@keyframes scroll-x{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-scroll-x{animation:scroll-x 90s linear infinite}.animate-scroll-x:hover{animation-play-state:paused}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .3s ease-in-out forwards}