.animation-slow{animation-play-state:paused!important}.animation-normal,.animation-slow{transition:animation-play-state .3s ease-in-out}.animation-normal{animation-play-state:running!important}@keyframes scroll{0%{transform:translateY(0)}to{transform:translateY(-33.33%)}}@keyframes scroll-reverse{0%{transform:translateY(-33.33%)}to{transform:translateY(0)}}.animate-scroll{animation:scroll 100s linear infinite}.animate-scroll,.animate-scroll-reverse{will-change:transform;backface-visibility:hidden}.animate-scroll-reverse{animation:scroll-reverse 100s linear infinite}@keyframes scroll-horizontal{0%{transform:translateX(0)}to{transform:translateX(-33.33%)}}.animate-scroll-horizontal{animation:scroll-horizontal 50s linear infinite;will-change:transform;backface-visibility:hidden}@keyframes scroll-horizontal-reverse{0%{transform:translateX(-33.33%)}to{transform:translateX(0)}}.animate-scroll-horizontal-reverse{animation:scroll-horizontal-reverse 50s linear infinite;will-change:transform;backface-visibility:hidden}