.section-carousel-brand{--gap:16px;--speed:30s;position:relative;max-width:calc(100vw - 32px)}@media (min-width:1024px){.section-carousel-brand{max-width:calc(100vw - 96px)}}.section-carousel-brand__section{overflow:hidden}.section-carousel-brand__track{display:flex;gap:var(--gap);width:calc(200% + var(--gap));animation:scroll var(--speed) linear infinite}@media (prefers-reduced-motion:reduce){.section-carousel-brand__track{animation:none}}.section-carousel-brand__item{flex:0 0 auto}.section-carousel-brand__item-image{width:150px;height:58px;background:50%/contain no-repeat}@keyframes scroll{to{transform:translateX(calc(-50% - var(--gap) / 2))}}