.logo-carousel-wrapper{overflow:hidden;position:relative;width:100%}.logo-carousel-track{align-items:center;animation:scroll-left 15s linear infinite;display:flex;flex-wrap:nowrap;gap:80px}.logo-carousel-wrapper:hover .logo-carousel-track{animation-play-state:paused}.logo-item{align-items:center;display:flex;flex:0 0 auto;justify-content:center}.logo-item img{filter:grayscale(100%);max-height:30px;max-width:130px!important;transition:filter .3s ease;width:100%}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}