.marquee-section-layout:where(.astro-hxvdsqgp){background:linear-gradient(180deg,color-mix(in srgb,var(--color-white) 92%,var(--color-primary-50) 8%),color-mix(in srgb,var(--color-white) 96%,var(--color-slate-50) 4%))}.dark .marquee-section-layout:where(.astro-hxvdsqgp){background:linear-gradient(180deg,color-mix(in srgb,var(--surface-page-dark) 90%,var(--color-primary-950) 10%),color-mix(in srgb,var(--surface-page-dark) 96%,var(--color-slate-950) 4%))}.marquee-section:where(.astro-hxvdsqgp){--marquee-row-height:clamp(3rem, 4.2vw, 3.6rem);--marquee-gap-inline:clamp(1.25rem, 2.8vw, 2rem);--marquee-speed:28s;--marquee-border:color-mix(in srgb, var(--color-slate-200) 62%, var(--color-primary-200) 12%);--marquee-surface-top:color-mix(in srgb, var(--color-white) 90%, var(--color-primary-50) 10%);--marquee-surface-bottom:color-mix(in srgb, var(--color-white) 96%, var(--color-slate-50) 4%);--marquee-text:var(--color-slate-950);--marquee-text-soft:var(--color-slate-950);--marquee-separator:var(--color-primary-500);--marquee-shadow:color-mix(in srgb, var(--color-slate-900) 8%, transparent)}.dark .marquee-section:where(.astro-hxvdsqgp){--marquee-border:color-mix(in srgb, var(--color-slate-700) 62%, var(--color-primary-700) 18%);--marquee-surface-top:color-mix(in srgb, var(--surface-page-dark) 88%, var(--color-primary-950) 12%);--marquee-surface-bottom:color-mix(in srgb, var(--surface-page-dark) 94%, var(--color-slate-950) 6%);--marquee-text:var(--content-primary-dark);--marquee-text-soft:var(--content-primary-dark);--marquee-separator:var(--color-primary-400);--marquee-shadow:color-mix(in srgb, var(--color-black) 14%, transparent)}.marquee-section__surface:where(.astro-hxvdsqgp){position:relative;overflow:hidden;border-block:1px solid var(--marquee-border);background:linear-gradient(180deg,var(--marquee-surface-top),var(--marquee-surface-bottom));box-shadow:inset 0 1px color-mix(in srgb,var(--color-white) 74%,transparent),0 12px 28px -28px var(--marquee-shadow);padding-block:var(--pad-surface-compact)}.dark .marquee-section__surface:where(.astro-hxvdsqgp){box-shadow:inset 0 1px color-mix(in srgb,var(--color-white) 10%,transparent),0 12px 28px -28px var(--marquee-shadow)}.marquee-section__surface:where(.astro-hxvdsqgp):before{content:"";position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle,color-mix(in srgb,var(--color-primary-300) 14%,transparent) .72px,transparent .8px);background-size:16px 16px;opacity:.34}.marquee-section__row:where(.astro-hxvdsqgp){--marquee-row-text:var(--marquee-text);position:relative;min-height:var(--marquee-row-height);display:flex;align-items:center}.marquee-section__row:where(.astro-hxvdsqgp)+.marquee-section__row:where(.astro-hxvdsqgp){margin-top:var(--stack-meta);padding-top:var(--stack-meta);border-top:1px solid color-mix(in srgb,var(--marquee-border) 58%,transparent)}.marquee-section__row--reverse:where(.astro-hxvdsqgp){--marquee-row-text:var(--marquee-text-soft)}.marquee-section__viewport:where(.astro-hxvdsqgp){overflow:hidden;width:100%;mask-image:linear-gradient(90deg,transparent 0%,var(--color-black) 12%,var(--color-black) 88%,transparent 100%)}.marquee-section__track:where(.astro-hxvdsqgp){display:inline-flex;width:max-content;min-width:200%;align-items:center;min-height:var(--marquee-row-height);gap:var(--marquee-gap-inline);white-space:nowrap;animation:marquee-scroll-left var(--marquee-speed) linear infinite;will-change:transform}.marquee-section__row--reverse:where(.astro-hxvdsqgp) .marquee-section__track:where(.astro-hxvdsqgp){animation-name:marquee-scroll-right}.marquee-section__item:where(.astro-hxvdsqgp),.marquee-section__separator:where(.astro-hxvdsqgp){position:relative;z-index:1;flex:0 0 auto}.marquee-section__item:where(.astro-hxvdsqgp){color:var(--marquee-row-text);text-shadow:none;-webkit-text-fill-color:currentColor}.marquee-section__separator:where(.astro-hxvdsqgp){color:var(--marquee-separator);display:inline-flex;align-items:center;justify-content:center;font-size:1.18em;line-height:1;transform:translateY(.01em);opacity:1;text-shadow:none;-webkit-text-fill-color:currentColor}@keyframes marquee-scroll-left{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes marquee-scroll-right{0%{transform:translate3d(-50%,0,0)}to{transform:translateZ(0)}}@media (prefers-reduced-motion:reduce){.marquee-section-layout:where(.astro-hxvdsqgp),.marquee-section:where(.astro-hxvdsqgp),.marquee-section__surface:where(.astro-hxvdsqgp),.marquee-section__row:where(.astro-hxvdsqgp),.marquee-section__viewport:where(.astro-hxvdsqgp),.marquee-section__track:where(.astro-hxvdsqgp),.marquee-section__item:where(.astro-hxvdsqgp),.marquee-section__separator:where(.astro-hxvdsqgp){animation-play-state:paused}.marquee-section__viewport:where(.astro-hxvdsqgp){overflow:visible;mask-image:none}.marquee-section__track:where(.astro-hxvdsqgp){display:flex;width:100%;min-width:0;flex-wrap:wrap;justify-content:center;animation:none;animation-name:none;animation-duration:0s;animation-iteration-count:1;animation-play-state:paused;will-change:auto;white-space:normal;row-gap:var(--gap-cluster-inline)}.marquee-section__row--reverse:where(.astro-hxvdsqgp) .marquee-section__track:where(.astro-hxvdsqgp){animation:none;animation-name:none;animation-play-state:paused}.marquee-section__separator:where(.astro-hxvdsqgp):last-child{display:none}}