.row:has(.twz-counter){--row-maxwidth: var(--row-m);padding-block:calc(var(--row-padding-block)*1.5)}.twz-counter{display:grid;grid-template-columns:repeat(auto-fit, minmax(15rem, 1fr));gap:1.5rem;width:100%}@media(max-width: 1024px){.twz-counter{grid-row-gap:3rem;padding-bottom:2rem;align-items:flex-start}}.twz-counter__item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:8.875rem;text-align:center}@media(max-width: 767px){.twz-counter__item{gap:.5rem}}.twz-counter__value{display:flex;align-items:center;justify-content:center;width:100%;margin:0;font-family:var(--font-base);font-weight:700;margin-block-end:.2em}.twz-counter__value:before{content:unset}.twz-counter__count,.twz-counter__symbol{color:var(--blue-400)}.twz-counter__title{margin:0;width:100%;word-break:break-word;font-size:2.4rem}@media(max-width: 1024px){.twz-counter__title{text-transform:none;font-weight:700;font-family:var(--font-base);font-size:clamp(var(--fs-h6),3vw,var(--fs-h4))}}body.twz-frontend .twz-counter__title{opacity:0}@media(prefers-reduced-motion: reduce){body.twz-frontend .twz-counter__title{opacity:1}}body.twz-frontend .twz-counter__item--in-view .twz-counter__title{animation:twz-counter-title-fade-up .5s cubic-bezier(0.4, 0, 0.2, 1) both;animation-delay:.15s}@media(prefers-reduced-motion: reduce){body.twz-frontend .twz-counter__item--in-view .twz-counter__title{animation:none;opacity:1}}@keyframes twz-counter-title-fade-up{from{translate:0 .6rem;opacity:0}to{translate:0 0;opacity:1}}
