@import url("https://use.typekit.net/zmc8vly.css");:root{--color-1:#0101ec;--color-2:#dd51b1;--color-black:#000;--color-white:#fff;--color-text:var(--color-white);--color-bg:var(--color-black);font-size:15px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:degular-display,sans-serif;font-weight:400;font-style:normal;letter-spacing:.1ch;width:100%;height:100vh;color:var(--color-text);background-color:var(--color-bg);line-height:1.2;overscroll-behavior:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::-webkit-scrollbar{display:none}h1,h2{font-weight:500;line-height:.75}canvas.webgl{position:fixed;top:0;left:0;width:100%;pointer-events:none;mix-blend-mode:screen}@media (max-width:64em){canvas.webgl{opacity:.7}}.scroll__stage{position:fixed;top:0;left:0;width:100%;height:100vh}.scroll__stage.js-mobile{position:relative;height:auto}.scroll__content{width:100%;will-change:transform;margin-bottom:0!important}.section{display:flex;justify-content:space-evenly;align-items:center;width:100%;min-height:100vh;overflow:hidden}@media (max-width:64em){.section{flex-direction:column;justify-content:center;padding:10vh 2rem}.section:first-of-type{gap:0}.section:nth-child(2n){flex-direction:column}.section:nth-child(2n) .section__paragraph{align-self:flex-start}.section__title{width:100%}.section__paragraph{font-size:1.2rem}}.section:not(:first-of-type) .section__title{padding-bottom:min(9vw,6rem)}.section:nth-child(2n){flex-direction:row-reverse;background:var(--color-1)}.section:nth-child(2n) .section__title{text-align:right}.section__title{text-align:left;text-transform:uppercase;opacity:.9}.section__title-number{font-size:min(36vw,24rem)}.section__title-text{font-size:min(18vw,12rem);padding-left:.1ch}.section__title-arrow{font-size:min(9vw,6rem);color:var(--color-1);margin-top:1ch;line-height:1}.section__title-arrow span{display:inline-block;transform:rotate(90deg)}.section__paragraph{align-self:flex-end;max-width:20ch;font-size:1.4rem}.section__button{display:inline-block;margin:5ch 0;padding:2ch 5ch;border:2px solid;border-radius:50%;font-size:.8em;text-transform:uppercase;letter-spacing:.1ch;transition:background-color 1s ease;cursor:pointer}.section__button:focus,.section__button:hover{border-color:var(--color-2)}.layout__line{position:fixed;top:0;left:0;width:100%;height:5px;background-color:var(--color-white);transform:scaleX(0)}.js .loading:after,.js .loading:before{content:"";position:fixed;z-index:1000}.js .loading:before{top:0;left:0;width:100%;height:100%;background:var(--color-bg)}.js .loading:after{top:50%;left:50%;width:60px;height:60px;margin:-30px 0 0 -30px;border-radius:50%;opacity:.4;background:var(--color-1);animation:loaderAnim .7s linear infinite alternate forwards}@keyframes loaderAnim{to{opacity:1;transform:scale3d(.5,.5,1)}}a{text-decoration:none;color:var(--color-white);border-bottom:1px dashed var(--color-2)}a:hover{border-bottom:1px solid #fff}a:focus{outline:none;background:#d3d3d3}a:focus:not(:focus-visible){background:transparent}a:focus-visible{outline:2px solid red}.frame{padding:3rem 5vw;text-align:center;position:relative;z-index:1000}.frame__title{font-size:1rem;margin-bottom:1rem;font-weight:500}.frame__links{display:inline}.frame__demos a:not(:last-child),.frame__links a:not(:last-child){margin-right:1rem}.frame__demos{margin:1rem 0}.frame__demo--current,.frame__demo--current:hover{color:var(--color-text)}@media screen and (min-width:53em){.frame{position:fixed;text-align:left;z-index:100;top:0;left:0;display:grid;align-content:space-between;width:100%;height:100vh;padding:1.75rem;pointer-events:none;grid-template-columns:66% 34%;grid-template-rows:auto auto auto;grid-template-areas:"title links" "... ..." "... demos"}.frame__title-wrap{align-self:center;grid-area:title;display:flex}.frame__title{margin:0}.frame__tagline{margin-left:1rem;padding-left:1rem;opacity:.5}.frame__demos{grid-area:demos;justify-self:end}.frame__links{grid-area:links;justify-self:end;padding:0}.frame a{pointer-events:auto}}.content{position:fixed;top:0;left:0;width:100%;height:100vh;overflow:hidden}.section:last-child{margin-bottom:0!important;padding-bottom:0!important}