@keyframes scroll-infinite{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.animate-scroll-infinite{animation:scroll-infinite 40s linear infinite}.animate-scroll-infinite:hover{animation-play-state:paused}@keyframes letterPulse{0%,to{opacity:0}50%{opacity:1}}.animate-letter-pulse{animation:letterPulse 1s ease-in-out infinite}@keyframes slider-animation{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.slider-container:hover .slider-animation{animation-play-state:paused}.slider-animation{animation:slider-animation 20s linear infinite}.slider-container{overflow:hidden;touch-action:pan-y pinch-zoom;-webkit-overflow-scrolling:touch}@media (max-width:768px){.slider-animation{animation-duration:25s}}