@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-100%)}}marquee-section,.marquee{overflow:hidden;white-space:nowrap;position:relative;display:flex;align-items:center;flex-wrap:nowrap;width:100%}.marquee--autoplay:hover .marquee-list{animation-play-state:paused}.marquee-grid{display:flex;align-items:center}.marquee-list{display:inline-flex;align-items:center;animation:marquee var(--marquee-duration,20s) linear infinite}.marquee-list__item{display:flex;align-items:center;margin:0 var(--marquee-gap-desktop,200px) 0 0;gap:2rem;text-decoration:none}.marquee-text{margin:0}.marquee--text-hover .marquee-list__item--icon,.marquee--text-hover .marquee-text{opacity:.2;cursor:pointer}.marquee--text-hover .marquee-list__item--icon:hover,.marquee--text-hover .marquee-text:hover{opacity:1}.marquee--text-hover .marquee-text:not(:hover){-webkit-text-stroke:1px black;paint-order:stroke fill}.marquee__icon{width:auto;height:2rem;object-fit:contain}.marquee--logo-large .marquee-list__item img{min-height:14.6rem}@media only screen and (max-width:768px){.marquee-list__item{margin:0 var(--marquee-gap-mobile,32px) 0 0;gap:1.3rem}.marquee--logo-large .marquee-list__item img{min-height:8.3rem}}.marquee-text.hxxl{line-height:calc(var(--font-size) * 1.2)}@media screen and (min-width:1800px){.marquee-section--wrapper:not(.marquee-section--wrapper--header){max-width:calc(var(--page-width) - 5rem);margin-left:auto;margin-right:auto;border-radius:8px}}.shopify-section-group-header-group.marquee-text-section--wrapper{margin-top:0}.marquee-section--wrapper--header{max-width:none;margin-left:0;margin-right:0;border-radius:0;min-height:4.4rem}
