@font-face{font-family:Geist400;src:url(../fonts/geist400.ttf)}@font-face{font-family:Geist500;src:url(../fonts/geist500.ttf)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100%;margin:0;width:100%}body,html{overflow-x:hidden}html{scroll-behavior:smooth}*{max-width:100%;overflow-x:hidden}.app{flex-direction:column;height:100%;margin:0;max-width:100%;text-align:center}.app,.header{align-items:center;display:flex;justify-content:center;width:100%}.header{background:linear-gradient(180deg,#1d1d1d85,#2e2e2e85 56%);height:80px;position:fixed;top:0;z-index:1000}@media(min-width:1220px){.header{height:120px}}.header-container{display:none}@media(min-width:1220px){.header-container{align-items:center;display:flex;justify-content:center;width:100%}}.header-container img{cursor:pointer;height:50px;width:150px}.header-container nav{margin-left:112px;width:946px}.header-container nav ul{display:flex;list-style:none;margin:0;padding:0}.header-container nav ul li{color:#fff;cursor:pointer;font-size:21px;list-style-type:none;transition:font-size .2s ease-in-out}.header-container nav ul li:hover{font-size:23px}.header-container nav ul li:not(:last-child){margin-right:57px}.lang-switcher{align-items:center;display:flex;gap:4px;margin-left:24px}.lang-btn{background:transparent;border:1px solid hsla(0,0%,100%,.3);border-radius:4px;color:#fff9;cursor:pointer;font-size:13px;font-weight:500;letter-spacing:.05em;padding:4px 8px;transition:all .2s}.lang-btn:hover{border-color:#ffffffb3;color:#fff}.lang-btn.active{border-color:#fff;color:#fff}.header-mobile-right{align-items:center;display:flex;gap:10px}.header-mobile-right .lang-switcher{margin-left:0}.header-mobile-right .lang-btn{font-size:12px;padding:3px 6px}.header-mobile{align-items:center;display:flex;flex-direction:row;height:100%;justify-content:space-between;padding:0 20px;position:relative;width:100%}@media(min-width:1220px){.header-mobile{display:none}}.header-mobile-logo img{height:40px;width:120px}.header-mobile-burger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:5px}.header-mobile-burger span{background:#fff;display:block;height:2px;transition:all .3s;width:24px}.header-mobile-menu{background:#1d1d1df2;left:0;padding:20px;position:fixed;top:80px;width:100%;z-index:999}.header-mobile-menu ul{list-style:none;margin:0;padding:0}.header-mobile-menu ul li{border-bottom:1px solid #333;color:#fff;cursor:pointer;font-size:18px;padding:15px 0}.header-mobile-menu ul li:hover{background:#f1f1f1;color:#000}.hero-body{align-items:center;background-color:#1d1d1d;background-image:url(../images/body-bg-mobile.svg);background-position:50%;background-size:cover;color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;margin:0;overflow:hidden;position:relative;width:100vw}@media(min-width:1024px){.hero-body{background-image:url(../images/body-bg-desktop.svg);height:100vh;width:100%}}.hero-gradient-mask{background:linear-gradient(90deg,#0000003f,#1d1d1d69);display:none;filter:blur(50px);height:110vh;left:-5vw;mix-blend-mode:soft;pointer-events:none;position:absolute;top:0;transition:transform .2s ease-out;width:50vw;z-index:1}@media(min-width:1024px){.hero-gradient-mask{display:flex}}.hero-text{align-items:center;display:flex;flex-direction:column;justify-content:center;z-index:100}.hero-title{font-family:Geist500;font-size:96px;margin:0;position:relative}@media(max-width:1928px){.hero-title{font-size:160px;margin:150px 0 0}}@media(max-width:1610px){.hero-title{font-size:135px;margin:150px 0 0}}@media(max-width:1240px){.hero-title{font-size:120px;margin:108px 0 0}}@media(max-width:1024px){.hero-title{font-size:110px;margin:12px 0 0}}@media(max-width:760px){.hero-title{font-size:110px;margin:80px 0 0}}@media(min-width:1024px){.hero-title{padding-bottom:13px}}.hero-subtitle{display:flex;flex-direction:column;font-family:Geist500;font-size:22px;position:relative;width:80%}.hero-subtitle p{margin:0}@media(max-width:1928px){.hero-subtitle{align-items:start;font-size:35px;justify-content:start;margin-top:50px;width:95%}}@media(max-width:1610px){.hero-subtitle{font-size:30px;margin:60px 0 0}}@media(max-width:1240px){.hero-subtitle{font-size:28px;margin:20px 0 0}}@media(max-width:760px){.hero-subtitle{align-items:center;font-size:26px;justify-content:center;margin:20px 0 0}}.navbar{display:none}@media(min-width:1220px){.navbar{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:space-between;left:20px;padding:15px 0;position:fixed;top:50%;transform:translateY(-50%);width:50px;z-index:100}}.navbar-social{display:flex;flex-direction:column}.navbar-social a{overflow:hidden;padding:10px}.navbar-social a img{transition:transform .3s ease-in-out}.navbar-social a img:hover{transform:scale(1.1)}.navbar-button{align-items:flex-start;color:#fff;display:flex;flex-direction:column;gap:15px;height:200px;justify-content:center;text-decoration:none;width:100%}.navbar-button img{transition:transform .3s ease-in-out}.navbar-button img:hover{transform:scale(1.05)}main{background-color:#1d1d1d;gap:0}.about,main{display:flex;flex-direction:column;margin:0;padding:0;width:100%}.about{align-items:center;height:100%;justify-content:center}.about a{text-decoration:none}.about-line{background-color:#e70404;height:6px;margin-top:60px;width:100%}@media(min-width:1220px){.about-line{display:none}.about{background-image:url(../images/about-bg.svg);background-position:50%;background-size:cover;height:980px;width:100%}}.about-mobile{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;max-width:1024px;padding-top:50px;width:80%}@media(min-width:1220px){.about-mobile{display:none}}.about-mobile-button:before{background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.6),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:all .5s ease-in-out;width:100%}.about-mobile-button:hover:before{left:100%}.about-mobile-button:hover{background:linear-gradient(90deg,#ff3131,#e70404)}.about-container{display:none}@media(min-width:1220px){.about-container{align-items:center;display:flex;flex-direction:column;height:694px;justify-content:space-between;width:1216px}}.about-container-title{color:#fff;font-size:31px;font-weight:500;height:106px;line-height:30px;text-align:left}.about-container-blocks{display:flex;flex-direction:column;gap:27px;height:542px;width:100%}.about-blocks-top{display:flex;flex-direction:column;gap:33px;overflow:hidden}@media(min-width:1220px){.about-blocks-top{flex-direction:row}}.about-blocks-top-sources{align-items:center;background-image:url(../images/about-sources-bg.svg);background-position:50%;background-size:cover;color:#fff;display:flex;font-size:68px;height:257px;margin:0;overflow:hidden;text-align:left;width:523px}.about-blocks-top-sources p{font-family:Geist500;line-height:65px;padding:87px 27px 72px 28px}.about-blocks-top-exp{align-items:center;background-image:url(../images/about-exp-bg.svg);background-position:50%;background-size:cover;color:#fff;display:flex;height:257px;justify-content:center;overflow:hidden;width:196px}.about-blocks-top-exp-inner{align-items:center;display:flex;flex-direction:column;height:120px;justify-content:space-between;overflow:hidden;text-align:left;width:144px}.about-blocks-top-exp-inner h1{align-self:flex-start;font-family:Geist500;font-size:68px;line-height:56px;margin:0;overflow:hidden}.about-blocks-top-exp-inner p{font-family:Geist400;font-size:28px;line-height:36px;margin:0;overflow:hidden}.about-blocks-top-employees{background-image:url(../images/about-employees-bg.svg);background-position:50%;background-size:cover;color:#fff;height:258px;width:431px}.about-blocks-top-employees,.about-blocks-top-employees-inner{align-items:center;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.about-blocks-top-employees-inner{gap:25px;height:100%;text-align:left}.about-blocks-top-employees-inner h1{font-family:Geist500;font-size:68px}.about-blocks-top-employees-inner h1,.about-blocks-top-employees-inner p{align-items:center;align-self:flex-start;display:flex;margin:0;overflow:hidden}.about-blocks-top-employees-inner p{font-family:Geist400;font-size:28px;line-height:36px}.about-blocks-bottom{display:flex;gap:33px;overflow:hidden}.about-blocks-bottom-partnership{background-image:url(../images/about-partnership-bg.svg);background-position:50%;background-size:cover;display:flex;flex-direction:column;height:257px;overflow:hidden;width:752px}.about-partnership-first{cursor:pointer;height:130px;overflow:hidden;width:440px}.about-partnership-first div{align-items:center;background:linear-gradient(90deg,#353535,#515151);border-radius:20px 0 180px;color:#fff;display:flex;font-size:28px;font-weight:400;height:100%;transition:background-image .3s ease;width:100%}.about-partnership-first div p{margin:0;padding-left:34px}.about-partnership-first div:hover{background:linear-gradient(90deg,#ff3131,#e70404)}.about-partnership-second{align-self:flex-end;cursor:pointer;height:130px;width:400px}.about-partnership-second div{align-items:center;background:linear-gradient(90deg,#353535,#515151);border-radius:180px 0 20px;color:#fff;display:flex;font-size:28px;font-weight:400;height:100%;justify-content:end;width:100%}.about-partnership-second div p{margin:0;padding-right:55px}.about-partnership-second div:hover{background:linear-gradient(90deg,#ff3131,#e70404)}.about-blocks-bottom-deposits{align-items:center;background-image:url(../images/about-deposits-bg.svg);background-position:50%;background-size:cover;display:flex;flex-direction:column;height:258px;justify-content:center;overflow:hidden;width:431px}.about-blocks-bottom-deposits-inner{display:flex;flex-direction:column;gap:25px}.about-blocks-bottom-deposits-inner h1{align-self:left;color:#fff;display:flex;font-family:Geist500;font-size:68px;margin:0;overflow:hidden;width:291px}.about-blocks-bottom-deposits-inner p{align-self:left;color:#fff;display:flex;font-family:Geist400;font-size:28px;margin:0;width:350px}.about-mobile-title{color:#fff;font-family:Geist500;font-size:22px;line-height:30px;text-align:left}.about-mobile-stats{display:flex;flex-direction:column;gap:20px;width:100%}.about-mobile-stat{background:linear-gradient(90deg,#353535,#515151);border-radius:15px;color:#fff;padding:20px;text-align:left}.about-mobile-stat h2{font-family:Geist500;font-size:40px;margin:0 0 5px}.about-mobile-stat p{font-family:Geist400;font-size:18px;margin:0}.about-mobile-buttons{display:flex;flex-direction:column;gap:15px;width:100%}.about-mobile-btn{align-items:center;background:linear-gradient(90deg,#353535,#515151);border-radius:15px;color:#fff;display:flex;font-family:Geist500;font-size:18px;height:60px;justify-content:center;overflow:hidden;position:relative;text-decoration:none}.about-mobile-btn:before{background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.6),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:all .5s ease-in-out;width:100%}.about-mobile-btn:hover:before{left:100%}.about-mobile-btn:hover{background:linear-gradient(90deg,#ff3131,#e70404)}.partnership{align-items:center;background-color:#1d1d1d;display:flex;height:100%;justify-content:center;margin:0;padding:0;width:100%}.partnership a{text-decoration:none}@media(min-width:1220px){.partnership{align-items:normal;background-image:url(../images/partnership-bg.svg);background-position:50%;background-size:cover;height:662px}}.partnership-block{display:flex;flex-direction:column;height:100%;padding-top:50px;width:80%}@media(min-width:1220px){.partnership-block{padding-top:0;width:1220px}}.partnership-block-title{color:#fff;font-family:Geist500;font-size:32px;height:50%;line-height:33px;margin:0;overflow:hidden;text-align:left}@media(min-width:1220px){.partnership-block-title{font-size:54px;line-height:56px}}.partnership-block-subtitle{color:#fff;font-family:Geist400;font-size:16px;line-height:26px;margin:0;overflow:hidden;padding-top:20px;text-align:left;width:100%}@media(min-width:1220px){.partnership-block-subtitle{font-size:28px;padding-top:0;width:1019px}}.partnership-block-container{align-items:center;display:flex;height:100%;justify-content:space-between;overflow:hidden;padding-top:0;width:100%}@media(min-width:1220px){.partnership-block-container{width:1231px}}.partnership-item{display:none;height:94px;width:94px}.partnership-item img{height:100%;width:100%}@media(min-width:1220px){.partnership-item{display:flex}}.partnership-cta-btn{align-items:center;background-color:#e70404;border:none;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-family:Geist500;font-size:24px;height:81px;justify-content:center;line-height:21px;margin-top:50px;overflow:hidden;position:relative;text-decoration:none;width:100%}.partnership-cta-btn:before{background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.6),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:all .5s ease-in-out;width:100%}.partnership-cta-btn:hover:before{left:100%}@media(min-width:1220px){.partnership-cta-btn{font-size:26px;margin-top:0;width:390px}}.vacancies{align-items:center;background:none;background-color:#1d1d1d;color:#fff;display:flex;flex-direction:column;height:100%;padding-top:50px;width:100%}@media(min-width:1220px){.vacancies{background-image:url(../images/vacancies-bg.svg);background-position:50%;background-size:cover;height:1024px;padding-top:0}}.vacancies-text{display:flex;flex-direction:column;height:250px;width:80%}@media(min-width:1220px){.vacancies-text{height:167px;width:1216px}}.vacancies-text-title{display:flex;font-family:Geist500;font-size:32px;line-height:30px;margin:0;padding-bottom:30px;text-align:left;width:100%}@media(min-width:1220px){.vacancies-text-title{font-size:54px;line-height:56px;width:1216px}}.vacancies-text-subtitle{display:flex;font-family:Geist400;font-size:16px;height:100px;line-height:25px;margin:0;overflow:hidden;text-align:left;width:100%}@media(min-width:1220px){.vacancies-text-subtitle{font-size:28px;width:873px}}.vacancies-empty{color:#fff;font-family:Geist400;font-size:20px;padding:30px 0}.blog{align-items:center;background-color:#1d1d1d;display:flex;height:100%;justify-content:center;padding-top:50px;width:100%}@media(min-width:1220px){.blog{background-image:url(../images/blog-bg.svg);background-position:50%;background-size:cover;height:997px;padding-top:0}}.blog-body{align-items:center;display:flex;flex-direction:column;gap:50px;height:100%;justify-content:space-between;width:80%}@media(min-width:1220px){.blog-body{height:800px;width:1220px}}.blog-body-text{align-items:flex-start;display:flex;flex-direction:column;text-align:left;width:100%}.blog-body-text-title{color:#fff;font-family:Geist500;font-size:35px;height:100%;margin:0;overflow:hidden;padding-bottom:11px}@media(min-width:1220px){.blog-body-text-title{font-size:54px}}.blog-body-text-subtitle{color:#fff;display:flex;font-family:Geist500;font-size:16px;overflow:hidden;width:100%}@media(min-width:1220px){.blog-body-text-subtitle{font-size:24px;height:300px;width:858px}}.blog-body-container{align-items:center;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:space-around;overflow:visible;width:100%}@media(min-width:1220px){.blog-body-container{flex-direction:row;gap:0}}.blog-body-btn{align-items:center;background-color:#e70404;border-radius:20px;color:#fff;display:flex;font-family:Geist500;font-size:26px;height:81px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;width:80%}.blog-body-btn:before{background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.6),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:all .5s ease-in-out;width:100%}.blog-body-btn:hover:before{left:100%}@media(min-width:1220px){.blog-body-btn{align-self:start;font-size:28px;height:81px;padding:20px;width:390px}}.faq{align-items:center;background-color:#1d1d1d;display:flex;height:100%;justify-content:center;width:100%}@media(min-width:1220px){.faq{background-image:url(../images/faq-bg.svg);background-position:50%;background-size:cover;height:960px}}.faq-column{display:none}@media(min-width:1220px){.faq-column{align-items:center;display:flex;flex-direction:column;height:723px;justify-content:space-between;padding-top:50px;width:1222px}}.faq-column-item{display:flex;gap:150px;justify-content:space-between;width:100%}.faq-column-item img{cursor:pointer;transition:transform .3s ease-in-out}.faq-column-item img:hover{transform:scale(.95)}.faq-item-block{align-items:start;display:flex;flex-direction:column;justify-content:center;text-align:center;transition:all .2s ease-in-out;width:100%}.faq-item-title{color:#fff;cursor:pointer;font-family:Geist500;font-size:34px;margin:0;transition:all .2s ease-in-out}.faq-item-title:hover{font-size:35px}.faq-item-subtitle{color:#888;font-family:Geist400;font-size:18px;max-height:0;opacity:0;overflow:hidden;padding-top:0;text-align:left;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;width:100%}.faq-item-subtitle.open{max-height:200px;opacity:1}.faq-mobile{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:50px 20px;width:100%}@media(min-width:1220px){.faq-mobile{display:none}}.faq-mobile-item{background:linear-gradient(90deg,#252525,#333);border-radius:15px;cursor:pointer;overflow:hidden;width:100%}.faq-mobile-item-title{align-items:center;color:#fff;display:flex;font-family:Geist500;font-size:18px;justify-content:space-between;padding:20px}.faq-mobile-item-title span{color:#e70404;font-size:22px}.faq-mobile-item-body{color:#888;font-family:Geist400;font-size:15px;line-height:22px;max-height:0;overflow:hidden;padding:0 20px;transition:max-height .3s ease-in-out,padding .3s ease-in-out}.faq-mobile-item-body.open{max-height:300px;padding:0 20px 20px}.your-partner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding-top:50px;width:100%}@media(min-width:1220px){.your-partner{height:850px;justify-content:space-between;padding-top:200px;width:1221px}}.your-partner>p{color:#fff;font-family:Geist500;font-size:20px;height:50px;margin:0;overflow:hidden}@media(min-width:1220px){.your-partner>p{font-size:30px}}.your-partner-container{align-items:center;display:flex;flex-direction:column;height:200px;justify-content:space-between;width:100%}@media(min-width:1220px){.your-partner-container{flex-direction:row;height:200px;padding-top:100px;width:100%}}.your-partner-join{align-items:center;background-color:#e70404;border:2px solid #e70404;border-radius:25px;color:#fff;display:flex;font-family:Geist500;font-size:20px;height:81px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;width:90%}.your-partner-join:before{background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.6),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:all .5s ease-in-out;width:100%}.your-partner-join:hover:before{left:100%}@media(min-width:1220px){.your-partner-join{width:390px}}.your-partner-become{align-items:center;background:linear-gradient(270deg,#1e1d1d,#484848);border:2px solid #e70404;border-radius:25px;color:#fff;display:flex;font-family:Geist500;font-size:20px;height:81px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;width:90%}.your-partner-become:before{background:linear-gradient(120deg,transparent,hsla(0,0%,100%,.6),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:all .5s ease-in-out;width:100%}.your-partner-become:hover:before{left:100%}@media(min-width:1220px){.your-partner-become{width:406px}}.footer{align-items:center;background-color:#1d1d1d;display:flex;flex-direction:column;height:100%;justify-content:space-around;margin:0;padding:0;width:100%}@media(min-width:1220px){.footer{background-image:url(../images/footer-bg.svg);background-position:50%;background-size:cover;height:965px}}.footer-body{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:50px;margin-top:70px;width:100%}@media(min-width:1220px){.footer-body{margin-top:0}}.footer-body-container{display:flex;flex-direction:column;gap:35px;height:100%;justify-content:space-between;margin-top:60px;width:100%}@media(min-width:1220px){.footer-body-container{flex-direction:row;gap:0;height:730px;width:1220px}}.footer-logo{height:73px;width:220px}.footer-list{display:flex;flex-direction:column;gap:36px;height:100%;list-style:none;margin:0;padding:25px 0;text-decoration:none}@media(min-width:1220px){.footer-list{flex-direction:row;height:73px}}.footer-list-item{color:#adadad;cursor:pointer;display:flex;font-family:Geist400;font-size:20px;justify-content:space-between;transition:font-size .2s ease-in-out}.footer-list-item:hover{font-size:23px}.footer-contacts{align-items:center;display:flex;flex-direction:column;height:73px;justify-content:space-between;width:327px}.footer-contact-item{align-items:center;color:#fff;display:flex;font-family:Geist400;font-size:21px;gap:15px;width:100%}.footer-contact-item p{margin:0}.footer-contact-item a{display:flex}.footer-copy{color:#adadad;font-family:Geist400;font-size:20px;overflow:hidden;padding:25px 0}@media(min-width:1220px){.footer-copy{padding-bottom:50px;padding-top:0}}img{cursor:pointer;transition:transform .3s ease-in-out}img:hover{transform:scale(.95)}
