@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.animate-scroll-left{animation:scrollLeft 65s linear infinite;will-change:transform}.animate-scroll-right{animation:scrollRight 65s linear infinite;will-change:transform}.logo-strip:before,.logo-strip:after{content:"";position:absolute;top:0;bottom:0;width:140px;z-index:10;pointer-events:none}.logo-strip:before{left:0;background:linear-gradient(to right,white,transparent)}.logo-strip:after{right:0;background:linear-gradient(to left,white,transparent)}
