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

@font-face {
  font-family: Autautgrotesk;
  src: url('../fonts/autautgrotesk-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Autautgrotesk;
  src: url('../fonts/autautgrotesk-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Autautgrotesk;
  src: url('../fonts/autautgrotesk-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --side-padding: 20px;
  --black: #181818;
  --bg-color: #f1edea;
  --max-width-percent: 80%;
  --transparent-black: #18181842;
  --white: #fff;
  --clamp: 14px;
}

.page-wrapper {
  overflow: visible;
}

.page-wrapper.clipped {
  overflow: clip;
}

.bg-image {
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

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

.nav-bar-side-container {
  z-index: 101;
  padding-right: 0;
  padding-left: var(--side-padding);
  justify-content: center;
  align-items: stretch;
  width: 10rem;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar-symbol {
  z-index: 999;
  mix-blend-mode: difference;
  width: 10rem;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-bar {
  z-index: 999;
  mix-blend-mode: normal;
  font-size: var(--size-font);
  border-bottom: .0625rem #ffffff69;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-top: 1.25rem;
  display: flex;
  position: relative;
}

.main-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(1px, 1.25em, 16px);
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
}

.main-heading.black {
  color: var(--black);
  font-weight: 500;
}

.text-block-198 {
  font-size: .625rem;
  line-height: .625rem;
  position: relative;
  left: .1875rem;
}

.text-block-198.black {
  color: var(--black);
}

.text-block-198.main-heading {
  line-height: 1rem;
  bottom: 6px;
}

.logo {
  text-decoration: none;
}

.logo.w--current {
  overflow: hidden;
}

.menu-text {
  color: #fff;
  text-transform: none;
  mix-blend-mode: normal;
  font-size: clamp(1px, 1.25em, 17px);
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
}

.menu-text.bottom-slide {
  position: absolute;
  inset: 101% auto auto 0%;
}

.menu-text.black {
  color: var(--black);
  font-size: clamp(1px, 1.25em, 17px);
  font-weight: 500;
}

.menu-text.contact-text {
  color: var(--black);
  font-size: clamp(20px, 2em, 80px);
  line-height: 1.1;
}

.nav-bar-ghost-div {
  height: 5rem;
  position: absolute;
  inset: 0%;
}

.logo-container {
  z-index: 999;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.menu-link {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.menu-link:hover {
  opacity: 1;
}

.button-text-container {
  position: relative;
  overflow: hidden;
}

.menu-links {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  margin-left: 0;
  display: flex;
}

.side-nav-half-content {
  z-index: 999;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  margin-left: auto;
  display: flex;
  position: relative;
  top: -100px;
}

.body {
  background-color: var(--bg-color);
  font-family: Autautgrotesk, Arial, sans-serif;
  font-size: var(--size-font);
}

.padding-container {
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.padding-container.displayblock {
  display: block;
}

.nav-bar-padding {
  height: 5rem;
  min-height: 5rem;
}

.max-width-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.projects-container {
  padding-bottom: var(--side-padding);
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.project-link-card {
  width: auto;
  text-decoration: none;
}

.project-image {
  width: 100%;
}

.project-image-container {
  background-color: var(--black);
  overflow: hidden;
}

.project-card-info-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.regular-text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
}

.large-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(1px, 2em, 40px);
  font-weight: 400;
  line-height: 1;
}

.heading-container {
  padding-left: 0;
}

.about-image {
  object-fit: cover;
  width: 100%;
  height: 115%;
  overflow: clip;
}

.text-wrapper {
  max-width: clamp(270px, 24em, 290px);
  margin-top: 0;
}

.text-wrapper.clamped {
  max-width: clamp(220px, 24em, 280px);
}

.paragraph {
  color: var(--black);
  margin-bottom: 0;
  font-size: clamp(1px, 1.25em, 16px);
  font-weight: 500;
  line-height: 1.15;
}

.approach {
  height: 100vh;
}

.about-text-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about-hero-image-container-2 {
  width: 70%;
  overflow: hidden;
}

.approach-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 1000px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.heading-title-container {
  width: 50%;
  margin-bottom: 100px;
  margin-left: auto;
}

.image-text-content-container {
  width: 100%;
  display: flex;
}

.approach-image-container {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.about-main-holder {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.second-container {
  width: var(--max-width-percent);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
}

.approach-text-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.about-main-text {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about-inner-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.large-spacer {
  height: 220px;
}

.values-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--transparent-black);
  flex-flow: column;
  width: 75%;
  margin-top: 100px;
  margin-left: auto;
  padding-top: 20px;
  display: flex;
  position: relative;
  left: -30px;
}

.value-item {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.value-descriptor {
  width: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-705 {
  width: 80%;
  min-width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-706 {
  width: 50%;
  height: 100%;
}

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

.div-block-708 {
  width: 70%;
  height: 100%;
  margin-left: auto;
}

.footer {
  height: auto;
}

.footer-container {
  border-top: 1px solid var(--transparent-black);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.full-page-image {
  height: 70vh;
}

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

.footer-copyright {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-709 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100px;
  margin-bottom: 100px;
  display: grid;
}

.footer-links {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-footer-links {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.project-page-hero {
  height: 30vh;
}

.project-page-hero-container {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.project-page-title-container {
  width: 50%;
  margin-left: auto;
}

.xlarge-heading {
  color: var(--black);
  font-size: clamp(35px, 3.2em, 70px);
  font-weight: 400;
  line-height: 48px;
}

.project-details-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.medium-spacer {
  height: 140px;
}

.div-block-710 {
  width: 50%;
  height: 100%;
  margin-left: auto;
}

.project__overview {
  width: 100%;
  margin-top: 0;
}

.project__overview-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.full-page-image-container {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.gallery-image-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.gallery-image {
  width: 100%;
}

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

.multi-image-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.multi-image-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.contact {
  z-index: 100;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: relative;
}

.project-hero-container {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1420px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-704 {
  width: 50%;
  padding-bottom: 10px;
}

.clip {
  overflow: hidden;
}

.form-block {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.contact-container {
  width: 100%;
  margin-bottom: auto;
  display: flex;
}

.contact-links {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-info {
  width: 50%;
}

.textarea {
  color: #161616;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #161616;
  min-height: 120px;
  padding-left: 0;
  padding-right: 0;
}

.submit-button {
  color: var(--black);
  letter-spacing: normal;
  text-transform: none;
  background-color: #3898ec00;
  border-bottom: 1px solid #00264a;
  margin-top: 40px;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
}

.text-field {
  color: #161616;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #161616;
  margin-bottom: 20px;
  padding-left: 0;
}

.contact-form {
  width: 50%;
}

.contact-content-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  display: flex;
}

.contact-page-links {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  object-fit: fill;
  width: 100%;
  margin-top: 0;
}

.cta {
  height: 200px;
}

.cta-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.load-screen {
  width: 100%;
  height: 100%;
}

.progress-bar-holder {
  z-index: -2;
  width: 100%;
  height: 5px;
  position: absolute;
  inset: auto 0% 0%;
}

.progress-bar {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.home-nav-container {
  position: relative;
}

.home-hero {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.animation-end-marker {
  opacity: 0;
}

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

.contact-heading {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.project-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-left: 25%;
  display: grid;
  position: relative;
  left: -20px;
}

.text-block-199 {
  font-size: .7rem;
}

.div-block-711 {
  padding-top: 1.25rem;
  padding-right: var(--side-padding);
  padding-left: var(--side-padding);
  width: 100%;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.top-nav-half-content {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: flex;
}

.home-link-block {
  position: absolute;
  inset: 0%;
}

.menu-button-container, .menu {
  display: none;
}

.nav-bar-wrapper {
  z-index: 999;
  mix-blend-mode: difference;
  position: fixed;
}

.menu-content, .div-block-712 {
  display: none;
}

.project-details-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: flex;
}

.project-blurb-wrapper {
  width: 50%;
  margin-left: auto;
}

.large-paragraph {
  color: var(--black);
  font-size: clamp(17px, 1.4em, 32px);
  font-weight: 400;
  line-height: 1.2;
}

.large-paragraph.reveal-from-bottom {
  line-height: 1;
}

.tabs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: auto;
  margin-bottom: 100px;
  margin-left: auto;
  display: flex;
}

.tab-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #f1edea;
  padding: 0;
  display: flex;
}

.tab-link.w--current {
  background-color: #f1edea;
}

.horizontal-image-container {
  width: 70%;
  margin-top: 40px;
  overflow: hidden;
}

.tiny-text {
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.hidden-project {
  display: none;
}

.hero-bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.div-block-714 {
  margin-bottom: 40px;
}

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

  .nav-bar-side-container {
    padding-left: 15px;
  }

  .menu-text {
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }

  .menu-text.contact-text {
    font-size: clamp(20px, 1.5em, 80px);
  }

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

  .content-container.about {
    height: 60%;
  }

  .approach {
    height: 87vh;
  }

  .about-hero-image-container-2, .about-main-holder {
    width: 90%;
  }

  .values-container {
    width: 82%;
  }

  .project-grid-container, .multi-image-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .contact {
    height: 86vh;
  }

  .contact-content-container {
    width: 75%;
  }

  .image-4 {
    width: 90%;
    margin-top: 30px;
  }

  .contact-heading {
    font-size: var(--size-font);
  }

  .project-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 70%;
  }

  .div-block-711 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar-side-container {
    mix-blend-mode: difference;
    width: 100%;
    height: 100px;
    padding-right: 15px;
  }

  .nav-bar-symbol {
    mix-blend-mode: difference;
    width: 100%;
    height: 100px;
    inset: 0%;
  }

  .nav-bar {
    flex-flow: row;
  }

  .logo {
    font-size: var(--size-font);
  }

  .menu-text.black {
    font-size: 1rem;
  }

  .menu-text.contact-text {
    font-size: 30px;
  }

  .menu-text.menu-text-close {
    text-align: right;
    position: absolute;
    inset: 101% 0% auto auto;
  }

  .menu-links {
    flex-flow: row;
    display: none;
  }

  .menu-links.devices {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex;
  }

  .side-nav-half-content {
    flex-flow: row;
    width: auto;
    height: auto;
    top: 0;
  }

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

  .content-container.about {
    height: 74%;
  }

  .regular-text {
    font-size: .9rem;
  }

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

  .approach {
    height: 78vh;
  }

  .about-text-container, .about-hero-image-container-2, .approach-container, .approach-image-container {
    width: 100%;
  }

  .about-main-holder {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    width: 100%;
  }

  .second-container {
    width: 100%;
    padding-top: 140px;
  }

  .approach-text-container, .about-main-text, .about-inner-wrapper {
    width: 100%;
  }

  .large-spacer {
    height: 170px;
  }

  .values-container {
    width: 93%;
    margin-top: 70px;
  }

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

  .div-block-706 {
    flex: 1;
  }

  .div-block-707 {
    flex: 1;
    width: 100%;
  }

  .footer {
    z-index: 997;
    position: relative;
  }

  .full-page-image.contact-image {
    margin-top: 0;
  }

  .div-block-709 {
    display: none;
  }

  .contact-footer-links {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-page-title-container.project-cms {
    width: 100%;
    margin-left: 0;
  }

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

  .contact {
    height: auto;
  }

  .project-hero-container.contact {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .clip {
    overflow: visible;
  }

  .contact-container {
    flex-flow: column;
  }

  .contact-info {
    margin-bottom: 60px;
  }

  .submit-button {
    margin-top: 20px;
  }

  .contact-form {
    width: 100%;
    margin-top: 40px;
  }

  .contact-content-container {
    width: 100%;
    padding-top: 8rem;
  }

  .image-4 {
    width: 100%;
  }

  .cta {
    z-index: 9999;
    position: relative;
  }

  .contact-heading {
    width: 100%;
  }

  .project-grid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .div-block-711 {
    display: none;
  }

  .menu-button-container {
    cursor: pointer;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .menu {
    z-index: 998;
    background-color: var(--black);
    opacity: 1;
    mix-blend-mode: normal;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menu-content {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 100px;
    display: flex;
  }

  .bottom-menu {
    padding-right: var(--side-padding);
    padding-bottom: 0;
    padding-left: var(--side-padding);
    position: absolute;
    inset: auto 0% 60px;
  }

  .menu-bg-div {
    background-color: var(--black);
    position: absolute;
    inset: 0%;
  }

  .device-menu-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  .device-menu-text.small-text {
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }

  .device-menu-text.little-count {
    font-size: .625rem;
    line-height: .625rem;
    position: relative;
    left: 3.1875px;
  }

  .little-count-container {
    height: 12px;
    padding-right: 5px;
    overflow: hidden;
  }

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

  .div-block-713 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    display: flex;
  }

  .div-block-713.pages {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    flex: 1;
    margin-bottom: 32px;
  }

  .div-block-713.socials {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    flex: 1;
  }

  .project-details-wrapper {
    width: 100%;
  }

  .project-blurb-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-texts-inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .bg-image {
    aspect-ratio: 3 / 2;
    width: 80%;
    height: 80%;
  }

  .nav-bar-symbol {
    mix-blend-mode: difference;
    background-color: #fff0;
  }

  .logo.w--current {
    font-weight: 500;
  }

  .menu-text {
    font-size: 1rem;
    font-weight: 500;
  }

  .menu-text.contact-text {
    font-size: 22px;
  }

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

  .content-container.about {
    height: 74%;
  }

  .projects-container {
    z-index: 99999;
  }

  .regular-text {
    font-size: .86rem;
  }

  .about-image.image-reveal {
    height: 100%;
  }

  .text-wrapper {
    margin-bottom: 8px;
  }

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

  .approach {
    height: auto;
  }

  .approach-container {
    padding-top: 8rem;
    padding-bottom: 0;
  }

  .heading-title-container.about {
    width: 58%;
    margin-bottom: 100px;
  }

  .image-text-content-container {
    flex-flow: column;
  }

  .approach-image-container {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .about-main-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .second-container {
    padding-top: 130px;
  }

  .large-spacer {
    height: 130px;
  }

  .values-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    left: 0;
  }

  .div-block-705 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    min-width: auto;
  }

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

  .div-block-708 {
    margin-left: 40px;
  }

  .full-page-image {
    height: 50vh;
  }

  .full-page-image.about {
    height: 50vh;
    margin-top: 0;
  }

  .full-page-image.contact-image {
    margin-top: 0;
  }

  .image-3 {
    overflow: visible;
  }

  .footer-copyright {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
  }

  .project-page-title-container.project-cms {
    width: 100%;
    margin-left: 0;
  }

  .xlarge-heading.reveal-from-bottom {
    margin-top: 0;
    margin-bottom: 0;
    font-size: clamp(35px, 2.5em, 70px);
  }

  .medium-spacer {
    height: 30px;
  }

  .project__overview {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .project__overview-item {
    padding-top: 0;
  }

  .project-gallery-images {
    width: 100%;
  }

  .contact {
    height: auto;
  }

  .project-hero-container.contact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: auto;
    padding-top: 0;
  }

  .div-block-704 {
    padding-bottom: 0;
  }

  .contact-form {
    margin-top: 20px;
  }

  .contact-content-container {
    padding-top: 8rem;
  }

  .image-4.image-reveal {
    margin-top: 0;
  }

  .contact-heading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .project-page-grid {
    padding-top: 8rem;
  }

  .home-link-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu {
    display: none;
  }

  .nav-bar-wrapper {
    z-index: 999;
    mix-blend-mode: normal;
    position: static;
    inset: 0% 0% auto;
  }

  .div-block-712 {
    flex-flow: column;
    margin-bottom: 30px;
  }

  .div-block-713.pages {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .div-block-713.socials {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-details-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 100%;
  }

  .project-blurb-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .tabs {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .horizontal-image-container {
    width: 100%;
    margin-top: 30px;
  }

  .horizontal-image-container.large-margin-top {
    margin-top: 130px;
  }

  .hero-bg-video {
    aspect-ratio: 3 / 2;
    height: auto;
  }
}


@font-face {
  font-family: 'Autautgrotesk';
  src: url('../fonts/autautgrotesk-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Autautgrotesk';
  src: url('../fonts/autautgrotesk-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Autautgrotesk';
  src: url('../fonts/autautgrotesk-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Autautgrotesk';
  src: url('../fonts/autautgrotesk-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Autautgrotesk';
  src: url('../fonts/autautgrotesk-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}