.brands-layout-wrapper{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden}.brands-layout{background:#0000000d;padding:48px 0;overflow:hidden;position:relative}.brands-scroll-container{width:100%;overflow:hidden;position:relative}.brands-track{display:flex;gap:120px;align-items:center;width:fit-content;animation:scroll 60s linear infinite;will-change:transform}.brands-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-placeholder{flex-shrink:0;width:200px;height:100px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;transition:all .3s ease}.brand-placeholder:hover{background:#fff;box-shadow:0 4px 12px #00000014}.brand-logo-img{max-width:90%;max-height:80%;object-fit:contain;transition:all .3s ease}.brand-placeholder:hover .brand-logo-img{transform:scale(1.05)}.brand-name{font-family:Inria Sans,sans-serif;font-weight:600;font-size:18px;color:#00000080;text-align:center;-webkit-user-select:none;user-select:none}@media(max-width:1024px){.brands-layout{padding:40px 0}.brands-track{gap:80px;animation:scroll 50s linear infinite}.brand-placeholder{width:160px;height:80px}.brand-name{font-size:16px}}@media(max-width:768px){.brands-layout{padding:32px 0}.brands-track{gap:60px;animation:scroll 40s linear infinite}.brand-placeholder{width:140px;height:70px}.brand-name{font-size:14px}}@media(max-width:480px){.brands-layout{padding:24px 0}.brands-track{gap:40px;animation:scroll 35s linear infinite}.brand-placeholder{width:120px;height:60px}.brand-name{font-size:12px}}
