.hero-logo-ticker{display:flex;align-items:flex-start;gap:1rem;max-width:100%}@media(min-width:640px){.hero-logo-ticker{gap:1.75rem}}.hero-logo-ticker-col{width:clamp(88px,28vw,128px);height:110px;overflow:hidden;flex-shrink:0;mask-image:linear-gradient(to bottom,transparent 0%,black 18%,black 82%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 18%,black 82%,transparent 100%)}.hero-logo-ticker-inner{display:flex;flex-direction:column;animation:hero-logo-scroll var(--dur, 12.5s) linear infinite;animation-delay:var(--delay, 0s)}.hero-logo-ticker-item{height:44px;display:flex;align-items:center;flex-shrink:0}.hero-logo-ticker-item img{max-width:110px;max-height:28px;width:auto;height:auto;object-fit:contain;opacity:.72;transition:opacity .2s ease-out}.hero-logo-ticker-item img:hover{opacity:1}@keyframes hero-logo-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media(prefers-reduced-motion:reduce){.hero-logo-ticker-inner{animation:none!important}}.hero-logo-row{display:flex;align-items:center;gap:clamp(1.5rem,4vw,3rem);flex-wrap:nowrap;max-width:100%;overflow:hidden}.hero-logo-row-item{flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:flex-start;height:40px}.hero-logo-row-img{max-width:100%;max-height:32px;width:auto;height:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.78;transition:opacity .2s ease-out}.hero-logo-row-img:hover{opacity:1}
