.counter-wrap{display:flex;justify-content:flex-start;overflow:hidden}.counter-wrap .counter{display:block;text-align:right;animation-name:counterscroll;animation-fill-mode:forwards;animation-timing-function:ease;animation-play-state:paused}@keyframes counterscroll{to{transform:translateY(0)}}.counter-wrap.animated .counter{animation-play-state:running}