@font-face{font-family:schabo-condensed;font-style:normal;font-weight:700;font-display:swap;src:local("SCHABO-Condensed"),local("SCHABO-Condensed"),url(../fonts/SCHABO-Condensed/SCHABO-Condensed.woff)format("woff"),url(../fonts/SCHABO-Condensed/SCHABO-Condensed.woff2)format("woff2"),url(../fonts/SCHABO-Condensed/SCHABO-Condensed.ttf)format("ttf")}@font-face{font-family:schabo-condensed;font-style:normal;font-weight:500;font-display:swap;src:local("SCHABO-Condensed"),local("SCHABO-Condensed"),url(../fonts/SCHABO-Condensed/SCHABO-Condensed.woff)format("woff"),url(../fonts/SCHABO-Condensed/SCHABO-Condensed.woff2)format("woff2"),url(../fonts/SCHABO-Condensed/SCHABO-Condensed.ttf)format("ttf")}@font-face{font-family:schabo-condensed;font-style:normal;font-weight:400;font-display:swap;src:local("SCHABO-Condensed"),local("SCHABO-Condensed"),url(../fonts/SCHABO-Condensed/SCHABO-Condensed.woff)format("woff"),url(../fonts/SCHABO-Condensed/SCHABO-Condensed.woff2)format("woff2"),url(../fonts/SCHABO-Condensed/SCHABO-Condensed.ttf)format("ttf")}:root{--color-main:#47E975;--gapSection:75px;--gap1:8px;--gap2:16px;--gap3:24px;--gap4:32px;--gap5:40px;--gap6:48px;--gap7:56px;--gap8:64px;--gap9:72px;--gap10:80px}@media only screen and (max-width:768px){:root{--gap6:32px;--gap4:24px}}@media only screen and (max-width:480px){:root{--gapSection:50px;--gap4:16px;--gap5:32px;--gap10:32px}}@media only screen and (max-width:520px){:root{--sectionMt:30px;--gap4:24px;--gap5:32px;--gap10:32px}}@keyframes toBtm{0%{transform:translateY(0)}50%{transform:translateY(10px)}}html,body{min-height:100vh;font-family:rubik;scroll-behavior:smooth;margin:0;padding:0}body::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar-track{background-color:#000}body::-webkit-scrollbar-thumb{background:var(--color-main)}*{box-sizing:border-box}*::selection{background-color:var(--color-main);color:#fff}a{text-decoration:none;color:inherit}a:hover,a:focus{text-decoration:none;color:inherit}img{user-select:none}button:hover,button:active,button:focus,a:hover,a:active,a:focus,input:hover,input:active,input:focus{appearance:none;outline:none;box-shadow:none}.page__body{display:flex;flex-direction:column}.page__wrapper{flex:1 0 auto}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:24px;padding-left:24px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container-sm,.container{max-width:540px}}@media(min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}.header{position:relative;z-index:1000;padding-top:16px;padding-bottom:16px}.drawer{position:fixed;top:0;left:0;z-index:100500;width:100%;height:100%;background:#000;color:#fff;padding:24px;height:0;visibility:hidden;transform:translateX(-100%);transition:transform .3s linear;overflow:hidden;overflow-y:scroll}.drawer .container{display:flex;flex-direction:column}.drawer__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;padding-bottom:24px}.drawer__content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.drawer__nav{display:flex;flex-direction:column;margin-bottom:24px}.drawer__nav a{padding:24px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;font:1.375rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;text-transform:uppercase;border:1px solid #fff;border-width:1px 0 0}.drawer__nav a:first-child{border-top:0}.drawer__nav a svg{color:var(--color-main)}.drawer.show{display:flex;visibility:visible;height:100%;transform:translateX(0)}@media only screen and (max-width:480px){.drawer .contacts{text-align:center}.drawer .logo img{width:80%}.drawer__nav a{font:500 1rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}.navbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:24px;row-gap:16px}.navbar__btns{display:inline-flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:16px}.navbar-toggler{border:none;padding:0;color:inherit;background:0 0}.navbar-toggler:hover,.navbar-toggler:active,.navbar-toggler:focus{box-shadow:none}.navbar__nav{display:inline-flex;align-items:center;justify-content:center;flex-wrap:nowrap;flex:1;gap:2em}.navbar__nav a{position:relative;transition:all .35s ease-in-out;text-transform:uppercase;font:1rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;margin-top:4px}.navbar__nav a::after{content:'';display:block;margin-top:2px;width:0;height:2px;background:var(--color-main);transition:width .3s}.navbar__nav a:hover{color:var(--color-main)}.navbar__nav a:hover::after{width:100%}@media only screen and (min-width:1200px){.navbar-toggler{display:none}}@media only screen and (max-width:1200px){.navbar__nav{display:none}}@media only screen and (max-width:768px){.navbar .btn-bd{display:none}.navbar .logo img{max-height:45px;width:90%}}.hero{position:relative}.hero__wrap{background-image:url(../images/bg/bg1.svg);background-repeat:no-repeat;background-size:cover;background-position:100%;color:#fff}.hero__container{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:var(--gap6)}.hero__container hgroup{position:relative;z-index:2}.hero__sub{margin:0;margin-top:24px;font:1.5rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}@media only screen and (max-width:1400px){.hero__container{grid-template-columns:1fr;text-align:center;justify-content:center}}@media only screen and (max-width:991px){.hero__container{row-gap:32px;grid-template-columns:1fr;justify-content:center}}@media only screen and (max-width:768px){.hero__container{display:flex;flex-direction:column;text-align:left}.hero__sub{font:1.125rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}@media only screen and (max-width:480px){.hero__sub{font:.9375rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}.footer{color:#fff}.footer__top{padding:var(--gap10)0 32px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4em;row-gap:var(--gap3);text-align:center;font:300 .875rem/1.4 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.footer__btm{padding:0 0 var(--gap10);text-align:center;font:2 .6875rem/1 400,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.footer__nav{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;flex-direction:column;gap:var(--gap3);column-gap:var(--gap6);text-transform:uppercase}.footer__nav a{position:relative;transition:all .35s ease-in-out}.footer__nav a:hover,.footer__nav a:active,.footer__nav a:focus{color:var(--color-main)}.footer__nav a:hover::after,.footer__nav a:active::after,.footer__nav a:focus::after{width:100%}.footer__nav a::after{content:'';display:block;margin-top:2px;width:0;height:2px;background:var(--color-main);transition:width .3s}@media only screen and (max-width:1200px){.footer__top{grid-template-columns:1fr;align-items:center;text-align:center}.footer__top div:nth-child(2){order:2;grid-column:1/-1}.footer__top .logo{margin-right:auto}}@media only screen and (max-width:768px){.footer .btn,.footer .form button,.form .footer button,.footer .btn-bd{min-width:40px;height:40px;white-space:nowrap}.footer .btn-circle{width:40px}.footer .logo img{max-height:45px;width:90%}}@media only screen and (max-width:374px){.footer__top{display:flex;flex-direction:column;align-items:center;text-align:center}.footer__top .logo{margin-right:0}}.logo{display:inline-flex;align-items:center;justify-content:center;flex-wrap:nowrap;font:500 1.625rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.logo strong{color:var(--color-main);font-weight:inherit}.logo-base{text-transform:uppercase}.logo-base strong{font-weight:inherit}*{font-family:rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}h1,.h1{margin-top:4px;margin-bottom:16px;font:500 7.5rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;text-transform:uppercase}h1 strong,.h1 strong{display:block;color:var(--color-main);font-weight:inherit;font-family:inherit}@media only screen and (max-width:1200px){h1,.h1{font:500 6.25rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}@media only screen and (max-width:991px){h1,.h1{font:500 4.375rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}@media only screen and (max-width:768px){h1,.h1{font:500 3.75rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}h1 strong,.h1 strong{display:inline;font-weight:inherit}}@media only screen and (max-width:360px){h1,.h1{font:700 2rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}h2,.h2{font:500 5.625rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;text-transform:uppercase;margin-top:0}h2 strong,h2 b,.h2 strong,.h2 b{color:var(--color-main);font-weight:inherit;font-family:inherit}@media only screen and (max-width:1200px){h2,.h2{font:800 4.0625rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}@media only screen and (max-width:991px){h2,.h2{font:800 2.75rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}@media only screen and (max-width:768px){h2,.h2{font:800 3.125rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}@media only screen and (max-width:360px){h2,.h2{font:800 1.75rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}h3,.h3{font:700 1.5625rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;text-transform:uppercase;margin-bottom:24px}h1,h2,h3,h4,h5,h6{font-family:schabo-condensed,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;letter-spacing:.05em}hgroup h1,hgroup h2,hgroup h3,hgroup h4,hgroup h5,hgroup h6{margin-top:0;margin-bottom:0}.text-center{text-align:center}.text-lg{font:1.5rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}@media only screen and (max-width:768px){.text-lg{font:1.125rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}.label{text-transform:uppercase;font:1.125rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;letter-spacing:.15em;margin-bottom:8px}.numeric{counter-reset:num;padding:0}.numeric li{position:relative;list-style-type:none;list-style-position:inside;margin-top:32px;margin-bottom:32px;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;gap:24px;font:1.5rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;text-align:left}.numeric li::before{counter-increment:num;content:counter(num);color:var(--color-main);font:500 3rem/1 schabo-condensed,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;min-width:.5em}@media only screen and (max-width:768px){.numeric{padding-left:0}.numeric li{font:1rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}.btn,.form button,.btn-bd{display:inline-flex;align-items:center;justify-content:center;flex-wrap:nowrap;height:50px;min-width:180px;padding:10px 2em;border-radius:12px;background-color:var(--color-main);color:#000;text-align:center;text-transform:uppercase;font:500 1.125rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;transition:all .35s ease-in-out}.btn b,.form button b,.btn-bd b{position:relative;overflow:hidden;font-weight:inherit}.btn b span,.form button b span,.btn-bd b span{display:block;transition:all .25s linear}.btn b span:last-child,.form button b span:last-child,.btn-bd b span:last-child{position:absolute;top:100%}.btn::after,.form button::after,.btn-bd::after{display:none}.btn:hover,.form button:hover,.btn-bd:hover,.btn:active,.form button:active,.btn-bd:active,.btn:focus,.form button:focus,.btn-bd:focus{background-color:#1be254;color:#000;outline:none;box-shadow:none}.btn:hover span:first-child,.form button:hover span:first-child,.btn-bd:hover span:first-child,.btn:active span:first-child,.form button:active span:first-child,.btn-bd:active span:first-child,.btn:focus span:first-child,.form button:focus span:first-child,.btn-bd:focus span:first-child{transform:translateY(-165%)}.btn:hover span:last-child,.form button:hover span:last-child,.btn-bd:hover span:last-child,.btn:active span:last-child,.form button:active span:last-child,.btn-bd:active span:last-child,.btn:focus span:last-child,.form button:focus span:last-child,.btn-bd:focus span:last-child{transform:translate(0);top:0}.btns{display:inline-flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:8px;padding:4px;border:2px solid var(--color-main);border-radius:6pc;width:auto}.btns-normal{padding:0;border:0;gap:16px;flex-wrap:wrap}.btn_top{position:fixed;right:16px;bottom:16px;z-index:1000;width:46px;height:46px;background-color:var(--color-main);color:#000;border-radius:12px;border:none}.btn-bd{min-width:150px;height:50px;border:2px solid var(--color-main);color:var(--color-main);background-color:transparent}.btn-bd:hover,.btn-bd:active,.btn-bd:focus{color:var(--color-main);background-color:transparent}.btn-lg{padding:1em;border-radius:16pc;background:0 0;font:500 3.75rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}@media only screen and (max-width:991px){.btn-lg{font:500 1.875rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}@media only screen and (max-width:480px){.btn,.form button,.btn-bd{font-size:14px}.btn-lg{font-size:1em;line-height:auto}}.form__container{padding:32px;border-radius:10px}.form__wrap{padding:32px;border-radius:15px;background-color:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid var(--color-main);color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.1);text-align:center;max-width:35em;width:100%;margin-left:auto;margin-right:auto}.form__label{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:8px;font:500 1rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;letter-spacing:.2em;text-transform:uppercase;color:var(--color-main);margin-bottom:16px}.form__caption{font:300 3rem/1.3 schabo-condensed,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;text-transform:uppercase;letter-spacing:.02em;margin-bottom:32px}.form__caption b{font-weight:700;color:var(--color-main)}.form label{display:block;text-align:left;font:300 .875rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;margin-bottom:8px}.form input{width:100%;height:46px;padding:8px 16px;border-radius:0;background-color:rgba(255,255,255,0);border:0;border-bottom:1px solid #fff;color:#fff;font:.875rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.form button{width:100%;margin-top:12px}.form-error{color:red;text-transform:uppercase;text-align:left;font:500 .8125rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;margin-top:4px}.form__row{margin-top:12px;margin-bottom:12px}.form__row--inline{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media only screen and (max-width:768px){.form__container{border-radius:0}.form__caption{font:500 2rem/1 schabo-condensed,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;letter-spacing:.05em}}@media only screen and (max-width:480px){.form__row--inline{grid-template-columns:1fr}}.swiper-navs{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:16px;margin-top:24px}.swiper-navs button{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;padding:8px 2em;height:40px;background-color:transparent;border:1px solid var(--color-main);border-radius:16pc;color:var(--color-main)}.swiper-slide{height:auto!important}.swiper-wrappe{align-items:stretch}@media only screen and (min-width:1200px){.swiper-navs{display:none}}#slider1.swiper-container{overflow:visible!important}#slider1 .swiper-wrapper{width:100vw}.faq{width:100%;border-collapse:collapse;margin-top:32px;border-bottom:1px solid rgba(var(--color-main),.2)}.faq__wrap{border-radius:15px;background-repeat:no-repeat;background-size:contain;background-position:100% 0}.faq__num{font:500 2.1875rem/1 schabo-condensed,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;width:100px;border:1px solid rgba(var(--color-main),.2);text-align:center}.faq__cta{width:100px;border:1px solid rgba(var(--color-main),.2);text-align:center}.faq__cta svg{margin:auto}.faq__cta svg:last-child{display:none}.faq__term{font:500 1.5rem/1.3 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;padding:var(--gap3)32px;user-select:none;border-top:1px solid rgba(var(--color-main),.2)}.faq__row{cursor:pointer}.faq__row.active .faq__cta svg:first-child{display:none}.faq__row.active .faq__cta svg:last-child{display:block}.faq__row.active .faq__num{color:var(--color-main)}.faq__row.active .faq__term{color:var(--color-main)}.faq__row.active+tr>.faq__body{display:block}.faq__body{font:300 1.25rem/1.5 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;padding:0 32px 24px;display:none}@media only screen and (max-width:991px){.faq__term{font:800 1.25rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.faq__body{font:300 .8125rem/1.4 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}@media only screen and (max-width:768px){.faq__num{display:none}.faq__term,.faq__body{padding:15px}.faq__term{font:700 1rem/1.4 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.faq tr{border-left:1px solid rgba(var(--color-main),.2)}}@media only screen and (max-width:480px){.faq__cta{display:none}.faq tr{border-right:1px solid rgba(var(--color-main),.2)}}.preloader{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;width:100%;height:100%;position:fixed;top:0;left:0;z-index:100500;transition:all .35s ease-in-out;background-color:#000}.preloader-dots .dot{display:inline-block;width:10px;height:10px;margin:2px;background:var(--color-main);border-radius:50%;animation:moveit 1.8s infinite}.dot:nth-child(2){animation-delay:.15s}.dot:nth-child(3){animation-delay:.3s}.dot:nth-child(4){animation-delay:.45s}.dot:nth-child(5){animation-delay:.6s}@keyframes moveit{0%{transform:translateY(0)}35%{transform:translateY(0);opacity:.3}50%{transform:translateY(-20px);opacity:.8}70%{transform:translateY(3px);opacity:.8}85%{transform:translateY(-3px)}}body{position:relative;background-repeat:no-repeat;background-size:cover;background-position:0 0;background-color:#100024;color:#fff;font-family:rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}a{font-family:inherit}a:hover,a:focus,a:active,a:focus-visible{outline:none;appearance:none;box-shadow:none}.page__wrapper{position:relative;overflow:hidden}.page__content{padding-top:var(--gapSection);padding-bottom:var(--gapSection)}.page__single{padding-top:var(--gapSection);padding-bottom:var(--gapSection);background:url(../images/bg/bg5.svg)no-repeat 100% 100%/contain}.page__single h1{font:800 3.4375rem/1.3 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.page__single h2,.page__single h3,.page__single h4,.page__single h5,.page__single h6{margin-top:var(--gap4);margin-bottom:var(--gap2);text-transform:uppercase;font:800 1.375rem/1.3 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.page__single a{color:var(--color-main);text-decoration:underline;transition:all .35s ease-in-out}.page__single a:hover{text-decoration:none}@media only screen and (max-width:768px){.page__single h1{font:800 1.6875rem/1.3 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}}.container{position:relative}@media only screen and (max-width:768px){.container{padding-left:24px;padding-right:24px}}.section{position:relative;margin-top:var(--gapSection);margin-bottom:var(--gapSection);z-index:1}.section_1{overflow:visible;background-repeat:no-repeat;background-size:cover;background-position:50% 0;margin-top:0;margin-bottom:0;padding-top:var(--gapSection);padding-bottom:var(--gapSection)}.section_3{margin-bottom:0}.section_4{background-image:url(../images/bg/bg2.svg);background-repeat:no-repeat;background-size:cover;background-position:50%;margin-top:0;margin-bottom:0;padding-top:var(--gapSection);padding-bottom:var(--gapSection)}.section_5{margin-top:0}.section_6{overflow:hidden;margin-top:0;margin-bottom:0;padding-top:var(--gapSection);padding-bottom:var(--gapSection)}.row_1{display:grid;grid-template-columns:1.25fr 1fr;align-items:flex-end}.row_1 div:last-child{margin-left:calc(-75%/2)}.row_2{display:grid;grid-template-columns:.5fr 1fr}.row_2 div{grid-column:2}.row_3,.row_4{display:grid;grid-template-columns:auto auto;gap:var(--gap6);align-items:flex-end}@media only screen and (max-width:1200px){.row_1,.row_2{grid-template-columns:1fr;gap:32px}.row_1 div:last-child,.row_2 div:last-child{margin-left:0}.row_3,.row_4{grid-template-columns:1fr}.row_4 div:first-child{grid-row:2}.row_4 div:last-child{grid-row:1}}.bg{position:absolute;inset:0;width:100%;height:100%;display:grid;grid-template-columns:1fr 1fr}.bg img{grid-column:2;position:absolute;top:50%;left:50%;transform:translate(-80%,-45%);opacity:.85;object-fit:contain}@media only screen and (max-width:1200px){.bg img{grid-column:1/-1;inset:0;transform:scale(.8);margin:auto}}.bg2{position:absolute;inset:0;width:100%;height:100%;display:grid;grid-template-columns:.75fr 1fr}.bg2::after{content:'';position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(0,#100024,transparent 25%)}.bg2 img{position:absolute;left:50%;top:-30%;transform:translateX(-50%)}.comment{padding:32px;border-radius:12px;border:1px solid rgba(var(--color-main),.15);font:1.0625rem/1.2 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji}.comments{display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:32px}.comment__content{opacity:.7;margin-top:16px}.comment__title{font:700 1.25rem/1 rubik,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;margin-bottom:16px}.comment__img{margin-bottom:16px;border-radius:24px;overflow:hidden}.comment__img img{object-fit:cover;border-radius:24px}@media only screen and (max-width:768px){.comments{margin-bottom:8px}}