@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:#182c2a;--muted:#62716e;--green:#216c56;--line:#e1e8e4;--wash:#f5f8f6;color-scheme:light}*{box-sizing:border-box}body{margin:0;background:white;color:var(--ink);font:16px/1.65 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #368b70;outline-offset:4px}.wrap{width:min(1200px,calc(100% - 96px));margin:auto}header{border-bottom:1px solid var(--line);background:#fff}.nav{height:104px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:inline-flex;align-items:center;gap:11px;font-family:Manrope,sans-serif;font-size:29px;font-weight:800;line-height:1.1;letter-spacing:-1.3px}.brand-icon{background:var(--green);color:white;width:39px;height:43px;display:grid;place-items:center;border-radius:9px 9px 17px 17px;font-size:25px;letter-spacing:0}.brand-sub{display:block;font-family:'DM Sans',sans-serif;font-size:10px;letter-spacing:3px;font-weight:600;margin-top:6px}.nav nav{display:flex;gap:30px;align-items:center;font-size:14px;font-weight:500}.nav nav a[aria-current],.nav nav a:hover,.text-link:hover{color:var(--green)}.nav-help{border:1px solid var(--line);padding:10px 17px;display:flex;gap:18px;align-items:center;border-radius:6px}.menu-button{display:none}.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:70px;padding-top:70px;padding-bottom:65px;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.8px;color:var(--green);display:block;margin-bottom:19px}h1,h2,h3{font-family:Manrope,Arial,sans-serif;line-height:1.17;letter-spacing:-1px;margin:0}h1{font-size:57px;font-weight:600;max-width:700px}h1 em{font-style:normal;color:var(--green)}h2{font-size:33px;font-weight:600}h3{font-size:20px;font-weight:600;letter-spacing:-.4px}p{color:var(--muted);margin:16px 0}.intro{max-width:450px;font-size:17px;line-height:1.75;margin:24px 0 30px}.actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:15px;padding:13px 21px;background:var(--green);color:white;border:1px solid var(--green);border-radius:5px;font-size:14px;font-weight:600}.button:hover{background:#164e3e}.button.secondary{background:white;color:var(--ink);border-color:#cfdcd5}.button.secondary:hover{background:var(--wash)}.text-link{display:inline-flex;align-items:center;gap:11px;font-size:14px;font-weight:600}.hero-note{display:flex;align-items:center;gap:10px;margin-top:35px;font-size:12px;color:var(--muted);letter-spacing:.3px}.small-mark{border:1px solid #bed3c8;width:23px;height:25px;display:grid;place-items:center;border-radius:5px 5px 10px 10px;color:var(--green);font-weight:bold}.hero-image{position:relative;margin:0;height:440px;border-radius:8px;overflow:hidden;background:#ecf0ed}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:49% center}.hero-image figcaption{position:absolute;bottom:18px;left:18px;right:18px;background:#ffffffed;padding:13px 17px;font-size:13px;border-radius:4px;color:#2b3932}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-heading .eyebrow{margin-bottom:12px}.audiences{padding:40px 0 57px;border-top:1px solid var(--line)}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.audience-card{padding:25px 0 8px;border-top:1px solid var(--line)}.audience-card>svg{color:var(--green);margin-bottom:20px}.audience-card p{font-size:16px;max-width:290px;margin:12px 0 20px}.audience-card>span{display:flex;gap:15px;align-items:center;font-size:14px;font-weight:600}.audience-card:hover h3{color:var(--green)}.support-strip{background:var(--wash);border:1px solid var(--line);padding:32px 36px;margin-bottom:65px;border-radius:7px;display:flex;align-items:center;justify-content:space-between;gap:25px}.support-strip .eyebrow{margin-bottom:10px}.support-strip h2{font-size:28px}footer{border-top:1px solid var(--line);padding-top:45px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:35px}.footer-grid h3{font-family:inherit;font-size:14px;margin:5px 0 18px;letter-spacing:0}.footer-grid>div>a:not(.brand){display:block;font-size:14px;margin:9px 0;color:var(--muted)}.footer-grid p{font-size:14px}.footer-bottom{border-top:1px solid var(--line);margin-top:35px;padding:20px 0;display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.footer-bottom>div{display:flex;gap:25px}.skip{position:fixed;top:-100px;padding:12px;background:white;z-index:100}.skip:focus{top:10px}.page-head{padding:58px 0 42px;border-bottom:1px solid var(--line)}.breadcrumb{font-size:14px;color:var(--muted);margin-bottom:30px}.breadcrumb a{text-decoration:underline;text-underline-offset:3px}.page-head h1{font-size:46px}.page-head p{max-width:690px;font-size:18px}.page-body{padding-top:42px;padding-bottom:70px;min-height:350px}.content-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:65px}.prose{max-width:760px}.prose h2{font-size:27px;margin:30px 0 15px}.prose h2:first-child{margin-top:0}.prose ul,.prose ol{padding-left:22px;color:var(--muted);list-style:revert}.prose li{margin:10px 0}.prose a{color:var(--green);text-decoration:underline;text-underline-offset:3px}.panel{background:var(--wash);padding:28px;border:1px solid var(--line);border-radius:7px;align-self:start}.panel h3{margin-bottom:12px}.panel a{display:block;border-top:1px solid var(--line);padding:13px 0;font-size:15px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{padding:27px;border:1px solid var(--line);border-radius:7px;background:#fff;display:flex;flex-direction:column;align-items:start}.card:hover{border-color:#91b3a4}.card p{font-size:16px}.card .text-link{margin-top:auto}.tag{display:inline-block;color:var(--green);background:#edf5f0;padding:4px 9px;font-size:12px;border-radius:4px;margin-bottom:17px}.notice{border-left:3px solid var(--green);padding:17px 22px;background:var(--wash);margin:25px 0;color:var(--muted);font-size:15px}.filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:22px}input,select,textarea{padding:11px 13px;border:1px solid #ccd8d1;border-radius:5px;background:white;color:var(--ink);max-width:100%}input[type=search]{min-width:240px;flex:1}label{display:block;font-size:14px;font-weight:600;margin-bottom:7px}.field{margin:20px 0}.field input:not([type=checkbox]),.field textarea,.field select{width:100%}textarea{min-height:130px}.status{font-size:14px;margin:16px 0}.empty{padding:45px;text-align:center;background:var(--wash);border-radius:7px}.resource-meta{display:flex;flex-wrap:wrap;gap:20px;font-size:13px;color:var(--muted);padding:18px 0;border-bottom:1px solid var(--line);margin-bottom:25px}.tabs{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:30px}.tabs a{padding:9px 16px;border:1px solid var(--line);border-radius:30px;font-size:14px}.tabs a:hover{background:var(--wash)}button:disabled{opacity:.5;cursor:default}.article-text{white-space:pre-wrap}.editor-list{display:grid;gap:12px}.editor-item{padding:18px;border:1px solid var(--line);border-radius:5px;display:flex;justify-content:space-between;gap:20px}.check{display:flex;align-items:start;gap:10px;font-weight:400}.check input{margin-top:5px}.quiet{font-size:13px;color:var(--muted)}
@media(min-width:1450px){.wrap{width:min(1260px,calc(100% - 120px))}.hero{gap:90px;padding-top:85px;padding-bottom:80px}.hero-image{height:490px}h1{font-size:64px}}
@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.nav nav{gap:17px}.nav{gap:20px}.brand{font-size:25px}.hero{gap:35px}h1{font-size:45px}.hero-image{height:410px}.cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.nav{height:82px}.menu-button{display:block;border:0;background:white}.nav nav{display:none;position:absolute;top:82px;left:0;right:0;padding:22px;background:white;z-index:20;border-bottom:1px solid var(--line);align-items:stretch}.nav nav.open{display:flex;flex-direction:column}.hero{grid-template-columns:1fr;padding-top:42px;padding-bottom:38px;gap:30px}h1{font-size:43px}.hero-image{height:310px}.intro{font-size:16px}.hero-note{margin-top:23px}.three-grid,.cards,.content-grid{grid-template-columns:1fr}.three-grid{gap:16px}.audience-card p{max-width:none}.section-heading{align-items:start;flex-direction:column}h2{font-size:28px}.support-strip{padding:25px;align-items:start;flex-direction:column;margin-bottom:40px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:25px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:10px}.page-head{padding:35px 0 25px}.page-head h1{font-size:37px}.page-head p{font-size:16px}.page-body{padding-top:30px;padding-bottom:45px}.content-grid{gap:30px}.filters>*{width:100%}.actions{gap:20px}}

[hidden]{display:none!important}html{scroll-behavior:smooth}.menu-button{font-size:25px}.prose .button{color:white;text-decoration:none}.card .quiet{margin-bottom:14px}.resource-card h3{line-height:1.35}.card{min-height:230px}.filters select{font-size:14px;min-width:120px}.quiet a{text-decoration:underline}.button{line-height:1.6}.page-head h1{overflow-wrap:break-word}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}