.marquee{--padding-y:calc(var(--gutter)*0.75);display:flex;gap:var(--content-gap,var(--gutter));overflow:hidden;padding-bottom:var(--padding-y,0);padding-top:var(--padding-y,0);user-select:none}@media only screen and (min-width:48em){.marquee{--padding-y:var(--gutter)}}.marquee__group{align-items:center;animation-iteration-count:infinite;animation-name:scroll;animation-timing-function:linear;backface-visibility:hidden;display:flex;flex-shrink:0;gap:var(--content-gap,var(--gutter));justify-content:space-around;min-width:100%;will-change:transform}@keyframes scroll{0%{transform:translateZ(0)}to{transform:translate3d(calc(-100% - var(--content-gap, var(--gutter))),0,0)}}@media (prefers-reduced-motion:reduce){.marquee__group{animation-play-state:paused!important}}@media only screen and (max-width:47.938em){.marquee__group{font-size:2rem}}