: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);--content-max-width:500px}body,html{margin:0;padding:0;color:var(--text-strong);background:var(--brand-light)}p{line-height:1.5}h1{font-size:35px;background:linear-gradient(180deg,#0E2A2E,#006A44);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}h1,h2{font-weight:700;line-height:1.17}h2{font-size:26px}h2,h3{color:#006a44}h3{font-weight:700;line-height:1.2}a,a.cta_button{text-decoration:none}a.cta_button{color:#fff;font-size:20px;font-weight:700;flex-grow:1;text-align:left;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:64px;background-color:#006a44;background-image:linear-gradient(0deg,rgba(0,209,134,.2),rgba(0,106,68,.2) 66.35%);border-radius:1000px;border:none;padding:0 12px 0 24px;cursor:pointer;position:relative;margin:32px 0}a.cta_button:after{width:48px;height:40px;background-color:var(--accent-yellow);border-radius:1000px;content:url(/assets/arrow_right.svg);position:absolute;right:24px;top:50%;transform:translateY(-50%)}a.cta_button:after svg{width:24px}ul{-webkit-padding-start:1.5em;padding-inline-start:1.5em;list-style:disc}ul li{margin-bottom:.5em}.icon-list{padding-left:0;list-style:none;gap:40px;display:flex;flex-direction:column;margin-bottom:65px}.icon-list li{list-style-type:none;padding-left:50px;margin-left:0;line-height:1.4;position:relative}.icon-list li:before{content:url(/assets/check.svg);position:absolute;left:0;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:1000px;background-color:#e0ff88;display:flex;justify-content:center;align-items:center}li{line-height:1.4}*{box-sizing:border-box;padding:revert;margin:revert}