@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}.animate-scroll-left{animation:scroll-left 15s linear infinite}
