.navigation{position:fixed;top:0;left:0px;right:0px;z-index:100;display:flex;justify-content:center;background:linear-gradient(90deg, transparent 0%, transparent 100%);transition:all .3s ease-in-out;padding-inline:1.69rem}.navigation .navigation__list-item{padding-block:1.07rem;transition:padding-block .3s ease-in-out}.navigation .navigation__logo path{fill:#fff;transform:fill .3s ease-in-out}.navigation.navigation__active{background-color:#fff}.navigation.navigation__active .navigation__list-item{padding-block:.47rem}.navigation.navigation__active .navigation__logo path{fill:#000}.navigation.navigation__active:hover .navigation__list-item{padding-block:1.07rem}.navigation.navigation__active .navigation__icon{background-color:#000}.navigation.navigation__active .navigation__icon::before,.navigation.navigation__active .navigation__icon::after{background-color:#000}.navigation.navigation__fixed>.navigation__wrapper-mobile .navigation__logo path{fill:#fff}.navigation.navigation__fixed>.navigation__wrapper-mobile .navigation__icon{background-color:#fff}.navigation.navigation__fixed>.navigation__wrapper-mobile .navigation__icon::before,.navigation.navigation__fixed>.navigation__wrapper-mobile .navigation__icon::after{background-color:#fff}.navigation.navigation__fixed.navigation__active>.navigation__wrapper-mobile .navigation__logo path{fill:#000}.navigation.navigation__fixed.navigation__active>.navigation__wrapper-mobile .navigation__icon{background-color:#000}.navigation.navigation__fixed.navigation__active>.navigation__wrapper-mobile .navigation__icon::before,.navigation.navigation__fixed.navigation__active>.navigation__wrapper-mobile .navigation__icon::after{background-color:#000}.navigation.navigation__active>.navigation__wrapper-mobile .navigation__logo path{fill:#fff}.navigation.navigation__active>.navigation__wrapper-mobile .navigation__icon{background-color:#fff}.navigation.navigation__active>.navigation__wrapper-mobile .navigation__icon::before,.navigation.navigation__active>.navigation__wrapper-mobile .navigation__icon::after{background-color:#fff}.navigation.navigation__active_hide{transform:translateY(-100%)}.navigation__wrapper-desktop{display:none}@media(min-width: 768px){.navigation__wrapper-desktop{display:flex;width:116.5rem;justify-content:space-between;align-items:center}}.navigation__logo{outline:none;border:none;z-index:1000}.navigation__logo img{width:180px;height:34px}@media(min-width: 768px){.navigation__logo img{width:13.25rem;height:2.5rem;-o-object-fit:contain;object-fit:contain}}.navigation__nav{display:flex}.navigation__list{list-style:none;display:flex;gap:5.56rem;margin:0 !important;align-items:center}.navigation__list-item{color:#fff;font-size:1.125rem;font-weight:500;line-height:1.25rem;transition:all .3s ease-in-out;cursor:pointer;height:100%;display:flex;flex-direction:column;justify-content:center}.navigation__list-item a{outline:none;border:none}.navigation__list:hover>li:not(:hover){color:rgba(255,255,255,.5)}.navigation__dropdown{visibility:hidden;opacity:0;transition:visibility 0s linear,opacity .3s linear;position:absolute;left:0;right:0;z-index:200;cursor:default;top:100%}.navigation__dropdown-wrapper{width:87.5rem}.navigation__dropdown-bg{display:flex;justify-content:center;width:100%;background:#f2f5f7}.navigation__dropdown-header{font-size:1.375rem;font-weight:600;line-height:1.625rem;color:#000}.navigation__dropdown-item{font-size:1.125rem;font-weight:500;line-height:1.375rem;color:rgba(0,0,0,.5);transition:all .3s ease-in-out;padding:.75rem 0;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(0,0,0,.5);display:flex}.navigation__dropdown-item:hover{color:#000;border-bottom-color:#000}.navigation__dropdown-item:hover svg{stroke:#000}.navigation__dropdown-item a{outline:none;border:none}.navigation__dropdown-item svg{width:2rem;height:1.25rem;stroke:rgba(255,255,255,.4)}.navigation .dropdown-active{opacity:1;visibility:visible}.navigation__container{width:18.4375rem;justify-content:end;gap:1.38rem}.navigation__language{display:flex;justify-content:flex-end}.navigation__language-link{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.875rem;text-transform:uppercase;color:#fff;font-weight:500;opacity:.7;transition:all .2s;outline:none;border:none}.navigation__language-link:hover{opacity:1}.navigation__language-link img{width:1.25rem;height:1.25rem;-o-object-fit:cover;object-fit:cover;border-radius:50%}.navigation .language__container{display:flex;justify-content:flex-end;gap:.5rem}.navigation .language__container-item span,.navigation .language__container-item a{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.875rem;text-transform:uppercase;color:#fff;font-weight:500;cursor:pointer;transition:all .2s;outline:none;border:none}@media(min-width: 768px){.navigation .language__container-item span,.navigation .language__container-item a{opacity:.7}.navigation .language__container-item span:hover,.navigation .language__container-item a:hover{opacity:1}}.navigation .language__container-item span img,.navigation .language__container-item a img{width:1.25rem;height:1.25rem;-o-object-fit:cover;object-fit:cover;border-radius:50%}.navigation .language__container-item a{color:#020202;padding:12px 40px;border:1px solid rgba(2,2,2,.3)}@media(min-width: 768px){.navigation .language__container-item a{color:#fff;border:none;padding:0px}}.navigation .language__container-dropdown{position:absolute;bottom:0;left:0;right:0;background-color:#fff;padding:16px;display:flex;flex-direction:column;visibility:hidden;opacity:0;gap:.5rem;transition:all .3s ease-in-out}@media(min-width: 768px){.navigation .language__container-dropdown{bottom:initial;left:initial;right:initial;background-color:rgba(0,0,0,0);padding:0;padding-top:.5rem}}.navigation .language__container-active{visibility:visible;opacity:1}.navigation__wrapper-mobile{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px 16px}@media(min-width: 768px){.navigation__wrapper-mobile{display:none}}.navigation__checkbox{display:none}.navigation__icon{position:relative;z-index:1000;transition:all .2s}.navigation__icon,.navigation__icon::before,.navigation__icon::after{width:18px;height:3px;background-color:#fff;display:inline-block}.navigation__icon::before,.navigation__icon::after{content:"";position:absolute;left:0;transition:all .2s}.navigation__icon::before{top:-5px}.navigation__icon::after{top:5px}.navigation__button:hover .navigation__icon::before{top:-6px}.navigation__button:hover .navigation__icon::after{top:6px}.navigation__checkbox:checked~.navigation__button .navigation__icon{background-color:rgba(0,0,0,0)}.navigation__checkbox:checked~.navigation__button .navigation__icon::after{transform:rotate(135deg);top:0}.navigation__checkbox:checked~.navigation__button .navigation__icon::before{transform:rotate(-135deg);top:0}.navigation__side-left{position:fixed;height:100%;width:0;z-index:1;top:0px;left:0;background:linear-gradient(90deg, #5300a6 -0.47%, #260142 100%);overflow-x:hidden;transition:all .3s ease-in-out;padding-top:84px}.navigation__side-left-item{color:#fff;font-size:22px;font-weight:500;line-height:28px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.navigation__side-left-item a{outline:none;border:none}.navigation__side-left-item svg{width:20px;height:22px;stroke:#fff}.navigation__checkbox:checked~.navigation__side-left{width:100%;padding-right:16px;padding-left:16px}.navigation__side-right{position:fixed;height:100%;width:0;top:64px;right:0;background:linear-gradient(90deg, #5300a6 -0.47%, #260142 100%);overflow-x:hidden;transition:all .3s ease-in-out;padding-top:30px;z-index:110;padding-bottom:84px}.navigation__side-right-btn{font-size:30px;font-weight:600;line-height:36px;color:#fff;padding-bottom:20px;outline:none;border:none;background:rgba(0,0,0,0);cursor:pointer;display:flex;align-items:center;gap:16px}.navigation__side-right-btn svg{width:26px;height:26px;stroke:#fff}.navigation .active-navigation-side{width:100%;padding-right:16px;padding-left:16px}.navigation .button{color:#fff;text-align:center;font-size:1.125rem;font-style:normal;font-weight:500;line-height:normal;border:1px solid #fff;border-radius:.3125rem;padding:.8rem 1.88rem}.navigation .button:hover{background-color:#fff;color:#5300a6}@media(min-width: 768px){.navigation:hover{background-color:#fff}}.navigation.navigation__active{background-color:#fff}.navigation:hover .navigation__logo path,.navigation.navigation__active .navigation__logo path{fill:#000}.navigation:hover .navigation__list-item,.navigation.navigation__active .navigation__list-item{color:#000 !important}.navigation:hover .navigation__list:hover .navigation__list-item:not(:hover),.navigation.navigation__active .navigation__list:hover .navigation__list-item:not(:hover){color:rgba(0,0,0,.5) !important}.navigation:hover .button,.navigation.navigation__active .button{color:#fff;border-color:#ae25cd;background-color:#ae25cd;transition:background-color .3s ease-in-out,color .3s ease-in-out}.navigation:hover .button:hover,.navigation.navigation__active .button:hover{background-color:#c247de;color:#fff}.navigation__wrapper-mobile .navigation__dropdown-header{color:#fff}.navigation__wrapper-mobile .navigation__dropdown-item a{color:#fff}.header-front-page{position:relative;height:100vh;width:100%;top:0;left:0;overflow:hidden}.header-front-page__bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background-color:#3a027d;background-repeat:no-repeat;background-size:cover;background-position:center}@media(min-width: 1280px){.header-front-page__bg{background-repeat:no-repeat;background-size:cover;background-position:center}}.footer{display:flex;flex-direction:column;background-color:#fff;align-items:center;padding-top:48px}@media(min-width: 768px){.footer{padding-top:5.5rem}}.footer__logo{background-image:url("../images/nextrope-logo-second.svg");background-position:center;background-repeat:no-repeat;height:30px;width:218px;background-size:contain}@media(min-width: 768px){.footer__logo{height:1.875rem;width:13.625rem}}.footer-title{font-style:normal;font-weight:600;font-size:15px;line-height:24px;color:#020202}@media(min-width: 768px){.footer-title{font-size:1rem;line-height:1.5rem}}.footer a.footer-title{transition:all .3s ease-in-out;cursor:pointer}.footer a.footer-title:hover{opacity:.7}.footer-text{font-weight:400;font-size:15px;line-height:20px;color:#020202}@media(min-width: 768px){.footer-text{font-size:1rem;line-height:1.5rem}}.footer a.footer-text{transition:all .3s ease-in-out;cursor:pointer}.footer a.footer-text:hover{opacity:.7}.footer__partner{background-image:url("../images/hedera-official-partner.svg");background-position:center;background-repeat:no-repeat;background-size:contain;height:58px;width:148px}@media(min-width: 768px){.footer__partner{width:10rem;height:3.625rem}}.footer__social{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:16px}@media(min-width: 768px){.footer__social{gap:1.125rem}}.footer__social a{display:flex;align-items:center;justify-content:center;transition:250ms background-color;width:24px;height:24px}@media(min-width: 768px){.footer__social a{width:2rem;height:2rem}}.footer__social a:hover{opacity:.7}.footer__social a.facebook_logo{background-image:url("../images/logo/facebook.svg");background-position:center;background-repeat:no-repeat;background-size:contain}.footer__social a.instagram_logo{background-image:url("../images/logo/instagram.svg");background-position:center;background-repeat:no-repeat;background-size:contain}.footer__social a.linkedin_logo{background-image:url("../images/logo/linkedin.svg");background-position:center;background-repeat:no-repeat;background-size:contain}.footer__social a.clutch_logo{background-image:url("../images/logo/clutch.svg");background-position:center;background-repeat:no-repeat;background-size:contain}.footer__social a.twitter_logo{background-image:url("../images/logo/twitter.svg");background-position:center;background-repeat:no-repeat;background-size:contain}.footer-line{background:#050505;height:12px;width:100%}.content_header__back{font-size:14px;font-weight:500;line-height:18px;color:#020202}@media(min-width: 768px){.content_header__back{font-size:1rem;line-height:1.25rem}}.content_header__back-icon{width:6px;height:10px}@media(min-width: 768px){.content_header__back-icon{width:.375rem;height:.625rem}}.content_header__title{margin-top:20px;font-size:26px;font-weight:600;line-height:40px;color:#020202}@media(min-width: 768px){.content_header__title{margin-top:2.375rem;font-size:39px;line-height:41px}}@media(min-width: 1280px){.content_header__title{font-size:3.375rem;line-height:4.25rem}}.content_header__icon img{width:46px;height:46px;border-radius:50%;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.content_header__icon img{width:2.875rem;height:2.875rem}}.content_header__author{font-size:14px !important;font-weight:500 !important;line-height:20px !important;margin-bottom:0px !important;color:#020202}@media(min-width: 768px){.content_header__author{font-size:1.125rem !important;line-height:1.625rem !important}}.content_header__date{font-size:10px;font-weight:500;line-height:16px;color:#020202;opacity:.5}@media(min-width: 768px){.content_header__date{font-size:.75rem;line-height:1.25rem}}.content_header__image{margin-top:28px;width:100%;max-height:640px;-o-object-fit:cover;object-fit:cover;margin-bottom:42px}@media(min-width: 768px){.content_header__image{width:71rem;max-height:40rem;margin-top:1.9375rem;margin-bottom:5.3125rem}}.content_header__line{background:#070707;opacity:.14;width:100%;height:1px;margin-bottom:32px;border-width:0}@media(min-width: 768px){.content_header__line{margin-bottom:4rem}}.content_header__related{position:fixed;z-index:10}@media(min-width: 768px){.content_header__related{bottom:0px;padding-bottom:24px}}@media(min-width: 1024px){.content_header__related{padding-bottom:7rem}}.content_header__related-title{color:#020202;font-size:24px !important;font-weight:500 !important;line-height:70px !important;margin:0 !important}@media(min-width: 768px){.content_header__related-title{font-size:1.5rem !important;line-height:4.375rem !important}}.content_header__related-name{color:#020202;font-size:15px !important;font-weight:500 !important;line-height:26px !important;opacity:.5 !important;transition:all .3s ease-in-out;margin:0 !important}@media(min-width: 768px){.content_header__related-name{font-size:.9375rem !important;line-height:1.625rem !important}}.content_header__related-icon{width:34px !important;height:34px !important;border-radius:50% !important;-o-object-fit:cover !important;object-fit:cover !important;margin:0 !important}@media(min-width: 768px){.content_header__related-icon{width:2.125rem !important;height:2.125rem !important}}.content_header__related-text{color:#020202;font-size:16px !important;font-weight:500 !important;line-height:26px !important;opacity:.6 !important;transition:all .3s ease-in-out;margin:0 !important}@media(min-width: 768px){.content_header__related-text{font-size:1rem !important;line-height:1.625rem !important}}.content_header__related-box{display:flex;flex-direction:column;max-width:336px !important}.content_header__related-box:hover>.content_header__related-text,.content_header__related-box:hover .content_header__related-name{opacity:1 !important}.content_header__related-box:hover{cursor:pointer}@media(min-width: 768px){.content_header__related-box{max-width:21rem !important}}.content_header__related-box-line{background:#070707;width:100%;height:1px !important;margin-top:30px !important}@media(min-width: 768px){.content_header__related-box-line{margin-top:1.875rem !important}}.blog-card__wrapper-box-item::before{content:none !important}.custom-margin-left-positive{margin-left:0}@media(min-width: 768px){.custom-margin-left-positive{margin-left:3.125rem}}.general_header{position:relative;width:100%;top:0;left:0;background-color:#3a027d;height:814px;overflow:hidden}@media(min-width: 768px){.general_header{height:29.5rem}}.general_header__background{background-image:url("../images/archive/bg-header.svg");background-size:cover;background-repeat:no-repeat;position:absolute;top:0;left:0;right:0;bottom:0}.general_header__logo{background-image:url("../images/svg/general-logo.svg");background-size:contain;background-repeat:no-repeat;width:885.798px;height:884.476px;position:absolute;top:0px;left:-147px}@media(min-width: 768px){.general_header__logo{width:59.875rem;height:59.8125rem;left:0px}}.general_header__wrapper{position:absolute;height:100%;width:100%;top:129px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;z-index:10}@media(min-width: 768px){.general_header__wrapper{top:10.625rem}}.general_header__title{font-size:34px;font-weight:700;line-height:48px;font-family:"Montserrat",sans-serif;color:#fff;text-align:center;font-weight:600}@media(min-width: 768px){.general_header__title{font-size:3.5rem;line-height:5rem;text-align:start;align-self:flex-start}}.general_header__button{border-radius:60px;padding:19px 21px;border:1px solid #fff;outline:none;background-color:rgba(0,0,0,0);color:#fff;font-size:18px;line-height:20px;font-weight:500;margin-top:50px;transition:all .3s ease-in-out;text-align:center}@media(min-width: 768px){.general_header__button{align-self:flex-start;margin-top:3.125rem;font-size:1.125rem;line-height:1.25rem;padding:1.1875rem 1.3125rem;width:17.5rem}}.general_header__button:hover{background-color:#fff;color:#020202}.custom-search-form{display:none;position:relative;padding:20px 0}@media(min-width: 768px){.custom-search-form{display:flex;z-index:100;padding:1.25rem 0}}.custom-search-form::before{content:"";position:absolute;bottom:8px;left:0;width:100%;height:1px;background-color:#fff}.custom-search-form__field{outline:none;background-color:rgba(0,0,0,0);border:none;font-size:1.125rem;line-height:1.125rem;color:#fff;font-weight:500;width:10.75rem;z-index:1}.custom-search-form__field::-moz-placeholder{color:#fff}.custom-search-form__field::placeholder{color:#fff}.custom-search-form__label{color:#fff;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.125rem;position:absolute;top:1.25rem;left:1.875rem;transition:all .3s ease-in-out}.custom-search-form__field:not(:-moz-placeholder-shown)+.custom-search-form__label{transform:translateY(-1.25rem);font-size:.75rem;line-height:1rem;opacity:0}.custom-search-form__field:focus+.custom-search-form__label,.custom-search-form__field:not(:placeholder-shown)+.custom-search-form__label{transform:translateY(-1.25rem);font-size:.75rem;line-height:1rem;opacity:0}.custom-search-form__submit{margin-right:.75rem;width:1.125rem;height:1.125rem}.navigation__active .custom-search-form::before,.navigation:hover .custom-search-form::before{background-color:#000}.navigation__active .custom-search-form__field,.navigation:hover .custom-search-form__field{color:#000}.navigation__active .custom-search-form__field::-moz-placeholder, .navigation:hover .custom-search-form__field::-moz-placeholder{color:#000}.navigation__active .custom-search-form__field::placeholder,.navigation:hover .custom-search-form__field::placeholder{color:#000}.navigation__active .custom-search-form__label,.navigation:hover .custom-search-form__label{color:#000}.navigation__active .custom-search-form path,.navigation:hover .custom-search-form path{fill:#000}.slider{position:relative;width:100%;height:100%}.slider__clouds svg{position:absolute;width:100%;min-width:600px;height:auto;aspect-ratio:1920/2500;min-height:1100px;z-index:1;mix-blend-mode:lighten;opacity:.8}.slider__text{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;align-items:center;transition:transform 1s;display:none;flex-direction:column;z-index:2}.slider__slide{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;align-items:center;transition:transform 1s;display:none;flex-direction:column}.slider__slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.slider__slide-title{line-height:46px;font-weight:700;color:#fff;text-align:center;margin:0 18px;max-width:528px;font-size:34px}@media(min-width: 768px){.slider__slide-title{line-height:5rem;max-width:74.75rem;font-size:3.375rem}}.slider__slide-text{font-size:24px;line-height:36px;font-weight:400;color:#fff;text-align:center;margin:0 16px;max-width:528px;margin-top:29px}@media(min-width: 768px){.slider__slide-text{margin-top:4.625rem;font-size:2.875rem;line-height:3.875rem;max-width:74.75rem}}.slider__slide-button{width:352px;padding:18px 19px;border:1px solid rgba(255,255,255,.6);border-radius:60px;font-size:18px;line-height:22px;font-weight:500;text-align:center;color:#fff;transition:all .3s;margin-top:63px}.slider__slide-button:hover{background-color:#fff;color:#020202}@media(min-width: 768px){.slider__slide-button{margin-top:4.6875rem;font-size:1.125rem;padding:1.125rem 1.1875rem;border-radius:3.75rem;line-height:1.25rem;width:22rem}}.slider__dots{display:flex;justify-content:center;align-items:center;position:absolute;bottom:14%;z-index:9;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.1);border-radius:23px;padding:0 2px}@media(min-width: 768px){.slider__dots{bottom:4%}}.slider__dots-dot{width:9px;height:9px;margin:5px;border-radius:.5rem;background:rgba(0,0,0,0);cursor:pointer;border:1px solid rgba(255,255,255,.6);transition:all .2s}.slider__dots-dot.active{background:#fff;border:1px solid #fff}.slider__cluth{display:flex;justify-content:center;align-items:center;position:absolute;bottom:4%;left:50%;transform:translateX(-50%);z-index:10}@media(min-width: 768px){.slider__cluth{bottom:10%}}.slider__cluth .clutch-widget{max-width:134px}.slider__social{position:absolute;top:50%;right:2%;transform:translateY(-50%);display:none;flex-direction:column;justify-content:center;align-items:center;gap:1rem;z-index:10}@media(min-width: 768px){.slider__social{display:flex}}.slider__social a{width:18px;height:18px;transition:all .3s ease-in-out;cursor:pointer;border:1px solid #fff;border-radius:50%;display:flex;justify-content:center;align-items:center;opacity:.7}.slider__social a:hover{opacity:1}@media(min-width: 1024px){.slider__social a{width:2.25rem;height:2.25rem}}.slider__social a svg{width:1.25rem;height:1.25rem}.slider__bg-video{position:relative;width:100%;height:100%}.slider__bg-video video{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.slider__bg-slider1{background:none}.slider__bg-slider2{background:url("../images/header/background-two.png")}.slider__bg-slider3{background:url("../images/header/background-three.png")}.slider__bg-slider4{background:url("../images/header/background-four.png")}.slider__bg-slider1,.slider__bg-slider2,.slider__bg-slider3,.slider__bg-slider4{background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;height:100%;position:absolute;z-index:-1}.slider__bg-slider1::after,.slider__bg-slider2::after,.slider__bg-slider3::after,.slider__bg-slider4::after{content:"";width:100%;height:200px;background:linear-gradient(0deg, rgb(58, 2, 125) 0%, rgba(255, 255, 255, 0) 100%);position:absolute;bottom:0}.slider__trusted{padding:7.125rem 4.6666rem;width:100%;display:none;flex-direction:row;justify-content:flex-end;align-items:center;position:absolute;bottom:0}@media(min-width: 768px){.slider__trusted{display:flex}}.slider__trusted h3{font-size:.888rem;line-height:5rem;color:#fff;font-weight:700;margin-right:2.5rem}.slider__trusted ul{margin:0;padding:0;display:flex;align-items:center;list-style-type:none;gap:2.5rem}.slider__trusted ul li img{height:auto;max-height:3.25rem;-o-object-fit:contain;object-fit:contain}.card{background-color:rgba(21,3,47,.8);display:flex;flex-direction:column;width:314px;height:480px;transition:all .3s ease-in-out;position:relative;z-index:2}@media(min-width: 768px){.card{width:24.375rem;height:32.625rem}}.card:hover{background-color:#15032f;cursor:pointer;transform:translateY(-20px)}@media(min-width: 768px){.card:hover .card__box-title{color:#fff}}.card:hover .card__icon{opacity:1 !important}.card__gradient{background-image:url("../images/home/gradient-bottom-card.svg");background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;top:-100px;left:0;right:0;height:150px;width:314px;opacity:0;transition:all .3s ease-in-out;z-index:1}@media(min-width: 768px){.card__gradient{width:24.375rem}}.card:hover+.card__gradient{opacity:1}.card__link{width:100%;height:100%;height:190px}@media(min-width: 768px){.card__link{height:14.5rem}}.card__icon{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.8 !important;transition:all .3s ease-in-out}.card__box{flex:1;display:flex;flex-direction:column;flex-basis:60%;padding:30px 16px 27px 16px;background-color:#fff}@media(min-width: 768px){.card__box{padding:2.3125rem 2.1875rem 2.125rem 2.1875rem;background-color:rgba(0,0,0,0)}}.card__box-container{margin-top:auto;margin-bottom:32px;gap:8px}@media(min-width: 768px){.card__box-container{margin-bottom:2rem;gap:.5rem}}.card__box-title{font-size:22px;font-weight:500;line-height:32px;color:#020202;transition:all .3s ease-in-out;overflow:hidden}@media(min-width: 768px){.card__box-title{color:rgba(255,255,255,.8);font-size:1.375rem;line-height:2rem}}.card__box-item{border-radius:6px;display:flex;align-items:center;justify-content:center;padding:2px 16px;font-weight:500;font-size:14px;line-height:26px;color:rgba(178,9,205,.8);background:#dacbeb;height:30px}@media(min-width: 768px){.card__box-item{background-color:#29104e;height:1.875rem;font-size:.875rem;padding:.125rem 1rem;line-height:1.625rem;border-radius:.375rem}}.card__box-time{font-weight:500;font-size:14px;line-height:20px;color:#a6a5a7}@media(min-width: 768px){.card__box-time{color:rgba(166,165,167,.6);font-size:.875rem;line-height:1.25rem}}.startup_card{height:560px;position:absolute;opacity:0;transition:all .4s ease-in-out;width:100%;visibility:hidden}.startup_card.active{opacity:1;visibility:visible}@media(min-width: 768px){.startup_card{max-width:73.5625rem;height:auto;max-height:620px;aspect-ratio:1.896907216}}.startup_card::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:1;pointer-events:none}.startup_card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.startup_card__container{padding:24px 18px;position:absolute;inset:0;display:flex;flex-direction:column;z-index:5}@media(min-width: 768px){.startup_card__container{padding:4.8125rem 12.625rem 3.875rem 5rem}}.startup_card__container-title{font-weight:600;font-size:22px;line-height:32px;color:#fff}@media(min-width: 768px){.startup_card__container-title{font-size:2.25rem;line-height:3rem}}.startup_card__container hr{opacity:.3;border:1px solid #fff;margin:24px 0px}@media(min-width: 768px){.startup_card__container hr{margin:2.375rem 0px 2.5rem 0px}}.startup_card__container-text{font-weight:400;font-size:16px;line-height:26px;color:#fff}@media(min-width: 768px){.startup_card__container-text{font-size:1.5rem;line-height:2.25rem}}.startup_card__container-btn{padding:14px 20px;border:1px solid rgba(255,255,255,.6);border-radius:60px;font-weight:600;font-size:16px;line-height:20px;text-align:center;color:#fff;align-self:flex-start;margin-top:auto;transition:all .3s}.startup_card__container-btn:hover{border:1px solid #fff}@media(min-width: 768px){.startup_card__container-btn{padding:.81rem 2.32rem;border-radius:3.75rem;width:-moz-fit-content;width:fit-content;font-size:1rem;line-height:1.25rem}}.startup_card__container-footer{font-weight:500;font-size:14px;line-height:24px;color:#fff;margin-top:36px}@media(min-width: 768px){.startup_card__container-footer{font-size:1rem;line-height:2.125rem;margin-top:3.25rem}}.startup_card__container-footer-tag{margin-right:2rem}.startup_card__container-footer-tag:last-of-type(){margin-right:0}.social-media-links{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}@media(min-width: 768px){.social-media-links{gap:1.25rem}}.social-media-links a{display:flex;align-items:center;justify-content:center;height:20px;width:20px;transition:250ms all}@media(min-width: 768px){.social-media-links a{width:1.25rem;height:1.25rem}}.social-media-links a:hover{opacity:.7}.social-media-links a.facebook_logo{background-image:url("../images/logo/facebook-white.svg");background-position:center;background-repeat:no-repeat;background-size:contain}.social-media-links a.instagram_logo{background-image:url("../images/logo/instagram-white.svg");background-position:center;background-repeat:no-repeat;background-size:contain}.social-media-links a.linkedin_logo{background-image:url("../images/logo/linkedin-white.svg");background-position:center;background-repeat:no-repeat;background-size:contain}.social-media-links a.clutch_logo{background-image:url("../images/logo/clutch-white.svg");background-position:center;background-repeat:no-repeat;background-size:contain}.dropdown{position:relative;display:inline-block}@media(min-width: 640px){.dropdown{width:320px}}.dropdown-toggle{background-color:rgba(0,0,0,0);border:none;cursor:pointer;outline:none;font-weight:500;font-size:18px;line-height:22px;color:#fff;display:flex;margin-left:auto;align-items:center;transition:all .3s ease-in-out}.dropdown-toggle img{width:16px;height:16px;margin-left:10px;transition:all .3s ease-in-out}@media(min-width: 768px){.dropdown-toggle img{width:1rem;height:1rem;margin-left:.625rem}}@media(min-width: 768px){.dropdown-toggle{font-size:1.125rem;line-height:1.375rem}}.dropdown-toggle.active img{transform:rotate(180deg)}.dropdown-menu{display:none;position:absolute;background-color:#fff;border:1px solid #b209cd;border-radius:8px;list-style-type:none;margin-top:5px;height:254px;overflow-y:scroll;box-shadow:0 8px 12px rgba(0,0,0,.4)}.dropdown-menu.show{display:block;width:260px}@media(min-width: 640px){.dropdown-menu.show{width:100%}}@media(min-width: 768px){.dropdown-menu.show{width:16.25rem;right:0px}}.dropdown-menu li{display:flex;cursor:pointer;font-weight:400;font-size:16px;line-height:20px;color:#000;padding:8px 14px;transition:all 250ms ease-in-out}.dropdown-menu li:hover{background:rgba(0,0,0,.1);color:rgba(0,0,0,.95)}@media(min-width: 768px){.dropdown-menu li{font-size:1rem;line-height:1.25rem;padding:.5rem .875rem}}.dropdown-item{display:flex;width:100%;outline:none}.tiny-scroll-dropdown::-webkit-scrollbar{width:8px}.tiny-scroll-dropdown::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}.tiny-scroll-dropdown{scrollbar-width:thin}.tiny-scroll-dropdown::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}.tiny-scroll-dropdown::-ms-scrollbar{width:8px}.tiny-scroll-dropdown::-ms-scrollbar-thumb{background-color:#888;border-radius:4px}.blog-card{width:100%;height:510px;position:relative;background-color:#fff;display:flex;flex-direction:column;transition:all .3s ease-in-out}@media(min-width: 440px){.blog-card{height:530px}}@media(min-width: 520px){.blog-card{height:560px}}@media(min-width: 768px){.blog-card{height:42.625rem}}@media(min-width: 1024px){.blog-card{height:35.625rem}}@media(min-width: 1650px){.blog-card{height:32.625rem}}.blog-card::before{content:"";background-image:url("../images/home/gradient-bottom-card.svg");background-repeat:no-repeat;background-size:cover;background-position:center;position:absolute;bottom:-70px;left:0;right:0;height:150px;width:100%;opacity:0;transition:opacity .3s ease-in-out;z-index:1}.blog-card:hover{cursor:pointer;transform:translateY(-20px)}.blog-card:hover::before{opacity:1}.blog-card__wrapper{position:absolute;inset:0;display:flex;flex-direction:column;z-index:2;background-color:#fff}.blog-card__wrapper-image{width:100%;height:190px}.blog-card__wrapper-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(min-width: 440px){.blog-card__wrapper-image{height:210px}}@media(min-width: 520px){.blog-card__wrapper-image{height:250px}}@media(min-width: 768px){.blog-card__wrapper-image{height:24.5rem}}@media(min-width: 1024px){.blog-card__wrapper-image{height:17.5rem}}@media(min-width: 1650px){.blog-card__wrapper-image{height:14.5rem}}.blog-card__wrapper-box{flex:1;display:flex;flex-direction:column;padding:21px 14px 12px 14px}@media(min-width: 768px){.blog-card__wrapper-box{padding:1.9375rem 2.1875rem 1.875rem 1.9375rem}}.blog-card__wrapper-box-title{font-weight:500;font-size:22px;line-height:32px;color:#020202}@media(min-width: 768px){.blog-card__wrapper-box-title{font-size:1.375rem;line-height:2rem;overflow:hidden}}.blog-card__wrapper-box-text{opacity:.6;color:#020202;font-weight:500;font-size:16px;margin-top:13px;overflow:hidden;white-space:normal;text-overflow:ellipsis;max-height:100px}@media(min-width: 768px){.blog-card__wrapper-box-text{font-size:1rem;line-height:1.625rem;margin-top:.8125rem;max-height:5rem}}.blog-card__wrapper-box-time{color:#a6a5a7;font-size:14px;font-weight:500;line-height:normal;margin-top:auto}@media(min-width: 768px){.blog-card__wrapper-box-time{font-size:.875rem}}.blog-card__wrapper-box-item{background-color:rgba(178,9,205,.1);border-radius:6px;display:flex;align-items:center;justify-content:center;padding:2px 16px;font-weight:500;font-size:14px;line-height:26px;color:#b209cd;height:30px}.blog-card__wrapper-box-item.active{background-color:#b209cd;color:#fff}@media(min-width: 768px){.blog-card__wrapper-box-item{font-size:.875rem;line-height:1.625rem;height:1.875rem;padding:.125rem 1rem}}.share_button{display:flex;flex-direction:column}.share_button::before{content:"";display:block;width:100%;height:1px;background-color:#070707;margin-bottom:24px;opacity:.14;margin-top:48px}@media(min-width: 768px){.share_button::before{margin-top:3rem;margin-bottom:1.5rem}}.share_button__facebook,.share_button__twitter,.share_button__link{height:40px;font-weight:600;font-size:16px;line-height:24px;color:#fff;display:flex;justify-content:space-between;align-items:center;border-radius:6px;padding:0 16px;transition:all .3s ease-in-out}@media(min-width: 768px){.share_button__facebook,.share_button__twitter,.share_button__link{height:3.125rem;font-size:1.125rem;line-height:1.625rem}}@media(min-width: 768px){.share_button__facebook img,.share_button__twitter img,.share_button__link img{width:1.5rem;height:1.5rem}}.share_button__facebook{background-color:#365396;flex-basis:100%;padding:8px 16px}@media(min-width: 768px){.share_button__facebook{flex-basis:40%;padding:0px 1rem}}.share_button__facebook:hover{background-color:#2e4c8c}.share_button__twitter{background-color:#00a8f0;flex-basis:100%;padding:4px 16px}@media(min-width: 768px){.share_button__twitter{flex-basis:40%;padding:0px 1rem}}.share_button__twitter:hover{background-color:#0091d6}.share_button__link{background-color:#250452;flex-basis:100%;gap:12px;justify-content:flex-start;padding:8px 16px}@media(min-width: 768px){.share_button__link{flex-basis:25%;padding:0px 1rem}}.share_button__link:hover{background-color:#1d0340}.most-viewed h4{font-weight:500;font-size:20px;line-height:50px}@media(min-width: 768px){.most-viewed h4{font-size:1.5rem;line-height:4.375rem}}.most-viewed hr{border-color:#070707;opacity:.14;margin-bottom:32px}@media(min-width: 768px){.most-viewed hr{margin-bottom:3rem}}.most-viewed ul{list-style:none;padding-left:0}.most-viewed li{display:grid;margin-bottom:24px;gap:16px;grid-template-columns:64px 1fr}@media(min-width: 768px){.most-viewed li{gap:1.5rem;grid-template-columns:4rem 1fr}}.most-viewed li img{width:64px;height:64px;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.most-viewed li img{width:4rem;height:4rem}}.most-viewed li .title{font-size:14px;line-height:20px;font-weight:500;color:#020202}@media(min-width: 768px){.most-viewed li .title{font-size:1.125rem;line-height:1.625rem}}.most-viewed li .date{font-size:10px;line-height:20px;color:#020202;opacity:.5;margin:0}@media(min-width: 768px){.most-viewed li .date{font-size:.75rem;line-height:1.625rem}}.most-viewed li:last-child{margin-bottom:0}.blog-subscribe{background-color:#f2ecf4;display:flex;flex-direction:column;align-items:center;padding:36px 24px;position:relative;margin-top:36px}@media(min-width: 768px){.blog-subscribe{height:18.75rem;margin-top:5.75rem;padding-top:3.875rem}}.blog-subscribe h2{font-weight:600;font-size:22px;line-height:24px;margin-bottom:16px;color:#020202}@media(min-width: 768px){.blog-subscribe h2{font-size:2rem;line-height:2rem;margin-bottom:1rem}}.blog-subscribe h3{font-family:"Montserrat";font-style:normal;font-weight:400;font-size:16px;line-height:18px;margin-bottom:16px;text-align:center;color:#020202;opacity:.6}@media(min-width: 768px){.blog-subscribe h3{font-size:1.375rem;line-height:2rem;margin-bottom:2.375rem}}.blog-subscribe form{width:100%;display:flex;gap:6px;align-items:center;justify-content:center;flex-direction:column;position:relative;padding-bottom:32px}@media(min-width: 768px){.blog-subscribe form{flex-direction:row;gap:1.25rem;padding-bottom:3.375rem}}.blog-subscribe form button{padding:15px 20px;background:#fff;border-radius:24px;text-align:center;font-family:"Montserrat";font-style:normal;font-weight:700;font-size:14px;line-height:17px;letter-spacing:.06em;color:#020202;width:100%;max-width:320px}@media(min-width: 768px){.blog-subscribe form button{border-radius:1.5rem;padding:1rem 1.25rem;max-width:20rem;font-size:.875rem;line-height:1.0625rem}}.blog-subscribe .form-group{position:relative;width:100%;max-width:320px}@media(min-width: 768px){.blog-subscribe .form-group{max-width:20rem}}.blog-subscribe .form-group .form-label{color:#020202;font-family:"Montserrat",sans-serif;font-size:16px;font-weight:400;line-height:normal;position:absolute;left:20px;top:25px;transform:translate(0px, -50%);transition:.3s;background-color:#f2ecf4}@media(min-width: 768px){.blog-subscribe .form-group .form-label{font-size:1rem;top:1.5625rem;left:1.25rem}}.blog-subscribe .form-group input:-webkit-autofill,.blog-subscribe .form-group input:-webkit-autofill:hover,.blog-subscribe .form-group input:-webkit-autofill:focus,.blog-subscribe .form-group textarea:-webkit-autofill,.blog-subscribe .form-group textarea:-webkit-autofill:hover,.blog-subscribe .form-group textarea:-webkit-autofill:focus,.blog-subscribe .form-group select:-webkit-autofill,.blog-subscribe .form-group select:-webkit-autofill:hover,.blog-subscribe .form-group select:-webkit-autofill:focus{border:1px solid #fff;-webkit-box-shadow:0 0 0px 1000px rgba(0,0,0,0) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.blog-subscribe .form-group input,.blog-subscribe .form-group textarea{border:1px solid rgba(2,2,2,.2);font-size:14px;background:#f2ecf4;border-radius:24px;outline:none;box-shadow:none;color:#020202;font-family:"Montserrat",sans-serif;font-weight:500;line-height:20px;padding:15px 20px;transition:color .25s ease-in-out;width:100%;max-width:320px}@media(min-width: 768px){.blog-subscribe .form-group input,.blog-subscribe .form-group textarea{max-width:20rem;font-size:.875rem;line-height:1.25rem;padding:1rem 1.25rem;border-radius:1.5rem}}.blog-subscribe .form-group input:focus,.blog-subscribe .form-group textarea:focus{border-color:#020202}.blog-subscribe .form-group input:not(:focus):valid,.blog-subscribe .form-group textarea:not(:focus):valid{border-color:#020202}.blog-subscribe .form-group input:focus~.form-label,.blog-subscribe .form-group input:not(:focus):valid~.form-label,.blog-subscribe .form-group textarea:focus~.form-label,.blog-subscribe .form-group textarea:not(:focus):valid~.form-label{top:0px;font-size:12px}@media(min-width: 768px){.blog-subscribe .form-group input:focus~.form-label,.blog-subscribe .form-group input:not(:focus):valid~.form-label,.blog-subscribe .form-group textarea:focus~.form-label,.blog-subscribe .form-group textarea:not(:focus):valid~.form-label{font-size:.75rem}}.blog-subscribe .form-group input:focus~.form-label,.blog-subscribe .form-group textarea:focus~.form-label{color:#020202}.blog-subscribe .form-group input:not(:focus):valid~.form-label,.blog-subscribe .form-group textarea:not(:focus):valid~.form-label{border-color:#020202}.blog-subscribe .form-group textarea{line-height:50px;resize:none}.blog-subscribe .form-group input:focus~span.bottomLine,.blog-subscribe .form-group textarea:focus~span.bottomLine{width:100%}.blog-subscribe .subscribed{position:absolute;background-color:#f2ecf4;width:100%;height:60%;top:40%;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:scale(0);transition:transform .3s ease-in-out,top .3s ease-in-out}@media(min-width: 768px){.blog-subscribe .subscribed{top:50%}}@media(min-width: 768px){.blog-subscribe .subscribed svg{width:4.5rem;height:4.5rem}}.blog-subscribe .subscribed p{font-family:"Montserrat";font-style:normal;font-weight:500;font-size:18px;line-height:30px;color:#fff}@media(min-width: 768px){.blog-subscribe .subscribed p{font-size:1.125rem;line-height:1.875rem}}.blog-subscribe .subscribed.opened{transform:scale(1)}.newsletter_error{position:absolute;bottom:0px}.gradient_footer{height:100px;width:100%;background-color:#fff;position:relative}@media(min-width: 768px){.gradient_footer{height:10.5rem}}.gradient_footer-bg{background:url("../images/archive/bg-gradient-down.svg");background-repeat:no-repeat;background-size:cover;background-position:center;max-width:51.25rem;max-height:69.25rem;height:100%;width:100%;bottom:0px;left:0;right:0;position:absolute;filter:blur(65px)}@media(min-width: 768px){.gradient_footer-bg{left:10%;bottom:-8.75rem}}.contact_us_card{display:flex !important;flex-direction:column;width:314px !important;height:510px !important;border-radius:24px;background:linear-gradient(131deg, #ae25cd 0%, #7a06c1 100%);padding:63px 30px 45px 30px}@media(min-width: 768px){.contact_us_card{width:37.5rem !important;height:37.5rem !important;background:linear-gradient(136deg, #3a027d 0%, #850fcd 100%);padding:5rem 5.25rem 4.75rem 4.5rem;position:relative;border-radius:1.5rem}.contact_us_card::before{content:"";position:absolute;top:50%;right:-1.5rem;width:1.5rem;height:90%;border-radius:0 1.5rem 1.5rem 0px;opacity:.4;background:#6b09cd;transform:translateY(-50%)}}.contact_us_card__title{display:flex;align-items:center;gap:14px}.contact_us_card__title img{width:200px;height:36.937px}@media(min-width: 768px){.contact_us_card__title img{width:12.5rem;height:2.3125rem}}.contact_us_card__text{color:#fff;font-size:20px;font-weight:600;line-height:30px;margin-top:40px;text-align:justify}@media(min-width: 768px){.contact_us_card__text{font-size:2.0625rem;line-height:2.8125rem;margin-top:2.9375rem}}.contact_us_card__link{align-self:center;margin-top:auto;max-width:280px;border-radius:60px;border:1px solid #fff;opacity:.6;padding:19px 0px;color:#fff;text-align:center;font-family:Montserrat;font-size:16px;font-weight:500;transition:all .3s ease-in-out;width:100%}.contact_us_card__link:hover{opacity:1}@media(min-width: 768px){.contact_us_card__link{font-size:1.125rem;align-self:flex-start;max-width:17.5rem;padding:1.1875rem 0}}.blog-card-subscribe{width:100%;height:560px;background:#b904e5;box-shadow:0px 8px 34px 0px rgba(178,9,205,.35);display:flex;flex-direction:column;transition:all .3s ease-in-out;position:relative;padding:54px 32px 71px 32px}@media(min-width: 768px){.blog-card-subscribe{height:32.625rem;padding:3.375rem 2rem 4.4375rem 2rem}}.blog-card-subscribe:hover{box-shadow:0px 8px 34px 0px #b209cd;transform:scale(1.02)}.blog-card-subscribe__title{color:#fff;font-size:28px;font-weight:700;line-height:36px}@media(min-width: 768px){.blog-card-subscribe__title{font-size:2.625rem;line-height:2.875rem}}.blog-card-subscribe__text{color:#fff;font-size:20px;font-weight:500;margin-top:22px;line-height:30px}@media(min-width: 768px){.blog-card-subscribe__text{font-size:1.625rem;line-height:2.375rem;margin-top:1.375rem}}.blog-card-subscribe form{width:100%;display:flex;gap:28px;align-items:center;justify-content:center;flex-direction:column;position:relative;margin-top:59px;padding-bottom:50px}@media(min-width: 768px){.blog-card-subscribe form{gap:1.75rem;margin-top:3.6875rem;padding-bottom:3.125rem}}.blog-card-subscribe form button{padding:20px;background:#fff;border-radius:60px;text-align:center;font-weight:600;font-size:18px;line-height:20px;color:#070707;width:100%}@media(min-width: 768px){.blog-card-subscribe form button{padding:1.25rem;font-size:1.125rem;line-height:1.25rem;border-radius:3.75rem}}.blog-card-subscribe .form-group{position:relative;width:100%}.blog-card-subscribe .form-group .form-label{color:#fff;opacity:.6;font-size:18px;font-weight:400;line-height:20px;position:absolute;left:20px;top:29px;transform:translate(0px, -50%);transition:.3s;background-color:rgba(0,0,0,0)}@media(min-width: 768px){.blog-card-subscribe .form-group .form-label{font-size:1.125rem;line-height:1.25rem;top:1.8125rem;left:1.25rem}}.blog-card-subscribe .form-group input:-webkit-autofill,.blog-card-subscribe .form-group input:-webkit-autofill:hover,.blog-card-subscribe .form-group input:-webkit-autofill:focus,.blog-card-subscribe .form-group textarea:-webkit-autofill,.blog-card-subscribe .form-group textarea:-webkit-autofill:hover,.blog-card-subscribe .form-group textarea:-webkit-autofill:focus,.blog-card-subscribe .form-group select:-webkit-autofill,.blog-card-subscribe .form-group select:-webkit-autofill:hover,.blog-card-subscribe .form-group select:-webkit-autofill:focus{border:1px solid #fff;-webkit-box-shadow:0 0 0px 1000px rgba(0,0,0,0) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.blog-card-subscribe .form-group input,.blog-card-subscribe .form-group textarea{border-radius:60px;border:1px solid #fff;opacity:.6;background:rgba(0,0,0,0);outline:none;box-shadow:none;line-height:20px;padding:19px 20px;transition:color .25s ease-in-out;color:#fff;font-size:18px;font-weight:400;width:100%}@media(min-width: 768px){.blog-card-subscribe .form-group input,.blog-card-subscribe .form-group textarea{font-size:1.125rem;line-height:1.25rem;padding:1.1875rem 1.25rem;border-radius:3.75rem}}.blog-card-subscribe .form-group input:focus,.blog-card-subscribe .form-group textarea:focus{opacity:1}.blog-card-subscribe .form-group input:not(:focus):valid,.blog-card-subscribe .form-group textarea:not(:focus):valid{opacity:1}.blog-card-subscribe .form-group input:focus~.form-label,.blog-card-subscribe .form-group input:not(:focus):valid~.form-label,.blog-card-subscribe .form-group textarea:focus~.form-label,.blog-card-subscribe .form-group textarea:not(:focus):valid~.form-label{top:0px;font-size:12px;background-color:#b904e5}@media(min-width: 768px){.blog-card-subscribe .form-group input:focus~.form-label,.blog-card-subscribe .form-group input:not(:focus):valid~.form-label,.blog-card-subscribe .form-group textarea:focus~.form-label,.blog-card-subscribe .form-group textarea:not(:focus):valid~.form-label{font-size:.75rem}}.blog-card-subscribe .form-group input:focus~.form-label,.blog-card-subscribe .form-group textarea:focus~.form-label{opacity:1}.blog-card-subscribe .form-group input:not(:focus):valid~.form-label,.blog-card-subscribe .form-group textarea:not(:focus):valid~.form-label{opacity:1}.blog-card-subscribe .form-group textarea{line-height:50px;resize:none}.blog-card-subscribe .form-group input:focus~span.bottomLine,.blog-card-subscribe .form-group textarea:focus~span.bottomLine{width:100%}.blog-card-subscribe .subscribed{position:absolute;background-color:#b904e5;width:100%;height:50%;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:scale(0);transition:transform .3s ease-in-out,top .3s ease-in-out}@media(min-width: 768px){.blog-card-subscribe .subscribed{height:14.25rem}}.blog-card-subscribe .subscribed p{font-family:"Montserrat";font-style:normal;font-weight:500;font-size:18px;line-height:30px;color:#fff}@media(min-width: 768px){.blog-card-subscribe .subscribed p{font-size:1.125rem;line-height:1.875rem}}.blog-card-subscribe .subscribed.opened{transform:scale(1)}.career_card{width:100%;height:388px;flex-shrink:0;display:flex;flex-direction:column;background-color:#fff;transition:all .3s ease-in-out}@media(min-width: 768px){.career_card{width:24.25rem;height:23.75rem}}.career_card:hover{background:#b71eff}.career_card:hover .career_card-title,.career_card:hover .career_card-price,.career_card:hover .career_card-location{color:#fff}.career_card:hover .career_card-btn{border:1px solid #fff;background:#fff}.career_card:hover .career_card-icon{filter:invert(100%) sepia(0%) saturate(7500%) hue-rotate(138deg) brightness(105%) contrast(102%)}.career_card a{padding:51px 30px 47px 30px}@media(min-width: 768px){.career_card a{padding:3.1875rem 1.875rem 2.9375rem 1.875rem}}.career_card-title{color:#020202;font-size:32px;font-weight:600;line-height:36px;transition:all .3s ease-in-out}@media(min-width: 768px){.career_card-title{font-size:2rem;line-height:2rem;height:auto}}.career_card-icon{width:20px;height:20px;filter:invert(18%) sepia(100%) saturate(3012%) hue-rotate(272deg) brightness(111%) contrast(113%);transition:all .3s ease-in-out}@media(min-width: 768px){.career_card-icon{width:1.25rem;height:1.25rem}}.career_card-price{color:rgba(2,2,2,.6);font-size:20px;font-weight:500;line-height:32px;transition:all .3s ease-in-out}@media(min-width: 768px){.career_card-price{font-size:1.25rem;line-height:1.875rem}}.career_card-location{color:rgba(7,7,7,.5);font-size:14px;font-weight:500;line-height:14px;transition:all .3s ease-in-out}@media(min-width: 768px){.career_card-location{font-size:.875rem;line-height:.875rem}}.career_card-btn{border-radius:60px;border:1px solid #d9c8fd;background:#f2ecf4;color:#020202;text-align:center;font-size:18px;font-weight:600;line-height:20px;padding:20px;outline:none;margin-top:28px;transition:all .3s ease-in-out}@media(min-width: 768px){.career_card-btn{font-size:1.125rem;line-height:1.25rem;padding:1.1875rem;margin-top:1.75rem}}@keyframes scaleAnimation{0%,100%{width:26.25rem;height:26.25rem}50%{width:33.375rem;height:33.375rem}}.section-insights{display:flex;flex-direction:column;padding-bottom:46px;position:relative;overflow:hidden;z-index:10;background:linear-gradient(180deg, rgba(73, 9, 162, 0) 0%, rgba(2, 0, 6, 0.5) 100%)}@media(min-width: 768px){.section-insights{padding-bottom:9.8125rem}}.section-insights__cloud{width:100%;height:100%;position:absolute;top:-20%;left:-10%;transform:rotate(-160deg);filter:blur(100px)}.section-insights h2{font-style:normal;font-weight:800;font-size:54px;line-height:56px;letter-spacing:0px;text-transform:uppercase;color:rgba(0,0,0,0);-webkit-text-stroke:1px rgba(217,200,253,.9);font-family:sans-serif;padding-bottom:46px;mix-blend-mode:overlay}@media(min-width: 768px){.section-insights h2{font-size:8.75rem;line-height:10rem;padding-bottom:7rem}}.section-insights__wrapper{position:relative;width:100%;height:560px;margin:0 auto;overflow:visible !important}@media(min-width: 768px){.section-insights__wrapper{height:43.875rem}}.section-insights__slider{position:absolute;top:0;left:0;display:flex;transition:.4s ease-out}.section-insights__container{width:auto !important}.section-insights__direction{display:flex;position:absolute;bottom:0;width:100%;align-items:center;z-index:10}.section-insights__direction button{width:42px !important;height:42px !important;outline:none;border-radius:50%;border:1px solid #b209cd;font-size:28px;font-weight:700;position:static;margin-top:0 !important;transition:all .2s}.section-insights__direction button:hover{border:1px solid #c41eff}.section-insights__direction button:hover::after{color:#c41eff !important}@media(min-width: 768px){.section-insights__direction button{width:3.125rem !important;height:3.125rem !important}}.section-insights__direction button::after{content:">" !important;font-size:28px !important;line-height:28px !important;color:#b209cd !important}@media(min-width: 768px){.section-insights__direction button::after{font-size:1.75rem !important;line-height:1.75rem !important}}.section-insights__direction-container{position:relative;width:calc(100% - 64px);background-color:#f2f2f2;cursor:pointer}.section-insights__direction-line{width:100%;height:1px !important;background-color:#b209cd !important;top:50% !important;transform:translateY(-50%) !important;display:flex !important;align-items:center !important}.section-insights__direction-line>.swiper-scrollbar-drag{height:10px !important;background-color:#b209cd !important;border-radius:26px !important}@media(min-width: 768px){.section-insights__direction-line>.swiper-scrollbar-drag{height:.625rem !important}}.section-insights__direction-indicator{position:absolute;top:50%;left:0%;transform:translateY(-50%);width:50px;height:10px;background-color:#b209cd;border-radius:26px;cursor:grab}@media(min-width: 768px){.section-insights__direction-indicator{width:9.375rem;height:.625rem}}.section-startup{background-color:#fff;padding-top:60px;padding-bottom:96px}@media(min-width: 768px){.section-startup{padding-top:9.625rem;padding-bottom:12.75rem}}.section-startup h3{font-weight:500;font-size:34px;line-height:42px;color:#020202;width:324px}@media(min-width: 640px){.section-startup h3{max-width:67rem;width:100%}}@media(min-width: 768px){.section-startup h3{font-size:4rem;line-height:4.625rem;margin-bottom:6.5rem}}.section-startup h3 .highlight{color:#b209cd;font-weight:700}.section-startup__wrapper{white-space:nowrap;overflow:scroll}@media(min-width: 768px){.section-startup__wrapper{margin-right:0px;overflow:auto;order:2;align-self:flex-start;margin-top:4.8125rem;margin-left:5.1875rem}}.section-startup__wrapper-ul{margin-top:40px;margin-bottom:16px;gap:20px}@media(min-width: 768px){.section-startup__wrapper-ul{margin:0px;gap:1.75rem}}.section-startup__wrapper-ul li{font-weight:600;font-size:16px;line-height:32px;color:#020202;opacity:.3;transition:all .2s;cursor:pointer}.section-startup__wrapper-ul li:hover{opacity:1}@media(min-width: 768px){.section-startup__wrapper-ul li{font-size:2rem;line-height:2.625rem}}.section-startup__wrapper-ul .active{opacity:1}.section-startup__container{height:560px;position:relative;width:100%}@media(min-width: 768px){.section-startup__container{max-width:73.5625rem;height:auto;max-height:620px;aspect-ratio:1.896907216}}.section-startup .related{font-weight:500;font-size:18px;line-height:32px;color:#020202;margin:16px 0px 12px 0px}@media(min-width: 768px){.section-startup .related{line-height:4.375rem;margin:2.1875rem 0px 0px 0px;font-size:1.5rem;line-height:4.375rem}}.section-startup__text-with-line{position:relative;display:inline-block;font-weight:500;font-size:14px;line-height:22px;color:#020202;opacity:.4;flex:0 0 auto;max-width:320px;min-height:49px;height:100%}@media(min-width: 768px){.section-startup__text-with-line{font-size:1rem;padding-right:2.19rem;margin-right:2.19rem;max-width:23.1875rem;line-height:1.625rem;flex:0 0 auto;min-height:3.75rem}}.section-startup__text-with-line:not(:last-child)::after{content:"";position:absolute;top:50%;left:100%;transform:translateY(-50%);width:1px;height:100%;background-color:#070707;opacity:.4}.section-startup__related-container{visibility:hidden;opacity:0;transition:all .4s ease-in-out;position:absolute;width:100%}.section-startup__related-container.active{visibility:visible;opacity:1}.section-service-heading-first{font-weight:600;font-size:28px;line-height:38px;text-align:center;color:#020202;align-self:center;max-width:820px}@media(min-width: 768px){.section-service-heading-first{font-size:2.875rem;line-height:3.75rem;max-width:77.875rem}}.section-service-img{width:76px;height:40px;-o-object-fit:contain;object-fit:contain}@media(min-width: 768px){.section-service-img{width:5.75rem;height:3rem}}.section-service-text-first{font-weight:600;font-size:18px;line-height:32px;text-align:center;color:#020202}@media(min-width: 768px){.section-service-text-first{font-size:1.125rem;line-height:2rem}}.section-service-text-second{font-weight:500;font-size:14px;line-height:24px;text-align:center;color:#b209cd}@media(min-width: 768px){.section-service-text-second{font-size:.875rem;line-height:1.5rem}}.section-service-header-second{font-weight:500;font-size:30px;line-height:40px;text-align:center;color:#020202;width:330px;margin-top:61px}@media(min-width: 640px){.section-service-header-second{width:100%}}@media(min-width: 768px){.section-service-header-second{font-size:4rem;margin-top:8.5rem;line-height:4.25rem}}.section-service-header-second span{color:#b209cd;font-weight:800}.section-service-text-third{font-weight:400;font-size:18px;line-height:26px;text-align:center;color:#070707;max-width:640px}@media(min-width: 768px){.section-service-text-third{font-size:1.5625rem;line-height:1.875rem;margin-top:2.5rem;max-width:47.0625rem}}.section-service-img-second{width:190px;height:190px}@media(min-width: 768px){.section-service-img-second{display:none}}.section-service__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}@media(min-width: 768px){.section-service__wrapper{position:relative}}.section-service__wrapper ul{list-style:none;margin:0;padding:0;z-index:100}@media(min-width: 768px){.section-service__wrapper ul{display:grid;grid-template-columns:repeat(2, 1fr);justify-content:space-between;width:100%;-moz-column-gap:20px;column-gap:20px}}@media(min-width: 768px){.section-service__wrapper ul{margin-top:7.25rem;-moz-column-gap:0px;column-gap:0px}}.section-service__wrapper ul li{display:grid;grid-template-columns:auto 1fr;border-top:1px solid rgba(7,7,7,.2);padding:18px 0}.section-service__wrapper ul li:last-child{padding-bottom:28px;border-bottom:none}@media(min-width: 768px){.section-service__wrapper ul li:nth-child(-n+3){grid-column-start:1;grid-column-end:2}.section-service__wrapper ul li:nth-child(n+4){grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:1;margin-left:auto}.section-service__wrapper ul li:nth-child(n+5){grid-column-start:2;grid-column-end:3;grid-row-start:2;grid-row-end:2}.section-service__wrapper ul li:nth-child(n+6){grid-column-start:2;grid-column-end:3;grid-row-start:3;grid-row-end:3}.section-service__wrapper ul li:nth-child(n+7){grid-column-start:2;grid-column-end:3;grid-row-start:4;grid-row-end:4}.section-service__wrapper ul li:nth-child(3){border-bottom:1px solid rgba(7,7,7,.2)}}@media(min-width: 768px){.section-service__wrapper ul li{max-width:31.875rem;width:100%}}.section-service__wrapper ul li .text-number{font-weight:600;font-size:24px;line-height:36px;color:#020202;width:36px}@media(min-width: 768px){.section-service__wrapper ul li .text-number{width:4rem;font-size:3rem}}.section-service__wrapper ul li .text-first{font-style:normal;font-weight:600;font-size:20px;line-height:30px;color:#020202}@media(min-width: 768px){.section-service__wrapper ul li .text-first{font-size:1.625rem;line-height:2.25rem}}.section-service__wrapper ul li .text-second{font-weight:400;font-size:14px;line-height:22px;color:#020202}@media(min-width: 768px){.section-service__wrapper ul li .text-second{font-size:1rem;line-height:1.75rem}}.section-service__wrapper ul li .text-third{font-style:normal;font-weight:600;font-size:20px;line-height:36px;color:#020202}.section-service__wrapper-img{display:none;width:33.5rem;height:33.5rem;position:absolute;top:7.5rem;left:50%;transform:translateX(-50%)}@media(min-width: 768px){.section-service__wrapper-img{display:block}}.section-service__wrapper-big-gradient{width:26.25rem;height:26.25rem;border-radius:50%;background:radial-gradient(50% 50% at 50% 50%, #7511d4 46.49%, #5c099d 100%);box-shadow:0px 0px 34px 30px #fff inset;opacity:.12;animation:scaleAnimation 5s infinite ease-in-out;position:absolute;top:16.25rem;left:50%;transform:translateX(-50%);display:none}@media(min-width: 768px){.section-service__wrapper-big-gradient{display:block}}.section-service__wrapper-img-smallCircle{display:none;width:14.3125rem;height:14.3125rem;position:absolute;bottom:-3.875rem;left:30%;transform:translateX(-50%)}@media(min-width: 768px){.section-service__wrapper-img-smallCircle{display:block}}.section-specialization{background:radial-gradient(98.21% 47.38% at 29.47% 1.57%, #1a0242 0%, #000000 100%);position:relative;overflow:hidden}.section-specialization::before{content:"";position:absolute;background-color:#fff;width:300%;height:68%;border-radius:50%;top:-60%;left:50%;transform:translateX(-50%)}.section-specialization-title-first{font-weight:500;font-size:34px;line-height:42px;color:#fff;margin-top:130px}@media(min-width: 768px){.section-specialization-title-first{margin-top:180px;font-size:4rem;line-height:4.25rem}}.section-specialization-title-first span{color:#c41eff;font-weight:700}.section-specialization-text-first{font-weight:400;font-size:18px;line-height:34px;color:#d9d9d9;margin-bottom:82px;margin-top:23px}@media(min-width: 768px){.section-specialization-text-first{font-size:1.5rem;margin-bottom:5.4375rem;line-height:2.125rem;margin-top:3.25rem}}.section-specialization__wrapper{position:relative;width:100%;height:700px;z-index:20 !important;overflow:visible !important}@media(min-width: 768px){.section-specialization__wrapper{height:37.5rem;background-color:#fff;position:absolute;left:40.625rem;overflow:hidden !important}}.section-specialization__inner{position:absolute;top:0;left:0;display:flex;transition:.4s ease-out;height:630px !important;z-index:10}@media(min-width: 768px){.section-specialization__inner{height:33.125rem !important}}.section-specialization__inner-card-img{background:url("../images/home/section-specialization.png");background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;height:100%;position:relative;border-top-left-radius:24px;border-bottom-left-radius:24px}@media(min-width: 768px){.section-specialization__inner-card-img{width:40.625rem;height:37.5rem}}.section-specialization__inner-card-img-title{display:flex;position:absolute;top:26px;left:27px;align-items:center}.section-specialization__inner-card-img-title-img{width:162.188px;height:30px}@media(min-width: 768px){.section-specialization__inner-card-img-title{top:3.25rem;left:4.375rem}}.section-specialization__inner-card-img-text{font-weight:600;font-size:28px;line-height:38px;color:#fff;position:absolute;top:133px;left:25px}@media(min-width: 768px){.section-specialization__inner-card-img-text{font-size:2.875rem;line-height:3.75rem;width:29.375rem;top:8.5rem;left:4.375rem}}.section-specialization__inner-card-img-diamond{background:url("../images/home/diamond-image.svg");background-repeat:no-repeat;position:absolute;top:-3.75rem;right:-1.75rem;width:5rem;height:15.9375rem;z-index:21;background-size:contain}.section-specialization__inner-card{background-color:#fff;padding:34px 30px;display:flex !important;flex-direction:column;justify-content:space-between}@media(min-width: 768px){.section-specialization__inner-card{padding-top:3rem;padding-left:3.375rem;width:45.3125rem !important}}.section-specialization__inner-card:not(:last-child){border-right:1px solid rgba(7,7,7,.2)}.section-specialization__inner-card-text-before{font-weight:600;font-size:14px;line-height:26px;color:#020202}@media(min-width: 768px){.section-specialization__inner-card-text-before{font-size:1rem;line-height:1.75rem}}.section-specialization__inner-card-title{font-size:22px;line-height:30px;font-weight:600;color:#020202}@media(min-width: 768px){.section-specialization__inner-card-title{font-size:2rem;line-height:2.625rem}}.section-specialization__inner-card-text-first{font-weight:600;font-size:16px;line-height:26px;color:#b209cd;opacity:.7;margin:24px 0px}@media(min-width: 768px){.section-specialization__inner-card-text-first{font-size:1rem;line-height:1.625rem;margin:1.5rem 0px}}.section-specialization__inner-card-text-second{font-size:14px;line-height:22px;font-weight:400;color:#020202}@media(min-width: 768px){.section-specialization__inner-card-text-second{font-size:1rem;line-height:1.75rem}}.section-specialization__inner-card-link{font-weight:600;font-size:16px;line-height:20px;color:#020202;text-decoration:none;outline:none;border:1px solid #020202;padding:12px 24px;border-radius:60px;transition:all .2s;align-self:flex-start}@media(min-width: 768px){.section-specialization__inner-card-link{font-size:1rem;line-height:1.25rem;padding:.75rem 1.5rem;border-radius:3.75rem}}.section-specialization__inner-card-link:hover{background-color:#020202;color:#fff}.section-specialization-first-cloud{position:absolute;bottom:-33%;right:-30%;width:500px;height:500px;-o-object-fit:contain;object-fit:contain}@media(min-width: 768px){.section-specialization-first-cloud{right:-17%;z-index:10}}@media(min-width: 768px){.section-specialization-first-cloud{right:-5rem;bottom:-17.125rem;width:31.25rem;height:31.25rem}}.section-specialization__direction{display:flex;position:absolute;bottom:0;width:100%;align-items:center}@media(min-width: 768px){.section-specialization__direction{bottom:.6rem;width:57rem;left:5rem}}.section-specialization__direction button{width:42px;height:42px;outline:none;border-radius:50%;border:1px solid #c41eff;margin-left:auto;font-size:28px;font-weight:700;color:#b209cd;transition:all .2s}.section-specialization__direction button:hover{border:1px solid #b209cd}@media(min-width: 768px){.section-specialization__direction button{width:3.125rem;height:3.125rem;font-size:1.75rem}}.section-specialization__direction-container{position:relative;width:calc(100% - 64px);background-color:#f2f2f2;cursor:pointer}.section-specialization__direction-line{width:100%;height:1px;background-color:#b209cd}@media(min-width: 768px){.section-specialization__direction-line{background-color:#d9c8fd}}.section-specialization__direction-indicator{position:absolute;top:50%;left:0%;transform:translateY(-50%);width:50px;height:10px;background-color:#b209cd;border-radius:26px;cursor:grab}@media(min-width: 768px){.section-specialization__direction-indicator{background-color:#d9c8fd;width:9.375rem;height:.625rem}}.section-specialization-bg-logo{background:url("../images/home/bg-logo.svg");background-repeat:no-repeat;position:absolute;top:12%;right:-18.75rem;width:78.4375rem;height:78.4375rem;display:none}@media(min-width: 768px){.section-specialization-bg-logo{display:block}}.section-owner{background-color:#000;width:100%;position:relative;height:1000px}@media(min-width: 768px){.section-owner{height:1300px}}@media(min-width: 768px){.section-owner{height:75rem}}.section-owner-title-second{display:none}@media(min-width: 768px){.section-owner-title-second{display:flex;font-weight:800;font-size:15rem;letter-spacing:0px;text-transform:uppercase;color:rgba(0,0,0,0);-webkit-text-stroke:1px #c41eff;font-family:sans-serif;white-space:nowrap}}.section-owner__wrapper{display:flex;flex-direction:column}@media(min-width: 768px){.section-owner__wrapper{position:absolute;top:9%;left:51.1875rem}}.section-owner-text-first{font-weight:600;font-size:16px;line-height:22px;color:#b4b4b4;opacity:.6}@media(min-width: 768px){.section-owner-text-first{font-size:1rem;line-height:1.375rem}}.section-owner-title-first{font-weight:600;font-size:38px;line-height:48px;color:#e9e6ef;margin-top:25px;margin-bottom:18px}@media(min-width: 768px){.section-owner-title-first{font-size:2.625rem;line-height:3rem;margin-top:1.625rem;margin-bottom:1.1875rem}}.section-owner-text-second{font-weight:600;font-size:14px;line-height:26px;color:#b209cd}@media(min-width: 768px){.section-owner-text-second{font-size:.875rem;line-height:1.625rem}}.section-owner-text-third{font-weight:400;font-size:14px;line-height:26px;color:#b209cd}@media(min-width: 768px){.section-owner-text-third{font-size:.875rem;line-height:1.625rem}}.section-owner-text-description{font-weight:400;font-size:18px;line-height:28px;color:#fff;opacity:.9;margin-top:28px}@media(min-width: 768px){.section-owner-text-description{width:700px}}@media(min-width: 768px){.section-owner-text-description{width:46.875rem;font-size:1.25rem;line-height:2.25rem;margin-top:1.75rem}}.section-owner-img-background{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.section-owner-img-background{display:none}}.section-owner-img-background-second{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;max-width:700px;max-height:700px}@media(min-width: 1280px){.section-owner-img-background-second{max-width:1000px;max-height:1000px;left:60%;top:44%}}@media(min-width: 1536px){.section-owner-img-background-second{max-width:1300px;max-height:1300px}}.section-owner-img-background-third{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.section-owner-img-background-third{display:block;width:650px;height:650px;transform:translate(0, -50%);left:10%;top:40%;z-index:20}}@media(min-width: 768px){.section-owner-img-background-third{top:26%;width:57.9375rem;max-height:66.8125rem;left:18%}}.section-owner-img-owner,.section-owner-img-owner-2{width:374px;height:394px;-o-object-fit:contain;object-fit:contain;z-index:10;position:absolute;top:50%;right:0;transform:translate(0%, -50%)}@media(min-width: 768px){.section-owner-img-owner,.section-owner-img-owner-2{position:absolute;width:374px;height:394px;top:40%;transform:translate(0, -50%);left:7%}}@media(min-width: 768px){.section-owner-img-owner,.section-owner-img-owner-2{top:15rem;left:0%;width:49.375rem;height:47.5rem;-o-object-fit:contain;object-fit:contain}}.section-owner-img-owner-2{display:none}@media(min-width: 768px){.section-owner-img-owner-2{left:8%;display:block}}@media(min-width: 768px){.section-owner-img-owner-2{left:1%}}.section-owner__card-wrapper{position:relative;width:100%;bottom:-550px;z-index:10;display:flex;flex-direction:column}@media(min-width: 768px){.section-owner__card-wrapper{bottom:-41.25rem;width:103.125rem}.section-owner__card-wrapper::after,.section-owner__card-wrapper::before{content:"";position:absolute;bottom:-1.625rem;background:#5d0ecd;opacity:.5;border-radius:0 0 1.875rem 1.875rem;height:1.625rem;width:90%;left:0;right:0;margin:0 auto}.section-owner__card-wrapper::before{bottom:-3.375rem;opacity:.2;height:3.375rem;width:80%}}.section-owner__card-wrapper-direction{position:absolute;display:flex;bottom:24px;width:100%}@media(min-width: 768px){.section-owner__card-wrapper-direction{bottom:0;width:6.125rem;top:0;right:6.25rem;height:28.5em;margin:auto 0;display:flex;flex-direction:column}}.section-owner__card-wrapper-indicator{position:absolute;top:50%;left:0%;transform:translateY(-50%);width:50px;height:10px;background-color:#fff;border-radius:26px;cursor:grab}@media(min-width: 768px){.section-owner__card-wrapper-indicator{top:0;left:0;right:0;transform:translate(0%);width:.5rem;height:6.25rem;border-radius:1.625rem;margin:0 1.375rem 0 auto}}.section-owner__card-wrapper-container{position:relative;cursor:pointer;width:100%;height:42px;display:flex;align-items:center}@media(min-width: 768px){.section-owner__card-wrapper-container{height:24.875rem}}.section-owner__card-wrapper-line{width:100%;height:1px;background-color:rgba(255,255,255,.4)}@media(min-width: 768px){.section-owner__card-wrapper-line{width:1px;height:24.875rem;margin:0 1.5625rem 0 auto}}.section-owner__card-wrapper-btn{width:42px;height:42px;outline:none;border-radius:50%;border:1px solid rgba(255,255,255,.4);margin-left:auto;color:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .2s}.section-owner__card-wrapper-btn:hover{border:1px solid rgba(255,255,255,.8)}.section-owner__card-wrapper-btn svg{width:17px;height:36px}@media(min-width: 768px){.section-owner__card-wrapper-btn svg{width:1.25rem;height:2.625rem;transform:rotate(90deg)}}@media(min-width: 768px){.section-owner__card-wrapper-btn{width:3.125rem;height:3.125rem;font-size:1.75rem;margin-top:auto}}.section-owner__card-wrapper-number{visibility:hidden}@media(min-width: 768px){.section-owner__card-wrapper-number{visibility:visible;position:absolute;top:0;left:0;color:#fff;font-size:2.625rem;font-weight:600;line-height:4rem}}.section-owner .cardActive{opacity:1;visibility:visible;transform:translateY(0)}.section-owner__cardSecond{position:absolute;visibility:hidden;opacity:0;display:flex;transition:visibility .4s ease-in-out,opacity .3s ease-in-out,transform .3s ease-in-out;width:100%;height:980px;transform:translateY(670px);background:linear-gradient(283deg, #53bae9 3.47%, #5b0ecd 122.58%);border-radius:30px;padding:0 22px;flex-direction:column;justify-content:space-between}@media(min-width: 768px){.section-owner__cardSecond{width:103.125rem;height:41.875rem;padding:4.125rem 4.0625rem 3.25rem 3.75rem;flex-direction:row;justify-content:flex-start;border-radius:1.875rem;transform:translateY(34.875rem)}}@media(min-width: 768px){.section-owner__cardSecond-text{width:41.25rem !important}}.section-owner__cardSecond-logo{background:url("../images/home/home_between-world.png");background-repeat:no-repeat;background-size:contain;width:100%;height:428px;margin:0}@media(min-width: 768px){.section-owner__cardSecond-logo{width:30.625rem;height:38.8125rem;margin-left:6.375rem}}.section-owner-card{display:flex;flex-direction:column}@media(min-width: 768px){.section-owner-card{flex-direction:row}}.section-owner-card__first{background:linear-gradient(139.36deg, #3a027d 1.57%, #850fcd 97.76%);border-radius:30px 30px 0px 0px;height:200px;padding:0 22px;display:flex;flex-direction:column;justify-content:space-evenly;height:510px}@media(min-width: 768px){.section-owner-card__first{flex:1.3;max-width:650px;border-radius:30px 0 0 30px;padding:4.125rem 4.0625rem 3.25rem 3.75rem;justify-content:space-between;height:41.875rem}}.section-owner-card__first-logo{width:162.188px;height:30px}@media(min-width: 768px){.section-owner-card__first-logo{width:12.5rem;height:2.3125rem}}.section-owner-card__first-logo-name{color:#fff;font-size:24px;line-height:28px;font-weight:700;text-transform:uppercase}@media(min-width: 1280px){.section-owner-card__first-logo-name{font-size:34px;line-height:38px}}.section-owner-card__first-title{color:#fff;font-weight:600;font-size:26px;line-height:34px}@media(min-width: 768px){.section-owner-card__first-title{font-size:2.625rem;line-height:3.125rem;width:21.875rem}}.section-owner-card__first-description{font-weight:400;font-size:16px;line-height:26px;color:#fff}@media(min-width: 640px){.section-owner-card__first-description{width:500px}}@media(min-width: 768px){.section-owner-card__first-description{width:100%;font-size:1.25rem;line-height:1.875rem}}.section-owner-card__first-item-text{font-style:normal;font-weight:600;font-size:20px;line-height:20px;color:#fff}@media(min-width: 768px){.section-owner-card__first-item-text{font-size:1.5rem;line-height:1.75rem}}.section-owner-card__first-item-text-second{font-style:normal;font-weight:200;font-size:14px;line-height:20px;color:#fff}@media(min-width: 768px){.section-owner-card__first-item-text-second{font-size:1rem;line-height:1.25rem}}.section-owner-card__first-link{opacity:.6;border:1px solid #fff;border-radius:60px;font-weight:500;font-size:18px;line-height:22px;text-align:center;color:#fff;transition:all .2s;padding:18px 0px}.section-owner-card__first-link:hover{opacity:1;background-color:#fff;color:#000}@media(min-width: 768px){.section-owner-card__first-link{align-self:flex-start;font-size:1.125rem;line-height:1.375rem;padding:1.125rem 0;width:17.5rem}}.section-owner-card__second{height:470px;display:flex;flex-direction:column;position:relative}@media(min-width: 768px){.section-owner-card__second{flex-direction:row;height:41.875rem;width:100%;align-items:flex-end;flex:2}.section-owner-card__second::after{display:none}}.section-owner-card__second::after{content:"";position:absolute;bottom:-18px;background:#5d0ecd;opacity:.2;border-radius:0 0 24px 24px;height:18px;width:90%;left:0;right:0;margin:0 auto}.section-owner-card__second video{-o-object-fit:cover;object-fit:cover;border-radius:0px 0px 30px 30px;height:100%;width:100%}@media(min-width: 768px){.section-owner-card__second video{border-radius:0px 30px 30px 0px}}.section-owner-card__second-wrapper{position:absolute;top:22px;left:22px}@media(min-width: 768px){.section-owner-card__second-wrapper{top:initial;bottom:4.9375rem;left:3.6875rem}}.section-owner-card__second-partner{font-style:normal;font-weight:600;font-size:18px;line-height:24px;color:#fff}@media(min-width: 768px){.section-owner-card__second-partner{font-size:1.125rem;line-height:1.5rem}}.section-owner-card__second-partner-microsoft{width:200px;height:60px;-o-object-fit:contain;object-fit:contain;margin-left:-16px}@media(min-width: 768px){.section-owner-card__second-partner-microsoft{margin-left:0px;width:12.5rem;height:3.75rem}}.section-owner-card__second-partner-hong-kong{width:220px;height:70px;-o-object-fit:contain;object-fit:contain}@media(min-width: 768px){.section-owner-card__second-partner-hong-kong{width:13.75rem;height:4.375rem}}.section-joinus{background-color:#fff;width:100%;overflow:hidden;position:relative;padding-top:950px}@media(min-width: 768px){.section-joinus{padding-top:41rem}}.section-joinus::before{content:"";position:absolute;background-color:#000;width:100%;height:100px;top:0;left:0;right:0}.section-joinus::after{content:"";position:absolute;background-color:#fff;width:120%;height:100px;border-radius:50%;top:36px;left:50%;transform:translateX(-50%)}.section-joinus-bg-x{background:url("../images/home/join-us-x.svg");background-repeat:no-repeat;position:absolute;top:0;right:0%;width:51.3323125rem;height:38.7556875rem;display:none;background-size:contain}@media(min-width: 768px){.section-joinus-bg-x{display:block}}.section-joinus-bg-gradient{background:url("../images/home/join-us-gradient.svg");background-repeat:no-repeat;position:absolute;top:0;left:5%;width:41.375rem;height:69.25rem;display:none;background-size:contain;filter:blur(65px)}@media(min-width: 768px){.section-joinus-bg-gradient{display:block}}.section-joinus-title{font-weight:500;font-size:34px;line-height:64px;color:#020202;margin-top:24px;position:relative}.section-joinus-title span{color:#b209cd;font-weight:700}@media(min-width: 640px){.section-joinus-title{margin-top:0px}}@media(min-width: 768px){.section-joinus-title{font-size:4rem;line-height:4rem}}.section-joinus-text{font-weight:400;font-size:18px;line-height:40px;color:#020202;position:relative}@media(min-width: 768px){.section-joinus-text{font-size:1.5rem;line-height:2.5rem;margin-bottom:3.25rem}}.section-joinus__card{background:url("../images/home/join-us-corridor.png");background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:30px;width:100%;height:340px;display:flex;flex-direction:column;justify-content:space-between;padding:36px 25px 42px 25px;margin-top:24px}@media(min-width: 768px){.section-joinus__card{position:absolute;width:37.5rem;height:37.5rem;top:0;left:0;bottom:0;margin:auto 0;border-radius:24px}.section-joinus__card::before{content:"";position:absolute;width:16px;height:90%;background-color:#6b09cd;top:0;bottom:0;right:-16px;margin:auto 0;border-radius:0 24px 24px 0;opacity:.8}.section-joinus__card::after{content:"";position:absolute;width:32px;height:80%;background-color:#6b09cd;top:0;bottom:0;right:-32px;margin:auto 0;border-radius:0 24px 24px 0;opacity:.4}}@media(min-width: 768px){.section-joinus__card{padding:3.75rem 2.875rem 4.5rem 5rem}}.section-joinus__card-img{width:200px;height:36.937px}@media(min-width: 768px){.section-joinus__card-img{width:12.5rem;height:2.3125rem}}.section-joinus__card-title{font-size:24px;line-height:28px;color:#fff;font-weight:600;text-transform:uppercase}.section-joinus__card-text{font-weight:600;font-size:28px;line-height:38px;color:#fff}@media(min-width: 768px){.section-joinus__card-text{line-height:3.125rem;font-size:2.625rem}}.section-joinus__card-link{opacity:.6;border:1px solid #fff;border-radius:60px;padding:13px 26px;font-weight:500;font-size:16px;line-height:20px;text-align:center;color:#fff;transition:all .2s;align-self:flex-start;min-width:180px}.section-joinus__card-link:hover{opacity:1;background-color:#fff;color:#000}@media(min-width: 768px){.section-joinus__card-link{padding:1.125rem 0;font-size:1rem;line-height:1.25rem;width:11.25rem}}.section-joinus__video{width:100%;height:340px;border-radius:30px}@media(min-width: 768px){.section-joinus__video{align-self:flex-end;height:42.5rem;border-radius:24px}}@media(min-width: 768px){.section-joinus__video{width:69.375rem}}.milestones{display:grid;grid-template-columns:1fr;margin-inline:21px;place-items:center;gap:7.0625rem;background-image:url("../images/home/web3-milestones-bg.svg");background-repeat:no-repeat;background-position:center;margin-bottom:4.1875rem}@media(min-width: 768px){.milestones{grid-template-columns:repeat(2, 1fr)}}.milestones .milestone h4{color:#000;font-size:1.25rem;line-height:1.5rem;font-weight:500;margin-bottom:1.25rem}.milestones .milestone h4 span{color:#bc28d3}.milestones .milestone h4 strong{font-weight:700}@media(min-width: 768px){.milestones .milestone h4{font-size:2.25rem;line-height:3rem;margin-bottom:2.8125rem}}.milestones .milestone__image{position:relative;aspect-ratio:1.5;width:100%;margin-bottom:1.5rem}@media(min-width: 768px){.milestones .milestone__image{margin-bottom:2.6875rem}}.milestones .milestone__image img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.milestones .milestone__image .button{position:absolute;color:#fff;font-size:1.25rem;line-height:1.52375rem;border:solid .1875rem rgba(255,255,255,.6);border-radius:.625rem;padding:.75rem 1.5rem;transition:border-color .15s ease-in-out;display:none}.milestones .milestone__image .button:hover{border-color:#fff}.milestones .milestone__image .button--top-left{top:3.125rem;left:3.125rem}.milestones .milestone__image .button--top-right{top:3.125rem;right:3.125rem}.milestones .milestone__image .button--bottom-left{bottom:3.125rem;left:3.125rem}.milestones .milestone__image .button--bottom-right{bottom:3.125rem;right:3.125rem}@media(min-width: 768px){.milestones .milestone__image{aspect-ratio:1}.milestones .milestone__image .button{display:block}}.milestones .milestone__text{font-size:.875rem}@media(min-width: 768px){.milestones .milestone__text{font-size:1.5625rem}}@media(min-width: 768px){.milestones .milestone:nth-child(2n){position:relative;top:28.8rem}}@media(min-width: 768px){.milestones{margin-bottom:28.8rem}}.web3-milestones-header{margin-bottom:6.8125rem;color:#020202;font-size:1.875rem;line-height:2.5rem;text-align:center;margin-top:6rem}.web3-milestones-header span{color:#b209cd}@media(min-width: 768px){.web3-milestones-header{font-size:4rem;line-height:4.625rem;margin-top:7rem}}.quotemark{position:relative}.quotemark::before{content:"";position:absolute;background-image:url("../images/home/quotemark.svg");background-repeat:no-repeat;background-size:contain;width:18rem;height:15rem;z-index:-1;transform:translate(-30%, -50%)}body.archive{background:#3a027d;background-image:url("../images/archive/bg-clouds.svg");background-repeat:no-repeat;background-size:100% auto;background-position:top center}.archive__header{display:flex;flex-direction:column;padding-bottom:65px;position:relative}@media(min-width: 768px){.archive__header{padding-bottom:4rem}}.archive__header-bg-logo{display:none;position:absolute;top:0;right:0;width:80%;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.archive__header-bg-logo{width:60%}}@media(min-width: 1536px){.archive__header-bg-logo{width:40%;left:70%;transform:translateX(-50%)}}.archive__header-title{font-weight:600;font-size:28px;line-height:40px;color:#fff;z-index:10;padding:36px 0 24px 0;margin-top:48px}@media(min-width: 768px){.archive__header-title{font-size:3.5rem;line-height:5rem;padding:6.125rem 0 2.1875rem 0px}}.archive__header-text{font-weight:400;font-size:18px;line-height:24px;color:#fff;z-index:10;padding:0 0 32px 0;max-width:620px}@media(min-width: 768px){.archive__header-text{font-size:2rem;line-height:3.125rem;max-width:64.6875rem;padding:0 0 4.25rem 0}}.archive__header-socials{margin-bottom:36px}@media(min-width: 768px){.archive__header-socials{margin-bottom:4.25rem}}.archive__header .custom-search-form{display:flex;z-index:10}@media(min-width: 768px){.archive__header .custom-search-form__label{font-size:1.25rem;line-height:1.25rem;left:1.875rem}}@media(min-width: 768px){.archive__header .custom-search-form__field:not(:-moz-placeholder-shown)+.custom-search-form__label{transform:translateY(-1.25rem);font-size:.75rem;line-height:1rem}.archive__header .custom-search-form__field:focus+.custom-search-form__label,.archive__header .custom-search-form__field:not(:placeholder-shown)+.custom-search-form__label{transform:translateY(-1.25rem);font-size:.75rem;line-height:1rem}}@media(min-width: 768px){.archive__header .custom-search-form__field{font-size:1.25rem;line-height:1.25rem;width:12.5rem}}@media(min-width: 768px){.archive__header .custom-search-form__submit{margin-right:.75rem;width:1.25rem;height:1.25rem}}#blog-container{position:relative}#blog-container::before{content:"";background-color:#fff;position:absolute;top:13.58rem;left:7.25rem;width:100vw;height:140%}#blog-container::after{content:"";background-color:#fff;position:absolute;top:13.58rem;right:0;width:100vw;height:140%;z-index:-1}.archive__main>section{overflow:hidden}@media(min-width: 768px){.archive__main>section{padding-top:30px}}.archive__main::before{content:"";background-image:url("../images/archive/bg-clouds-white.svg");background-repeat:no-repeat;background-size:100% auto;background-position:top center;width:100%;height:45.78125vw;position:absolute;left:0;top:-14.375rem;display:none}@media(min-width: 768px){.archive__main::before{display:inline-block}}.archive__main-btn-showmore{background-color:#fff;border:1px solid #d9c8fd;height:40px;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:17px;color:#020202;width:160px;opacity:.6;border-radius:80px;transition:all .3s ease-in-out;gap:8px;font-weight:500;margin-bottom:32px}.archive__main-btn-showmore img{height:6px;width:10px}@media(min-width: 768px){.archive__main-btn-showmore img{height:.375rem;width:.625rem}}.archive__main-btn-showmore:hover{opacity:1}@media(min-width: 768px){.archive__main-btn-showmore{font-size:.875rem;line-height:1.0625rem;width:10rem;height:3.125rem;border-radius:3.75rem;gap:.5rem;margin-bottom:4.5rem}}.archive__main-bg-gradient-down{position:absolute;bottom:-180px;left:50%;transform:translateX(-50%);background-image:url("../images/archive/bg-gradient-down.svg");background-size:cover;background-repeat:no-repeat;filter:blur(65px);width:300px;height:300px}@media(min-width: 768px){.archive__main-bg-gradient-down{bottom:-39.3125rem;width:51.25rem;height:60.6875rem}}.archive__main-no-post{font-weight:500;font-size:24px;line-height:28px;color:#fff;margin:auto;text-align:center;margin-bottom:32px}@media(min-width: 768px){.archive__main-no-post{font-size:2.375rem;line-height:2.625rem;margin-bottom:3rem}}.archive__main-no-post-img{height:280px;width:280px}@media(min-width: 768px){.archive__main-no-post-img{width:26.25rem;height:26.25rem}}.custom-gap-x-30{-moz-column-gap:30px;column-gap:30px}.single_page .navigation{background:linear-gradient(90deg, #5300a6 -0.47%, #260142 100%);position:fixed;transition:all .3s ease-in-out}.single_page .navigation form{display:none}.single_page .navigation .navigation__container{visibility:hidden}.single_page .navigation__fixed{background:#fff;box-shadow:0px 4px 23px rgba(0,0,0,.25);transition:all .3s ease-in-out}.single_page .navigation__fixed>div.navigation__wrapper-desktop>nav>ul>li>a,.single_page .navigation__fixed>div.navigation__wrapper-desktop>nav>ul>li>span{color:rgba(2,2,2,.8)}.single_page .navigation__fixed>div.navigation__wrapper-desktop>nav>ul>li>a:hover,.single_page .navigation__fixed>div.navigation__wrapper-desktop>nav>ul>li>span:hover{color:#020202}.single_page .navigation__fixed>div.navigation__wrapper-mobile>label>span,.single_page .navigation__fixed>div.navigation__wrapper-mobile>label>span::before,.single_page .navigation__fixed>div.navigation__wrapper-mobile>label>span::after{background-color:#020202}.single_page-header{margin-top:118px}@media(min-width: 768px){.single_page-header{margin-top:9.25rem}}.single_page .date-category p{font-size:16px;line-height:26px;padding-bottom:0;color:#020202;text-align:justify}@media(min-width: 768px){.single_page .date-category p{font-size:18px;line-height:30px}}.single_page .date-category a{color:#451dca;transition:text-shadow .15s linear}.single_page .date-category a:hover{text-shadow:0 1px rgba(0,0,0,.5)}.single_page article h2,.single_page article h3,.single_page article h4,.single_page article h5,.single_page article h6{font-family:"Montserrat",sans-serif;font-weight:600;line-height:20px;color:#020202;margin-bottom:18px}@media(min-width: 768px){.single_page article h2,.single_page article h3,.single_page article h4,.single_page article h5,.single_page article h6{margin-bottom:25px}}.single_page article h2:not(:first-child)::before,.single_page article h3:not(:first-child)::before,.single_page article h4:not(:first-child)::before,.single_page article h5:not(:first-child)::before,.single_page article h6:not(:first-child)::before{content:"";display:block;width:100%;height:1px;background-color:#070707;opacity:.14;margin-top:24px;margin-bottom:32px}@media(min-width: 768px){.single_page article h2:not(:first-child)::before,.single_page article h3:not(:first-child)::before,.single_page article h4:not(:first-child)::before,.single_page article h5:not(:first-child)::before,.single_page article h6:not(:first-child)::before{margin-top:2.75rem;margin-bottom:4rem}}.single_page article h2{font-size:28px;line-height:36px}@media(min-width: 768px){.single_page article h2{font-size:36px;line-height:48px}}.single_page article h3,.single_page article h4,.single_page article h5{font-size:22px;line-height:26px;margin-bottom:16px}@media(min-width: 768px){.single_page article h3,.single_page article h4,.single_page article h5{font-size:22px;line-height:30px;margin-bottom:24px}}.single_page small,.single_page .text_small{font-size:12.8px;line-height:14.8px}.single_page article p{font-size:16px;line-height:26px;font-weight:400;margin-bottom:20px;padding:0;text-align:justify}@media(min-width: 768px){.single_page article p{font-size:18px;line-height:30px;margin-bottom:30px}}.single_page article p a,.single_page article p a:active{color:#451dca}.single_page [class^=wp-block-],.single_page ol,.single_page ul{margin-bottom:24px}@media(min-width: 768px){.single_page [class^=wp-block-],.single_page ol,.single_page ul{margin-bottom:32px}}.single_page .wp-block-image{text-align:center}.single_page figcaption{font-size:14px;text-align:center;font-style:italic}.single_page article ul,.single_page article ol{list-style:none;padding-left:24px}@media(min-width: 768px){.single_page article ul,.single_page article ol{padding-left:32px}}.single_page article ul li,.single_page article ol li{position:relative;margin-bottom:8px;font-size:14px;line-height:20px}@media(min-width: 768px){.single_page article ul li,.single_page article ol li{margin-bottom:10px}}.single_page article ul li::before,.single_page article ol li::before{content:"";background-image:url("../images/svg/dot.svg");background-repeat:no-repeat;width:10px;height:10px;display:inline-block;position:absolute;left:-20px;top:6px;background-size:contain}@media(min-width: 768px){.single_page article ul li::before,.single_page article ol li::before{width:10px;height:10px;left:-20px;top:6px}}.general_page_section_solution{position:relative;overflow:hidden}.general_page_section_solution__bg{background-image:url("../images/generative-ai/bg-logo-x.svg");background-size:contain;background-repeat:no-repeat;position:absolute;top:0;right:0;max-width:1478.683px;max-height:1476.476px;width:100%;height:100%}@media(min-width: 768px){.general_page_section_solution__bg{max-width:92.375rem;max-height:92.280375rem;right:-21.875rem}}.general_page_section_solution__title{color:#020202;text-align:center;font-family:Montserrat;font-size:30px;font-weight:500;line-height:40px;margin:60px 14px 24px 14px}@media(min-width: 768px){.general_page_section_solution__title{font-size:3.375rem;font-weight:500;line-height:4.625rem;margin:0;margin-top:10rem;margin-bottom:2.75rem;width:75.4375rem}}.general_page_section_solution__title span{color:#b209cd;font-weight:700}.general_page_section_solution__text{color:#070707;text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:26px}@media(min-width: 768px){.general_page_section_solution__text{font-size:1.5625rem;line-height:2.375rem;max-width:81.6875rem}}.general_page_section_solution__text span{font-weight:600}.general_page_section_solution__list{list-style:none;display:grid;grid-template-columns:1fr;gap:40px;margin:40px 0px}@media(min-width: 768px){.general_page_section_solution__list{grid-template-columns:1fr 1fr;gap:3.75rem 14.375rem;margin:9.375rem 0px}}.general_page_section_solution__item{display:flex;flex-direction:column;align-items:center;text-align:center}@media(min-width: 768px){.general_page_section_solution__item{flex-direction:row;align-items:flex-start;text-align:left}}.general_page_section_solution__item-img{width:48px;height:48px}@media(min-width: 768px){.general_page_section_solution__item-img{width:3rem;height:3rem;margin-right:2.625rem}}.general_page_section_solution__item-title{color:#020202;text-align:center;font-size:22px;font-style:normal;font-weight:700;line-height:30px;margin:20px 0px}@media(min-width: 768px){.general_page_section_solution__item-title{margin:0;font-size:2rem;line-height:2.875rem;text-align:start;max-width:38.75rem}}.general_page_section_solution__item-text{color:#020202;text-align:center;font-size:14px;font-weight:500;line-height:22px}@media(min-width: 768px){.general_page_section_solution__item-text{font-size:1rem;line-height:1.75rem;margin-top:1.5625rem;text-align:justify;max-width:38.75rem}}.general_page_section_model__bg{background-image:url("../images/svg/model-background.svg");background-size:cover;background-repeat:no-repeat;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.general_page_section_model__blur{background-image:url("../images/svg/model-blur.svg");background-size:cover;background-repeat:no-repeat;position:absolute;width:100%;height:900px;top:44%;left:50%;transform:translate(-50%, -50%)}@media(min-width: 768px){.general_page_section_model__blur{background-image:url("../images/svg/model-blur-second.svg");width:700px;transform:translate(-50%, -50%) rotate(45deg);top:50%}}.general_page_section_model__logo{background-image:url("../images/svg/general-logo.svg");background-size:cover;background-repeat:no-repeat;width:700px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media(min-width: 1536px){.general_page_section_model__logo{width:1500px;height:1500px}}.general_page_section_model__title{padding-top:60px;color:#fff;font-size:34px;font-weight:500;line-height:42px}@media(min-width: 768px){.general_page_section_model__title{padding-top:11.9375rem;font-size:4rem;line-height:4.25rem}}.general_page_section_model__title span{color:#c41eff;font-weight:700}.general_page_section_model__text{padding-top:23px;color:#d9d9d9;font-size:18px;font-weight:400;line-height:34px}@media(min-width: 768px){.general_page_section_model__text{padding-top:2.875rem;font-size:1.625rem;line-height:2.75rem}}.general_page_section_model__list{list-style:decimal;display:grid;grid-template-columns:1fr;gap:20px;padding:30px 0px 68px 0px;list-style-position:inside;color:#fff}@media(min-width: 768px){.general_page_section_model__list{grid-template-columns:1fr 1fr;gap:5rem 14.375rem;padding:10rem 0 10.5625rem 0px}}.general_page_section_model__item{counter-increment:list-counter;display:flex;align-items:flex-start;font-size:22px;font-weight:600;line-height:30px}@media(min-width: 768px){.general_page_section_model__item{font-size:2rem;line-height:2rem}}.general_page_section_model__item::before{content:counter(list-counter) ".";margin-right:10px}@media(min-width: 768px){.general_page_section_model__item::before{margin-right:1.25rem}}.general_page_section_model__item div ::after{content:"";display:block;width:100%;height:1px;background-color:#fff;opacity:.2;margin-top:20px}@media(min-width: 768px){.general_page_section_model__item div ::after{margin-top:2.5rem}}.general_page_section_model__item-title{color:#fff;font-size:22px;font-weight:600;line-height:30px}@media(min-width: 768px){.general_page_section_model__item-title{font-size:2rem;line-height:2rem}}.general_page_section_model__item-text{color:#fff;font-size:16px;font-weight:400;line-height:26px;margin-top:8px}@media(min-width: 768px){.general_page_section_model__item-text{margin-top:1.25rem;font-size:1.125rem;line-height:1.875rem}}.general_page_section_development__title{color:#020202;text-align:center;font-size:30px;font-weight:500;line-height:40px;margin-top:60px}.general_page_section_development__title span{color:#b209cd;font-weight:800}@media(min-width: 768px){.general_page_section_development__title{margin-top:11.25rem;font-size:3.375rem;line-height:4.25rem;width:67.8125rem}}.general_page_section_development__wrapper{position:relative;width:100%;margin-top:30px;margin-bottom:60px}@media(min-width: 768px){.general_page_section_development__wrapper{margin-top:7.5rem;height:25rem;margin-bottom:8.25rem}}.general_page_section_development__slider{display:flex;flex-direction:column;gap:30px;list-style:none}@media(min-width: 768px){.general_page_section_development__slider{flex-direction:row;position:absolute;top:0;left:0;transition:.4s ease-out;gap:3.25rem}}.general_page_section_development__item{display:flex;flex-direction:column;justify-content:center;align-items:center}@media(min-width: 768px){.general_page_section_development__item{position:relative;flex-direction:row;min-width:32.25rem;justify-content:flex-start;align-items:flex-start}}.general_page_section_development__item-id{background-color:#020202;width:36px;height:36px;border-radius:50%;color:#fff;font-size:22px;font-weight:800;text-align:center}@media(min-width: 768px){.general_page_section_development__item-id{position:absolute;top:0;left:0;width:2.25rem;height:2.25rem;font-size:1.375rem}}.general_page_section_development__item-title{color:#020202;text-align:center;font-size:22px;font-weight:700;line-height:30px;margin-top:20px}@media(min-width: 768px){.general_page_section_development__item-title{font-size:2rem;margin-top:0px;line-height:2.375rem;text-align:start}}.general_page_section_development__item-text{color:#020202;text-align:center;font-size:14px;font-weight:500;line-height:22px}@media(min-width: 768px){.general_page_section_development__item-text{font-size:1rem;line-height:1.625rem;margin-top:.9375rem;text-align:justify}}.general_page_section_development__direction{display:none}@media(min-width: 768px){.general_page_section_development__direction{display:flex;position:absolute;bottom:0;width:100%;align-items:center;justify-content:center}}.general_page_section_development__direction button{width:42px;height:42px;outline:none;border-radius:50%;border:1px solid #d9c8fd;margin-left:14px;font-size:18px;font-weight:700;color:#d9c8fd;transition:all .2s}.general_page_section_development__direction button:hover{border:1px solid #c41eff;color:#c41eff}@media(min-width: 768px){.general_page_section_development__direction button{width:3.125rem;height:3.125rem;margin-left:1rem;font-size:1.75rem}}.general_page_section_development__direction-container{position:relative;width:100%;background-color:#f2f2f2;cursor:pointer}@media(min-width: 768px){.general_page_section_development__direction-container{width:68.125rem}}.general_page_section_development__direction-line{width:100%;height:1px;background-color:#d9c8fd}.general_page_section_development__direction-indicator{position:absolute;top:50%;left:0%;transform:translateY(-50%);width:50px;height:6px;background-color:#d9c8fd;border-radius:20px;cursor:grab;transition:all .2s}.general_page_section_development__direction-indicator:hover,.general_page_section_development__direction-indicator:active{background-color:#c41eff}@media(min-width: 768px){.general_page_section_development__direction-indicator{width:9.375rem;height:.625rem;border-radius:1.625rem}}.general_page_section_insights{padding-bottom:56px}@media(min-width: 768px){.general_page_section_insights{padding-bottom:9.375rem}}.general_page_section_insights__bg{background:radial-gradient(162.61% 170.37% at 77.86% -16.5%, #421e77 0%, #000 100%);position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.general_page_section_insights__title{font-size:54px;font-weight:800;line-height:62px;letter-spacing:1.08px;text-transform:uppercase;color:rgba(0,0,0,0);-webkit-text-stroke:1px rgba(255,255,255,.4);padding-top:38px;font-family:sans-serif;white-space:nowrap}@media(min-width: 768px){.general_page_section_insights__title{font-size:15rem;line-height:16.5rem;letter-spacing:.6rem;margin-top:3rem}}.general_page_section_insights__wrapper{position:relative;width:100%;height:570px;margin-top:24px;overflow:visible !important}@media(min-width: 768px){.general_page_section_insights__wrapper{height:43.5rem;margin-top:4.375rem}}.general_page_section_insights__slider{display:flex;list-style:none;position:absolute;top:0;left:0;align-items:center;transition:.4s ease-out;height:auto !important}.general_page_section_insights__item{display:flex !important;flex-direction:column;justify-content:center;align-items:center;position:relative;width:314px !important;height:490px !important;transition:all .3s ease-in-out}@media(min-width: 768px){.general_page_section_insights__item{width:24.375rem !important;height:32.625rem !important}}.general_page_section_insights__item::before{content:"";background-image:url("../images/home/gradient-bottom-card.svg");background-repeat:no-repeat;background-size:cover;background-position:center;position:absolute;bottom:-70px;left:0;right:0;height:150px;width:314px;opacity:0;transition:opacity .3s ease-in-out;z-index:1}@media(min-width: 768px){.general_page_section_insights__item::before{width:24.375rem}}.general_page_section_insights__item:hover{cursor:pointer;transform:translateY(-20px)}.general_page_section_insights__item:hover::before{opacity:1}.general_page_section_insights__item__img{width:100%;height:190px}@media(min-width: 768px){.general_page_section_insights__item__img{height:14.5rem}}.general_page_section_insights__item__img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.general_page_section_insights__item__wrapper{background-color:#fff;padding:32px 16px 16px 16px;display:flex;flex-direction:column;flex:1;position:relative;z-index:2;width:100%}@media(min-width: 1024px){.general_page_section_insights__item__wrapper{padding:2.3125rem 2.1875rem 2.1875rem 1.5rem}}.general_page_section_insights__item__wrapper-title{color:#020202;font-size:22px;font-weight:500;line-height:32px;opacity:.6}@media(min-width: 768px){.general_page_section_insights__item__wrapper-title{opacity:1;font-size:1.375rem;line-height:2rem}}.general_page_section_insights__item__wrapper-item{color:#b209cd;font-size:14px;font-weight:500;line-height:26px;border-radius:6px;background:#eee2fa;padding:2px 6px}@media(min-width: 768px){.general_page_section_insights__item__wrapper-item{font-size:.875rem;line-height:1.625rem;padding:.125rem .375rem;border-radius:.375rem}}.general_page_section_insights__item__wrapper-time{color:#a6a5a7;font-size:14px;font-weight:500}@media(min-width: 768px){.general_page_section_insights__item__wrapper-time{font-size:.875rem}}.general_page_section_insights__direction{display:flex;position:absolute;bottom:0;width:100%;align-items:center;justify-content:center}.general_page_section_insights__direction button{width:42px;height:42px;outline:none;border-radius:50%;border:1px solid #b209cd;margin-left:16px;font-size:28px;font-weight:700;color:#b209cd;transition:all .2s}.general_page_section_insights__direction button:hover{border:1px solid #c41eff;color:#c41eff}@media(min-width: 768px){.general_page_section_insights__direction button{width:3.125rem;height:3.125rem;font-size:1.75rem}}.general_page_section_insights__direction-container{position:relative;width:calc(100% - 64px);background-color:#f2f2f2;cursor:pointer}.general_page_section_insights__direction-line{width:100%;height:1px;background-color:#b209cd}.general_page_section_insights__direction-indicator{position:absolute;top:50%;left:0%;transform:translateY(-50%);width:50px;height:10px;background-color:#b209cd;border-radius:26px;cursor:grab;transition:all .2s}.general_page_section_insights__direction-indicator:hover,.general_page_section_insights__direction-indicator:active{background-color:#c41eff}@media(min-width: 768px){.general_page_section_insights__direction-indicator{width:9.375rem;height:.625rem}}.general_page_section_insights__bg-blur{display:none;background-image:url("../images/svg/insights-bg-blur.svg");background-size:cover;background-repeat:no-repeat;position:absolute;top:51%;right:0%;transform:translateY(-50%);width:300px;height:580px}.general_page_portfolio{padding-top:0 !important}.general_page_portfolio-header{font-style:normal;font-weight:800;font-size:60px;line-height:62px;letter-spacing:4.8px;text-transform:uppercase;color:rgba(0,0,0,0);-webkit-text-stroke:1px rgba(183,30,255,.8);font-family:sans-serif;white-space:nowrap}@media(min-width: 768px){.general_page_portfolio-header{font-size:13.125rem;line-height:13.25rem;letter-spacing:.6rem;padding-bottom:8.6875rem}}.general_page_section_ai{margin-top:60px}@media(min-width: 768px){.general_page_section_ai{margin-top:12.5rem}}.general_page_section_ai-title{color:#020202;font-size:30px;font-weight:500;line-height:40px;text-align:center}@media(min-width: 768px){.general_page_section_ai-title{font-size:3.375rem;line-height:4.25rem}}.general_page_section_ai-title .highlight{font-weight:800;color:#b209cd}.general_page_section_ai-text{color:#070707;text-align:center;font-size:18px;font-weight:400;line-height:26px;margin-top:16px}@media(min-width: 768px){.general_page_section_ai-text{font-size:1.5625rem;line-height:2.375rem;margin-top:2.125rem}}.general_page_section_ai-list{list-style:none;margin-top:42px}@media(min-width: 768px){.general_page_section_ai-list{margin-top:8.3125rem}}.general_page_section_ai-card{width:347px;height:324px;position:relative;border-radius:24px}@media(min-width: 768px){.general_page_section_ai-card{width:20.25rem;height:20.25rem;border-radius:1.5rem}}.general_page_section_ai-card-front,.general_page_section_ai-card-back{width:100%;height:100%;position:absolute;display:flex;flex-direction:column;justify-content:center;border-radius:24px}@media(min-width: 768px){.general_page_section_ai-card-front,.general_page_section_ai-card-back{border-radius:1.5rem}}.general_page_section_ai-card-front{opacity:1;transition:opacity .3s ease-in-out}.general_page_section_ai-card-front-img{width:100%;height:100%;border-radius:24px}@media(min-width: 768px){.general_page_section_ai-card-front-img{border-radius:1.5rem}}.general_page_section_ai-card-front-title{position:absolute;color:#fff;font-size:35px;font-style:normal;font-weight:600;line-height:45px;left:24px}@media(min-width: 768px){.general_page_section_ai-card-front-title{font-size:2.1875rem;line-height:2.8125rem;left:1.5rem}}.general_page_section_ai-card-back{background-color:#4e0cb0;opacity:0;transition:opacity .3s ease-in-out;padding:24px}@media(min-width: 768px){.general_page_section_ai-card-back{padding:1.5rem}}.general_page_section_ai-card-back-title{color:#fff;font-size:35px;font-style:normal;font-weight:600;line-height:50px}@media(min-width: 768px){.general_page_section_ai-card-back-title{font-size:2.1875rem;line-height:3.125rem}}.general_page_section_ai-card-back-text{color:#fff;font-size:15px;font-weight:500;line-height:25px;margin-top:24px}@media(min-width: 768px){.general_page_section_ai-card-back-text{font-size:.9375rem;line-height:1.5625rem;margin-top:1.5rem}}.general_page_section_ai-card:hover .general_page_section_ai-card-front-title{opacity:0}.general_page_section_ai-card:hover .general_page_section_ai-card-back{opacity:.8}.generative_page_header__image{background-image:url("../images/generative-ai/header-image.svg");background-size:cover;background-repeat:no-repeat;width:654px;height:436px;flex-shrink:0;position:absolute;bottom:0px;left:50%;transform:translateX(-50%)}@media(min-width: 768px){.generative_page_header__image{width:42.5rem;height:28.3125rem;transform:translate(0);right:13.1875rem}}.contact-us .navigation,.contact-us .footer{display:none}.contact-us__btn-next{background:#b209cd;border-radius:60px;color:#fff;text-align:center;font-size:18px;font-weight:600;padding:20px;display:flex;justify-content:center;align-items:center;max-width:230px;width:100%;height:60px;margin-top:78px;outline:none;cursor:pointer;transition:all .3s ease-in-out}.contact-us__btn-next:hover{background:#9204b6}@media(min-width: 768px){.contact-us__btn-next{font-size:1.125rem;line-height:1.25rem;padding:1.1875rem 1.25rem;max-width:14.375rem;height:auto;margin-top:4.875rem;border-radius:3.75rem}}.contact-us__btn-back{margin-top:78px;border-radius:60px;border:1px solid #d9c8fd;background:#fff;height:60px;color:#818181;text-align:center;font-size:18px;font-weight:600;outline:none;padding:20px;display:none;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .3s ease-in-out}.contact-us__btn-back img{transition:all .3s ease-in-out;width:6px;height:10px;filter:invert(58%) sepia(0%) saturate(1204%) hue-rotate(177deg) brightness(88%) contrast(84%)}.contact-us__btn-back:hover{color:#020202;border:1px solid #d9c8fd;background:#f2ecf4}.contact-us__btn-back:hover img{filter:invert(0%) sepia(3%) saturate(12%) hue-rotate(86deg) brightness(97%) contrast(98%)}@media(min-width: 768px){.contact-us__btn-back{font-size:1.125rem;line-height:1.25rem;padding:1.1875rem 1.25rem;max-width:14.375rem;height:auto;margin-top:4.875rem;border-radius:3.75rem}}.contact-us__header{height:80px;width:100%;align-items:center;border-bottom-color:rgba(7,7,7,.14);border-bottom-width:1px}.contact-us__header-logo{width:160px;height:26px}@media(min-width: 768px){.contact-us__header-logo{width:13.75rem;height:1.875rem}}.contact-us__step-zero{margin-top:68px}@media(min-width: 768px){.contact-us__step-zero{margin-top:7.9375rem}}.contact-us__step-zero-title{color:#020202;font-size:34px;font-weight:600;line-height:46px}@media(min-width: 768px){.contact-us__step-zero-title{font-size:3.375rem;line-height:4.75rem}}.contact-us__step-zero-text{color:#020202;font-size:18px;font-weight:500;line-height:32px;margin-top:32px}@media(min-width: 768px){.contact-us__step-zero-text{font-size:1.125rem;line-height:2rem;margin-top:2rem}}.contact-us__footer{margin-top:46px;border-top-width:1px;border-bottom-color:rgba(7,7,7,.14)}@media(min-width: 768px){.contact-us__footer{margin-top:5.375rem}}.contact-us__footer-title{margin-top:28px;color:#020202;font-size:20px;font-style:italic;font-weight:600;line-height:28px}@media(min-width: 768px){.contact-us__footer-title{font-size:1.375rem;line-height:2rem;margin-top:2.3125rem}}.contact-us__footer-box{margin-top:35px;display:flex;gap:30px;align-items:center}@media(min-width: 768px){.contact-us__footer-box{margin-top:2.1875rem;gap:1.875rem}}.contact-us__footer-logo{width:76.667px;height:40px}@media(min-width: 768px){.contact-us__footer-logo{width:4.7917rem;height:2.5rem}}.contact-us__footer-name{color:#020202;font-size:14px;font-style:normal;font-weight:500;line-height:32px}@media(min-width: 768px){.contact-us__footer-name{font-size:.875rem;line-height:2rem}}.contact-us__footer-name span{color:#b209cd;line-height:24px}@media(min-width: 768px){.contact-us__footer-name span{line-height:1.5rem}}.contact-us__step-one{margin-top:50px;display:none}@media(min-width: 768px){.contact-us__step-one{margin-top:3.125rem}}.contact-us__step-one-title{color:#020202;font-size:26px;font-weight:600;line-height:32px}@media(min-width: 768px){.contact-us__step-one-title{font-size:2rem;line-height:2.25rem}}.contact-us__step-one-box{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:42px}@media(min-width: 768px){.contact-us__step-one-box{margin-top:2.625rem;gap:.75rem}}.contact-us__step-one-item{padding:18px 14px 18px 18px;border-radius:12px;border:1px solid rgba(2,2,2,.2);display:flex;align-items:center;gap:14px;transition:all .3s ease-in-out}@media(min-width: 768px){.contact-us__step-one-item{padding:1.125rem .875rem 1.125rem 1.125rem;gap:.875rem}}.contact-us__step-one-item-text{color:#020202;font-size:16px;font-weight:500;line-height:22px}@media(min-width: 768px){.contact-us__step-one-item-text{font-size:1.125rem;line-height:1.625rem}}.contact-us__step-one-hover-effect:hover{background-color:rgba(204,204,204,.5);cursor:pointer}.contact-us__step-one-hover-effect:hover .contact-us__checkbox-checkmark{background-color:#b209cd;border-color:#b209cd;opacity:.5}.contact-us__step-one-hover-effect:hover .contact-us__checkbox-checkmark::after{display:block}.contact-us__checkbox{position:relative;height:20px;width:20px;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(min-width: 768px){.contact-us__checkbox{height:1.5rem;width:1.5rem}}.contact-us__checkbox input:checked~.contact-us__checkbox-checkmark::after{display:block}.contact-us__checkbox input:checked~.contact-us__checkbox-checkmark{background-color:#b209cd;border-color:#b209cd}.contact-us__checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.contact-us__checkbox-checkmark{position:absolute;top:0;left:0;height:20px;width:20px;border-radius:6px;border:1px solid #ccc;background:#fff;transition:all .3s ease-in-out;cursor:pointer}@media(min-width: 768px){.contact-us__checkbox-checkmark{height:1.5rem;width:1.5rem;border-radius:.5rem}}.contact-us__checkbox-checkmark.hover-effect{background-color:#b209cd;border-color:#b209cd;opacity:.5}.contact-us__checkbox-checkmark::after{left:7px;top:4px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg);content:"";position:absolute;display:none}@media(min-width: 768px){.contact-us__checkbox-checkmark::after{left:.5625rem;top:.3125rem;width:.3125rem;height:.625rem;border-width:0 .1875rem .1875rem 0}}.contact-us__step-two,.contact-us__step-three{margin-top:50px;display:none}@media(min-width: 768px){.contact-us__step-two,.contact-us__step-three{margin-top:3.125rem}}.contact-us__step-two textarea,.contact-us__step-three textarea{border-radius:12px;border:1px solid rgba(2,2,2,.2);padding:17px 18px;color:#020202;font-size:16px;font-weight:400;line-height:26px;margin-top:42px;width:100%;outline:none !important}@media(min-width: 768px){.contact-us__step-two textarea,.contact-us__step-three textarea{padding:1.0625rem 1.125rem;font-size:1rem;line-height:1.625rem;margin-top:2.625rem;border-radius:.75rem}}.contact-us__step-two textarea::-moz-placeholder, .contact-us__step-three textarea::-moz-placeholder{color:#818181}.contact-us__step-two textarea::placeholder,.contact-us__step-three textarea::placeholder{color:#818181}.contact-us__step-two textarea:focus,.contact-us__step-three textarea:focus{outline:none !important;border-color:rgba(2,2,2,.6)}.contact-us__step-three-subtitle{color:#020202;font-size:16px;font-weight:500;line-height:26px;margin-top:35px}@media(min-width: 768px){.contact-us__step-three-subtitle{font-size:1rem;line-height:1.625rem;margin-top:2.1875rem}}.contact-us__step-three-checkbox-circle{position:relative;width:20px;height:20px;background-color:#fff;border:1px solid #ccc;border-radius:50%;display:grid;cursor:pointer;transition:all .3s ease-in-out}@media(min-width: 768px){.contact-us__step-three-checkbox-circle{width:1.5rem;height:1.5rem}}.contact-us__step-three-checkbox-circle:hover{border:1px solid #e0d4f9;background:#f2ecf4}.contact-us__step-three-checkbox-circle:hover .checkmark{background-color:#d478ff;display:block}.contact-us__step-three-checkbox-circle input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.contact-us__step-three-checkbox-circle .checkmark{position:absolute;top:4px;left:4px;width:10px;height:10px;background-color:#b209cd;border-radius:50%;display:none;transition:all .3s ease-in-out}@media(min-width: 768px){.contact-us__step-three-checkbox-circle .checkmark{top:.25rem;left:.25rem;width:.875rem;height:.875rem}}.contact-us__step-three-checkbox-circle input:checked~.checkmark{display:block}.contact-us__step-three-checkbox-circle .label-text{color:#020202;font-size:18px;font-weight:500;line-height:26px;margin-left:36px;width:320px}@media(min-width: 768px){.contact-us__step-three-checkbox-circle .label-text{font-size:1.125rem;line-height:1.625rem;margin-left:2.25rem;width:20rem}}.contact-us__step-three .form-group{position:relative;width:100%}.contact-us__step-three .form-group .form-label{color:#020202;font-size:18px;font-weight:500;line-height:26px;position:absolute;left:20px;top:30px;transform:translate(0px, -50%);transition:.3s;background-color:rgba(0,0,0,0)}@media(min-width: 768px){.contact-us__step-three .form-group .form-label{font-size:1.125rem;line-height:1.625rem;left:1.25rem;top:1.875rem}}.contact-us__step-three .form-group input:-webkit-autofill,.contact-us__step-three .form-group input:-webkit-autofill:hover,.contact-us__step-three .form-group input:-webkit-autofill:focus,.contact-us__step-three .form-group textarea:-webkit-autofill,.contact-us__step-three .form-group textarea:-webkit-autofill:hover,.contact-us__step-three .form-group textarea:-webkit-autofill:focus,.contact-us__step-three .form-group select:-webkit-autofill,.contact-us__step-three .form-group select:-webkit-autofill:hover,.contact-us__step-three .form-group select:-webkit-autofill:focus{border:1px solid rgba(2,2,2,.2);-webkit-box-shadow:0 0 0px 1000px rgba(0,0,0,0) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.contact-us__step-three .form-group input,.contact-us__step-three .form-group textarea{border-radius:12px;border:1px solid rgba(2,2,2,.2);background:rgba(0,0,0,0);outline:none;box-shadow:none;line-height:26px;padding:16px 20px;transition:color .25s ease-in-out;color:#020202;font-size:18px;font-weight:500;width:100%}@media(min-width: 768px){.contact-us__step-three .form-group input,.contact-us__step-three .form-group textarea{font-size:1.125rem;line-height:1.625rem;padding:1rem 1.25rem;border-radius:.75rem}}.contact-us__step-three .form-group input:focus,.contact-us__step-three .form-group textarea:focus{opacity:1}.contact-us__step-three .form-group input:not(:focus):valid,.contact-us__step-three .form-group textarea:not(:focus):valid{opacity:1}.contact-us__step-three .form-group input:focus~.form-label,.contact-us__step-three .form-group input:not(:focus):valid~.form-label,.contact-us__step-three .form-group textarea:focus~.form-label,.contact-us__step-three .form-group textarea:not(:focus):valid~.form-label{top:0px;font-size:12px;background-color:#fff}@media(min-width: 768px){.contact-us__step-three .form-group input:focus~.form-label,.contact-us__step-three .form-group input:not(:focus):valid~.form-label,.contact-us__step-three .form-group textarea:focus~.form-label,.contact-us__step-three .form-group textarea:not(:focus):valid~.form-label{font-size:.75rem}}.contact-us__step-three .form-group input:focus~.form-label,.contact-us__step-three .form-group textarea:focus~.form-label{opacity:1}.contact-us__step-three .form-group input:not(:focus):valid~.form-label,.contact-us__step-three .form-group textarea:not(:focus):valid~.form-label{opacity:1}.contact-us__step-three .form-group input:focus~span.bottomLine,.contact-us__step-three .form-group textarea:focus~span.bottomLine{width:100%}.contact-us__step-three__error-validate{border-color:red !important}.contact-us__step-four{display:none;margin-top:133px}@media(min-width: 768px){.contact-us__step-four{margin-top:8.3125rem}}.contact-us__step-four-text{margin-top:20px;color:#020202;font-size:18px;font-weight:400;line-height:30px}@media(min-width: 768px){.contact-us__step-four-text{font-size:1.125rem;line-height:1.875rem;margin-top:1.25rem}}.contact-us__text-error{color:red !important}.progress-bar-container{display:none;margin-top:69px;gap:14px;align-items:center}@media(min-width: 768px){.progress-bar-container{margin-top:4.3125rem;gap:.875rem}}.progress-bar{width:230px;height:5px;background-color:#f2ecf4;border-radius:24px;position:relative}@media(min-width: 768px){.progress-bar{width:14.375rem;height:.3125rem;border-radius:1.5rem}}.progress{height:100%;width:0;background-color:#b209cd;transition:width .3s ease-in-out;border-radius:24px}@media(min-width: 768px){.progress{border-radius:1.5rem}}.step-label{color:#818181;font-size:14px;font-weight:500;line-height:24px}@media(min-width: 768px){.step-label{font-size:.875rem;line-height:1.5rem}}.step-label span{color:#020202}.kwt-file{display:flex}.kwt-file__drop-area{position:relative;display:flex;align-items:center;width:100%;padding:11px 12px;background-color:#fff;border-radius:12px;transition:.3s;border:1px solid rgba(2,2,2,.2)}@media(min-width: 768px){.kwt-file__drop-area{padding:.6875rem .75rem;border-radius:.75rem}}.kwt-file__drop-area.is-active{background-color:#d1def0}.kwt-file__choose-file{flex-shrink:0;background-color:#b209cd;border-radius:100%;margin-right:10px;color:#fff;width:36px;height:36px;display:flex;align-items:center;justify-content:center}@media(min-width: 768px){.kwt-file__choose-file{width:2.25rem;height:2.25rem}}.kwt-file__choose-file.kwt-file_btn-text{border-radius:4px;width:auto;height:auto;padding:10px 20px;font-size:18px;font-weight:500}@media(min-width: 768px){.kwt-file__choose-file.kwt-file_btn-text{padding:.625rem 1.25rem;font-size:1.125rem;border-radius:.25rem}}.kwt-file__choose-file svg{width:18px;height:18px;display:block}@media(min-width: 768px){.kwt-file__choose-file svg{width:1.125rem;height:1.125rem}}.kwt-file__msg{color:#1d3557;font-size:16px;font-weight:400;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width: 768px){.kwt-file__msg{font-size:1rem}}.kwt-file__input{position:absolute;left:0;top:0;height:100%;width:100%;cursor:pointer;opacity:0}.kwt-file__input:focus{outline:none}.kwt-file__delete{display:none;position:absolute;right:10px;width:18px;height:18px;cursor:pointer}@media(min-width: 768px){.kwt-file__delete{right:.625rem;width:1.125rem;height:1.125rem}}.kwt-file__delete:before{content:"";position:absolute;left:0;transition:.3s;top:0;z-index:1;width:100%;height:100%;background-size:cover;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%231d3557' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e")}.kwt-file__delete:after{content:"";position:absolute;opacity:0;left:50%;top:50%;width:100%;height:100%;transform:translate(-50%, -50%) scale(0);background-color:#1d3557;border-radius:50%;transition:.3s}.kwt-file__delete:hover:after{transform:translate(-50%, -50%) scale(2.2);opacity:.1}.page-template-careers{background:linear-gradient(180deg, #4a09a2 -16.04%, #160538 38.17%)}.careers__header{background-image:url("../images/careers/careers-bg.svg");background-repeat:no-repeat;background-size:cover;background-position:top center;width:100%;position:relative}.careers__header-title{font-size:32px;line-height:56px;color:#fff;font-weight:600}@media(min-width: 768px){.careers__header-title{font-size:3.5rem;line-height:5rem}}.careers__header-subtitle{font-size:22px;line-height:36px;font-weight:400;color:#fff;margin-top:16px;max-width:632px}@media(min-width: 768px){.careers__header-subtitle{font-size:2rem;line-height:3.125rem;margin-top:2.1875rem;max-width:39.5rem}}.careers__header-bg-image{background-image:url("../images/careers/careers-bg.svg");background-repeat:no-repeat;background-size:cover;background-position:center;height:149.0104166667vw;width:100%;position:absolute;top:0;left:0;right:0;bottom:0}.careers__header-vector-image{display:none;background-image:url("../images/careers/careers-bg-logo.svg");background-repeat:no-repeat;background-size:contain;background-position:center;height:59.875rem;width:59.8125rem;position:absolute;top:0;right:0}@media(min-width: 768px){.careers__header-vector-image{display:block}}.careers__header-wrapper{position:relative;top:140px;left:0;right:0}@media(min-width: 768px){.careers__header-wrapper{top:10rem}}.careers__header__journey{margin-top:60px;padding-bottom:100px}@media(min-width: 768px){.careers__header__journey{margin-top:8.625rem;padding-bottom:6.25rem}}.careers__header__journey-title{font-size:32px;line-height:56px;color:#020202;font-weight:600;margin-top:56px;text-align:center}@media(min-width: 768px){.careers__header__journey-title{font-size:3.375rem;line-height:4.625rem;margin-top:6.25rem}}.careers__header__journey-title span{font-weight:700;color:#b209cd}.careers__header__journey-subtitle{font-size:20px;line-height:28px;text-align:center;margin-top:18px}@media(min-width: 768px){.careers__header__journey-subtitle{color:#070707;font-size:1.5625rem;font-weight:400;line-height:2.375rem;margin-top:2rem;width:64.3125rem}}.careers__header__journey-text{font-size:16px;line-height:26px;font-weight:600;color:#020202;margin-top:23px;text-align:center}@media(min-width: 768px){.careers__header__journey-text{font-size:1.375rem;line-height:2.125rem;margin-top:2.875rem}}.careers__header__journey-wrapper{position:relative}.careers__header__journey-video{max-width:982px;width:100%;height:402px;border-radius:24px;margin-top:26px;position:relative;padding:0 16px}@media(min-width: 640px){.careers__header__journey-video{height:662px;margin-top:46px}}@media(min-width: 768px){.careers__header__journey-video{margin-top:5rem;max-width:67.625rem;padding:0;height:41.375rem}}.careers__header__journey-logo{width:360px;height:360px;position:absolute;top:96px;right:0;background-image:url("../images/careers/nextrope-logo-violet.svg");background-repeat:no-repeat;background-size:cover;background-position:center;display:none}@media(min-width: 640px){.careers__header__journey-logo{display:block}}@media(min-width: 768px){.careers__header__journey-logo{width:43.675125rem;height:43.6099375rem;top:6rem}}.careers__header__journey-gradient{max-width:581.858px;max-height:908.404px;width:100%;height:100%;position:absolute;bottom:-100px;left:-160px;background-image:url("../images/careers/career-bg-gradient-journey.svg");background-repeat:no-repeat;background-size:cover;background-position:center;display:none}@media(min-width: 640px){.careers__header__journey-gradient{display:block}}@media(min-width: 768px){.careers__header__journey-gradient{width:36.366125rem;height:56.77525rem;left:10.125rem;bottom:0}}.careers__header__position{position:relative}.careers__header__position-gradient-left{background-image:url("../images/careers/careers-bg-gradient-left.svg");background-repeat:no-repeat;background-size:cover;background-position:center;width:35.42975rem;height:63.1621875rem;position:absolute;bottom:0px;left:8rem;filter:blur(65px);display:none}@media(min-width: 768px){.careers__header__position-gradient-left{display:block}}.careers__header__position-gradient-right{background-image:url("../images/careers/careers-bg-gradient-right.svg");background-repeat:no-repeat;background-size:cover;background-position:center;width:19.5rem;height:63.3125rem;position:absolute;bottom:0px;right:-7rem;filter:blur(65px);display:none}@media(min-width: 768px){.careers__header__position-gradient-right{display:block}}.careers__header__position-bg{background:#f2ecf4;position:relative}.careers__header__position-title{font-weight:600;color:#020202;text-align:center;font-size:28px;line-height:36px;margin-top:56px;margin-bottom:68px}@media(min-width: 768px){.careers__header__position-title{font-size:2.25rem;line-height:3rem;margin-top:6.4375rem;margin-bottom:8.3125rem}}.careers__section-career{margin-bottom:80px;margin-top:140px}@media(min-width: 768px){.careers__section-career{margin-top:10rem;margin-bottom:10.75rem}}.careers__section-career-title{font-size:32px;line-height:44px;color:#020202;text-align:center;font-weight:500;max-width:750px;margin-top:80px}@media(min-width: 768px){.careers__section-career-title{line-height:4.25rem;margin-top:7.5rem;font-size:3.375rem;max-width:46.9375rem}}.careers__section-career-title span{font-weight:800;color:#b209cd}.careers__section-career-subtitle{font-size:24px;line-height:32px;color:#020202;text-align:center;font-weight:600;max-width:1368px;width:100%;position:relative;margin-top:42px}@media(min-width: 768px){.careers__section-career-subtitle{font-size:2.875rem;margin-top:5.5rem;line-height:3.75rem;max-width:85.5rem}}.careers__section-career-subtitle::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:160px;height:160px;border-radius:50%;opacity:.12;background:radial-gradient(50% 50% at 50% 50%, #7511d4 46.49%, #5c099d 100%);box-shadow:0px 0px 34px 30px #fff inset}@media(min-width: 768px){.careers__section-career-subtitle::before{width:24.75rem;height:24.75rem}}.careers__section-career-text{color:#020202;text-align:center;font-weight:600;font-size:22px;line-height:28px;max-width:1100px;width:100%;position:relative;margin-top:56px}@media(min-width: 768px){.careers__section-career-text{line-height:2.5rem;margin-top:6.0625rem;font-size:1.75rem;max-width:68.75rem}}.careers__section-career-text::before{position:absolute;top:50%;left:20%;transform:translateY(-50%);width:14.3125rem;height:14.3125rem;background:radial-gradient(50% 50% at 50% 50%, #7511d4 46.49%, #5c099d 100%);opacity:.12;box-shadow:0px 0px 34px 30px #fff inset}@media(min-width: 768px){.careers__section-career-text::before{content:""}}.careers__section-career-text span{font-weight:700;color:#b209cd}.careers__section-benefit{position:relative;padding-top:60px;padding-bottom:80px}@media(min-width: 768px){.careers__section-benefit{padding-top:8.75rem;padding-bottom:14.1875rem}}.careers__section-benefit-bg{background-image:url("../images/careers/careers-bg-benefit.svg");background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;height:100%;position:absolute;top:0;left:0}.careers__section-benefit__blur{background-image:url("../images/careers/careers-benefit-blur.svg");background-size:cover;background-repeat:no-repeat;position:absolute;width:100%;height:900px;top:44%;left:50%;transform:translate(-50%, -50%)}@media(min-width: 768px){.careers__section-benefit__blur{transform:translate(-50%, -50%);top:50%;width:42.125rem;height:61rem;background-size:contain}}.careers__section-benefit__logo{background-image:url("../images/svg/general-logo.svg");background-size:contain;background-repeat:no-repeat;width:700px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media(min-width: 768px){.careers__section-benefit__logo{width:97.5rem;height:97.375rem}}.careers__section-benefit-title{font-size:94px;line-height:120px;font-weight:800;letter-spacing:3.2px;text-transform:uppercase;-webkit-text-stroke:1px rgba(196,30,255,.8);color:rgba(0,0,0,0);font-family:sans-serif;text-wrap:nowrap;position:relative;align-self:flex-start;margin-bottom:48px}@media(min-width: 768px){.careers__section-benefit-title{letter-spacing:.45rem;font-size:15rem;line-height:16.25rem;margin-bottom:8rem}}.careers__section-benefit__list{list-style:decimal;display:grid;grid-template-columns:1fr;gap:20px;list-style-position:inside;color:#fff}@media(min-width: 768px){.careers__section-benefit__list{grid-template-columns:1fr 1fr;justify-content:space-between;padding:0 5.5625rem;-moz-column-gap:14.5rem;column-gap:14.5rem;row-gap:2.25rem}}.careers__section-benefit__item{counter-increment:list-counter;display:flex;align-items:flex-start;opacity:.6;transition:all .3s ease-in-out;position:relative}.careers__section-benefit__item:hover{opacity:1}.careers__section-benefit__item:hover::after{transform:scale(1)}.careers__section-benefit__item::before{content:counter(list-counter) ".";margin-right:10px;font-size:22px;font-weight:600;line-height:30px}@media(min-width: 768px){.careers__section-benefit__item::before{font-size:3rem;line-height:2.875rem}}.careers__section-benefit__item::after{content:"";transition:all .3s ease-in-out;width:80px;height:80px;background:radial-gradient(32.53% 32.53% at 50% 50%, #c41eff 0%, rgba(165, 21, 253, 0.6) 59.38%);opacity:.25;box-shadow:0px 0px 45px 30px #0d0021 inset;position:absolute;top:-36px;left:-36px;border-radius:50%;transform:scale(0)}@media(min-width: 768px){.careers__section-benefit__item::after{width:12.5rem;height:12.5rem;top:-5.625rem;left:-5.625rem}}.careers__section-benefit__item div{position:relative;padding-bottom:20px}@media(min-width: 768px){.careers__section-benefit__item div{width:35.5rem;padding-bottom:2.5rem}}.careers__section-benefit__item div::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#fff;opacity:.2}.careers__section-benefit__item-title{color:#fff;font-size:22px;font-weight:600;line-height:30px}@media(min-width: 768px){.careers__section-benefit__item-title{font-size:1.625rem;line-height:1.875rem}}.careers__section-benefit__item-text{color:#fff;font-size:16px;font-weight:400;line-height:26px;margin-top:8px}@media(min-width: 768px){.careers__section-benefit__item-text{margin-top:1.25rem;font-size:1.125rem;line-height:1.875rem}}.careers__section-recruitment{padding:60px 0px;display:flex;flex-direction:column;position:relative;overflow:hidden}@media(min-width: 768px){.careers__section-recruitment{padding-top:7.5rem;padding-bottom:6.3125rem}}.careers__section-recruitment::after{position:absolute;bottom:0px;left:0;background-image:url("../images/careers/careers-bg-gradient-recruitment.svg");background-repeat:no-repeat;background-size:cover;background-position:center;height:7.8125rem;width:80%;filter:blur(65px)}@media(min-width: 768px){.careers__section-recruitment::after{content:""}}@media(min-width: 1024px){.careers__section-recruitment{padding:7.5rem 0px}}.careers__section-recruitment-title{color:#020202;text-align:center;font-weight:500;max-width:586px;width:100%;margin:0 auto;font-size:32px;line-height:44px}@media(min-width: 768px){.careers__section-recruitment-title{font-size:3.375rem;line-height:4.25rem;max-width:36.625rem}}.careers__section-recruitment-title span{color:#b209cd;font-weight:800}.careers__section-recruitment-text{color:#070707;text-align:center;font-weight:400;font-size:22px;line-height:28px;margin-top:16px}@media(min-width: 768px){.careers__section-recruitment-text{font-size:1.5625rem;line-height:2.375rem;margin-top:2rem}}.careers__section-recruitment-subtitle{color:#020202;font-size:32px;font-weight:600;line-height:48px;text-align:center}@media(min-width: 768px){.careers__section-recruitment-subtitle{font-size:3.375rem;line-height:4.25rem;text-align:start}}@media(min-width: 768px){.careers__section-recruitment__wrapper{gap:12.125rem}}.careers__section-recruitment-text-answer{color:#070707;font-size:20px;font-weight:400;line-height:28px;margin-top:16px;width:100%;text-align:center}@media(min-width: 768px){.careers__section-recruitment-text-answer{font-size:1.5625rem;line-height:2.375rem;margin-top:2rem;text-align:start;width:32.25rem}}.careers__section-recruitment-btn-in-touch{border-radius:60px;background:#b209cd;outline:none;border:none;display:flex;justify-content:center;align-items:center;width:284px;color:#fff;text-align:center;font-size:18px;font-weight:600;line-height:20px;padding:20px;transition:all .3s ease-in-out;margin:0 auto;margin-top:32px}@media(min-width: 768px){.careers__section-recruitment-btn-in-touch{margin:0;font-size:1.125rem;padding:1.25rem;width:17.75rem;line-height:1.25rem;border-radius:3.75rem}}.careers__section-recruitment-btn-in-touch:hover{background:#9204b6}.careers__section-recruitment-img-ops{max-width:380px;max-height:374px;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.careers__section-recruitment-img-ops{max-width:23.75rem;max-height:23.375rem}}.careers__section-recruitment-name-ops{color:#020202;font-size:24px;font-weight:600;line-height:32px}@media(min-width: 768px){.careers__section-recruitment-name-ops{font-size:1.5rem;line-height:2rem}}.careers__section-recruitment-position-ops{color:#020202;font-size:15px;font-weight:500;line-height:32px;opacity:.6;text-align:center}@media(min-width: 768px){.careers__section-recruitment-position-ops{font-size:.9375rem;line-height:2rem}}.careers__section-recruitment-contact-ops{color:#020202;font-size:24px;font-weight:500;line-height:32px;text-align:center}@media(min-width: 768px){.careers__section-recruitment-contact-ops{font-size:1.5rem;line-height:2rem}}.career-view__header{width:100%;background-color:rgba(0,0,0,0)}.career-view__header-btn-back{display:flex;gap:12px;align-items:center;margin-top:68px;margin-bottom:32px}@media(min-width: 768px){.career-view__header-btn-back{margin-bottom:3.9375rem;margin-top:9.25rem;gap:.75rem}}.career-view__header-btn-back img{width:5.726px;height:10px;filter:invert(100%) sepia(100%) saturate(2%) hue-rotate(60deg) brightness(103%) contrast(101%)}@media(min-width: 768px){.career-view__header-btn-back img{width:.359125rem;height:.625rem}}.career-view__header-btn-back span{color:#fff;font-size:16px;font-weight:400;line-height:18px}@media(min-width: 768px){.career-view__header-btn-back span{font-size:1rem;line-height:1.125rem}}.career-view__header-title{color:#fff;font-weight:600;font-size:32px;line-height:38px;text-align:center}@media(min-width: 768px){.career-view__header-title{text-align:start;font-size:3.5rem;line-height:4.25rem}}.career-view__header-subtitle{font-weight:600;color:#fff;font-size:26px;line-height:32px;text-align:center}@media(min-width: 768px){.career-view__header-subtitle{text-align:start;font-size:2.875rem;line-height:4.25rem}}.career-view__header-image{background-image:url("../images/career-view/career-header-image.svg");background-repeat:no-repeat;background-size:cover;background-position:center;height:350px;width:100%}@media(min-width: 768px){.career-view__header-image{height:29.4375rem;background-size:contain}}body.career-view{background-image:url("../images/career-view/career-bg.svg");background-repeat:no-repeat;background-size:cover;background-position:top center}.career-view__main{width:100%;position:relative}.career-view__main-gradient-left{position:relative}.career-view__main-gradient-left::after{background-image:url("../images/career-view/career-gradient-left.svg");background-repeat:no-repeat;background-size:cover;background-position:center;position:absolute;bottom:-290px;left:-160px;width:600px;height:600px;filter:blur(65px)}@media(min-width: 768px){.career-view__main-gradient-left::after{content:""}}.career-view__main-gradient-right{display:none;background-image:url("../images/career-view/career-gradient-right.svg");background-repeat:no-repeat;background-size:cover;background-position:center;position:absolute;bottom:-160px;right:0px;width:40%;height:325.556px;filter:blur(65px)}@media(min-width: 768px){.career-view__main-gradient-right{display:block}}.career-view__main-container{margin-top:26px}@media(min-width: 768px){.career-view__main-container{margin-top:1.625rem}}.career-view__main-container svg{width:20px;height:20px}@media(min-width: 768px){.career-view__main-container svg{width:1.25rem;height:1.25rem}}.career-view__main-box{border:1px solid #ccc;background:#fff;width:100%;padding:58px 32px 50px 32px}@media(min-width: 768px){.career-view__main-box{padding:3.625rem 2rem 3.125rem 2rem}}.career-view__main-box-title{color:#020202 !important;font-size:32px !important;font-weight:600 !important;line-height:32px !important;margin:0 !important}@media(min-width: 768px){.career-view__main-box-title{font-size:2rem !important;line-height:2rem !important}}.career-view__main-box-subtitle{color:#676767 !important;font-size:20px !important;font-weight:500 !important;line-height:28px !important;margin:0 !important;margin-top:17px !important}.career-view__main-box-subtitle::before{display:none !important;margin:0 !important}@media(min-width: 768px){.career-view__main-box-subtitle{font-size:1.25rem !important;line-height:1.75rem !important}}.career-view__main-box-price{color:#020202;font-size:20px !important;font-weight:500 !important;line-height:32px !important;opacity:.6 !important;margin:0 !important;padding:0 !important}@media(min-width: 768px){.career-view__main-box-price{font-size:1.25rem !important;line-height:2rem !important}}.career-view__main-box-location{color:#070707;font-size:15px !important;font-weight:500 !important;line-height:16px !important;opacity:.6 !important;padding:0 !important;margin:0 !important}@media(min-width: 768px){.career-view__main-box-location{font-size:.9375rem !important;line-height:1rem !important}}.career-view__main-box-btn{border-radius:60px;background:#b209cd;outline:none;border:none;display:flex;justify-content:center;align-items:center;width:100%;color:#fff;text-align:center;font-size:18px;font-weight:600;line-height:20;padding:20px;height:60px;transition:all .3s ease-in-out;margin:32px 0px}.career-view__main-box-btn:hover{background:#9204b6}@media(min-width: 768px){.career-view__main-box-btn{font-size:1.125rem;line-height:1.25rem;height:3.75rem;margin:2rem 0;padding:1.25rem}}.career-view__main-box-text{color:#020202 !important;font-size:15px !important;font-weight:500 !important;line-height:32px !important;opacity:.4;margin:0 !important;padding:0 !important}@media(min-width: 768px){.career-view__main-box-text{font-size:.9375rem !important;line-height:2rem !important}}.career-view__main-box-ops-email{color:#020202 !important;font-size:22px !important;font-weight:500 !important;line-height:32px !important;margin:0 !important;padding:0 !important}@media(min-width: 768px){.career-view__main-box-ops-email{font-size:1.375rem !important;line-height:2rem !important}}.career-view__main-box-ops-name{color:#070707 !important;font-size:20px !important;font-weight:600 !important;line-height:22px !important;padding:0 !important;margin:0 !important}@media(min-width: 768px){.career-view__main-box-ops-name{font-size:1.25rem !important;line-height:1.375rem !important}}.career-view__main-box-ops-image{width:64px;height:64px;border-radius:50%}@media(min-width: 768px){.career-view__main-box-ops-image{width:4rem;height:4rem}}.career-view__hire{margin-top:80px}@media(min-width: 768px){.career-view__hire{margin-top:16.25rem}}.career-view__hire-title{color:#fff;font-size:32px;font-weight:500;line-height:40px}@media(min-width: 768px){.career-view__hire-title{font-size:4rem;line-height:4.25rem}}.career-view__hire-title span{color:#c41eff;font-weight:700}.career-view__hire-subtitle{color:#d9d9d9;font-size:24px;font-weight:400;line-height:30px;margin-top:34px}@media(min-width: 768px){.career-view__hire-subtitle{font-size:1.5rem;line-height:1.875rem;margin-top:2.125rem}}.career-view__hire-text,.career-view__hire-text-small{color:#fff;font-size:26px;font-weight:600;line-height:31px}@media(min-width: 768px){.career-view__hire-text,.career-view__hire-text-small{font-size:1.625rem;line-height:1.9375rem}}.career-view__hire-text-small{font-weight:400}.career-view__content p{font-size:16px;line-height:26px;padding-bottom:0;color:#020202;text-align:justify}@media(min-width: 768px){.career-view__content p{font-size:1.125rem;line-height:1.875rem}}.career-view__content a{color:#451dca;transition:text-shadow .15s linear}.career-view__content a:hover{text-shadow:0 1px rgba(0,0,0,.5)}.career-view__content h2,.career-view__content h3,.career-view__content h4,.career-view__content h5,.career-view__content h6{font-family:"Montserrat",sans-serif;font-weight:600;color:#020202}.career-view__content h2{font-size:28px;line-height:36px;margin-bottom:32px}@media(min-width: 768px){.career-view__content h2{font-size:2.25rem;line-height:3rem;margin-bottom:3rem}}.career-view__content h3{font-size:20px;line-height:26px;margin-bottom:28px}@media(min-width: 768px){.career-view__content h3{font-size:2rem;line-height:2.625rem;margin-bottom:2.625rem}}.career-view__content h4,.career-view__content h5{font-size:20px;line-height:24px;margin-bottom:24px}@media(min-width: 768px){.career-view__content h4,.career-view__content h5{font-size:1.5625rem;line-height:1.75rem;margin-bottom:2.25rem}}.career-view__content small,.career-view__content .text_small{font-size:12.8px;line-height:14.8px}.career-view__content p{font-size:16px;line-height:26px;font-weight:400;margin-bottom:20px;padding:0;text-align:justify}@media(min-width: 768px){.career-view__content p{font-size:1.125rem;line-height:1.875rem;margin-bottom:1.875rem}}.career-view__content p a,.career-view__content p a:active{color:#451dca}.career-view__content [class^=wp-block-],.career-view__content ol,.career-view__content ul{margin-bottom:30px}@media(min-width: 768px){.career-view__content [class^=wp-block-],.career-view__content ol,.career-view__content ul{margin-bottom:3rem}}.career-view__content .wp-block-image{text-align:center}.career-view__content figcaption{font-size:14px;text-align:center;font-style:italic}@media(min-width: 768px){.career-view__content figcaption{font-size:1rem}}.career-view__content ul,.career-view__content ol{list-style:none;padding-left:26px}@media(min-width: 768px){.career-view__content ul,.career-view__content ol{padding-left:1.625rem}}.career-view__content ul li,.career-view__content ol li{position:relative;line-height:1.5;margin-bottom:10px;padding-left:20px}@media(min-width: 768px){.career-view__content ul li,.career-view__content ol li{margin-bottom:.625rem;padding-left:1.25rem}}.career-view__content ul li::before,.career-view__content ol li::before{content:"";background-image:url("../images/svg/li-arrow.svg");background-repeat:no-repeat;width:11px;height:14px;display:inline-block;position:absolute;left:-14px;top:4px;background-size:contain}@media(min-width: 768px){.career-view__content ul li::before,.career-view__content ol li::before{width:.6875rem;height:.875rem;left:-0.875rem;top:.25rem}}.page-404__bg{background-image:url("../images/404-bg.png");background-size:cover;background-position:center;background-repeat:no-repeat;height:320px;width:320px}@media(min-width: 1024px){.page-404__bg{height:380px;width:380px}}@media(min-width: 1280px){.page-404__bg{height:460px;width:460px}}.page-404__title{font-weight:800;font-size:32px;line-height:48px;letter-spacing:0px;text-transform:uppercase;color:rgba(0,0,0,0);-webkit-text-stroke:1px #c41eff;font-family:sans-serif;white-space:nowrap}.page-404__subtitle{font-weight:700;font-size:32px;line-height:40px;letter-spacing:0px;text-transform:uppercase;color:#020202}@media(min-width: 1024px){.page-404__subtitle{font-size:42px;line-height:50px}}@media(min-width: 1280px){.page-404__subtitle{font-size:48px;line-height:62px}}.page-404__text{font-weight:500;font-size:26px;line-height:36px;letter-spacing:0px;color:#020202;margin-bottom:20px}@media(min-width: 1024px){.page-404__text{font-size:32px;line-height:42px;margin-bottom:26px}}@media(min-width: 1280px){.page-404__text{font-size:36px;line-height:48px}}.page-404__link{font-weight:500;font-size:26px;line-height:36px;letter-spacing:0px;color:#f9a31c;outline:none}@media(min-width: 1024px){.page-404__link{font-size:32px;line-height:42px}}@media(min-width: 1280px){.page-404__link{font-size:36px;line-height:48px}}.case-study__header-title{color:#fff;font-weight:600;font-size:28px;line-height:36px;margin-bottom:42px}@media(min-width: 768px){.case-study__header-title{font-size:3.5rem;line-height:4.25rem;margin-bottom:7.5rem;width:88.8125rem}}.case-study__section-first-bg{position:absolute;top:0px;width:600px;height:500px;right:-229px;z-index:-1;background-image:url("../images/case-study-alior/nextrope-icon.svg");background-repeat:no-repeat;background-size:contain}@media(min-width: 768px){.case-study__section-first-bg{top:-12rem;width:92rem;height:92.25rem;right:-23.75rem}}.case-study__section-first-title{color:#020202;text-align:center;font-weight:500;font-size:24px;line-height:32px;margin:32px 0}@media(min-width: 768px){.case-study__section-first-title{font-size:3.375rem;line-height:4.625rem;margin-top:10.1875rem;margin-bottom:9.5rem}}.case-study__section-first-title .highlight{font-weight:700;color:#b209cd}.case-study__section-first__client-text{color:#020202;font-size:20px;font-weight:500;line-height:58px}@media(min-width: 768px){.case-study__section-first__client-text{font-size:1.5rem;line-height:4.375rem}}.case-study__section-first__client-logo{width:180px;height:80px;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.case-study__section-first__client-logo{width:14.5rem;height:7.5rem}}.case-study__section-first__client-title{color:#020202;font-weight:600;font-size:20px;line-height:28px}@media(min-width: 768px){.case-study__section-first__client-title{font-size:2.25rem;line-height:3rem}}.case-study__section-first__client-subtitle,.case-study__section-first__client-description,.case-study__section-first__client-subtitle-2{color:#020202;font-size:20px;line-height:28px;font-weight:600}@media(min-width: 768px){.case-study__section-first__client-subtitle,.case-study__section-first__client-description,.case-study__section-first__client-subtitle-2{font-size:1.5rem;line-height:2.25rem}}.case-study__section-first__client-subtitle-2{opacity:.3}.case-study__section-first__client-wrapper{display:flex;justify-content:center;align-items:center;border-radius:12px;background:#f8e7fa;padding:6px}@media(min-width: 768px){.case-study__section-first__client-wrapper{padding:.375rem;border-radius:.75rem}}.case-study__section-first__client-wrapper img{width:48px;height:48px}@media(min-width: 768px){.case-study__section-first__client-wrapper img{width:3rem;height:3rem}}.case-study__section-first__client-description{font-weight:400}.case-study__section-first__client-description .highlight{color:#b209cd}.case-study__section-first-subtitle{font-weight:800;color:rgba(0,0,0,0);-webkit-text-stroke:1px rgba(183,30,255,.8);white-space:nowrap;text-transform:uppercase;font-family:sans-serif;font-size:98px;line-height:122px;letter-spacing:1px}@media(min-width: 768px){.case-study__section-first-subtitle{font-size:15rem;line-height:16.5rem;letter-spacing:.6rem}}.case-study-section-second-title{color:#020202;font-weight:600;font-size:24px;line-height:30px;text-align:center}@media(min-width: 768px){.case-study-section-second-title{font-size:2.875rem;line-height:3.75rem;max-width:77.8125rem}}.case-study-section-second-title-img{width:92px;height:48px}@media(min-width: 768px){.case-study-section-second-title-img{width:5.75rem;height:3rem}}.case-study-section-second-title-name{color:#020202;text-align:center;font-size:18px;font-weight:600;line-height:32px}@media(min-width: 768px){.case-study-section-second-title-name{font-size:1.125rem;line-height:2rem}}.case-study-section-second-title-text{color:#b209cd;text-align:center;font-size:14px;font-weight:500;line-height:24px}@media(min-width: 768px){.case-study-section-second-title-text{font-size:.875rem;line-height:1.5rem}}.case-study-section-second-bg{position:absolute;top:26.25rem;right:0px;z-index:-1;background-image:url("../images/case-study-alior/nextrope-icon.svg");background-repeat:no-repeat;background-size:contain;background-position:top}@media(min-width: 768px){.case-study-section-second-bg{width:92rem;height:92.25rem}}.case-study-section-second__wrapper-title{color:#020202;font-weight:500;position:relative;font-size:24px;line-height:30px;text-align:center}@media(min-width: 768px){.case-study-section-second__wrapper-title{font-size:3.375rem;line-height:4.25rem;max-width:73.5rem}}.case-study-section-second__wrapper-title .highlight{font-weight:700;color:#b209cd}.case-study-section-second__wrapper-big-circle,.case-study-section-second__wrapper-small-circle{border-radius:50%;opacity:.12;background:radial-gradient(50% 50% at 50% 50%, #7511d4 46.49%, #5c099d 100%);box-shadow:0px 0px 34px 30px #fff inset;position:absolute;top:-30%;left:50%;transform:translateX(-50%)}@media(min-width: 768px){.case-study-section-second__wrapper-big-circle,.case-study-section-second__wrapper-small-circle{width:21.9375rem;height:21.9375rem}}@media(min-width: 768px){.case-study-section-second__wrapper-small-circle{width:12.713625rem;height:12.713625rem;left:27%;top:80%}}.case-study-section-second__wrapper-btn{border-radius:60px;border:1px solid #b209cd;background:#b209cd;outline:none;color:#fff;text-align:center;font-size:18px;font-weight:500;width:280px;line-height:20px;padding:20px 16px;position:relative}@media(min-width: 768px){.case-study-section-second__wrapper-btn{font-size:1.125rem;line-height:1.25rem;width:17.5rem;padding:1.25rem 1rem}}.case-study-section-second-subtitle,.case-study-section-second-description{color:#020202;font-weight:600;font-size:22px;line-height:26px}@media(min-width: 768px){.case-study-section-second-subtitle,.case-study-section-second-description{font-size:2.25rem;font-style:normal;line-height:2.25rem}}.case-study-section-second-description{font-weight:400;font-size:18px;line-height:26px}@media(min-width: 768px){.case-study-section-second-description{font-size:1.5rem;line-height:2.25rem}}.case-study-section-second__list{list-style:none;margin:0;padding:0}.case-study-section-second__list-item{color:#020202;font-size:20px;font-weight:600;line-height:30px;position:relative;padding-left:14px}@media(min-width: 768px){.case-study-section-second__list-item{font-size:1.25rem;line-height:1.875rem;padding-left:.875rem}}.case-study-section-second__list-item::before{content:"";background-image:url("../images/svg/dot.svg");background-repeat:no-repeat;width:8px;height:8px;display:inline-block;position:absolute;left:-12px;top:10px;background-size:contain}@media(min-width: 768px){.case-study-section-second__list-item::before{width:.5rem;height:.5rem;left:-0.75rem;top:.625rem}}.case-study-section-second__card{min-width:320px;width:100%;display:flex;flex-direction:column;border-radius:24px}@media(min-width: 768px){.case-study-section-second__card{min-width:auto;width:22.5625rem;border-radius:1.5rem}}.case-study-section-second__card-img-box{width:100%;height:170px;position:relative}@media(min-width: 768px){.case-study-section-second__card-img-box{height:10.625rem}}.case-study-section-second__card-img-box-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-top-right-radius:24px;border-top-left-radius:24px}@media(min-width: 768px){.case-study-section-second__card-img-box-img{border-top-right-radius:1.5rem;border-top-left-radius:1.5rem}}.case-study-section-second__card-img-box-icon{width:50px;height:50px;position:absolute;top:24px;left:24px}@media(min-width: 768px){.case-study-section-second__card-img-box-icon{width:3.125rem;height:3.125rem;top:1.5rem;left:1.5rem}}.case-study-section-second__card-text-box{position:relative;top:-16px;min-height:320px;border-radius:24px;background:linear-gradient(139deg, #3a027d 1.57%, #850fcd 97.76%);padding:26px 24px;display:flex;flex-direction:column;height:100%}@media(min-width: 768px){.case-study-section-second__card-text-box{top:-1rem;min-height:20rem;border-radius:1.5rem;padding:1.625rem 1.5rem}}.case-study-section-second__card-text-box-subtitle{color:#fff;font-size:26px;font-weight:600;line-height:36px}@media(min-width: 768px){.case-study-section-second__card-text-box-subtitle{font-size:1.625rem;line-height:2.25rem}}.case-study-section-second__card-text-box-text{color:#fff;font-size:18px;font-weight:400;line-height:28px;margin-top:12px}@media(min-width: 768px){.case-study-section-second__card-text-box-text{font-size:1.125rem;line-height:1.75rem;margin-top:.75rem}}.case-study-section-three-title{font-size:28px;line-height:36px;color:#020202;text-align:center;font-weight:600}@media(min-width: 768px){.case-study-section-three-title{font-size:2.875rem;line-height:3.75rem;width:77.8125rem}}.case-study-section-three-link{color:#020202;font-size:18px;font-weight:400;line-height:30px;overflow:none;border:none;display:flex;align-items:center;gap:12px}@media(min-width: 768px){.case-study-section-three-link{font-size:1.125rem;line-height:1.875rem;gap:.75rem}}.case-study-section-three-link-arrow{width:8px}@media(min-width: 768px){.case-study-section-three-link-arrow{width:.5rem}}.case-study-section-three-link-icon{width:105px;height:28px}@media(min-width: 768px){.case-study-section-three-link-icon{width:6.5625rem;height:1.75rem}}.case-study-section-three-subtitle,.case-study-section-three-subtitle-2{color:#020202;font-size:24px;line-height:30px;font-weight:600}@media(min-width: 768px){.case-study-section-three-subtitle,.case-study-section-three-subtitle-2{font-size:2.25rem;line-height:2.25rem}}.case-study-section-three-text,.case-study-section-three-text .highlight{font-size:18px;line-height:28px;color:#020202;font-weight:400}@media(min-width: 768px){.case-study-section-three-text,.case-study-section-three-text .highlight{font-size:1.5rem;line-height:2.25rem}}.case-study-section-three-text .highlight{color:#b209cd;font-weight:600}.case-study-section-three-image{max-width:680px;max-height:433px;width:100%;height:100%}@media(min-width: 768px){.case-study-section-three-image{max-width:42.5rem;max-height:27.0625rem}}.case-study-section-three-subtitle-2{margin-bottom:24px}@media(min-width: 768px){.case-study-section-three-subtitle-2{margin-bottom:2.5rem}}.case-study-section-three-card{min-width:230px;width:100%;height:250px;border-radius:24px;background:#f2ecf4;display:flex;flex-direction:column;gap:16px;padding:42px 24px 0px 24px}@media(min-width: 768px){.case-study-section-three-card{min-width:auto;width:17.875rem;height:15.625rem;border-radius:1.5rem;padding:2.625rem 1.5rem 0 1.5rem}}.case-study-section-three-card-img{width:72px;height:72px}@media(min-width: 768px){.case-study-section-three-card-img{width:4.5rem;height:4.5rem}}.case-study-section-three-card-text{color:#020202;font-size:18px;font-weight:500;line-height:28px}@media(min-width: 768px){.case-study-section-three-card-text{font-size:1.125rem;line-height:1.75rem}}.case-study-section-three-card-text .highlight{color:#020202;font-size:18px;font-weight:700;line-height:28px}@media(min-width: 768px){.case-study-section-three-card-text .highlight{font-size:1.125rem;line-height:1.75rem}}.case-study-section-four{background:#020202}.case-study-section-four-bg-logo{background-image:url("../images/case-study-alior/nextrope-logo.svg");background-repeat:no-repeat;background-position:center;position:absolute;top:0;right:-13rem;max-width:1516.683px;max-height:1514.419px;width:100%;height:100%}@media(min-width: 768px){.case-study-section-four-bg-logo{right:-13rem;max-width:94.75rem;max-height:94.6511875rem}}.case-study-section-four-title{font-weight:800;color:rgba(0,0,0,0);-webkit-text-stroke:1px rgba(139,28,213,.6);white-space:nowrap;text-transform:uppercase;font-family:sans-serif;font-size:98px;line-height:122px;letter-spacing:1px}@media(min-width: 768px){.case-study-section-four-title{font-size:15rem;line-height:16.5rem;letter-spacing:.6rem;margin-top:3rem}}.case-study-section-four-card{background:url("../images/home/join-us-corridor.png");background-repeat:no-repeat;background-size:cover;background-position:center;border-radius:24px;width:100%;height:420px;display:flex;flex-direction:column;justify-content:space-between;padding:36px 25px 42px 25px;position:relative}@media(min-width: 768px){.case-study-section-four-card{display:none}}.case-study-section-four__card{width:100%;height:41.875rem;display:none;position:relative}@media(min-width: 768px){.case-study-section-four__card{display:flex}}.case-study-section-four__card::after{content:"";width:90.91%;height:1.625rem;background:#691d70;position:absolute;bottom:-1.625rem;left:50%;transform:translateX(-50%);border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;opacity:.7;display:none}@media(min-width: 768px){.case-study-section-four__card::after{display:block}}.case-study-section-four__card-first{background:linear-gradient(139deg, #230e40 1.57%, #6a2074 97.76%);width:36.375rem;height:100%;padding:4rem 4.1875rem 0 5.1875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem}.case-study-section-four__card-logo{height:2.3125rem;width:12.5rem}.case-study-section-four__card-title{color:#fff;font-weight:600;font-size:2.0625rem;line-height:2.8125rem;margin-top:3.75rem}.case-study-section-four__card-text{color:#fff;font-weight:400;position:absolute;font-size:18px;line-height:26px;max-width:320px;width:100%;top:62px;left:24px}@media(min-width: 768px){.case-study-section-four__card-text{top:5.375rem;left:4.8125rem;font-size:1.25rem;line-height:1.875rem;max-width:27rem}}.case-study-section-four__card-second{background:url("../images/case-study-alior/laptop-img.png");background-repeat:no-repeat;background-position:center;background-size:cover;max-width:66.75rem;width:100%;height:100%;position:relative;border-radius:24px}@media(min-width: 768px){.case-study-section-four__card-second{border-radius:0px;border-bottom-right-radius:1.875rem;border-top-right-radius:1.875rem}}.case-study-section-four__gradient-bottom{background:url("../images/case-study-alior/gradient-bottom.svg");background-repeat:no-repeat;background-position:center;background-size:cover;width:38.4375rem;height:47.25rem;position:absolute;bottom:-10.75rem;right:-6.9375rem}.case-study-section-four__gradient-top{background:url("../images/case-study-alior/gradient-top.svg");background-repeat:no-repeat;background-position:center;background-size:cover;width:57.9375rem;height:66.8125rem;top:-17.5rem;left:-9.0625rem;position:absolute}.case-study-section-four__logo-bottom{background:url("../images/case-study-alior/nextrope-logo-bottom.svg");background-repeat:no-repeat;background-position:center;background-size:cover;width:94.75rem;height:94rem;position:absolute;right:-13.25rem;top:-8.25rem}.case-study-section-clutch{margin-top:35px;margin-bottom:42px}@media(min-width: 768px){.case-study-section-clutch{margin-top:4.6875rem;margin-bottom:5.5625rem}}.case-study__codez-video{width:100%;height:360px;border-radius:24px}@media(min-width: 768px){.case-study__codez-video{height:37.5rem;border-radius:1.5rem}}.case-study__hacken-logo{width:110px;height:110px;-o-object-fit:cover;object-fit:cover}@media(min-width: 768px){.case-study__hacken-logo{width:10rem;height:10rem}}.case-study__soil-logo{width:56px;height:80px;-o-object-fit:contain;object-fit:contain}@media(min-width: 768px){.case-study__soil-logo{width:14.5rem;height:7.5rem}}.case-study-alior__header-bg{width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:-1;background-image:url("../images/case-study-alior/case-study-alior-header-bg.png");background-repeat:no-repeat;background-size:cover;background-position:top}.case-study-alior__header-gradient{background-image:url("../images/case-study-alior/header-gradient.svg");background-repeat:no-repeat;background-size:contain;position:absolute;width:800px;height:500px;bottom:-260px;z-index:-1;filter:blur(100px)}@media(min-width: 768px){.case-study-alior__header-gradient{width:148.3125rem;height:80.9375rem;bottom:initial;top:initial}}.case-study-alior__card{width:100%;min-height:420px;padding:24px;background:url("../images/startup.png");background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column}@media(min-width: 768px){.case-study-alior__card{padding:4.8125rem 5rem 3.875rem 5rem;min-height:auto;height:38.75rem;width:92rem}}.case-study-alior__card-title{color:#fff;font-family:Montserrat;font-style:normal;font-weight:600;font-size:22px;line-height:26px}@media(min-width: 768px){.case-study-alior__card-title{line-height:3rem;font-size:2.25rem}}.case-study-alior__card-line{background-color:#fff;opacity:.3;margin-top:12px;margin-bottom:20px}@media(min-width: 768px){.case-study-alior__card-line{margin-top:1.75rem;margin-bottom:2.625rem}}.case-study-alior__card-text{color:#fff;font-size:20px;line-height:24px;font-weight:400}@media(min-width: 768px){.case-study-alior__card-text{line-height:2.25rem;font-size:1.5rem}}.case-study-alior__card-text2{color:#fff;font-size:16px;font-weight:500;line-height:34px}@media(min-width: 768px){.case-study-alior__card-text2{font-size:1rem;line-height:2.125rem}}.case-study-alior__card-btn{padding:14px 20px;border:1px solid rgba(255,255,255,.6);border-radius:60px;font-weight:600;font-size:16px;line-height:20px;text-align:center;color:#fff;align-self:flex-start;margin-top:auto;transition:all .3s;margin-top:52px;display:flex;align-items:center;justify-content:center;gap:12px}.case-study-alior__card-btn:hover{border:1px solid #fff}@media(min-width: 768px){.case-study-alior__card-btn{margin-top:3.25rem;font-size:1rem;line-height:1.25rem;padding:.875rem 1.25rem;gap:.75rem}.case-study-alior__card-btn svg{width:.375rem;height:.625rem}}.blockchain_development_page_header{display:flex;flex-direction:column;height:100vh;position:relative}@media(min-width: 768px){.blockchain_development_page_header{height:29.375rem}}.blockchain_development_page_header__gradient{background-image:url("../images/blockchain-development/blockchain_header_gradient.png");background-size:cover;background-repeat:no-repeat;width:100%;height:940px;position:absolute;top:0;left:0;right:0;bottom:0;filter:blur(300px)}@media(min-width: 768px){.blockchain_development_page_header__gradient{filter:blur(100px)}}.blockchain_development_page_header__image{background-image:url("../images/blockchain-development/blockchain_header_bg.png");background-size:cover;background-repeat:no-repeat;width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0}.blockchain_development_page_header__logo{background-image:url("../images/blockchain-development/blockchain_header_logo.svg");background-size:contain;background-repeat:no-repeat;max-width:958.683px;max-height:957.252px;width:100%;height:100%;position:absolute;bottom:-30%;right:0}@media(min-width: 768px){.blockchain_development_page_header__logo{max-width:59.875rem;max-height:59.8125rem;background-size:cover;bottom:0;top:-4.1875rem;right:-10.3125rem}}.blockchain_development_page_header__wrapper{position:absolute;height:100%;width:100%;top:146px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center}@media(min-width: 768px){.blockchain_development_page_header__wrapper{top:8.0625rem}}.blockchain_development_page_header__wrapper h1{max-width:64.875rem}.blockchain_development_page_section_solution{margin-top:69px}@media(min-width: 768px){.blockchain_development_page_section_solution{margin-top:11.25rem}}.blockchain_development_page_section_solution-header{color:#020202;text-align:center;font-size:30px;font-style:normal;font-weight:600;line-height:36px}@media(min-width: 768px){.blockchain_development_page_section_solution-header{font-size:3.375rem;line-height:3.75rem}}.blockchain_development_page_section_solution-header .highlight{color:#b209cd;font-weight:800}.blockchain_development_page_section_solution-text{color:#020202;text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:30px;margin-top:22px}@media(min-width: 768px){.blockchain_development_page_section_solution-text{margin-top:4.375rem;line-height:2.375rem;font-size:1.5625rem;max-width:70.8125rem}}@media(min-width: 768px){.blockchain_development_page_section_solution-text-max-width{max-width:56.5rem}}.blockchain_development_page_section_solution__wrapper{margin-top:68px;display:flex;flex-direction:column;position:relative;align-items:center}@media(min-width: 768px){.blockchain_development_page_section_solution__wrapper{margin-top:13.75rem;display:grid;grid-template-columns:repeat(12, minmax(0, 1fr))}}.blockchain_development_page_section_solution-bg-logo{background-image:url("../images/blockchain-development/blockchain_solutions_logo.svg");background-size:contain;background-repeat:no-repeat;width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0}.blockchain_development_page_section_solution__list{list-style:decimal;display:grid;grid-template-columns:1fr;gap:20px;padding:30px 0px 68px 0px;list-style-position:inside;color:#fff}@media(min-width: 768px){.blockchain_development_page_section_solution__list{grid-template-columns:1fr 1fr;gap:2.5rem 14.375rem;padding:10rem 0px 10.5625rem 0px}}.blockchain_development_page_section_solution__item{counter-increment:list-counter;display:flex;align-items:flex-start;font-size:22px;font-weight:600;line-height:30px;color:#020202}@media(min-width: 768px){.blockchain_development_page_section_solution__item{font-size:2rem;line-height:2rem}}.blockchain_development_page_section_solution__item::before{content:counter(list-counter) ".";margin-right:10px}@media(min-width: 768px){.blockchain_development_page_section_solution__item::before{margin-right:.625rem}}.blockchain_development_page_section_solution__item div ::after{content:"";display:block;width:100%;height:1px;background-color:#070707;opacity:.2;margin-top:20px}@media(min-width: 768px){.blockchain_development_page_section_solution__item div ::after{margin-top:2.5rem}}.blockchain_development_page_section_solution__item-title{color:#020202;font-size:22px;font-weight:600;line-height:30px}@media(min-width: 768px){.blockchain_development_page_section_solution__item-title{font-size:2rem;line-height:2rem}}.blockchain_development_page_section_solution__item-text{color:#020202;font-size:16px;font-weight:400;line-height:26px;margin-top:8px}@media(min-width: 768px){.blockchain_development_page_section_solution__item-text{margin-top:1.25rem;font-size:1.125rem;line-height:1.875rem}}.blockchain_development_page_section_sectors{padding-bottom:70px}@media(min-width: 768px){.blockchain_development_page_section_sectors{padding-bottom:11.0625rem}}@media(min-width: 768px){.blockchain_development_page_section_sectors-text-max-width{max-width:59.0625rem}}.blockchain_development_page_section_sectors__ai-card{width:269.782px;height:269.782px;position:relative;border-radius:24px}@media(min-width: 768px){.blockchain_development_page_section_sectors__ai-card{width:16.861375rem;height:16.861375rem;border-radius:1.5rem}}.blockchain_development_page_section_sectors__ai-card-front,.blockchain_development_page_section_sectors__ai-card-back{position:absolute;display:flex;flex-direction:column;justify-content:center;border-radius:24px}@media(min-width: 768px){.blockchain_development_page_section_sectors__ai-card-front,.blockchain_development_page_section_sectors__ai-card-back{border-radius:1.5rem}}.blockchain_development_page_section_sectors__ai-card-front{opacity:1;transition:opacity .3s ease-in-out;width:100%;height:100%;background:linear-gradient(0deg, rgb(58, 2, 125), rgb(133, 15, 205))}.blockchain_development_page_section_sectors__ai-card-front-img{width:100%;height:100%;border-radius:24px}@media(min-width: 768px){.blockchain_development_page_section_sectors__ai-card-front-img{border-radius:1.5rem}}.blockchain_development_page_section_sectors__ai-card-front-title{position:absolute;color:#fff;font-size:35px;font-style:normal;font-weight:600;line-height:50px;left:24px}@media(min-width: 768px){.blockchain_development_page_section_sectors__ai-card-front-title{font-size:2.1875rem;line-height:3.125rem;left:1.5rem}}.blockchain_development_page_section_sectors__ai-card-front-img-size{width:212px;height:212px;margin:auto}@media(min-width: 768px){.blockchain_development_page_section_sectors__ai-card-front-img-size{width:13.25rem;height:13.25rem}}.blockchain_development_page_section_sectors__ai-card-back{background:linear-gradient(139deg, #3a027d 1.57%, #850fcd 97.76%);opacity:0;transition:opacity .3s ease-in-out;padding:24px;z-index:2;min-width:269.782px;min-height:269.782px}@media(min-width: 768px){.blockchain_development_page_section_sectors__ai-card-back{min-width:16.861375rem;min-height:16.861375rem;padding:1.5rem}}.blockchain_development_page_section_sectors__ai-card-back-title{color:#fff;font-size:35px;font-style:normal;font-weight:600;line-height:50px}@media(min-width: 768px){.blockchain_development_page_section_sectors__ai-card-back-title{font-size:2.1875rem;line-height:3.125rem}}.blockchain_development_page_section_sectors__ai-card-back-text{color:#fff;font-size:15px;font-weight:500;line-height:25px;margin-top:24px}@media(min-width: 768px){.blockchain_development_page_section_sectors__ai-card-back-text{font-size:.9375rem;line-height:1.5625rem;margin-top:1.5rem}}.blockchain_development_page_section_sectors__ai-card:hover .blockchain_development_page_section_sectors__ai-card-front{opacity:0}.blockchain_development_page_section_sectors__ai-card:hover .blockchain_development_page_section_sectors__ai-card-back{opacity:1}.blockchain_development_page_section_development-text{color:#070707;text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:26px;margin-top:32px}@media(min-width: 768px){.blockchain_development_page_section_development-text{margin:5rem auto 0 auto;line-height:2.375rem;font-size:1.5625rem;max-width:67.75rem !important}}.blockchain_development_page_section_development-inside-list{list-style-type:none;margin-top:16px}@media(min-width: 768px){.blockchain_development_page_section_development-inside-list{margin-top:1.25rem}}.blockchain_development_page_section_development-inside-item{color:#020202;font-size:20px;font-style:normal;font-weight:500;line-height:28px}@media(min-width: 768px){.blockchain_development_page_section_development-inside-item{font-size:1.5rem;line-height:2.125rem}}.blockchain_development_page_section_development-inside-item::before{content:"•";margin-right:14px}@media(min-width: 768px){.blockchain_development_page_section_development-inside-item::before{margin-right:.875rem}}.blockchain_development_page_section_development__wrapper{position:relative;width:100%;height:300px;margin:60px auto}@media(min-width: 768px){.blockchain_development_page_section_development__wrapper{height:18.75rem}}.blockchain_development_page_section_development__slider{display:flex;gap:30px;list-style:none;flex-direction:row;position:absolute;top:0;left:0;transition:.4s ease-out}@media(min-width: 768px){.blockchain_development_page_section_development__slider{gap:3.25rem}}.blockchain_development_page_section_development__item{display:flex;position:relative;flex-direction:row;justify-content:flex-start;align-items:flex-start;min-width:initial}@media(min-width: 768px){.blockchain_development_page_section_development__item{min-width:initial}}.blockchain_development_page_section_development-id{background-color:#020202;width:36px;height:36px;border-radius:50%;color:#fff;font-size:22px;font-weight:800;text-align:center}@media(min-width: 768px){.blockchain_development_page_section_development-id{position:absolute;top:0;left:0;width:2.25rem;height:2.25rem;font-size:1.375rem}}.blockchain_development_page_section_development-title{color:#020202;text-align:center;font-size:22px;font-weight:700;line-height:30px;margin-top:20px}@media(min-width: 768px){.blockchain_development_page_section_development-title{text-align:start;margin-top:0px;font-size:2rem;line-height:2.375rem}}.blockchain_development_page_section_insights-title{color:#fff;font-size:28px;font-style:normal;font-weight:600;line-height:36px;margin-top:24px}@media(min-width: 768px){.blockchain_development_page_section_insights-title{font-size:2.625rem;line-height:3.125rem;margin-top:2.75rem}}.blockchain_development_page_section_insights-text{color:#fff;font-size:16px;font-weight:400;line-height:24px;margin-top:13px}@media(min-width: 768px){.blockchain_development_page_section_insights-text{font-size:1.25rem;line-height:1.875rem;margin-top:1.625rem}}.general_web3__header{position:relative;overflow:hidden}.general_web3__header-bg{background-image:url("../images/web3_header_bg.png");background-size:cover;background-repeat:no-repeat;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.general_web3__header-gradient{background:url("../images/metaverse-development/gradient-header.svg");background-repeat:no-repeat;position:absolute;left:0;right:0;bottom:-35rem;z-index:-1;background-size:contain;filter:blur(100px)}@media(min-width: 768px){.general_web3__header-gradient{width:183rem;height:67.5rem}}.general_web3__header-logo{background-image:url("../images/metaverse-development/logo-header.svg");background-repeat:no-repeat;position:absolute;top:0px;left:60%;transform:translateX(-50%);background-size:contain}@media(min-width: 768px){.general_web3__header-logo{width:59.875rem;height:59.8125rem}}.general_web3__header-title{font-size:28px;font-weight:600;line-height:36px;margin-top:90px;color:#fff}@media(min-width: 768px){.general_web3__header-title{font-size:3.5rem;line-height:5rem;margin-top:10.625rem}}.general_web3__header-btn{margin-top:32px;margin-bottom:62px;width:280px}@media(min-width: 768px){.general_web3__header-btn{margin-top:3.125rem;margin-bottom:7.125rem;width:17.5rem}}.general_web3-section-first{margin-bottom:40px}@media(min-width: 768px){.general_web3-section-first{margin-bottom:6rem}}.general_web3-section-first-title{color:#020202;text-align:center;font-size:26px;line-height:36px;margin-top:80px;font-weight:600}.general_web3-section-first-title .highlight{color:#b209cd;font-weight:700}@media(min-width: 768px){.general_web3-section-first-title{font-size:2.875rem;line-height:3.75rem;margin-top:11.25rem;width:86.1875rem}}.general_web3-section-first-text{margin-top:32px;color:#020202;text-align:center;font-weight:400;font-size:20px;line-height:30px}@media(min-width: 768px){.general_web3-section-first-text{font-size:1.5625rem;line-height:2.375rem;margin-top:4rem;width:66.4375rem}}.general_web3-section-first-logo{background-image:url("../images/metaverse-development/logo-section.svg");background-repeat:no-repeat;position:absolute;top:15rem;right:0;background-size:contain}@media(min-width: 768px){.general_web3-section-first-logo{width:92.375rem;height:92.125rem}}.general_web3-section-first-list{list-style:decimal;list-style-position:inside;color:#020202;margin-top:60px;-moz-column-gap:14.5625rem;column-gap:14.5625rem}@media(min-width: 768px){.general_web3-section-first-list{margin-top:7.875rem}}.general_web3-section-first-item{counter-increment:list-counter;display:flex;align-items:flex-start}.general_web3-section-first-item::before{content:counter(list-counter) ".";margin-right:16px;font-size:22px;font-weight:600;line-height:30px;color:#020202}@media(min-width: 768px){.general_web3-section-first-item::before{font-size:2rem;line-height:2rem}}.general_web3-section-first-item-title{color:#020202;font-weight:600;font-size:22px;line-height:30px}@media(min-width: 768px){.general_web3-section-first-item-title{font-size:2rem;line-height:2rem}}.general_web3-section-first-item-text{color:#020202;font-weight:400;font-size:16px;line-height:26px;margin-top:10px;margin-bottom:20px}@media(min-width: 768px){.general_web3-section-first-item-text{margin-top:.875rem;font-size:1.125rem;line-height:1.875rem;margin-bottom:2.5rem}}.general_web3-section-first-item div{position:relative;margin-bottom:20px}@media(min-width: 768px){.general_web3-section-first-item div{margin-bottom:2.5rem}}.general_web3-section-first-item div::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#070707;opacity:.2}.general_web3-section-dev-text{color:#070707;text-align:center;font-size:20px;font-weight:400;line-height:30px;margin-top:40px}@media(min-width: 768px){.general_web3-section-dev-text{line-height:2.375rem;font-size:1.5625rem;margin-top:5rem;width:67.75rem}}@media(min-width: 768px){.general_web3-section-dev-wrapper{height:18.75rem !important}}.general_web3-section-product{margin-bottom:60px}@media(min-width: 768px){.general_web3-section-product{margin-bottom:12.5rem}}.general_web3-section-product-title{color:#020202;text-align:center;font-weight:500;font-size:30px;line-height:40px}@media(min-width: 768px){.general_web3-section-product-title{font-size:3.375rem;line-height:4.25rem}}.general_web3-section-product-title .highlight{color:#b209cd;font-weight:800}.general_web3-section-product-wrapper{margin-top:60px}@media(min-width: 768px){.general_web3-section-product-wrapper{margin-top:8.125rem}}.general_web3-section-product__card{min-width:250px;width:100%;display:flex;flex-direction:column;border-radius:24px}@media(min-width: 768px){.general_web3-section-product__card{min-width:20.25rem;border-radius:1.5rem}}.general_web3-section-product__card-img-box{width:100%;height:180px;position:relative}@media(min-width: 768px){.general_web3-section-product__card-img-box{height:11.25rem}}.general_web3-section-product__card-img-box-text{color:#fff;font-weight:600;position:absolute;top:50%;left:25px;transform:translateY(-50%);font-size:22px;line-height:28px}@media(min-width: 768px){.general_web3-section-product__card-img-box-text{line-height:2.8125rem;font-size:2.1875rem;left:1.5625rem}}.general_web3-section-product__card-img-box-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-top-right-radius:24px;border-top-left-radius:24px}@media(min-width: 768px){.general_web3-section-product__card-img-box-img{border-top-right-radius:1.5rem;border-top-left-radius:1.5rem}}.general_web3-section-product__card-text-box{position:relative;top:-16px;min-height:300px;height:100%;border-radius:24px;background:linear-gradient(139deg, #3a027d 1.57%, #850fcd 97.76%);padding:26px 24px 20px 24px;display:flex;flex-direction:column}@media(min-width: 768px){.general_web3-section-product__card-text-box{top:-1rem;min-height:18.75rem;border-radius:1.5rem;padding:1.625rem 1.5rem 1.25rem 1.5rem}}.general_web3-section-product__card-text-box-text{color:#fff;font-size:18px;font-weight:400;line-height:30px}@media(min-width: 768px){.general_web3-section-product__card-text-box-text{font-size:1.125rem;line-height:1.875rem}}.general_web3-section-insights-text{margin-top:20px;font-size:18px;line-height:26px}@media(min-width: 768px){.general_web3-section-insights-text{font-size:1.75rem;font-weight:400;line-height:2.625rem;margin-top:2.6rem}}.general_web3-section-clutch{margin-top:35px;margin-bottom:42px}@media(min-width: 768px){.general_web3-section-clutch{margin-top:4.6875rem;margin-bottom:5.5625rem}}.portfolio-header__bg{background-image:url("../images/portfolio/header-bg.png");background-size:cover;background-repeat:no-repeat;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.portfolio-header__title{color:#fff;font-size:32px;font-weight:600;line-height:42px;margin-top:80px}@media(min-width: 768px){.portfolio-header__title{font-size:3.5rem;line-height:5rem;margin-top:10rem}}.portfolio-header__subtitle{color:#fff;font-size:24px;font-weight:400;line-height:36px;margin-top:25px;margin-bottom:55px;max-width:64.6875rem}@media(min-width: 768px){.portfolio-header__subtitle{margin-top:2.1875rem;font-size:2rem;line-height:3.125rem;margin-bottom:6.5625rem}}.portfolio-section-startup__nextrope-logo{background:url("../images/portfolio/nextrope-x-logo.svg");background-size:contain;background-repeat:no-repeat;position:absolute;top:-23.3125rem;right:-21.875rem;width:92.375rem;height:92.25rem;display:none}@media(min-width: 768px){.portfolio-section-startup__nextrope-logo{display:block}}.portfolio-section-startup__title{color:#020202;text-align:center;font-size:30px;font-weight:500;line-height:40px;margin-top:60px;margin-bottom:24px}@media(min-width: 768px){.portfolio-section-startup__title{font-size:3.375rem;line-height:4.625rem;margin-top:10rem;margin-bottom:4.75rem}}.portfolio-section-startup__title .highlight{font-weight:700;color:#b209cd}.portfolio-section-startup__space{margin-top:24px}@media(min-width: 768px){.portfolio-section-startup__space{margin-top:4.75rem}}.portfolio-section-startup__text{color:#070707;text-align:center;font-size:18px;font-weight:400;line-height:28px;max-width:81.6875rem}@media(min-width: 768px){.portfolio-section-startup__text{font-size:1.5625rem;line-height:2.375rem}}.portfolio-section-startup__text .highlight{font-weight:600}.portfolio-section-product{margin-bottom:120px;width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center}@media(min-width: 768px){.portfolio-section-product{margin-bottom:15.625rem}}.portfolio-section-product__title{color:#020202;text-align:center;font-size:26px;font-weight:600;line-height:34px;max-width:77.8125rem;margin-bottom:24px}@media(min-width: 768px){.portfolio-section-product__title{font-size:2.875rem;line-height:3.75rem;margin-bottom:3.5rem}}.portfolio-section-product__name{color:#020202;text-align:center;font-size:18px;font-weight:600;line-height:32px;margin-top:24px}@media(min-width: 768px){.portfolio-section-product__name{margin-top:2.125rem;font-size:1.125rem;line-height:2rem}}.portfolio-section-product__text{color:#b209cd;text-align:center;font-size:14px;font-weight:500;line-height:24px}@media(min-width: 768px){.portfolio-section-product__text{font-size:.875rem;line-height:1.5rem}}.portfolio-section-product__img{width:92px;height:48px}@media(min-width: 768px){.portfolio-section-product__img{width:5.75rem;height:3rem}}.portfolio-section-product__wrapper{gap:50px;margin-top:100px}@media(min-width: 768px){.portfolio-section-product__wrapper{margin-top:12.5rem;gap:3.25rem}}.portfolio-section-product__card{width:100%;height:520px;padding:38px 44px 34px 40px;position:relative;display:flex;flex-direction:column}@media(min-width: 768px){.portfolio-section-product__card{padding:5rem 5.625rem 4.375rem 5rem;height:32.5rem}}.portfolio-section-product__card-img{position:absolute;width:100%;height:100%;z-index:-1;top:0;left:0;-o-object-fit:cover;object-fit:cover}.portfolio-section-product__card-title{color:#fff;font-size:24px;font-weight:600;line-height:36px;max-width:630px}@media(min-width: 768px){.portfolio-section-product__card-title{font-size:2.25rem;line-height:3rem;max-width:39.375rem}}.portfolio-section-product__card-ul{margin-top:24px}@media(min-width: 768px){.portfolio-section-product__card-ul{margin-top:3.125rem}}.portfolio-section-product__card-text{color:#fff;font-size:16px;font-weight:500;line-height:34px}@media(min-width: 768px){.portfolio-section-product__card-text{font-size:1rem;line-height:2.125rem}}.portfolio-section-product__card-btn{padding:14px 20px;border:1px solid rgba(255,255,255,.6);border-radius:60px;font-weight:600;font-size:16px;line-height:20px;text-align:center;color:#fff;align-self:flex-start;margin-top:auto;transition:all .3s}.portfolio-section-product__card-btn:hover{border:1px solid #fff}@media(min-width: 768px){.portfolio-section-product__card-btn{padding:.875rem 1.25rem;font-size:1rem;line-height:1.25rem;border-radius:3.75rem}}.portfolio-section-product__card-ghost{background:#f2ecf4;width:100%;height:520px;position:relative;display:flex;flex-direction:column}@media(min-width: 768px){.portfolio-section-product__card-ghost{height:32.5rem}}.portfolio-section-product__card-ghost img{position:absolute;max-width:calc(100% - 64px);width:100%;height:65.571px;top:50%;left:50%;transform:translate(-50%, -50%)}@media(min-width: 768px){.portfolio-section-product__card-ghost img{max-width:30.9375rem}}.case-study-chia__header-bg{width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:-1;background-image:url("../images/chia-startup.png");background-repeat:no-repeat;background-size:cover;background-position:center}.case-study-codez__header-bg{width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:-1;background-image:url("../images/codez-startup.png");background-repeat:no-repeat;background-size:cover;background-position:center}.case-study-dript__header-bg{width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:-1;background-image:url("../images/dript-startup.png");background-repeat:no-repeat;background-size:cover;background-position:center}.case-study-kinguin__header-bg{width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:-1;background-image:url("../images/kinguin-startup.png");background-repeat:no-repeat;background-size:cover;background-position:center}.case-study-soil__header-bg{width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:-1;background-image:url("../images/soil-startup.png");background-repeat:no-repeat;background-size:cover;background-position:center}.case-study-wear__header-bg{width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:-1;background-image:url("../images/wear-startup.png");background-repeat:no-repeat;background-size:cover;background-position:center}.case-study-goldex__header-bg{width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:-1;background-image:url("../images/goldex-startup.png");background-repeat:no-repeat;background-size:cover;background-position:center}.case-study-bof__header-bg{width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:-1;background-image:url("../images/2.png");background-repeat:no-repeat;background-size:cover;background-position:center}.report__header-bg{background-image:url("../images/report-page/report-header-mobile.png");background-size:cover;background-repeat:no-repeat;position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}@media(min-width: 768px){.report__header-bg{background-image:url("../images/report-page/report-header.svg")}}.report__btn{border-radius:60px;background-color:#b209cd;width:320px;padding:20px 0;font-size:18px;line-height:20px;font-weight:500;color:#fff;text-align:center;outline:none;border:none;cursor:pointer}.report__btn:hover{background-color:#9b0bb0}@media(min-width: 768px){.report__btn{border-radius:3.75rem;width:20rem;padding:1.125rem 0;font-size:1.25rem}}.report__sectionFirst-title{font-size:32px;line-height:40px}@media(min-width: 768px){.report__sectionFirst-title{font-size:3.375rem;line-height:3.75rem}}.report__sectionFirst-subtitle{font-size:24px;line-height:34px}@media(min-width: 768px){.report__sectionFirst-subtitle{width:70.8125rem}}.report__sectionFirst-text{color:#020202;font-weight:400;font-size:20px;line-height:30px}@media(min-width: 768px){.report__sectionFirst-text{font-size:1.5625rem;line-height:2.375rem}}.report__sectionFirst-ul{row-gap:16px}@media(min-width: 768px){.report__sectionFirst-ul{row-gap:4.375rem;margin-top:6.25rem}}.report__sectionFirst-item{color:#020202;font-weight:600;position:relative;font-size:1.25rem;line-height:1.875rem}.report__sectionFirst-item::before{content:"";background-image:url("../images/svg/dot.svg");background-repeat:no-repeat;width:10px;height:10px;display:inline-block;position:absolute;left:-20px;top:10px;background-size:contain}@media(min-width: 768px){.report__sectionFirst-item::before{width:.75rem;height:.75rem;left:-1.25rem;top:.5rem}}.report__sectionFirst-img{-o-object-fit:contain;object-fit:contain;width:100%;height:420px}@media(min-width: 768px){.report__sectionFirst-img{position:absolute;-o-object-fit:cover;object-fit:cover;top:7rem;right:-28rem;width:40rem;height:47.625rem}}.report__sectionSecond{background:url("../images/report-page/section-second-bg.png") no-repeat;background-size:cover;background-position:center;z-index:-1;width:100%;height:100%;position:relative;overflow:hidden}.report__sectionSecond::before{content:"";position:absolute;background-color:#fff;width:430%;height:42%;border-radius:50%;top:-41%;left:50%;transform:translateX(-50%)}@media(min-width: 768px){.report__sectionSecond::before{width:260%;height:43%}}.report__sectionSecond::after{content:"";position:absolute;background-color:#fff;width:430%;height:43%;border-radius:50%;bottom:-40%;left:50%;transform:translateX(-50%)}@media(min-width: 768px){.report__sectionSecond::after{width:260%;height:47%}}.report__sectionSecond-logo{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background:url("../images/report-page/nextrope-x-logo.svg") no-repeat;background-size:cover;background-position:center}@media(min-width: 768px){.report__sectionSecond-logo{width:97.5rem;height:97.5rem}}.report__sectionSecond-title{color:#fff;font-weight:600;text-align:center;font-size:32px;line-height:40px}.report__sectionSecond-title span{color:#b209cd}@media(min-width: 768px){.report__sectionSecond-title{font-size:3.375rem;line-height:3.75rem}}.report__sectionSecond-text{font-weight:400;color:#fff;text-align:center;font-size:20px;line-height:30px;margin-top:42px}@media(min-width: 768px){.report__sectionSecond-text{margin-top:5.5rem;font-size:1.5rem;line-height:2.25rem;width:79.875rem}}.report__sectionSecond-box{background:linear-gradient(139deg, #3a027d 1.57%, #6769e4 97.76%)}.report__sectionThree-title{color:#000;text-align:center;font-weight:600;font-size:32px;line-height:40px}@media(min-width: 768px){.report__sectionThree-title{font-size:3.375rem;line-height:4.25rem}}.report__sectionThree-title span{color:#0305d3;font-weight:700}.custom-gap-x{-moz-column-gap:24px;column-gap:24px}@media(min-width: 768px){.custom-gap-x{-moz-column-gap:3.125rem;column-gap:3.125rem}}@media(min-width: 768px){.custom-gap-x-left{margin-left:-3.125rem}}@media(min-width: 768px){.custom-gap-x-right{margin-left:3.125rem;margin-right:3.125rem}}/*# sourceMappingURL=main.min.css.map */