.marquee-section{padding-top:var(--padding-top-mobile);padding-bottom:var(--padding-bottom-mobile);background-color:var(--bg-color)}@media screen and (min-width:750px){.marquee-section{padding-top:var(--padding-top-desktop);padding-bottom:var(--padding-bottom-desktop)}}.marquee{overflow:hidden;position:relative;display:flex;-webkit-user-select:none;user-select:none}.marquee-content{flex-shrink:0;display:flex;justify-content:space-around;min-width:100%;animation:scroll var(--marquee-speed) linear infinite}.marquee-section.pause-on-hover:hover .marquee-content{animation-play-state:paused}.marquee-item{display:flex;align-items:center;justify-content:center;padding:0 var(--marquee-gap)}.marquee-item img{max-height:var(--logo-max-height-mobile);width:auto;object-fit:contain}@media screen and (min-width:750px){.marquee-item img{max-height:var(--logo-max-height-desktop)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}
/*# sourceMappingURL=/cdn/shop/t/910/assets/foundation-scrolling-content.css.map */
