@charset "UTF-8";:root{--color-primary-rgb: 133 202 255;--color-primary: rgb(var(--color-primary-rgb));--color-primary-dark: #2e4b80;--color-offset: rgb(190 205 231);--color-font: #253147;--bg-article: #e1e2f7;--header-height: 3.25rem;--font-size: clamp(14px, 1.25vw, 22px);--logo-shadow: 1px 1px 0px rgb(0 73 169), 1px -1px 0 white;--width-m: 1400;--width-s: 900}@media (min-width: 1400px){:root{--header-height: clamp(7rem, 15vh, 10rem)}}@font-face{font-family:Mona Sans;src:local("MonaSansVF-Regular"),url(/font/MonaSansVF-Regular.woff2) format("woff2"),url(/font/MonaSansVF-Regular.woff) format("woff");font-weight:200 900;font-stretch:75% 125%}html{font-size:var(--font-size)}body{font-family:Mona Sans;font-stretch:110%;font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;line-height:1.6;box-sizing:border-box}body *{box-sizing:inherit}h1,h2,h3,h4{line-height:1.3;font-stretch:125%;font-weight:400;margin:1rem 0;color:var(--color-primary)}h1{font-size:2.3rem;margin:1rem 0 1.5rem}h2{font-size:1.5rem}h4{font-size:1.2rem}h3{font-size:1.1rem}p{margin:.5rem 0}a{color:var(--color-primary);text-decoration:none}b,strong{font-weight:600}button{outline:none;cursor:pointer;border:none;font-stretch:125%;font-family:inherit}figure{margin:0}select:focus,input:focus{outline:none}img{max-width:100%;height:auto}::-webkit-scrollbar{width:.75rem;height:.75rem}::-webkit-scrollbar-track{background-color:#0003}::-webkit-scrollbar-thumb{background:#888;border-radius:.375rem}::-webkit-scrollbar-thumb:hover{background-color:#555}::-webkit-scrollbar-corner{background-color:transparent}.hide{display:none}.block{display:block}.grid{display:grid}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-column{flex-direction:column}.align-center{align-items:center}.align-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap{gap:1rem}.no-list-style{list-style:unset;margin:0;padding:0}.max-content{max-width:max-content}.full-width{width:100%}.full-height{height:100%}.boxed-container{margin-left:auto;margin-right:auto;max-width:1200px}.boxed-container-m{max-width:1500px}.box-shadow{box-shadow:0 10px 10px -10px #000}.text-shadow{text-shadow:0 0 3px rgba(52,123,255,.4)}.opacity-0{opacity:0}.padding-16{padding:1rem}.margin-x-auto{margin-left:auto;margin-right:auto}.margin-y-auto{margin-top:auto;margin-bottom:auto}.margin-top-0{margin-top:0}.margin-bottom-0{margin-bottom:0}.overflow-hidden{overflow:hidden}.relative{position:relative}.fixed{position:fixed}.absolute{position:absolute}.inset-0{top:0;right:0;bottom:0;left:0}.list-style-none{padding:0;margin:0}.list-style-none li{list-style:none}.site-padding-x{padding-left:1rem;padding-right:1rem}.site-padding-y{padding-top:1rem;padding-bottom:1rem}.no-margin{margin:0}.circle{border-radius:50%}.transparent{background-color:transparent}.font-color{color:var(--color-text)}.font-streach-75{font-stretch:75%}.font-light{font-weight:100}.font-bold{font-weight:600}.font-small{font-size:max(14px,var(--font-size) * .9)}.font-italic{font-style:italic}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.color-white{color:#fff}.color-primary{color:var(--color-primary)}.color-primary-dark{color:var(--color-primary-dark)}.bg-primary{background-color:var(--color-primary)}.bg-offset{background-color:var(--color-offset)}.bg-white{background-color:#fff}.button{display:flex;justify-content:center;align-items:center;width:max-content;border-radius:4px;background-color:#611f44;color:#e0e7ff;line-height:1;transition:transform .15s;padding:.5rem 2rem;box-shadow:0 20px 10px -20px #000000b3;position:relative}.button:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:#ffffff42;filter:blur(5px);z-index:0}.button:active{transform:scale(.9)}.button-sm{padding:.25rem .75rem}.title-animation{color:var(--color-primary-dark);text-align:center;width:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.title-animation:before,.title-animation:after{content:"";display:block;position:relative;height:1px;background:linear-gradient(90deg,transparent,var(--color-primary-dark));transform:scaleX(0);transform-origin:right;animation:scaleX 1s forwards ease-out}.title-animation:after{background:linear-gradient(270deg,transparent,var(--color-primary-dark));transform-origin:left}@keyframes scaleX{to{transform:scaleX(1)}}.opacity-animation{opacity:0;animation:opacity .4s forwards ease-in}@keyframes opacity{to{opacity:1}}.dark{background-color:#0a1d40}.dark main h3,.dark main a{color:#c3d8ff}.s-header{--logo-font-size: clamp(30px, 3.75vw, 64px);z-index:1}.s-header__upper__logo__icon{height:calc(var(--logo-font-size) * 1.2);margin-right:clamp(0px,1vw,.5rem)}.s-header__upper__logo__text{font-size:var(--logo-font-size);font-weight:600;line-height:0}.s-header__menu{gap:3rem;font-size:18px}.header-nav__list__link{display:flex;align-items:center;font-size:18px;line-height:1;font-weight:500}.link-icon{width:1.5rem;margin-right:.5rem}.submenu{height:0px;line-height:1;overflow:hidden}.submenu__list{font-size:18px;width:calc(100% - 3rem);margin:10px auto;background-color:#ffffff0d;padding:5px;border:1px solid #000000;border-radius:.75rem}.submenu__list__item{padding:0 8px}.submenu__list__item__link{border-bottom:1px solid rgba(0,0,0,.3);padding:8px 24px;gap:.5rem}.submenu__list__item__link:before{content:"-"}.submenu__list__item__link:hover,.submenu__list__item__link:active{background-color:#0000004d}.submenu__list__item:last-child .submenu__list__item__link{border-bottom:none}.dropdown-arrow{border-bottom:1px solid var(--color-primary);border-right:1px solid var(--color-primary);width:.5rem;height:.5rem;display:inline-block;margin-left:.5rem;transform:rotate(45deg)}@media not all and (min-width: 1400px){.header-nav{z-index:1;background:#0b101f;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);position:fixed;top:0;left:0;right:4rem;bottom:0;overflow:auto;transition:transform .2s;transform:translate(-100%)}.header-nav__list{margin-top:4rem;padding:0 1rem}.header-nav__list__link{padding:.5rem 1.5rem;width:100%;border-bottom:1px solid black}.header-nav__list__link:hover,.header-nav__list__link:active,.header-nav__list__link:focus{background:#00000040}.hamburger-container{top:0;right:0;height:var(--header-height);padding:0 1rem;z-index:2}.hamburger{display:flex;height:1.75rem;width:1.75rem;border:none}.hamburger span{left:0;height:4px;background-color:#fff}.hamburger span:nth-child(1){top:.2rem}.hamburger span:nth-child(3){bottom:.2rem}.hamburger span:nth-child(1),.hamburger span:nth-child(3){transition:transform .2s}.active .header-nav{transform:translate(0)}.active .hamburger span:nth-child(1){transform:translateY(.55rem) rotate(-45deg)}.active .hamburger span:nth-child(3){transform:translateY(-.55rem) rotate(45deg)}.active .hamburger span:nth-child(2){display:none}}@media (min-width: 1400px){.s-header{flex-direction:row;justify-content:space-between;gap:5rem;z-index:1;height:var(--header-height);gap:.75rem;width:100%}.s-header__upper{width:auto}.s-header__upper__logo{transform:unset}.header-nav{width:auto;transform:translateY(.35rem)}.header-nav__list{gap:3rem;flex-direction:row;align-items:center}.header-nav__list__link{font-size:1rem;position:relative}.header-nav__list__link:before,.header-nav__list__link:after{content:"";position:absolute;width:1px;height:60%;top:20%;background-color:#ffffff80;opacity:0;transition:opacity .3s,transform .3s}.header-nav__list__link:before{left:-.5rem}.header-nav__list__link:after{right:-.5rem}.header-nav__list__link:hover:before,.header-nav__list__link:hover:after{opacity:1}.header-nav__list__link:hover:before{transform:translate(-.25rem)}.header-nav__list__link:hover:after{transform:translate(.25rem)}.header-nav__list>li{display:flex;justify-content:center}.submenu{position:absolute;top:100%;width:17.5rem}.submenu__list{padding:.5rem;background:#262f49;border-radius:.5rem;border:unset;border-top:2px solid rgba(0,0,0,.2)}.submenu__list__item__link{color:#fff}}@media (min-width: 1550px){.s-header{padding:0}}.sidebar{position:sticky;top:1rem;padding:1rem;gap:1rem;border-radius:.25rem;align-self:flex-start}.sidebar>*{max-width:32ch;flex:1 1 100%}.sidebar__title{font-size:1.5rem;line-height:2.5rem;margin:0 0 .5rem}.sidebar__list{padding:.5rem 1rem;font-weight:500;font-stretch:100%}.sidebar__list__item{margin-bottom:.5rem;line-height:1.25}.sidebar__title--h3 a:hover:after,.sidebar__title--h3 a:active:after,.sidebar__title--h3 a:focus:after{content:"→";font-family:Arial,Helvetica,sans-serif;position:absolute;left:-2rem}.sidebar__list__item a:hover:after,.sidebar__list__item a:active:after,.sidebar__list__item a:focus:after{content:"→";font-family:Arial,Helvetica,sans-serif;position:absolute;left:-1.5rem;top:0}.site-footer{margin-top:auto}.site-footer__item{margin-bottom:2rem}.site-footer__title{font-size:1.2rem}.site-footer__read-more{color:#ffca00}.site-footer address{font-style:normal}.site-footer__bottom{font-size:80%}.site-footer ul{flex-wrap:wrap;padding:0}.site-footer li{margin:0 1rem}.site-footer li:first-child{list-style:none;margin-left:0}.site-footer-dark-layout,.site-footer-dark-layout a{color:var(--color-primary)}@media (min-width: 60rem){.site-footer__inner{max-width:65rem;margin:0rem auto;display:flex;grid-gap:2rem;gap:2rem}.site-footer__item{width:50%;margin-bottom:1rem}.site-footer__item--1{text-align:right}}html{scroll-behavior:smooth}.default-layout{min-height:100vh}.default-layout__main{max-width:clamp(0px,1400px,100vw - 30px);color:#3c485e;font-weight:400;background-image:linear-gradient(90deg,#ffffffeb 30%,#fff,#ffffffeb);background-attachment:fixed;border-width:2px 1px 1px;border-radius:.35rem;gap:2rem;z-index:0}.default-layout__main a:not(.button){color:#34599d}.default-layout__main h1{color:#34599d}.default-layout__main h2,.default-layout__main h3,.default-layout__main h4{color:#34599d;font-weight:600}.default-layout__main h1{font-weight:700}.default-layout__main>*:not(.articles){max-width:55rem}.page-nav{flex-wrap:wrap;position:sticky;top:.5rem;z-index:1}.page-nav__button{font-size:clamp(12px,2vw,100%);margin:0 .25rem .25rem 0;padding:clamp(.25rem,1vw,.5rem) clamp(.5rem,2vw,1.5rem)!important}.page-section{padding-top:3rem}pre{margin:0 0 var(--font-size);background-color:#000;overflow-x:auto}pre:not(.pre-light){color:#bfb8a4;font-size:.875rem}.pre-light{background:var(--color-offset);border-radius:.25rem;box-shadow:0 35px 5px -30px #0000001f}h2 code{word-break:break-all}@media screen and (min-width: 1400px){.page-nav{top:5px}}@media not all and (min-width: 75rem){pre{max-width:calc(100vw - (clamp(1rem,2vw,3rem)*2 + 30px))}.main{z-index:0}}pre,.output{border-radius:.5rem;padding:1rem}.output{display:none;margin-top:.35rem}.output,code{background-color:var(--color-offset)}.output-articles{padding:1rem;display:grid;gap:1rem;background-color:#2b426c}@media (min-width: 50rem){.output-articles{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}}code{margin:0 .2rem;padding:.1rem}pre code{background:transparent;display:inline-block}.attention{background-color:var(--color-offset);border-left:5px solid var(--color-primary);padding:1rem;box-shadow:0 35px 5px -30px #0000001f}@media screen and (min-width: 75rem){.default-layout__main{grid-template-columns:1fr 3fr;gap:1.5rem;padding:1rem 1.5rem 2rem}.default-layout__main>*:nth-child(1){grid-column:2/4;grid-row:1}.default-layout__main>*:nth-child(2){grid-column:1/2;grid-row:1}.sticky-sidebar{position:sticky;top:4rem}.output-block{display:flex}.output-block button{margin-bottom:auto}.output-block .output,.output-block .output-articles{margin:0 0 2rem 1rem}}.boxes{display:grid;grid-template-columns:repeat(auto-fit,15rem);grid-gap:clamp(1rem,3vw,3rem);align-items:center;justify-content:center;margin:2rem 0}.boxes>div{margin-bottom:auto}.boxes div div{font-size:16px;width:15rem;height:15rem;background-color:#d91f52;color:#fff;box-shadow:#0006 0 15px 10px -10px,#00000080 0 0 12px -5px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1}.boxes div div code{margin:0;font-family:sans-serif;background:transparent;text-align:center}p.smaller-text{font-size:12px;text-align:center;padding-top:1rem;z-index:-1}.boxes p{margin:0}.articles{display:grid;gap:1.25rem;grid-auto-rows:min-content;justify-items:center}@media (min-width: 50rem){.articles h1{grid-column:-1/1}}.bg-article{border-top:1px solid #cdcdcd}.margin-bottom{margin-bottom:2rem}.fullwidth-layout[data-v-0af68d29],.fullwidth-layout-dark[data-v-abc10854]{min-height:100vh}.fullwidth-layout-dark[data-v-abc10854]:before{content:"";z-index:-1;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000040;background-attachment:fixed;opacity:0;animation:opacity 1s ease-out forwards}.bg{z-index:-1}span.bg{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.device[data-v-e439ab3e]{container-type:size;--device-width: clamp(0px, 40vh, 350px);width:var(--device-width);height:calc(var(--device-width) * 2);max-width:calc(100vw - 2rem)}.device__inner[data-v-e439ab3e]{--radius: 5cqh;background:#000;padding:.35cqh;border:.5cqh solid #363636;outline:1px solid black;border-radius:var(--radius);box-shadow:0 20px 10px -20px #000}.device__inner[data-v-e439ab3e]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(-45deg,#000,#3d3d3d);filter:blur(100px);z-index:0}.device__inner__top[data-v-e439ab3e]{height:5cqh;background-image:linear-gradient(45deg,#222,#3f3c3c,#222);border-top-left-radius:calc(var(--radius) * .82);border-top-right-radius:calc(var(--radius) * .82);border-bottom:1px solid black}.device__inner__top__camera[data-v-e439ab3e]{background-color:#505050;width:2cqh;height:2cqh}.device__inner__display[data-v-e439ab3e]{border-bottom-left-radius:calc(var(--radius) * .82);border-bottom-right-radius:calc(var(--radius) * .82)}.device__bottom[data-v-e439ab3e]{--height: 2.5rem;height:var(--height);position:absolute;left:-10%;right:-10%;background-color:#232323;background-image:linear-gradient(90deg,rgba(0,0,0,.44),transparent,rgba(0,0,0,.44));border-radius:.2rem;border-bottom-left-radius:calc(var(--height) - .75rem);border-bottom-right-radius:calc(var(--height) - .75rem);border-top:2px solid #595959;transform-origin:bottom;transform:translateY(-1rem) scale(0)}.device__bottom[data-v-e439ab3e]:after{content:"";position:absolute;top:-2px;height:.5rem;width:8%;background:#292929;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:inset 3px -1px 3px #00000080,inset -3px -1px 3px #00000080}.desktop .device__bottom[data-v-e439ab3e]{transform:translateY(-1rem) scale(1);transition:transform .3s cubic-bezier(.75,-.75,.25,1.75)}@media not all and (min-width: 1000px){.device__bottom[data-v-e439ab3e]{opacity:0}}.home{--front-title-size: clamp(3rem, 18vw, min(18vh, 10rem));--sphere-size: clamp(250px, min(80vw, 65vh), 1500px);--perspective: calc(var(--sphere-size) * 2);height:100vh;grid-template-rows:var(--header-height) 1fr var(--header-height)}.home__header{margin-bottom:auto}.home__content{min-height:var(--sphere-size);perspective:var(--perspective)}.home__content__inner{transform:translateZ(calc(var(--perspective) * -1)) rotateX(-90deg);transform-style:preserve-3d}.sphere{--b-width: 4px;transform:rotateX(90deg);width:calc(var(--sphere-size) * 2);height:calc(var(--sphere-size) * 2);aspect-ratio:1}.sphere-1{animation-duration:1s;background-image:radial-gradient(circle at clamp(1.4rem,5vw,2.4rem) clamp(1.4rem,5vw,2.4rem),#c2d8ff,#26022a7d,#110113);box-shadow:30vw 10vw 200px 70px #0003}.sphere-1:after{content:"";position:absolute;height:calc(var(--sphere-size) * .5);width:calc(var(--sphere-size) * .5);background:#fff;border-radius:50%;filter:blur(calc(var(--sphere-size) * .15));opacity:0;transform:rotate(45deg) translate(calc(var(--sphere-size) / -1 + var(--sphere-size) * .25))}.sphere-2{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation-duration:.5s}.sphere-2:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;border-radius:50%;border:10px solid #ffffff;filter:blur(60px);opacity:0}.sphere>span{border:var(--b-width) solid rgb(51,59,101);border-radius:50%;position:absolute;top:0;right:0;bottom:0;left:0}.sphere>span:nth-child(1){transform:unset;inset:unset;width:100%;height:var(--b-width)}.sphere>span:nth-child(2){transform:unset;inset:unset;width:var(--b-width);height:100%}.btn-arrow{border:none;width:clamp(1rem,4vw,6rem);height:clamp(1rem,4vw,6rem);transform:rotate(45deg);animation:appear .3s ease-in forwards;--btn-distance: clamp(1rem, 15vw, 15rem);--btn-color: rgba(255, 255, 255, .6)}.btn-arrow--previous{box-shadow:-2px 2px 0 var(--btn-color);transform:rotate(45deg);left:var(--btn-distance)}.btn-arrow--next{box-shadow:2px -2px 0 var(--btn-color);transform:rotate(45deg);right:var(--btn-distance)}.btn-arrow:hover{--btn-color: white}@keyframes appear{80%{transform:rotate(45deg) scale(1.1);--btn-color: white}to{transform:rotate(45deg) scale(1)}}.rotator{transform-style:preserve-3d}.rotator__item{transform:translateY(calc(var(--perspective) * -1)) rotateX(90deg);transform-style:preserve-3d;width:100vw}.rotator__item:nth-child(2){transform:translateY(var(--perspective)) rotateX(90deg) rotateY(180deg)}.text-box__title{font-size:var(--front-title-size);font-weight:700;line-height:1.2;transform-style:preserve-3d;z-index:1;color:#ff74cc}.text-box__title>span>span{opacity:0}.text-box__subtitle{font-size:calc(var(--front-title-size) * .22)}.tech{width:clamp(0px,var(--sphere-size) * .85,95vw);gap:1rem}.tech__title{font-size:calc(var(--front-title-size) * .5);font-weight:700;font-style:italic;font-stretch:135%;letter-spacing:2px;text-shadow:0 0 3px rgba(255,255,255,.4509803922),0 0 9px rgba(255,255,255,.4784313725)}.tech__grid{gap:1rem}.tech__grid__img{width:calc(var(--sphere-size) / 13);height:calc(var(--sphere-size) / 13)}.device-bg{--d-height: clamp(750px, 100vh, 2000px);--d-width: calc(var(--d-height) * 2);max-width:unset;min-width:var(--d-width);height:var(--d-height)!important;transform:rotate(7.4deg) rotateX(5deg) rotateY(340deg);top:-1.5rem;-webkit-mask-image:linear-gradient(to left,#000,#0000);mask-image:linear-gradient(to left,#000,#0000);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%}.device-bg~.home__content__inner .sphere-1:after{animation:opacity 1s ease-out forwards}.device-bg~.home__content__inner .sphere-1:before{animation:opacity 1s ease-out forwards}.device-bg~.home__content__inner .sphere-2:before{animation:opacity 1s ease-out forwards}@media (min-width: 1400px){.device-bg{right:-6%}}
