@charset "UTF-8";html{scroll-behavior:smooth}body{background:#fff}.bold{font-weight:600}.sticky-section{position:sticky!important;top:-50%}@media screen and (max-width: 480px){.sticky-section{position:static!important;position:initial!important}}*,*:after,*:before{box-sizing:border-box}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,p,a,address,code,img,q,s,tt,var,b,u,i,dl,dt,ol,ul,li,form,tr,footer,header,section,time{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}footer,header,section{display:block}body{line-height:1}ol,ul{list-style:none}q{quotes:none}q:before,q:after{content:"";content:none}.container{width:100%;max-width:1440px;margin:0 auto;padding-left:max(16px,min(5vw,48px));padding-right:max(16px,min(5vw,48px));box-sizing:border-box}@media screen and (max-width: 480px){.container{max-width:480px;padding:0 16px}}.header{position:fixed;top:0;left:0;z-index:999;width:100%;padding:16px 0;background:#103fd3;border-bottom:1px solid #96aaf9}@media screen and (max-width: 480px){.header{padding:24px 0 16px}}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:998}.menu-overlay.active{opacity:1;visibility:visible}.header-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap}.header-logo-mobile{display:none}@media screen and (max-width: 480px){.header-logo-mobile{display:block}}@media screen and (max-width: 480px){.header-logo{display:none}}.header-menu{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:max(8px,min(2vw,26px))}.header-link{position:relative;color:#fff;color:var(--secondary-white, #fff);opacity:.6;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:150%;text-transform:uppercase;-webkit-text-decoration:none;text-decoration:none;transition:all .4s ease-in-out}.header-link:hover{opacity:1}.header-button{overflow:hidden;position:relative;padding:16px;color:#103fd3;color:var(--neutral-white, #103fd3);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:20px;text-transform:uppercase;background:#fff;cursor:pointer;z-index:1;border:1px solid rgba(255,255,255,.6);transition:ease-in-out .3s all}@media screen and (max-width: 480px){.header-button{display:none}}.header-button span{z-index:1;position:relative}.header-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#103fd3;transition:all .3s ease-in-out;z-index:0}.header-button:hover:before{left:0}.header-button:hover{color:#fff}body.menu-open{overflow:hidden}.burger,.burger-close{display:none}@media screen and (max-width: 480px){.header-inner{position:relative;justify-content:space-between}.burger{display:flex;justify-content:center;align-items:center;background:none;width:40px;height:40px;padding:8px;cursor:pointer}.burger-close{display:flex;position:absolute;top:26px;right:24px;background:none;width:38px;height:38px;justify-content:center;align-items:center;cursor:pointer;z-index:1002}.header-menu{display:none;flex-direction:column;align-items:center;justify-content:initial;position:fixed;top:80px;left:0;width:100%;background:#fff;z-index:1000;padding-top:100px;transition:all .3s ease}.open{display:flex!important}.header-link{margin:0 0 32px;-webkit-text-decoration:none;text-decoration:none;color:#222}.header-buttons{display:none}}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6);display:none;justify-content:center;align-items:center;z-index:1000}.popup{background:#fff;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:60%;position:relative;animation:fadeIn .3s ease}@media screen and (max-width: 480px){.popup{padding:16px;width:100%;height:80vh}}.popup-inner{display:flex;flex-direction:column;align-items:stretch;gap:60px}.popup h3{color:#103fd3;color:var(--primary-dark, #103fd3);text-align:center;font-family:Poppins;font-size:48px;font-style:normal;font-weight:300;line-height:100%;margin-bottom:10px}@media screen and (max-width: 480px){.popup h3{font-size:40px}}.popup p{color:#103fd3;color:var(--primary-dark, #103fd3);text-align:center;font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:150%;max-width:478px;width:100%}@media screen and (max-width: 480px){.popup p{font-size:16px}}.popup-form{display:flex;flex-direction:column;align-items:stretch;gap:50px;width:100%}@media screen and (max-width: 480px){.popup-form{width:100%}}.popup-form input{border:0px;border-bottom:1px solid #656565;padding:8px 0;color:#4e4e4e;background:none;font-family:Poppins;font-size:16px;font-style:normal;font-weight:300;line-height:20px;outline:none;width:100%;resize:none}.popup-form textarea{border:0px;border-bottom:1px solid #656565;padding:0;color:#4e4e4e;background:none;font-family:Poppins;font-size:16px;font-style:normal;font-weight:300;line-height:20px;outline:none;width:100%;resize:none}.popup-form button{display:flex;justify-content:center;align-items:center;color:#fff;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:20px;text-transform:uppercase;border:1px solid #103fd3;width:100%;background:#103fd3;background:var(--neutral-white, #103fd3);padding:16px 32px;cursor:pointer;transition:all .3s linear}@media screen and (max-width: 480px){.popup-form button{width:100%}}.popup-form button:hover{color:#103fd3;background:transparent}.close-popup{position:absolute;top:16px;right:20px;font-size:32px;cursor:pointer;color:#5c5a5b}.popup-overlay.active{display:flex}@keyframes fadeIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.hero{margin-top:160px;position:relative}@media screen and (max-width: 480px){.hero{margin-top:110px}}.hero-content{display:flex;flex-direction:column;align-items:flex-start}.hero-title{color:#103fd3;color:var(--primary-dark, #103fd3);font-family:Poppins;font-size:max(41px,min(7vw,128px));font-style:normal;font-weight:300;line-height:100%;letter-spacing:-3.84px}.hero-text{color:#222;color:var(--secondary-black, #222);max-width:952px;width:100%;font-family:Poppins;font-size:max(20px,min(5vw,28px));font-style:normal;font-weight:400;line-height:110%;margin:24px 0 80px}.hero-buttons{width:100%;display:flex;gap:10px}@media screen and (max-width: 480px){.hero-buttons{flex-direction:column}}.hero-button{color:#fff;padding:16px;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:20px;text-transform:uppercase;background:#103fd3;border:1px solid #103fd3;cursor:pointer;transition:all .3s ease-in}@media screen and (max-width: 480px){.hero-button{width:100%}}.hero-button:hover{color:#103fd3;background:transparent}.hero-btn{position:relative;overflow:hidden;color:#103fd3;padding:16px;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:20px;text-transform:uppercase;background:none;border:1px solid #103fd3;cursor:pointer;z-index:1;transition:ease-in-out .3s all}@media screen and (max-width: 480px){.hero-btn{width:100%}}.hero-btn span{z-index:1;position:relative}.hero-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#103fd3;transition:all .3s ease-in-out;z-index:0}.hero-btn:hover:before{left:0}.hero-btn:hover{color:#fff}.hero-img{margin-top:-160px;z-index:-2;width:100%}@media screen and (max-width: 480px){.hero-img{margin-top:32px}}.hero-overlay{position:absolute;z-index:-1;top:260px;left:0;width:100%;height:20%;background:linear-gradient(180deg,#fff -11.44%,rgba(255,255,255,0))}@media screen and (max-width: 480px){.hero-overlay{top:420px}}.about{margin-bottom:160px;background:#fff;top:-90%}@media screen and (max-width: 480px){.about{margin-bottom:60px;top:-160%}}.about-content{display:flex;align-items:flex-end;border:none;border-bottom:1px solid rgba(34,34,34,.25);padding-bottom:23px}@media screen and (max-width: 480px){.about-content{flex-direction:column;align-items:flex-start;gap:12px}}.about-content{padding-top:100px;margin-top:120px}@media screen and (max-width: 480px){.about-content{margin-top:60px}}.about-suptitle{color:#222;color:var(--secondary-black, #222);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:100%;text-transform:uppercase;width:50%}.about-title{color:#103fd3;font-family:Poppins;font-size:48px;font-style:normal;font-weight:300;line-height:100%}@media screen and (max-width: 480px){.about-title{font-size:36px}}.about-text{display:flex;justify-content:flex-end;margin-top:32px}.about-text p{color:#222;color:var(--secondary-black, #222);font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:150%;max-width:670px;width:100%}.about-list{display:flex;justify-content:space-between;align-items:stretch;gap:20px;margin-top:80px}@media screen and (max-width: 480px){.about-list{flex-direction:column}}.about-item{display:flex;flex-direction:column;justify-content:flex-start;padding:20px;transition:all .3s linear;border:1px solid #103fd3;background:#103fd3;background:var(--primary-dark, #103fd3)}.about-item:hover{background:transparent}.about-item:hover .item-title{color:#103fd3}.about-item:hover .about-icon svg path{stroke:#103fd3}.about-icon svg path{transition:stroke .3s linear}.about-item:hover .item-text{color:#222}.item-title{color:#fff;color:var(--secondary-white, #fff);font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:120%;text-transform:uppercase;margin:48px 0 12px;transition:color .3s linear}.item-text{color:#c3c3c3;color:var(--secondary-grey-light, #c3c3c3);font-family:Poppins;font-size:16px;font-style:normal;font-weight:300;line-height:140%;max-width:278px;width:100%;transition:color .3s linear}.picture{width:100%}@media screen and (max-width: 480px){.picture{height:306px}}.advan{padding-top:160px;background:#fff}@media screen and (max-width: 480px){.advan{top:-80%}}.advan-content{display:flex;justify-content:space-between;align-items:flex-end;border:none;border-bottom:1px solid rgba(34,34,34,.25);padding-bottom:23px}@media screen and (max-width: 480px){.advan-content{flex-direction:column-reverse;align-items:flex-start;gap:12px}}.advan-content h3{color:#103fd3;font-family:Poppins;font-size:48px;font-style:normal;font-weight:300;line-height:100%}@media screen and (max-width: 480px){.advan-content h3{font-size:36px}}.advan-content p{color:#222;color:var(--secondary-black, #222);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:100%;text-transform:uppercase}.advan-text{color:#222;color:var(--secondary-black, #222);font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:150%;max-width:660px;width:100%;margin-top:32px;margin-bottom:80px}.advan-list{display:flex;justify-content:space-between;align-items:stretch;gap:20px;margin-top:80px}@media screen and (max-width: 480px){.advan-list{flex-direction:column;margin-top:0;margin-top:initial}}.advan-item{display:flex;flex-direction:column;justify-content:flex-start;padding:20px;background:#efefef;transition:all .3s linear}.advan-item:hover{background:#103fd3}.advan-item:hover .advan-icon svg path{stroke:#fff}.advan-icon svg path{transition:stroke .3s linear}.advan-item:hover .advan-item-title,.advan-item:hover .advan-item-text{color:#fff}.advan-item-title{color:#103fd3;color:var(--primary-dark, #103fd3);font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:120%;text-transform:uppercase;margin:48px 0 12px;transition:all .3s linear}.advan-item-text{color:#222;color:var(--secondary-black, #222);font-family:Poppins;font-size:16px;font-style:normal;font-weight:300;line-height:140%;max-width:390px;width:100%;transition:all .3s linear}.service{top:-90%;padding-top:230px;background:#fff}@media screen and (max-width: 480px){.service{padding-top:70px}}.service-content{display:flex;justify-content:space-between;align-items:flex-end;border:none;border-bottom:1px solid rgba(34,34,34,.25);padding-bottom:23px}@media screen and (max-width: 480px){.service-content{flex-direction:column-reverse;align-items:flex-start;gap:12px}}.service-content h3{color:#103fd3;font-family:Poppins;font-size:48px;font-style:normal;font-weight:300;line-height:100%}@media screen and (max-width: 480px){.service-content h3{font-size:36px}}.service-content p{color:#222;color:var(--secondary-black, #222);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:100%;text-transform:uppercase}.service-text{color:#222;color:var(--secondary-black, #222);font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:150%;max-width:660px;width:100%;margin-top:32px;margin-bottom:80px}.service-list{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:20px}@media screen and (max-width: 480px){.service-list{justify-content:flex-start;align-items:flex-start}}.service-item{display:flex;align-items:center;width:55%;padding-bottom:21px}@media screen and (max-width: 480px){.service-item{width:100%}}.service-item:not(:last-child){border-bottom:1px solid rgba(34,34,34,.153)}.service-inner{margin-left:23px}.service-inner h4{color:#103fd3;font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:120%;text-transform:uppercase}.service-inner p{color:#222;color:var(--secondary-black, #222);font-family:Poppins;font-size:16px;font-style:normal;font-weight:300;line-height:140%}.build{background:#103fd3;padding-top:176px;padding-bottom:200px;z-index:90}@media screen and (max-width: 480px){.build{padding-bottom:100px}}.build-inner{display:flex;justify-content:space-between;gap:23px}@media screen and (max-width: 480px){.build-inner{flex-direction:column}}.build-block{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.build-content{display:flex;flex-direction:column;gap:40px}.build-content h4{color:#fff;color:var(--secondary-white, #fff);font-family:Poppins;font-size:48px;font-style:normal;font-weight:300;line-height:100%}@media screen and (max-width: 480px){.build-content h4{font-size:36px}}.build-content p{color:#efefef;color:var(--primary-grey, #efefef);font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:150%}.button{position:relative;overflow:hidden;color:#103fd3;padding:16px;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:20px;text-transform:uppercase;background:#fff;border:1px solid #fff;cursor:pointer;z-index:1;transition:ease-in-out .3s all}@media screen and (max-width: 480px){.button{width:100%;margin-top:32px}}.button span{z-index:1;position:relative}.button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#103fd3;transition:all .3s ease-in-out;z-index:0}.button:hover:before{left:0}.button:hover{color:#fff}.footer{position:relative;border-top:1px solid #5879e0;border-bottom:1px solid #5879e0;background:#103fd3;padding:48px 0;z-index:100}.footer-inner{display:flex;align-items:flex-end;gap:140px}@media screen and (max-width: 480px){.footer-inner{flex-direction:column;align-items:center;justify-content:center}}@media screen and (max-width: 480px){.footer-content{text-align:center}}@media screen and (max-width: 480px){.footer-img{display:none}}.footer-img-mobile{display:none}@media screen and (max-width: 480px){.footer-img-mobile{display:block}}.footer-content h5{color:rgba(255,255,255,.9);font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:120%;text-transform:uppercase;margin-bottom:12px}.footer-content p,.footer-content a{color:rgba(255,255,255,.9);font-family:Poppins;font-size:16px;font-style:normal;font-weight:300;line-height:140%;margin-bottom:4px;-webkit-text-decoration:none;text-decoration:none}.terms{background:#103fd3;padding-bottom:12px;padding-top:12px}.terms .container{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 480px){.terms .container{flex-direction:column}}.copyright{color:rgba(255,255,255,.8);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.privacy{color:rgba(255,255,255,.8);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:20px;-webkit-text-decoration:none;text-decoration:none}.footer-text{color:rgba(255,255,255,.8);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.policy{margin-top:140px;margin-bottom:120px}@media screen and (max-width: 480px){.policy{margin-top:100px}}.policy h3{color:#103fd3;color:var(--primary-dark, #103fd3);font-family:Poppins;font-size:48px;font-style:normal;font-weight:300;line-height:100%}@media screen and (max-width: 480px){.policy h3{font-size:40px}}.policy-text{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.policy-text p{color:#222;color:var(--secondary-black, #222);font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:150%;max-width:660px;width:100%;margin-top:48px}@media screen and (max-width: 480px){.policy-text p{font-size:18px}}.policy-item h4{color:#103fd3;color:var(--primary-dark, #103fd3);font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:120%;text-transform:uppercase;border-bottom:1px solid #222;padding-bottom:24px;margin-top:48px}@media screen and (max-width: 480px){.policy-item h4{font-size:16px}}.policy-item-text{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.policy-item-text p{color:#222;color:var(--secondary-black, #222);font-family:Poppins;font-size:20px;font-style:normal;font-weight:400;line-height:150%;max-width:660px;width:100%;margin-top:24px}@media screen and (max-width: 480px){.policy-item-text p{font-size:16px}}
