@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";#root{margin:0 auto;text-align:center}.eu-co-funded{position:fixed;bottom:2rem;left:2rem;width:30rem;height:auto;cursor:pointer;z-index:20}@media (max-width: 768px){.eu-co-funded{width:25rem}}@media (max-width: 375px){.eu-co-funded{width:20rem}}.portfolio-card-fullscreen__modal.eu-co-funded-modal .rodal-dialog,.portfolio-card-fullscreen__modal.eu-co-funded-modal .portfolio-card-fullscreen__header{background-color:#fff!important;flex-direction:column}.portfolio-card-fullscreen__modal.eu-co-funded-modal .portfolio-card-fullscreen__content__title img{width:40%}@media (max-width: 768px){.portfolio-card-fullscreen__modal.eu-co-funded-modal .portfolio-card-fullscreen__content__title img{width:60%}}.portfolio-card-fullscreen__modal.eu-co-funded-modal .portfolio-card-fullscreen__content{width:auto;padding:0 2rem;text-align:left}.service-card{position:relative;overflow:hidden;width:100%;height:30rem;z-index:10;border-radius:1rem}.theme-light .service-card{background-color:#f4f9fb}.theme-dark .service-card{background-color:#171818}.theme-light .service-card,.theme-dark .service-card{border:1px solid #352b7b}.service-card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;transition:opacity .3s,transform 1s;transform:translate(0)}.theme-light .service-card__overlay,.theme-dark .service-card__overlay{background-image:linear-gradient(270deg,#1d2666 0%,#4e3290 100%)}.service-card__overlay__content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.service-card__overlay__content__text{display:none}.service-card__overlay__content>h1{color:#f4f9fb!important}.service-card__overlay__content__title{padding:1rem}.service-card__overlay__content__line{position:absolute;top:50%;right:1%;width:.2rem;height:90%;background-color:#f4f9fb;transform:translateY(-50%)}.service-card__content-container{position:absolute;top:0;left:0;width:100%;height:100%;padding:2rem;color:#f4f9fb;opacity:0;transition:opacity .3s,transform 1s;transform:translate(100%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:left;box-sizing:border-box}.service-card__content{flex:1;overflow-y:auto;overflow-x:auto;margin-top:1rem;padding-right:25%}.service-card:hover .service-card__overlay{transform:translate(-80%)}.service-card:hover .service-card__overlay__content{align-items:flex-end}.service-card:hover .service-card__overlay__content__title{display:none}.service-card:hover .service-card__overlay__content__text{transform:rotate(-90deg);transform-origin:center;color:#f4f9fb;transition:color 1s;display:block}@media screen and (min-width: 768px){.service-card:hover .service-card__overlay__content__text{font-size:6rem}}@media screen and (min-width: 1366px){.service-card:hover .service-card__overlay__content__text{font-size:8rem}}.service-card:hover .service-card__content-container{opacity:1;transform:translate(20%)}.portfolio-card{display:inline-block;position:relative;width:100%;height:100%;overflow:hidden;cursor:pointer}.portfolio-card__image{width:100%;height:100%;object-fit:contain;object-position:left;border-radius:1rem}.portfolio-card__overlay{position:absolute;border-radius:1rem;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#f4f9fb;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:0;transition:all .4s ease-in-out 0s}.theme-light .portfolio-card__overlay,.theme-dark .portfolio-card__overlay{background-image:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.8))}.portfolio-card__overlay__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;width:100%;height:100%}.portfolio-card__overlay__wrapper__title{color:#f4f9fb!important}.portfolio-card__overlay__wrapper__description{padding:1rem 3rem}.portfolio-card:hover .portfolio-card__overlay{opacity:1;transform:translateY(0);display:flex;width:100%;height:100%;align-items:center;justify-content:center;flex-direction:column}.portfolio-card:hover .portfolio-card__overlay__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;width:100%;height:100%}.portfolio-card:hover .portfolio-card__overlay__wrapper__description{padding:1rem;color:#f4f9fb}@media screen and (min-width: 768px){.portfolio-card:hover .portfolio-card__overlay__wrapper__description{padding:1rem 3rem}}.portfolio-card:hover .portfolio-card__overlay__wrapper__more{font-size:2rem;color:#f4f9fb!important;text-decoration:underline;text-underline-offset:1rem}.portfolio-card:hover .portfolio-card__overlay__wrapper__more:hover{scale:1.1}.portfolio-card-fullscreen{border-radius:2rem}.portfolio-card-fullscreen__modal .rodal-dialog{width:calc(100vw - 10rem)!important;height:calc(100vh - 20rem)!important;max-width:1600px!important;padding:0!important;background-color:#000c!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-radius:20px!important;overflow-y:scroll!important;scrollbar-width:none;-ms-overflow-style:none}.portfolio-card-fullscreen__modal .rodal-dialog::-webkit-scrollbar{display:none}.portfolio-card-fullscreen__header{position:sticky;top:0;display:flex;width:100%;align-items:center;background-color:#171818;padding:1.5rem 0rem;border-radius:2rem 2rem 0rem 0rem}.portfolio-card-fullscreen__header__close{cursor:pointer;margin-right:2rem;margin-left:auto}.portfolio-card-fullscreen__content{width:100%;height:100%;overflow-y:auto}.portfolio-card-fullscreen__content__grid{padding:1rem 2rem}@media screen and (min-width: 768px){.portfolio-card-fullscreen__content__grid{padding:1rem 5rem}}.portfolio-card-fullscreen__content__grid__item{padding:1.5rem 0rem}.portfolio-card-fullscreen__content__grid__item__icon{padding:0rem 1rem}.portfolio-card-fullscreen__content__title{color:#f4f9fb!important;text-align:center;font-size:1.8rem;font-weight:700;line-height:1.2;margin:0 0 0 auto}.theme-light .portfolio-card-fullscreen__content__title{color:#171818}.theme-dark .portfolio-card-fullscreen__content__title{color:#f4f9fb}@media screen and (min-width: 768px){.portfolio-card-fullscreen__content__title{font-size:3.3rem}}.portfolio-card-fullscreen__content__heading{color:#f4f9fb!important;text-align:left}.portfolio-card-fullscreen__content__description{text-align:left;color:#c1c7ca!important}.portfolio-card-fullscreen__content__description__bold{color:#f4f9fb!important;font-weight:700}.rodal,.rodal-mask{top:0;left:0;width:100%;height:100%;z-index:100}.rodal{position:fixed}.rodal-mask{position:absolute;background:rgba(0,0,0,.3)}.rodal-dialog{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;z-index:101;padding:15px;background:#fff;border-radius:3px;box-shadow:0 1px 3px #0003}.rodal-dialog:focus{outline:none}.rodal-close{position:absolute;cursor:pointer;top:16px;right:16px;width:16px;height:16px}.rodal-close:before,.rodal-close:after{position:absolute;content:"";height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#999;border-radius:100%;-webkit-transition:background .2s;transition:background .2s}.rodal-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.rodal-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.rodal-close:hover:before,.rodal-close:hover:after{background:#333}@-webkit-keyframes rodal-fade-enter{0%{opacity:0}}@keyframes rodal-fade-enter{0%{opacity:0}}.rodal-fade-enter{-webkit-animation:rodal-fade-enter both ease-in;animation:rodal-fade-enter both ease-in}@-webkit-keyframes rodal-fade-leave{to{opacity:0}}@keyframes rodal-fade-leave{to{opacity:0}}.rodal-fade-leave{-webkit-animation:rodal-fade-leave both ease-out;animation:rodal-fade-leave both ease-out}@-webkit-keyframes rodal-zoom-enter{0%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes rodal-zoom-enter{0%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.rodal-zoom-enter{-webkit-animation:rodal-zoom-enter both cubic-bezier(.4,0,0,1.5);animation:rodal-zoom-enter both cubic-bezier(.4,0,0,1.5)}@-webkit-keyframes rodal-zoom-leave{to{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes rodal-zoom-leave{to{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.rodal-zoom-leave{-webkit-animation:rodal-zoom-leave both;animation:rodal-zoom-leave both}@-webkit-keyframes rodal-slideDown-enter{0%{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}@keyframes rodal-slideDown-enter{0%{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}.rodal-slideDown-enter{-webkit-animation:rodal-slideDown-enter both cubic-bezier(.4,0,0,1.5);animation:rodal-slideDown-enter both cubic-bezier(.4,0,0,1.5)}@-webkit-keyframes rodal-slideDown-leave{to{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}@keyframes rodal-slideDown-leave{to{-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}.rodal-slideDown-leave{-webkit-animation:rodal-slideDown-leave both;animation:rodal-slideDown-leave both}@-webkit-keyframes rodal-slideLeft-enter{0%{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}}@keyframes rodal-slideLeft-enter{0%{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}}.rodal-slideLeft-enter{-webkit-animation:rodal-slideLeft-enter both cubic-bezier(.4,0,0,1.5);animation:rodal-slideLeft-enter both cubic-bezier(.4,0,0,1.5)}@-webkit-keyframes rodal-slideLeft-leave{to{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}}@keyframes rodal-slideLeft-leave{to{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}}.rodal-slideLeft-leave{-webkit-animation:rodal-slideLeft-leave both;animation:rodal-slideLeft-leave both}@-webkit-keyframes rodal-slideRight-enter{0%{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}}@keyframes rodal-slideRight-enter{0%{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}}.rodal-slideRight-enter{-webkit-animation:rodal-slideRight-enter both cubic-bezier(.4,0,0,1.5);animation:rodal-slideRight-enter both cubic-bezier(.4,0,0,1.5)}@-webkit-keyframes rodal-slideRight-leave{to{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}}@keyframes rodal-slideRight-leave{to{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}}.rodal-slideRight-leave{-webkit-animation:rodal-slideRight-leave both;animation:rodal-slideRight-leave both}@-webkit-keyframes rodal-slideUp-enter{0%{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}@keyframes rodal-slideUp-enter{0%{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}.rodal-slideUp-enter{-webkit-animation:rodal-slideUp-enter both cubic-bezier(.4,0,0,1.5);animation:rodal-slideUp-enter both cubic-bezier(.4,0,0,1.5)}@-webkit-keyframes rodal-slideUp-leave{to{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}@keyframes rodal-slideUp-leave{to{-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}.rodal-slideUp-leave{-webkit-animation:rodal-slideUp-leave both;animation:rodal-slideUp-leave both}@-webkit-keyframes rodal-flip-enter{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,60deg);transform:perspective(400px) rotateX(60deg)}70%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-15deg);transform:perspective(400px) rotateX(-15deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes rodal-flip-enter{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,60deg);transform:perspective(400px) rotateX(60deg)}70%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-15deg);transform:perspective(400px) rotateX(-15deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.rodal-flip-enter{-webkit-animation:rodal-flip-enter both ease-in;animation:rodal-flip-enter both ease-in;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes rodal-flip-leave{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-15deg);transform:perspective(400px) rotateX(-15deg)}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,45deg);transform:perspective(400px) rotateX(45deg)}}@keyframes rodal-flip-leave{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-15deg);transform:perspective(400px) rotateX(-15deg)}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,45deg);transform:perspective(400px) rotateX(45deg)}}.rodal-flip-leave{-webkit-animation:rodal-flip-leave both;animation:rodal-flip-leave both;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes rodal-rotate-enter{0%{-webkit-transform:rotate3d(0,0,1,-180deg) scale3d(.3,.3,.3);transform:rotate3d(0,0,1,-180deg) scale3d(.3,.3,.3)}}@keyframes rodal-rotate-enter{0%{-webkit-transform:rotate3d(0,0,1,-180deg) scale3d(.3,.3,.3);transform:rotate3d(0,0,1,-180deg) scale3d(.3,.3,.3)}}.rodal-rotate-enter{-webkit-animation:rodal-rotate-enter both;animation:rodal-rotate-enter both;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rodal-rotate-leave{to{-webkit-transform:rotate3d(0,0,1,180deg) scale3d(.3,.3,.3);transform:rotate3d(0,0,1,180deg) scale3d(.3,.3,.3)}}@keyframes rodal-rotate-leave{to{-webkit-transform:rotate3d(0,0,1,180deg) scale3d(.3,.3,.3);transform:rotate3d(0,0,1,180deg) scale3d(.3,.3,.3)}}.rodal-rotate-leave{-webkit-animation:rodal-rotate-leave both;animation:rodal-rotate-leave both;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rodal-door-enter{0%{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}}@keyframes rodal-door-enter{0%{-webkit-transform:scale3d(0,1,1);transform:scale3d(0,1,1)}}.rodal-door-enter{-webkit-animation:rodal-door-enter both cubic-bezier(.4,0,0,1.5);animation:rodal-door-enter both cubic-bezier(.4,0,0,1.5)}@-webkit-keyframes rodal-door-leave{60%{-webkit-transform:scale3d(.01,1,1);transform:scale3d(.01,1,1)}to{-webkit-transform:scale3d(0,1,.1);transform:scale3d(0,1,.1)}}@keyframes rodal-door-leave{60%{-webkit-transform:scale3d(.01,1,1);transform:scale3d(.01,1,1)}to{-webkit-transform:scale3d(0,1,.1);transform:scale3d(0,1,.1)}}.rodal-door-leave{-webkit-animation:rodal-door-leave both;animation:rodal-door-leave both}.home-team-card{display:flex;flex-direction:column;align-items:center;padding:1rem;position:relative;height:100%;margin:1rem;border-radius:2rem}.theme-light .home-team-card{background-color:#ffffff5e}.theme-dark .home-team-card{background-color:#0000005e}.theme-light .home-team-card,.theme-dark .home-team-card{box-shadow:0 4px 8px #5049491a}.home-team-card__img{max-width:30rem;max-height:30rem;border-radius:2rem;width:100%;height:100%;object-fit:cover;transition:transform .3s}.theme-light .home-team-card__img,.theme-dark .home-team-card__img{border:1px solid #352b7b}.theme-light .home-team-card__img,.theme-dark .home-team-card__img{box-shadow:0 4px 8px #5049491a}.home-team-card__content__name{margin-top:3rem!important;margin-bottom:1rem!important;font-weight:600}.home-team-card__overlay{position:absolute;bottom:0;top:0;width:100%;height:100%;background-color:#00000080;transition:transform .3s,opacity .3s;transform-origin:center bottom;opacity:0;transform:translateY(100%);border-radius:2rem;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.home-team-card:hover .home-team-card__overlay{opacity:1!important;z-index:10!important;transform:translateY(0)!important}.home-team-card:hover .home-team-card__overlay__content{height:100%;display:flex;align-items:center;padding:1rem}.home-team-card:hover .home-team-card__overlay__content__text{color:#f4f9fb}.home-team-card:hover .home-team-card__overlay__content__text:before{content:open-quote}.home-team-card:hover .home-team-card__overlay__content__text:after{content:close-quote}.locations-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;position:relative;width:100%}.locations-card>h3{padding-top:1rem}@media screen and (min-width: 768px){.locations-card>h3{padding-top:3rem}}.locations-card__dot{position:absolute;top:50%;left:-1rem;transform:translateY(-50%);width:2rem;height:2rem;border-radius:50%}@media screen and (min-width: 768px){.locations-card__dot{top:-1rem;left:50%;transform:translate(-50%)}}.block{padding:10rem 1.6rem;width:calc(100% - 3.2rem);max-width:1366px;margin:0 auto;position:relative}@media screen and (min-width: 768px){.block{width:calc(100% - 4rem);padding:10rem 2rem}}@media screen and (min-width: 1366px){.block{padding:10rem 6rem;width:calc(100% - 12rem)}}.block__container{max-width:1600px;overflow:visible;margin:0 auto}@media screen and (min-width: 768px){.block__heading-text{width:58%;margin:0 auto}}.block__subheading{max-width:52rem;text-align:center;margin:1.4rem auto}@media screen and (min-width: 768px){.block__subheading{margin:2.8rem auto}}.button-two{width:28rem;height:8rem;padding:0;text-align:center;border:none;border-radius:1.5rem;background-color:#352b7b;margin:0 auto;display:flex;justify-content:center;align-items:center}.button-two--disabled{cursor:not-allowed}@media screen and (min-width: 768px){.button-two{width:25rem}}.button-two__text{font-size:2rem;color:#f4f9fb!important}@media screen and (min-width: 768px){.button-two__text{font-size:1.6rem}}.button-two:hover .button-two__text{font-size:2.3rem}@media screen and (min-width: 768px){.button-two:hover .button-two__text{font-size:2rem}}.button{width:28rem;height:12rem;display:table;margin:0 auto;padding:0;text-align:center;border:none;border-radius:1.5rem;background:transparent;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;position:relative;overflow:hidden}.button--disabled{cursor:not-allowed}.button .btn-text{position:relative;z-index:99;text-align:center;font-size:2rem;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;font-weight:700;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);margin:0;vertical-align:middle}.theme-light .button .btn-text{color:#171818}.theme-dark .button .btn-text,.theme-light .button .btn-text:hover{color:#f4f9fb}.theme-dark .button .btn-text:hover{color:#171818}.button .arrow{position:absolute;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.button .arrow--disabled{cursor:not-allowed;transform:0}.button .arrow img{object-fit:cover;width:100%;height:100%}.button .arrow.arrow__top{top:-43.9rem;left:-45.3%;width:53.6rem;height:46.8rem;z-index:9}.button .arrow.arrow__bottom{width:14rem;height:12rem;bottom:-9.2rem;z-index:5}.button .arrow.arrow__bottom.left{left:-.5%}.button .arrow.arrow__bottom.right{right:-.5%}.button:hover .btn-text{font-size:23px}.theme-light .button:hover .btn-text--light{color:#f4f9fb}.theme-dark .button:hover .btn-text--light,.theme-light .button:hover .btn-text--dark{color:#171818}.theme-dark .button:hover .btn-text--dark{color:#f4f9fb}.button:hover .arrow.arrow__top{top:-100px}.button:hover .arrow.arrow__bottom.left,.button:hover .arrow.arrow__bottom.right{bottom:105%}@media (max-width: 768px){.button{width:25rem}.button .btn-text{font-size:1.6rem}.button .btn-text:hover{font-size:2rem}.button .arrow.arrow__top{left:-57.5%}}@media (max-width: 375px){.button{margin:0 auto}}.grid{display:grid;grid-gap:.8rem;grid-template-columns:repeat(4,1fr)}@media screen and (min-width: 768px){.grid{grid-gap:1.2rem;grid-template-columns:repeat(8,1fr)}}@media screen and (min-width: 1366px){.grid{grid-gap:1.6rem;grid-template-columns:repeat(12,1fr)}}.grid-item.xs-1{grid-column:span 1}.grid-item.xs-2{grid-column:span 2}.grid-item.xs-3{grid-column:span 3}.grid-item.xs-4{grid-column:span 4}@media screen and (min-width: 768px){.grid-item.md-1{grid-column:span 1}.grid-item.md-2{grid-column:span 2}.grid-item.md-3{grid-column:span 3}.grid-item.md-4{grid-column:span 4}.grid-item.md-5{grid-column:span 5}.grid-item.md-6{grid-column:span 6}.grid-item.md-7{grid-column:span 7}.grid-item.md-8{grid-column:span 8}}@media screen and (min-width: 1366px){.grid-item.lg-1{grid-column:span 1}.grid-item.lg-2{grid-column:span 2}.grid-item.lg-3{grid-column:span 3}.grid-item.lg-4{grid-column:span 4}.grid-item.lg-5{grid-column:span 5}.grid-item.lg-6{grid-column:span 6}.grid-item.lg-7{grid-column:span 7}.grid-item.lg-8{grid-column:span 8}.grid-item.lg-9{grid-column:span 9}.grid-item.lg-10{grid-column:span 10}.grid-item.lg-11{grid-column:span 11}.grid-item.lg-12{grid-column:span 12}}.icon--xs{width:1.6rem;height:1.6rem}.icon--sm{width:1.8rem;height:1.8rem}.icon--md{width:2rem;height:2rem}.icon--lg{width:2.4rem;height:2.4rem}.icon--xl{width:3.4rem;height:3.4rem}.icon--xxl{width:5rem;height:5rem}.icon--xxxl{width:7rem;height:7rem}.icon--clickable{cursor:pointer}.moving-background__content{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;width:100%;height:100%}.moving-background__content__item{width:.2rem;height:100%;position:relative;opacity:.4}.theme-light .moving-background__content__item,.theme-dark .moving-background__content__item{background-color:#898e8f}.moving-background__content__item__dot{width:2rem;height:2rem;opacity:1;position:absolute;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:2px solid #898e8f}.theme-light .moving-background__content__item__dot{background-color:#f4f9fb}.theme-dark .moving-background__content__item__dot{background-color:#171818}.dropdown{position:relative}.dropdown__trigger{cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:.5rem;padding:1rem;border-radius:2rem;background-image:linear-gradient(270deg,#1d2666 0%,#4e3290 100%)}@media screen and (min-width: 768px){.dropdown__trigger{background-image:none;padding:0}}.dropdown__trigger__arrow{rotate:270deg}@media screen and (min-width: 768px){.dropdown__trigger__arrow{rotate:0deg}}.dropdown__trigger__arrow--open{transform:rotate(180deg)}.dropdown__content{display:none;position:absolute;min-width:16rem;z-index:1;left:50%;transform:translate(-50%);border-radius:1rem}.theme-light .dropdown__content{background-color:#0000005e}.theme-dark .dropdown__content{background-color:#ffffff5e}.theme-light .dropdown__content{box-shadow:61px 92px 44px #00000008 34px 52px 37px #0000000f 15px 23px 28px #0000001f 4px 6px 15px #0000003d}.theme-dark .dropdown__content{box-shadow:61px 92px 44px #ffffff08 34px 52px 37px #ffffff0f 15px 23px 28px #ffffff1f 4px 6px 15px #ffffff3d}.dropdown__content__item{padding:1rem 1.5rem;text-decoration:none;display:block}.theme-light .dropdown__content__item,.theme-dark .dropdown__content__item{color:#898e8f}.theme-light .dropdown__content__item:hover{background-color:#f4f9fb}.theme-dark .dropdown__content__item:hover{background-color:#171818}.dropdown__content--open{display:block}.dropdown__mobile-backdrop{position:fixed;bottom:0;left:0;width:100%;height:0;overflow:hidden;background-image:linear-gradient(270deg,#1d2666 0%,#4e3290 100%);transition:height .3s ease;border-radius:2rem}.dropdown__mobile-backdrop--open{height:45vh}.language-dropdown{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;padding:2rem;width:100%;height:100%}.language-dropdown__item{color:#f4f9fb!important}.language-dropdown__item:hover{font-weight:700;font-size:1.6rem}.preloader{position:fixed;top:0;left:0;z-index:99999;width:100%;text-align:center;height:100vh;padding-top:50px}.theme-light .preloader{background-color:#f4f9fb}.theme-dark .preloader{background-color:#171818}.socket{width:200px;height:200px;position:absolute;left:50%;margin-left:-100px;top:50%;margin-top:-100px;z-index:99999}.hex-brick{width:30px;height:17px;position:absolute;top:5px;animation-name:fade00;animation-duration:2s;animation-iteration-count:infinite;-webkit-animation-name:fade00;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite}.theme-light .hex-brick,.theme-dark .hex-brick{background-image:linear-gradient(270deg,#1d2666 0%,#4e3290 100%)}.h2{transform:rotate(60deg);-webkit-transform:rotate(60deg)}.h3{transform:rotate(-60deg);-webkit-transform:rotate(-60deg)}.gel{height:30px;width:30px;transition:all .3s;-webkit-transition:all .3s;position:absolute;top:50%;left:50%}.center-gel{margin-left:-15px;margin-top:-15px;animation-name:pulse00;animation-duration:2s;animation-iteration-count:infinite;-webkit-animation-name:pulse00;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite}.c1{margin-left:-47px;margin-top:-15px}.c2{margin-left:-31px;margin-top:-43px}.c3{margin-left:1px;margin-top:-43px}.c4{margin-left:17px;margin-top:-15px}.c5{margin-left:-31px;margin-top:13px}.c6{margin-left:1px;margin-top:13px}.c7{margin-left:-63px;margin-top:-43px}.c8{margin-left:33px;margin-top:-43px}.c9{margin-left:-15px;margin-top:41px}.c10{margin-left:-63px;margin-top:13px}.c11{margin-left:33px;margin-top:13px}.c12{margin-left:-15px;margin-top:-71px}.c13{margin-left:-47px;margin-top:-71px}.c14{margin-left:17px;margin-top:-71px}.c15{margin-left:-47px;margin-top:41px}.c16{margin-left:17px;margin-top:41px}.c17{margin-left:-79px;margin-top:-15px}.c18{margin-left:49px;margin-top:-15px}.c19{margin-left:-63px;margin-top:-99px}.c20{margin-left:33px;margin-top:-99px}.c21{margin-left:1px;margin-top:-99px}.c22{margin-left:-31px;margin-top:-99px}.c23{margin-left:-63px;margin-top:69px}.c24{margin-left:33px;margin-top:69px}.c25{margin-left:1px;margin-top:69px}.c26{margin-left:-31px;margin-top:69px}.c27{margin-left:-79px;margin-top:-15px}.c28{margin-left:-95px;margin-top:-43px}.c29{margin-left:-95px;margin-top:13px}.c30{margin-left:49px;margin-top:41px}.c31{margin-left:-79px;margin-top:-71px}.c32{margin-left:-111px;margin-top:-15px}.c33{margin-left:65px;margin-top:-43px}.c34{margin-left:65px;margin-top:13px}.c35{margin-left:-79px;margin-top:41px}.c36{margin-left:49px;margin-top:-71px}.c37{margin-left:81px;margin-top:-15px}.r1{animation-name:pulse00;animation-duration:2s;animation-iteration-count:infinite;animation-delay:.2s;-webkit-animation-name:pulse00;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-delay:.2s}.r2{animation-name:pulse00;animation-duration:2s;animation-iteration-count:infinite;animation-delay:.4s;-webkit-animation-name:pulse00;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-delay:.4s}.r3{animation-name:pulse00;animation-duration:2s;animation-iteration-count:infinite;animation-delay:.6s;-webkit-animation-name:pulse00;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-delay:.6s}.r1>.hex-brick{animation-name:fade00;animation-duration:2s;animation-iteration-count:infinite;animation-delay:.2s;-webkit-animation-name:fade00;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-delay:.2s}.r2>.hex-brick{animation-name:fade00;animation-duration:2s;animation-iteration-count:infinite;animation-delay:.4s;-webkit-animation-name:fade00;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-delay:.4s}.r3>.hex-brick{animation-name:fade00;animation-duration:2s;animation-iteration-count:infinite;animation-delay:.6s;-webkit-animation-name:fade00;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-delay:.6s}@keyframes pulse00{0%{transform:scale(1)}50%{transform:scale(.01)}to{transform:scale(1)}}@keyframes fade00{0%{background:linear-gradient(270deg,#1d2666 0%,#4e3290 100%)}50%{background:linear-gradient(270deg,#1d2666 0%,#4e3290 100%)}to{background:linear-gradient(270deg,#1d2666 0%,#4e3290 100%)}}.contacts-form{padding-bottom:0}.contacts-form__title-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding-bottom:3rem;width:100%}@media screen and (min-width: 768px){.contacts-form__title-wrapper{align-items:flex-start}}.contacts-form__field{padding:1.5rem}.contacts-form__input{width:100%;border:transparent;padding:2rem 0rem;background:transparent;font-size:1.8rem}.theme-light .contacts-form__input{border-bottom:1px solid #898e8f}.theme-dark .contacts-form__input{border-bottom:1px solid #fff}.theme-light .contacts-form__input,.theme-dark .contacts-form__input{color:#898e8f}.contacts-form__input:focus{outline:none}.contacts-form__select{width:100%;border:transparent;padding:1.9rem 0rem;background:transparent;font-size:1.8rem}.theme-light .contacts-form__select{border-bottom:1px solid #898e8f}.theme-dark .contacts-form__select{border-bottom:1px solid #fff}.theme-light .contacts-form__select,.theme-dark .contacts-form__select{color:#898e8f}.contacts-form__select:focus{outline:none}.contacts-form__textarea{width:100%;border:transparent;padding:2rem 0rem;background:transparent;font-size:1.8rem}.theme-light .contacts-form__textarea{border-bottom:1px solid #898e8f}.theme-dark .contacts-form__textarea{border-bottom:1px solid #fff}.theme-light .contacts-form__textarea,.theme-dark .contacts-form__textarea{color:#898e8f}.contacts-form__textarea:focus{outline:none}.contacts-form__checkbox-field{display:flex;flex-direction:column;align-items:flex-start}.contacts-form__checkbox-label{display:inline-flex;align-items:center;gap:1rem;font-size:1.6rem;line-height:1.4}.theme-light .contacts-form__checkbox-label,.theme-dark .contacts-form__checkbox-label{color:#898e8f}.contacts-form__checkbox-label a{text-decoration:underline}.theme-light .contacts-form__checkbox-label a,.theme-dark .contacts-form__checkbox-label a{color:#898e8f}.contacts-form__checkbox{width:1.6rem;height:1.6rem;accent-color:currentColor}.contacts-form__error-message{font-size:1.6rem;margin-top:.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;align-items:center;justify-content:center}.theme-light .contacts-form__error-message,.theme-dark .contacts-form__error-message{color:#b42318}.contacts-form__error-message__message{padding:0rem 8rem;border-radius:2rem;font-size:1.6rem}.theme-light .contacts-form__error-message__message,.theme-dark .contacts-form__error-message__message{background-color:#b42318}.theme-light .contacts-form__error-message__message{color:#f4f9fb}.theme-dark .contacts-form__error-message__message{color:#171818}.contacts-form__button-wrapper{padding-top:5rem}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contacts-hero-wrapper{position:relative;overflow:hidden;height:40rem}@media screen and (min-width: 768px){.contacts-hero-wrapper{height:50rem}}.contacts-hero-wrapper__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.contacts-hero{position:relative;width:100%;height:100%}.contacts-hero__content{display:flex;flex-direction:column;justify-content:center;height:100%;width:100%}.contacts-hero__content__title-one-wrapper__title-one{text-align:left;padding-top:5rem;margin:0}@media screen and (min-width: 768px){.contacts-hero__content__title-one-wrapper__title-one{text-align:left;padding-left:10rem}}.contacts-hero__content__title-one-wrapper__title-two{text-align:left;margin:0;padding-top:1rem}@media screen and (min-width: 375px){.contacts-hero__content__title-one-wrapper__title-two{padding-left:5rem}}@media screen and (min-width: 768px){.contacts-hero__content__title-one-wrapper__title-two{padding-left:35rem}}@media screen and (min-width: 1366px){.contacts-hero__content__title-one-wrapper__title-two{padding-left:55rem}}.contacts-hero__content__title-one-wrapper__subtitle{text-align:left;margin:0}@media screen and (min-width: 375px){.contacts-hero__content__title-one-wrapper__subtitle{padding-left:5rem}}@media screen and (min-width: 768px){.contacts-hero__content__title-one-wrapper__subtitle{padding-left:35rem}}@media screen and (min-width: 1366px){.contacts-hero__content__title-one-wrapper__subtitle{padding-left:55rem}}.contacts-locations{padding:2rem 0rem}.contacts-locations__title-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding-bottom:5rem}.contacts-locations__content-wrapper{border-left:1px solid;display:flex;flex-direction:column;justify-content:space-around;align-items:center;border-top:none;width:100%;height:100%;position:relative}.theme-light .contacts-locations__content-wrapper,.theme-dark .contacts-locations__content-wrapper{border-color:#898e8f}@media screen and (min-width: 768px){.contacts-locations__content-wrapper{flex-direction:row;align-items:flex-start;border-top:1px solid;border-left:none}.theme-light .contacts-locations__content-wrapper,.theme-dark .contacts-locations__content-wrapper{border-color:#898e8f}}.contacts-locations__content-wrapper__left-dot{width:2rem;height:2rem;border-radius:50%;position:absolute;top:-1rem;left:-1rem}.theme-light .contacts-locations__content-wrapper__left-dot,.theme-dark .contacts-locations__content-wrapper__left-dot{background-color:#898e8f}@media screen and (min-width: 768px){.contacts-locations__content-wrapper__left-dot{left:0}}.contacts-locations__content-wrapper__right-dot{width:2rem;height:2rem;border-radius:50%;position:absolute;bottom:-1rem;left:-1rem}.theme-light .contacts-locations__content-wrapper__right-dot,.theme-dark .contacts-locations__content-wrapper__right-dot{background-color:#898e8f}@media screen and (min-width: 768px){.contacts-locations__content-wrapper__right-dot{top:-1rem;right:0;bottom:auto;left:auto}}.contacts-locations__content-wrapper__card-1{background-color:#cd3b70}.contacts-locations__content-wrapper__card-2{background-color:#352b7b}.contacts-locations__content-wrapper__card-3{background-color:#9046b4}.contacts-locations__content-wrapper__card-4{background-color:#352b7b}.contacts-locations__content-wrapper__card-5{background-color:#cd3b70}.contact-us{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:0;padding-top:5rem}.contact-us__title-one{font-size:2rem;font-weight:900;margin:0 auto}@media screen and (min-width: 768px){.contact-us__title-one{font-size:3.2rem}}.contact-us__title-one--light{color:#171818}.contact-us__title-one--dark{color:#f4f9fb}.contact-us__title-two{font-size:2.7rem;font-weight:900;margin:0 auto}@media screen and (min-width: 375px){.contact-us__title-two{font-size:3.8rem}}@media screen and (min-width: 768px){.contact-us__title-two{font-size:5rem}}@media screen and (min-width: 1366px){.contact-us__title-two{font-size:7.2rem}}.theme-light .contact-us__title-two,.theme-dark .contact-us__title-two{color:#352b7b}.contact-us__title-subtitle{font-size:1.6rem;max-width:60%;text-align:center;margin:0 auto;padding-bottom:3rem}.theme-light .contact-us__title-subtitle,.theme-dark .contact-us__title-subtitle{color:#898e8f}.footer-wrapper{position:relative;width:100%;height:100%}.footer-wrapper__background{position:absolute;top:0;left:0;width:100%;height:100%}.footer__wrapper{width:100%}.footer__wrapper__title{text-align:center;width:100%}@media screen and (min-width: 768px){.footer__wrapper__title{text-align:left}}.theme-light .footer__wrapper__title{color:#898e8f}.theme-dark .footer__wrapper__title{color:#c1c7ca}.footer__wrapper__left-item__wrapper{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:3rem}.footer__wrapper__left-item__wrapper__item{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;cursor:pointer;text-align:left}.theme-light .footer__wrapper__left-item__wrapper__item>a{color:#898e8f!important}.theme-dark .footer__wrapper__left-item__wrapper__item>a{color:#c1c7ca!important}.theme-light .footer__wrapper__left-item__wrapper__item>a:hover{color:#352b7b!important}.theme-dark .footer__wrapper__left-item__wrapper__item>a:hover{color:#352b7b!important}@media screen and (min-width: 768px){.footer__wrapper__left-item__wrapper__item{justify-content:flex-start}}.footer__wrapper__right-item{padding-top:1.5rem}@media screen and (min-width: 768px){.footer__wrapper__right-item{padding-top:0}}.footer__wrapper__right-item__wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between;gap:3rem}.footer__wrapper__right-item__wrapper__item{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;cursor:pointer}@media screen and (min-width: 768px){.footer__wrapper__right-item__wrapper__item{justify-content:flex-end}}.theme-light .footer__wrapper__right-item__wrapper__item>a{color:#898e8f!important}.theme-dark .footer__wrapper__right-item__wrapper__item>a{color:#c1c7ca!important}.theme-light .footer__wrapper__right-item__wrapper__item>a:hover{color:#352b7b!important}.theme-dark .footer__wrapper__right-item__wrapper__item>a:hover{color:#352b7b!important}.footer__wrapper__right-item__wrapper__item__logo{max-width:20rem}.footer__wrapper__bottom-item__wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;padding-top:1rem}@media screen and (min-width: 768px){.footer__wrapper__bottom-item__wrapper{justify-content:flex-start}}@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-f7b9c306.woff) format("woff"),url(/assets/revicons-4ca02b8a.ttf) format("ttf"),url(/assets/revicons-9e4d4c68.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:rgba(0,0,0,.5);min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:rgba(0,0,0,.8)}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:rgba(0,0,0,.5)}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}.home-clients__content__title{font-size:2.3rem;letter-spacing:.61em;text-align:center;font-weight:400;margin-top:2.5em}.theme-light .home-clients__content__title{color:#171818!important}.theme-dark .home-clients__content__title{color:#f4f9fb!important}@media screen and (min-width: 375px){.home-clients__content__title{font-size:3.8rem}}@media screen and (min-width: 768px){.home-clients__content__title{font-size:5.8rem}}@media screen and (min-width: 1366px){.home-clients__content__title{font-size:7.2rem}}@media screen and (min-width: 1600px){.home-clients__content__title{font-size:10rem}}.home-clients__content__carousel{height:100%;width:100%;padding-bottom:5rem}.home-clients__content__carousel__img-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;margin-bottom:1rem;border-radius:2rem;height:100%;margin:1rem 5rem}.theme-light .home-clients__content__carousel__img-wrapper{background-color:#0000000d}.theme-dark .home-clients__content__carousel__img-wrapper{background-color:#454646}.theme-light .home-clients__content__carousel__img-wrapper{-webkit-box-shadow:61px 92px 44px rgba(0,0,0,.03) 34px 52px 37px rgba(0,0,0,.06) 15px 23px 28px rgba(0,0,0,.12) 4px 6px 15px rgba(0,0,0,.24);box-shadow:61px 92px 44px #00000008 34px 52px 37px #0000000f 15px 23px 28px #0000001f 4px 6px 15px #0000003d}.theme-dark .home-clients__content__carousel__img-wrapper{-webkit-box-shadow:61px 92px 44px rgba(255,255,255,.03) 34px 52px 37px rgba(255,255,255,.06) 15px 23px 28px rgba(255,255,255,.12) 4px 6px 15px rgba(255,255,255,.24);box-shadow:61px 92px 44px #ffffff08 34px 52px 37px #ffffff0f 15px 23px 28px #ffffff1f 4px 6px 15px #ffffff3d}.home-clients__content__carousel__img-wrapper__img{max-width:15rem;max-height:15rem;opacity:1;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.home-clients__content__carousel__img-wrapper:hover{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.home-hero{width:100%;height:70rem;position:relative;background-image:url(/assets/background-6fced7a9.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1s}@media screen and (min-width: 768px){.home-hero{height:80rem}}.home-hero__background{position:absolute;top:0;left:0;background-image:url(/assets/lines-8f538fb0.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;width:100%;height:100%;backdrop-filter:blur(125px);-webkit-backdrop-filter:blur(125px)}.home-hero__content{position:absolute;top:50%;left:50%;z-index:5;transform:translate(-50%,-50%);width:100%;height:100%;display:flex;flex-direction:column;justify-content:center}.home-hero__content__title-one-wrapper__title{position:absolute;top:15%;left:50%;transform:translate(-50%,-15%);font-size:5rem;font-weight:900;margin:0;color:#f4f9fb!important;width:100%;z-index:5;letter-spacing:.2rem}@media screen and (min-width: 768px){.home-hero__content__title-one-wrapper__title{left:45%;font-size:9rem}}@media screen and (min-width: 1366px){.home-hero__content__title-one-wrapper__title{font-size:14rem}}.home-hero__content__title-one-wrapper__shadow{position:absolute;top:16%;left:52%;transform:translate(-50.5%,-16.5%);width:100%;color:#f4f9fb!important;font-size:5.5rem;font-weight:900;margin:0;-webkit-text-stroke:1px rgba(244,249,251,.2);-webkit-text-fill-color:transparent;z-index:4;letter-spacing:.2rem}@media screen and (min-width: 768px){.home-hero__content__title-one-wrapper__shadow{left:46%;font-size:9rem}}@media screen and (min-width: 1366px){.home-hero__content__title-one-wrapper__shadow{font-size:14rem}}.home-hero__content__title-two-wrapper__title{position:absolute;top:25%;left:60%;transform:translate(-50%,-25%);margin:0;color:#f4f9fb!important;font-weight:900;font-size:5rem;z-index:5;letter-spacing:.2rem}@media screen and (min-width: 768px){.home-hero__content__title-two-wrapper__title{left:60%;top:30%;font-size:9rem}}@media screen and (min-width: 1366px){.home-hero__content__title-two-wrapper__title{top:36%;left:61%;font-size:14rem}}.home-hero__content__title-two-wrapper__shadow{position:absolute;top:26%;left:61%;transform:translate(-50.5%,-27.5%);margin:0;font-weight:900;color:#f4f9fb!important;font-size:5.5rem;-webkit-text-stroke:1px rgba(244,249,251,.2);-webkit-text-fill-color:transparent;z-index:4;letter-spacing:.2rem}@media screen and (min-width: 768px){.home-hero__content__title-two-wrapper__shadow{left:61.5%;top:31%;font-size:9rem}}@media screen and (min-width: 1366px){.home-hero__content__title-two-wrapper__shadow{top:37.3%;font-size:14rem}}.home-hero__content__title-three-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:80%}@media screen and (min-width: 768px){.home-hero__content__title-three-wrapper{top:52%;transform:translate(-50%,-52%);max-width:60%}}@media screen and (min-width: 1366px){.home-hero__content__title-three-wrapper{top:55%;transform:translate(-50%,-55%);max-width:50%}}.home-hero__content__title-three-wrapper__subtitle{color:#f4f9fb!important;font-size:1.4rem}@media screen and (min-width: 768px){.home-hero__content__title-three-wrapper__subtitle{font-size:1.6rem}}.home-hero__content__typewriter-wrapper{position:absolute;top:68%;left:50%;transform:translate(-50%,-75%);width:100%}@media screen and (min-width: 768px){.home-hero__content__typewriter-wrapper{top:65%;transform:translate(-50%,-69%)}}.home-hero__content__typewriter-wrapper__subtitle{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:baseline;width:100%;gap:.5rem;padding:0;margin:0;color:#f4f9fb!important}.home-hero__content__typewriter-wrapper__subtitle__typewriter{font-size:1.8rem}.theme-light .home-hero__content__typewriter-wrapper__subtitle__typewriter,.theme-dark .home-hero__content__typewriter-wrapper__subtitle__typewriter{color:#352b7b}.home-hero__content__button-wrapper{position:absolute;top:88%;left:50%;transform:translate(-50%,-90%);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#f4f9fb!important}@media screen and (min-width: 768px){.home-hero__content__button-wrapper{top:85%}}.home-hero__content__button-wrapper__button{color:#f4f9fb}.home-hero__content__button-wrapper__certificates{position:absolute;bottom:-3.5rem;display:flex;gap:1.5rem;margin-top:2rem;align-items:center;justify-content:center;left:50%;transform:translate(-50%)}@media screen and (min-width: 768px){.home-hero__content__button-wrapper__certificates{bottom:-5rem}}.home-hero__content__button-wrapper__certificates__img{width:7rem;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25))}@media screen and (min-width: 768px){.home-hero__content__button-wrapper__certificates__img{width:10rem}}.home-milestones-card{width:100%;height:100%}.home-milestones-card__wrapper{position:relative}.home-milestones-card__wrapper__img{max-width:40rem;max-height:38rem;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-milestones-card__wrapper__heading{font-size:2rem;font-weight:900;line-height:1.2;margin:0;color:#171818}@media screen and (min-width: 768px){.home-milestones-card__wrapper__heading{font-size:5rem}}.home-milestones-card__wrapper__text{z-index:10;position:absolute;top:40%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.home-milestones-card__wrapper__text--first{top:60%}.home-milestones-card__wrapper__text--second{top:30%}.home-milestones-card__wrapper__text--third{top:60%}.home-milestones-card__wrapper__text--fourth{top:30%}.home-milestones-card__wrapper__text--fifth{top:60%}.home-milestones-card__wrapper__text--sixth{top:30%}.home-milestones{padding-top:0}.home-milestones__title-wrapper__title{font-size:2.3rem;letter-spacing:.61em;text-align:center;font-weight:400}.theme-light .home-milestones__title-wrapper__title{color:#171818!important}.theme-dark .home-milestones__title-wrapper__title{color:#f4f9fb!important}@media screen and (min-width: 375px){.home-milestones__title-wrapper__title{font-size:2.7rem}}@media screen and (min-width: 768px){.home-milestones__title-wrapper__title{font-size:5.8rem}}@media screen and (min-width: 1366px){.home-milestones__title-wrapper__title{font-size:7.2rem}}@media screen and (min-width: 1600px){.home-milestones__title-wrapper__title{font-size:10rem}}.home-milestones__content{position:relative;z-index:100;height:50rem;width:100%;margin:0 auto;padding:0}@media screen and (min-width: 350px){.home-milestones__content{height:60rem}}@media screen and (min-width: 375px){.home-milestones__content{height:70rem}}@media screen and (min-width: 455px){.home-milestones__content{height:90rem}}@media screen and (min-width: 496px){.home-milestones__content{height:100rem}}@media screen and (min-width: 540px){.home-milestones__content{height:110rem}}@media screen and (min-width: 570px){.home-milestones__content{height:120rem}}@media screen and (min-width: 620px){.home-milestones__content{height:130rem}}@media screen and (min-width: 660px){.home-milestones__content{height:140rem}}@media screen and (min-width: 700px){.home-milestones__content{height:150rem}}@media screen and (min-width: 720px){.home-milestones__content{height:160rem}}@media screen and (min-width: 768px){.home-milestones__content{height:80rem}}@media screen and (min-width: 1366px){.home-milestones__content{height:10rem}}@media screen and (min-width: 1600px){.home-milestones__content{height:50rem}}.home-milestones__content__item-0{position:absolute;z-index:10;top:0%;left:50%;-webkit-transform:translate(-50%,0%);-ms-transform:translate(-50%,0%);transform:translate(-50%)}@media screen and (min-width: 768px){.home-milestones__content__item-0{-webkit-transform:translate(-75%,0%);-ms-transform:translate(-75%,0%);transform:translate(-75%)}}@media screen and (min-width: 1366px){.home-milestones__content__item-0{-webkit-transform:translate(-175%,0%);-ms-transform:translate(-175%,0%);transform:translate(-175%)}}@media screen and (min-width: 1600px){.home-milestones__content__item-0{top:50%;left:50%;-webkit-transform:translate(-49.5%,37.5%);-ms-transform:translate(-49.5%,37.5%);transform:translate(-49.5%,37.5%)}}.home-milestones__content__item-1{position:absolute;z-index:10;top:0%;left:50%;-webkit-transform:translate(-50%,90%);-ms-transform:translate(-50%,90%);transform:translate(-50%,90%)}@media screen and (min-width: 768px){.home-milestones__content__item-1{-webkit-transform:translate(-25%,0%);-ms-transform:translate(-25%,0%);transform:translate(-25%)}}@media screen and (min-width: 1366px){.home-milestones__content__item-1{-webkit-transform:translate(-125%,0%);-ms-transform:translate(-125%,0%);transform:translate(-125%)}}@media screen and (min-width: 1600px){.home-milestones__content__item-1{top:50%;left:0%;-webkit-transform:translate(167%,37%);-ms-transform:translate(167%,37%);transform:translate(167%,37%)}}.home-milestones__content__item-2{position:absolute;z-index:10;top:0%;left:50%;-webkit-transform:translate(-50%,180%);-ms-transform:translate(-50%,180%);transform:translate(-50%,180%)}@media screen and (min-width: 768px){.home-milestones__content__item-2{-webkit-transform:translate(-25%,90%);-ms-transform:translate(-25%,90%);transform:translate(-25%,90%)}}@media screen and (min-width: 1366px){.home-milestones__content__item-2{-webkit-transform:translate(-75%,0%);-ms-transform:translate(-75%,0%);transform:translate(-75%)}}@media screen and (min-width: 1600px){.home-milestones__content__item-2{top:50%;left:0%;-webkit-transform:translate(167%,-50%);-ms-transform:translate(167%,-50%);transform:translate(167%,-50%)}}.home-milestones__content__item-3{position:absolute;top:0%;left:50%;-webkit-transform:translate(-50%,270%);-ms-transform:translate(-50%,270%);transform:translate(-50%,270%)}@media screen and (min-width: 768px){.home-milestones__content__item-3{-webkit-transform:translate(-75%,90%);-ms-transform:translate(-75%,90%);transform:translate(-75%,90%)}}@media screen and (min-width: 1366px){.home-milestones__content__item-3{-webkit-transform:translate(-25%,0%);-ms-transform:translate(-25%,0%);transform:translate(-25%)}}@media screen and (min-width: 1600px){.home-milestones__content__item-3{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.home-milestones__content__item-4{position:absolute;top:0%;left:50%;-webkit-transform:translate(-50%,360%);-ms-transform:translate(-50%,360%);transform:translate(-50%,360%)}@media screen and (min-width: 768px){.home-milestones__content__item-4{-webkit-transform:translate(-75%,180%);-ms-transform:translate(-75%,180%);transform:translate(-75%,180%)}}@media screen and (min-width: 1366px){.home-milestones__content__item-4{-webkit-transform:translate(25%,0%);-ms-transform:translate(25%,0%);transform:translate(25%)}}@media screen and (min-width: 1600px){.home-milestones__content__item-4{top:50%;left:0%;-webkit-transform:translate(75%,-50%);-ms-transform:translate(75%,-50%);transform:translate(75%,-50%)}}.home-milestones__content__item-5{position:absolute;top:0%;left:50%;-webkit-transform:translate(-50%,450%);-ms-transform:translate(-50%,450%);transform:translate(-50%,450%)}@media screen and (min-width: 768px){.home-milestones__content__item-5{-webkit-transform:translate(-25%,180%);-ms-transform:translate(-25%,180%);transform:translate(-25%,180%)}}@media screen and (min-width: 1366px){.home-milestones__content__item-5{-webkit-transform:translate(75%,0%);-ms-transform:translate(75%,0%);transform:translate(75%)}}@media screen and (min-width: 1600px){.home-milestones__content__item-5{top:50%;left:0%;-webkit-transform:translate(75%,37%);-ms-transform:translate(75%,37%);transform:translate(75%,37%)}}@media screen and (min-width: 768px){.home-portfolio__content__title .heading-custom-three{font-size:79px}}@media screen and (min-width: 1000px){.home-portfolio__content__title .heading-custom-three{font-size:100px}}.home-portfolio__content__grid__item{padding:2rem;position:relative}.theme-light .home-portfolio__content__grid__item{box-shadow:61px 92px 44px #00000008 34px 52px 37px #0000000f 15px 23px 28px #0000001f 4px 6px 15px #0000003d}.theme-dark .home-portfolio__content__grid__item{box-shadow:61px 92px 44px #ffffff08 34px 52px 37px #ffffff0f 15px 23px 28px #ffffff1f 4px 6px 15px #ffffff3d}@media screen and (min-width: 768px){.home-portfolio__content__grid__item--odd{margin-top:30rem}}.home-portfolio__content__grid__item__img{width:100%;height:100%;object-fit:cover}.home-portfolio__content__grid__item__badge{position:absolute;top:-20px;right:-10px;width:100px;z-index:10;border-radius:1rem;overflow:hidden;padding:.5rem;background-color:#f4f9fb;border:1px solid #171818}@media screen and (min-width: 1366px){.home-portfolio__content__grid__item__badge{right:-20px}}.home-portfolio__content__grid__item__badge__image{width:100%;height:100%;object-fit:cover;object-position:center}.home-portfolio__content__bottom{padding-top:5rem}.home-search-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:transparent;height:100%;padding:1rem 1.5rem}@media screen and (min-width: 768px){.home-search-card{width:33%;padding-top:0}}.theme-light .home-search-card,.theme-dark .home-search-card{border-bottom:2px solid #352b7b}.home-search-card__title{padding-bottom:1.6rem}.home-search-card__subtitle{margin:0;padding-bottom:.8rem;font-size:2.3rem;font-weight:600;letter-spacing:.01em}.theme-light .home-search-card__subtitle,.theme-dark .home-search-card__subtitle{color:#352b7b}.home-search{padding-bottom:5rem}.home-search__wrapper__img-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;padding-top:2rem}@media screen and (min-width: 768px){.home-search__wrapper__img-wrapper{padding-top:0}}.home-search__wrapper__img-wrapper__img{max-width:80%;object-fit:cover}@media screen and (min-width: 768px){.home-search__wrapper__img-wrapper__img{max-width:70%}}@media screen and (min-width: 1366px){.home-search__wrapper__img-wrapper__img{max-width:40rem}}.home-search__wrapper__text__grid__item{text-align:left;padding:0rem 1.5rem}.home-search__wrapper__text__grid__item__title{padding-bottom:1rem}.home-search__wrapper__card{padding-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem}@media screen and (min-width: 768px){.home-search__wrapper__card{flex-direction:row}}.home-team{padding:0}.home-team__carousel{width:100%;padding-bottom:10rem}.home-services-card{display:flex;flex-direction:column;padding:1rem;text-align:left;justify-content:center}@media screen and (min-width: 768px){.home-services-card{padding:2rem}}.home-services-card__description{padding-top:1rem}@media screen and (min-width: 768px){.home-services-card__description{max-width:80%}}.home-services{padding-top:0rem;margin-bottom:10rem}@media screen and (min-width: 768px){.home-services{margin-bottom:0rem}}.home-services__wrapper__title{display:flex;flex-direction:row;align-items:center;justify-content:center}@media screen and (min-width: 768px){.home-services__wrapper__title{justify-content:flex-start}}.home-services__wrapper__subtitle{display:flex;flex-direction:column;align-items:left;justify-content:center;padding:0rem 2rem}.home-services__wrapper__subtitle__text{text-align:left}.home-services__wrapper__options{display:flex;flex-direction:column;align-items:left;justify-content:center;text-align:left}.home-services__wrapper__options__item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem}.theme-light .home-services__wrapper__options__item__icon,.theme-dark .home-services__wrapper__options__item__icon{color:#898e8f}.home-services__wrapper__options__item__icon--active{rotate:45deg;transition:all .2s ease-in-out}.theme-light .home-services__wrapper__options__item__icon--active,.theme-dark .home-services__wrapper__options__item__icon--active{color:#352b7b}.home-services__wrapper__options__item__title{cursor:pointer;font-size:1.4rem;font-weight:600;line-height:1.3;letter-spacing:.01em;margin:0;padding:1.4rem 0rem}@media screen and (min-width: 768px){.home-services__wrapper__options__item__title{font-size:2.3rem}}.theme-light .home-services__wrapper__options__item__title,.theme-dark .home-services__wrapper__options__item__title{color:#898e8f}.home-services__wrapper__options__item__title--active{transition:all .2s ease-in-out}.theme-light .home-services__wrapper__options__item__title--active,.theme-dark .home-services__wrapper__options__item__title--active{color:#352b7b}.home-services__wrapper__cards{position:relative}.home-services__wrapper__cards__item{position:absolute;top:0;left:0}.navbar{position:fixed;padding:2rem 2.1rem 1.7rem;width:calc(100% - 4.2rem);height:4rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;z-index:999;transition:all .35s ease-in-out}.theme-light .navbar{background-color:#0000005e}.theme-dark .navbar{background-color:#ffffff5e}.theme-light .navbar{box-shadow:61px 92px 44px #00000008 34px 52px 37px #0000000f 15px 23px 28px #0000001f 4px 6px 15px #0000003d}.theme-dark .navbar{box-shadow:61px 92px 44px #ffffff08 34px 52px 37px #ffffff0f 15px 23px 28px #ffffff1f 4px 6px 15px #ffffff3d}.navbar--mobile-open{height:100vh}@media screen and (min-width: 768px){.navbar{width:calc(95% - 12rem);border-radius:14.5rem;padding:2rem 6rem 1.7rem;max-width:calc(1366px - 10rem);height:auto;top:6rem;left:50%;transform:translate(-50%,-50%)}}.navbar__content{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media screen and (min-width: 768px){.navbar__content{justify-content:space-evenly}}.navbar__content__item{font-size:1.9rem!important;padding:2rem 0rem}.theme-light .navbar__content__item{color:#f4f9fb}.theme-dark .navbar__content__item{color:#171818}.theme-light .navbar__content__item--active,.theme-dark .navbar__content__item--active{color:#352b7b}.navbar__content__item--hide{display:none}@media screen and (min-width: 768px){.navbar__content__item{padding:0}}.navbar__content__logo{max-width:14rem}.navbar__mobile-menu{padding-top:2rem;width:100%;height:100%}.navbar__mobile-menu__content{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start}.navbar__mobile-menu__content__divider{height:.1rem;width:100%;background-color:#898e8f;margin:1rem 0rem}.navbar__mobile-menu__content__header{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;width:100%;gap:2rem}.portfolio-content{position:relative}.portfolio-content__wrapper__categories{padding-bottom:2rem}.portfolio-content__wrapper__categories__scroller{display:grid;grid-template-columns:1fr;gap:1rem;overflow-x:visible}@media screen and (min-width: 768px){.portfolio-content__wrapper__categories__scroller{grid-template-columns:repeat(4,1fr);gap:1.2rem}}@media screen and (min-width: 1366px){.portfolio-content__wrapper__categories__scroller{display:flex;flex-wrap:nowrap;gap:3rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:.6rem}.portfolio-content__wrapper__categories__scroller::-webkit-scrollbar{height:6px}.portfolio-content__wrapper__categories__scroller::-webkit-scrollbar-thumb{background-color:#ffffff40;border-radius:3px}}.portfolio-content__wrapper__categories__item{scroll-snap-align:start;white-space:normal}@media screen and (min-width: 1366px){.portfolio-content__wrapper__categories__item{white-space:nowrap}}.portfolio-content__wrapper__categories__item>h5{font-size:2rem}.theme-light .portfolio-content__wrapper__categories__item>h5{color:#898e8f}.theme-dark .portfolio-content__wrapper__categories__item>h5{color:#898e8f}.theme-light .portfolio-content__wrapper__categories__item:hover>h5{color:#352b7b}.theme-dark .portfolio-content__wrapper__categories__item:hover>h5{color:#352b7b}.theme-light .portfolio-content__wrapper__categories__item--active>h5{color:#352b7b}.theme-dark .portfolio-content__wrapper__categories__item--active>h5{color:#352b7b}.portfolio-content__wrapper__portfolio-card{margin:2rem 0rem;position:relative}@media screen and (min-width: 768px){.portfolio-content__wrapper__portfolio-card{margin:2rem}}.portfolio-content__wrapper__portfolio-card__badge{position:absolute;top:-20px;right:-10px;width:100px;z-index:10;border-radius:1rem;overflow:hidden;padding:.5rem;background-color:#f4f9fb;border:1px solid #171818}@media screen and (min-width: 1366px){.portfolio-content__wrapper__portfolio-card__badge{right:-20px}}.portfolio-content__wrapper__portfolio-card__badge__image{width:100%;height:100%;object-fit:cover;object-position:center}.portfolio-content__wrapper__bottom-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.theme-light .portfolio-content__wrapper__bottom-wrapper__title-two,.theme-dark .portfolio-content__wrapper__bottom-wrapper__title-two{color:#352b7b!important}.services-content__wrapper{padding:1rem 0rem}.services-content__wrapper__item{padding:4rem 0rem;display:flex;flex-direction:row;justify-content:flex-end}.services-content__wrapper__item--reverse{justify-content:flex-start}@media screen and (min-width: 768px){.services-content__wrapper__item__card{max-width:70%}}.services-hero-wrapper{position:relative;overflow:hidden;height:40rem}@media screen and (min-width: 768px){.services-hero-wrapper{height:50rem}}.services-hero-wrapper__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.services-hero{position:relative;width:100%;height:100%}.services-hero__content{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;position:absolute;top:-8rem;left:-3rem;margin:0 auto}@media screen and (min-width: 768px){.services-hero__content{align-items:flex-start}}.services-hero__content__title-one{margin:0}@media screen and (min-width: 768px){.services-hero__content__title-one{padding-left:10rem}}.services-hero__content__title-two{margin:0}.theme-light .services-hero__content__title-two{color:#171818}.theme-dark .services-hero__content__title-two{color:#f4f9fb}@media screen and (min-width: 768px){.services-hero__content__title-two{padding-left:15rem}}.services-hero__content__subtitle{text-align:center;max-width:80%;font-size:1.6rem}.theme-light .services-hero__content__subtitle{color:#171818}.theme-dark .services-hero__content__subtitle{color:#f4f9fb}@media screen and (min-width: 768px){.services-hero__content__subtitle{padding-left:30rem;text-align:left;max-width:40%;font-size:1.8rem}}.page{min-height:100vh;min-width:100%;max-width:100vw;overflow:hidden}.theme-light .page{background-color:#f4f9fb}.theme-dark .page{background-color:#171818}.contacts-map{padding:2rem 0rem}.contacts-map__wrapper{position:relative;width:100%;height:10rem}@media screen and (min-width: 375px){.contacts-map__wrapper{height:30rem}}@media screen and (min-width: 768px){.contacts-map__wrapper{height:50rem}}.contacts-map__wrapper__img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.contacts-map__wrapper__pin-one{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);max-width:15rem}@media screen and (min-width: 375px){.contacts-map__wrapper__pin-one{left:20%;transform:translate(-20%,-50%)}}@media screen and (min-width: 768px){.contacts-map__wrapper__pin-one{left:20%;transform:translate(-20%,-50%)}}.contacts-map__wrapper__pin-two{position:absolute;top:20%;left:80%;transform:translate(-50%,-50%);max-width:15rem}@media screen and (min-width: 768px){.contacts-map__wrapper__pin-two{left:60%;transform:translate(-60%,-50%)}}.contacts-map__wrapper__pin-three{position:absolute;top:40%;left:30%;transform:translate(-50%,-50%);max-width:15rem}@media screen and (min-width: 768px){.contacts-map__wrapper__pin-three{left:80%;transform:translate(-80%,-50%)}}.not-found-content-wrapper{position:relative;width:100%;height:100%}.not-found-content-wrapper__background{position:absolute;top:0;left:0;width:100%;height:100%}.not-found-content__wrapper{min-height:30vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4rem}.not-found-hero-wrapper{position:relative;overflow:hidden;height:40rem}@media screen and (min-width: 768px){.not-found-hero-wrapper{height:50rem}}.not-found-hero-wrapper__image{padding-top:5rem;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;z-index:0}.partners{padding-top:0}.partners__content__title{font-size:2.3rem;letter-spacing:.61em;text-align:center;font-weight:400}.theme-light .partners__content__title{color:#171818!important}.theme-dark .partners__content__title{color:#f4f9fb!important}@media screen and (min-width: 375px){.partners__content__title{font-size:3.8rem}}@media screen and (min-width: 768px){.partners__content__title{font-size:5.8rem}}@media screen and (min-width: 1366px){.partners__content__title{font-size:7.2rem}}@media screen and (min-width: 1600px){.partners__content__title{font-size:10rem}}.partners__content__carousel{height:100%;width:100%;padding-bottom:5rem}.partners__content__carousel__img-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;margin-bottom:1rem;border-radius:2rem;height:100%;margin:1rem 5rem}.theme-light .partners__content__carousel__img-wrapper{background-color:#0000000d}.theme-dark .partners__content__carousel__img-wrapper{background-color:#454646}.theme-light .partners__content__carousel__img-wrapper{-webkit-box-shadow:61px 92px 44px rgba(0,0,0,.03) 34px 52px 37px rgba(0,0,0,.06) 15px 23px 28px rgba(0,0,0,.12) 4px 6px 15px rgba(0,0,0,.24);box-shadow:61px 92px 44px #00000008 34px 52px 37px #0000000f 15px 23px 28px #0000001f 4px 6px 15px #0000003d}.theme-dark .partners__content__carousel__img-wrapper{-webkit-box-shadow:61px 92px 44px rgba(255,255,255,.03) 34px 52px 37px rgba(255,255,255,.06) 15px 23px 28px rgba(255,255,255,.12) 4px 6px 15px rgba(255,255,255,.24);box-shadow:61px 92px 44px #ffffff08 34px 52px 37px #ffffff0f 15px 23px 28px #ffffff1f 4px 6px 15px #ffffff3d}.partners__content__carousel__img-wrapper__clickable{cursor:pointer}.partners__content__carousel__img-wrapper__img{max-width:15rem;max-height:15rem;opacity:1;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;object-fit:contain}.partners__content__carousel__img-wrapper:hover{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.cookie-policy-content-wrapper{position:relative}.cookie-policy-content-wrapper__background{z-index:0}.cookie-policy-content{position:relative;z-index:1}.cookie-policy-content__wrapper{max-width:960px;margin:0 auto}.cookie-policy-content__title{margin-bottom:1.5rem;text-align:center}.cookie-policy-content__section-title{margin-top:1.5rem;margin-bottom:.5rem}.cookie-policy-content__intro{margin:0 auto 1.25rem;max-width:760px;text-align:center}.cookie-policy-content__list{padding-left:1.25rem}.cookie-policy-content__list li{margin-bottom:.5rem}.cookie-policy-content__grid{row-gap:1rem}.cookie-policy-content__header{display:flex;flex-direction:column;align-items:center}.cookie-policy-content__section{max-width:860px;margin:0 auto}.home-certificates__content__title{font-size:1.6rem;letter-spacing:.25em;text-align:center;font-weight:400;text-transform:uppercase}.theme-light .home-certificates__content__title{color:#171818!important}.theme-dark .home-certificates__content__title{color:#f4f9fb!important}@media screen and (min-width: 375px){.home-certificates__content__title{font-size:3.8rem}}@media screen and (min-width: 768px){.home-certificates__content__title{font-size:5.8rem}}@media screen and (min-width: 1366px){.home-certificates__content__title{font-size:7.2rem;letter-spacing:.61em}}@media screen and (min-width: 1600px){.home-certificates__content__title{font-size:10rem}}.home-certificates__content__carousel{height:100%;width:100%;padding-bottom:5rem}.home-certificates__content__carousel__img-wrapper{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;margin-bottom:1rem;border-radius:2rem;height:100%;margin:1rem 5rem}.theme-light .home-certificates__content__carousel__img-wrapper{background-color:#0000000d}.theme-dark .home-certificates__content__carousel__img-wrapper{background-color:#454646}.theme-light .home-certificates__content__carousel__img-wrapper{-webkit-box-shadow:61px 92px 44px rgba(0,0,0,.03) 34px 52px 37px rgba(0,0,0,.06) 15px 23px 28px rgba(0,0,0,.12) 4px 6px 15px rgba(0,0,0,.24);box-shadow:61px 92px 44px #00000008 34px 52px 37px #0000000f 15px 23px 28px #0000001f 4px 6px 15px #0000003d}.theme-dark .home-certificates__content__carousel__img-wrapper{-webkit-box-shadow:61px 92px 44px rgba(255,255,255,.03) 34px 52px 37px rgba(255,255,255,.06) 15px 23px 28px rgba(255,255,255,.12) 4px 6px 15px rgba(255,255,255,.24);box-shadow:61px 92px 44px #ffffff08 34px 52px 37px #ffffff0f 15px 23px 28px #ffffff1f 4px 6px 15px #ffffff3d}.home-certificates__content__carousel__img-wrapper__img{width:15rem;height:15rem;object-fit:contain;opacity:1;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.home-certificates__content__carousel__img-wrapper:hover{-webkit-transform:scale(.99);-ms-transform:scale(.99);transform:scale(.99)}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{background:#fff;color:#000;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:hover,a:active{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.75em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"“" "”" "‘" "’"}q:before,q:after{content:"";content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}html{font-size:62.5%}@supports (padding: max(0px)){html{padding-left:min(0vmin,env(safe-area-inset-left));padding-right:min(0vmin,env(safe-area-inset-right))}}body{font-family:Inter,sans-serif;font-weight:400;font-size:1.6rem;line-height:1.2}.theme-light body{background-color:#f4f9fb}.theme-dark body{background-color:#171818}.theme-light body,.theme-dark body{-webkit-tap-highlight-color:rgba(0,0,0,0)}html,div,body{scrollbar-width:thin}.theme-light html,.theme-light div,.theme-light body,.theme-dark html,.theme-dark div,.theme-dark body{scrollbar-color:#352b7b #1d2666}html ::-webkit-scrollbar,div ::-webkit-scrollbar,body ::-webkit-scrollbar{width:.6rem;height:.6rem;border-radius:2rem}html ::-webkit-scrollbar-track,div ::-webkit-scrollbar-track,body ::-webkit-scrollbar-track{background:#898e8f}html ::-webkit-scrollbar-thumb,div ::-webkit-scrollbar-thumb,body ::-webkit-scrollbar-thumb{background:#352b7b;border-radius:2rem}.gradient-text{background-clip:text;-webkit-background-clip:text;color:transparent;font-weight:600}.theme-light .gradient-text,.theme-dark .gradient-text{background:linear-gradient(270deg,#1d2666 0%,#4e3290 100%)}span{display:inline-block;font-size:1.6rem;line-height:1.5;letter-spacing:.01em}a{font-weight:400;font-size:1.4rem;display:inline-block;text-decoration:none;color:unset;cursor:pointer}.theme-light a,.theme-dark a{color:#898e8f}@media screen and (min-width: 768px){a{font-size:1.6rem}}.theme-light a:hover,.theme-dark a:hover{color:#352b7b}p{font-size:1.2rem;font-weight:400;line-height:1.6;letter-spacing:.05em;margin:0}.theme-light p,.theme-dark p{color:#898e8f}@media screen and (min-width: 768px){p{font-size:1.6rem}}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:500;letter-spacing:-.03em}.heading-custom-one{font-size:3.3rem;font-weight:700;line-height:1.2;margin:0}.theme-light .heading-custom-one{color:#171818}.theme-dark .heading-custom-one{color:#f4f9fb}.heading-custom-two{font-size:5rem;font-weight:900;line-height:1.2;margin:0}.theme-light .heading-custom-two{color:#171818}.theme-dark .heading-custom-two{color:#f4f9fb}.heading-custom-three{font-size:3.8rem;font-weight:600;line-height:1.5;letter-spacing:-.03em;margin:0}.theme-light .heading-custom-three{color:#171818}.theme-dark .heading-custom-three{color:#f4f9fb}@media screen and (min-width: 768px){.heading-custom-three{font-size:10rem}}@media screen and (min-width: 1366px){.heading-custom-three{font-size:14rem}}@media screen and (min-width: 1600px){.heading-custom-three{font-size:17.7rem}}.heading-custom-four{font-size:1.4rem;font-weight:600;line-height:1.3;letter-spacing:.01em;margin:0}.theme-light .heading-custom-four{color:#171818}.theme-dark .heading-custom-four{color:#f4f9fb}@media screen and (min-width: 768px){.heading-custom-four{font-size:2.3rem}}.heading-custom-five{font-size:3.8rem;font-weight:600;line-height:1.3;letter-spacing:.01em;margin:0}.theme-light .heading-custom-five{color:#171818}.theme-dark .heading-custom-five{color:#f4f9fb}@media screen and (min-width: 375px){.heading-custom-five{font-size:5.8rem}}@media screen and (min-width: 768px){.heading-custom-five{font-size:8.8rem}}@media screen and (min-width: 1366px){.heading-custom-five{font-size:11rem}}.heading-custom-six{font-size:4.8rem;font-weight:400;line-height:1.5;letter-spacing:-.03em;margin:0}.theme-light .heading-custom-six{color:#171818}.theme-dark .heading-custom-six{color:#f4f9fb}@media screen and (min-width: 375px){.heading-custom-six{font-size:7.2rem}}@media screen and (min-width: 768px){.heading-custom-six{font-size:9.8rem}}@media screen and (min-width: 1366px){.heading-custom-six{font-size:14.3rem}}.heading-custom-seven{font-size:1.8rem;font-weight:600;line-height:1;margin:0}.theme-light .heading-custom-seven{color:#171818}.theme-dark .heading-custom-seven{color:#f4f9fb}@media screen and (min-width: 375px){.heading-custom-seven{font-size:5.8rem}}@media screen and (min-width: 768px){.heading-custom-seven{font-size:5.8rem}}@media screen and (min-width: 1366px){.heading-custom-seven{font-size:7.2rem}}@media screen and (min-width: 1600px){.heading-custom-seven{font-size:10rem}}.heading-custom-eight{font-size:1.8rem;font-weight:700;letter-spacing:-.02em}.theme-light .heading-custom-eight{color:#171818}.theme-dark .heading-custom-eight{color:#f4f9fb}@media screen and (min-width: 768px){.heading-custom-eight{font-size:3.3rem}}.heading-custom-nine{font-size:1.8rem;font-weight:600;letter-spacing:-.02em}.theme-light .heading-custom-nine,.theme-dark .heading-custom-nine{color:#898e8f}@media screen and (min-width: 768px){.heading-custom-nine{font-size:2.3rem}}.portfolio-hero-wrapper{position:relative;overflow:hidden;height:40rem}@media screen and (min-width: 768px){.portfolio-hero-wrapper{height:50rem}}.portfolio-hero-wrapper__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.portfolio-hero{position:relative;width:100%;height:100%}.portfolio-hero__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:100%;width:100%}.portfolio-hero__content__title-one{font-size:3.2rem;letter-spacing:-.03em;text-align:left;margin:0}.theme-light .portfolio-hero__content__title-one{color:#171818}.theme-dark .portfolio-hero__content__title-one{color:#f4f9fb}@media screen and (min-width: 768px){.portfolio-hero__content__title-one{font-size:7.2rem}}@media screen and (min-width: 768px){.portfolio-hero__content__title-one{font-size:8.8rem}}.portfolio-hero__content__title-two{font-size:5.8rem;font-weight:700;line-height:1;margin:0;text-align:left}.theme-light .portfolio-hero__content__title-two{color:#171818}.theme-dark .portfolio-hero__content__title-two{color:#f4f9fb}@media screen and (min-width: 375px){.portfolio-hero__content__title-two{font-size:7.2rem}}@media screen and (min-width: 768px){.portfolio-hero__content__title-two{font-size:9.8rem}}@media screen and (min-width: 1366px){.portfolio-hero__content__title-two{font-size:11rem}}.portfolio-hero__content__title-three{font-size:2.3rem;font-weight:600;line-height:1;margin:0;text-align:left}.theme-light .portfolio-hero__content__title-three{color:#171818}.theme-dark .portfolio-hero__content__title-three{color:#f4f9fb}@media screen and (min-width: 768px){.portfolio-hero__content__title-three{padding-left:30rem}}.portfolio-hero__content__subtitle{max-width:80%;text-align:center;text-align:left;padding-top:.5rem;font-size:1.2rem}@media screen and (min-width: 375px){.portfolio-hero__content__subtitle{font-size:1.4rem}}@media screen and (min-width: 768px){.portfolio-hero__content__subtitle{padding-left:30rem;max-width:40%;font-size:1.6rem}}
