@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#073f43;--ocean:#006268;--lime:#d8f078;--paper:#f6f8f5;--line:#d8e1dc}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:17px;line-height:1.65}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}header{background:#fff;display:flex;align-items:center;justify-content:space-between;padding:24px 5%;gap:25px;border-bottom:1px solid var(--line)}.brand{font-family:Manrope,sans-serif;font-weight:800;font-size:27px;letter-spacing:-1.3px}nav{display:flex;align-items:center;gap:26px;font-size:14px}nav a[aria-current=page]{color:#087d79;text-decoration:underline;text-underline-offset:8px}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;background:var(--lime);color:var(--ink);border:1px solid transparent;border-radius:3px;font-size:15px;font-weight:700;cursor:pointer}.outline{border-color:currentColor;background:transparent}.hero{position:relative;min-height:650px;background:var(--ink);color:white;display:grid;grid-template-columns:1.3fr 1fr;overflow:hidden}.hero img{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.66}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,35,39,.8),rgba(0,35,39,.08))}.hero-copy{position:relative;z-index:1;padding:80px 0 100px 9%;max-width:800px}.eyebrow{text-transform:uppercase;font-size:13px;letter-spacing:2px;font-weight:700;margin-bottom:24px}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.12;font-weight:500;letter-spacing:-1.7px}h1{font-size:clamp(44px,5.6vw,82px);margin:0 0 27px}h1 em{font-style:normal;color:var(--lime)}h2{font-size:clamp(32px,3.4vw,49px);margin:0 0 24px}h3{font-size:24px;letter-spacing:-.6px}p{max-width:720px}.hero p{max-width:470px;font-size:18px}.actions{display:flex;gap:15px;flex-wrap:wrap;margin-top:32px}.hero-note{position:absolute;z-index:1;right:5%;bottom:48px;border-top:1px solid #ffffff80;padding-top:15px;max-width:260px;font-size:14px}.strip{display:grid;grid-template-columns:repeat(3,1fr);background:var(--lime);padding:25px 5%;gap:25px}.strip div{padding-left:25px;border-left:1px solid #8faa56}.strip strong{display:block;font-size:22px;font-weight:500}.strip span{font-size:14px}section,.content{padding:80px 7%;max-width:1600px;margin:auto}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px}.muted{color:#5d7373}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:35px}.card{border-top:1px solid var(--line);padding:22px 0}.card .number{font-size:14px;color:#547977}.card a{font-weight:700;font-size:15px}.dark{background:var(--ink);color:#fff;max-width:none}.dark .card{border-color:#45676a}.dark .muted{color:#b8cccc}.page-head{padding:62px 7% 45px;background:#eaf0ec}.page-head h1{font-size:clamp(40px,4.5vw,66px);max-width:950px}.crumb{font-size:14px;margin-bottom:35px;color:#54716e}.content{padding-top:44px}.lead{font-size:21px;max-width:850px}.notice{padding:19px 24px;border-left:3px solid #97b936;background:#edf2e3;margin:25px 0;font-size:15px}table{border-collapse:collapse;width:100%;margin:28px 0}th,td{text-align:left;padding:18px 10px;border-bottom:1px solid var(--line)}th{font-size:14px;color:#5b7471}details{border-bottom:1px solid var(--line);padding:22px 0}summary{cursor:pointer;font-size:20px}details p{color:#4c6968}.doc{padding:25px 0;border-bottom:1px solid var(--line);display:flex;gap:25px;justify-content:space-between;align-items:center}.doc h3{margin:0 0 10px}.doc p{font-size:15px;margin:0}.tags{font-size:13px;color:#5c7270}.cta{background:var(--lime);padding:55px 7%;display:flex;justify-content:space-between;align-items:center;gap:35px}.cta h2{max-width:680px;margin:0}.cta .button{background:var(--ink);color:#fff}footer{background:#032f33;color:#e1eae6;padding:55px 7% 25px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}footer a{display:block;font-size:15px;margin:8px 0}footer .brand{font-size:33px}.fine{border-top:1px solid #426164;margin-top:40px;padding-top:20px;font-size:13px;color:#a9c1bd}form{max-width:800px;display:grid;grid-template-columns:1fr 1fr;gap:22px}label{display:block;font-size:15px}input,select,textarea{width:100%;padding:12px;border:1px solid #9cb0a9;background:white;border-radius:2px;margin-top:6px;color:var(--ink)}.full{grid-column:1/-1}input[type=checkbox]{width:auto}.mobile{display:none}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #8ba935;outline-offset:4px}@media(max-width:950px){nav{gap:13px;flex-wrap:wrap}.hero{grid-template-columns:1fr}.hero-copy{padding:65px 7%;max-width:680px}.hero-note{display:none}.split{gap:30px}.grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){header{align-items:flex-start;padding:20px 6%;flex-wrap:wrap}nav{width:100%;font-size:14px;gap:12px 20px}nav .button{padding:7px 12px}.hero{min-height:580px}.hero-copy{padding-top:55px}.strip{grid-template-columns:1fr;padding:20px 6%;gap:15px}.strip div{padding-left:15px}.strip strong{font-size:19px}.strip span{font-size:14px}.split,.grid,.footer-grid{grid-template-columns:1fr;gap:20px}section,.content{padding:48px 6%}.page-head{padding:35px 6%}.cta{display:block;padding:40px 6%}.cta .button{margin-top:25px}.doc{display:block}.doc .button{margin-top:18px}form{grid-template-columns:1fr}.full{grid-column:auto}table{font-size:15px}.hero p{font-size:17px}}

.preferences{display:flex;align-items:center;gap:9px;font-size:14px;white-space:nowrap}.preferences a[aria-current]{font-weight:800;text-decoration:underline;text-underline-offset:5px}#theme-toggle{background:transparent;color:inherit;border:1px solid var(--line);padding:7px 10px;border-radius:4px;cursor:pointer;display:flex;gap:5px;align-items:center;font-size:14px}html{color-scheme:light}html[data-theme=dark]{color-scheme:dark;--ink:#e0efea;--paper:#092b2f;--line:#355358}html[data-theme=dark] header{background:#062327}html[data-theme=dark] .page-head{background:#10383b}html[data-theme=dark] .muted,html[data-theme=dark] .crumb,html[data-theme=dark] .tags,html[data-theme=dark] th,html[data-theme=dark] details p{color:#b6ceca}html[data-theme=dark] .notice{background:#243d32;color:#e4eddb}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea{background:#12393d;color:#e0efea;border-color:#607f7b}html[data-theme=dark] .button{color:#073f43}html[data-theme=dark] .button.outline{color:#e0efea}html[data-theme=dark] .strip,html[data-theme=dark] .cta{color:#073f43}html[data-theme=dark] .cta .button{background:#073f43;color:white}html[data-theme=dark] .hero,html[data-theme=dark] .dark{background:#073f43}html[data-theme=dark] nav a[aria-current=page]{color:#d8f078}@media(max-width:1150px){header{flex-wrap:wrap}header nav{order:3;width:100%}.preferences{margin-left:auto}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

