.partners-slide-track{--count:0;display:flex;animation:carouselAnimation 30s linear infinite}@keyframes carouselAnimation{0%{transform:translateX(0)}to{transform:translateX(calc(-315px * var(--count) / 2))}}.partners-slide-track:hover{animation-play-state:paused}.partners-slide-track .partners-slide{display:flex;height:auto;width:315px;align-items:center;justify-content:center;transition:transform .3s ease-in-out}.partners-slide-track .partners-slide img{height:100%;width:100%;cursor:pointer;transition:transform .3s ease-in-out}.partners-slide-track .partners-slide:hover{transform:scale(1.1);z-index:10}.scrollbar-hide::-webkit-scrollbar{width:0}.scrollbar-hide::-webkit-scrollbar-thumb,.scrollbar-hide::-webkit-scrollbar-track{background:0 0}