.s-counter{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:relative;width:100%;min-height:40rem;overflow:hidden}.s-counter__background{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%}.s-counter__bg-desktop{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-counter__bg-desktop{display:none}}.s-counter__bg-mobile{display:none;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-counter__bg-mobile{display:block}}.s-counter__content{position:relative;z-index:1;display:grid;gap:2rem;grid-template-columns:repeat(3, 1fr);padding:5rem 2rem;width:100%}@media only screen and (max-width: 767px){.s-counter__content{gap:3rem;grid-template-columns:1fr;padding:4rem 2rem}}@media only screen and (max-width: 767px)and (orientation: landscape),only screen and (max-width: 576px){.s-counter__content{gap:2.5rem;padding:3rem 1.5rem}}.s-counter__metric{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.s-counter__number{display:flex;flex-direction:row;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:.75rem}.s-counter__currency{font:500 var(--font-size-h-lg)/1 var(--font-heading);color:var(--color-white);text-shadow:0 .125rem .5rem rgba(0,0,0,.5),0 .25rem 1rem rgba(0,0,0,.3)}.s-counter__value{font:500 var(--font-size-h-xl)/1 var(--font-heading);color:var(--color-white);text-shadow:0 .125rem .5rem rgba(0,0,0,.5),0 .25rem 1rem rgba(0,0,0,.3)}.s-counter__label{font:400 var(--font-size-t-md)/1.25 var(--font-text);color:var(--color-white);text-shadow:0 .125rem .5rem rgba(0,0,0,.5),0 .25rem 1rem rgba(0,0,0,.3)}.s-counter[href]{text-decoration:none}.s-counter[href]:hover .s-counter__value{color:var(--color-brand-1)}
