@font-face {
  font-family: Suisseintl;
  src: url('../fonts/suisseintl-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/suisseintl-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/suisseintl-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nimbussanl Bol;
  src: url('../fonts/nimbussanl-bol.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nimbussanl Reg;
  src: url('../fonts/nimbussanl-reg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biondi Sans;
  src: url('../fonts/biondi-sans-ul-af65ded4d8ce771.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biondi Sans;
  src: url('../fonts/biondi-sans-rg-af65ded4d89bfb4.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biondi Sans;
  src: url('../fonts/biondi-sans-bd-af65ded4d8b78fb.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biondi Sans;
  src: url('../fonts/biondi-sans-lt-af65ded4d8c92e0.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biondi Sans;
  src: url('../fonts/biondi-sans-bk-af65ded4d8a67b5.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biondi Sans;
  src: url('../fonts/biondi-sans-el-af65ded4d8a1287.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --bone: #d9d8d6;
  --desktop-padding: 15px;
  --charcoal: #43484e;
  --white: white;
  --max-width-desktop: 1420px;
  --white-variant-1: #fff6;
  --black: #2a2b2d;
  --charcoal-v2: #43484e61;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

.body {
  background-color: var(--bone);
  cursor: none;
  font-family: Suisseintl, Arial, sans-serif;
}

.hero {
  flex-flow: column;
  height: 100vh;
  padding-top: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.page-wrapper {
  position: relative;
  overflow: visible;
}

.side-padding {
  z-index: 2;
  padding-right: var(--desktop-padding);
  padding-left: var(--desktop-padding);
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.side-padding.testimonial-projects {
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.menu-bg {
  z-index: 1;
  background-color: var(--charcoal);
  align-self: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.nav-bar-content {
  background-color: #fff0;
  border-bottom: 1px #e0dbdb;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1420px;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.nav-bar-item-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-button-line {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0%;
}

.menu-button-line:where(.w-variant-184a6952-bbfa-5cd9-7d78-073aa849b5eb) {
  background-color: var(--charcoal);
}

.menu-button-line.left, .menu-button-line.left-bottom {
  margin-left: -150%;
}

.div-block-656 {
  width: 100%;
  height: auto;
}

.menu-content-container {
  z-index: 1;
  max-width: var(--max-width-desktop);
  opacity: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footer-text-signature {
  font-size: 13px;
}

.footer-text-signature.menu-hidden {
  color: var(--bone);
  white-space: nowrap;
}

.menu-button {
  color: #f4f4f4;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.main-button-text-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 5px;
  display: flex;
  position: static;
  inset: 0%;
}

.nav-bar-wrapper {
  z-index: 97;
  padding: 20px var(--desktop-padding);
  background-color: #fff0;
  border-bottom: 1px #ffffff69;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: flex;
}

.nav-cta {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  flex-flow: column;
  width: 145px;
  height: 50px;
  margin-right: 30px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-cta.black {
  border-color: #413c34;
}

.nav-cta.black.hidden-mobile {
  border-style: none;
  border-color: var(--white-variant-1);
  border-radius: 0;
  width: auto;
  height: auto;
  margin-right: 0;
}

.nav-cta.black.mobile-version {
  border-style: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-right: 0;
  display: none;
}

.main-button {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.main-button.mt {
  width: auto;
  margin-top: 40px;
  position: static;
}

.main-button.see-all-projects {
  margin-top: 40px;
}

.logo-link {
  height: 40px;
}

.logo-link.w--current {
  align-items: center;
  display: flex;
}

.nav-bar-item-container {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 25%;
  height: auto;
  display: flex;
  position: relative;
}

.white-logo {
  border-radius: 0;
  width: auto;
  height: 40px;
  margin-top: 0;
}

.white-logo:where(.w-variant-184a6952-bbfa-5cd9-7d78-073aa849b5eb) {
  opacity: 0;
}

.button-text {
  color: #fff;
  letter-spacing: normal;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.button-text.black {
  color: var(--white);
  font-size: 18px;
}

.button-text.black:where(.w-variant-184a6952-bbfa-5cd9-7d78-073aa849b5eb) {
  color: var(--charcoal);
  font-weight: 400;
}

.exit-button {
  z-index: 1;
  background-color: var(--charcoal);
  color: #fff0;
  -webkit-text-stroke-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.menu {
  z-index: 99;
  padding: 0px var(--desktop-padding) 20px;
  background-color: #43484e00;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: Suisseintl, Arial, sans-serif;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.menu-nav-bar {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 80px;
  min-height: 80px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.menu-links {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-689 {
  justify-content: space-between;
  width: auto;
  max-width: 1420px;
  margin-left: auto;
  padding-left: 0;
  display: flex;
}

.menu-lines {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.logo-container {
  z-index: 98;
  align-items: center;
  display: flex;
  position: relative;
}

.link-157 {
  color: var(--bone);
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
}

.nav-menu-clip {
  margin-bottom: 10px;
  transition: opacity .2s;
  overflow: hidden;
}

.nav-menu-clip:hover {
  opacity: 1;
}

.nav-bar-logo-and-menu {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-bar-logo-and-menu.black {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.nav-bar-logo-and-menu.black:where(.w-variant-184a6952-bbfa-5cd9-7d78-073aa849b5eb) {
  justify-content: space-between;
  align-items: center;
}

.nav-bar-content-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.nav-bar {
  z-index: 999;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.html-embed-21 {
  color: #fff;
  width: 30px;
  max-width: 30px;
  height: 30px;
  margin-bottom: 0;
}

.button-underline {
  border-bottom: 1px solid var(--black);
  background-color: var(--charcoal);
  width: 100%;
  height: 1px;
  margin-top: 3px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0%);
}

.button-underline.white {
  border-bottom-style: none;
  border-bottom-color: var(--white-variant-1);
  background-color: var(--white-variant-1);
}

.circle-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px #f4f4f4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: auto;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-video-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.hero-bg-shade {
  z-index: 1;
  background-color: #00000070;
  position: absolute;
  inset: 0%;
}

.max-width-container {
  max-width: var(--max-width-desktop);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-width-container.vertical {
  flex-flow: column;
}

.hero-content-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.large-heading {
  color: #fff;
  white-space: nowrap;
  width: 680px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 60px;
}

.hero-heading-wrapper {
  width: 50%;
  max-width: none;
  margin-bottom: 0;
}

.hero-heading-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.main-paragraph {
  color: var(--charcoal);
  margin-bottom: 0;
  font-size: 17px;
  line-height: 23px;
}

.main-paragraph.white {
  color: var(--white);
}

.main-paragraph.white._380px {
  max-width: 280px;
  font-size: 14px;
  line-height: 22px;
}

.intro {
  z-index: 1;
  background-color: var(--bone);
  height: auto;
  position: relative;
}

.large-spacer {
  width: 100%;
  height: 100px;
}

.content-container {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-intro-text-container {
  margin-top: 0;
  display: flex;
}

.home-intro-text-container._100px-pt {
  margin-top: 100px;
}

.into-div-1 {
  width: 25%;
  height: auto;
}

.intro-div-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blurb-heading {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.blurb-heading.white {
  color: var(--white);
}

.text-span {
  margin-left: 140px;
}

.page-descriptor {
  color: var(--charcoal);
  text-transform: none;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.text-wrapper {
  max-width: 340px;
  margin-top: 0;
}

.text-wrapper.pb {
  max-width: 320px;
  margin-bottom: 25px;
}

.text-wrapper.process {
  max-width: none;
}

.button-container-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 7px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-button-main {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  margin-right: 40px;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.page-button-main.white {
  color: var(--white);
  text-transform: none;
  font-family: Suisseintl, Arial, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.home-project {
  z-index: 1;
  background-color: var(--bone);
  position: relative;
  overflow: hidden;
}

.splide {
  width: 100%;
  height: auto;
  overflow: visible;
}

.splide__track {
  width: 100%;
  height: 100%;
}

.splide__list {
  width: auto;
  display: flex;
}

.splide__slide {
  flex: none;
  width: 50%;
  margin-right: 40px;
}

.project-link {
  aspect-ratio: 3 / 1.6;
  color: var(--charcoal);
  width: 100%;
  height: auto;
  text-decoration: none;
  position: relative;
}

.project-card-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-card {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  padding: 0 20px 20px;
  display: flex;
  position: relative;
}

.project-text {
  color: var(--white);
  font-size: 13px;
}

.project-text.heading {
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.cursor-follow {
  z-index: 10;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--bone);
  color: #231f20;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-flex;
  position: absolute;
}

.text-tiny {
  color: var(--black);
  font-size: .75rem;
  font-weight: 400;
  line-height: 130%;
}

.text-tiny.semi-bold {
  font-weight: 600;
}

.text-tiny.semi-bold.white {
  color: var(--white);
  margin-right: 10px;
}

.text-tiny.semi-bold.white:where(.w-variant-184a6952-bbfa-5cd9-7d78-073aa849b5eb) {
  color: var(--charcoal);
}

.arrow {
  color: #fff;
  width: 25px;
  height: 18px;
}

.arrow.black {
  color: var(--black);
}

.arrow.left {
  margin-top: 2px;
  position: absolute;
  left: -25px;
}

.arrow.left.black {
  margin-top: 3px;
  position: absolute;
  inset: 0% auto auto -25px;
}

.arrow.slider-arrow {
  width: 18px;
  height: 25px;
}

.arrow.slider-arrow.left-slider-arrow {
  transform: rotate(180deg);
}

.button-line-container {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.small-heading {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.small-heading.black {
  color: var(--black);
}

.small-heading.white {
  color: var(--white);
}

.div-block-695 {
  width: 50%;
  margin-left: auto;
}

.small-descriptor-text.black {
  color: var(--charcoal);
}

.usp-slider-content {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.right-arrow {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--white-variant-1);
  pointer-events: auto;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0 auto auto;
}

.progress {
  background-color: #fff;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.usp-slider-container {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.usp-descriptor {
  width: 50%;
}

.usp-home-text-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.usp-heading-container {
  z-index: 3;
  width: 100%;
  max-width: 90rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.usp-heading-container.home {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.text-regular {
  color: var(--charcoal);
  font-size: 20px;
  line-height: 26px;
}

.left-arrow {
  z-index: 3;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--white-variant-1);
  pointer-events: auto;
  border-radius: 999px 0 0 999px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  display: flex;
  inset: 0% 60px auto auto;
}

.button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #231f20;
  background-color: #d5de5d;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-weight: 500;
  display: inline-flex;
}

.usp-text-container {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  padding-bottom: 60px;
  display: flex;
}

.text-small {
  font-size: .875rem;
  line-height: 140%;
}

.progress-bar {
  background-color: #ffffff54;
  border-radius: 999px;
  height: 3px;
  position: relative;
  overflow: hidden;
}

.section-descriptor-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-descriptor-container.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.usp-main-text {
  width: auto;
  margin-bottom: 10px;
  padding-left: 0;
}

.text-wrapper-2.usp-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 440px;
  display: flex;
}

.max-width-regular {
  z-index: 4;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
}

.max-width-regular._20px-padding {
  margin-top: 20px;
  padding-top: 0;
}

.container {
  z-index: 2;
  padding-right: var(--desktop-padding);
  padding-left: var(--desktop-padding);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slide {
  height: 100%;
}

.usp-progress-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: auto 0% 28px;
}

.mask {
  height: 100%;
}

.page-descriptor-container {
  border: 1px solid var(--white-variant-1);
  color: #fff;
  border-radius: 999px;
  padding: 10px 20px;
}

.page-descriptor-container.testimonials {
  margin-left: 0;
}

.page-descriptor-container.black {
  border-color: var(--charcoal);
}

.text-large {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.text-large.white {
  color: var(--white);
}

.usp-slider {
  z-index: 2;
  pointer-events: none;
  background-color: #ddd0;
  height: 100%;
}

.usp-shade {
  z-index: 1;
  background-color: var(--charcoal);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.usp-holder {
  max-width: var(--max-width-desktop);
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.usp-paragraph-wrapper {
  max-width: 320px;
  padding-left: 0;
}

.usp-paragraph-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.usp {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
  overflow: hidden;
}

.scroll-section {
  z-index: 2;
  background-color: var(--charcoal);
  height: auto;
  position: sticky;
  top: 0;
}

.extra-large-spacer {
  width: 100%;
  height: 200px;
}

.testimonial-home-container {
  display: flex;
}

.div-block-696 {
  width: 50%;
}

.testimonial-paragraph-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.extra-small-spacer {
  width: 100%;
  height: 30px;
}

.link-block-40 {
  width: 50%;
  height: auto;
  text-decoration: none;
}

.publication-image-holder {
  aspect-ratio: auto;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.publication-image {
  border-radius: 5px;
  width: 100%;
  position: relative;
  transform: scale(1.15);
}

.div-block-698 {
  padding-top: 12px;
}

.text-block-204 {
  color: var(--white);
  font-size: 18px;
  line-height: 22px;
}

.medium-size-heading {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.medium-size-heading.white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-699 {
  max-width: 400px;
  margin-top: 0;
}

.div-block-700 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial {
  background-color: var(--charcoal);
  height: auto;
  position: sticky;
}

.project-home {
  height: auto;
}

.project-home-container {
  border-top: 1px solid var(--white-variant-1);
  padding-top: 30px;
  display: flex;
}

.featured-project {
  aspect-ratio: 3 / 1.5;
  max-height: 800px;
  margin-top: 60px;
}

.featured-project-link-block {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95%;
  max-height: 85vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.featured-project-tile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

.footer {
  background-color: var(--bone);
  height: auto;
  position: relative;
}

.brand {
  position: relative;
}

.brand.w--current {
  position: static;
}

.footer__content {
  background-color: #0000;
  width: 100%;
  margin-top: 40px;
}

.brand__img {
  opacity: .84;
  object-fit: contain;
  height: 2.5rem;
}

.footer__main {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #0000;
  border-top: 1px #0000001a;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 4rem;
  display: grid;
}

.footer-text {
  font-size: .7rem;
}

.footer-text.align-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer__link {
  color: var(--charcoal);
  text-decoration: none;
}

.footer__link:hover {
  opacity: .65;
  text-decoration: none;
}

.footer__legal {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.footer__links {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer__links.align-right {
  justify-content: flex-start;
  align-items: flex-end;
}

.cta-div {
  width: 50%;
}

.cta-container {
  background-image: url('../images/dsc07363.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 400px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cta-button-div {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.home-usp {
  z-index: 1;
  background-color: var(--bone);
  position: relative;
}

.usp-home {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.section-line {
  border-bottom: 1px solid var(--charcoal-v2);
  background-color: #43484e00;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.section-line.bottom {
  inset: auto 0% 0%;
}

.usp-home-content {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.usp-descriptor-home {
  width: 50%;
  position: relative;
}

.usp-home-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
  top: -150%;
}

.usp-home-content-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.page-image-wrapper {
  height: 100%;
  position: relative;
  top: auto;
  overflow: visible;
}

.large-page-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
}

.page-image {
  z-index: 1;
  background-color: var(--bone);
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.page-image.not-sticky {
  height: 90vh;
  position: relative;
}

.page-number-container {
  width: 25%;
}

.page-number-container.right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.page-number-container.right.part-of-grid {
  width: 100%;
}

.page-description-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-paragraph-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.hero-video {
  width: 100%;
  height: 110%;
  overflow: visible;
}

.nav-bar-bg {
  background-color: var(--bone);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -101%);
}

.nav-bar-ghost-div {
  width: 100%;
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.black-logo {
  opacity: 0;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.black-logo:where(.w-variant-184a6952-bbfa-5cd9-7d78-073aa849b5eb) {
  opacity: 100;
  display: block;
}

.cta {
  z-index: 2;
  background-color: var(--bone);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.menu-contact {
  border-left: 1px solid var(--white-variant-1);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 35px;
  padding-left: 20px;
  display: flex;
}

.menu-top-container {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu-top-wrapper {
  max-width: var(--max-width-desktop);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-wrapper {
  z-index: 2;
  max-width: var(--max-width-desktop);
  opacity: 1;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
}

.menu-logo {
  height: 40px;
}

.div-block-701 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.menu-link-block {
  aspect-ratio: 2 / 3;
  border-radius: 8px;
  width: 50%;
  height: auto;
  margin-bottom: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.menu-button-container {
  z-index: 2;
  background-image: linear-gradient(0deg, #0000004f, #0000);
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-block-206 {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.background-video-3 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.up-arrow {
  color: var(--white);
  width: 20px;
  height: 20px;
}

.menu-contact-button-text-container {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.div-block-702 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.extra-large-heading {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 76px;
  font-weight: 400;
  line-height: 80px;
}

.extra-large-heading.white {
  color: var(--white);
}

.sub-page-hero {
  height: 45vh;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-button {
  border: 1px solid var(--charcoal);
  border-radius: 5px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 80px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.cta-button.white {
  border-color: var(--white);
}

.large-button-text {
  color: var(--charcoal);
}

.large-button-text.white {
  color: var(--white);
}

.div-block-705 {
  max-width: var(--max-width-desktop);
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  position: relative;
}

.div-block-706 {
  max-width: 200px;
}

.paragraph {
  color: var(--charcoal);
  font-size: 16px;
  line-height: 21px;
}

.sub-page-heading-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.sub-page-heading-container._40pb {
  padding-bottom: 40px;
}

.div-block-707 {
  width: 50%;
}

.about-intro-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.about-intro-heading-wrapper {
  width: 75%;
  max-width: none;
}

.about-intro-image-container {
  width: 25%;
}

.about-image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
}

.about-image.stage-6 {
  margin-top: -223px;
}

.about-image.sticky {
  position: sticky;
  top: 100px;
}

.timeline-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-intro-content-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: 0;
  display: flex;
}

.about-image-container {
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}

.large-text-wrapper {
  max-width: 600px;
}

.about-div-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.div-block-709 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-710 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-711 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.about-timeline-content-container {
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
}

.timeline-div-1, .timeline-div-2 {
  width: 50%;
}

.div-block-712 {
  width: 100%;
  display: flex;
}

.team-container {
  margin-top: 100px;
}

.team-card {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.text-block-208 {
  color: var(--charcoal);
  font-size: 17px;
  line-height: 22px;
}

.text-block-209 {
  color: var(--charcoal);
}

.team-card-wrapper {
  width: 100%;
}

.team-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-713 {
  width: 50%;
  height: 400px;
}

.link-block-43 {
  background-color: var(--bone);
  border-radius: 4px;
  flex-flow: column;
  width: 40%;
  height: 300px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.image-78 {
  border-radius: 4px;
  width: 45%;
}

.div-block-714 {
  background-image: linear-gradient(#0000008a, #00000003);
  position: absolute;
  inset: 0%;
}

.contact-v1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.contact-v1__info {
  width: 100%;
  max-width: 19rem;
}

.success-message {
  background-color: #0000000a;
}

.form__message {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--charcoal-v2);
  background-color: var(--bone);
  color: var(--charcoal);
  border-radius: 0;
  height: auto;
  min-height: 10rem;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 20px;
  line-height: 27px;
}

.form__message::placeholder {
  color: #0003;
}

.text-regular-2 {
  color: var(--charcoal);
  font-size: 1rem;
  line-height: 150%;
}

.form__select {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--charcoal-v2);
  background-color: var(--bone);
  color: var(--black);
  border-radius: 0;
  height: 4rem;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 20px;
}

.form__button-wrapper {
  margin-top: .5rem;
}

.text-large-2 {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.75rem;
  line-height: 110%;
  display: flex;
}

.form__text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--charcoal-v2);
  background-color: var(--bone);
  color: var(--charcoal);
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 20px;
  line-height: 27px;
}

.form__text-field:focus {
  border-bottom-color: var(--black);
}

.form__text-field::placeholder {
  color: #0003;
}

.form__text-field.budget-raw {
  display: none;
}

.contact-form {
  width: 100%;
  max-width: 48rem;
  margin-bottom: 0;
}

.form__field-label {
  color: var(--black);
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 130%;
}

.max-width-regular-2 {
  z-index: 2;
  max-width: var(--max-width-desktop);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form__button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: var(--charcoal);
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 140%;
  display: inline-flex;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  color: var(--white);
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
}

.div-block-715 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--charcoal);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 30px;
  display: flex;
}

.div-block-716 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-paragraph {
  color: var(--black);
  margin-bottom: 0;
  line-height: 19px;
}

.cta-paragraph.white {
  color: var(--white);
}

.div-block-717 {
  border: 1px solid var(--charcoal);
  background-color: var(--bone);
  border-radius: 5px;
  justify-content: flex-end;
  align-items: flex-end;
  height: 90px;
  margin-top: auto;
  padding: 10px;
  display: flex;
}

.cta-image-wrapper {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.featured-project-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-718 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.project-page-hero {
  height: 100vh;
  position: relative;
}

.image-79 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-image-wrapper {
  position: absolute;
  inset: 0%;
}

.text-regular-3 {
  font-size: 1rem;
  line-height: 150%;
}

.text-regular-3.c1-80 {
  color: #000c;
}

.heading-tiny {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}

.project__overview {
  width: 100%;
}

.project__overview-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid #0000001a;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.project__overview-item.features-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-bottom: 0;
}

.project-info-container {
  width: 100%;
}

.project-description-container {
  margin-top: 80px;
}

.div-block-719 {
  max-width: 800px;
}

.project-blurb {
  color: var(--charcoal);
  margin-bottom: 0;
  font-size: 32px;
  line-height: 38px;
}

.project-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 0;
  column-rule-width: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 30px;
  width: 100%;
  display: block;
}

.project-lightbox {
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.project-image-page {
  width: 100%;
}

.text-wrapper-3 {
  text-decoration: none;
}

.text-wrapper-3.blog-title {
  max-width: 650px;
}

.link-block-45 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.code-embed-2 {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.text-block-213 {
  color: #fff;
  font-size: 15px;
}

.div-block-720 {
  padding-right: 20px;
}

.load-page {
  z-index: 90;
  background-color: #2a2b2d00;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
}

.black-half-load {
  height: 50%;
}

.black-half-load.top {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.black-half-load.bottom {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-hide {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: static;
  overflow: visible;
}

.div-hide.top {
  width: 720px;
  height: auto;
  margin-bottom: 0;
  padding-right: 0;
  line-height: 1.1;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.heading {
  text-align: center;
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: static;
  top: auto;
  bottom: -10px;
}

.menu-line-container {
  width: 100%;
  height: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-hover-line {
  background-color: var(--white);
  width: 30px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% -31px;
}

.button-hover-line:where(.w-variant-184a6952-bbfa-5cd9-7d78-073aa849b5eb) {
  background-color: var(--charcoal);
}

.press-release-logo-container {
  max-width: 170px;
  position: absolute;
}

.press-release-title-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.process-overview {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.process-overview-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-721 {
  max-width: 700px;
}

.div-block-722 {
  background-color: #0000006e;
  position: absolute;
  inset: 0%;
}

.process-stages {
  background-color: var(--black);
  height: auto;
  position: relative;
}

.process-stage {
  border-bottom: 1px solid var(--charcoal-v2);
  background-color: var(--bone);
  height: auto;
  position: sticky;
  top: 0;
}

.process-stage.stage-1, .process-stage.stage-2, .process-stage.stage-3, .process-stage.stage-4, .process-stage.stage-5, .process-stage.stage-6 {
  top: 80px;
}

.process-stage-heading-container {
  margin-bottom: 30px;
}

.process-stage-text-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.process-stage-content-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.process-intro-image-container {
  width: 75%;
}

.process-image-container {
  aspect-ratio: 3 / 2;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 350px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.process-intro-text-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.process-intro-text-wrappr {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.development-content-container {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.development-text-side {
  width: 50%;
  height: auto;
  padding-right: 100px;
  position: sticky;
  top: 100px;
}

.development-image-side {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.development-image {
  border-radius: 5px;
  width: 100%;
}

.development-image-container {
  width: 100%;
}

.hero-bg-image {
  position: absolute;
  inset: 0%;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.development-text-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.development-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.display-home-cta {
  background-color: var(--charcoal);
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  height: 400px;
  padding: 20px;
  display: flex;
}

.div-block-723 {
  border-bottom: 1px solid var(--charcoal-v2);
  width: 100%;
}

.home-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  width: 75%;
  display: grid;
}

.home-hero-heading-container {
  width: 100%;
}

.home-hero-text-wrapper {
  width: 100%;
  padding-right: 20px;
}

.our-people-content-container {
  flex-flow: column;
  display: flex;
}

.our-people-title-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  margin-bottom: 0;
  display: flex;
}

.our-people-text-container {
  display: flex;
}

.our-people-image-container {
  width: 100%;
  margin-left: auto;
  display: flex;
}

.people-page-descriptor-container {
  width: 25%;
}

.people-image-holder {
  width: 75%;
  margin-bottom: 30px;
}

.div-block-724 {
  width: 66.666%;
  margin-left: auto;
}

.people-text-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 440px;
  display: flex;
}

.team-image-container {
  aspect-ratio: 2 / 3;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-hover-div {
  z-index: 2;
  background-color: var(--charcoal);
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-overview-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-paragraph {
  color: var(--white);
  margin-bottom: 0;
}

.process-intro-container {
  width: 50%;
}

.sub-page-heading {
  color: var(--charcoal);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.text-span-2 {
  font-size: 35px;
  line-height: 35px;
  position: relative;
  top: -16px;
}

.div-block-725 {
  margin-top: 60px;
}

.div-block-726 {
  width: 75%;
  margin-left: auto;
}

.image-80 {
  border-radius: 5px;
  width: 100%;
}

.press-release-holder {
  background-color: #00000052;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cursor-image {
  z-index: 2;
  aspect-ratio: 3 / 2;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 49vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: sticky;
  inset: 200px 0% auto 10%;
  overflow: hidden;
}

.benefit-sticky-image {
  width: 100%;
  height: 100%;
}

.benefit-sticky-image.b1 {
  object-fit: cover;
  position: relative;
}

.benefit-sticky-image.b2, .benefit-sticky-image.b3 {
  opacity: 0;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.usp-home-content-wrapper {
  width: 100%;
  height: 25vh;
  margin-top: 0;
  position: relative;
  top: 150px;
}

.usp-home-content-holder {
  margin-top: -260px;
}

.usp-ghost-div {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -25vh 0% 0%;
}

.usp-ghost-item {
  height: 25vh;
}

.multi-image-list {
  display: block;
}

.macy-gallery {
  border: 1px red;
  width: 100%;
}

.testimonial-project {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-flow: column;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-content-container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.testimonial-rich-block {
  color: var(--white);
  font-size: 18px;
  line-height: 24px;
}

.testimonial-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--white-variant-1);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding-top: 20px;
  display: flex;
}

.testimonial-name {
  color: var(--white);
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.code-embed-8 {
  color: var(--white);
  width: 60px;
}

.div-block-728 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 60px;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.h1-heading {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.scan__cursor-wrapper {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.scan__cursor {
  z-index: 1;
  border: 2px solid var(--charcoal);
  background-color: #fff0;
  border-radius: 9999%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.link-block-46 {
  margin-top: auto;
  text-decoration: none;
}

.team-image-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.project-image-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-image-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.featured-image-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.team-flex {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: auto;
  margin-left: auto;
  display: flex;
}

.team-wrapper {
  color: var(--white);
  min-width: 298px;
}

.link-158 {
  color: var(--charcoal);
  text-decoration: none;
}

.team-hover-image-container {
  width: 100px;
  margin-bottom: auto;
}

.mini-team-image {
  border-radius: 3px;
}

.testimonial-text-div {
  width: 50%;
  margin-left: auto;
}

.privacy-polkicy-content-container {
  padding-top: 60px;
}

.rich-text-block {
  color: var(--charcoal);
  font-size: 15px;
  line-height: 22px;
}

.rich-text-block h3 {
  font-weight: 400;
}

.rich-text-block a {
  color: var(--charcoal);
  font-weight: 400;
}

.code-embed-css {
  font-size: var(--size-font);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1280px) {
  .footer__main {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #d5de5d00;
    border-radius: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .footer__legal {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .team-wrapper {
    min-width: 341px;
  }

  .team-hover-image-container {
    max-width: 100px;
    margin-bottom: auto;
  }

  .mini-team-image {
    border-radius: 3px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .usp-holder {
    max-width: var(--max-width-desktop);
    height: 100vh;
    max-height: 700px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .usp {
    max-width: none;
    height: auto;
    max-height: none;
  }

  .footer__main {
    background-color: #d5de5d00;
    border-radius: 0;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    font-size: var(--size-font);
  }

  .nav-bar-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-bar-item-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-text-signature {
    font-size: 12px;
  }

  .menu-button {
    margin-top: 0;
  }

  .nav-bar-wrapper {
    border-bottom-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-bar-item-container {
    flex-direction: row;
    align-items: center;
  }

  .white-logo {
    height: 40px;
  }

  .menu {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .link-157 {
    font-size: 40px;
    line-height: 45px;
  }

  .circle-link {
    width: 50px;
    height: 50px;
  }

  .large-heading {
    width: auto;
    font-size: 2.3em;
    line-height: 1.2;
  }

  .hero-heading-wrapper {
    width: auto;
  }

  .hero-heading-container {
    justify-content: space-between;
  }

  .main-paragraph {
    font-size: 15px;
    line-height: 22px;
  }

  .blurb-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .page-descriptor {
    font-size: 13px;
    line-height: 20px;
  }

  .cursor-follow {
    display: none;
  }

  .div-block-695 {
    width: 75%;
  }

  .small-descriptor-text {
    font-size: .8rem;
  }

  .small-descriptor-text.black {
    font-size: 13px;
    line-height: 22px;
  }

  .right-arrow {
    height: 40px;
  }

  .text-regular {
    font-size: 18px;
    line-height: 24px;
  }

  .left-arrow {
    height: 40px;
  }

  .section-descriptor-container {
    padding-top: 0;
  }

  .section-descriptor-container.grid {
    display: flex;
  }

  .usp-main-text {
    width: 75%;
  }

  .max-width-regular._20px-padding {
    padding-top: 0;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slide, .mask {
    width: 100%;
  }

  .text-large {
    font-size: 24px;
    line-height: 30px;
  }

  .usp-slider {
    width: 100%;
  }

  .text-block-204 {
    font-size: 16px;
  }

  .medium-size-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .footer__main {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-text {
    line-height: .9rem;
  }

  .usp-home-text-wrapper {
    width: 100%;
    position: static;
  }

  .page-number-container {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .page-number-container.right {
    width: auto;
    margin-left: auto;
  }

  .extra-large-heading {
    font-size: 55px;
    line-height: 60px;
  }

  .extra-large-heading.white {
    font-size: 60px;
    line-height: 65px;
  }

  .sub-page-hero {
    height: 40vh;
  }

  .about-intro-content-container {
    width: 75%;
    padding-right: 40px;
  }

  .div-block-711 {
    width: 75%;
    padding-right: 0;
  }

  .timeline-div-1 {
    width: 33.33%;
  }

  .image-78 {
    width: 65%;
  }

  .contact-v1 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column-reverse;
  }

  .contact-v1__info {
    order: 1;
  }

  .form__message {
    font-size: 20px;
    line-height: 27px;
  }

  .text-large-2 {
    line-height: 110%;
  }

  .form__text-field {
    line-height: 27px;
  }

  .div-block-715 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .div-block-716 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .project-blurb {
    font-size: 28px;
    line-height: 36px;
  }

  .text-wrapper-3 {
    max-width: 440px;
    overflow: visible;
  }

  .text-wrapper-3.blog-title {
    max-width: 400px;
  }

  .div-hide.top {
    width: auto;
  }

  .heading {
    letter-spacing: -4px;
    font-size: 90px;
  }

  .development-text-side {
    padding-right: 60px;
  }

  .display-home-cta {
    height: 350px;
  }

  .home-hero-wrapper {
    width: 100%;
  }

  .process-intro-container {
    width: 75%;
  }

  .text-span-2 {
    font-size: 25px;
    line-height: 25px;
    top: -9px;
  }

  .cursor-image {
    display: none;
  }

  .usp-home-content-wrapper {
    height: 200px;
  }

  .usp-home-content-holder {
    margin-top: -145px;
  }

  .usp-ghost-div {
    display: none;
  }

  .testimonial-rich-block {
    font-size: 16px;
    line-height: 22px;
  }

  .scan__cursor-wrapper {
    display: none;
  }

  .md-max-w-none {
    max-width: none;
  }

  .team-flex {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    width: 100%;
    display: grid;
  }

  .team-wrapper {
    min-width: 280px;
  }

  .team-hover-image-container {
    border-radius: 3px;
    width: 80px;
    margin-bottom: auto;
    overflow: hidden;
  }

  .mini-team-image {
    margin-bottom: auto;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    overflow: hidden;
  }

  .nav-cta.black {
    margin-right: 0;
  }

  .nav-cta.black.hidden-mobile {
    display: none;
  }

  .nav-cta.black.mobile-version {
    display: flex;
  }

  .main-button.see-all-projects {
    margin-top: 0;
  }

  .nav-bar-item-container {
    width: auto;
  }

  .white-logo {
    height: 35px;
  }

  .link-157 {
    font-size: 32px;
    line-height: 40px;
  }

  .circle-link {
    width: 50px;
    height: 50px;
  }

  .max-width-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .large-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .hero-heading-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blurb-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .page-descriptor {
    font-size: 12px;
    line-height: 20px;
  }

  .page-button-main {
    font-size: 13px;
    line-height: 20px;
  }

  .splide__slide {
    width: 80%;
  }

  .project-text.heading {
    font-size: 15px;
    line-height: 22px;
  }

  .div-block-695 {
    width: 100%;
    margin-left: 0;
  }

  .small-descriptor-text.black {
    font-size: 12px;
    line-height: 20px;
  }

  .left-arrow {
    padding-left: 10px;
  }

  .usp-main-text {
    width: 100%;
  }

  .container {
    padding-right: 1rem;
  }

  .text-large {
    margin-bottom: 0;
    font-size: 1.75rem;
  }

  .extra-large-spacer {
    height: 140px;
  }

  .testimonial-home-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
  }

  .div-block-696, .testimonial-paragraph-container {
    width: 100%;
  }

  .medium-size-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .project-home-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .featured-project-tile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    display: flex;
  }

  .footer__main {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 3rem;
  }

  .footer__legal {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .usp-home-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .page-number-container.right.part-of-grid {
    width: auto;
  }

  .project-paragraph-container {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .sub-page-hero.contact-hero {
    height: auto;
    padding-top: 140px;
  }

  .sub-page-heading-container._40pb {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-intro-heading-wrapper {
    width: 100%;
  }

  .timeline-container {
    display: flex;
  }

  .timeline-ghost-div {
    display: none;
  }

  .about-intro-content-container {
    padding-right: 30px;
  }

  .timeline-div-2 {
    width: 100%;
  }

  .div-block-712 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-713 {
    width: 100%;
    height: auto;
  }

  .link-block-43 {
    width: 100%;
    height: 350px;
  }

  .contact-v1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 30px;
  }

  .form__message, .form__select, .text-large-2, .form__text-field {
    font-size: 1.5rem;
  }

  .form {
    flex-flow: column;
    display: flex;
  }

  .div-block-715 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-716 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-regular-3.c1-80, .heading-tiny {
    font-size: 12px;
    line-height: 20px;
  }

  .project__overview-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .project-blurb {
    font-size: 22px;
    line-height: 30px;
  }

  .text-wrapper-3.blog-title {
    max-width: 300px;
  }

  .heading {
    letter-spacing: -4px;
    font-size: 70px;
  }

  .home-hero-wrapper {
    flex-flow: column-reverse;
    width: 100%;
    display: flex;
  }

  .text-span-2 {
    font-size: 20px;
    line-height: 20px;
    top: -8px;
  }

  .usp-home-content-wrapper {
    height: 240px;
  }

  .usp-home-content-holder {
    margin-top: -172px;
    margin-bottom: 30px;
  }

  .testimonial-holder {
    flex-flow: column-reverse;
  }

  .scan__cursor-wrapper {
    width: auto;
    height: auto;
    position: absolute;
    inset: 100vw 0% auto;
  }

  .scan__cursor {
    width: 140vw;
    height: 140vw;
  }

  .team-wrapper {
    min-width: 259px;
  }

  .testimonial-text-div {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: var(--size-font);
  }

  .hero {
    height: 90.5vh;
  }

  .nav-bar-content {
    border-bottom-style: none;
    align-items: center;
    padding-bottom: 10px;
  }

  .menu-button-line {
    background-color: #000;
    width: 25px;
    height: 1px;
    max-height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .menu-button-line.left, .menu-button-line.right {
    background-color: var(--white);
    width: 100%;
    height: 2px;
    max-height: none;
    position: absolute;
    inset: 0%;
  }

  .menu-button-line.right:where(.w-variant-184a6952-bbfa-5cd9-7d78-073aa849b5eb) {
    background-color: var(--charcoal);
  }

  .menu-button-line.left-bottom, .menu-button-line.right-bottom {
    background-color: var(--white);
    width: 100%;
    height: 2px;
    max-height: none;
    position: absolute;
  }

  .menu-button-line.right-bottom:where(.w-variant-184a6952-bbfa-5cd9-7d78-073aa849b5eb) {
    background-color: var(--charcoal);
  }

  .menu-content-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 0;
  }

  .footer-text-signature.menu-hidden {
    display: block;
  }

  .menu-button {
    margin-left: 15px;
  }

  .nav-bar-wrapper {
    border-bottom-style: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }

  .nav-cta.black.hidden-mobile {
    display: none;
  }

  .nav-cta.black.mobile-version {
    margin-top: 30px;
  }

  .main-button {
    z-index: 1;
    margin-top: 30px;
    padding-left: 0;
    position: relative;
  }

  .main-button.mt {
    margin-top: 20px;
  }

  .logo-link {
    padding-left: 0;
    position: relative;
  }

  .logo-link.w--current {
    height: auto;
  }

  .nav-bar-item-container {
    justify-content: center;
  }

  .white-logo {
    width: 140px;
    height: auto;
    margin-top: 0;
    margin-right: 0;
  }

  .exit-button {
    left: auto;
    right: 0;
  }

  .menu {
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    transform: translate(0%);
  }

  .menu-nav-bar {
    justify-content: flex-end;
    align-items: center;
  }

  .menu-links {
    width: 100%;
    height: 50%;
  }

  .menu-lines {
    width: 100%;
    height: auto;
    position: relative;
  }

  .link-157 {
    font-size: 28px;
    line-height: 34px;
  }

  .nav-menu-clip {
    margin-bottom: 10px;
  }

  .nav-bar {
    flex-direction: column;
    justify-content: space-between;
    height: 70px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .circle-link {
    width: 50px;
    height: 50px;
    font-size: 10px;
  }

  .max-width-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .large-heading {
    width: auto;
    font-size: 1.55em;
    line-height: 1.3;
  }

  .hero-heading-container {
    padding-bottom: 20px;
  }

  .main-paragraph {
    font-size: 14px;
    line-height: 21px;
  }

  .large-spacer {
    height: 80px;
  }

  .home-intro-text-container._100px-pt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 40px;
    position: relative;
  }

  .into-div-1, .intro-div-2 {
    width: 100%;
  }

  .blurb-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .text-span {
    margin-left: 100px;
  }

  .page-descriptor, .page-button-main {
    font-size: 12px;
  }

  .page-button-main.white {
    font-size: 14px;
    line-height: 21px;
  }

  .splide__slide {
    width: 100%;
  }

  .project-link {
    aspect-ratio: 3 / 2;
  }

  .project-text.heading {
    font-size: 12px;
    line-height: 15px;
  }

  .arrow.slider-arrow, .arrow.slider-arrow.left-slider-arrow {
    width: 15px;
  }

  .small-heading {
    font-size: 18px;
    line-height: 26px;
  }

  .small-heading.black {
    font-size: 24px;
    line-height: 30px;
  }

  .usp-slider-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
  }

  .right-arrow {
    width: 40px;
    padding-right: 5px;
  }

  .usp-descriptor {
    width: 100%;
  }

  .usp-home-text-container {
    width: 100%;
    margin-top: 100px;
  }

  .left-arrow {
    width: 40px;
    padding-left: 5px;
    right: 40px;
  }

  .usp-text-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
  }

  .usp-main-text {
    width: 100%;
    padding-left: 0;
  }

  .max-width-regular._20px-padding {
    padding-top: 0;
  }

  .container {
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .usp-progress-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-large {
    font-size: 22px;
  }

  .text-large.white {
    font-size: 22px;
    line-height: 28px;
  }

  .usp-holder {
    height: auto;
    max-height: none;
    padding-left: 1.5rem;
    padding-right: 20px;
  }

  .usp-paragraph-wrapper {
    padding-left: 0;
  }

  .usp-paragraph-container {
    width: 100%;
  }

  .extra-large-spacer {
    height: 140px;
  }

  .link-block-40 {
    width: 100%;
  }

  .text-block-204 {
    font-size: 14px;
    line-height: 21px;
  }

  .medium-size-heading, .medium-size-heading.white {
    font-size: 28px;
    line-height: 34px;
  }

  .featured-project {
    width: 100%;
    margin-top: 40px;
  }

  .featured-project-tile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .brand__img {
    height: auto;
  }

  .footer__main {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .footer-text {
    font-size: 11px;
    line-height: 15px;
  }

  .footer-text.align-right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer__brand {
    margin-bottom: 40px;
  }

  .footer__link {
    order: -1;
  }

  .footer__legal {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    display: flex;
  }

  .footer__links.align-right {
    justify-content: center;
    align-items: flex-start;
  }

  .usp-home-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .usp-home-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .usp-home-content-container {
    margin-top: 60px;
  }

  .page-image.not-sticky {
    height: 45vh;
  }

  .page-number-container {
    width: auto;
  }

  .page-number-container.right.absolute, .page-number-container.absolute-page-number {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .black-logo {
    height: auto;
  }

  .cta {
    height: 90vh;
    min-height: 90vh;
    padding-bottom: 0;
  }

  .menu-contact {
    border-top: 1px solid var(--white-variant-1);
    border-left-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 50%;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .menu-logo {
    width: 140px;
    height: auto;
  }

  .div-block-701 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .menu-link-block {
    aspect-ratio: 3 / 2;
    width: 100%;
  }

  .text-block-206 {
    font-size: 12px;
    line-height: 15px;
  }

  .extra-large-heading {
    font-size: 55px;
    line-height: 60px;
  }

  .extra-large-heading.white {
    font-size: 50px;
    line-height: 55px;
  }

  .extra-large-heading.white.projects {
    font-size: 38px;
    line-height: 46px;
  }

  .sub-page-hero {
    height: 45vh;
  }

  .collection-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 14px;
  }

  .sub-page-heading-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .sub-page-heading-container._40pb {
    padding-bottom: 20px;
  }

  .div-block-707, .about-intro-image-container {
    width: 100%;
  }

  .about-image.sticky {
    position: static;
  }

  .about-intro-content-container {
    width: 100%;
    padding-right: 0;
  }

  .about-div-1 {
    width: auto;
  }

  .div-block-710 {
    flex-flow: column;
    display: flex;
  }

  .div-block-711 {
    width: 100%;
  }

  .about-timeline-content-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    margin-top: 30px;
  }

  .team-container {
    margin-top: 40px;
  }

  .team-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .contact-v1 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .form__message, .form__select, .form__text-field {
    font-size: 18px;
    line-height: 25px;
  }

  .link {
    text-decoration: none;
  }

  .div-block-715 {
    padding: 20px;
  }

  .div-block-716 {
    flex-flow: column;
    display: flex;
  }

  .project-page-hero {
    height: 90.5vh;
    position: relative;
  }

  .text-regular-3.c1-80, .heading-tiny {
    font-size: 12px;
    line-height: 18px;
  }

  .project-description-container {
    margin-top: 20px;
  }

  .project-blurb {
    font-size: 18px;
    line-height: 26px;
  }

  .project-lightbox {
    margin-bottom: 0;
  }

  .text-wrapper-3.blog-title {
    max-width: none;
  }

  .text-block-213 {
    font-size: 12px;
  }

  .heading {
    letter-spacing: -2px;
    font-size: 42px;
    font-weight: 800;
  }

  .process-overview {
    height: 80vh;
  }

  .process-stage.stage-1, .process-stage.stage-2, .process-stage.stage-3, .process-stage.stage-4, .process-stage.stage-5, .process-stage.stage-6 {
    top: 70px;
  }

  .process-stage-text-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process-stage-content-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .process-intro-image-container {
    width: 100%;
  }

  .process-image-container {
    margin-bottom: 20px;
  }

  .process-intro-text-wrappr {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .development-content-container {
    flex-flow: column;
  }

  .development-text-side {
    width: 100%;
    padding-right: 0;
    position: static;
  }

  .development-image-side {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .home-hero-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    width: 100%;
    display: flex;
  }

  .our-people-title-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .our-people-text-container, .our-people-image-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .people-image-holder {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-724 {
    width: 100%;
    margin-left: 0;
  }

  .people-text-holder {
    max-width: none;
  }

  .team-image-container {
    justify-content: center;
    align-items: center;
    height: 480px;
    display: flex;
  }

  .process-intro-container {
    width: 100%;
  }

  .sub-page-heading {
    font-size: 15px;
    line-height: 20px;
  }

  .text-span-2 {
    font-size: 18px;
    line-height: 20px;
    top: -8px;
  }

  .div-block-726 {
    width: 100%;
  }

  .cursor-image {
    display: none;
  }

  .usp-home-content-wrapper {
    height: 170px;
  }

  .usp-home-content-holder {
    margin-top: -160px;
    margin-bottom: 52px;
  }

  .code-embed-8 {
    width: 40px;
  }

  .div-block-728 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .h1-heading {
    margin-top: 0;
  }

  .mobile-button-text {
    font-size: 18px;
    line-height: 25px;
  }

  .team-flex {
    display: flex;
  }

  .team-wrapper {
    width: 100%;
    min-width: auto;
  }

  .team-hover-image-container {
    width: 100px;
    margin-bottom: auto;
  }

  .collection-item, .collection-list-wrapper {
    width: 100%;
  }
}

#w-node-_71583080-796e-0419-d797-cb3a232f00d9-a420e096 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75ca717e-03f4-257d-58ee-148c6e3f688e-a420e096 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3085ecd8-74b8-c392-c67a-97dc8c0e7b65-a420e096 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62f6f572-6e60-64b8-3fdc-33e2c0f14f04-c0f14efb, #w-node-_62f6f572-6e60-64b8-3fdc-33e2c0f14f14-c0f14efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bab6552c-8b0c-420c-b38c-e43ec7988662-c0f14efb {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_62f6f572-6e60-64b8-3fdc-33e2c0f14f21-c0f14efb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12433be1-fa94-2c52-ea59-fec550ae209a-301d981e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0bc6102-0bd5-2247-c9ad-582367df761c-301d981e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b587d206-b779-670d-fd93-2260ee93a8ba-cbeea700, #w-node-b587d206-b779-670d-fd93-2260ee93a8be-cbeea700, #w-node-_6010754b-e8d1-0500-1e38-3a1886523650-cbeea700, #w-node-b587d206-b779-670d-fd93-2260ee93a8c2-cbeea700, #w-node-fe777789-eefa-b8c6-bfc2-1b4fee2fe440-cbeea700, #w-node-bfde2128-13ca-2259-b32b-629f11d9e1f5-cbeea700, #w-node-b587d206-b779-670d-fd93-2260ee93a8c6-cbeea700 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1280px) {
  #w-node-_62f6f572-6e60-64b8-3fdc-33e2c0f14f04-c0f14efb, #w-node-_62f6f572-6e60-64b8-3fdc-33e2c0f14f21-c0f14efb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6bc6b528-7d55-5636-9e59-d6f588e75555-c0f14efb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_62f6f572-6e60-64b8-3fdc-33e2c0f14f1f-c0f14efb {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bab6552c-8b0c-420c-b38c-e43ec7988662-c0f14efb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/suisseintl-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/suisseintl-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/suisseintl-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nimbussanl Bol';
  src: url('../fonts/nimbussanl-bol.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nimbussanl Reg';
  src: url('../fonts/nimbussanl-reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biondi Sans';
  src: url('../fonts/biondi-sans-ul-af65ded4d8ce771.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biondi Sans';
  src: url('../fonts/biondi-sans-rg-af65ded4d89bfb4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biondi Sans';
  src: url('../fonts/biondi-sans-bd-af65ded4d8b78fb.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biondi Sans';
  src: url('../fonts/biondi-sans-lt-af65ded4d8c92e0.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biondi Sans';
  src: url('../fonts/biondi-sans-bk-af65ded4d8a67b5.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biondi Sans';
  src: url('../fonts/biondi-sans-el-af65ded4d8a1287.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}