.marquee-wrapper[data-astro-cid-onjcr3pu]{overflow:hidden;white-space:nowrap;position:relative;padding:15px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;width:100%;background:#fff}.marquee-track[data-astro-cid-onjcr3pu]{display:flex;width:fit-content}.marquee-track[data-astro-cid-onjcr3pu][data-direction=left]{animation:marquee-left var(--speed) linear infinite}.marquee-track[data-astro-cid-onjcr3pu][data-direction=right]{animation:marquee-right var(--speed) linear infinite}.marquee-content[data-astro-cid-onjcr3pu]{display:flex;padding-right:50px;flex-shrink:0}.marquee-item[data-astro-cid-onjcr3pu]{font-size:var(--fontSize);font-weight:var(--fontWeight);color:transparent;-webkit-text-stroke:var(--strokeWidth) var(--primary-color, #000);text-stroke:var(--strokeWidth) var(--primary-color, #000);letter-spacing:0.1em;text-transform:uppercase;white-space:nowrap;padding:0 var(--gap);font-family:"Fahkwang",sans-serif;flex-shrink:0}.marquee-item[data-astro-cid-onjcr3pu].filled{color:var(--primary-color, #000);-webkit-text-stroke:0;text-stroke:0}@keyframes marquee-left{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@keyframes marquee-right{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}