.row-fluid-wrapper:has(.logo-carousel){max-width:100vw;overflow-x:clip}.logo-carousel{position:relative}.logo-carousel__logos{animation:scroll 15s linear infinite;animation-play-state:running;display:flex;gap:var(--gap-md);width:max-content}.logo-carousel__logos:hover{animation-play-state:paused}.logo-carousel__logo{flex-shrink:0;height:30px;width:140px}@media(min-width:992px){.logo-carousel__logos{animation:scroll 30s linear infinite}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}