:root {
  --white: white;
  --black: #030303;
  --purple: #35376a;
  --main-color: #696838;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--white);
  background-color: #020202;
  font-family: Inter Tight, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

h1 {
  z-index: 1;
  color: #fff;
  mix-blend-mode: difference;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
}

h4 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
}

p {
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

a {
  color: var(--white);
  text-decoration: none;
}

.vertical-padding-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.button-text {
  color: #fff;
  text-align: center;
  height: 1.5rem;
  min-height: 1.5rem;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

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

.footer-credits {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10px;
  display: grid;
}

.text-black {
  color: var(--black);
  font-weight: 400;
}

.button-link {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border: .5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .5rem .375rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link:hover {
  color: #18242d;
}

.button-wrapper {
  z-index: 1;
  flex-direction: column;
  height: 1.75rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer-medium {
  height: 6rem;
}

.text-white {
  color: var(--white);
  font-family: Urbanist, sans-serif;
}

.text-small {
  font-family: Urbanist, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.spacer-tiny {
  height: .75rem;
}

.text-tiny {
  font-family: Urbanist, sans-serif;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1.25;
}

.footer-headline {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--white);
  font-family: Urbanist, sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.global-width {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.widht-large {
  width: 100%;
  max-width: 54rem;
}

.widht-large.position-relative {
  position: relative;
}

.main-wrapper {
  z-index: 1;
  position: relative;
}

.text-align-left {
  text-align: left;
}

.widht-medium {
  width: 100%;
  max-width: 36rem;
  position: relative;
}

.spacer-small {
  height: 2rem;
}

.widht-small {
  width: 100%;
  max-width: 32rem;
}

.spacer-regular {
  height: 4rem;
}

.global-padding {
  z-index: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.social-list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.social-list-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.vertical-padding-medium {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-section {
  position: relative;
  overflow: hidden;
}

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

.hero-content {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding: 1rem;
  display: flex;
  position: relative;
}

.h1-spam {
  margin-left: auto;
}

.home-about-vertical-padding {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 10rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-about-vertical-padding.morepadding {
  padding-top: 14rem;
}

.about-image-first {
  height: 16rem;
  position: relative;
  top: -25px;
}

.about-image-second {
  height: 24rem;
  position: relative;
  top: 24px;
}

.about-image-third {
  height: 20rem;
  position: relative;
  top: -35px;
}

.about-image-fourth {
  height: 15rem;
  position: relative;
  top: 220px;
}

.h2-large {
  z-index: 1;
  color: var(--white);
  mix-blend-mode: hard-light;
  font-size: 4rem;
  position: absolute;
  inset: 0% 0% auto 1rem;
}

.home-about-wrapper {
  position: relative;
}

.h2-large-right {
  z-index: 1;
  color: var(--white);
  mix-blend-mode: hard-light;
  font-family: Urbanist, sans-serif;
  font-size: 6rem;
  position: absolute;
  inset: auto 0% 15% auto;
}

.home-about-images {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.home-services-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.align-left {
  margin-left: auto;
}

.tabs-services-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
  position: relative;
}

.tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: end stretch;
  margin-bottom: 1rem;
  display: grid;
}

.services-tab {
  background-color: #c8c8c800;
  border-bottom: 1px solid #ffffff57;
  margin-bottom: -2px;
  padding: 0;
}

.services-tab.w--current {
  background-color: #c8c8c800;
  margin-bottom: -2px;
  padding: 0;
}

.contact-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-component {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.content-white-box {
  color: var(--black);
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 0 10px 10px #0003;
}

.flex-align-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.awards-intro {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-services-section {
  background-color: #000;
  position: relative;
}

.home-services-tabs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.home-awards-section {
  background-color: var(--black);
  position: relative;
}

.home-about-section {
  z-index: 1;
  position: relative;
}

.hero-slide {
  width: 100%;
  height: 80vh;
  overflow: visible;
}

.slider-arrow-icon {
  width: 1.5rem;
}

.home-slider-mask {
  overflow: visible;
}

.hero-slide-arrow {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  top: 35%;
  bottom: auto;
  left: 100px;
}

.hero-slide-arrow.left {
  background-color: #fff0;
  border-style: solid;
  border-color: #fff;
  border-radius: 100px;
  left: auto;
  right: 100px;
}

.featured-location {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #f7f8fc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 360px;
  padding: 36px;
  text-decoration: none;
  display: grid;
}

.home-project-slider {
  background-color: #0000;
  height: 80vh;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.featured-location-icon {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.collection-list {
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-projects-content {
  z-index: 11;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 60rem;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.home-projects-section {
  z-index: 1;
  position: relative;
}

.letter-animation-trigger {
  z-index: -1;
  height: 100vh;
  position: relative;
}

.highlight-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.highlight-component {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

._8-text {
  font-style: normal;
}

._8-text.ital {
  font-style: italic;
}

._9-text {
  font-style: normal;
}

._9-text.ital {
  font-style: italic;
}

._10-text {
  font-style: normal;
}

.highlight-image-cover {
  z-index: 1;
  background-color: #00000069;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.home-highlight-section {
  height: 200vh;
  position: relative;
}

.highlight-headline {
  font-size: 5rem;
  font-style: italic;
}

.highlight-headline.smaller {
  font-size: 3.5rem;
}

.h2-medium {
  text-align: left;
  font-family: Urbanist, sans-serif;
  font-size: 4rem;
}

.service-tab-bullet {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-family: Urbanist, sans-serif;
  display: flex;
}

.bullet {
  background-color: #fff;
  border-radius: 100%;
  width: .25rem;
  height: .25rem;
}

.tab-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.button-link-dark {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #000;
  border: .5px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .5rem .375rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link-dark:hover {
  color: #18242d;
}

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

.widht-xmedium {
  width: 100%;
  max-width: 44rem;
}

.about-hero-image {
  width: 90%;
  margin-top: -100px;
}

.about-hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-story {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.story-image {
  object-fit: cover;
  height: 15rem;
}

.about-intro {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.align-left-copy {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.item-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.project-cover {
  height: 70vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-name-wrapper {
  z-index: 1;
  position: relative;
}

.project-image-wrapper {
  height: 70vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.collection-item-project {
  height: 100%;
}

.form-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-area {
  background-color: #11131600;
  border: 1px solid #282828;
  border-radius: .5rem;
  min-height: 144px;
  padding: 16px 24px;
  line-height: 28px;
  transition: color .3s, border-color .3s;
}

.text-area:hover {
  border-color: #cfcfcf;
}

.text-area:focus {
  color: #fff;
  border-color: #cfcfcf;
}

.contact-card {
  margin-bottom: 0;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.curve-arrow {
  border: 1px solid #e7eeee;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  position: absolute;
  top: .5rem;
}

.button-v2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2e313a;
  border-radius: 100rem;
  padding: .75rem 1.05rem .75rem 1.15rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.field-label {
  color: #fff;
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: 400;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.submit-button {
  z-index: 99;
  background-color: #3898ec00;
  position: absolute;
  inset: 0%;
}

.input {
  color: #fff;
  background-color: #11131600;
  border: 1px solid #282828;
  border-radius: .5rem;
  min-height: 50px;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  transition: color .3s, border-color .3s;
}

.input:hover {
  box-shadow: none;
  color: #fff;
  border-color: #cfcfcf;
}

.input:active {
  color: #fff;
}

.input:focus {
  color: #fff;
  border-color: #cfcfcf;
}

.input:focus-visible, .input[data-wf-focus-visible] {
  color: #fff;
}

.success-message {
  color: #fff;
  background-color: #0c3acb;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.contact-form-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.contact-heading {
  text-align: center;
  font-size: 4rem;
}

.underline-tab {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: .5rem;
}

.services-tab-content {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tab-image {
  object-fit: cover;
  width: 100%;
  height: 55vh;
  max-height: 30rem;
  overflow: hidden;
}

.highlight-content-wrapper {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Urbanist, sans-serif;
}

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

.more-projects {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-link-white {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border: .5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .5rem .375rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link-white:hover {
  color: #18242d;
}

.button-link-white.extra-button-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.about-highlight-section {
  height: 200vh;
  position: relative;
  transform: scale(1.2);
}

.history-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #525252;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.history-text {
  font-size: 2rem;
}

.history-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 40rem;
  margin-left: auto;
  display: flex;
}

.navbar-content-v2 {
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.nav-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.nav-bracket {
  font-weight: 400;
}

.nav {
  z-index: 99;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  text-decoration: none;
  display: flex;
}

.nav-text {
  padding-left: 4px;
  padding-right: 4px;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: padding .35s;
}

.nav-text:hover {
  padding-left: 8px;
  padding-right: 8px;
}

.nav-button {
  text-decoration: none;
  display: none;
}

.menu-background-overflow {
  background-color: #3d74ca;
  display: none;
}

.nav-wrapper {
  z-index: 1;
  position: relative;
}

.logo-wrapper {
  z-index: 99;
  position: relative;
}

.menu-text {
  font-weight: 300;
}

.close-text {
  opacity: 0;
  font-weight: 300;
  position: absolute;
  inset: 0%;
}

.open-close-text {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.h1-full-width {
  flex: 1;
  font-family: Urbanist, sans-serif;
  font-size: 12rem;
}

.h2-large-left {
  z-index: 1;
  color: var(--white);
  mix-blend-mode: hard-light;
  font-family: Urbanist, sans-serif;
  font-size: 6rem;
  position: absolute;
  inset: 0% 0% auto 1rem;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-button-wrapper {
  justify-content: center;
  display: flex;
}

.utility-image {
  position: relative;
  overflow: hidden;
}

.utility-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  max-width: 80rem;
  min-height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  position: relative;
}

.utility-page-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.preloader {
  z-index: 999;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  width: 12rem;
  height: 12rem;
  margin: auto;
  position: fixed;
  inset: 0%;
}

.logoalexmenu {
  width: 200px;
}

._3-tabs {
  color: var(--white);
  font-size: 1.75rem;
}

.body {
  background-color: #030303;
}

.h1about {
  font-size: 10rem;
}

.bigtext {
  font-size: 2rem;
}

.middle {
  text-align: center;
}

.biosection {
  padding-bottom: 6rem;
}

.paragraphbio {
  font-size: 1.25rem;
  line-height: 1.75;
}

.funds-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #525252;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 12rem;
  }

  h2 {
    font-size: 3.5rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  .vertical-padding-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .spacer-medium {
    height: 4rem;
  }

  .spacer-small {
    height: 1.75rem;
  }

  .spacer-regular {
    height: 3rem;
  }

  .vertical-padding-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .about-image-second {
    height: 10rem;
  }

  .about-image-third {
    height: 14rem;
  }

  .h2-large {
    font-size: 3.5rem;
  }

  .h2-large-right {
    font-size: 6rem;
  }

  .awards-intro {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-slide-arrow {
    left: 101px;
    right: auto;
  }

  .featured-location {
    width: auto;
    margin-left: 106px;
  }

  .highlight-headline {
    font-size: 4rem;
  }

  .h2-medium {
    font-size: 5rem;
  }

  .contact-card {
    margin-bottom: 0;
  }

  .contact-heading {
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 6rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  .vertical-padding-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .global-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .social-list-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .vertical-padding-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-content {
    height: 90vh;
  }

  .home-about-vertical-padding {
    padding-top: 10rem;
  }

  .h2-large {
    font-size: 2.5rem;
  }

  .h2-large-right {
    font-size: 3rem;
    bottom: 35%;
  }

  .tabs-services-content {
    flex-flow: column;
    display: flex;
  }

  .tabs-menu {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
  }

  .awards-intro {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .hero-slide-arrow {
    left: 36px;
  }

  .featured-location {
    margin-left: 70px;
  }

  .featured-location-icon {
    display: none;
  }

  .highlight-headline {
    font-size: 3rem;
  }

  .h2-medium {
    font-size: 4rem;
  }

  .about-hero-section {
    justify-content: flex-end;
    height: 75vh;
  }

  .about-story {
    flex-flow: column;
  }

  .text-area {
    border-radius: 18px;
  }

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

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .contact-heading {
    font-size: 4rem;
  }

  .services-tab-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .nav-links {
    z-index: 2;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    height: 70vh;
    padding-right: 1rem;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav {
    mix-blend-mode: normal;
    inset: 0% 0% auto;
  }

  .nav-link {
    font-size: 4rem;
  }

  .nav-contact {
    z-index: 1;
    justify-content: flex-end;
    align-items: flex-end;
    height: 90vh;
    padding-bottom: 5rem;
    padding-right: 1rem;
    font-size: 4rem;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav-button {
    z-index: 9999;
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    position: relative;
  }

  .menu-background-overflow {
    height: 100vh;
    display: block;
    position: absolute;
    inset: 0%;
    transform: translate(0, -200%);
  }

  .nav-wrapper {
    height: 100%;
  }

  .h2-large-left {
    font-size: 3rem;
  }

  .utility-content {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .spacer-regular {
    height: 1.25rem;
  }

  .hero-image {
    object-position: 70% 50%;
  }

  .home-about-vertical-padding {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .home-about-vertical-padding.morepadding {
    padding-top: 16rem;
    padding-bottom: 0;
  }

  .about-image-second.less {
    top: 0;
  }

  .about-image-third.less {
    top: -20px;
  }

  .about-image-fourth {
    top: 0;
  }

  .home-about-images {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .contact-section {
    height: 50vh;
  }

  .content-white-box {
    width: 90%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: none;
  }

  .hero-slide {
    height: 50vh;
  }

  .hero-slide-arrow {
    border-right-style: solid;
    width: 60px;
    height: 60px;
    margin-left: 0;
    left: 10px;
  }

  .hero-slide-arrow.left {
    right: 10px;
  }

  .featured-location {
    margin-left: 0;
    margin-right: 60px;
    padding: 18px 18px 18px 24px;
  }

  .home-project-slider {
    height: 60vh;
  }

  .featured-location-icon {
    display: none;
  }

  .collection-list {
    width: 100%;
  }

  .highlight-image {
    object-position: 100% 50%;
    height: 80vh;
  }

  .highlight-image.lamotta {
    object-position: 50% 50%;
  }

  .highlight-wrapper {
    height: 80vh;
  }

  .highlight-component {
    padding-top: 15rem;
  }

  .highlight-headline {
    font-size: 2.5rem;
  }

  .highlight-headline.smaller {
    font-size: 2rem;
  }

  .h2-medium {
    font-size: 3rem;
  }

  .contact-image {
    height: 50vh;
  }

  .about-hero-image {
    width: 100%;
    margin-top: -150px;
  }

  .about-hero-image.about {
    margin-top: 0;
  }

  .about-hero-section {
    justify-content: flex-start;
    height: 50vh;
  }

  .project-cover, .project-image-wrapper, .project-image {
    height: 50vh;
  }

  .text-area {
    transition: color .3s, border-color .3s;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .contact-heading {
    font-size: 3rem;
  }

  .tab-image {
    height: 30vh;
  }

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

  .history-text {
    font-size: 1.5rem;
  }

  .menu-background-overflow {
    background-color: var(--black);
  }

  .h1-full-width {
    font-size: 70px;
  }

  .h1about {
    font-size: 50px;
  }

  .bigtext {
    font-size: 1.5rem;
  }

  .biosection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraphbio {
    font-size: 1rem;
    line-height: 1.3;
  }

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

#w-node-_3e63c1f7-c10c-e7d1-abf8-57d28938b25e-8938b259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e63c1f7-c10c-e7d1-abf8-57d28938b27b-8938b259 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_039f7b59-ec6a-836b-b7fd-3d22f030e708-f030e701 {
  align-self: end;
}

#w-node-_9ff74b17-6a04-e9e9-c901-0d8b18714563-b9ec2b06, #w-node-_9ff74b17-6a04-e9e9-c901-0d8b18714576-b9ec2b06, #w-node-_9ff74b17-6a04-e9e9-c901-0d8b1871457a-b9ec2b06 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ea6d408a-00da-e234-65f3-d038aa105ee4-b9ec2b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-ea6d408a-00da-e234-65f3-d038aa105ee6-b9ec2b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3e63c1f7-c10c-e7d1-abf8-57d28938b25e-8938b259, #w-node-_3e63c1f7-c10c-e7d1-abf8-57d28938b269-8938b259 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9ff74b17-6a04-e9e9-c901-0d8b18714566-b9ec2b06, #w-node-_9ff74b17-6a04-e9e9-c901-0d8b1871456a-b9ec2b06, #w-node-_9ff74b17-6a04-e9e9-c901-0d8b1871456e-b9ec2b06, #w-node-_9ff74b17-6a04-e9e9-c901-0d8b18714572-b9ec2b06, #w-node-_9ff74b17-6a04-e9e9-c901-0d8b18714576-b9ec2b06 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


