@keyframes marquee-run{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee{border-top:1px solid var(--c-white-16);border-bottom:1px solid var(--c-white-16);background-color:var(--c-orange-18);overflow:hidden}.marquee__track{width:max-content;animation:84s linear infinite marquee-run;display:flex}.marquee__group{min-height:calc(var(--marquee-h) - 2px);flex:none;align-items:center;gap:20px;padding-right:20px;display:flex}.marquee__item{color:var(--c-white);text-transform:uppercase;white-space:nowrap;letter-spacing:-.01em;flex:none;font-size:20px;font-weight:800;line-height:30px}.marquee__item--outline{color:#0000;-webkit-text-stroke:1px var(--c-white)}.marquee__sep{width:16px;height:8px;color:var(--c-rose-58);flex:none}@media (min-width:768px){.marquee__group{gap:26px;padding-right:26px}.marquee__item{letter-spacing:-.01em;font-size:26px;font-weight:800;line-height:40px}.marquee__sep{width:20px;height:10px}}@media (min-width:1280px){.marquee__track{animation-duration:120s}.marquee__group{gap:33px;padding-right:33px}.marquee__item{letter-spacing:-.34px;font-size:34px;font-weight:800;line-height:52.5px}}.marquee--yellow{background-color:var(--c-yellow-50)}.marquee--yellow .marquee__item{color:var(--c-brown-13)}.marquee--yellow .marquee__item--outline{color:#0000;-webkit-text-stroke-color:var(--c-brown-13)}
