.scroller{-webkit-mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);mask:linear-gradient(90deg,transparent,#fff 20%,#fff 80%,transparent);overflow:hidden}.scroller__inner{animation:scroll var(--_animation-duration,40s) var(--_animation-direction,forwards) linear infinite;display:flex;flex-wrap:nowrap;gap:1rem;width:max-content}.scroller[data-animated=true] .scroller__inner{animation-delay:1s}@keyframes scroll{to{transform:translateX(calc(-50% - .5rem))}}.scroller__inner:hover{animation-play-state:paused}.slide{align-items:center;display:flex;flex-shrink:0;justify-content:center;padding:.5rem;transition:scale .15s ease}.slide>*{max-height:100px;max-width:150px;object-fit:contain}.slide:hover{scale:1.04}