.footer-module-scss-module__oF54tG__footer_container{z-index:1;background-color:#000;margin-top:auto;position:relative}@media (max-width:960px){.footer-module-scss-module__oF54tG__hide_mobile{display:none!important}.footer-module-scss-module__oF54tG__flex_container{justify-content:space-between}}.footer-module-scss-module__oF54tG__page_section{border-top:1px solid #1f1f1f;margin-top:auto;padding-bottom:20px;position:relative}.footer-module-scss-module__oF54tG__footer_top{max-width:1200px;margin:0 auto 48px;display:flex}.footer-module-scss-module__oF54tG__page_section_inner{width:100%;max-width:1480px;margin:0 auto}.footer-module-scss-module__oF54tG__footer_top{max-width:1200px;margin:0 auto 48px}.footer-module-scss-module__oF54tG__footer_column{flex-grow:1}.footer-module-scss-module__oF54tG__footer_column:last-child{flex-grow:0}.footer-module-scss-module__oF54tG__footer_column_header{color:#f1f1f1;margin-bottom:5px;font-size:20px;font-weight:700;font-size:14px!important}.footer-module-scss-module__oF54tG__footer_column_item{color:#95989d;width:fit-content;margin-bottom:4px;font-size:16px;font-weight:500;text-decoration:none;transition:all .15s;display:block}@media (hover:hover){.footer-module-scss-module__oF54tG__footer_column_item:hover{color:var(--text-normal)}}.footer-module-scss-module__oF54tG__footer_logo_wrap{width:fit-content;display:block}.footer-module-scss-module__oF54tG__footer_logo{border-radius:3px;width:auto;height:72px;margin-bottom:10px}#footer-module-scss-module__oF54tG__footer_social_icons{grid-gap:12px;gap:12px}.footer-module-scss-module__oF54tG__social_icon{color:var(--text-normal);border-radius:3px;justify-content:center;align-items:center;height:32px;transition:all .15s;display:flex}@media (hover:hover){.footer-module-scss-module__oF54tG__social_icon:hover{color:var(--accent)}}.footer-module-scss-module__oF54tG__footer_privacy,.footer-module-scss-module__oF54tG__footer_privacy-item{color:var(--text-muted);font-size:16px;font-weight:500}.footer-module-scss-module__oF54tG__footer_privacy-item{margin-bottom:4px;text-decoration:none;transition:all .15s;display:block}@media (hover:hover){.footer-module-scss-module__oF54tG__footer_privacy_item:hover{color:var(--text-normal)}}.footer-module-scss-module__oF54tG__footer_copyright{color:var(--text-muted);font-size:14px;font-weight:500}.footer-module-scss-module__oF54tG__footer_copyright>a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:700}.footer-module-scss-module__oF54tG__flex_container{justify-content:center;display:flex}.footer-module-scss-module__oF54tG__footer{justify-content:center;align-items:center;padding:20px 0;display:flex}.footer-module-scss-module__oF54tG__wrapper_footer:first-child{margin:0}.footer-module-scss-module__oF54tG__wrapper_footer{color:var(--colors-secondary);text-transform:lowercase;transition:color var(--transitions-duration)ease-in-out;border:0;margin-left:20px;font-size:15px;text-decoration:none;display:flex}@media (hover:hover){.footer-module-scss-module__oF54tG__wrapper_footer:hover{color:#fff}}
.keyword{color:var(--keyword);font-weight:700}.token.operator,.token.punctuation,.token.string,.token.number,.token.builtin,.token.variable{color:var(--token)}.token.comment{color:var(--comment)}.token.class-name,.token.function,.token.tag,.token.attr-name{color:var(--name)}article{max-width:var(--main-content);margin:0 auto;line-height:1.9;position:relative}article>*+*{margin-top:2em}article p{color:var(--article-color)}article img{border-radius:var(--radius);width:auto;max-width:100%;margin:auto;display:block}article [id]:before{content:"";visibility:hidden;height:70px;margin-top:-70px;display:block}article ul{padding:0;list-style-type:circle;list-style-position:inside}article ol{padding:0;list-style-position:inside}article ul li.reset{align-items:flex-start;margin-left:-.5rem;list-style-type:none;display:flex}article ul li.reset .check{align-items:center;margin-right:.51rem;display:flex}input[type=checkbox]{vertical-align:middle;appearance:none;-webkit-user-select:none;user-select:none;background-origin:border-box;background-color:var(--bg);width:1rem;height:1rem;color:var(--fg);border:1px solid var(--fg);border-radius:3px;flex-shrink:0;display:inline-block}input[type=checkbox]:checked{background-color:currentColor;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='black' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-color:#0000}html[data-theme=light] input[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e")}input[type=checkbox]:focus{box-shadow:0 0 0 2px var(--gray);border-color:var(--fg);outline:none}.token-line:not(:last-child){min-height:1.4rem}article :not(pre)>code{padding:0 3px;font-size:1rem;font-weight:600}article :not(pre)>code:before,article :not(pre)>code:after{content:"`";color:var(--gray);-webkit-user-select:none;user-select:none}article pre{background:var(--lightest-gray);border-radius:var(--inline-radius);padding:1rem;font-size:.875rem;line-height:1.8;overflow-x:auto}.header-link{color:inherit;text-decoration:none}.header-link:after{opacity:0;content:"#";margin-left:var(--gap-half);color:var(--gray)}@media (hover:hover){.header-link:hover:after{opacity:1}}#nprogress{pointer-events:none}#nprogress .bar{z-index:2000;background:var(--fg);width:100%;height:5px;position:fixed;top:0;left:0}#nprogress:after{content:"";background:0 0;width:100%;height:5px;position:fixed;top:0;left:0}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:block;src:url(https://assets.vercel.com/raw/upload/v1587415301/fonts/2/inter-var-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:block;src:url(https://assets.vercel.com/raw/upload/v1587415301/fonts/2/inter-var-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:block;src:url(https://assets.vercel.com/raw/upload/v1587415301/fonts/2/inter-var-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:block;src:url(https://assets.vercel.com/raw/upload/v1587415301/fonts/2/inter-var-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:block;src:url(https://assets.vercel.com/raw/upload/v1587415301/fonts/2/inter-var-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:block;src:url(https://assets.vercel.com/raw/upload/v1587415301/fonts/2/inter-var-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:block;src:url(https://assets.vercel.com/raw/upload/v1587415301/fonts/2/inter-var-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:block;src:url(https://assets.vercel.com/raw/upload/v1587415301/fonts/2/inter-var-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:block;src:url(https://assets.vercel.com/raw/upload/v1587415301/fonts/2/inter-var-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--gap-quarter:.25rem;--gap-half:.5rem;--gap:1rem;--gap-double:2rem;--small-gap:4rem;--big-gap:4rem;--main-content:45rem;--radius:8px;--inline-radius:5px;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;--font-mono:"SFMono-Regular","Consolas","Liberation Mono","Menlo",monospace;--transition:.1s ease-in-out;--transition-slow:.3s ease-in-out;--fg-commander:#fafbfc;--bg:#000;--fg:#fafbfc;--gray:#666;--light-gray:#444;--lighter-gray:#222;--lightest-gray:#1a1a1a;--article-color:#eaeaea;--article-colorbtn:#eaeaea;--gray-bg:#1a1a1a;--gray-bg-b:#1a1a1a;--kbd-bg:#fff;--header-bg:#13141573;--gray-alpha:#ffffff80;--selection:#fffffffc;--token:#999;--comment:#999;--keyword:#fff;--name:#fff;--highlight:#2e2e2e}[data-theme=light]{--article-colorbtn:#fff;--fg-commander:#000;--bg:#fff;--fg:#000;--gray:#888;--light-gray:#dedede;--lighter-gray:#e9e9e9;--lightest-gray:#fafafa;--article-color:#212121;--gray-bg:#00000;--gray-bg-b:#d9d9d96d;--kbd-bg:#fffff;--header-bg:#fffc;--gray-alpha:#13141580;--selection:#000000fc;--token:#666;--comment:#999;--keyword:#000;--name:#333;--highlight:#eaeaea}*{box-sizing:border-box}::-webkit-scrollbar{background:0 0;width:0}::selection{text-shadow:none;background:var(--selection);color:var(--bg)}html{line-height:1.5}strong{color:var(--fg);font-weight:500}html,body{-ms-overflow-style:none;scrollbar-width:none;-webkit-font-smoothing:antialiased;background:var(--bg);height:100%;color:var(--fg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-size:16px}body{min-height:100vh;font-family:var(--font-sans);flex-direction:column;display:flex}h1{font-family:var(--fonts-heading);color:var(--fg);margin:0 0 20px;font-size:48px;line-height:50px}h2{letter-spacing:-.69px}h3{letter-spacing:-.47px;margin:20px 0 0}h4{letter-spacing:-.33px;font-size:1.25rem}hr{border:none;border-bottom:1px solid var(--light-gray)}blockquote{border-left:3px solid var(--light-gray);margin:0;padding-left:1rem;font-style:italic}button{line-height:inherit;font-size:inherit;border:none;margin:0;padding:0}p a,a.reset{color:var(--fg);text-underline-offset:5px;outline:none;text-decoration:underline}p{color:var(--colors-secondary);unicode-bidi:-webkit-isolate;unicode-bidi:-moz-isolate;unicode-bidi:isolate;margin:20px 0;margin-block:1em;margin-inline:0;display:block}p a:focus,p a:active,a.reset:focus{color:var(--gray)}@media (hover:hover){p a:hover,a.reset:hover{color:var(--gray)}}pre,code{font-family:var(--font-mono)}.clamp{line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.clamp-2{line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.flex{display:flex}kbd{color:var(--colors-background);background:var(--colors-secondary);transition:background var(--transitions-duration)ease-in-out;font-family:var(--fonts-code);border-radius:4px;padding:1px 5px;font-size:14px}@media (hover:hover){button:hover{background-color:var(--gray-bg-b)}button:hover>kbd{background-color:var(--kbd-bg)}}summary{cursor:pointer;outline:none}details{border-radius:var(--radius);background:var(--lightest-gray);border-radius:var(--radius);padding:1rem}@media print{:root{--bg:#fff;--fg:#000;--gray:#888;--light-gray:#dedede;--lighter-gray:#f5f5f5;--lightest-gray:#fafafa;--article-color:#212121;--header-bg:#fffc;--gray-alpha:#13141580;--selection:#000000fc;--token:#666;--comment:#999;--keyword:#000;--name:#333;--highlight:#eaeaea}*{text-shadow:none!important}}:root{--colors-yellow:#ffff80;--colors-pink:#ff80bf;--colors-purple:#9580ff;--colors-red:#ff9580;--colors-orange:#ffca80;--colors-green:#8aff80;--colors-cyan:#80ffea;--colors-primary:#f2f2f2;--colors-secondary:#8f9ba8;--colors-background:#08070b;--colors-hover:#212024;--colors-command:#ffffff0d;--fonts-body:Biotif,sans-serif;--fonts-code:Fira Code,monospace;--fonts-heading:Neuzeit Grotesk Bold,sans-serif;--space-navHeightDesktop:60px;--space-navHeightMobile:110px;--transitions-duration:.2s;--radii-borderRadius:8px}.mouse-hidden{opacity:0}.mouse-shown{opacity:.5}#mouse-icon{z-index:700;border:3px solid #fff;border-radius:10px;width:22px;height:30px;margin:-20px 0 0 -7px;transition:all 1s;bottom:50px}#mouse-icon,#mouse-icon:before{display:block;position:absolute;left:50%}@media (hover:hover){#mouse-icon:hover{opacity:1;cursor:pointer}}
body,html{width:100%;height:100%;margin:0;padding:0}.footer-container footer#section-footer{background:#0a0a0a!important}::-webkit-scrollbar{width:0}canvas{width:100%;position:absolute;top:0;left:0}.landscape{z-index:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.landscape .landscapeItem{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:bottom 1s cubic-bezier(.33,0,0,1);position:absolute;bottom:-100%;left:0}.landscape .landscapeItem.animateIn{bottom:0}.landscape .landscapeItem.animateOut{bottom:-100%}.landscape .landscapeItem.mountains.background{opacity:0;z-index:1;background-color:#0000;transition:all 1s cubic-bezier(.33,0,0,1);bottom:0}.landscape .landscapeItem.mountains.background.animateIn{opacity:.6;background-blend-mode:lighten;background-color:#0000}.landscape .landscapeItem.mountains.midground{z-index:2;background-image:url(../media/Mount_5.4d0a8460.svg)}.landscape .landscapeItem.mountains.foreground{z-index:3;background-image:url(../media/Mount_4.5742009a.svg)}.landscape .landscapeItem.mountains:last-child{transition-delay:.6s}.landscape .landscapeItem.mountains:nth-last-child(2){transition-delay:.7s}.landscape .landscapeItem.mountains:nth-last-child(3){transition-delay:.8s}.landscape .landscapeItem.mountains:nth-last-child(4){transition-delay:.9s}.landscape .landscapeItem.mountains:nth-last-child(5){transition-delay:1s}.landscape .landscapeItem.mountains:nth-last-child(6){transition-delay:1.1s}.landscape .landscapeItem.mountains:nth-last-child(7){transition-delay:1.2s}.landscape .landscapeItem.mountains:nth-last-child(8){transition-delay:1.3s}.landscape .landscapeItem.mountains:nth-last-child(9){transition-delay:1.4s}.landscape .landscapeItem.mountains:nth-last-child(10){transition-delay:1.5s}.landscape .landscapeItem.trees.background{z-index:4;background-image:url(../media/Mount_3.f160489d.svg)}.landscape .landscapeItem.trees.midground{z-index:5;background-image:url(../media/Mount_2.44251aa2.svg)}.landscape .landscapeItem.trees.foreground{z-index:6;background-image:url(../media/Mount_1.a6b89e76.svg)}.landscape .landscapeItem.trees:last-child{transition-delay:.1s}.landscape .landscapeItem.trees:nth-last-child(2){transition-delay:.2s}.landscape .landscapeItem.trees:nth-last-child(3){transition-delay:.3s}.landscape .landscapeItem.trees:nth-last-child(4){transition-delay:.4s}.landscape .landscapeItem.trees:nth-last-child(5){transition-delay:.5s}.landscape .landscapeItem.trees:nth-last-child(6){transition-delay:.6s}.landscape .landscapeItem.trees:nth-last-child(7){transition-delay:.7s}.landscape .landscapeItem.trees:nth-last-child(8){transition-delay:.8s}.landscape .landscapeItem.trees:nth-last-child(9){transition-delay:.9s}.landscape .landscapeItem.trees:nth-last-child(10){transition-delay:1s}.landscape .landscapeItem.topographic{opacity:0;z-index:7;transition:opacity 1s cubic-bezier(.33,0,0,1) 2s;bottom:0}.landscape .landscapeItem.topographic.animateIn{opacity:.2}.landscape .landscapeItem.topographic.animateOut{opacity:0}
