:root{--brand-light:#e0ff88;--accent-strong-blue:#163c35;--accent-strong-blue-10:#e8f8f0;--accent-strong-blue-30:#e1eee6;--accent-strong-blue-60:#417f64;--accent-strong-blue-80:#3e6856;--accent-strong:#103337;--button-accent-active:#103337;--button-secondary-active:#e2e3e4;--background-extra-white:#f8f8fa;--background-light-accent:#f6fde4;--background-dark-accent:var(--accent-strong);--accent-yellow:#ffbf00;--accent-orange:#ff843f;--background-white:#fff;--text-dark-100:#04021d;--text-dark-80:#36354a;--text-dark-60:#686777;--text-dark-40:#8b8b8b;--text-dark-20:#f1f1f4;--text-dark-10:#949499;--status-red:#f22d2d;--text-light:#fff;--text-strong:var(--accent-strong);--surface-base:#f8faf7;--surface:#fff;--surface-alt:#f2f4f2;--surface-strong:#e7e9e6;--surface-dark:var(--accent-strong);--accent:#00513f;--accent-mint:#9ef3d6;--accent-hi:var(--brand-light);--border-subtle:#6e7a7438;--font-h1:clamp(2.25rem, 1.4rem + 3.4vw, 3.75rem);--font-h2:clamp(1.625rem, 1.15rem + 1.9vw, 2.5rem);--font-h3:clamp(1.25rem, 1.05rem + .8vw, 1.625rem);--font-lead:clamp(1.125rem, 1.05rem + .4vw, 1.375rem);--font-body:clamp(1rem, .96rem + .2vw, 1.125rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-pill:1000px;--radius-button:12px;--shadow-sm:0 1px 2px #1033370f, 0 1px 3px #1033370d;--shadow-md:0 8px 24px #10333714;--shadow-lg:0 20px 48px #1033371f;--content-max-width:500px;--content-gutter:24px;--navbar-height:56px;--section-padding-y:64px}@media (min-width:768px){:root{--content-max-width:720px;--content-gutter:32px;--section-padding-y:88px}}@media (min-width:1024px){:root{--content-max-width:1080px;--content-gutter:40px;--navbar-height:72px;--section-padding-y:112px}}@media (min-width:1280px){:root{--content-max-width:1200px}}body,html{color:var(--text-strong);background:var(--surface-base);font-size:var(--font-body);margin:0;padding:0}body{padding-top:var(--navbar-height)}img,picture,video,iframe{max-width:100%}img{height:auto}p{line-height:1.6}h1{font-weight:700;font-size:var(--font-h1);letter-spacing:-.02em;color:var(--accent);line-height:1.08}h2{font-weight:700;font-size:var(--font-h2);letter-spacing:-.01em;color:var(--accent);line-height:1.15}h3{font-weight:700;font-size:var(--font-h3);color:var(--accent);line-height:1.25}a{text-decoration:none}a.cta_button{color:#fff;text-align:left;background-color:var(--accent-strong);border-radius:var(--radius-button);cursor:pointer;width:100%;max-width:360px;min-height:56px;margin:var(--space-8) 0;border:none;flex-grow:1;justify-content:space-between;align-items:center;gap:16px;padding:0 24px;font-size:20px;font-weight:700;text-decoration:none;transition:background-color .15s;display:inline-flex;position:relative}@media (min-width:768px){a.cta_button{width:auto}}a.cta_button:hover{background-color:#1b4a41}a.cta_button:after{content:"";background-color:currentColor;flex-shrink:0;width:22px;height:16px;-webkit-mask:url(/assets/arrow_right.svg) 50%/contain no-repeat;mask:url(/assets/arrow_right.svg) 50%/contain no-repeat}ul{padding-inline-start:1.5em;list-style:outside}ul li{margin-bottom:.4em}.icon-list{gap:var(--space-4);margin-bottom:var(--space-12);flex-direction:column;padding-left:0;list-style:none;display:flex}@media (min-width:768px){.icon-list{gap:var(--space-6) var(--space-8);grid-template-columns:repeat(2,1fr);display:grid}}.icon-list li{margin-left:0;padding-left:50px;line-height:1.4;list-style-type:none;position:relative}.icon-list li:before{content:url(/assets/check.svg);border-radius:var(--radius-pill);background-color:var(--accent-hi);width:40px;height:40px;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}li{line-height:1.4}*{box-sizing:border-box;padding:revert;margin:revert}
