@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap";body{font-family:"Poppins",sans-serif;font-size:2rem;line-height:1.7;color:#101323}.txt-xxxl{font-size:clamp(6rem,8vw + 1rem,8rem);line-height:1.3}.txt-xxl{font-size:clamp(4.8rem,6vw + 1rem,6rem);line-height:1.3}.txt-xl{font-size:clamp(3.6rem,4.8vw + 1rem,4.8rem);line-height:1.3}.txt-l{font-size:clamp(2.8rem,3.6vw + 1rem,3.6rem);line-height:1.5}.txt-m{font-size:2.4rem;line-height:1.7;font-weight:400}.txt-m-bold{font-size:2.4rem;line-height:1.7;font-weight:700}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;scroll-behavior:smooth}@media screen and (max-width: 64em){html{font-size:56.25%}}@media screen and (max-width: 48em){html{font-size:50%}}@media screen and (max-width: 20em){html{font-size:43.75%}}body{box-sizing:border-box;background-color:#fff}::selection{background-color:#0f6af3;color:#fff}a{text-decoration:none}a,button{display:inline-block}button,input,textarea{outline:none;border:none;font-family:inherit;font-size:inherit}ol,ul{list-style:none}img{display:block;max-width:100%;border:0}.font-bold{font-weight:700}.font-regular{font-weight:400}.font-light{font-weight:300}.container{max-width:119.6rem;margin:0 auto}.shadow-nav{box-shadow:0 12px 16px -4px rgba(15,106,243,.03),0 4px 6px -2px rgba(15,106,243,.03)}.shadow{box-shadow:0 12px 16px -4px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.03)}.shadow-inverse{box-shadow:0 -12px 16px -4px rgba(0,0,0,.03),0 -4px 6px -2px rgba(0,0,0,.03)}.shadow-inset{box-shadow:inset 0 -2px 16px -4px rgba(0,0,0,.08),inset 0 4px 6px -2px rgba(0,0,0,.03)}.preloader{position:fixed;top:0;left:0;z-index:10;width:100vw;height:100vh;background-color:#101323;display:flex;justify-content:center;align-items:center;opacity:1;transition:opacity .5s ease-out}.preloader.hidden{opacity:0;pointer-events:none}.preloader__img{display:block;width:100%;max-width:30rem}.rotate{animation:rotate 2s infinite}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.btn{position:relative;padding:2rem 4rem;border-radius:8px;cursor:pointer}.btn--primary{background-color:#0f6af3;font-weight:700;color:#fff;transition:background-color .3s}.btn--primary:hover{background-color:#0018f9}.btn .btn:disabled{opacity:.3;pointer-events:none}.link{text-decoration:underline;color:#fff;transition:color .3s}.link:hover{color:#0f6af3}.twc{display:flex;justify-content:flex-end;align-items:flex-end;padding-top:2.4rem}.twc__link{display:flex;justify-content:center;align-items:center;padding:1rem;background-color:red;border-top-left-radius:8px;border-top-right-radius:8px}.twc__link:hover{background-color:#d60000}.twc__logo{display:block;width:2.4rem}.nav{position:fixed;top:0;left:0;z-index:8;width:100%;background-color:#fff;padding:0 5vw}.nav--expanded .nav__background{opacity:1;pointer-events:all}.nav--expanded .nav__list{opacity:1;pointer-events:all;transform:translateX(0)}.nav--expanded .hamburger{background-color:#ebf3ff}.nav--expanded .hamburger__line{background-color:rgba(0,0,0,0)}.nav--expanded .hamburger__line::before{transform:translateY(0) rotate(45deg)}.nav--expanded .hamburger__line::after{transform:translateY(0) rotate(-45deg)}.nav__content-wrapper{display:flex;justify-content:space-between;align-items:stretch;height:8rem}@media screen and (max-width: 40em){.nav__content-wrapper{align-items:center}}.nav__logo-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:8px}.nav__logo{display:block;width:5.6rem}.nav__background{position:absolute;top:0;left:0;z-index:-1;width:100vw;height:100vh;background-color:rgba(15,106,243,.8);opacity:0;pointer-events:none;transition:opacity .3s}.nav__list{display:flex;justify-content:flex-start;align-items:stretch}@media screen and (max-width: 40em){.nav__list{opacity:0;pointer-events:none;flex-direction:column;align-items:flex-end;position:absolute;top:0;right:0;height:100vh;padding:12rem 6rem 5rem 12rem;background-color:#fff;transform:translateX(100%);transform-origin:left;transition:opacity .3s,transform .3s}}.nav__list-item{display:flex;justify-content:flex-start;align-items:stretch}.nav__list-item:not(:last-child){margin-right:4.4rem}@media screen and (max-width: 40em){.nav__list-item:not(:last-child){margin-right:unset;margin-bottom:4.4rem}}.nav__link{position:relative;display:flex;justify-content:center;align-items:center;color:#6f6f6f;transition:color .3s}.nav__link:hover{color:#0f6af3}.nav__link::after{content:"";position:absolute;bottom:0;left:0;height:.6rem;width:100%;background-color:rgba(0,0,0,0);border-radius:2px;transition:background-color .3s}.nav__link--active{color:#0f6af3;font-weight:700}.nav__link--active::after{background-color:#0f6af3}.hamburger{position:relative;z-index:3;display:none;justify-content:stretch;align-items:center;width:6.8rem;height:calc(100% - 1.6rem);padding:8px;background-color:#fff;border-radius:8px}@media screen and (max-width: 40em){.hamburger{display:flex}}.hamburger__line{position:relative;width:100%;height:2.8px;background-color:#0f6af3}.hamburger__line::before,.hamburger__line::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0f6af3}.hamburger__line::before{transform:translateY(-1.6rem)}.hamburger__line::after{transform:translateY(1.6rem)}.footer{background-color:#101323;padding:4rem 5vw 0;color:#fff}.footer__top{display:flex;justify-content:space-between;align-items:center;padding-bottom:2.4rem;border-bottom:1px solid #888}@media screen and (max-width: 17.5em){.footer__top{flex-direction:column;gap:2rem;align-items:flex-start}}.footer__logo-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:8px}.footer__logo{display:block;width:4.8rem}.footer__social-link path{fill:#0f6af3;width:4rem;transition:fill .3s}.footer__social-link:hover path{fill:#0018f9}.card{position:relative;z-index:1;background-color:#fff;border:1px solid #cbcbcb;border-radius:15px;max-width:60rem;overflow:hidden}@media screen and (max-width: 53.75em){.card{max-width:60rem}}.card__content-wrapper{padding:4rem}.card__logo{display:block;width:100%;max-width:7.6rem}.card__links-wrapper{max-width:28rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #cbcbcb}.card__link{position:relative;z-index:2;display:flex;justify-content:flex-start;align-items:center;gap:8px;max-width:max-content}.card__link:not(:last-child){margin-bottom:1.6rem}.card__link:hover .card__link-icon-wrapper{background-color:#0018f9}.card__link:hover .card__link-text{color:#0018f9}.card__link-icon-wrapper{display:flex;justify-content:center;align-items:center;padding:8px;background-color:#0f6af3;border-radius:4px;transition:background-color .3s}.card__link-icon{width:100%;max-width:3rem;min-width:2.3rem;height:auto}.card__link-text{text-decoration:underline;color:#0f6af3}.card__background-wrapper{position:absolute;top:50%;right:0;transform:translateY(-50%);opacity:.1}.card__background{width:100%;max-width:30rem;height:auto;opacity:.3;pointer-events:none}.map{position:relative;z-index:-1}.map__iframe{position:relative;display:block;width:100%;height:35.4rem}.hero{background-color:#000}.hero__slides{position:relative;z-index:1}.hero__slide{position:relative;z-index:2;padding:32rem 5vw 10rem;color:#fff}.hero__slide-content-wrapper{max-width:66.4rem}.hero__container{position:relative;z-index:3}.hero__logo{display:block;width:10.6rem;margin-bottom:1.6rem}.hero__title{margin-bottom:1.2rem}.carousel{position:absolute !important;top:0;left:0;width:100%;height:100%}@media screen and (max-width: 60em){.carousel{height:100%}}.carousel__nav-btn{padding:3rem 2rem;background-color:rgba(16,19,35,.3);border-radius:8px}@media screen and (max-width: 64em){.carousel__nav-btn--left{left:0 !important;border-top-left-radius:0;border-bottom-left-radius:0}.carousel__nav-btn--right{right:0 !important;border-top-right-radius:0;border-bottom-right-radius:0}}@media screen and (max-width: 45em){.carousel__nav-btn{display:none !important}}.carousel__nav-btn::after{font-size:2rem !important;color:#fff}.carousel .swiper-pagination{top:unset !important;bottom:2.8rem !important;left:50% !important;display:flex;justify-content:center;align-items:center;max-width:max-content;background-color:rgba(16,19,35,.3);padding:1rem 1rem;border-radius:8px}@media screen and (max-width: 45em){.carousel .swiper-pagination{display:none !important}}.carousel .swiper-pagination-bullet{opacity:.7;background-color:#fff}.carousel .swiper-pagination-bullet-active{background-color:#0f6af3}.carousel__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.5}.intro{position:relative;z-index:2;margin-top:-2rem;padding:10rem 5vw;background-color:#fff;border-radius:15px;overflow:hidden}.intro__grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:12.8rem;align-items:center}@media screen and (max-width: 75.625em){.intro__grid{grid-template-columns:2.2fr 1fr}}@media screen and (max-width: 70.8125em){.intro__grid{grid-template-columns:1fr;grid-gap:3.2rem}}@media screen and (max-width: 70.8125em){.intro__content-wrapper{max-width:70rem}}.intro__content-wrapper p:not(:last-child){margin-bottom:2.4rem}.intro__title{margin-bottom:2.4rem}@media screen and (max-width: 70.8125em){.intro__img-wrapper{grid-row:1/2}}.intro__logo-backdrop{position:absolute;top:0;right:0;z-index:-1;width:50%;height:100%;object-fit:cover;opacity:.1;background-image:url("../img/3mg_logo_black.png");background-size:cover;background-position:left;transform:translateX(20%)}@media screen and (max-width: 70.8125em){.intro__logo-backdrop{width:70%;background-image:linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)),url("../img/3mg_outline.svg")}}@media screen and (max-width: 70.8125em){.intro__logo{max-width:20rem}}.tagline{position:relative;z-index:1;margin-top:-2rem;padding:0 5vw;background-image:linear-gradient(to right, #07c4f0, #0f6af3);overflow:hidden}@media screen and (max-width: 42.5em){.tagline{padding-bottom:40rem}}@media screen and (max-width: 31.25em){.tagline{padding-bottom:55rem}}.tagline__background{position:absolute;bottom:-8rem;right:-4rem;z-index:-1;width:100%;height:100%;max-width:120rem;object-fit:cover;opacity:.2}@media screen and (max-width: 42.5em){.tagline__background{bottom:0;right:0;height:auto;transform:scale(2)}}.tagline__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:4.4rem}@media screen and (max-width: 42.5em){.tagline__grid{grid-template-columns:1fr;grid-gap:4rem}}@media screen and (max-width: 42.5em){.tagline__img-wrapper{position:absolute;bottom:0;right:0;transform:translateX(-100%) translateY(-20%)}}.tagline__img{display:block;width:100%;height:auto;transform:scale(1.4);transform-origin:right center}@media screen and (max-width: 70em){.tagline__img{transform:scale(1.8)}}@media screen and (max-width: 58.75em){.tagline__img{transform:scale(2.2)}}@media screen and (max-width: 42.5em){.tagline__img{transform:scale(1.6) rotateY(180deg);max-height:40rem;width:auto}}.tagline__content-wrapper{max-width:42.4rem;padding:10rem 0;color:#fff}.tagline__logo{display:block;width:8rem;margin-bottom:1.6rem}.tagline__title{margin-bottom:1.6rem}.projects{position:relative;z-index:2;padding:10rem 5vw;margin-top:-2rem;background-color:#fff;border-radius:15px}.projects__header{margin-left:auto;margin-right:auto;max-width:70rem;text-align:center}.projects__title{max-width:52.4rem;margin:0 auto 2rem}.projects__showcase{position:relative;z-index:1;padding:6rem 0;border-radius:15px}.projects__showcase::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.8) 50%, white)}.projects__background{position:absolute;top:50%;left:0;z-index:-1;width:100%;height:auto;transform:translateY(-50%);object-fit:cover;object-position:center}.projects__video{position:relative;z-index:2;display:block;width:100%;max-width:34rem;margin:0 auto;border:10px solid #101323;border-radius:30px;pointer-events:none}.projects__promise{margin-top:4rem;max-width:75.2rem;margin:0 auto;text-align:center}.projects__logo{display:block;width:20rem;margin:4.8rem auto 0}.careers{position:relative;z-index:1;margin-top:-2rem;padding:10rem 5vw;background-color:#101323;color:#fff}.careers__background-wrapper{position:absolute;top:0;right:0;z-index:-1;width:100%;max-width:84rem;height:100%}.careers__background-wrapper::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(to right, #101323, rgba(16, 19, 35, 0.3))}@media screen and (max-width: 70.625em){.careers__background-wrapper::before{background-image:linear-gradient(to right, #101323, rgba(16, 19, 35, 0.9) 70%, rgba(16, 19, 35, 0.3))}}@media screen and (max-width: 45.625em){.careers__background-wrapper::before{background-image:linear-gradient(to right, rgba(16, 19, 35, 0.9), rgba(16, 19, 35, 0.9))}}.careers__background{display:block;width:100%}.careers__content-wrapper{max-width:70rem}.careers__header{margin-bottom:1.6rem}@media screen and (max-width: 45.625em){.careers__title{max-width:50rem}}.careers__paragraphs-wrapper{max-width:69rem;margin-bottom:2.4rem}.careers__paragraphs-wrapper p:not(:last-child){margin-bottom:1.6rem}.contact{position:relative;z-index:2;background-color:#fff;border-radius:15px}.contact__content-section{padding:2.4rem 5vw 0}.contact__header{margin-bottom:3rem}.contact__header h2{margin-bottom:1rem}/*# sourceMappingURL=main.min.css.map */