.brands-marquee{width:100%;overflow:hidden;padding:24px 0;display:flex;flex-direction:column;gap:16px}.brands-row{width:100%;overflow:hidden}.brands-track{display:flex;gap:16px;width:max-content;will-change:transform}.brand-card{flex:0 0 147px;width:147px;height:73px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:8px;box-sizing:border-box}.brand-card img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}@keyframes brand-scroll-ltr{from{transform:translateX(-50%)}to{transform:translateX(0)}}@keyframes brand-scroll-rtl{from{transform:translateX(0)}to{transform:translateX(-50%)}}.brands-row--ltr .brands-track{animation:brand-scroll-ltr 60s linear infinite}.brands-row--rtl .brands-track{animation:brand-scroll-rtl 60s linear infinite}.brands-row:hover .brands-track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.brands-row--ltr .brands-track,.brands-row--rtl .brands-track{animation:none}}