:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{color-scheme:light dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--toastify-font-family: "Rubik", sans-serif}img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}*{font-family:Rubik,sans-serif;font-optical-sizing:auto;font-style:normal;line-height:1.2;font-weight:400}*:focus,*:focus-visible{outline:0}*{padding:0;margin:0;box-sizing:border-box}a,a:link,a:visited,a:hover{text-decoration:none}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#030409}a:hover{color:#747bff}button{background-color:#f9f9f9}}._wrapper{width:100vw;height:100vh;display:flex;align-items:center;flex-direction:column;overflow:hidden scroll}._wrapper::-webkit-scrollbar{display:none}._wrapper ._container{width:100%;display:flex;align-items:center;flex-direction:column;row-gap:60px}h1.alpha,p.alpha,span.alpha{color:#fff9}h1.primary,p.primary,span.primary{color:#b3d35a}h1.uppercase,p.uppercase,span.uppercase{text-transform:uppercase}h1.thin,p.thin,span.thin{font-weight:300}h1.semi,p.semi,span.semi{font-weight:500}h1.bold,p.bold,span.bold{font-weight:600}h1.bolder,p.bolder,span.bolder{font-weight:700}h1.px12,p.px12,span.px12{font-size:12px}h1.px13,p.px13,span.px13{font-size:13px}h1.px14,p.px14,span.px14{font-size:14px}h1.px16,p.px16,span.px16{font-size:16px}h1.px18,p.px18,span.px18{font-size:18px}h1.px20,p.px20,span.px20{font-size:20px}h1.px24,p.px24,span.px24{font-size:24px}h1.px25,p.px25,span.px25{font-size:25px}h1.px32,p.px32,span.px32{font-size:32px}h1.px54,p.px54,span.px54{font-size:54px}h1.px64,p.px64,span.px64{font-size:64px}h1.px70,p.px70,span.px70{font-size:70px}p.akrobat,h1.akrobat{font-family:Rubik,sans-serif}._primary-button-container{width:100%;height:110px;position:relative;display:flex;align-items:center;justify-content:center;column-gap:12px;-webkit-user-select:none;user-select:none;border-radius:8px;margin-bottom:-1px;background:#b3d35a;transition:.25s all;cursor:pointer}._primary-button-container p{color:#fff}._primary-button-container svg.icon{width:42px;height:42px}._primary-button-container:hover{transform:scale(1.05)}._primary-button-container:active{transform:scale(.95)}._header-wrapper-container{max-width:1680px;z-index:1000;width:100%;position:fixed;height:100vh;pointer-events:none;background:none}._header-wrapper-container.opened{pointer-events:initial;background:#141414}._header-wrapper-container.opened ._header-nav-item:after{display:none}._header-wrapper-container ._header-nav-list{height:100%;display:flex;align-items:center;align-self:center;column-gap:36px}._header-wrapper-container ._header-nav-list ._header-nav-item{height:100%;position:relative;display:flex;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center}._header-wrapper-container ._header-nav-list ._header-nav-item:after{width:0;height:6px;content:"";position:absolute;left:50%;top:0;transform:translate(-50%);background:#b3d35a;box-shadow:0 70px 76px #b3d35a,0 34px 76px #b3d35a,0 5px 46px #b3d35a,0 5px 46px #b3d35a;transition:.35s all ease-in-out;border-radius:0 0 10px 10px}._header-wrapper-container ._header-nav-list ._header-nav-item:hover{cursor:pointer}._header-wrapper-container ._header-nav-list ._header-nav-item:hover:after{width:100%}._header-wrapper-container ._header-btn-block{display:flex;align-items:center;column-gap:12px;padding:14px 22px;border:2px solid #FFF;-webkit-user-select:none;user-select:none;transition:.25s all ease-in-out}._header-wrapper-container ._header-btn-block p{line-height:100%}._header-wrapper-container ._header-btn-block svg.icon{width:18px;height:18px;transition:.25s all ease-in-out}._header-wrapper-container ._header-btn-block:hover{color:#030409;cursor:pointer;background:#fff}._header-wrapper-container ._header-btn-block:hover svg.icon{fill:#030409}._header-wrapper-container ._header-btn-block.menu{border:none;display:none;padding:0}._header-wrapper-container ._header-btn-block.menu svg.icon{width:32px;height:32px}._header-wrapper-container ._header-btn-block.menu:hover{background:initial}._header-wrapper-container ._header-btn-block.menu:hover svg.icon{fill:#fff}._header-wrapper-container ._burger-container{display:flex;flex-direction:column;row-gap:24px;padding:24px}._header-wrapper-container ._burger-container ._header-nav-list{flex-direction:column;row-gap:32px}._header-wrapper-container ._burger-container ._header-nav-list ._header-nav-item p{font-size:24px}._header-wrapper-container ._burger-container ._header-btn-block{justify-content:center}._header-wrapper-container ._header-container{width:100%;height:116px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease;pointer-events:initial}._header-wrapper-container ._header-container ._header-logo-block{display:flex;align-items:center;column-gap:16px;color:#fff}._header-wrapper-container ._header-container ._header-logo-block img{min-width:64px;height:64px;object-fit:contain}._header-wrapper-container ._header-container ._header-logo-block ._h-logo-text{display:flex;flex-direction:column;row-gap:2px}._header-wrapper-container ._header-container ._header-logo-block ._h-logo-text p,._header-wrapper-container ._header-container ._header-logo-block ._h-logo-text span{line-height:100%}._header-wrapper-container ._header-container ._header-logo-block ._h-logo-text p.colored,._header-wrapper-container ._header-container ._header-logo-block ._h-logo-text span.colored{color:#b3d35a}._header-wrapper-container ._header-container ._header-btns-block{display:flex;align-items:center}._header-wrapper-container ._header-container.scrolled{opacity:0}@media screen and (max-width:1140px){._header-wrapper-container{background:none}._header-wrapper-container ._header-container{height:fit-content;padding:24px}._header-wrapper-container ._header-container ._header-nav-list,._header-wrapper-container ._header-container ._header-btns-block ._header-btn-block{display:none}._header-wrapper-container ._header-container ._header-btns-block ._header-btn-block.menu{display:grid}}._footer-container{width:100%;height:584px;position:relative;display:flex;align-items:flex-end;justify-content:center;z-index:4;margin:-240px 0 0}._footer-container img.footer-man-image{width:530px;height:567px;position:absolute;right:0;bottom:-20%;z-index:5;pointer-events:none}._footer-container ._footer-unite-block{position:relative;width:100%;height:fit-content;display:flex;flex-direction:column;row-gap:32px;margin-bottom:-20px;transform:skewY(-4deg)!important}._footer-container ._footer-unite-block ._footer-about-block{display:flex;align-items:flex-start;column-gap:120px}._footer-container ._footer-unite-block ._footer-about-block ._footer-info-text{max-width:400px;display:flex;flex-direction:column;row-gap:24px}._footer-container ._footer-unite-block ._footer-about-block ._footer-info-text p{line-height:160%}._footer-container ._footer-unite-block ._footer-about-block ._footer-info-mail{display:flex;flex-direction:column;row-gap:24px}._footer-container ._footer-unite-block ._footer-about-block ._footer-info-mail ._f-mail-item{display:flex;flex-direction:column;row-gap:12px;white-space:nowrap}._footer-container ._footer-unite-block ._footer-about-block ._footer-info-mail ._f-mail-item h1,._footer-container ._footer-unite-block ._footer-about-block ._footer-info-mail ._f-mail-item p{line-height:100%;transition:.25s all ease-in-out}._footer-container ._footer-unite-block ._footer-about-block ._footer-info-mail ._f-mail-item p:hover{text-decoration:underline}._footer-container ._footer-unite-block ._footer-links-block{width:100%;display:flex;align-items:center;column-gap:24px}._footer-container:before{width:100%;height:50%;content:"";position:absolute;z-index:2;left:0;top:-5%;background:#fff;transform:skewY(-4deg)}._footer-container .f-block-image{width:100%;height:100%;position:absolute;left:0;bottom:-20%;object-fit:cover}@media screen and (max-width:1340px){._footer-container ._footer-unite-block{align-items:center;justify-content:center}._footer-container ._footer-unite-block ._footer-links-block{justify-content:center}._footer-container img.footer-man-image{display:none}}@media screen and (max-width:800px){._footer-container{margin:0}._footer-container:before{display:none}._footer-container ._footer-unite-block{width:100%;transform:skewY(0)!important}._footer-container ._footer-unite-block ._footer-about-block{width:100%;text-align:center;align-items:center;flex-direction:column;row-gap:32px}._footer-container ._footer-unite-block{margin-bottom:-40px}}.landing ._landing-block{width:100%;max-width:1354px;position:relative;z-index:5;padding:0 24px;transform:skewY(-4deg);margin-top:0}.landing ._wh-glitch-group{position:absolute;display:flex;align-items:center;column-gap:40px;pointer-events:none}.landing ._wh-glitch-group ._white-box-item{width:40px;height:40px;background:#fff}.landing ._hero-block{width:100%;height:100vh;max-height:1080px;position:relative}.landing ._hero-block ._h-center-block{max-width:1354px;width:100%;position:absolute;z-index:2;left:50%;top:40%;display:flex;align-items:center;justify-content:space-between;transform:translate(-50%,-50%);padding:0 24px}.landing ._hero-block ._h-center-block ._h-info-block{display:flex;align-items:flex-end;flex-direction:column;row-gap:24px}.landing ._hero-block ._h-center-block ._h-info-block ._h-info-content{width:340px;display:flex;text-align:end;flex-direction:column;row-gap:14px}.landing ._hero-block ._h-center-block ._h-info-block ._h-info-selector{width:fit-content;display:flex;align-items:center;column-gap:12px}.landing ._hero-block ._h-center-block ._h-info-block ._h-info-selector .circle{width:12px;height:12px;opacity:.25;border-radius:50%;background:#fff;transition:.25s all}.landing ._hero-block ._h-center-block ._h-info-block ._h-info-selector .circle:hover,.landing ._hero-block ._h-center-block ._h-info-block ._h-info-selector .circle.active{opacity:1}.landing ._hero-block ._h-center-block ._h-servers-list{gap:24px;display:flex;flex-direction:column;transform:skewY(-4deg)}.landing ._hero-block ._h-center-block ._h-servers-list ._h-srv-item{width:225px;height:67px;position:relative;display:flex;align-items:center;justify-content:flex-end;column-gap:18px;padding-right:18px;background:linear-gradient(90deg,#68773a,#b3d35a);cursor:pointer;-webkit-user-select:none;user-select:none;box-shadow:50px 70px 60px #68773a40,0 0 50px #b3d35a80}.landing ._hero-block ._h-center-block ._h-servers-list ._h-srv-item ._h-srv-item-text{display:flex;flex-direction:column;row-gap:4px}.landing ._hero-block ._h-center-block ._h-servers-list ._h-srv-item ._h-srv-item-text h1,.landing ._hero-block ._h-center-block ._h-servers-list ._h-srv-item ._h-srv-item-text p{line-height:100%}.landing ._hero-block ._h-center-block ._h-servers-list ._h-srv-item ._h-srv-item-text ._h-srv-it-unite{display:flex;align-items:center;column-gap:4px}.landing ._hero-block ._h-center-block ._h-servers-list ._h-srv-item ._h-srv-item-text ._h-srv-it-unite svg.icon{width:18px;height:18px}.landing ._hero-block ._h-center-block ._h-servers-list ._h-srv-item img.srv-item-image{width:92px;height:92px;position:absolute;left:-24px;object-fit:contain}.landing ._hero-block ._h-center-block ._h-servers-list ._h-srv-item img.srv-flag-image{width:25px;height:25px;object-fit:contain}.landing ._hero-block ._h-connect-block{width:100%;height:fit-content;position:absolute;z-index:2;left:50%;bottom:0;display:flex;align-items:center;flex-direction:column;margin-bottom:110px;transform:translate(-50%)}.landing ._hero-block ._h-connect-block ._h-connect-button{width:380px;z-index:3;transform:skewY(-4deg)}.landing ._hero-block ._h-connect-block ._h-connect-button:hover{transform:scale(1.05) skewY(-4deg)}.landing ._hero-block ._h-connect-block ._h-connect-button:active{transform:scale(.95) skewY(-4deg)}.landing ._hero-block ._h-connect-block ._h-current-online{width:fit-content;color:#b3d35a;display:flex;align-items:center;flex-direction:column;padding:0 32px;background:#fff;transform:skewY(-4deg)}.landing ._hero-block ._h-connect-block ._h-current-online ._h-co-title-unite{display:flex;align-items:center}.landing ._hero-block ._h-connect-block ._h-current-online ._h-co-title-unite .unite-icon{width:54px;height:54px}.landing ._hero-block ._h-connect-block ._h-current-online ._h-co-text-unite{display:flex;column-gap:6px}.landing ._hero-block img.h-guys-image{width:auto;height:965px;position:absolute;z-index:1;left:50%;bottom:0;object-fit:cover;transform:translate(-50%)}.landing ._hero-block img.h-hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.landing ._hero-block:before{width:100%;height:30%;content:"";position:absolute;z-index:2;left:0;bottom:-15%;background:#fff;transform:skewY(-4deg)}@media screen and (max-width:1210px){.landing ._hero-block ._h-connect-block ._h-connect-button{width:280px;height:70px}.landing ._hero-block ._h-connect-block ._h-connect-button p{font-size:24px}.landing ._hero-block ._h-connect-block ._h-current-online ._h-co-title-unite svg.unite-icon{width:32px;height:32px}.landing ._hero-block ._h-connect-block ._h-current-online ._h-co-title-unite p{font-size:32px}.landing ._hero-block ._h-connect-block ._h-current-online ._h-co-text-unite p{font-size:16px}}@media screen and (max-width:1100px){.landing ._hero-block img.h-guys-image{width:auto;height:100%}}@media screen and (max-width:900px){.landing ._hero-block ._h-center-block{justify-content:center}.landing ._hero-block ._h-center-block ._h-info-block{display:none}}.landing ._promo-block{display:flex;margin-top:-120px}.landing ._promo-block ._promo-video-block{max-width:960px;width:100%;height:457px;position:relative}.landing ._promo-block ._promo-video-block ._wh-glitch-group.top-left{left:0;top:40px}.landing ._promo-block ._promo-video-block ._wh-glitch-group.top-left ._white-box-item:first-child{width:120px}.landing ._promo-block ._promo-video-block ._wh-glitch-group.bottom-center{left:50%;bottom:-20px;transform:translate(-50%)}.landing ._promo-block ._promo-video-block ._wh-glitch-group.bottom-center ._white-box-item:first-child{width:320px}.landing ._promo-block ._promo-video-block ._pv-center-block{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;column-gap:40px}.landing ._promo-block ._promo-video-block ._pv-center-block ._pv-btn-block{width:112px;height:112px;display:grid;place-items:center;background:#ee0b4b;box-shadow:0 0 100px #ee0b4bc7;transition:.25s all}.landing ._promo-block ._promo-video-block ._pv-center-block ._pv-btn-block svg.icon{width:60%;height:60%}.landing ._promo-block ._promo-video-block ._pv-center-block ._pv-text-unite{text-align:center;white-space:nowrap;color:#fff}.landing ._promo-block ._promo-video-block img.promo-item-image{position:absolute;z-index:5;pointer-events:none;transform:skewY(4deg)}.landing ._promo-block ._promo-video-block img.promo-item-image.item-1{width:204px;height:184px;left:-100px;top:-114px}.landing ._promo-block ._promo-video-block img.promo-item-image.item-2{width:81px;height:76px;right:16px;top:-31px}.landing ._promo-block ._promo-video-block img.promo-item-image.item-3{width:81px;height:76px;right:82px;bottom:-27px}.landing ._promo-block ._promo-video-block img.promo-item-image.item-4{width:193px;height:193px;left:-170px;bottom:-59px}.landing ._promo-block ._promo-video-block img.promo-item-image.item-5{width:471px;height:399px;right:-716px;bottom:-68px}.landing ._promo-block ._promo-video-block img.promo-video-image{width:100%;height:100%;object-fit:cover}.landing ._promo-block ._promo-video-block:hover ._pv-btn-block{transform:scale(1.1)}.landing ._promo-block ._promo-video-block:active ._pv-btn-block{transform:scale(.9)}.landing ._promo-block img.promo-man-image{width:1110px;height:980px;position:absolute;right:-25%;top:-50%;pointer-events:none;object-fit:contain}@media screen and (max-width:1210px){.landing ._promo-block{justify-content:center}.landing ._promo-block .promo-man-image,.landing ._promo-block .promo-item-image.item-5{display:none}}@media screen and (max-width:604px){.landing ._promo-block ._promo-video-block ._pv-center-block{column-gap:20px}.landing ._promo-block ._promo-video-block ._pv-center-block ._pv-btn-block{width:74px;height:74px}.landing ._promo-block ._promo-video-block ._wh-glitch-group.bottom-center ._white-box-item:first-child{width:210px}.landing ._promo-block .promo-item-image.item-4{display:none}}.landing ._howto-block{display:flex;flex-direction:column;row-gap:72px}.landing ._howto-block ._ht-title-block{display:flex;align-items:center;justify-content:space-between}.landing ._howto-block ._ht-title-block ._ht-title-text{display:flex;flex-direction:column;column-gap:12px}.landing ._howto-block ._ht-title-block ._ht-title-text h1,.landing ._howto-block ._ht-title-block ._ht-title-text p{color:#404829;line-height:100%}.landing ._howto-block ._ht-title-block ._ht-title-button{width:fit-content;padding:24px;column-gap:24px;text-align:center}.landing ._howto-block ._ht-title-block ._ht-title-button p{font-size:24px}.landing ._howto-block ._ht-title-block ._ht-title-button svg.icon{width:64px;height:64px}.landing ._howto-block ._ht-steps-block{display:flex;align-items:center}.landing ._howto-block ._ht-steps-block ._ht-step-block{position:relative;display:flex;flex-direction:column;row-gap:64px;padding:64px;background-size:300% 200%;background-repeat:no-repeat}.landing ._howto-block ._ht-steps-block ._ht-step-block ._wh-glitch-group ._white-box-item{height:60px}.landing ._howto-block ._ht-steps-block ._ht-step-block ._ht-s-text-block{position:relative;display:flex;flex-direction:column;row-gap:24px}.landing ._howto-block ._ht-steps-block ._ht-step-block ._ht-s-button-block{position:relative;width:380px;height:90px}.landing ._howto-block ._ht-steps-block ._ht-step-block:before{width:100%;height:100%;position:absolute;content:"";left:0;top:0;background:#f009}.landing ._howto-block ._ht-steps-block ._ht-step-block:last-child{margin:-124px 0 0 -40px;background-position:82% 42.5%}.landing ._howto-block ._ht-steps-block ._ht-step-block:last-child:before{background-color:#4b7a2c99}.landing ._howto-block ._ht-steps-block ._ht-step-block:last-child ._wh-glitch-group{right:-2%;bottom:-5%}.landing ._howto-block ._ht-steps-block ._ht-step-block:last-child ._wh-glitch-group ._white-box-item:first-child{width:160px}.landing ._howto-block ._ht-steps-block ._ht-step-block:first-child{margin:0;background-position:33.33% 55%}.landing ._howto-block ._ht-steps-block ._ht-step-block:first-child:before{background-color:#f009}.landing ._howto-block ._ht-steps-block ._ht-step-block:first-child ._wh-glitch-group{left:-2%;bottom:-5%}.landing ._howto-block ._ht-steps-block ._ht-step-block ._ht-s-button-block.download{width:fit-content;padding:0 24px;column-gap:48px;flex-direction:row-reverse;justify-content:space-between}@media screen and (max-width:1100px){.landing ._howto-block ._ht-title-block{text-align:center;flex-direction:column;row-gap:32px}.landing ._howto-block ._ht-steps-block{flex-direction:column;row-gap:32px}.landing ._howto-block ._ht-steps-block ._ht-step-block{width:100%;margin:0!important}}@media screen and (max-width:700px){.landing ._howto-block ._ht-steps-block ._ht-step-block{row-gap:32px}.landing ._howto-block ._ht-steps-block ._ht-step-block ._wh-glitch-group ._white-box-item{height:40px}.landing ._howto-block ._ht-steps-block ._ht-step-block ._ht-s-text-block{row-gap:12px}.landing ._howto-block ._ht-steps-block ._ht-step-block ._ht-s-text-block h1{font-size:32px}.landing ._howto-block ._ht-steps-block ._ht-step-block ._ht-s-text-block p:first-child{font-size:24px}.landing ._howto-block ._ht-steps-block ._ht-step-block ._ht-s-text-block p:last-child{font-size:16px}.landing ._howto-block ._ht-steps-block ._ht-step-block ._ht-s-button-block{width:100%!important;height:62px}.landing ._howto-block ._ht-steps-block ._ht-step-block ._ht-s-button-block p{font-size:24px}.landing ._howto-block ._ht-steps-block ._ht-step-block ._ht-s-button-block svg.icon{width:24px;height:24px}.landing ._howto-block ._ht-steps-block ._ht-step-block:last-child ._ht-s-button-block{column-gap:0}}@media screen and (max-width:450px){.landing ._howto-block ._ht-steps-block ._ht-step-block{padding:64px 24px}}.landing ._social-block{width:100%;position:relative;z-index:5;display:flex;align-items:center;justify-content:center;transform:skewY(-4deg)}.landing ._social-block ._social-container{width:100%;display:flex;flex-direction:column;row-gap:38px;padding:0 24px;transform:skewY(0)}.landing ._social-block img.smile-bg-image{position:absolute;z-index:2;pointer-events:none}.landing ._social-block img.smile-bg-image.sml-1{right:-5%;top:50%;transform:translateY(-50%)}.landing ._social-block img.smile-bg-image.sml-2{left:35%;top:50%;transform:translate(-50%,-50%)}.landing ._social-block img.smile-bg-image.sml-3,.landing ._social-block img.smile-bg-image.sml-4{left:-5%;bottom:-10%}.landing ._social-block img.smile-bg-image.sml-5{right:0;bottom:5%}.landing ._social-block ._social-list-block{position:relative;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:208px;grid-gap:38px}.landing ._social-block ._social-list-block ._social-item-block{height:100%;display:flex;align-items:flex-end;padding:16px;background-size:cover;background-repeat:no-repeat}.landing ._social-block ._social-list-block ._social-item-block ._social-item-unite{width:100%;display:flex;align-items:center;justify-content:space-between}.landing ._social-block ._social-list-block ._social-item-block ._social-item-unite ._social-item-text{display:flex;align-items:center;column-gap:18px}.landing ._social-block ._social-list-block ._social-item-block ._social-item-unite ._social-item-text h1,.landing ._social-block ._social-list-block ._social-item-block ._social-item-unite ._social-item-text p{color:#fff}.landing ._social-block ._social-list-block ._social-item-block ._social-item-unite ._social-item-button{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;border:2px dashed #fff;transition:.25s all ease-in-out}.landing ._social-block ._social-list-block ._social-item-block ._social-item-unite ._social-item-button svg.icon{width:35px;height:35px;transition:.25s all ease-in-out}.landing ._social-block ._social-list-block ._social-item-block:hover ._social-item-unite ._social-item-button{border-color:transparent;background:#fff}.landing ._social-block ._social-list-block ._social-item-block:hover ._social-item-unite ._social-item-button svg.icon{fill:#030409}.landing ._social-block ._social-video-block{width:100%;height:344px;position:relative}.landing ._social-block ._social-video-block video{width:100%;height:100%;object-fit:cover}.landing ._social-block ._social-video-block img.youtube-man-image{width:999px;height:766px;position:absolute;left:55%;top:50%;transform:translate(-50%,-50%)}.landing ._social-block ._social-video-block ._social-video-unite{width:100%;height:100%;position:absolute;overflow:hidden;left:0;top:0;display:flex;align-items:center;justify-content:space-between;padding:0 48px}.landing ._social-block ._social-video-block ._social-video-unite svg.icon{width:273px;height:74px}.landing ._social-block ._social-video-block ._social-video-unite ._s-v-unite-button{height:90px;display:grid;place-items:center;padding:0 24px;border-radius:12px;border:2px dashed #FFF}.landing ._social-block ._social-video-block ._social-video-unite ._s-v-unite-button p{color:#fff}.landing ._social-block ._social-video-block:before{width:100%;height:100%;position:absolute;content:"";left:0;top:0;opacity:.6;background:#ee0b4b}.landing ._social-block .fly-obj-side-image{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none}.landing ._social-block .fly-obj-side-image.left{left:0}.landing ._social-block .fly-obj-side-image.right{right:0}@media screen and (max-width:1530px){.landing ._social-block .fly-obj-side-image{display:none}}@media screen and (max-width:1400px){.landing ._social-block img.smile-bg-image{display:none}.landing ._social-block ._social-list-block{grid-template-columns:repeat(2,1fr);grid-auto-rows:308px}}@media screen and (max-width:1220px){.landing ._social-block ._social-video-block img.youtube-man-image{display:none}}@media screen and (max-width:1100px){.landing ._social-block ._social-list-block{grid-auto-rows:208px}}@media screen and (max-width:780px){.landing ._social-block ._social-list-block{grid-template-columns:repeat(1,1fr)}.landing ._social-block ._social-video-block ._social-video-unite{justify-content:center}.landing ._social-block ._social-video-block ._social-video-unite ._s-v-unite-button{display:none}}.landing ._features-block{width:100%;position:relative;z-index:5;display:flex;align-items:center;justify-content:center;transform:skewY(-4deg)}.landing ._features-block ._features-container{width:100%;padding:62px 24px;transform:skewY(0)}.landing ._features-block ._features-container .fly-car-image{width:656px;height:430px;position:absolute;left:-73px;bottom:0;pointer-events:none}.landing ._features-block ._f-list-block{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:72px}.landing ._features-block ._f-list-block ._f-l-text-block{display:flex;flex-direction:column;row-gap:16px}.landing ._features-block ._f-list-block ._f-l-text-block h1{line-height:100%}.landing ._features-block ._f-list-block ._f-l-text-block p{line-height:140%}.landing ._features-block ._f-list-block ._f-l-image-block{position:relative}.landing ._features-block ._f-list-block ._f-l-image-block img{max-width:690px;height:710px;object-fit:cover}.landing ._features-block ._f-list-block ._f-l-image-block ._f-l-i-selector{position:absolute;left:24px;bottom:24px;display:flex;align-items:center;column-gap:12px}.landing ._features-block ._f-list-block ._f-l-image-block ._f-l-i-selector span.circle{width:24px;height:24px;display:block;background:#ffffff20}.landing ._features-block ._f-list-block ._f-l-image-block ._f-l-i-selector span.circle.active{background:#b3d35a}.landing ._features-block ._f-list-block ._f-l-image-block ._f-l-i-selector span.circle:hover{cursor:pointer}.landing ._features-block ._f-list-block ._f-l-image-block ._f-l-i-selector span.circle:hover span.circle:not(.active){background:#ffffff40}.landing ._features-block .fly-car-side-image{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none}.landing ._features-block .fly-car-side-image.left{left:0}.landing ._features-block .fly-car-side-image.right{right:0}@media screen and (max-width:1530px){.landing ._features-block .fly-car-side-image{display:none}}@media screen and (max-width:1320px){.landing ._features-block ._f-list-block ._f-l-image-block img{max-width:520px;height:610px}}@media screen and (max-width:1100px){.landing ._features-block ._features-container .fly-car-image{display:none}.landing ._features-block ._f-list-block{gap:36px;text-align:center;flex-direction:column}.landing ._features-block ._f-list-block ._f-l-image-block img{max-width:100%;height:auto;object-fit:cover}}@media screen and (max-width:700px){.landing ._features-block ._f-list-block ._f-l-text-block h1{font-size:52px}.landing ._features-block ._f-list-block ._f-l-text-block p{font-size:18px}}.landing ._abilities-block ._abilities-items-block{display:flex;align-items:center;gap:44px}.landing ._abilities-block ._abilities-items-block ._a-list-block{display:flex;flex-direction:column;row-gap:20px}.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block{width:434px;height:194px;position:relative;display:flex;align-items:center;padding-left:52px;border:2px solid #b3d35a;transition:.25s all}.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block ._a-item-text{max-width:50%;display:flex;flex-direction:column;row-gap:14px}.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block ._a-item-image{position:absolute;right:-6%;bottom:0;z-index:2}.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block:hover h1,.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block:hover p,.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block.active h1,.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block.active p{color:#fff}.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block:hover,.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block.active{background:#b3d35a}.landing ._abilities-block ._abilities-items-block ._a-image-block{position:relative}.landing ._abilities-block ._abilities-items-block ._a-image-block ._a-image-self{height:836px;object-fit:cover}.landing ._abilities-block ._abilities-items-block ._a-image-block ._a-image-text{position:absolute;left:80px;bottom:80px;display:flex;flex-direction:column;row-gap:14px}@media screen and (max-width:1440px){.landing ._abilities-block ._abilities-items-block{flex-direction:column}.landing ._abilities-block ._abilities-items-block ._a-list-block{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:194px;gap:20px}.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block{width:auto}.landing ._abilities-block ._abilities-items-block ._a-image-block ._a-image-self{width:100%}.landing ._abilities-block ._abilities-items-block ._a-image-block ._a-image-text{text-align:center;left:50%;transform:translate(-50%)}}@media screen and (max-width:1100px){.landing ._abilities-block ._abilities-items-block{flex-direction:column}.landing ._abilities-block ._abilities-items-block ._a-list-block{width:100%;display:flex;flex-direction:column}.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block{width:100%}.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block ._a-item-image{right:0}.landing ._abilities-block ._abilities-items-block ._a-image-block{width:100%}.landing ._abilities-block ._abilities-items-block ._a-image-block ._a-image-self{width:100%;height:auto}}@media screen and (max-width:550px){.landing ._abilities-block ._abilities-items-block{gap:10px}.landing ._abilities-block ._abilities-items-block ._a-list-block{display:grid;grid-auto-rows:auto;gap:10px}.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block{height:auto;padding:10px;text-align:center}.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block ._a-item-image{display:none}.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block ._a-item-text{max-width:100%;width:100%}.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block ._a-item-text h1{font-size:16px}.landing ._abilities-block ._abilities-items-block ._a-list-block ._a-item-block ._a-item-text p{display:none}}
