:root{--color-hero:#7cd7b6;--color-black:#000;--color-near-black:#14161a;--color-grey-1:#464b59;--color-grey-2:#656a77;--color-grey-3:#9ea1aa;--color-grey-4:#d6d8dd;--color-grey-5:#eceef3;--color-white:#fff;--color-transparent:transparent;--color-black-alpha-20:color-mix(in srgb,var(--color-black) 20%,var(--color-transparent));--color-black-alpha-30:color-mix(in srgb,var(--color-black) 30%,var(--color-transparent));--color-black-alpha-90:color-mix(in srgb,var(--color-black) 90%,var(--color-transparent));--color-white-alpha-40:color-mix(in srgb,var(--color-white) 40%,var(--color-transparent));--font-display:malila,Georgia,serif;--font-body:inter-variable,Arial,sans-serif}.hidden{display:none}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;font-family:var(--font-body);color:var(--color-black);background-color:var(--color-hero);margin:0;padding:0}@media only screen and (min-width:720px){body{background-color:var(--color-black)}}.content{max-width:1600px;margin:0 auto;background-color:var(--color-hero)}a,a:hover,a:link,a:visited{text-decoration:none;color:inherit}a:focus{outline:none}::selection{background-color:var(--color-grey-3)}:focus{outline:none;border:0}input,textarea{border-radius:0}input::placeholder,textarea::placeholder{opacity:1;color:var(--color-grey-3)}img{display:block;width:100%;max-width:100%}h1,h2,h3,h4{margin:0;padding:0}button{-webkit-appearance:none;border-radius:0;text-align:inherit;background:none;box-shadow:none;padding:0;cursor:pointer;border:none;color:inherit;font:inherit}[class*=type-display]{font-family:var(--font-display);font-weight:300}[class*=type-display].type-heavy{font-weight:600}.type-display-xs{font-size:18px;line-height:24px}@media only screen and (min-width:960px){.type-display-xs{font-size:22px;line-height:30px}}.type-display-s{font-size:24px;line-height:32px}@media only screen and (min-width:960px){.type-display-s{font-size:36px;line-height:48px}}.type-display-m{font-size:32px;line-height:42px}@media only screen and (min-width:960px){.type-display-m{font-size:48px;line-height:56px}}.type-display-l{font-size:40px;line-height:52px}@media only screen and (min-width:960px){.type-display-l{font-size:64px;line-height:72px}}.type-display-xl{font-size:48px;line-height:56px}@media only screen and (min-width:960px){.type-display-xl{font-size:72px;line-height:80px}}[class*=type-body]{font-family:var(--font-body);font-variation-settings:"slnt" 0,"wght" 300}[class*=type-body].type-heavy{font-variation-settings:"slnt" 0,"wght" 500}.type-body-xs{font-size:13px;line-height:17px}@media only screen and (min-width:960px){.type-body-xs{font-size:13px;line-height:17px}}.type-body-s{font-size:15px;line-height:19px}@media only screen and (min-width:960px){.type-body-s{font-size:16px;line-height:22px}}.type-body-m{font-size:18px;line-height:24px}@media only screen and (min-width:960px){.type-body-m{font-size:22px;line-height:30px}}.type-body-l{font-size:28px;line-height:36px}@media only screen and (min-width:960px){.type-body-l{font-size:40px;line-height:48px}}.type-body-xl{font-size:36px;line-height:44px}@media only screen and (min-width:960px){.type-body-xl{font-size:64px;line-height:72px}}.fade-text{opacity:0;transition:opacity .3s ease-in;transition-delay:.1s}.fade-text.is-visible{opacity:1}.sr-only{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.footer{overflow:hidden;padding:40px 40px 0;background:var(--color-near-black);color:var(--color-grey-2)}@media only screen and (min-width:720px){.footer{padding:80px 40px 0}}@media only screen and (min-width:960px){.footer{padding:80px 80px 0}}.footer .footer-content{display:flex;flex-direction:column;gap:20px}@media only screen and (min-width:1200px){.footer .footer-content{flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:40px;height:auto}}.footer .hc-tagline{width:100%;margin:0;color:var(--color-white)}.footer .hc-tagline a{color:var(--color-white);text-decoration:none}.footer .hc-tagline a:hover{text-decoration:underline}.footer .nav{display:flex;flex-direction:column;gap:8px}@media only screen and (min-width:720px){.footer .nav{flex-direction:row;flex-grow:1;gap:16px}}.footer .nav a{color:var(--color-grey-3);text-decoration:none;transition:color .2s ease-in-out}.footer .nav a:hover{color:var(--color-white);text-decoration:underline}.footer .legal{margin:0}.footer svg.logo{width:100%;height:auto;margin:40px 0 -4px}.header{padding:16px 32px;background-color:var(--color-hero);color:var(--color-white)}@media only screen and (min-width:720px){.header{position:fixed;top:0;z-index:997;padding:32px 40px;background-color:var(--color-transparent)}}@media only screen and (min-width:960px){.header{padding:32px 80px}}.header .header-content{display:flex;align-items:center;justify-content:space-between;gap:20px;height:80px}.header svg.logo{position:relative;z-index:999;width:160px;height:auto}@media only screen and (min-width:720px){.header svg.logo{width:200px;height:auto}}.header svg.logo svg.logo *{width:100%;height:auto}.header .nav{position:fixed;top:0;bottom:0;left:0;z-index:998;display:none;flex-direction:column;justify-content:center;gap:24px;width:100%;max-width:1600px;padding:32px;background-color:var(--color-white-alpha-40);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}@media only screen and (min-width:720px){.header .nav{padding:80px}}@media only screen and (min-width:1600px){.header .nav{left:calc((100vw - 1600px)/2)}}.header .nav a{color:var(--color-near-black)}@media(hover:hover)and (pointer:fine){.header .nav a:hover{border-color:var(--color-hero)}}.header .nav-toggle{display:block;position:relative;height:40px;width:40px;z-index:999;background:none;border:none;cursor:pointer;padding:0}.header .nav-toggle:after,.header .nav-toggle:before{position:absolute;left:8px;content:"";display:block;height:2px;width:24px;background:var(--color-near-black)}.header .nav-toggle:before{top:14px}.header .nav-toggle:after{bottom:14px}.header{transition:opacity .1s ease-out}.header.header-hidden{opacity:0;pointer-events:none}body.nav-active{overflow:hidden}body.nav-active .nav{display:flex}body.nav-active .nav-toggle:before{transform:rotate(45deg);top:19px}body.nav-active .nav-toggle:after{transform:rotate(-45deg);bottom:19px}