*{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.container{max-width:1332px;margin:0 auto;padding:0 16px}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.j-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.a-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gap-20{gap:20px}@font-face{font-family:Inter;font-weight:400;font-style:normal;font-display:swap;src:url(../fonts/InterRegular/InterRegular.woff2) format("woff2")}@font-face{font-family:Inter;font-weight:700;font-style:normal;font-display:swap;src:url(../fonts/InterBold/InterBold.woff2) format("woff2")}@font-face{font-family:Unbounded;font-weight:500;font-style:normal;font-display:swap;src:url(../fonts/UnboundedMedium/UnboundedMedium.woff2) format("woff2")}@font-face{font-family:Unbounded;font-weight:800;font-style:normal;font-display:swap;src:url(../fonts/UnboundedSemiBold/UnboundedSemiBold.woff2) format("woff2")}body{font-size:16px;min-width:320px;position:relative;line-height:1.65;font-family:Inter,sans-serif;overflow-x:hidden;color:#fff;padding-top:72px}body input,body textarea{border:#666 1px solid;outline:0;font-family:Inter,sans-serif}body input:focus:required:invalid,body textarea:focus:required:invalid{border-color:red}body input:required:valid,body textarea:required:valid{border-color:green}.img-responsive{display:block;max-width:100%;height:auto}.img-responsive.img-width{width:100%}.text-center{text-align:center}b,strong{font-weight:700}.d-md{display:none}@media(max-width:1060px){.d-md{display:block}}.hidden{display:none!important}.h1,h1{font-family:Unbounded;font-size:60px;font-style:normal;font-weight:700;line-height:68px}@media(max-width:767px){.h1,h1{font-size:32px;line-height:40px}}.h2,h2{font-family:Unbounded;font-size:40px;font-style:normal;font-weight:700;line-height:48px}@media(max-width:767px){.h2,h2{font-size:28px;line-height:36px}}.h3,h3{font-family:Unbounded;font-size:32px;font-style:normal;font-weight:700;line-height:40px}@media(max-width:767px){.h3,h3{font-size:28px;line-height:36px}}.h4,h4{font-size:23px;font-style:normal;font-weight:500;line-height:32px}@media(max-width:767px){.h4,h4{font-size:16px;font-style:normal;font-weight:500;line-height:24px}}.h6,h6{font-family:Unbounded;font-size:18px;font-style:normal;font-weight:700;line-height:28px}.sub-title{margin:20px 0 40px 0;font-size:20px;font-weight:400;line-height:28px;letter-spacing:.4px;color:hsla(0,0%,100%,.64)}.accent-btn{padding:8px 17px;border-radius:60px;color:#fff;background:#9b8beb;border:none;outline:0;font-weight:600;line-height:24px;font-size:16px;cursor:pointer;-webkit-transition:all .3s;transition:all .3s;text-decoration:none}.accent-btn.big{padding:14px 34px}.accent-btn:hover{background:#b0a0fd}.secondary-btn{padding:8px 17px;border-radius:60px;color:#fff;background:#1e2023;border:none;outline:0;font-weight:600;line-height:24px;font-size:16px;-webkit-transition:all .3s;transition:all .3s}.secondary-btn.big{padding:14px 34px}.secondary-btn:hover{background:#323539}header{background:#0e0f11;padding:16px 0;position:fixed;top:0;width:100%;z-index:100}header.transperent{border-bottom:1px solid var(--border-border-primary,#262626)}header .link,header a{color:hsla(0,0%,100%,.64);text-decoration:none;padding:0 16px;-webkit-transition:color .3s;transition:color .3s;display:inline-block}header .link:hover,header a:hover{color:#fff}header .link.logo,header a.logo{padding-left:0}header .right-menu a{margin-left:16px}@media(max-width:1060px){header .right-menu .lang{margin-right:8px}}header .menu-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-preferred-size:calc(66.6666666667% + 50px);flex-basis:calc(66.6666666667% + 50px)}@media(min-width:1060px)and (max-width:1330px){header .menu-wrapper{-ms-flex-preferred-size:80%;flex-basis:80%}}header .hamburger{display:none}@media(max-width:1060px){header{border-bottom:1px solid #262626}header .menu-wrapper{position:absolute;background-color:#0e0f11;top:73px;width:100%;left:-110%;z-index:1;height:calc(100vh - 73px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-preferred-size:100%;flex-basis:100%;padding:16px;-webkit-transition:left .3s;transition:left .3s;z-index:99}header .menu-wrapper.active{left:0}header .menu{width:100%}header .menu .link,header .menu a{padding:16px 0;display:block;border-bottom:1px solid #262626}header .right-menu{margin-top:32px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}header .right-menu a{margin:16px 0 0 0;width:100%;text-align:center}header .hamburger{display:block;width:20px;height:14px;position:relative}header .hamburger div{width:100%;height:1px;background-color:#fff}header .hamburger::before{content:"";width:100%;height:1px;background-color:#fff;top:6px;left:0;position:absolute;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}header .hamburger::after{content:"";width:100%;height:1px;background-color:#fff;top:12px;left:0;position:absolute;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}header .hamburger.active div{display:none}header .hamburger.active::before{top:7px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}header .hamburger.active::after{top:7px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}}.hero{background:url(../img/home-hero-bg.svg) #0e0f11;background-repeat:no-repeat;background-position:50% 100%;min-height:1006px;position:relative;overflow:hidden;padding-top:104px;color:#fff}@media(max-width:767px){.hero{padding-top:80px;min-height:auto}}.hero a{text-decoration:none}.hero .screen{max-width:1062px;margin:36px auto -100px auto;padding:14px;border-radius:24px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:1}.hero .screen::before{content:"";width:100%;height:2px;position:absolute;top:-2px;left:0;opacity:.6;background:#917bff;background:-webkit-gradient(linear,left top,right top,from(rgba(145,123,255,0)),color-stop(28%,rgba(145,123,255,0)),color-stop(50%,#917bff),color-stop(78%,rgba(145,123,255,0)),to(rgba(145,123,255,0)));background:linear-gradient(90deg,rgba(145,123,255,0) 0,rgba(145,123,255,0) 28%,#917bff 50%,rgba(145,123,255,0) 78%,rgba(145,123,255,0) 100%)}@media(max-width:767px){.hero .screen{margin:40px auto -30px auto;padding:4px;border-radius:8px}}.hero .home-hero-image{border-radius:15px;overflow:hidden;position:relative;z-index:1}@media(max-width:767px){.hero .home-hero-image{border-radius:6px}}.hero .ellipse{position:absolute;opacity:.3;bottom:-400px;left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);background:#917bff;width:1600px;height:800px;-webkit-filter:blur(100px);filter:blur(100px);pointer-events:none}@media(max-width:767px){.hero .ellipse{width:100%;height:375px;bottom:-187.5px}}.dropdown{position:relative;z-index:1;cursor:pointer}@media(min-width:1060px){.dropdown:hover .dropdown_body{display:grid}}.dropdown-title{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.dropdown .dropdown_body{display:none;position:absolute;left:0;top:100%;min-width:122px;border-radius:16px;border:1px solid #262626;background:#141617;padding:24px;gap:16px;-webkit-box-shadow:0 30px 18px 0 rgba(0,0,0,.2),0 13px 13px 0 rgba(0,0,0,.34),0 3px 7px 0 rgba(0,0,0,.39);box-shadow:0 30px 18px 0 rgba(0,0,0,.2),0 13px 13px 0 rgba(0,0,0,.34),0 3px 7px 0 rgba(0,0,0,.39)}.dropdown .dropdown_body.min-w-320{min-width:260px}.dropdown .dropdown_body a{padding:0;margin:0;text-decoration:none;color:hsla(0,0%,100%,.64)}.dropdown .dropdown_body a:hover{color:#fff}@media(max-width:1060px){.dropdown.active .dropdown-title::after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dropdown.active .dropdown_body{display:grid}.dropdown-title:not(.notArrow)::after{content:"";width:20px;height:20px;position:absolute;top:5px;right:0;background:url(../img/chevron.svg);background-position:center center;background-repeat:no-repeat;-webkit-transition:all .3s;transition:all .3s}.dropdown .dropdown_body{position:static;margin-left:16px;border:none;background:rgba(0,0,0,0);-webkit-box-shadow:none;box-shadow:none;padding-left:0}.dropdown .dropdown_body.absolute{position:absolute}.dropdown .dropdown_body a{border-bottom:none}}