.logos-smooth{overflow:hidden;position:relative;width:100%}.logos-smooth-track{animation:logosSmooth 30s linear infinite;display:flex;transform:translateZ(0);width:max-content;will-change:transform}.logos-smooth-set{display:flex;flex-shrink:0;gap:20px}.logo-smooth-item{flex:0 0 220px;padding:0}.logo-smooth-item .card{align-items:center;border:0!important;display:flex;justify-content:center;min-height:120px}.logo-smooth-item img{display:block;height:auto;max-height:80px;max-width:100%;object-fit:contain;width:auto}@keyframes logosSmooth{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.logos-smooth:hover .logos-smooth-track{animation-play-state:paused}@media (max-width:767px){.logos-smooth-set{gap:12px}.logo-smooth-item{flex-basis:160px}.logo-smooth-item .card{min-height:100px}.logo-smooth-item img{max-height:60px}}