#header{position:fixed;top:0;left:0;z-index:10;width:100%;height:8rem;padding:0 1rem 5rem}.header-container{display:flex;align-items:center;justify-content:space-between;height:3rem;max-width:80rem;margin:0 auto}.header-breadcrumb{font-size:1.2rem;font-weight:700;color:var(--purple)}.header-nav-button{flex:0 0 auto;width:3rem;height:3rem;display:none;flex-flow:column nowrap;align-items:center;justify-content:space-between;padding:.8rem;margin-right:-1rem;background:none;border:0}@media screen and (max-width: 768px){.header-nav-button{transition:all 1s linear;display:flex}}.header-nav-button .label{display:none}.header-nav-button .dots{flex:0 0 auto;position:relative;width:.25rem;height:.25rem;border-radius:.25rem;transition:all .4s cubic-bezier(.19,1,.22,1);background:var(--header-link)}.header-nav-close-button{position:absolute;top:0;right:0;width:3rem;height:3rem;display:none;align-items:center;justify-content:center;padding:0;margin:0;background:none;border:0;color:var(--purple);font-size:2rem}.header-nav-close-button:hover{color:var(--light)}@media screen and (max-width: 768px){.header-nav-close-button{display:flex}}.header-nav{display:flex;align-items:center}@media screen and (max-width: 768px){.header-nav{align-items:flex-end;justify-content:flex-end;position:absolute;top:0;right:0;z-index:99;width:100vw;height:95vh;padding:8rem 1rem 4rem;text-align:right;transform:translate3d(110%,0,0)}}.header-nav ul{display:flex;align-items:center;list-style:none}@media screen and (max-width: 768px){.header-nav ul{display:block}}.header-nav li{flex:0 0 auto;margin-left:1rem;list-style:none}@media screen and (max-width: 768px){.header-nav li{margin:0 0 2rem;list-style:none}.header-nav li.social-link{display:inline-block;margin:0 0 0 2rem}}.header-nav a{height:2rem;display:flex;align-items:center;transition:color .4s ease-out;color:#dbdbdb;line-height:1}.header-nav a:hover{color:var(--header-link-hover)}.header-nav a:hover svg{fill:var(--header-link-hover-icon)}.header-nav a.router-link-exact-active{opacity:.5;cursor:default}@media screen and (max-width: 768px){.header-nav a{height:auto;justify-content:flex-end;font-size:3rem;font-weight:700}.header-nav a:hover{color:var(--header-link-hover)}.header-nav a:hover svg{fill:var(--header-link-hover-icon)}.header-nav a.router-link-exact-active{opacity:.5;cursor:default}}@media screen and (max-width: 568px){.header-nav a{font-size:2rem}}.header-nav a svg{display:block;width:1.2rem;height:1.2rem;fill:var(--purple);position:relative;overflow:visible;transition:fill .4s ease-out;top:2px}@media screen and (max-width: 768px){.header-nav a svg{width:3rem;height:3rem;top:0}}@media screen and (max-width: 568px){.header-nav a svg{width:2rem;height:2rem;top:0}}@media screen and (max-width: 768px){body.is-nav-open .wrapper{opacity:.1!important}body.is-nav-open .header-nav-button{opacity:0}body.is-nav-open .header-nav{transition:transform 1s cubic-bezier(.86,0,.07,1);transform:translateZ(0)}}.header-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:linear-gradient(to bottom,var(--bg) 3rem,rgba(var(--bg-rgb),0) 100%)}body.blue-background .header-bg{background:linear-gradient(to bottom,#0497d1 3rem,#0497d100)}.spine{pointer-events:none;position:fixed;top:50vh;bottom:0;left:calc(25vw - 2rem);z-index:2;width:1px;background:var(--purple) linear-gradient(to top,var(--bg) 1rem,rgba(var(--bg-rgb),0) 20vh)}@media screen and (max-width: 1024px){.spine{left:1rem}}.spine-target{pointer-events:none;position:fixed;top:calc(50vh - 8px);left:calc(25vw - 2rem - 4px);width:9px;height:9px;z-index:2}@media screen and (max-width: 1024px){.spine-target{left:calc(1rem - 4px)}}.spine-target .circle,.spine-target .pulse{position:absolute;width:9px;height:9px;transform-origin:center;border-radius:3rem;background:transparent;border:1px solid var(--purple)}.footer{font-size:.8rem;text-align:center;padding:1rem;position:relative;z-index:999}.footer p{margin-bottom:1rem}:root{--purple: #682ae9;--light: #dbdbdb;--header-link: #dbdbdb;--header-link-hover: #682ae9;--header-link-hover-icon: #dbdbdb;--header-link-active: rgba(85, 85, 85, 1);--std-color: #dbdbdb;--bg: #0e1212;--bg-rgb: 14, 18, 18;--bgLight: radial-gradient(var(--bg), transparent, var(--purple) 130%);--gray: #808080;--comment: #555;font-family:Roboto Mono,monospace}body::-webkit-scrollbar{display:none;-ms-overflow-style:none;scrollbar-width:none}*{margin:0;padding:0;box-sizing:border-box;min-height:0;min-width:0;font-family:inherit}::selection{background:var(--purple);color:#fff}html{background:var(--bg);font-family:Roboto Mono,monospace;font-size:100%;-webkit-hyphens:auto;hyphens:auto;word-break:normal;color:#888}body{min-height:100vh}body.locked{overflow:hidden}#app{overflow:hidden;margin:0 auto}.page-test .header-bg{opacity:0;visibility:hidden}.wrapper{position:relative;z-index:1;padding-bottom:20vh;min-height:100vh;transition:opacity .5s linear}.afterLine{display:block;position:absolute;top:50vh;left:calc(25vw - 2rem);z-index:5;width:1px;height:calc(100% - 94vh);opacity:.3;background:var(--purple) linear-gradient(to bottom,var(--bg),rgba(var(--bg-rgb),0) 20vh)}li{list-style:none}a{text-decoration:none}button{border:0}svg title,svg desc{display:none}body{background:var(--bg);transition:background-color .5s ease-out}body.blue-background{background:#0497d1}body.blue-background .header-nav-button .dots{background:#000}body.blue-background .header-nav a{color:#000}body.blue-background .header-nav a svg,body.blue-background .header-breadcrumb,body.blue-background .header-nav-close-button{color:#411a91;fill:#411a91}.nav-ico{width:.75rem;height:.75rem;display:inline-block;vertical-align:baseline;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke:var(--light)}.nav-ico.-blank{vertical-align:middle}.nav-ico.-prev{transform:rotate(-180deg)}.nav-ico.-next{transform:rotate(90deg)}.ariaLabel{display:none}.title{display:block;color:var(--light);font-size:4rem;font-weight:700;word-spacing:-.1em;letter-spacing:-.05em;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;margin-right:-25vw;padding-right:1rem}.title .func{color:var(--purple)}.title .params{color:var(--purple);font-weight:400;letter-spacing:-2px}@media screen and (max-width: 1024px){.wrapper{padding-bottom:10vh}.afterLine{left:1rem}.title{margin-right:-4rem;font-size:3.5rem}.std .subtitle{margin-right:-4rem;font-size:3.5rem;word-spacing:unset}}@media screen and (max-width: 568px){.title{margin-right:-2rem;margin-bottom:1rem;font-size:2rem;line-height:1.1}.std .subtitle{margin-right:-2rem;font-size:2rem}}#nprogress{pointer-events:none}#nprogress .bar{background:var(--purple);position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;opacity:1;transform:rotate(3deg) translateY(-4px)}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}
