.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:1000;padding:15px;backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:20px;padding:55px 40px 30px 30px;max-width:430px;width:100%;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:modalSlideIn .3s ease-out;text-align:center}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:16px;right:16px;background:rgba(0,0,0,0);border:none;color:#999;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;padding:0}.modal-title{font-size:28px;font-weight:700;margin:0 0 24px;color:#1a1a1a;line-height:1.3;text-align:center}.modal-text{font-size:16px;line-height:1.7;color:#666;margin:0 0 32px;text-align:center}.modal-text-highlight{color:#333;font-weight:500}.modal-socials{display:flex;gap:20px;justify-content:center;align-items:center}@media(max-width:600px){.modal-overlay{padding:16px}.modal-content{padding:40px 24px 32px;border-radius:16px}.modal-title{font-size:24px;margin-bottom:20px}.modal-text{font-size:15px;line-height:1.6;margin-bottom:28px}.modal-socials{gap:12px}.modal-close{width:24px;height:24px;top:12px;right:12px}}@media(max-width:400px){.modal-content{padding:45px 20px 20px 25px}.modal-title{font-size:22px}.modal-text{font-size:14px}.modal-socials{gap:17px}}.svg-sparkles .svg-sparkles--1{animation:svg-sparkles--1-animation 2s infinite}.svg-sparkles .svg-sparkles--2{animation:svg-sparkles--2-animation 3s infinite}.svg-sparkles .svg-sparkles--3{animation:svg-sparkles--3-animation 5s infinite}.svg-sparkles .svg-sparkles--4{animation:svg-sparkles--4-animation 4s infinite}.svg-sparkles .svg-sparkles--5{animation:svg-sparkles--5-animation 3s infinite}.svg-sparkles .svg-sparkles--6{animation:svg-sparkles--6-animation 2s infinite}.svg-sparkles .svg-sparkles--7{animation:svg-sparkles--7-animation 5s infinite}.svg-sparkles .svg-sparkles--8{animation:svg-sparkles--8-animation 2s infinite}.svg-sparkles .svg-sparkles--9{animation:svg-sparkles--9-animation 4s infinite}.svg-sparkles .svg-sparkles--10{animation:svg-sparkles--10-animation 2s infinite}.svg-sparkles .svg-sparkles--11{animation:svg-sparkles--11-animation 3s infinite}.svg-sparkles .svg-sparkles--12{animation:svg-sparkles--12-animation 5s infinite}.svg-sparkles .svg-sparkles--13{animation:svg-sparkles--13-animation 2s infinite}@keyframes svg-sparkles--1-animation{0%{fill-opacity:.6}50%{fill-opacity:1}to{fill-opacity:.6}}@keyframes svg-sparkles--2-animation{0%{fill-opacity:.4}50%{fill-opacity:1}to{fill-opacity:.4}}@keyframes svg-sparkles--3-animation{0%{fill-opacity:.2}50%{fill-opacity:1}to{fill-opacity:.2}}@keyframes svg-sparkles--4-animation{0%{fill-opacity:.2}50%{fill-opacity:1}to{fill-opacity:.2}}@keyframes svg-sparkles--5-animation{0%{fill-opacity:.5}50%{fill-opacity:1}to{fill-opacity:.5}}@keyframes svg-sparkles--6-animation{0%{fill-opacity:.6}50%{fill-opacity:1}to{fill-opacity:.6}}@keyframes svg-sparkles--7-animation{0%{fill-opacity:.4}50%{fill-opacity:1}to{fill-opacity:.4}}@keyframes svg-sparkles--8-animation{0%{fill-opacity:.7}50%{fill-opacity:1}to{fill-opacity:.7}}@keyframes svg-sparkles--9-animation{0%{fill-opacity:.3}50%{fill-opacity:1}to{fill-opacity:.3}}@keyframes svg-sparkles--10-animation{0%{fill-opacity:.6}50%{fill-opacity:1}to{fill-opacity:.6}}@keyframes svg-sparkles--11-animation{0%{fill-opacity:.5}50%{fill-opacity:1}to{fill-opacity:.5}}@keyframes svg-sparkles--12-animation{0%{fill-opacity:.2}50%{fill-opacity:1}to{fill-opacity:.2}}@keyframes svg-sparkles--13-animation{0%{fill-opacity:.24}50%{fill-opacity:1}to{fill-opacity:.24}}.join-title{overflow:hidden}.join-title,.join-title .join-title__content{position:relative}.join-title .join-title__content .join-title__content-sparkles{width:100%}.join-title .join-title__content .join-title__content-title{position:absolute;top:50%;left:50%;margin:0 auto;transform:translate(-47%,-50%)}.join-title .join-title__content-subtitle{position:absolute;bottom:14%;left:50%;margin:0 auto;transform:translate(-47%)}@media(max-width:760px){.join-title .join-title__content .join-title__content-sparkles{max-width:470px}.join-title .join-title__content-subtitle{bottom:24%}}@media(max-width:480px){.join-title .join-title__content .join-title__content-sparkles{max-width:345px}.join-title .join-title__content-subtitle{bottom:30%}}.bg-light{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.bg-light__item{position:absolute;left:50%;transform:translate(-50%);border-radius:50%}.bg-light--color-green .bg-light__item{background:radial-gradient(50% 50% at 50% 50%,rgb(124,255,17),rgba(124,255,17,0))}.bg-light--color-blue .bg-light__item{background:radial-gradient(50% 50% at 50% 50%,rgb(0,85,214),rgba(124,255,17,0))}.bg-light--color-orange .bg-light__item{background:radial-gradient(50% 50% at 50% 50%,rgb(255,153,0),rgba(124,255,17,0))}.bg-light--color-gray .bg-light__item{background:radial-gradient(50% 50% at 50% 50%,rgb(101,101,101),rgba(124,255,17,0))}.bg-light:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:rgba(19,19,23,.8);backdrop-filter:blur(30px)}@media(max-width:760px){.bg-light{display:none}}.board-block{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:30px;width:100%}.board-card-wrapper{display:flex;justify-content:flex-start}.board-card-wrapper:nth-child(2n){justify-content:flex-end}@media(max-width:720px){.board-card-wrapper{width:100%}}.board-card{position:relative;width:300px;height:370px;padding:1px;border-radius:16px;background-image:linear-gradient(#47475E,#35353E)}.board-card .board-card__content{position:relative;display:flex;align-items:flex-end;width:100%;height:100%;border-radius:15px;background-image:linear-gradient(#1E1E25,#121216);overflow:hidden}.board-card .board-card__content-text{position:relative;display:flex;flex-direction:column;gap:6px;margin:12px;z-index:3;transition:margin-bottom .3s ease}.board-card .board-card__content-text .board-card__content-text-name{font-size:20px;color:#fff;font-weight:600}.board-card .board-card__content-text .board-card__content-text-status{font-size:16px;color:#8a8a9c;font-weight:600;text-transform:uppercase}.board-card .board-card__content-img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;overflow:hidden;z-index:1;transition:all .3s ease}.board-card .board-card__content-img img{position:relative;width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.board-card .board-card__content-shadow{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-image:linear-gradient(rgba(30,30,37,0),#1E1E25);z-index:2}.board-card:hover .board-card__content-text{margin-bottom:20px}.board-card:hover .board-card__content-img{scale:1.1}.achievement-block{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:24px;width:100%}.achievement-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;flex:1 1 300px;background-color:rgba(57,56,74,.15);border-radius:24px;border:1px solid hsla(0,0%,100%,.25);padding:24px}.achievement-card .achievement-card__img{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;padding:8px;border-radius:12px;border:1px solid #4b4952;background:radial-gradient(100% 100% at 50% 0,#514f57 0,#2a2630 100%);box-shadow:0 15px 20px 0 rgba(0,0,0,.05)}.achievement-card .achievement-card__img img{max-width:100%;max-height:100%}.achievement-card .achievement-card__text{display:flex;flex-direction:column;gap:4px}.achievement-card .achievement-card__text .achievement-card__text-title{font-size:20px;font-weight:600;color:#fff}.achievement-card .achievement-card__text .achievement-card__text-description{font-size:16px;font-weight:500;color:#a09fa3}@media(max-width:760px){.achievement-card{flex-direction:row;align-items:center;width:100%}}.section-2-about-us__container{display:flex;align-items:center;justify-content:center;margin:0 auto;width:100%}.section-2-about-us__container .section-2-about-us__container-content{position:relative;width:100%;max-width:1120px;padding:2px;border-radius:24px;background-image:linear-gradient(90deg,rgba(173,211,254,.5019607843),rgba(23,102,193,.5019607843),rgba(8,23,40,.5019607843))}.section-2-about-us__container .section-2-about-us__container-content .section-2-about-us__container-content-wrapper{display:flex;justify-content:flex-end;width:100%;height:100%;border-radius:22px;background-image:linear-gradient(90deg,#add3fe,#1766c1,#081728)}.section-2-about-us__container .section-2-about-us__container-content .section-2-about-us__container-content-wrapper .section-2-about-us__container-content-wrapper-content{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:24px;max-width:690px;width:100%;padding:96px 24px 96px 0}.section-2-about-us__container .section-2-about-us__container-content .section-2-about-us__container-content-wrapper .section-2-about-us__container-content-wrapper-content .section-2-about-us__container-content-wrapper-content-img{display:flex;align-items:center;justify-content:center;width:60px;height:60px;padding:6px;border-radius:13px;background:linear-gradient(135deg,rgba(255,255,255,.36),rgba(255,255,255,.1));outline:1px solid hsla(0,0%,100%,.4);box-shadow:0 15px 20px 0 rgba(0,0,0,.05)}.section-2-about-us__container .section-2-about-us__container-content .section-2-about-us__container-content-wrapper .section-2-about-us__container-content-wrapper-content .section-2-about-us__container-content-wrapper-content-img img{max-width:100%;max-height:100%}.section-2-about-us__container .section-2-about-us__container-content .section-2-about-us__container-content-wrapper .section-2-about-us__container-content-wrapper-content .section-2-about-us__container-content-wrapper-content-text{max-width:630px}.section-2-about-us__container .section-2-about-us__container-content .section-2-about-us__container-content-wrapper .section-2-about-us__container-content-wrapper-content .section-2-about-us__container-content-wrapper-content-text .section-2-about-us__container-content-wrapper-content-text-title{text-align:center;font-size:24px;color:#fff;font-weight:800}.section-2-about-us__container .section-2-about-us__container-content .section-2-about-us__container-content-wrapper .section-2-about-us__container-content-wrapper-content .section-2-about-us__container-content-wrapper-content-text .section-2-about-us__container-content-wrapper-content-text-description{font-size:16px;color:hsla(0,0%,100%,.8);font-weight:400;margin-top:4px;text-align:center}.section-2-about-us__container .section-2-about-us__container-content .section-2-about-us__container-content-wrapper .section-2-about-us__container-content-wrapper-content .section-2-about-us__container-content-wrapper-content-text .section-2-about-us__container-content-wrapper-content-text-description b{font-weight:800}@media(max-width:1200px){.section-2-about-us__container{max-width:960px}.section-2-about-us__container .section-2-about-us__container-content .section-2-about-us__container-content-wrapper .section-2-about-us__container-content-wrapper-content{padding:54px 24px 54px 34px}}@media(max-width:960px){.section-2-about-us__container .section-2-about-us__container-content .section-2-about-us__container-content-wrapper{justify-content:center}.section-2-about-us__container .section-2-about-us__container-content .section-2-about-us__container-content-wrapper .section-2-about-us__container-content-wrapper-content{padding:20px;align-items:center}.section-2-about-us__container .section-2-about-us__container-content .section-2-about-us__container-content-wrapper .section-2-about-us__container-content-wrapper-content .section-2-about-us__container-content-wrapper-content-text .section-2-about-us__container-content-wrapper-content-text-title{font-size:22px;text-align:center}.section-2-about-us__container .section-2-about-us__container-content .section-2-about-us__container-content-wrapper .section-2-about-us__container-content-wrapper-content .section-2-about-us__container-content-wrapper-content-text .section-2-about-us__container-content-wrapper-content-text-description{font-size:16px;text-align:center}}.map-tooltip{position:absolute;display:flex;flex-direction:column;gap:2px;min-width:100px;min-height:40px;border-radius:8px;background-color:rgba(61,85,112,.8);padding:8px 12px;backdrop-filter:blur(5px)}.map-tooltip .map-tooltip__subtitle{font-size:10px;font-weight:400;line-height:1;color:hsla(0,0%,100%,.6)}.map-tooltip .map-tooltip__title{font-size:16px;font-weight:400;line-height:1;color:hsla(0,0%,100%,.9)}.map-tooltip .map-tooltip__arrow{position:absolute;bottom:0;left:8px;width:14px;height:9px;transform:translateY(8.8px);color:rgba(61,85,112,.8)}@media(max-width:1200px){.map-tooltip{padding:6px 10px}.map-tooltip .map-tooltip__title{font-size:14px}}.map{position:absolute;top:28px;left:-60px;width:368px;height:376px}.map .map__content{width:100%;height:100%;padding:16px;background:rgba(0,19,40,.8);border:1px solid hsla(0,0%,100%,.25);border-radius:24px;backdrop-filter:blur(5px);box-shadow:12px 12px 25px 0 rgba(0,55,118,.25);transition:transform .2s ease-out;overflow:hidden}.map .map__content .map__glass{position:absolute;top:0;left:0;display:block;width:100%;height:100%;border-radius:50%;background-image:radial-gradient(circle,rgb(255,255,255) 0,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);opacity:0;will-change:opacity;transition:opacity .2s ease-out}.map .map__content .map__img{position:relative;width:100%;height:100%}.map .map__img-tooltip{top:154px;right:-22px;opacity:1;transition:opacity .2s ease-out}.map .map__img-tooltip.map__img-tooltip--hidden{opacity:0}@media(max-width:1200px){.map{position:absolute;top:30px;left:-30px;width:278px;height:286px}.map .map__content{padding:12px}.map .map__img-tooltip{top:108px;right:-27px}}@media(max-width:960px){.map{display:none}}.partners-block{display:flex;flex-wrap:wrap;justify-content:center;gap:64px;max-width:650px}.partners-block__item{display:flex;align-items:center;transition:transform .2s ease}.partners-block__item:hover{transform:scale(1.1)}.img{display:flex;justify-content:center;align-items:center;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.img img{width:100%;height:100%}.join-images{top:0;left:0;right:0;width:100%;height:900px;-webkit-mask-image:linear-gradient(0deg,transparent 0,#131317 100px);mask-image:linear-gradient(0deg,transparent 0,#131317 100px);z-index:1}.join-image,.join-images{position:absolute;overflow:hidden;pointer-events:none}.join-image{display:flex;justify-content:center;align-items:center;border-radius:16px;border:1px solid hsla(0,0%,100%,.1);transition:translate .1s ease,rotate .1s ease}.join-image .join-image__img{display:block;min-width:100%;min-height:100%;-o-object-fit:cover;object-fit:cover}.join-image .join-image__gradient{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.join-image.join-image--1{top:120px;width:500px;height:250px;transform:rotate(18deg) translate(-50%);background:linear-gradient(45deg,rgba(255,255,255,0) 50%,#19191e);z-index:1}.join-image.join-image--1 .join-image__gradient{background:linear-gradient(270deg,transparent,#131317)}.join-image.join-image--2{top:250px;width:300px;height:300px;border-radius:50%;transform:rotate(-18deg) translate(-40%);background:linear-gradient(70deg,rgba(36,36,43,0) 30%,rgb(36,36,43));z-index:2}.join-image.join-image--2 .join-image__gradient{background:linear-gradient(270deg,transparent,#131317)}.join-image.join-image--3{top:470px;width:500px;height:300px;transform:rotate(-18deg) translate(-30%);background:linear-gradient(90deg,rgba(36,36,43,0) 50%,#212126);z-index:1}.join-image.join-image--3 .join-image__gradient{background:linear-gradient(270deg,transparent,#131317)}.join-image.join-image--4{top:140px;right:0;width:500px;height:350px;transform:rotate(-30deg) translate(50%);background:linear-gradient(-100deg,rgba(36,36,43,0) 50%,#212126);z-index:3}.join-image.join-image--4 .join-image__gradient{background:linear-gradient(90deg,transparent,#131317)}.join-image.join-image--5{top:290px;right:200px;width:200px;height:200px;transform:rotate(-15deg);background:linear-gradient(300deg,rgba(36,36,43,0) 30%,#212126);z-index:1}.join-image.join-image--5 .join-image__gradient{background:linear-gradient(90deg,transparent,#131317)}.join-image.join-image--6{top:300px;right:50px;width:500px;height:480px;transform:rotate(15deg) translate(50%);background:linear-gradient(-125deg,rgba(36,36,43,0) 30%,#212126);z-index:2}.join-image.join-image--6 .join-image__gradient{background:linear-gradient(90deg,transparent,#131317)}@media(max-width:1200px){.join-image.join-image--5{display:none}}@media(max-width:960px){.join-image.join-image--4{scale:.8}.join-image.join-image--6{top:250px;scale:.7}}@media(max-width:760px){.join-image.join-image--1,.join-image.join-image--2,.join-image.join-image--4{display:none}.join-image.join-image--6{top:250px}}@media(max-width:480px){.join-image.join-image--3{top:200px;scale:.8;transform:rotate(-18deg) translate(-50%)}.join-image.join-image--6{display:block;top:200px;scale:.5;transform:rotate(15deg) translate(100%,20%)}}.button-white{position:relative;display:inline-block;padding:2px;border-radius:8px;outline:none;border:none;text-decoration:none;background:conic-gradient(#84bd56 0,#eea941 10%,#eea941 20%,#3973b6 30%,#3973b6 40%,#84bd56 90%);transition:box-shadow var(--transition-primary);cursor:pointer}.button-white__content{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:100%;padding:16px 64px;color:var(--color-black);background-color:hsla(0,0%,100%,.8);font-size:var(--fs-22);font-weight:600;border-radius:6px;z-index:2}.button-white__content .svg{width:24px;height:24px}.button-white:not(:disabled):hover{box-shadow:20px 20px 50px rgba(83,163,255,.5),20px -20px 50px rgba(255,157,10,.5),-20px 20px 50px rgba(144,221,81,.5),-20px -20px 50px rgba(144,221,81,.5)}.button-white:disabled .button-white__content{color:#282828;background:rgba(61,61,61,.9)}@media(max-width:480px){.white-button .white-button__content{padding:12px 32px;font-size:var(--fs-18)}}.share-button{display:flex;align-items:center;gap:40px;height:100%;border-radius:12px;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,rgba(30,20,60,.8),rgba(50,30,80,.8) 50%,rgba(30,20,60,.8));border:1px solid hsla(0,0%,100%,.1)}.share-button__content{display:flex;align-items:center;gap:20px}.share-button__content-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:80px;height:80px;padding-left:16px}.share-button__content-icon svg{width:100%;height:100%}.share-button__content-text{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.share-button__content-text-title{margin:0;font-size:18px;font-weight:600;color:#fff;line-height:1.2}.share-button__content-text-subtitle{margin:6px 0 0;font-size:13px;font-weight:400;color:hsla(0,0%,100%,.7);line-height:1.2}.share-button__action{display:flex;align-items:center;justify-content:center;height:82px;gap:8px;padding:0 28px;background:hsla(0,0%,100%,.1);border-left:1px solid hsla(0,0%,100%,.2);border-radius:0 11px 11px 0;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.share-button__action svg{width:24px;height:24px;transition:transform .3s ease}.share-button:hover{background:linear-gradient(135deg,rgba(40,25,75,.9),rgba(60,35,95,.9) 50%,rgba(40,25,75,.9));border-color:hsla(0,0%,100%,.2);box-shadow:0 8px 32px rgba(0,0,0,.3)}.share-button:hover .share-button__action{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.3)}.share-button:hover .share-button__action svg{transform:translateX(2px)}@media(max-width:500px){.share-button{flex-direction:column;gap:0}.share-button__content{padding-right:16px}.share-button__action{width:100%;height:50px;border-left:none;border-top:1px solid hsla(0,0%,100%,.2);border-radius:0 0 11px 11px}}