.loc-marquee{position:relative;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.loc-marquee__track{display:flex;align-items:center;width:max-content;gap:0;animation:loc-marquee-scroll 30s linear infinite}.loc-marquee:hover .loc-marquee__track{animation-play-state:paused}.loc-marquee__item{flex:0 0 auto;width:200px;height:4rem;display:flex;align-items:center;justify-content:center}.loc-marquee__logo{max-height:3.5rem;max-width:120px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:filter .3s ease,opacity .3s ease}.loc-marquee__item:hover .loc-marquee__logo{filter:grayscale(0);opacity:1}@keyframes loc-marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.loc-marquee__track{animation:none;flex-wrap:wrap;justify-content:center}}