@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&display=swap");:root{--color-pine:#2d6b4f;--color-forest:#1a3d2a;--color-sage:#6bb88c;--color-mint:#c8e6d4;--color-coral:#e85d52;--color-sun:#f5c33a;--color-sky:#5a9fd4;--color-lavender:#9b8cc4;--color-peach:#f0a07a;--color-cream:#fff9f5;--color-linen:#eef7f2;--color-wheat:#e0ceb8;--color-stone:#8a7d73;--color-bark:#5c3d2b;--color-charcoal:#1c1917;--color-white:#fff;--font-muli:"Mulish",system-ui,sans-serif;--font-hero:var(--font-muli);--font-display:var(--font-muli);--font-body:var(--font-muli);--font-mono:var(--font-muli);--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--text-3xl:2.25rem;--text-4xl:3rem;--text-5xl:4rem;--text-6xl:5.5rem;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-6:48px;--space-8:64px;--space-12:96px;--space-16:128px;--grid-max:1400px;--grid-gutter:24px;--announce-height:38px;--header-height:68px;--header-total:106px;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:999px;--shadow-sm:0 1px 4px rgba(0,0,0,.08);--shadow-md:0 4px 16px rgba(0,0,0,.1);--shadow-lg:0 8px 32px rgba(0,0,0,.12);--transition-base:200ms ease;--transition-slow:400ms ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{font-family:var(--font-muli);color:var(--color-charcoal);background:var(--color-white);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button{cursor:pointer;border:none;background:none}button,input,textarea{font-family:inherit}:focus-visible{outline:2px solid var(--color-pine);outline-offset:2px;border-radius:var(--radius-sm)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-linen)}::-webkit-scrollbar-thumb{background:var(--color-wheat);border-radius:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}