@keyframes scroll-smooth{0%{transform:translateX(100%)}to{transform:translateX(-50%)}}.animate-scroll-smooth{animation:scroll-smooth 20s linear infinite}.animate-scroll-smooth:hover{animation-play-state:paused}.animate-scroll-smooth{animation:scroll-smooth 35s linear infinite;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}