@media screen and (min-width:768px){.animated-counter .animated-counter__blocks{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}}.animated-counter .animated-counter__block{position:relative;display:flex;flex-direction:column;font-size:var(--number-size-mobile);transition:opacity .3s ease}@media screen and (min-width:768px){.animated-counter .animated-counter__block{flex:1 1 150px;font-size:var(--number-size-desktop)}}@media screen and (max-width:767px){.animated-counter .animated-counter__block:not(:first-child){padding-top:30px}}.animated-counter .animated-counter__block>:last-child{margin-bottom:0}.animated-counter .animated-counter__block.is-hidden{opacity:0}.animated-counter .animated-counter__blocks--left .animated-counter__block{align-items:flex-start;text-align:left}.animated-counter .animated-counter__blocks--center .animated-counter__block{align-items:center;text-align:center}.animated-counter .animated-counter__blocks--right .animated-counter__block{align-items:flex-end;text-align:right}.animated-counter .animated-counter__icon{display:flex;align-items:center;justify-content:center;width:max(.8em,20px);margin-bottom:8px}.animated-counter .animated-counter__icon svg{width:max(.8em,20px);height:max(.8em,20px)}.animated-counter .animated-counter__number{margin-bottom:.2em;font-size:var(--number-size-mobile);white-space:nowrap;text-transform:none}@media screen and (min-width:768px){.animated-counter .animated-counter__number{font-size:var(--number-size-desktop)}}.animated-counter .animated-counter__label{font-size:max(.35em,14px)}.animated-counter .animated-counter__number-wrapper{display:inline-flex;align-items:baseline}.animated-counter .animated-counter__digit{display:inline-block;width:1ch;text-align:center;min-width:1ch}.animated-counter .animated-counter__separator{display:inline-block}