.hero-01-marquee{pointer-events:none}.hero-01-marquee.js-marquee .hero-01-track{animation:none!important}.hero-01-window{bottom:0;overflow:hidden;position:absolute}.hero-01-window-left{left:0;right:55%}.hero-01-window-right{left:55%;right:0}.hero-01-track{align-items:center;display:inline-flex;width:max-content;--hero-duration:20s;animation:hero-marquee var(--hero-duration) linear infinite;backface-visibility:hidden;column-gap:var(--hero-gap,32px);transform:translateZ(0);will-change:transform}.hero-01-window-left{--hero-item-width:72px;--hero-gap:32px}.hero-01-window-right{--hero-item-width:210px;--hero-gap:40px}.hero-01-track>svg{flex:0 0 var(--hero-item-width,auto);height:auto;width:var(--hero-item-width,auto)}.hero-01-left{--hero-duration:16s;--marquee-pps:100}.hero-01-right{--hero-duration:20s;--marquee-pps:80}@keyframes hero-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (prefers-reduced-motion:reduce){.hero-01-left,.hero-01-right{animation:none}}