:root{--background:#f0f0f0;--c-background-shade:hsl(from var(--background)h s calc(l - 4));--c-background-shade-2:hsl(from var(--background)h s calc(l - 10));--background-shade:#e7e7e7;--background-shade-2:#d8d8d8;--foreground:#171717;--c-dark:#171717;--c-light:#f0f0f0;--c-primary-light:hsl(from var(--c-primary)h s calc(l + 20));--c-primary-lighter:hsl(from var(--c-primary)h s calc(l + 10));--c-primary:#00d47c;--c-primary-darker:hsl(from var(--c-primary)h s calc(l - 10));--c-primary-dark:hsl(from var(--c-primary)h s calc(l - 20));--text-secondary:#5a5a5a;--navbar-height:100px;--max-content-width:1800px;--content-margin:calc((100vw - var(--max-content-width))/2)}@media not (min-width:1800px){:root{--max-content-width:calc(100vw - 3rem);--content-margin:3rem}}@font-face{font-family:Roboto;src:url(/fonts/roboto/Roboto-VariableFont_wdth,wght.ttf)format("truetype");font-display:swap}html,body{max-width:100vw;margin:0;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,Arial,Helvetica,sans-serif}main{min-height:100vh}a{color:var(--foreground);text-decoration:none}h1{font-size:3.5rem}h2{font-size:2rem}button{cursor:pointer;color:var(--foreground);background:0 0;border:none;border-radius:3px;transition:color .2s,background-color .2s,width .2s,height .2s}button:disabled{opacity:.2;background:var(--background-shade)}section{width:100%;margin-top:7rem}section:has(>.section-fit){justify-content:center;display:flex;position:relative}.section-fit{width:100%;max-width:var(--max-content-width)}video::-webkit-media-controls{display:none!important}.hidden{display:none}.invisible{visibility:hidden;opacity:0}.text-center{text-align:center}.welcome-screen{background:var(--background);z-index:1000;width:100vw;height:100vh;animation:1.5s 3s forwards welcome-screen;position:fixed;top:0;right:0}.welcome-screen-inner{background:var(--foreground);justify-content:center;align-items:center;width:0;height:100%;animation:1.5s forwards welcome-screen-inner;display:flex;position:absolute;top:0;left:0}.welcome-screen-inner img{opacity:0;width:200px;height:100px;animation:1s 1.5s forwards welcome-logo;translate:0 2rem}@keyframes welcome-screen{to{display:none;translate:100%}}@keyframes welcome-screen-inner{to{width:100%}}@keyframes welcome-logo{to{opacity:1;translate:0}}.mission{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:8rem 0 0;display:flex}.mission p{max-width:calc(var(--max-content-width)*.7)}@media not (min-width:1000px){.mission p{max-width:var(--max-content-width)}}#mission-text{margin-bottom:2em;font-size:1.6rem;line-height:1.5em}#mission-name{margin:0;font-size:1.2rem}#mission-title{color:var(--text-secondary);margin:1em;font-size:.8rem}
