*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{min-height:100vh}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{color:inherit;font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}ol,ul{list-style:none}button{background:none;cursor:pointer}button,fieldset{border:none}::-webkit-scrollbar{height:0;width:0}@font-face{font-display:swap;font-family:Denim;font-style:normal;font-weight:300;src:url(../fonts/DenimTRIAL-Light.otf) format("opentype")}@font-face{font-display:swap;font-family:Denim;font-style:normal;font-weight:400;src:url(../fonts/DenimTRIAL-Regular.otf) format("opentype")}@font-face{font-display:swap;font-family:Denim;font-style:normal;font-weight:500;src:url(../fonts/DenimTRIAL-Medium.otf) format("opentype")}@font-face{font-display:swap;font-family:Denim;font-style:normal;font-weight:600;src:url(../fonts/DenimTRIAL-SemiBold.otf) format("opentype")}@font-face{font-display:swap;font-family:Denim;font-style:normal;font-weight:700;src:url(../fonts/DenimTRIAL-Bold.otf) format("opentype")}@font-face{font-display:swap;font-family:Denim;font-style:normal;font-weight:900;src:url(../fonts/DenimTRIAL-Heavy.otf) format("opentype")}@font-face{font-display:swap;font-family:Denim;font-style:italic;font-weight:300;src:url(../fonts/DenimTRIAL-LightItalic.otf) format("opentype")}@font-face{font-display:swap;font-family:Denim;font-style:italic;font-weight:400;src:url(../fonts/DenimTRIAL-RegularItalic.otf) format("opentype")}@font-face{font-display:swap;font-family:Denim;font-style:italic;font-weight:500;src:url(../fonts/DenimTRIAL-MediumItalic.otf) format("opentype")}@font-face{font-display:swap;font-family:Denim;font-style:italic;font-weight:600;src:url(../fonts/DenimTRIAL-SemiBoldItalic.otf) format("opentype")}@font-face{font-display:swap;font-family:Denim;font-style:italic;font-weight:700;src:url(../fonts/DenimTRIAL-BoldItalic.otf) format("opentype")}@font-face{font-display:swap;font-family:Denim;font-style:italic;font-weight:900;src:url(../fonts/DenimTRIAL-HeavyItalic.otf) format("opentype")}body{background-color:#0a0a0a;color:#fff;font-family:Denim,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:400;letter-spacing:0;margin-bottom:0;margin-top:0}h1{font-size:3.5rem;line-height:1.2}@media (max-width:991px){h1{font-size:3.25rem}}@media (max-width:767px){h1{font-size:2.5rem}}h2{font-size:3rem;line-height:1.2}@media (max-width:991px){h2{font-size:2.75rem}}@media (max-width:767px){h2{font-size:2.25rem}}h3{font-size:2.5rem;line-height:1.2}@media (max-width:991px){h3{font-size:2.25rem;line-height:1.1}}@media (max-width:767px){h3{font-size:2rem}}h4{font-size:2rem;line-height:1.3}@media (max-width:991px){h4{font-size:1.75rem}}@media (max-width:767px){h4{font-size:1.5rem;line-height:1.4}}h5{font-size:1.5rem;line-height:1.4}@media (max-width:767px){h5{font-size:1.25rem}}h6{font-size:1.25rem;line-height:1.4}@media (max-width:767px){h6{font-size:1.125rem}}p{font-weight:400;margin-bottom:0}a{color:inherit;text-decoration:none;transition:color .2s ease}a:focus-visible{outline:.125rem solid #4d65ff;outline-offset:.125rem}b,strong{font-weight:700}em,i{font-style:italic}small{font-size:.875rem}.container{margin-inline:auto;padding-inline:5%;width:100%}.container--sm{max-width:640px}.container--md{max-width:960px}.container--lg{max-width:1200px}.container--xl{max-width:110rem}.section{padding-block:6rem}@media (max-width:767px){.section{padding-block:4rem}}.section--lg{padding-block:8rem}@media (max-width:767px){.section--lg{padding-block:6rem}}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}@media (max-width:767px){.hide-mobile{display:none!important}}@media (min-width:768px){.hide-desktop{display:none!important}}.text-center{text-align:center}.text-muted{color:#aaa}.text-accent{color:#4d65ff}.text-uppercase{letter-spacing:.1em;text-transform:uppercase}.mt-auto{margin-top:auto}.mb-0{margin-bottom:0}.mb-sm{margin-bottom:1rem}.mb-md{margin-bottom:2rem}.mb-lg{margin-bottom:4rem}.grid{display:grid;gap:2rem}.grid--2{grid-template-columns:repeat(2,1fr)}@media (max-width:767px){.grid--2{grid-template-columns:1fr}}.grid--3{grid-template-columns:repeat(3,1fr)}@media (max-width:991px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.grid--3{grid-template-columns:1fr}}.grid--4{grid-template-columns:repeat(4,1fr)}@media (max-width:991px){.grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:479px){.grid--4{grid-template-columns:1fr}}.flex{display:flex}.flex--center{align-items:center;justify-content:center}.flex--between{align-items:center;justify-content:space-between}.flex--wrap{flex-wrap:wrap}.flex--col{flex-direction:column}.flex--gap-sm{gap:1rem}.flex--gap-md{gap:2rem}.divider{background-color:#444;height:1px;width:100%}.grain-overlay{height:100%;inset:0;opacity:.02;pointer-events:none;position:fixed;width:100%;z-index:5}.grain-overlay:after{animation:grain .5s steps(1) infinite;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='4' stitchTiles='stitch' type='fractalNoise'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;content:"";height:400%;inset:-200%;position:absolute;width:400%}@keyframes grain{0%{transform:translate(0)}10%{transform:translate(-5%,-10%)}20%{transform:translate(-15%,5%)}30%{transform:translate(7%,-25%)}40%{transform:translate(-5%,25%)}50%{transform:translate(-15%,10%)}60%{transform:translate(15%)}70%{transform:translateY(15%)}80%{transform:translate(3%,35%)}90%{transform:translate(-10%,10%)}to{transform:translate(0)}}.header{align-items:center;background-color:transparent;display:flex;left:0;min-height:4.5rem;mix-blend-mode:difference;padding:0 5%;position:fixed;top:0;transition:all .5s cubic-bezier(.77,0,.175,1);width:100%;z-index:9999}@media (max-width:767px){.header{min-height:4rem}}.header__inner{align-items:center;display:flex;height:100%;justify-content:space-between;margin-inline:auto;width:100%}.logo{align-items:center;display:inline-flex;mix-blend-mode:difference;z-index:10000}.logo:hover{color:#fff}.logo img{height:22px;width:auto}.nav--categories{align-items:center;display:flex;justify-content:center;margin-left:0;width:100%}@media (max-width:991px){.nav--categories{display:none}}.nav--secondary{align-items:center;display:flex}@media (max-width:991px){.nav--secondary{display:none}}.nav__list{align-items:center;display:flex}.nav__list li{margin-left:5vw}.nav__link{border-bottom:1px solid transparent;color:#fff;letter-spacing:.1rem;mix-blend-mode:difference;padding:.5rem 0 .25rem;text-transform:uppercase;transition:all .3s ease}.nav__link:hover{border-bottom-color:#fff;color:#fff}.nav__link--current{color:#fff;text-transform:uppercase}.nav--secondary .nav__list{gap:3rem}.nav--secondary .nav__list li{margin-left:0}.hamburger{align-items:center;display:none;flex-direction:column;height:48px;justify-content:center;position:relative;width:48px;z-index:10000}@media (max-width:991px){.hamburger{display:flex}}.hamburger__line{background-color:#fff;display:block;height:1.5px;position:relative;transition:transform .3s ease,opacity .3s ease;width:24px}.hamburger__line:after,.hamburger__line:before{background-color:#fff;content:"";height:1.5px;left:0;position:absolute;transition:transform .3s ease;width:24px}.hamburger__line:before{top:-6px}.hamburger__line:after{top:6px}.is-menu-open .hamburger__line{background-color:transparent}.is-menu-open .hamburger__line:before{top:0;transform:rotate(45deg)}.is-menu-open .hamburger__line:after{top:0;transform:rotate(-45deg)}.mobile-menu{align-items:center;background-color:transparent;display:flex;flex-direction:column;height:100dvh;justify-content:center;overflow-y:auto;padding:100px 5% 4rem;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .6s ease;width:100%;z-index:9998}.is-menu-open .mobile-menu{transform:translateX(0)}.mobile-menu__overlay{background-color:#000;inset:0;opacity:0;position:fixed;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:9998}.is-menu-open .mobile-menu__overlay{opacity:.8;visibility:visible}.mobile-menu__list{align-items:center;display:flex;flex-direction:column;gap:1rem}.mobile-menu__link{color:#aaa;display:block;font-size:1.5rem;font-weight:400;padding:.5rem 0;text-align:center;transition:color .2s ease}.mobile-menu__link--current,.mobile-menu__link:hover{color:#fff}.footer{align-items:stretch;display:flex;flex-direction:column;position:relative}.footer__padding{padding-bottom:5%;padding-top:5%}@media (max-width:767px){.footer__padding{padding-bottom:4rem;padding-top:4rem}}.footer__nav{display:grid;grid-template-columns:1fr .5fr .25fr;grid-column-gap:0;grid-row-gap:0;padding-bottom:2%}@media (max-width:991px){.footer__nav{grid-template-columns:1.75fr 1fr .75fr}}@media (max-width:767px){.footer__nav{display:flex;flex-direction:column;gap:2rem}}.footer__col{align-items:flex-start;display:flex;flex-direction:column}.footer__col--right{align-items:flex-end;justify-content:flex-start}@media (max-width:767px){.footer__col--right{align-items:flex-start}}.footer__address{align-items:flex-start;display:flex;gap:1rem}.footer__logo{display:inline-flex;flex-shrink:0}.footer__logo img{display:block}.footer__address-text{color:#aaa;display:flex;flex-direction:column;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5}.footer__address-text span{display:block}.footer__email,.footer__label{color:#aaa;font-size:1rem;font-weight:400;line-height:1.5}.footer__email{text-decoration:none}.footer__email:hover{color:#fff;text-decoration:underline}.footer__social-link{color:#fff;font-size:1rem;font-weight:400;line-height:1.5;text-decoration:none;text-transform:uppercase}.footer__social-link:hover{color:#fff;text-decoration:underline}.footer__wordmark{padding-bottom:0}.footer__wordmark-img,.footer__wordmark-link{display:block;width:100%}.footer__wordmark-img{height:auto;margin:0 auto}.footer__bottom{display:flex;justify-content:space-between;margin-top:2rem}@media (max-width:479px){.footer__bottom{flex-direction:column}}.footer__copyright{color:#aaa;font-size:.875rem;font-weight:400}.btn{align-items:center;background-color:transparent;border:1px solid #aaa;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:400;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-transform:uppercase;transition:all .2s ease;white-space:nowrap}.btn:hover{background-color:#fff;color:#0a0a0a;font-weight:400}.btn:focus-visible{outline:.125rem solid #4d65ff;outline-offset:.125rem}.btn--primary{background-color:#4d65ff;border-color:#4d65ff;color:#fff}.btn--primary:hover{background-color:#3a50e6;border-color:#3a50e6;color:#fff}.btn--outline{background-color:transparent;border-color:#aaa;color:#fff}.btn--outline:hover{background-color:#fff;color:#0a0a0a}.btn--alternate{background-color:transparent;border:1px solid #fff;color:#fff;font-size:1.2rem;transition:all .3s ease}.btn--alternate:hover{background-color:#fff;color:#0a0a0a}.btn--ghost{background-color:transparent;border-color:transparent;color:#aaa;padding:.5rem 0}.btn--ghost:hover,.button{background-color:transparent;color:#fff}.button{align-items:center;border:1px solid #aaa;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:400;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:all .2s}.button:hover{background-color:#fff;color:#0a0a0a;font-weight:400}.btn__arrow{display:inline-flex;transition:transform .2s ease}.btn:hover .btn__arrow{transform:translateX(4px)}.btn__arrow svg{height:16px;width:16px}.form{grid-template-columns:1fr}.form,.form__row{display:grid;gap:1rem}.form__row{grid-template-columns:1fr 1fr}@media (max-width:767px){.form__row{grid-template-columns:1fr}}.form__group{display:flex;flex-direction:column;position:relative}.form__label{color:#aaa;font-weight:400;margin-bottom:.5rem;text-transform:uppercase}.form__input,.form__textarea{background-color:hsla(0,0%,100%,.2);border:none;border-radius:0;color:#fff;font-size:1rem;height:auto;line-height:1.6;margin-bottom:0;min-height:2.75rem;outline:none;padding:.5rem .75rem;transition:all .2s ease;width:100%}.form__input::-moz-placeholder,.form__textarea::-moz-placeholder{color:hsla(0,0%,100%,.4)}.form__input::placeholder,.form__textarea::placeholder{color:hsla(0,0%,100%,.4)}.form__input:focus,.form__textarea:focus{background-color:hsla(0,0%,100%,.3)}.form__textarea{min-height:11.25rem;overflow:auto;padding-bottom:.75rem;padding-top:.75rem;resize:vertical}.form__message{font-size:.875rem;padding:1rem}.form__message--success{background-color:rgba(34,34,34,.5);padding:2.5rem}.form__message--error,.form__message--success{align-items:center;display:flex;flex-direction:column;justify-content:center}.form__message--error{background-color:rgba(68,68,68,.5);margin-top:1rem;padding:1rem}.form__submit{margin-top:1rem}.swiper{list-style:none;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-wrapper{box-sizing:content-box;display:flex;z-index:1}.swiper-slide,.swiper-wrapper{height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide{flex-shrink:0}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-pagination{display:none}.hero-slider{height:100vh;min-height:600px;overflow:hidden;position:relative;width:100%}@media (max-width:479px){.hero-slider{height:390px;min-height:390px}}.hero-slide,.hero-slider .swiper{height:100%;width:100%}.hero-slide{align-items:flex-end;backface-visibility:hidden;display:flex;flex:none;padding:2rem 2rem 5%;position:relative}.hero-slide__bg{inset:0;position:absolute;z-index:0}.hero-slide__bg img,.hero-slide__bg video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero-slide__bg:after{background-image:linear-gradient(rgba(8,8,8,.1),hsla(0,0%,4%,.4) 84%,#0a0a0a);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.hero-slide__content{border-bottom:1px solid transparent;position:relative;text-decoration:none;transition:border-color .2s ease;width:-moz-fit-content;width:fit-content;z-index:1}.hero-slide__content:hover{border-bottom-color:#fff}.hero-slide__link{color:#fff;display:block;text-decoration:none;white-space:nowrap}.hero-slide__label,.hero-slide__link{font-size:clamp(.875rem,1.5vw,1.1rem);font-weight:300;letter-spacing:1px;text-transform:uppercase}.hero-slide__arrow{margin:0 .3em}.hero-slider__btn{align-items:center;background:hsla(0,0%,100%,.1);border:none;border-radius:9999px;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:500;height:5rem;justify-content:center;letter-spacing:.1em;pointer-events:auto;position:absolute;text-transform:uppercase;top:50%;transform:translateY(-50%);transition:all .3s ease;width:5rem;z-index:10}.hero-slider__btn:hover{background:hsla(0,0%,100%,.2)}.hero-slider__btn--prev{left:2rem}.hero-slider__btn--next{right:2rem}@media (max-width:991px){.hero-slider__btn{height:4rem;width:4rem}}@media (max-width:767px){.hero-slider__btn{display:none}}.hero-slider__counter-wrap{align-items:center;bottom:0;display:flex;flex-direction:row;gap:1rem;justify-content:flex-end;margin-bottom:5%;margin-right:5%;pointer-events:none;position:absolute;right:0;z-index:10}@media (max-width:991px){.hero-slider__counter-wrap{display:none}}.hero-slider__counter{color:#fff;font-size:1rem;font-variant-numeric:tabular-nums;font-weight:400}.service-card{background-color:#1a1a1a;border:1px solid #444;border-radius:8px;display:flex;flex-direction:column;padding:2rem;transition:border-color .3s ease,transform .3s ease}.service-card:hover{border-color:#666;transform:translateY(-4px)}.service-card__icon{height:48px;margin-bottom:2rem;width:48px}.service-card__icon img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.service-card__title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.service-card__description{color:#aaa;flex-grow:1;font-size:.9375rem;line-height:1.6;margin-bottom:2rem}.service-card__link{align-items:center;color:#4d65ff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;letter-spacing:.08em;text-transform:uppercase}.service-card__link svg{height:14px;transition:transform .2s ease;width:14px}.service-card__link:hover{color:#4d65ff}.service-card__link:hover svg{transform:translateX(4px)}.project-card{display:block;overflow:hidden;position:relative;text-decoration:none;transition:opacity .4s}.project-card:hover{color:#fff}.project-card:hover .project-card__image img,.project-card:hover .project-card__image video{opacity:1;transform:scale(1.04)}.project-card__image{overflow:hidden;position:relative;width:100%}.project-card__image img,.project-card__image video{height:100%;-o-object-fit:cover;object-fit:cover;opacity:.8;transition:transform .3s ease,opacity .3s ease;width:100%}.project-card__info{align-items:baseline;display:flex;gap:1rem;justify-content:space-between;margin-top:.5rem}@media (max-width:479px){.project-card__info{flex-direction:column;gap:0}}.project-card__title{font-size:1.2rem;font-weight:400;letter-spacing:0;line-height:1.4}.project-card__tags{color:#aaa;flex-shrink:0;font-size:1rem;text-align:right}@media (max-width:479px){.project-card__tags{text-align:left}}.team-section{overflow:hidden;padding:5% 0 0}@media (max-width:767px){.team-section{padding:4rem 0 0}}.team-section__header{align-items:flex-end;display:flex;gap:1rem;justify-content:space-between;margin-bottom:2rem}@media (max-width:479px){.team-section__header{align-items:flex-start;flex-direction:column}}.team-section__intro{max-width:960px}.team-section__tag{color:#aaa;font-size:1rem;font-weight:400;margin-bottom:1rem}@media (max-width:767px){.team-section__tag{font-size:.8rem}}.team-section__heading{font-size:2.2rem;font-weight:400;line-height:1.4;max-width:48rem}@media (max-width:767px){.team-section__heading{font-size:1.5rem}}@media (max-width:479px){.team-section__heading{font-size:1.3rem}}.team-section__nav{display:flex;flex-shrink:0;gap:1rem}@media (max-width:767px){.team-section__nav{gap:.5rem}}.team-slider{min-height:85vh;padding:0 5%;position:relative}.team-slider,.team-slider__swiper{overflow:visible}.team-slider__btn{align-items:center;background:none;border:1px solid #666;border-radius:100%;color:#aaa;cursor:pointer;display:flex;justify-content:center;padding:1.5rem;transition:color .2s,border-color .2s}.team-slider__btn:hover{border-color:#aaa;color:#fff}@media (max-width:767px){.team-slider__btn{padding:1.25rem}}@media (max-width:479px){.team-slider__btn{padding:1rem}}.team-member{cursor:pointer;transition:all .3s}.team-member__photo-wrap{aspect-ratio:1;border-radius:0;margin-bottom:1rem;overflow:hidden;position:relative;width:100%}.team-member__photo{filter:saturate(0);height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;opacity:.5;transition:opacity .6s ease-in-out,filter .6s ease-in-out;width:100%}.team-member.is-active .team-member__photo{filter:saturate(100%);opacity:1}.team-member__info{margin-bottom:.5rem}.team-member__name{font-size:1.25rem;font-weight:400;margin-bottom:2px}.team-member__title{color:#aaa;font-size:1rem;font-weight:400;line-height:1.5}.team-member__bio{color:#aaa;display:none;font-size:.9rem;font-weight:300;line-height:1.4;opacity:0;transform:translateY(20px);transition:opacity .6s ease-in-out,transform .6s ease-in-out}.team-member.is-active .team-member__bio{display:block;opacity:1;transform:translateY(0)}.client-logos{overflow:hidden;padding:5% 0}@media (max-width:767px){.client-logos{padding:4rem 0}}.client-logos__heading{color:#aaa;font-size:.875rem;font-weight:500;letter-spacing:.12em;margin-bottom:4rem;text-align:center;text-transform:uppercase}.client-logos__slider{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;overflow:clip;position:relative}.client-logo{align-items:center;display:flex;flex:none;justify-content:center;padding:1rem;width:16rem}.client-logo img{filter:brightness(0) invert(1);max-height:40px;width:auto}.video-player{background-color:#1a1a1a;border-radius:8px;overflow:hidden;position:relative;width:100%}.video-player__wrapper{aspect-ratio:16/9;position:relative;width:100%}.video-player__video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.video-player__poster{cursor:pointer;inset:0;position:absolute;transition:opacity .3s ease;z-index:1}.video-player__poster img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.is-playing .video-player__poster{opacity:0;pointer-events:none}.video-player__play-btn{align-items:center;backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.2);border-radius:9999px;cursor:pointer;display:flex;height:80px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background-color .2s ease,transform .2s ease;width:80px;z-index:2}.video-player__play-btn:hover{background-color:hsla(0,0%,100%,.3);transform:translate(-50%,-50%) scale(1.1)}.is-playing .video-player__play-btn{opacity:0;pointer-events:none}.video-player__play-btn svg{fill:#fff;height:24px;margin-left:4px;width:24px}.video-player__controls{align-items:center;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);bottom:0;display:flex;gap:1rem;left:0;opacity:0;padding:1rem 2rem;position:absolute;right:0;transition:opacity .3s ease;z-index:3}.video-player:hover .video-player__controls{opacity:1}.video-player__control-btn{color:#fff;cursor:pointer;padding:.5rem}.video-player__control-btn:hover{color:#4d65ff}.video-player__control-btn svg{height:20px;width:20px}.services-detail__item{border-top:1px solid hsla(0,0%,100%,.15);padding:5% 0}.services-detail__item:last-child{border-bottom:1px solid hsla(0,0%,100%,.15)}.services-detail__grid{align-items:start;display:grid;gap:2rem;grid-template-columns:.75fr 1fr}@media (max-width:991px){.services-detail__grid{display:flex;flex-direction:column}}@media (max-width:767px){.services-detail__grid{display:flex;flex-direction:column;gap:2rem}}.services-detail__left{position:sticky;top:120px}@media (max-width:991px){.services-detail__left{max-width:100%}}.services-detail__heading-link{color:inherit;text-decoration:none;transition:opacity .3s ease}.services-detail__heading-link:hover{opacity:.7}.services-detail__heading{font-size:7rem;font-weight:400;letter-spacing:-.01em;line-height:1;text-transform:uppercase}@media (max-width:991px){.services-detail__heading{font-size:5rem}}@media (max-width:767px){.services-detail__heading{font-size:4rem}}@media (max-width:479px){.services-detail__heading{font-size:3.5rem}}.services-detail__desc{margin-bottom:2rem}.services-detail__desc p{color:#aaa;font-size:1.125rem;line-height:1.7}.services-detail__list{display:grid;gap:0 4rem;grid-template-columns:1fr 1fr;padding-bottom:.5rem;padding-top:.5rem}@media (max-width:479px){.services-detail__list{gap:0 2rem;grid-template-columns:1fr 1fr}}.services-detail__tag-text{border-top:1.5px solid #666;display:flex;font-size:1.2rem;font-weight:400;justify-content:flex-start;line-height:1.4;padding:1rem 0}@media (max-width:479px){.services-detail__tag-text{align-items:center;height:100%}}.location-block{padding:5% 0 10%}@media (max-width:479px){.location-block{padding:2rem 0 4rem}}.location-block__heading-wrap{margin-bottom:4rem;max-width:64rem}@media (max-width:767px){.location-block__heading-wrap{margin-bottom:2rem}}.location-block__heading{font-size:7rem;font-weight:400;letter-spacing:-.01em;line-height:1;text-transform:uppercase}@media (max-width:991px){.location-block__heading{font-size:5rem}}@media (max-width:767px){.location-block__heading{font-size:4rem}}@media (max-width:479px){.location-block__heading{font-size:2.7rem}}.location-block__grid{align-items:start;display:grid;gap:4rem;grid-template-columns:1fr .75fr}@media (max-width:991px){.location-block__grid{gap:0;grid-template-columns:1fr}}.location-block__image-main{overflow:hidden}.location-block__image-main img{aspect-ratio:1;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.location-block__content-right{align-items:flex-end;display:flex;flex-direction:column;height:100%;justify-content:flex-end}@media (max-width:991px){.location-block__content-right{grid-row-gap:2rem;align-items:flex-start;justify-content:flex-start}}@media (max-width:479px){.location-block__content-right{gap:0}}.location-block__image-secondary{max-width:30rem;overflow:hidden;width:100%}@media (max-width:991px){.location-block__image-secondary{max-width:none;order:9999}}.location-block__image-secondary img{aspect-ratio:3/2;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 60%;object-position:50% 60%;width:100%}.location-block__content-bottom{margin-top:5rem}@media (max-width:767px){.location-block__content-bottom{margin-bottom:3rem;margin-top:3rem;order:-9999}}.location-block__description{color:#fff;font-size:1.125rem;line-height:1.6}@media (max-width:479px){.location-block__description{font-size:1rem}}.location-block__description p{margin:0}.location-block__cta{margin-top:2rem}.home-hero{overflow:hidden;position:relative}.who-we-are{padding-bottom:40px;position:relative;z-index:0}.who-we-are__inner{display:flex;justify-content:center;padding:10% 0 0}@media (max-width:991px){.who-we-are__inner{padding:5% 0 0}}@media (max-width:767px){.who-we-are__inner{padding:4rem 0 0}}.who-we-are__content{margin-inline:auto;max-width:64rem;width:100%}.who-we-are__bg-overlay{inset:0;overflow:hidden;position:absolute;z-index:-999}.who-we-are__bg-gradient{background-image:linear-gradient(0deg,#0a0a0a 24%,transparent 77%),linear-gradient(180deg,#0a0a0a 8%,transparent 42%);height:100%;position:relative;width:100%;z-index:1}.who-we-are__bg-image{height:100%;inset:0;position:absolute;width:100%;z-index:0}.who-we-are__bg-image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.who-we-are__heading{color:#fff;font-size:2.1rem;font-weight:400;margin-bottom:.4em}@media (max-width:479px){.who-we-are__heading{font-size:1.1rem}}.who-we-are__copy{display:flex;flex-direction:column;gap:1.5rem}.who-we-are__text{color:#fff;font-size:2.1rem;font-weight:400;line-height:1.4;max-width:64rem}@media (max-width:991px){.who-we-are__text{font-size:1.4rem}}@media (max-width:767px){.who-we-are__text{font-size:1.2rem}}@media (max-width:479px){.who-we-are__text{font-size:1.1rem}}.who-we-are__text{display:flex;flex-direction:column;gap:2rem}.who-we-are__text p{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}.who-we-are__text .line{overflow:hidden}.featured-projects{padding:5% 0}@media (max-width:767px){.featured-projects{padding:4rem 0}}.featured-projects__heading{color:#aaa;font-size:.875rem;font-weight:500;letter-spacing:.12em;margin-bottom:4rem;text-transform:uppercase}.featured-projects__grid{display:grid;gap:3rem;grid-template-columns:1fr}@media (max-width:767px){.featured-projects__grid{gap:2rem}}.about-hero__component{height:250vh;position:relative}@media (max-width:991px){.about-hero__component{height:auto;min-height:60vh}}@media (max-width:767px){.about-hero__component{height:100vh}}.about-hero__sticky{height:100vh;overflow:hidden;position:sticky;top:0}@media (max-width:767px){.about-hero__sticky{align-items:flex-start;flex-direction:column}}.about-hero__images-wrap{inset:0 auto 0 0;position:absolute;z-index:1}.about-hero__images-wrap--right{inset:0 0 0 auto;z-index:0}.about-hero__image-list{display:flex;flex-direction:column;padding-top:70vh;row-gap:26vw;z-index:1}.about-hero__img-wrap{padding-top:120%;position:relative;width:100%}.about-hero__img-wrap--1{width:22vw}@media (max-width:991px){.about-hero__img-wrap--1{width:28vw}}@media (max-width:767px){.about-hero__img-wrap--1{width:30vw}}.about-hero__img-wrap--2{left:58vw;margin-top:-46vw;width:22vw}@media (max-width:991px){.about-hero__img-wrap--2{width:28vw}}@media (max-width:767px){.about-hero__img-wrap--2{left:52vw;margin-top:-50vw;width:30vw}}.about-hero__img-wrap--3{left:4vw;margin-top:-5vw;width:20vw}@media (max-width:991px){.about-hero__img-wrap--3{width:26vw}}@media (max-width:767px){.about-hero__img-wrap--3{width:28vw}}.about-hero__img-wrap--4{left:64vw;margin-top:-45vw;width:18vw}@media (max-width:991px){.about-hero__img-wrap--4{width:24vw}}@media (max-width:767px){.about-hero__img-wrap--4{width:26vw}}.about-hero__img-wrap--5{opacity:.75;width:20vw}@media (max-width:991px){.about-hero__img-wrap--5{width:26vw}}@media (max-width:767px){.about-hero__img-wrap--5{margin-top:7vw;width:28vw}}.about-hero__img-wrap--6{margin-top:-44vw;opacity:.75;right:54vw;width:18vw}@media (max-width:991px){.about-hero__img-wrap--6{width:24vw}}@media (max-width:767px){.about-hero__img-wrap--6{right:50vw;width:26vw}}@media (max-width:479px){.about-hero__img-wrap{height:35vw;padding-top:0;width:30vw}}.about-hero__img{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.about-hero__content{align-items:center;display:flex;flex-flow:column;height:100%;justify-content:center;margin-left:auto;margin-right:auto;padding-bottom:7rem;padding-top:7rem;position:relative}@media (max-width:991px){.about-hero__content{padding-bottom:6rem;padding-top:6rem}}@media (max-width:767px){.about-hero__content{padding-top:4rem}}.about-hero__heading-wrap{min-height:320px;overflow:hidden;position:relative}.about-hero__heading{color:#fff;font-size:7rem;font-weight:400;letter-spacing:-.01em;line-height:1;margin-inline:auto;max-width:1000px;text-align:center;text-transform:uppercase}@media (max-width:991px){.about-hero__heading{font-size:3.25rem}}@media (max-width:767px){.about-hero__heading{font-size:3rem}}@media (max-width:479px){.about-hero__heading{font-size:2rem}}.about-hero__scroll-trigger{inset:0;margin-top:100vh;position:absolute;z-index:-1}@media (max-width:767px){.about-hero__scroll-trigger{margin-top:35rem}}.contact-header{padding-top:10%;position:relative;z-index:1}.contact-header__component{display:flex;flex-flow:column;row-gap:20px}@media (max-width:991px){.contact-header__component{margin-top:5%}}@media (max-width:479px){.contact-header__component{margin-top:10%}}.contact-header__heading{display:flex;flex-direction:column;font-size:7rem;font-weight:400;letter-spacing:-.01em;line-height:1;text-transform:uppercase}@media (max-width:991px){.contact-header__heading{font-size:5rem}}@media (max-width:767px){.contact-header__heading{font-size:4rem}}@media (max-width:479px){.contact-header__heading{font-size:3.5rem}}.contact-header__heading-wrap{margin-bottom:2rem}.contact-form-block{align-items:stretch;flex-direction:column}.contact-form{display:grid;grid-template-columns:1fr;row-gap:1rem}.contact-form__row-two{display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media (max-width:767px){.contact-form__row-two{grid-template-columns:1fr}}.contact-form__field{position:relative}.contact-form__label{color:#aaa;display:block;font-weight:400;margin-bottom:.5rem;text-transform:uppercase}.contact-form__input{background-color:hsla(0,0%,100%,.2);border:none;border-radius:0;color:#fff;font-family:inherit;font-size:1rem;height:auto;line-height:1.6;margin-bottom:0;min-height:2.75rem;outline:none;padding:.5rem .75rem;transition:all .2s;width:100%}.contact-form__input::-moz-placeholder{color:hsla(0,0%,100%,.4)}.contact-form__input::placeholder{color:hsla(0,0%,100%,.4)}.contact-form__input:focus{background-color:hsla(0,0%,100%,.3)}.contact-form__input--textarea{min-height:11.25rem;overflow:auto;padding-bottom:.75rem;padding-top:.75rem;resize:vertical}.contact-form__input--error{border:1px solid #e74c3c}.contact-form__field-error{color:#e74c3c;font-size:.8rem;margin-top:.25rem}.contact-form__error,.contact-form__success{background-color:transparent;padding:0}.contact-form__error{margin-top:1rem}.contact-locations{padding:5% 0;position:relative;z-index:1}@media (max-width:767px){.contact-locations{padding:4rem 0;padding:3rem 0}}.contact-locations__heading-wrap{margin-bottom:2rem}.contact-locations__heading{font-size:5rem;font-weight:400;padding-top:10%;text-transform:uppercase}@media (max-width:991px){.contact-locations__heading{font-size:4rem}}@media (max-width:767px){.contact-locations__heading{font-size:3rem}}.contact-locations__tabs{display:grid;grid-template-columns:.5fr 1fr;grid-column-gap:5rem;grid-row-gap:4rem;align-items:stretch}@media (max-width:991px){.contact-locations__tabs{grid-column-gap:3rem}}@media (max-width:767px){.contact-locations__tabs{grid-template-columns:1fr;grid-row-gap:3rem}}.contact-locations__menu{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start}.contact-locations__tab-link{background-color:transparent;border-left:2px solid transparent;color:#fff;cursor:pointer;display:block;padding:1.25rem 0 1.25rem 2rem;text-decoration:none;transition:all .3s;width:100%}.contact-locations__tab-link:hover{border-left-color:#444}.contact-locations__tab-link--active{border-left-color:#fff}.contact-locations__name{font-size:2.5rem;font-weight:400;letter-spacing:0;line-height:1.4;margin-bottom:.25rem;text-transform:uppercase}@media (max-width:991px){.contact-locations__name{font-size:2.25rem;line-height:1.1}}@media (max-width:767px){.contact-locations__name{font-size:2rem}}.contact-locations__services{color:#aaa;font-size:1rem;margin-bottom:.5rem}.contact-locations__address{color:#fff;cursor:pointer;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5;transition:all .3s}.contact-locations__address:hover{text-decoration:underline}.contact-locations__pane{display:none}.contact-locations__pane--active{display:block}.contact-locations__image-wrap{border-radius:0;display:flex;justify-content:center;overflow:hidden}.contact-locations__image{aspect-ratio:1;max-width:80%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 70%;object-position:50% 70%}.contact-bg-overlay{height:150vh;inset:0;overflow:hidden;position:absolute;z-index:-999}.contact-bg-overlay__gradient{background-image:linear-gradient(0deg,#0a0a0a 24%,transparent 77%),linear-gradient(180deg,#0a0a0a 8%,transparent 42%);height:100%;position:relative;width:100%;z-index:1}.contact-bg-overlay__image{background-image:url(../images/who-we-are-bg.avif);background-position:50%;background-size:cover;height:100%;inset:0;position:absolute;width:100%;z-index:0}.category-hero{padding:10% 0 5%}.category-hero__grid{display:grid;gap:2rem;grid-template-columns:.75fr 1fr}@media (max-width:767px){.category-hero__grid{gap:2rem;grid-template-columns:1fr}}.category-hero__left{align-items:flex-start;display:flex}.category-hero__title{font-size:7rem;font-weight:400;line-height:1;text-transform:uppercase}@media (max-width:991px){.category-hero__title{font-size:5rem}}@media (max-width:767px){.category-hero__title{font-size:4rem}}@media (max-width:479px){.category-hero__title{font-size:3rem}}.category-hero__right{display:flex;flex-direction:column;justify-content:flex-start}.category-hero__description{color:#fff;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.category-hero__description p{margin:0}.category-hero__tags{display:grid;gap:0 4rem;grid-template-columns:1fr 1fr}@media (max-width:479px){.category-hero__tags{grid-template-columns:1fr}}.category-hero__tag{border-top:1.5px solid #444;padding:1rem 0}.category-hero__tag-text{font-size:1.2rem;font-weight:400;line-height:1.4}.category-projects{padding:0 0 6rem}.category-projects__grid{display:grid;gap:3rem;grid-template-columns:1fr}@media (max-width:767px){.category-projects__grid{gap:2rem}}.category-services{padding:5px 0 0}.category-services__list{display:flex;flex-direction:column;row-gap:1rem}.category-services__row{align-items:flex-start;border-bottom:1px solid #444;display:flex;justify-content:flex-start;position:relative;text-decoration:none;transition:all .3s ease}.category-services__row:hover .category-services__title-default,.category-services__row:hover .category-services__title-hover{transform:translateY(-100%)}.category-services__row:hover .category-services__header{color:#fff}@media (max-width:767px){.category-services__row{align-items:flex-start;flex-direction:column;gap:1rem;padding-bottom:1rem}}@media (max-width:479px){.category-services__row{flex-direction:column;padding-top:.5rem}}.category-services__num{color:#666;font-size:1.2rem;font-weight:400;line-height:1.4;margin-right:2rem;padding-top:20px;white-space:nowrap}@media (max-width:991px){.category-services__num{font-size:1rem}}@media (max-width:767px){.category-services__num{font-size:1rem;margin-right:1.5rem}}.category-services__header{align-items:center;color:#aaa;display:flex;flex-flow:row;gap:2rem;justify-content:space-between;padding-bottom:20px;padding-top:20px;transition:all .3s;width:85%}@media (max-width:991px){.category-services__header{align-items:flex-start;width:100%}}@media (max-width:767px){.category-services__header{align-items:flex-start;flex-flow:column;gap:1rem;justify-content:flex-start;padding-bottom:10px;padding-top:0}}.category-services__title-wrap{height:7.5rem;overflow:hidden;width:50%}@media (max-width:1300px){.category-services__title-wrap{height:6.4rem;width:60%}}@media (max-width:991px){.category-services__title-wrap{height:3.12rem;width:100%}}@media (max-width:767px){.category-services__title-wrap{height:auto;overflow:visible}}.category-services__title-default,.category-services__title-hover{display:flex;font-size:9rem;font-weight:400;line-height:.8;mix-blend-mode:difference;position:relative;text-decoration:none;text-transform:uppercase;transition:transform .48s cubic-bezier(.77,0,.175,1);z-index:3}@media (max-width:1300px){.category-services__title-default,.category-services__title-hover{font-size:8rem}}@media (max-width:991px){.category-services__title-default,.category-services__title-hover{font-size:3.9rem}}@media (max-width:767px){.category-services__title-default,.category-services__title-hover{font-size:4rem}}.category-services__title-default{color:#aaa}.category-services__title-hover{color:#fff}@media (max-width:767px){.category-services__title-hover{display:none}}.category-services__desc{display:flex;font-size:1.1rem;font-weight:400;justify-content:flex-end;line-height:1.6;width:50%}@media (max-width:1300px){.category-services__desc{width:40%}}@media (max-width:991px){.category-services__desc{font-size:.9rem;text-align:left;width:100%}}@media (max-width:767px){.category-services__desc{justify-content:flex-start}}.project-hero{overflow:hidden}.project-hero,.project-hero__image,.project-hero__video{position:relative;width:100%}.project-hero__image:after,.project-hero__video:after{background-image:linear-gradient(rgba(0,0,0,.302),transparent 23% 79%,rgba(0,0,0,.302));content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.project-hero__image img,.project-hero__image video,.project-hero__video img,.project-hero__video video{display:block;height:auto;width:100%}.project-hero__arrow{align-items:center;animation:arrowBounce 2s ease-in-out infinite;bottom:1rem;box-sizing:content-box;color:#fff;cursor:pointer;display:flex;height:1.75rem;justify-content:center;left:50%;padding:1rem;position:absolute;transform:translateX(-50%);width:1.75rem;z-index:10;-webkit-tap-highlight-color:transparent}.project-hero__arrow:hover{color:#fff}.project-hero__arrow svg{pointer-events:none}.project-hero__player{align-items:center;bottom:20px;display:flex;gap:1rem;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:80%;z-index:10}@media (max-width:479px){.project-hero__player{gap:.5rem;width:90%}}.project-hero__player-btn{align-items:center;background:transparent;border:none;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:1.5rem;justify-content:center;padding:0;transition:opacity .2s ease;width:1.5rem}.project-hero__player-btn:hover{opacity:.75}.project-hero__player-btn svg{display:block;height:100%;width:100%}.project-hero__progress{background:hsla(0,0%,100%,.3);border-radius:3px;flex:1;height:6px;overflow:hidden}.project-hero__progress-bar{background:#fff;height:100%;transition:width .2s linear;width:0}@keyframes arrowBounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}.project-info{padding:5rem 0}@media (max-width:767px){.project-info{padding:3rem 0}}.project-info__container{margin-inline:auto;max-width:100%;padding-inline:3%;width:100%}.project-info__grid{display:flex;gap:5rem;justify-content:center}@media (max-width:767px){.project-info__grid{flex-direction:column;gap:2rem}}@media (max-width:479px){.project-info__grid{gap:1.25rem}}.project-info__left{max-width:35rem;width:100%}.project-info__tagline{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400;line-height:1.1;margin-bottom:1rem;text-transform:uppercase}.project-info__services{color:#aaa;font-size:1rem;line-height:1.6;max-width:25rem}.project-info__right{max-width:48rem;width:100%}.project-info__description{color:#aaa;font-size:1.0625rem;line-height:1.7}.project-info__links{align-items:center;display:flex;gap:.75rem;margin-top:2rem}.project-info__link{color:#fff;font-size:1rem;text-decoration:underline;text-underline-offset:4px;transition:opacity .2s ease}.project-info__link:hover{opacity:.7}.project-info__link-separator{color:#aaa}.project-info__secondary-text{color:#aaa;font-size:1rem;line-height:1.5}.project-info__secondary-text p{margin:0}.project-info__secondary-text a{color:#fff;text-decoration:underline;text-underline-offset:4px;transition:opacity .2s ease}.project-info__secondary-text a:hover{opacity:.7}.project-gallery{padding:0 0 .5rem}.project-gallery__title-section{grid-column:1/-1;max-width:80rem;padding:5%}@media (max-width:767px){.project-gallery__title-section{padding:4% 5%}}@media (max-width:479px){.project-gallery__title-section{padding:2rem 5%}}.project-gallery__title{font-size:5.5rem;font-weight:300;letter-spacing:-.01em;line-height:1;text-transform:uppercase}@media (max-width:991px){.project-gallery__title{font-size:3.25rem}}@media (max-width:479px){.project-gallery__title{font-size:2.5rem}}.project-gallery__grid{display:grid;gap:.5rem;grid-template-columns:repeat(6,1fr)}.project-gallery__item{grid-column:1/-1;overflow:hidden}.project-gallery__item img{display:block;height:auto;width:100%}.project-gallery__item--full,.project-gallery__item--fulllength{grid-column:1/-1}.project-gallery__item--half{grid-column:span 3}@media (max-width:479px){.project-gallery__item--half{grid-column:1/-1}}.project-gallery__item--third{grid-column:span 2}@media (max-width:767px){.project-gallery__item--third{grid-column:span 3}}@media (max-width:479px){.project-gallery__item--third{grid-column:1/-1}}.project-videos{padding:0 0 6rem}.project-videos__grid{display:grid;gap:2rem}.project-related{border-top:1px solid #444;padding:5% 0}.project-related__heading{color:#aaa;font-size:.875rem;font-weight:500;letter-spacing:.12em;margin-bottom:4rem;text-transform:uppercase}.project-related__grid{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}@media (max-width:991px){.project-related__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:479px){.project-related__grid{grid-template-columns:1fr}}