:root {
  --background-color: #101010;
  --text-color: #fff;
  --paragraph-text-color: #ffffff9e;
  --all-caps-small-title: 1.4rem;
  --medium-statement-text: 3.5rem;
  --accent-color: #14b797;
  --secondary-accent-color\<deleted\|variable-807ab231-d6a9-8ec3-04cd-04784c8c55b5\>: #14b797bd;
  --secondary-accent-shade: #14b797b8;
  --general-image-radius: 10px;
  --transparent: #10101000;
  --page-focus-text: 2.75rem;
  --secondary-text: 1rem;
  --body-text-size: 1.25rem;
}

.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 {
  background-color: var(--background-color);
  color: #333;
  margin-left: 46px;
  margin-right: 46px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #101010;
  margin-left: 46px;
  margin-right: 46px;
}

.navbar {
  background-color: var(--background-color);
}

.icon, .menu-button {
  color: #fff;
}

.image {
  text-align: left;
  width: 30px;
  height: 30px;
  position: relative;
}

.hero-section {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 90vh;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 7rem;
  display: flex;
  position: static;
  top: 0;
}

.hero-content {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 86vh;
  max-height: 100vh;
  padding-bottom: 4rem;
  display: flex;
}

.hero-content.tech-hero {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 110vh;
  min-height: auto;
  max-height: none;
  position: relative;
}

.hero-content.projects {
  padding-left: 0;
  padding-right: 0;
}

.hero-content.homepage {
  background-image: url('../images/GorillAR_Augmented-Reality-Gorilla-2-min.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  min-height: 100vh;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.hero-content.story {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.nav-wrapper {
  z-index: 6;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  max-width: 100vw;
  padding-top: 1rem;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-buttons-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-2 {
  color: #fff;
  text-align: left;
  position: relative;
}

.hamburger-button {
  width: 2rem;
  height: 1.8rem;
}

.logo {
  width: auto;
  height: autox;
  display: inline-block;
  position: absolute;
  inset: 11px auto auto 46px;
}

.logo.navbar {
  background-color: #10101000;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: block;
  position: static;
  inset: 0%;
}

.logo.footer {
  width: auto;
  height: 3.9rem;
  margin-right: 0;
  display: inline-block;
  position: static;
  top: auto;
  left: 45%;
}

.hero-heading {
  color: var(--text-color);
  overflow-wrap: normal;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 115%;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.text-span {
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
}

.body-2 {
  margin-left: 3rem;
  margin-right: 3rem;
  font-family: Matter, Arial, sans-serif;
}

.hamburger-button-link {
  position: static;
  left: auto;
}

.impact-section {
  background-color: #14b79700;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  margin-top: 1vh;
  margin-bottom: 20vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.impact-section.footer {
  justify-content: center;
  align-items: center;
  height: 130vh;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.impact-section.contact {
  justify-content: center;
  align-items: center;
  height: 130vh;
  display: none;
}

.impact-section.home {
  opacity: .86;
  margin-bottom: 5vh;
}

.line-wrapper {
  background-color: #fff;
  flex: 0 auto;
  width: 100%;
  height: .8px;
  min-height: 1px;
  margin-top: 0;
  display: block;
  position: relative;
  top: 0;
}

.line-wrapper.divider-line {
  background-color: var(--paragraph-text-color);
  justify-content: space-between;
  align-items: stretch;
  height: 1px;
  margin-top: 0;
  display: flex;
  position: relative;
  top: auto;
}

.line-wrapper.partners-header {
  justify-content: space-between;
  align-items: stretch;
  height: .8px;
  margin-top: 0;
  display: flex;
}

.heading-2 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--all-caps-small-title);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 1.8rem;
  margin-top: 1.3rem;
  margin-bottom: auto;
  font-weight: 400;
  line-height: 110%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2.awards {
  width: 20vw;
  margin-top: 1.3rem;
  position: relative;
}

.paragraph-1 {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--medium-statement-text);
  text-align: center;
  width: 70%;
  margin-top: auto;
  margin-bottom: 1rem;
  line-height: 120%;
  position: static;
  inset: 0% auto auto 0%;
}

.paragraph-1.impact-footer {
  text-align: center;
  margin-top: auto;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 120%;
}

.text-span-2 {
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
  font-weight: 300;
}

.button {
  border: 1px solid var(--accent-color);
  background-color: var(--background-color);
  color: var(--accent-color);
  text-transform: uppercase;
  border-radius: 23px;
  padding: 12px 41px 12px 20px;
  font-size: 18px;
}

.accent-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--accent-color);
  color: #14b797;
  background-color: #10101000;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-top: 1rem;
  margin-bottom: auto;
  padding: 1.1rem 1.6rem 1.1rem 1.9rem;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
}

.accent-button.tech-tag {
  justify-content: center;
  align-items: center;
  width: 141px;
  margin-top: 10px;
  margin-bottom: auto;
  padding: 6px 0 7px;
}

.accent-button.tech-tag._360-tag {
  width: 101px;
}

.accent-button.tech {
  width: 148px;
  margin-top: 1rem;
  margin-bottom: 0;
}

.accent-button.impact-footer {
  margin-top: 665px;
}

.accent-button.project {
  border-color: var(--text-color);
  background-color: #10101000;
  justify-content: center;
  align-items: center;
  width: 206px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 22px;
  padding-right: 20px;
}

.accent-button.submit-button {
  color: #14b797;
  text-transform: uppercase;
  background-color: #3898ec00;
  width: 129px;
  font-family: Matter, Arial, sans-serif;
  font-size: 18px;
}

.accent-button.contact-us {
  padding-top: .9rem;
}

.accent-button.menu-contact {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: .9rem;
}

.accent-button.impact, .accent-button.submit {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 1rem;
}

.arrow-icon {
  direction: ltr;
  width: .9rem;
  max-width: 24px;
  height: .9rem;
  max-height: 24px;
  margin-top: .16rem;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  overflow: clip;
}

.arrow-icon.project-arrow {
  width: 26px;
  padding-top: 6px;
  padding-left: 9px;
  padding-right: 3px;
  display: block;
}

.arrow-icon.contact-us {
  margin-top: 0;
}

.arrow-icon.visit-site {
  width: 1.3rem;
  max-width: 100%;
  height: 1.3rem;
  max-height: none;
  margin-top: 0;
  position: relative;
}

.standard-button-text {
  color: var(--text-color);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.portfolio-section-intro {
  background-color: var(--background-color);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.scrolling-heading {
  color: var(--text-color);
  text-transform: capitalize;
  white-space: nowrap;
  word-break: normal;
  vertical-align: baseline;
  width: 90vw;
  height: 160px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5vw;
  padding-top: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 10vw;
  font-weight: 300;
  line-height: 1%;
  display: inline-block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.text-span-3 {
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
}

.scrolling-text-wrapper {
  z-index: auto;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding-top: 6rem;
  padding-bottom: 0;
  position: absolute;
  bottom: -100vh;
  left: 0;
  overflow: hidden;
}

.inner-container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.portfolio-project-text {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.image-3 {
  object-fit: cover;
  border-radius: 12px;
  width: 66%;
  height: 100%;
  display: block;
}

.project-heading {
  color: var(--text-color);
  width: 32vw;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 50px;
}

.text-block-2 {
  color: var(--paragraph-text-color);
  width: 28vw;
  height: auto;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 140%;
}

.tech-tag {
  border: 1px solid var(--secondary-accent-color\<deleted\|variable-807ab231-d6a9-8ec3-04cd-04784c8c55b5\>);
  color: var(--secondary-accent-shade);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 34px;
  margin-top: 7px;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  font-size: .9rem;
  text-decoration: none;
  display: inline-flex;
}

.tech-tag.holograms-tag {
  width: 124px;
  position: relative;
  top: auto;
  left: auto;
}

.tech-tag.holo {
  width: 177px;
}

.text-block-3 {
  color: var(--secondary-accent-shade);
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
}

.tag-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  order: 0;
  width: 32vw;
  display: flex;
}

.text-block-4 {
  color: #14b797;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 18px;
  text-decoration: underline;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  margin-top: 23px;
  text-decoration: none;
  display: inline-flex;
}

.placeholder-image2 {
  object-fit: cover;
  border-radius: 11px;
  align-self: auto;
  width: 100%;
  margin-top: 0;
  display: block;
  position: static;
  top: 117px;
}

.image-wrapper {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 200vw;
  height: 90vh;
  margin-top: 0;
  display: flex;
}

.portfolio-section-body {
  background-color: var(--background-color);
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.awards-section {
  background-color: var(--background-color);
  height: 140vh;
  padding: 8rem 0;
  display: flex;
}

.tech-section {
  background-color: var(--background-color);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.paragraph-2 {
  color: #fff;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--medium-statement-text);
  text-align: center;
  width: 65%;
  line-height: 120%;
}

.text-span-4 {
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
  font-weight: 300;
}

.noahs-arkive-section {
  background-color: var(--background-color);
  flex-flow: column-reverse wrap;
  place-content: space-between center;
  align-items: center;
  height: 125vh;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-block-5 {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--all-caps-small-title);
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

.centered-text-wrapper {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10rem;
  display: flex;
  position: absolute;
}

.heading-3 {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

.text-block-6 {
  color: #afafaf;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--all-caps-small-title);
  text-align: center;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 120%;
}

.partners-section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: var(--background-color);
  flex-flow: column;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.testimonial-section {
  background-color: var(--background-color);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 8rem -3rem 10rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-3 {
  color: var(--text-color);
  text-align: center;
  letter-spacing: normal;
  width: 100%;
  max-width: 750px;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 120%;
}

.testimonial-description {
  color: var(--paragraph-text-color);
  text-align: center;
  letter-spacing: .4px;
  text-transform: none;
  margin-top: 0;
  padding-left: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 120%;
}

.testimonial-description.job {
  color: var(--paragraph-text-color);
  margin-top: 6px;
  font-size: 1.2rem;
}

.text-span-5 {
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
  font-weight: 300;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-4 {
  color: var(--text-color);
}

.footer-section {
  position: relative;
  z-index: 10; /* Ensure footer is above any overlays */
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: var(--background-color);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 29vh;
  margin-top: 0;
  margin-left: -3rem;
  margin-right: -3rem;
  padding-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  bottom: 0;
  left: 3rem;
  right: 3rem;
}

.link {
  color: var(--paragraph-text-color);
  letter-spacing: .3px;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-menu-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column wrap;
  align-items: stretch;
  width: 37vw;
  height: 171px;
  display: flex;
}

.footer-lower-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -1.1rem;
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
}

.text-block-7 {
  color: var(--paragraph-text-color);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  font-family: Oswald, Palatino Linotype, sans-serif;
  display: flex;
}

.link-2 {
  color: var(--paragraph-text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  text-decoration: underline;
}

.footer-lower-menu-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.work-hero-section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.heading-4 {
  color: var(--text-color);
  margin-top: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 74px;
}

.text-span-6 {
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
}

.projects-wrapper-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 180vh;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding-bottom: 0;
  display: none;
}

.image-5 {
  border-radius: 10px;
  width: 662px;
  height: 411px;
}

.image-6 {
  border-radius: var(--general-image-radius);
  width: 52vw;
}

.heading-5 {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.text-block-8 {
  color: var(--paragraph-text-color);
  margin-bottom: 15px;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.individual-project-wrapper {
  width: 49%;
  min-width: auto;
  height: 48%;
}

.individual-project-wrapper.whale-project {
  width: 100%;
}

.div-block {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.socials-wrapper {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-menu-wrapper-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 21vh;
  display: flex;
}

.image-7, .image-8, .image-9 {
  width: 25px;
}

.hamburger-button-wrapper {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.project-hero-heading {
  color: var(--text-color);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 84px;
}

.project-hero-heading.ellen-project {
  margin-top: 10px;
  margin-bottom: 18px;
  font-size: 4rem;
  font-weight: 400;
}

.project-hero-heading.story {
  margin-top: 10px;
  margin-bottom: 18px;
}

.text-block-9 {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--all-caps-small-title);
  text-transform: uppercase;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 28px;
}

.project-subtext-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.gm2 {
  color: var(--text-color);
  width: 40%;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 140%;
  display: flex;
}

.project-content {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.project-content.section-1 {
  height: 120vh;
  display: none;
  position: relative;
}

.project-content.section-2 {
  height: 60vh;
  display: none;
}

.project-content.section-3 {
  height: 85vh;
  display: none;
}

.project-content.section-4 {
  perspective: 1000px;
  width: 100%;
  height: 100vh;
  margin-top: 8rem;
  display: none;
  transform: translate(0);
}

.project-content.section-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.project-content.section-6 {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.project-content.extra-section {
  width: 100%;
  display: none;
}

.project-content.sticky-container {
  perspective: 1000px;
  width: 100%;
  height: 300vh;
  display: block;
  transform: translate(0);
}

.paragraph-4 {
  font-family: Matter, Arial, sans-serif;
}

.paragraph-5 {
  color: var(--paragraph-text-color);
  width: 33%;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 140%;
}

.image-10 {
  border-radius: var(--general-image-radius);
  width: 48%;
}

.project-page-heading-2 {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--all-caps-small-title);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.text-block {
  color: var(--accent-color);
  width: auto;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 110px;
  font-weight: 300;
  line-height: 105px;
}

.impact-figure-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  align-items: baseline;
  display: flex;
}

.impact-figure {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.text-block-12 {
  color: var(--paragraph-text-color);
  text-transform: uppercase;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 120%;
}

.image-11 {
  border-radius: var(--general-image-radius);
  width: 100%;
  height: 95vh;
}

.section-5 {
  height: 8px;
}

.paragraph-6 {
  color: var(--text-color);
  text-align: center;
  width: 70%;
  margin-bottom: 15px;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 130%;
}

.text-block-13 {
  color: var(--text-color);
  margin-bottom: -5px;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.text-block-13.profession {
  color: var(--paragraph-text-color);
  font-size: 1.2rem;
  font-weight: 300;
}

.heading-6 {
  color: var(--text-color);
  width: auto;
  margin-top: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
}

.text-block-14 {
  color: var(--paragraph-text-color);
  font-family: Matter, Arial, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.other-projects-text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.other-projects-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 66%;
  display: flex;
}

.image-12 {
  border-radius: var(--general-image-radius);
  width: 32%;
  height: 20vw;
}

.field-label {
  color: var(--text-color);
  text-transform: uppercase;
  font-family: Matter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.tech-hero-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--text-color);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-top: -1.7rem;
  margin-left: 11.5vw;
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
  font-size: 8rem;
  font-weight: 300;
  line-height: 157px;
  display: flex;
}

.text-span-7 {
  margin-bottom: 0;
  font-family: Matter, Arial, sans-serif;
  font-weight: 400;
  position: absolute;
  top: 27vh;
  left: 27.5vw;
}

.paragraph-7 {
  color: var(--paragraph-text-color);
  width: 45%;
  margin: 0 0% 20px 17%;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 140%;
}

.augmented-reality-section {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 130vh;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
  position: relative;
}

.augmented-reality-section.section2 {
  height: 130vh;
}

.image-13 {
  border-radius: var(--general-image-radius);
  opacity: .64;
  width: 100%;
  height: 95vh;
}

.heading-8 {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--all-caps-small-title);
  text-align: left;
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-15 {
  color: var(--text-color);
  text-transform: uppercase;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.paragraph-8 {
  color: var(--paragraph-text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--all-caps-small-title);
  text-align: left;
  width: 100%;
  max-width: 600px;
  margin-top: 0;
  font-weight: 300;
  line-height: 130%;
}

.tech-text-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: auto auto auto 0;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.tech-text-wrapper.vr {
  position: relative;
}

.virtual-reality-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 120vh;
  display: flex;
}

.heading-9 {
  color: var(--text-color);
  margin-top: 2rem;
  margin-left: 111px;
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 120%;
}

.faq-section {
  justify-content: space-between;
  align-items: flex-end;
  height: 75vh;
  margin-top: 7rem;
  display: none;
}

.faq-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.heading-10 {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 12vw;
  font-weight: 300;
  line-height: 120%;
}

.question-text {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
}

.contact-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  display: flex;
}

.text-span-8 {
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-weight: 300;
}

.form-block {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66%;
  margin-top: 4rem;
  display: flex;
}

.text-block-17 {
  color: var(--text-color);
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 120%;
}

.heading-11 {
  color: var(--text-color);
  margin-top: 10px;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 120%;
}

.text-block-18 {
  color: var(--paragraph-text-color);
  text-align: center;
  width: 66%;
  margin-top: 8px;
  margin-bottom: 19px;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 140%;
}

.films-slider-section {
  flex-flow: column;
  height: 150vh;
  margin-top: 10rem;
  display: block;
}

.text-span-9 {
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
  font-weight: 300;
}

.text-span-10 {
  font-family: Matter, Arial, sans-serif;
  font-weight: 300;
}

.text-span-11 {
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
  font-weight: 300;
}

.story-section {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: auto;
  margin-bottom: -22rem;
  display: flex;
}

.image-14 {
  border-radius: var(--general-image-radius);
  opacity: .64;
  width: 33%;
}

.heading-12 {
  color: var(--text-color);
  text-transform: uppercase;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 110%;
}

.paragraph-9 {
  color: var(--text-color);
  text-align: center;
  text-transform: none;
  width: 100%;
  max-width: 900px;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 120%;
}

.div-block-2 {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  color: var(--text-color);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.departments-header {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-15 {
  border-radius: var(--general-image-radius);
  opacity: .64;
  width: 100%;
  height: 90%;
}

.heading-13 {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 110%;
}

.paragraph-10 {
  color: var(--text-color);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 120%;
  display: flex;
}

.div-block-3 {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  padding-left: 60px;
  display: flex;
  position: static;
}

.section-9 {
  flex-flow: column;
  height: 80vh;
  display: flex;
}

.gallery-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600vh;
  display: block;
}

.image-16 {
  opacity: .64;
  width: 100%;
  height: 100%;
}

.heading-14 {
  color: var(--text-color);
  width: 66%;
  margin-top: -45px;
  margin-left: -153px;
  font-family: Matter, Arial, sans-serif;
  font-size: 128px;
  font-weight: 500;
  line-height: 105%;
  position: static;
}

.text-span-12 {
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
  font-weight: 300;
  position: absolute;
}

.text-block-19 {
  color: var(--paragraph-text-color);
  font-family: Matter, Arial, sans-serif;
  font-size: 32px;
  position: static;
}

.div-block-4 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-11 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  margin: 12rem auto 29px;
  display: flex;
}

.heading-15 {
  color: var(--text-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.div-block-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.text-block-20 {
  color: var(--text-color);
  text-align: center;
  width: 100%;
  margin-top: -.5rem;
  padding-top: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
}

.text-block-21 {
  color: var(--paragraph-text-color);
  text-align: left;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 120%;
}

.image-17 {
  opacity: .64;
  width: 33%;
}

.image-18 {
  border-radius: var(--general-image-radius);
  opacity: .64;
  width: 40%;
  height: 60%;
}

.heading-16 {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 120%;
}

.text-span-13, .text-span-14 {
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.hero-background {
  z-index: -1;
  opacity: .64;
  background-image: url('../images/HXR_Gorilla_TitanCamera.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-background.immersion {
  margin-left: 0;
  display: none;
}

.hero-background.ellen {
  background-color: #ffffff9e;
  background-image: url('../images/01_Ellen-DianFossey.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: 0;
  position: absolute;
  top: 0%;
}

.hero-background.neom {
  background-color: #ffffff9e;
  background-image: url('../images/02_NEOM-Hisma_projectionmapping.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: 0;
  position: absolute;
  top: 0%;
}

.hero-background.greatmig {
  background-color: #ffffff9e;
  background-image: url('../images/04_exodusmigration.png');
  background-position: 0 0;
  background-size: cover;
  margin-left: 0;
  position: absolute;
  top: 0%;
}

.hero-background.bluewhale {
  background-color: #ffffff9e;
  background-image: url('../images/03_BlueWhaleAR_Tail_103_BlueWhaleAR_Tail.png');
  background-position: 0 0;
  background-size: cover;
  margin-left: 0;
  position: absolute;
  top: 0%;
}

.hero-background.foundation {
  background-color: #ffffff9e;
  background-image: url('../images/WelcomeCenter-1.png');
  background-position: 0 0;
  background-size: cover;
  margin-left: 0;
  position: absolute;
  top: 0%;
}

.hero-background.story {
  object-fit: cover;
  object-position: 50% 100%;
  background-color: #ffffff9e;
  background-image: url('../images/HXR_gear_techPrep_crop.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-left: 0;
  position: absolute;
  top: 0%;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #0000 #0000 var(--paragraph-text-color);
  color: #ffffff9e;
  background-color: #101010;
  padding: 1rem 0 1.8rem;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 20px;
}

.text-field:focus {
  border-bottom-color: var(--text-color);
  outline-offset: 0px;
  color: var(--text-color);
  outline: 3px #d9d9d9;
}

.text-field-2, .text-field-3, .textarea {
  background-color: var(--background-color);
}

.awards-wrapper {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.awards-text-wrapper {
  border-bottom: .8px solid var(--text-color);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: static;
  inset: 0% 0% auto 50%;
}

.text-block-22 {
  color: var(--text-color);
  width: 85%;
  margin-top: 1.3rem;
  margin-bottom: 20px;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 130%;
}

.text-block-23 {
  color: var(--text-color);
  text-align: right;
  width: 15%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 110%;
}

.awards-divider-line {
  background-color: var(--text-color);
  width: 100%;
  height: 1px;
  display: block;
  position: static;
}

.awards-list-wrapper {
  clear: none;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 15rem;
  padding-right: 15rem;
  display: flex;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.hologram-section {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
}

.tech {
  border: 1px solid var(--secondary-accent-color\<deleted\|variable-807ab231-d6a9-8ec3-04cd-04784c8c55b5\>);
  color: var(--secondary-accent-color\<deleted\|variable-807ab231-d6a9-8ec3-04cd-04784c8c55b5\>);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 34px;
  margin-top: 7px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.tech.holograms-tag {
  width: 124px;
  position: relative;
  top: auto;
  left: auto;
}

.tech.holo {
  width: 177px;
}

.text-wrapper {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-bottom: 0;
  display: flex;
}

.standard-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--text-color);
  color: var(--text-color);
  background-color: #10101000;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  width: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.1rem 1.9rem;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
}

.standard-button.w--current {
  justify-content: center;
  align-items: center;
}

.standard-button.tech-tag {
  justify-content: center;
  align-items: center;
  width: 141px;
  margin-top: 10px;
  margin-bottom: auto;
  padding: 6px 0 7px;
}

.standard-button.tech-tag._360-tag {
  width: 101px;
}

.standard-button.tech {
  width: 148px;
  margin-top: 1rem;
  margin-bottom: 0;
}

.standard-button.impact-footer {
  margin-top: 665px;
}

.standard-button.project {
  border-color: var(--text-color);
  background-color: #10101000;
  justify-content: center;
  align-items: center;
  width: 206px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 22px;
  padding-right: 20px;
}

.standard-button.submit-button {
  color: #14b797;
  text-transform: uppercase;
  background-color: #3898ec00;
  width: 129px;
  font-family: Matter, Arial, sans-serif;
  font-size: 18px;
}

.standard-button.contact-us {
  padding-top: .9rem;
}

.standard-button.story {
  justify-content: center;
  align-items: center;
  margin-top: auto;
}

.white-arrow-icon {
  vertical-align: baseline;
  width: .8rem;
  height: .8rem;
  padding-top: .125rem;
  font-size: 16px;
}

.accent-button-text {
  z-index: 1;
  color: #14b797;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-2 {
  position: static;
  left: 50%;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 9vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
  inset: -.4rem 0% 0% 7.5rem;
  transform: translate(-50%);
}

.logo-wrapper {
  z-index: 4;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  display: block;
  position: relative;
}

.message-field {
  border-style: solid;
  border-width: 1px;
  border-color: #0000 #0000 var(--paragraph-text-color);
  background-color: var(--background-color);
  color: var(--paragraph-text-color);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 20px;
}

.form-block-2 {
  margin-top: 2rem;
  margin-bottom: 8rem;
}

.contact-us-header {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  margin-top: 3rem;
  display: flex;
}

.heading-17 {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--medium-statement-text);
  font-weight: 300;
  line-height: 120%;
}

.text-block-24 {
  color: var(--paragraph-text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--all-caps-small-title);
  font-weight: 300;
}

.text-block-25 {
  color: var(--accent-color);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  display: flex;
  position: static;
}

.custom-submit-button {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--accent-color);
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-top: 1rem;
  margin-bottom: auto;
  padding: 1.1rem 1.5rem 1.1rem 1.9rem;
  display: inline-flex;
}

.real-submit-btn {
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.success-message {
  background-color: var(--background-color);
  color: var(--text-color);
  height: 25vh;
  padding: 2rem 0 1rem;
  font-family: Matter, Arial, sans-serif;
}

.text-block-26 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.2rem;
  display: flex;
}

.error-message {
  background-color: var(--background-color);
  color: var(--text-color);
  height: 25vh;
  padding: 2rem 0 1rem;
  font-family: Matter, Arial, sans-serif;
  font-size: 1.2rem;
}

.extra-email {
  border-style: solid;
  border-width: 1px;
  border-color: #0000 #0000 var(--paragraph-text-color);
  color: #ffffff9e;
  background-color: #101010;
  padding: 1rem 0 1.8rem;
  font-family: Matter, Arial, sans-serif;
  font-size: 32px;
  line-height: 20px;
  display: none;
}

.extra-email:focus {
  border-bottom-color: var(--text-color);
  outline-offset: 0px;
  color: var(--text-color);
  outline: 3px #d9d9d9;
}

.project-link-wrapper {
  text-decoration: none;
}

.code-embed {
  display: none;
}

.horizontal-menu-wrapper {
  z-index: 2;
  border: 1px none var(--paragraph-text-color);
  background-color: #10101000;
  border-radius: 0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.dropdown-trigger {
  background-color: var(--secondary-accent-shade);
  padding: 45px 35px;
}

.text-block-27 {
  color: var(--text-color);
  font-size: 18px;
}

.menu-text {
  color: var(--text-color);
  font-size: 2rem;
}

.dropdown-content {
  background-color: var(--secondary-accent-shade);
  width: 100%;
  padding: 35px;
  position: absolute;
  overflow: hidden;
}

.dropdown-content-2 {
  background-color: var(--secondary-accent-shade);
  width: 100%;
  padding: 35px;
  position: absolute;
  top: 180px;
  overflow: hidden;
}

.dropdown-content-3 {
  background-color: var(--secondary-accent-shade);
  width: 100%;
  padding: 35px;
  position: absolute;
  top: 270px;
  overflow: hidden;
}

.menu-inner-wrapper {
  text-align: right;
  margin-top: -1rem;
  margin-left: 0;
  margin-right: 0%;
}

.menu-item-wrapper {
  text-align: right;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.menu-link {
  color: var(--text-color);
  text-align: right;
  width: 100%;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 4.6rem;
  text-decoration: none;
}

.menu-link.w--current {
  text-align: right;
  font-size: 3.5rem;
  font-weight: 400;
}

.menu-link.wii {
  width: 94%;
}

.burger-menu {
  flex: 1;
  width: 2.8rem;
  min-width: 2.2rem;
  height: 2.4rem;
}

.burger-menu-wrapper {
  z-index: 5;
  cursor: pointer;
  flex: 1;
  padding-top: 0;
  padding-left: 0;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate(-45%);
}

.hamburger-menu {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  width: 5rem;
  height: 5rem;
  padding-bottom: 0;
  display: none;
  overflow: visible;
}

.flying-image {
  opacity: .87;
  border-radius: 0;
  width: 25vw;
  height: 40vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: -24% 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.image-20 {
  opacity: .87;
  border-radius: 0;
  width: 15vw;
  height: 25vh;
  margin-top: 114px;
  margin-bottom: auto;
  margin-left: -45px;
  display: block;
  position: absolute;
  inset: 50% 22% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.image-20.flying-image-lower-right {
  z-index: 2;
  object-fit: cover;
  border-radius: 16px;
}

.image-21 {
  z-index: 0;
  opacity: .75;
  border-radius: 0;
  width: 25vw;
  height: 40vh;
  margin-top: -43px;
  margin-bottom: auto;
  margin-left: -126px;
  display: block;
  position: absolute;
  inset: auto auto 18% 11%;
  box-shadow: 0 2px 5px #0003;
}

.image-21.flying-image-lower-left {
  z-index: 0;
  opacity: 100;
  object-fit: cover;
  border-radius: 16px;
}

.image-22 {
  z-index: 0;
  opacity: .87;
  border-radius: 0;
  width: 15vw;
  height: 25vh;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: block;
  position: absolute;
  left: 221px;
  box-shadow: 0 2px 5px #0003;
}

.image-22.flying-image {
  top: 0%;
  left: auto;
  right: 67%;
}

.image-22.flying-image-lower-left {
  box-shadow: none;
  opacity: 100;
  object-fit: cover;
  border-radius: 16px;
  inset: 0% 67% -85px auto;
}

.image-23 {
  opacity: .75;
  border-radius: 0;
  width: 15vw;
  height: 25vh;
  margin-top: 114px;
  margin-bottom: auto;
  margin-left: -45px;
  display: block;
  position: absolute;
  inset: 2% auto auto 6%;
}

.image-23.flying-image-upper-left {
  opacity: 100;
  object-fit: cover;
  border-radius: 16px;
  width: 17vw;
  left: 9%;
}

.image-24 {
  opacity: .75;
  border-radius: 0;
  width: 15vw;
  height: 25vh;
  margin-top: 114px;
  margin-bottom: auto;
  margin-left: -45px;
  display: block;
  position: absolute;
  inset: 71% 2% auto auto;
  box-shadow: 0 2px 5px #0003;
}

.image-24.flying-image-lower-right {
  opacity: 100;
  object-fit: cover;
  border-radius: 16px;
  top: 73%;
}

.image-26 {
  opacity: 1;
  border-radius: 10px;
  width: 25vw;
  height: 40vh;
  position: absolute;
  inset: auto 16% 8% auto;
}

.image-25 {
  z-index: -1;
  opacity: .87;
  border-radius: 10px;
  width: 25vw;
  height: 40vh;
  position: absolute;
  inset: 32% 0% 0% auto;
}

.image-27 {
  opacity: .87;
  border-radius: 10px;
  width: 15vw;
  height: 25vh;
  position: absolute;
  inset: 26% 42% 0% auto;
}

.text-span-15 {
  position: absolute;
  left: 27%;
}

.tech-hero-paragraph {
  color: var(--paragraph-text-color);
  text-align: center;
  width: 60%;
  margin: 0 0% 0 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 140%;
}

.text-span-16 {
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
  font-size: 7rem;
  font-weight: 300;
  position: absolute;
  top: 47%;
  left: 35%;
}

.text-block-28 {
  color: var(--paragraph-text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  position: static;
  inset: auto auto 24% 30%;
}

.immersion-hero-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--text-color);
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  margin-top: -18%;
  margin-left: 19vw;
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
  font-size: 7rem;
  font-weight: 300;
  line-height: 157px;
  display: flex;
}

.section-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 120vh;
  display: grid;
}

.gallery26_mask {
  width: 45%;
  overflow: visible;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-medium {
  font-size: 1.125rem;
}

.gallery26_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery26_slide {
  padding-right: 2rem;
}

.gallery26_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.gallery26_slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
}

.padding-section-large {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 0;
  display: flex;
}

.section_gallery26 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  margin-top: 92px;
  overflow: hidden;
}

.slider-arrow-icon_default {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-left-previous {
  background-color: #10101000;
  border-style: none;
  border-width: 1px;
  inset: -14% 2.5% auto auto;
}

.slider-arrow.departments-body-right {
  z-index: 1;
  background-color: #fff0;
  border-style: none;
  display: none;
  inset: -32.5% -1% auto auto;
}

.slider-arrow.departments-body-left {
  background-color: #10101000;
  border-style: none;
  border-width: 1px;
  display: none;
  inset: -32.5% 2.5% auto auto;
}

.slider-arrow.partners-body-left {
  background-color: #10101000;
  border-style: none;
  border-width: 1px;
  display: none;
  inset: -20% 2.5% auto auto;
}

.slider-arrow.partners-body-right {
  z-index: 1;
  background-color: #fff0;
  border-style: none;
  display: none;
  inset: -20% -1% auto auto;
}

.slider-arrow.is-bottom-next {
  background-color: #fff0;
  border-style: none;
  inset: 30% -2% 0% auto;
}

.slider-arrow.is-bottom-previous {
  background-color: #10101000;
  border-style: none;
  inset: 30% auto 0% -2%;
}

.gallery26_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto 4rem 0% auto;
}

.gallery26_content-left {
  justify-content: flex-end;
  display: flex;
}

.gallery26_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.gallery26_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 6rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.gallery27_slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
  overflow: visible;
}

.gallery27_mask {
  width: 30%;
  overflow: visible;
}

.gallery27_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.gallery27_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  width: 100%;
  max-width: 35rem;
  margin-bottom: 6rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.gallery27_image-wrapper {
  border: 1px solid var(--text-color);
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.section_gallery27 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  overflow: visible;
}

.gallery27_content-left {
  justify-content: flex-end;
  display: flex;
}

.gallery27_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 0;
  display: grid;
}

.gallery27_slide {
  padding-right: 1.5rem;
}

.gallery27_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto 4rem 0% auto;
}

.departments-section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  height: 120vh;
  display: flex;
}

.department-header {
  color: var(--text-color);
  text-align: left;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: Matter, Arial, sans-serif;
  font-size: 2rem;
  line-height: 140%;
}

.department-body {
  color: var(--text-color);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-family: Matter, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 140%;
}

.div-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.gallery20_mask {
  overflow: visible;
}

.gallery20_slide {
  padding-right: 2rem;
}

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

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

.gallery20_image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.gallery20_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 70vh;
  padding-bottom: 5rem;
}

.section_gallery20 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  margin-top: 3rem;
  overflow: visible;
}

.padding-global {
  padding-left: 0%;
  padding-right: 5%;
}

.gallery20_image {
  aspect-ratio: 16 / 9;
  border-radius: var(--general-image-radius);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: auto;
  width: 100%;
  height: 80%;
}

.gallery20_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.carroussel-film {
  height: auto;
  margin-top: -75px;
  margin-left: 76px;
  margin-right: 11px;
}

.div-block-12 {
  margin-bottom: 0;
}

.text-block-29 {
  color: #fff;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.slider {
  background-color: #0000;
  height: 290px;
  margin-top: 20px;
  overflow: hidden;
}

.mask {
  width: 20%;
  overflow: visible;
}

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

.collection-list-wrapper {
  height: 90%;
}

.slide-nav {
  mix-blend-mode: normal;
  display: none;
}

.slider-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 35%;
  display: flex;
  position: absolute;
  inset: 13% auto auto 4%;
}

.film-silder-text {
  color: var(--text-color);
  text-align: left;
  letter-spacing: .01rem;
  width: 100%;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 140%;
}

.film-slider-header {
  color: var(--text-color);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}

.film-slider-details-text {
  color: var(--text-color);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.div-block-14 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.film-slider-details-text-2 {
  color: var(--paragraph-text-color);
  text-align: left;
  width: 100%;
  margin-top: -1rem;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.div-block-15 {
  margin-top: 1rem;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-17 {
  border: 1.5px solid var(--text-color);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.div-block-18 {
  background-image: linear-gradient(90deg, black, var(--background-color) 0%, var(--transparent));
  width: 40%;
  height: 118vh;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-span-17, .text-span-18 {
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
  font-weight: 300;
}

.scrolling-text-wrapper-home {
  z-index: auto;
  background-color: var(--background-color);
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 7rem;
  padding-top: 6rem;
  padding-bottom: 0;
  display: block;
  position: absolute;
  bottom: auto;
  left: 0;
  overflow: hidden;
}

.text-span-19 {
  font-family: Test tiempos fine, Palatino Linotype, sans-serif;
  font-weight: 300;
}

.menu-home {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  font-family: Matter, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 117%;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.menu-home.w--current {
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-weight: 300;
}

.menu-home.oswald-font {
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.menu-home.oswald-font.w--current {
  font-size: 1.2rem;
}

.menu-inner-container {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  text-align: left;
  flex-flow: row;
  display: inline-flex;
  position: static;
}

.menu-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
}

.menu-inner-container-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.image-28 {
  border-radius: 10px;
}

.div-block-19 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  margin-top: 10px;
  display: flex;
}

.div-block-20 {
  text-align: center;
  margin-top: .7rem;
}

.menu-immersion {
  color: var(--text-color);
  text-align: center;
  text-transform: capitalize;
  font-family: Matter, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 117%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.menu-immersion.w--current {
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.menu-story {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 117%;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.text-span-20 {
  height: 4rem;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  position: static;
  overflow: hidden;
}

.text-mask {
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 117%;
  overflow: hidden;
}

.menu-home-copy {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  font-family: Matter, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 117%;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.menu-work, .menu-tech, .menu-noahs-arkive, .menu-foundation {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 117%;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.menu-contact {
  text-align: center;
  margin-top: .7rem;
  position: static;
  overflow: hidden;
}

.faq3_answer {
  overflow: hidden;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.section_faq3 {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
}

.faq3_accordion {
  border-top: 1px solid #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.faq3_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq3_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.faq3_list {
  border: 1px #000;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq3_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq-description {
  color: var(--paragraph-text-color);
  width: 80%;
  margin-bottom: 10px;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.answer-text {
  color: var(--paragraph-text-color);
  margin-bottom: 1.25rem;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 140%;
}

.partners-text {
  color: var(--text-color);
  text-transform: uppercase;
  margin-top: 8px;
  font-family: Matter, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 130%;
}

.partners-text-copy {
  color: #afafaf;
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 1.2rem;
}

.partners-description {
  color: #afafaf;
  text-transform: none;
  width: 24vw;
  margin-top: 8px;
  font-family: Matter, Arial, sans-serif;
  font-size: 1.2rem;
}

.partners-text-wrapper {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-right: 1.5rem;
  padding: 2.2rem 2rem;
  display: flex;
  position: absolute;
}

.hero-header-mask-1, .hero-header-mask-2 {
  position: static;
}

.hero-header-mask-3 {
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-weight: 300;
}

.department-image-wrapper {
  border-radius: 0;
  width: 100%;
  overflow: hidden;
}

.body-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mobile-header, .heading-18 {
  display: none;
}

.footer-menu-link {
  color: var(--paragraph-text-color);
  text-transform: uppercase;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.footer-menu-link.w--current {
  color: var(--paragraph-text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  text-decoration: none;
}

.div-block-21 {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  text-align: right;
  flex-flow: row;
  display: flex;
}

.logo-wrapper-nav {
  z-index: 4;
  justify-content: flex-start;
  align-items: center;
  width: 19vw;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: static;
  left: 0;
}

.scrolling-logos {
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  overflow: visible;
}

.image-29 {
  transform-style: preserve-3d;
  width: 3rem;
  height: 3rem;
  display: block;
  transform: rotateX(90deg)rotateY(0)rotateZ(0);
}

.left-slider-button, .right-slider-button {
  width: 1.5vw;
}

.div-block-22 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.awards-content {
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.impact-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 1px;
  margin-top: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
  top: auto;
}

.impact-text-wrapper.divider-line {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  position: relative;
  top: auto;
}

.impact-text-wrapper.partners-header {
  justify-content: space-between;
  align-items: stretch;
  height: .8px;
  margin-top: 0;
  display: flex;
}

.text-span-23 {
  align-items: flex-start;
  display: block;
  position: static;
}

.button-3 {
  color: #eeebdc;
  text-align: center;
  letter-spacing: .03rem;
  background-color: #000;
  border: .15em solid #0000;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-size: 1rem;
  font-weight: 600;
}

.button-3.is-bright {
  color: #000;
  background-color: #eeebdc;
}

.button-3.is-bright.is-secondary {
  color: #eeebdc;
  background-color: #0000;
  border-color: #eeebdc;
  font-size: 1rem;
}

.section-after-intro-text {
  z-index: 3;
  color: #eeebdc;
  background-color: #000;
  margin-top: 21vh;
  padding-top: 10em;
  padding-bottom: 7.5em;
  position: relative;
}

.intro-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 58rem;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
  display: flex;
}

.page-intro-title-wrapper {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-intro-splitscreen-wrapper {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.intro-pre-title {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: .9;
}

.page-intro-text-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -5vh;
  display: flex;
}

.copy-medium {
  font-size: 1.25rem;
  line-height: 1.4;
}

.image-placeholder {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1.8em;
  width: 100%;
}

.page-intro-splitscreen-top {
  background-color: #000;
  width: 100%;
  height: 0%;
}

.page-padding {
  padding-left: 0;
  padding-right: 4rem;
}

.heading-style-h3 {
  letter-spacing: -.005em;
  text-transform: none;
  font-size: 3rem;
  line-height: 1.1;
}

.video-preview-wrapper {
  aspect-ratio: 16 / 9;
  color: #fffdf6;
  background-color: #000;
  border-radius: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-intro {
  position: relative;
}

.intro-title {
  text-transform: uppercase;
  font-size: 4em;
  line-height: .9;
}

.heading-style-h1 {
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 900;
  line-height: .85;
}

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

.heading-style-h6 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.1;
}

.spacer-sm-start {
  padding-top: 2.25rem;
}

.youtube-play-icon {
  height: 3.9em;
  margin-right: -.2em;
}

.page-intro-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.section-page-intro {
  background-color: #eeebdc;
  justify-content: center;
  align-items: center;
  min-height: 200svh;
  overflow: clip;
}

.page-intro-title {
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 10vw;
  font-weight: 900;
  line-height: .8;
}

.page-intro-title.is-webdesign {
  margin-left: 1.16em;
}

.page-intro-title.is-animation {
  margin-left: 3em;
}

.page-intro-title.is-skills {
  margin-left: .89em;
}

.made-in-webflow-brand {
  max-width: 2.3em;
}

.intro-copy-text {
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.2em;
}

.page-intro-content {
  z-index: 0;
  position: relative;
}

.page-intro-title-small {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 1.5vw;
  font-weight: 400;
}

.page-intro-title-small.is-made-in-webflow {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 5.6em;
  display: flex;
}

.page-intro-title-small.is-best-in-class {
  align-self: flex-start;
  margin-left: 7.9em;
}

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

.youtube-play-button {
  background-color: #e61313;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 7em;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.1em;
  display: flex;
  position: absolute;
  box-shadow: 0 .7rem 2.5rem #00000047;
}

.video-preview-img {
  opacity: .72;
  object-fit: contain;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
}

.video-preview-img:hover {
  transform: scale(1.03);
}

.spacer-xl-start {
  padding-top: 7.5rem;
}

.page-intro-splitscreen-bottom {
  background-color: #000;
  width: 100%;
  height: 0%;
}

.page-wrapper {
  margin-left: -3rem;
}

.menu-about-immersion {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  font-family: Matter, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 117%;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.menu-about-immersion.w--current {
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-weight: 300;
}

.menu-about-immersion.oswald-font.w--current {
  font-size: 1rem;
}

.horizontal-menu-inner-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-bottom: 0;
  font-size: 1rem;
  display: none;
  position: static;
  top: 0;
}

.menu-aboutimmersion {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  font-family: Matter, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 117%;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.menu-aboutimmersion.w--current {
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-weight: 300;
}

.menu-aboutimmersion.oswald-font.w--current {
  font-size: 1rem;
}

.menu-contact-us {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 117%;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.nav-menu-wrapper {
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  margin-top: .2rem;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
  position: static;
  top: 0;
  right: auto;
}

.home-nav {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 117%;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.home-nav.w--current {
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.home-nav.oswald-font {
  text-transform: capitalize;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.home-nav.oswald-font.w--current {
  text-transform: uppercase;
  font-size: 1rem;
}

.immersion-nav {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  font-family: Matter, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 117%;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.immersion-nav.w--current {
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-weight: 300;
}

.immersion-nav.oswald-font {
  text-transform: uppercase;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.immersion-nav.oswald-font.w--current {
  text-transform: uppercase;
  font-size: 1rem;
}

.story-nav, .work-nav, .tech-nav, .noahs-arkive-nav, .foundation-nav, .contact-nav {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 117%;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.logo-carousel {
  margin-top: 3em;
  overflow: hidden;
}

.splide__track {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  opacity: .5;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.splide__list {
  display: flex;
}

.splide__slide {
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 10vw;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.intro {
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.intro.has-32-gap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.container-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.small-title {
  opacity: .8;
  font-size: 1.125em;
  line-height: 120%;
}

.section {
  background-color: var(--background-color);
  color: #fff;
  height: 80vh;
  max-height: 100vh;
  padding-top: 25vh;
  padding-bottom: 44vh;
  font-size: 16px;
}

.pink-color {
  color: #e86dfc;
}

.carousel {
  flex-direction: row;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.logo-carousel-2 {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-image {
  height: 25vh;
}

.copy-animation {
  height: 0;
}

.logo-link {
  filter: grayscale();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-carousel-clone {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.logo-carousel-item {
  flex: none;
  padding: 1rem;
}

.carousel-component {
  height: 40vh;
}

.logo-carousel-wrap {
  backface-visibility: hidden;
  background-color: #0000000d;
  flex: none;
  width: auto;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  transform: perspective(1px);
}

.small-instructions {
  font-size: 1rem;
}

.instructions {
  color: var(--text-color);
  text-align: center;
  margin-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Inconsolata, monospace;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2em;
}

.h2-impact {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 1.8rem;
  margin-top: 1.3rem;
  margin-bottom: auto;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 110%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2-impact.awards {
  width: 20vw;
  margin-top: 1.3rem;
  position: relative;
}

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-padding-2 {
  padding: 5em 6%;
}

.page-padding-2.is-main-hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.impact_layout {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-hero_sub-heading {
  border: 1.5px solid #ffffff3d;
  border-radius: 100vw;
  padding: .3em 1.5em;
  font-weight: 700;
  display: inline-block;
}

.main-hero_heading {
  letter-spacing: -.03em;
  width: 100%;
  max-width: 10.2em;
  font-size: 5.8em;
  line-height: 1;
}

.button-mask {
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: hidden;
}

.main-text {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--page-focus-text);
  text-align: left;
  width: 75%;
  font-weight: 300;
  line-height: 130%;
  display: block;
}

.subtitle {
  font-weight: 300;
}

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

.heading-20 {
  color: var(--text-color);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  width: 33%;
  margin-top: 0;
  margin-bottom: 2rem;
  margin-left: 3rem;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 130%;
  display: block;
  position: relative;
}

.heading-21 {
  color: var(--text-color);
  text-align: center;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 130%;
}

.portfolio-section-home {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 86vh;
  max-height: 100vh;
  padding-bottom: 4rem;
  display: flex;
}

.portfolio-section-home.tech-hero {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 110vh;
  min-height: auto;
  max-height: none;
  position: relative;
}

.portfolio-section-home.projects {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  min-height: auto;
  padding-bottom: 0;
}

.portfolio-image-wrapper {
  z-index: -1;
  width: 100vw;
  height: 100%;
  position: relative;
}

.project-text-wrapper {
  width: 100%;
  padding-bottom: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: absolute;
  left: auto;
}

.image-30 {
  width: 95%;
  height: 100%;
  display: block;
  position: absolute;
  left: 3rem;
}

.portfolio-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 86vh;
  max-height: 100vh;
  padding-bottom: 4rem;
  display: flex;
}

.portfolio-wrapper.tech-hero {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 110vh;
  min-height: auto;
  max-height: none;
  position: relative;
}

.portfolio-wrapper.projects {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-wrapper.homepage {
  background-image: url('../images/GorillAR_Augmented-Reality-Gorilla-2-min.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  min-height: 100vh;
  margin-top: 4rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.flying-image-upper-right {
  z-index: 3;
  opacity: .87;
  border-radius: 0;
  width: 25vw;
  height: 40vh;
  margin: auto;
  display: block;
  position: absolute;
  inset: -24% 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.background-video-2 {
  width: 30vw;
  height: 30vh;
}

.background-video-2.flying-image-upper-right {
  width: 25vw;
  height: 45vh;
}

.heading-22 {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.stats-section {
  justify-content: space-between;
  align-items: center;
  height: 90vh;
  padding-left: 3rem;
  padding-right: 3rem;
  display: none;
}

.stats-section.section-1 {
  height: 120vh;
  position: relative;
}

.stats-section.section-2 {
  height: 60vh;
}

.stats-section.section-3 {
  height: 85vh;
}

.stats-section.section-4 {
  width: 100%;
  display: flex;
}

.stats-section.section-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.stats-section.section-6 {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.stats-section.home {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
  display: flex;
  position: static;
}

.rotating-text {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 120%;
}

.text-3 {
  font-weight: 200;
  position: relative;
}

.hero-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.hero-scroll-text {
  color: var(--paragraph-text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--secondary-text);
  text-transform: uppercase;
  max-width: 200px;
  font-weight: 400;
}

.text-span-26 {
  font-weight: 300;
}

.portfolio-projects-section {
  justify-content: center;
  align-items: center;
  height: 175vh;
  display: flex;
}

.portfolio-projects-section.works-page {
  margin-bottom: 12rem;
  display: none;
}

.portfolio-project-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-flow: column;
  width: auto;
  display: flex;
  position: relative;
}

.project-image-wrapper {
  background-color: #545454;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-content-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

.heading-24 {
  color: var(--text-color);
  margin-top: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3em;
}

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

.project-button-wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.projects-button {
  background-color: var(--accent-color);
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: 1.5rem;
  display: flex;
}

.card-button-icon {
  width: 1.1rem;
  height: 1.1rem;
}

.card-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
}

.card-grid.works-page {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.card-grid.projects {
  grid-template-columns: 1fr 1fr 1fr;
}

.container-4 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 100vw;
  max-width: none;
  display: flex;
}

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

.link-block-5 {
  position: absolute;
}

.h2-home {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 120%;
  display: flex;
}

.number, .text-block-32 {
  display: flex;
}

.text-block-33 {
  color: var(--accent-color);
  justify-content: center;
  align-items: center;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 110px;
  font-weight: 300;
  display: flex;
}

.text-span-27 {
  font-weight: 300;
}

.button-mask-section1 {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -4rem;
  display: flex;
}

.container-w3 {
  width: 100%;
  max-width: 52.5em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  max-width: none;
}

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

.ipad-shape {
  z-index: 2;
  width: 100%;
  position: relative;
}

.p-xl-start {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8.5em;
  display: flex;
}

.p-xl-start.p-xl-end {
  padding-top: 0;
}

.tablet-mockup-animation {
  z-index: 2;
  position: relative;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.wow-animation {
  flex-flow: column;
  width: 75vw;
  display: none;
}

.wow-heading {
  margin-bottom: .1em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
}

.wow-heading.wow-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(172deg, #ffefcd 32%, #769ae0 76%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .1em;
  padding-bottom: .2em;
}

.wow-heading.wow-gradient.big {
  text-transform: none;
  background-image: linear-gradient(172deg, #a5e8da 32%, #57b860 81%);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 6.6em;
  font-weight: 400;
}

.wow-heading.wow-gradient.big.homepage {
  color: var(--text-color);
  background-image: linear-gradient(172deg, #99e6d7 27%, #4073d5 87%);
  font-size: 6rem;
  font-weight: 400;
  line-height: 120%;
}

.wow-heading.wow-gradient.big.subtitle {
  font-size: var(--secondary-text);
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(172deg, #a5e8da 33%, #57b860 60%);
  padding-right: .4rem;
  font-weight: 500;
  display: flex;
}

.wow-heading.wow-gradient.big.subtitle.home {
  display: none;
}

.section-tablet-scroll-animation {
  overflow: hidden;
}

.ipad-mockup {
  position: relative;
}

._3d-tablet-wrap {
  perspective: 1000px;
  perspective-origin: 50%;
}

.ipad-screen {
  z-index: 1;
  object-fit: cover;
  width: 93.8%;
  height: 91.6%;
  position: absolute;
  top: 4%;
  left: 3%;
}

.sustainability-section {
  margin-bottom: 9rem;
  display: flex;
}

.heading-25 {
  color: var(--text-color);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 130%;
}

.paragraph-11 {
  color: var(--paragraph-text-color);
  text-align: left;
  width: 66%;
  max-width: none;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 140%;
}

.sticky-image-section {
  height: 180vh;
}

.container-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: flex;
  position: sticky;
  top: 0;
}

.card {
  background-color: #323131;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sticky-card-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.arrow-icon-svg {
  z-index: 1;
  width: 1.3rem;
  position: relative;
}

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

.text-block-34 {
  color: var(--paragraph-text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 130%;
}

.ulrico-main-image {
  height: 100vh;
}

.container-4-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  max-width: none;
  height: 100vh;
  margin-top: 4rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.other-projects-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--text-color);
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 120%;
  display: flex;
}

.image-33 {
  border-radius: 50rem;
  width: 40vw;
  display: none;
  position: relative;
  top: auto;
  left: auto;
}

.text-span-28 {
  font-size: 6.6rem;
  font-weight: 400;
}

.text-block-35 {
  color: var(--paragraph-text-color);
  text-align: left;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 130%;
}

.outcome-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 0;
  display: flex;
  position: static;
}

.div-block-26 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75vw;
  padding-left: 0;
  display: flex;
}

.text-span-29 {
  color: #fff;
}

.caps-subtitle {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--medium-statement-text);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
  display: flex;
}

.caps-subtitle.home {
  font-size: var(--all-caps-small-title);
  font-weight: 400;
}

.text-block-36 {
  color: var(--text-color);
  text-transform: uppercase;
  padding-right: 2rem;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 5.3rem;
  font-weight: 200;
  line-height: 120%;
}

.text-block-37 {
  color: var(--text-color);
  width: 100%;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 130%;
}

.text-span-30 {
  padding-left: 3rem;
  font-weight: 500;
}

.paragraph-text {
  color: var(--paragraph-text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--all-caps-small-title);
  margin-top: 2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
}

.heading-27 {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--all-caps-small-title);
  text-transform: uppercase;
  font-weight: 400;
  display: none;
}

.mission-main-text {
  color: #fff;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 120%;
}

.tech-subheader {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--medium-statement-text);
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: -.5rem;
  font-weight: 300;
  line-height: 130%;
}

.tech-subheader.section2 {
  width: 100%;
}

.div-block-27 {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15rem;
  display: block;
}

.italic-text {
  text-align: left;
  font-size: 1.2rem;
}

.tech-container {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 15rem;
  padding-right: 15rem;
}

.image-34 {
  object-fit: cover;
  border-radius: 10px;
  width: 60vw;
  height: 65vh;
  margin-top: 3rem;
  padding-top: 0;
}

.virtual-reality-section1 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 130vh;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
  position: relative;
}

.virtual-reality-section1.section2 {
  height: 130vh;
}

.holograms-section {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 130vh;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
  position: relative;
}

.holograms-section.section2 {
  height: 130vh;
}

.tech-container-vr {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 9rem;
  padding-right: 9rem;
  display: flex;
}

.vr-image {
  object-fit: cover;
  border-radius: 10px;
  width: 45vw;
  height: 48vh;
  margin-top: 3rem;
  padding-top: 0;
}

.gallery-wrapper {
  width: 100%;
    height: auto; /* Prevent it from covering everything */
    min-height: 100vh;
  display: block;
}

.gallery-background {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  pointer-events: none; /* Allow clicks to pass through */
}

.gallery-item {
  justify-content: flex-start;
  align-items: center;
  height: 150vh;
  display: flex;
}

.image-35 {
  opacity: .6;
  filter: blur(50px);
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
}

.gallery-text {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  position: fixed;
  top: 50%;
  left: 0;
}

.gallery-text._2 {
  width: 50%;
  inset: 0% 0% 0% auto;
}

.gallery-text._1 {
  z-index: 1;
  top: 33%;
}

.gallery-text._3 {
  width: 50%;
  margin-left: 0%;
  inset: 0% 0 0% 0%;
}

.gallery-text._4 {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  inset: 0% 0% 0% auto;
}

.immersion-main-text {
  color: var(--text-color);
  text-align: left;
  width: 60%;
  font-size: 2rem;
  font-weight: 300;
  line-height: 120%;
}

.immersion-main-text._1 {
  text-align: left;
  width: 80%;
  margin-top: 0;
  font-size: 3rem;
  font-weight: 200;
  position: static;
  top: -709.4px;
  left: 156px;
}

.immersion-main-text._2 {
  width: 80%;
  font-size: 1.75rem;
  font-weight: 200;
  position: static;
  top: 333.2px;
}

.immersion-main-text._3 {
  width: 80%;
  font-size: 1.75rem;
  font-weight: 200;
}

.immersion-main-text._4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  font-size: 1.75rem;
  font-weight: 200;
  display: flex;
  position: static;
  top: 30%;
}

.immersion-body {
  color: var(--paragraph-text-color);
  font-size: var(--body-text-size);
  font-weight: 300;
}

.gallery-img-1 {
  width: 30vw;
  height: 30vh;
}

.immersion-h1 {
  color: var(--text-color);
  font-size: var(--all-caps-small-title);
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
}

.gallery-img-2, .gallery-img-3 {
  width: 30vw;
  height: 30vh;
}

.text-span-31 {
  font-weight: 500;
}

.gallery-img-4 {
  width: 30vw;
  height: 30vh;
}

.text-span-32 {
  font-weight: 700;
}

.gallery-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 67%;
  display: flex;
}

.space-section {
  height: 100vh;
}

.heading-28 {
  color: var(--text-color);
  text-align: center;
  text-transform: none;
  width: 100%;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 120%;
}

.div-block-28 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.gm {
  color: var(--text-color);
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 140%;
  display: flex;
}

.image-36 {
  border-radius: 10px;
}

.project-content-copy {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.project-content-copy.section-1 {
  height: 120vh;
  display: none;
  position: relative;
}

.project-content-copy.section-2 {
  height: 60vh;
  display: none;
}

.project-content-copy.section-3 {
  height: 85vh;
  display: none;
}

.project-content-copy.section-4 {
  perspective: 1000px;
  width: 100%;
  height: 100vh;
  margin-top: 8rem;
  display: none;
  transform: translate(0);
}

.project-content-copy.section-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.project-content-copy.section-6 {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.project-content-copy.extra-section {
  width: 100%;
  display: none;
}

.project-content-copy.sticky-container {
  perspective: 1000px;
  width: 100%;
  height: 300vh;
  display: block;
  transform: translate(0);
}

.div-block-29 {
  position: absolute;
  bottom: -4546.06px;
  right: 76px;
}

.logos-section {
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: none;
}

.teaser-container {
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}

.p-xs-start {
  padding-top: 1em;
}

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

.teaser-img._3 {
  z-index: 2;
}

.teaser-img._1 {
  z-index: 4;
  object-fit: cover;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img._4 {
  z-index: 1;
}

.teaser-section {
  margin-bottom: 10rem;
}

.copy-small {
  color: var(--paragraph-text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 130%;
}

.teaser-copy {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  max-width: 650px;
  padding-right: 20%;
  display: flex;
}

.teaser-img-tablet-down {
  display: none;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
}

.teaser-column {
  width: 50%;
  position: relative;
}

.p-teaser-img-wrap {
  border-radius: 1.5rem;
  height: 65vh;
  position: sticky;
  top: 19vh;
  overflow: hidden;
}

.teaser-copy-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  display: flex;
}

.title1 {
  color: var(--text-color);
  text-transform: uppercase;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2em;
}

.interaction_contain.u-container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.interaction_cms_wrap {
  display: none;
}

.interaction_cms_item {
  object-fit: cover;
  width: 30vw;
  height: 30vh;
}

.interaction_cms-img_img {
  object-fit: cover;
  width: auto;
  height: auto;
}

.interaction_img {
  aspect-ratio: 2 / 3;
  border-radius: .5rem;
  flex: none;
  width: 30vw;
  min-width: 8rem;
}

.interaction_visual_wrap {
  pointer-events: none;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.interaction_template {
  display: none;
}

.interaction_wrap {
  text-align: center;
  height: 150vh;
  margin-top: 8rem;
}

.interaction_img_wrap {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-logo-left-gradient {
  background-image: linear-gradient(90deg, var(--background-color), #fff0);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-logo-left-gradient.right {
  background-image: linear-gradient(270deg, var(--background-color), #fff0);
  inset: 0% 0% 0% auto;
}

.client-logo {
  opacity: .8;
  object-fit: contain;
  width: 100%;
  min-height: 7rem;
  max-height: 7rem;
  transition: opacity .4s;
}

.client-logo:hover {
  opacity: 1;
}

.overline {
  color: #72767d;
  text-align: center;
  letter-spacing: .08rem;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.embed {
  display: none;
}

.home-logo-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-logo-wrapper.bottom {
  margin-top: -2rem;
}

.logos-marquee {
  display: block;
}

.logo-header {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--all-caps-small-title);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.image-37 {
  object-fit: cover;
  border-radius: 16px;
  width: 28vw;
  height: 45vh;
  position: absolute;
  inset: 199px 2% 0% auto;
}

.ulrico-section {
  height: 75vh;
  display: flex;
}

.teaser-section-copy {
  margin-top: 8rem;
  margin-bottom: 10rem;
}

.heading-29 {
  color: var(--text-color);
  text-transform: uppercase;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
}

.text-block-38 {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--page-focus-text);
  line-height: 120%;
}

.text-block-38.home {
  font-size: var(--medium-statement-text);
  text-align: center;
  text-transform: uppercase;
  max-width: 800px;
  font-weight: 300;
}

.section-11-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  margin: auto auto 12rem;
  padding-top: 12rem;
  display: flex;
}

.na-info-section {
  height: auto;
  margin-top: -4rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-39 {
  color: var(--paragraph-text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
}

.text-block-21-copy {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--page-focus-text);
  text-align: left;
  font-weight: 300;
  line-height: 150%;
}

.menu-to-close---material-icon {
  width: 2rem;
  height: 2rem;
}

.div-block-30 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-hamburger-json {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: .2rem;
  display: none;
}

.text-block-40 {
  color: var(--paragraph-text-color);
  text-align: center;
  max-width: 600px;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 140%;
}

.text-span-33, .text-span-34 {
  font-weight: 700;
}

.text-span-35 {
  font-weight: 600;
}

.text-span-36 {
  font-weight: 700;
}

.text-block-41 {
  color: var(--text-color);
  margin-bottom: 8rem;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.end-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 8rem;
  display: none;
}

.ourstoryh1 {
  color: var(--text-color);
  text-align: center;
  width: 100%;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 120%;
}

.text-block-42 {
  color: var(--text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--all-caps-small-title);
  max-width: 800px;
  font-weight: 300;
  line-height: 130%;
}

.body-text {
  color: var(--paragraph-text-color);
  text-align: center;
  width: 100%;
  max-width: 600px;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 130%;
}

.centered-body {
  color: var(--paragraph-text-color);
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: var(--all-caps-small-title);
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 130%;
}

.sustainable-section {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 4rem;
  margin-bottom: 12rem;
  padding-left: 0;
  display: flex;
  position: static;
}

.sustainable-text {
  color: var(--paragraph-text-color);
  text-align: center;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 130%;
}

.heading-28-copy {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: -1rem;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
}

.sustainable-text-main {
  color: var(--text-color);
  text-align: center;
  width: 650px;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 120%;
}

.zotf-section {
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.foundation-copy-copy {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.foundation-text {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 60px;
  display: flex;
  position: static;
}

.hnpf-main {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-31 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-43 {
  color: var(--text-color);
  text-align: center;
  width: 66%;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 120%;
}

.heading-30 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
}

.hnpf-section {
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 4rem;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.hnpf {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  background-color: #fff0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 1px;
  margin-top: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
  top: auto;
}

.hnpf.divider-line {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  position: relative;
  top: auto;
}

.hnpf.partners-header {
  justify-content: space-between;
  align-items: stretch;
  height: .8px;
  margin-top: 0;
  display: flex;
}

.awards-header {
  color: var(--text-color);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 120%;
  display: flex;
}

.supporting-text {
  color: var(--paragraph-text-color);
  text-align: center;
  width: 66%;
  max-width: 800px;
  font-family: Oswald, Palatino Linotype, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 140%;
}

.image-38 {
  z-index: -1;
  width: 70vw;
  display: none;
  position: absolute;
  top: 723.162px;
  left: -305.525px;
}

.image-39 {
  z-index: -10;
  opacity: .47;
  width: 100vw;
  display: none;
  position: absolute;
  top: auto;
  bottom: -1300.85px;
  left: -323px;
}

.image-40 {
  height: 90vh;
  position: absolute;
  left: 0;
}

.div-block-32 {
  background-color: var(--text-color);
  width: 1.4rem;
  height: 1px;
  margin-top: 5px;
}

.menu-burger {
  padding-top: 0;
}

.text-1 {
  position: relative;
  top: 134px;
  bottom: 0;
}

.bold-text {
  position: relative;
  top: 67px;
}

.gradient {
  z-index: -20;
  opacity: .73;
  transform-style: preserve-3d;
  width: 100vw;
  max-width: none;
  height: 110vh;
  margin-top: -2rem;
  margin-left: 0;
  position: absolute;
  top: auto;
  left: 0;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.gradient-fade2 {
  background-image: linear-gradient(180deg, var(--transparent), var(--background-color));
  width: 100vw;
  height: 30vh;
  margin-left: -3rem;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  top: 1150.56px;
}

.gradient-fade {
  background-image: linear-gradient(180deg, var(--transparent), var(--background-color));
  transform-style: preserve-3d;
  width: 100vw;
  height: 30vh;
  margin-left: -3rem;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  top: auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.div-block-33 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-13 {
  height: 80vh;
}

.image-41 {
  z-index: -10;
  position: absolute;
}

.image-42 {
  opacity: .86;
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-span-37 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .hero-content.tech-hero {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo.navbar {
    width: auto;
    height: auto;
  }

  .logo.footer {
    width: 20vw;
  }

  .hero-heading {
    width: 70vw;
  }

  .impact-section.footer {
    margin-bottom: 4vh;
  }

  .impact-section.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .line-wrapper.divider-line {
    height: .5px;
    display: block;
    top: auto;
  }

  .heading-2 {
    justify-content: flex-start;
    width: auto;
  }

  .paragraph-1 {
    width: 80%;
  }

  .paragraph-1.impact-footer {
    width: 90%;
    font-size: 2rem;
  }

  .text-span-2 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-style: italic;
    font-weight: 100;
  }

  .portfolio-section-intro {
    margin-top: 25vh;
  }

  .portfolio-project-text {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .project-heading {
    font-size: 2rem;
    line-height: 130%;
  }

  .text-block-2 {
    height: auto;
  }

  .tag-wrapper {
    display: none;
  }

  .image-wrapper {
    width: auto;
    height: auto;
  }

  .paragraph-2 {
    font-size: 2rem;
  }

  .text-span-4, .text-block-5 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-style: italic;
    font-weight: 100;
  }

  .paragraph-3 {
    width: 70%;
    font-size: 2rem;
  }

  .text-span-5 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-style: italic;
    font-weight: 100;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-section {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: flex-end;
    height: 31vh;
    padding-left: 0;
    padding-right: 0;
  }

  .link {
    font-family: Matter, Arial, sans-serif;
    font-size: .7rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: 40vw;
    height: 20vh;
    position: relative;
    left: -121px;
  }

  .footer-lower-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    width: 60vw;
    margin-top: -.6rem;
    margin-bottom: 2rem;
    display: flex;
    overflow: visible;
  }

  .text-block-7 {
    text-align: right;
    font-family: Matter, Arial, sans-serif;
    font-size: .7rem;
  }

  .link-2 {
    font-family: Matter, Arial, sans-serif;
    font-size: .7rem;
  }

  .footer-lower-menu-wrapper {
    flex-flow: column;
  }

  .text-span-6 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-style: italic;
    font-weight: 100;
  }

  .projects-wrapper-1, .individual-project-wrapper {
    margin-bottom: 4rem;
  }

  .socials-wrapper {
    justify-content: center;
    align-items: flex-end;
    margin-top: .4rem;
  }

  .footer-menu-wrapper-2 {
    margin-bottom: -8px;
  }

  .text-block-9 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 100;
  }

  .project-subtext-wrapper {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    justify-content: flex-start;
  }

  .project-content.section-3 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    justify-content: center;
  }

  .project-page-heading-2 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 100;
  }

  .text-block {
    font-size: 88px;
  }

  .impact-figure-wrapper {
    flex-flow: row;
  }

  .paragraph-6 {
    width: 85%;
    font-size: 2rem;
  }

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

  .tech-hero-header {
    margin-top: 4.8rem;
    margin-bottom: -80px;
    margin-left: 7.5vw;
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-size: 5rem;
    font-style: italic;
    font-weight: 100;
  }

  .text-span-7 {
    font-style: normal;
    top: 24.5vh;
    left: 26.5vw;
  }

  .paragraph-7 {
    margin-left: 23%;
    font-size: 1.2rem;
  }

  .heading-8 {
    width: 100%;
    line-height: 120%;
  }

  .text-block-15 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 100;
  }

  .tech-text-wrapper {
    width: 80%;
  }

  .heading-9 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-size: 5rem;
    font-style: italic;
    font-weight: 100;
  }

  .faq-section {
    justify-content: space-between;
    align-items: center;
  }

  .heading-10, .text-span-8 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-style: italic;
    font-weight: 100;
  }

  .text-block-17 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 100;
  }

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

  .films-slider-section {
    height: 180vh;
  }

  .image-14 {
    height: 80%;
  }

  .heading-12 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-style: italic;
    font-weight: 100;
  }

  .paragraph-9 {
    font-size: 1.4rem;
  }

  .heading-13, .heading-15 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-style: italic;
    font-weight: 100;
  }

  .text-block-20 {
    font-size: 3.5rem;
  }

  .heading-16 {
    text-align: center;
    width: 100%;
  }

  .text-span-13 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-style: italic;
    font-weight: 100;
  }

  .text-span-14 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-size: 4rem;
    font-style: italic;
    font-weight: 100;
  }

  .text-wrapper {
    margin-top: 45%;
  }

  .standard-button {
    display: none;
  }

  .div-block-8 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    width: 34vw;
    height: 9vh;
    display: flex;
    position: relative;
    top: .4rem;
    left: -29%;
    right: 0%;
  }

  .logo-wrapper {
    bottom: 21px;
    left: -212px;
  }

  .horizontal-menu-wrapper {
    display: none;
  }

  .burger-menu-wrapper {
    padding-top: .25rem;
  }

  .text-span-15 {
    left: 36%;
  }

  .tech-hero-paragraph {
    width: 50%;
    font-size: 1.2rem;
  }

  .text-span-16 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-weight: 100;
    top: 48%;
    left: 23%;
  }

  .text-block-28 {
    bottom: 25%;
    left: 17%;
  }

  .immersion-hero-header {
    margin-left: 4vw;
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-style: italic;
    font-weight: 100;
  }

  .gallery26_mask {
    width: 50%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .gallery26_slide {
    padding-right: 2rem;
  }

  .gallery26_slider {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .slider-arrow.is-bottom-left-previous {
    left: auto;
  }

  .slider-arrow.departments-body-right {
    inset: 0% 0% 29% auto;
  }

  .slider-arrow.departments-body-left {
    inset: 0% auto 29% 0;
  }

  .slider-arrow.partners-body-left {
    top: -18.5%;
    left: auto;
    right: 5%;
  }

  .slider-arrow.partners-body-right {
    left: NaNpx;
    top: -18.5%;
    right: -1.5%;
  }

  .slider-arrow.is-bottom-next {
    top: 5%;
    right: 0%;
  }

  .slider-arrow.is-bottom-previous {
    top: 5%;
    left: -2%;
  }

  .gallery26_slide-nav {
    right: 2rem;
  }

  .gallery26_content-left {
    justify-content: flex-start;
  }

  .gallery26_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .gallery26_heading-wrapper {
    grid-column-gap: 3rem;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

  .gallery27_slider {
    padding-left: 5%;
    padding-right: 5%;
  }

  .gallery27_mask {
    width: 50%;
  }

  .gallery27_heading-wrapper {
    grid-column-gap: 3rem;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
  }

  .gallery27_content-left {
    justify-content: flex-start;
  }

  .gallery27_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-left: -20px;
  }

  .gallery27_slide {
    padding-right: 2rem;
  }

  .gallery27_slide-nav {
    right: 2rem;
  }

  .gallery20_image {
    height: 100%;
  }

  .slider-text {
    width: 90%;
    inset: 130% auto 0% 0%;
  }

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

  .text-span-17 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-style: italic;
    font-weight: 100;
  }

  .scrolling-text-wrapper-home {
    background-color: var(--transparent);
    margin-bottom: 0;
  }

  .text-span-19 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-style: italic;
  }

  .faq3_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .partners-text {
    display: none;
  }

  .hero-header-mask-3 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-style: italic;
    font-weight: 100;
  }

  .body-4 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .footer-menu-link {
    color: var(--text-color);
    font-family: Matter, Arial, sans-serif;
    font-size: .7rem;
    text-decoration: none;
  }

  .footer-menu-link.w--current {
    font-weight: 400;
  }

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

  .logo-wrapper-nav {
    width: 20vw;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .impact-text-wrapper.divider-line {
    height: .5px;
    display: block;
    top: auto;
  }

  .text-span-24 {
    width: auto;
  }

  .page-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-2 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .h2-impact {
    justify-content: flex-start;
    width: auto;
  }

  .main-hero_heading {
    font-size: 5em;
  }

  .portfolio-section-home.tech-hero, .portfolio-wrapper.tech-hero {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stats-section.section-3 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    justify-content: center;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .project-content-copy.section-3 {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    justify-content: center;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .teaser-copy {
    margin-top: 1.5em;
    margin-bottom: 5em;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    height: auto;
  }

  .title1 {
    font-size: 3em;
  }

  .body-text {
    font-size: 1.4rem;
  }

  .hnpf.divider-line {
    height: .5px;
    display: block;
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-content.tech-hero {
    grid-column-gap: 9.1rem;
    grid-row-gap: 9.1rem;
    justify-content: flex-start;
    align-items: flex-start;
    height: 79vh;
  }

  .logo.navbar {
    position: relative;
    left: 0;
  }

  .logo.footer {
    width: 20vw;
  }

  .hero-heading {
    width: 82vw;
  }

  .body-2 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .impact-section, .impact-section.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .impact-section.contact {
    height: 100vh;
  }

  .heading-2 {
    width: 60vw;
  }

  .paragraph-1 {
    font-size: 2rem;
  }

  .paragraph-1.impact-footer {
    font-size: 2rem;
    line-height: 130%;
  }

  .portfolio-section-intro {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-project-text {
    margin-bottom: 0;
  }

  .project-heading, .text-block-2, .tag-wrapper {
    width: 70vw;
  }

  .image-wrapper {
    width: 100%;
    height: 60vh;
  }

  .portfolio-section-body {
    flex-flow: column;
    margin-top: 57px;
    margin-bottom: 56px;
    padding-left: 0;
    padding-right: 0;
  }

  .awards-section, .tech-section {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    font-size: 2rem;
  }

  .noahs-arkive-section {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 6rem;
    line-height: 120%;
  }

  .partners-section, .testimonial-section {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    width: 90%;
    font-size: 2rem;
    line-height: 140%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .link {
    font-size: .6rem;
  }

  .footer-menu-wrapper {
    width: 42vw;
    left: -97px;
  }

  .footer-lower-wrapper {
    width: 61vw;
  }

  .text-block-7, .link-2 {
    font-size: .7rem;
  }

  .projects-wrapper-1 {
    flex-flow: column;
    height: 362vh;
    margin-top: 2rem;
    margin-bottom: 3.8rem;
  }

  .image-6 {
    width: 100%;
  }

  .individual-project-wrapper {
    width: 100%;
    height: 20%;
    margin-bottom: 0;
  }

  .socials-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 13vw;
  }

  .footer-menu-wrapper-2 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .project-hero-heading {
    font-size: 3rem;
  }

  .project-subtext-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .gm2 {
    font-size: 1rem;
  }

  .project-content.section-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    height: 110vh;
  }

  .project-content.section-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
  }

  .project-content.section-4 {
    height: 60vh;
  }

  .project-content.section-5 {
    height: 70vh;
  }

  .project-content.section-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    height: 30vh;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .project-content.extra-section, .project-content.sticky-container {
    height: 60vh;
  }

  .paragraph-5 {
    width: 45%;
  }

  .image-10 {
    width: 100%;
  }

  .impact-figure-wrapper {
    flex-flow: column;
  }

  .impact-figure {
    justify-content: center;
    align-items: center;
  }

  .image-11 {
    height: 50vh;
  }

  .paragraph-6 {
    font-size: 2rem;
  }

  .heading-6, .other-projects-text-wrapper {
    width: 100%;
  }

  .other-projects-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .tech-hero-header {
    margin-left: 2.5vw;
    font-size: 4rem;
  }

  .text-span-7 {
    top: 23.9vh;
    left: 22.9vw;
  }

  .paragraph-7 {
    width: 50%;
    font-size: 1.2rem;
  }

  .augmented-reality-section {
    height: 65vh;
  }

  .image-13 {
    height: 60vh;
  }

  .heading-8 {
    font-size: 2rem;
  }

  .text-block-15 {
    font-size: 1.2rem;
  }

  .virtual-reality-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    height: 71vh;
  }

  .heading-9 {
    margin-top: 3.4rem;
    margin-left: 59px;
    font-size: 4rem;
  }

  .faq-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .contact-text-wrapper {
    padding-top: 40%;
  }

  .form {
    width: 90%;
  }

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

  .story-section {
    flex-flow: column;
    height: 120vh;
  }

  .image-14 {
    width: 100%;
    height: 60%;
  }

  .paragraph-9 {
    font-size: 1.3rem;
  }

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

  .section-11 {
    grid-column-gap: 9vw;
    grid-row-gap: 9vw;
    flex-flow: column;
    justify-content: center;
    height: 120vh;
    margin-top: 59px;
  }

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

  .text-block-20 {
    font-size: 3rem;
  }

  .image-18 {
    width: 100%;
    height: auto;
  }

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

  .hero-background {
    left: 0;
  }

  .text-block-22 {
    width: 40%;
  }

  .awards-list-wrapper {
    width: 100%;
  }

  .hologram-section {
    justify-content: center;
    align-items: center;
    height: 60vh;
  }

  .standard-button {
    display: none;
  }

  .div-block-8 {
    width: 49vw;
    height: auto;
    top: .1rem;
    left: -19%;
  }

  .logo-wrapper {
    left: -126px;
  }

  .heading-17 {
    font-size: 5rem;
  }

  .text-block-24 {
    line-height: 140%;
  }

  .horizontal-menu-wrapper, .flying-image, .image-20, .image-21, .image-22, .image-23, .image-24 {
    display: none;
  }

  .image-26 {
    width: 35vw;
    bottom: 0%;
    right: 11%;
  }

  .image-25 {
    width: 35vw;
  }

  .image-27 {
    width: 20vw;
    right: 27%;
  }

  .tech-hero-paragraph {
    font-size: 1.2rem;
  }

  .text-span-16 {
    font-size: 5.5rem;
    top: 45%;
    left: 21%;
  }

  .text-block-28 {
    bottom: 30%;
    left: 15%;
  }

  .immersion-hero-header {
    margin-top: -29%;
    margin-left: -2vw;
    font-size: 5.5rem;
  }

  .gallery26_mask {
    width: 80%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .gallery26_slide {
    padding-right: 1.5rem;
  }

  .padding-section-large {
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .slider-arrow.departments-body-right {
    height: 3rem;
    inset: -30% -3% auto auto;
  }

  .slider-arrow.departments-body-left {
    height: 3rem;
    inset: -30% 6% auto auto;
  }

  .slider-arrow.partners-body-left {
    height: 26rem;
    inset: -24% auto 0% -3%;
  }

  .slider-arrow.partners-body-right {
    height: 26rem;
    inset: -23% -3% 0% auto;
  }

  .slider-arrow.is-bottom-next {
    top: 159px;
    right: 5%;
  }

  .slider-arrow.is-bottom-previous {
    inset: 159px auto 0% 74%;
  }

  .gallery26_slide-nav {
    right: 5%;
  }

  .gallery26_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .gallery26_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gallery27_mask {
    width: 80%;
  }

  .gallery27_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section_gallery27 {
    margin-top: 34px;
  }

  .gallery27_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .gallery27_slide {
    padding-right: 1.5rem;
  }

  .gallery27_slide-nav {
    right: 5%;
  }

  .gallery20_slide {
    padding-right: 1.5rem;
  }

  .container-large {
    margin-left: 0;
  }

  .gallery20_slider {
    height: 70vh;
  }

  .slider-text {
    top: 90%;
  }

  .film-slider-header {
    width: 70%;
    font-size: 1.2rem;
  }

  .scrolling-text-wrapper-home {
    display: none;
  }

  .menu-home.w--current {
    font-size: 2.9rem;
  }

  .menu-inner-container {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .text-span-20 {
    font-size: 2.9rem;
    line-height: 112%;
  }

  .faq3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-global-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq3_icon-wrapper {
    width: 1.75rem;
  }

  .mobile-header, .heading-18 {
    display: none;
  }

  .footer-menu-link {
    color: var(--paragraph-text-color);
  }

  .scrolling-logos {
    margin-top: 34px;
  }

  .text-span-24 {
    width: 20vw;
  }

  .page-intro-text-wrapper {
    margin-top: -4vh;
  }

  .intro-title {
    font-size: 2.8em;
  }

  .heading-style-h1 {
    font-size: 3rem;
  }

  .page-intro-title {
    font-size: 13vw;
  }

  .page-intro-title.is-webdesign {
    margin-left: 0;
  }

  .page-intro-title.is-animation {
    flex: 1;
    margin-left: 0;
  }

  .page-intro-title.is-skills {
    margin-left: 0;
  }

  .intro-copy-text {
    padding-left: 0;
    padding-right: 0;
  }

  .page-intro-title-small {
    font-size: 2.6vw;
  }

  .page-intro-title-small.is-made-in-webflow {
    margin-right: 0;
  }

  .page-intro-title-small.is-best-in-class {
    margin-left: 0;
  }

  .menu-about-immersion.w--current, .menu-aboutimmersion.w--current, .home-nav.w--current, .immersion-nav.w--current {
    font-size: 2.9rem;
  }

  .container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h2-impact {
    width: 60vw;
  }

  .main-hero_heading {
    font-size: 3.5em;
  }

  .portfolio-section-home.tech-hero, .portfolio-wrapper.tech-hero {
    grid-column-gap: 9.1rem;
    grid-row-gap: 9.1rem;
    justify-content: flex-start;
    align-items: flex-start;
    height: 79vh;
  }

  .flying-image-upper-right {
    display: none;
  }

  .stats-section.section-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    height: 110vh;
  }

  .stats-section.section-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
  }

  .stats-section.section-4 {
    height: 60vh;
  }

  .stats-section.section-5 {
    height: 70vh;
  }

  .stats-section.section-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    height: 30vh;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .wow-animation {
    font-size: .7em;
  }

  .ipad-screen {
    border-radius: 6px;
  }

  .virtual-reality-section1, .holograms-section {
    height: 65vh;
  }

  .gm {
    font-size: 1rem;
  }

  .project-content-copy.section-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    height: 110vh;
  }

  .project-content-copy.section-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
  }

  .project-content-copy.section-4 {
    height: 60vh;
  }

  .project-content-copy.section-5 {
    height: 70vh;
  }

  .project-content-copy.section-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    height: 30vh;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .project-content-copy.extra-section, .project-content-copy.sticky-container {
    height: 60vh;
  }

  .teaser-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .teaser-copy {
    padding-right: 0%;
  }

  .title1 {
    font-size: 2.6em;
  }

  .clients-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: 0;
  }

  .section-11-copy {
    grid-column-gap: 9vw;
    grid-row-gap: 9vw;
    flex-flow: column;
    justify-content: center;
    height: 120vh;
    margin-top: 59px;
  }

  .body-text {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-bottom: 7rem;
  }

  .hero-content {
    justify-content: center;
    align-items: center;
  }

  .hero-content.tech-hero {
    height: 75vh;
  }

  .hero-content.projects, .hero-content.homepage, .hero-content.story, .hero-content.story {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 3rem;
  }

  .nav-wrapper {
    z-index: 1000;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    position: relative;
    left: -1.5rem;
  }

  .logo.navbar {
    width: auto;
    height: auto;
    margin-top: 1.5rem;
    bottom: 0;
    left: 0;
  }

  .logo.footer {
    width: 20vw;
    height: auto;
  }

  .hero-heading {
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 1.4rem;
    line-height: 122%;
  }

  .body-2 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .impact-section {
    min-height: 94vh;
  }

  .impact-section.home {
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: auto;
    margin-top: -2vh;
    margin-bottom: 5vh;
  }

  .line-wrapper.divider-line {
    display: flex;
  }

  .heading-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: .9rem;
    line-height: 120%;
  }

  .heading-2.awards {
    display: none;
  }

  .heading-2.contact-section {
    width: 70%;
  }

  .paragraph-1 {
    width: 95%;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 126%;
  }

  .paragraph-1.impact-footer {
    font-size: 2rem;
    line-height: 134%;
  }

  .accent-button.menu-contact {
    text-align: right;
  }

  .portfolio-section-intro {
    min-height: 74vh;
    margin-bottom: 0;
  }

  .scrolling-text-wrapper {
    display: none;
  }

  .portfolio-project-text {
    margin-bottom: 36px;
  }

  .project-heading {
    width: 83vw;
    font-size: 1.4rem;
    line-height: 130%;
  }

  .text-block-2 {
    width: 86vw;
    font-size: 1rem;
  }

  .text-block-3 {
    font-size: .8rem;
  }

  .tag-wrapper {
    flex-flow: column;
    flex: 0 auto;
    width: 60%;
    display: none;
  }

  .image-wrapper {
    height: 30vh;
  }

  .portfolio-section-body {
    height: 71vh;
    margin-bottom: 0;
  }

  .awards-section {
    height: auto;
    padding-top: 0;
    display: flex;
  }

  .tech-section {
    height: 73vh;
    display: none;
  }

  .paragraph-2 {
    font-size: 1.4rem;
  }

  .noahs-arkive-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 10vh;
    margin-bottom: -4rem;
  }

  .noahs-arkive-section.na-page {
    margin-bottom: -5rem;
  }

  .text-block-5 {
    font-family: Oswald, Palatino Linotype, sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
  }

  .centered-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 120%;
  }

  .text-block-6 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 130%;
  }

  .partners-section {
    height: 70vh;
    display: flex;
  }

  .testimonial-section {
    height: auto;
    margin: 4rem 0 9rem;
  }

  .paragraph-3 {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.125rem;
  }

  .testimonial-description, .testimonial-description.job {
    font-size: 1rem;
  }

  .container {
    max-width: none;
  }

  .footer-section {
    justify-content: center;
    align-items: center;
    height: 60vh;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 67vw;
    position: relative;
    left: 4px;
  }

  .footer-lower-wrapper {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: -1.7rem 1.5rem 3.6rem;
  }

  .text-block-7, .link-2 {
    font-family: Oswald, Palatino Linotype, sans-serif;
  }

  .footer-lower-menu-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .work-hero-section {
    height: 75vh;
    margin-bottom: 1rem;
  }

  .heading-4 {
    font-size: 2.5rem;
    line-height: 120%;
  }

  .projects-wrapper-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-around;
    align-items: stretch;
    height: 307vh;
  }

  .image-6 {
    height: 40vh;
  }

  .heading-5 {
    font-size: 2rem;
    line-height: 140%;
  }

  .text-block-8 {
    margin-bottom: 0;
    font-size: 1.2rem;
  }

  .individual-project-wrapper {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 5.4rem;
    display: flex;
  }

  .individual-project-wrapper.migration-project {
    height: 70vh;
  }

  .socials-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    width: 39vw;
    margin-left: 0;
    padding-left: 0;
  }

  .footer-menu-wrapper-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 15vh;
  }

  .project-hero-heading {
    font-size: 2rem;
    line-height: 120%;
  }

  .text-block-9 {
    font-size: 1.2rem;
  }

  .project-subtext-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .gm2 {
    width: 100%;
  }

  .project-content.section-1 {
    height: 90vh;
  }

  .project-content.section-2 {
    height: 60vh;
  }

  .project-content.section-4 {
    height: 40vh;
  }

  .project-content.section-5 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 50vh;
  }

  .project-content.section-6 {
    height: 140vh;
  }

  .project-content.extra-section, .project-content.sticky-container {
    height: 40vh;
  }

  .paragraph-5 {
    width: 100%;
  }

  .project-page-heading-2 {
    margin-top: 4rem;
    font-family: Oswald, Palatino Linotype, sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .text-block {
    font-size: 5rem;
  }

  .impact-figure-wrapper {
    justify-content: center;
    align-items: center;
  }

  .text-block-12 {
    text-align: center;
    font-size: 1.125rem;
  }

  .image-11 {
    height: 32vh;
  }

  .paragraph-6 {
    text-align: left;
    width: 100%;
    font-size: 1.2rem;
  }

  .text-block-13 {
    margin-bottom: -10px;
    font-size: 1rem;
  }

  .text-block-13.profession {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .other-projects-wrapper {
    flex-flow: column;
    justify-content: space-between;
  }

  .image-12 {
    width: 100%;
    height: 32%;
  }

  .tech-hero-header {
    margin-left: 5.5vw;
    font-size: 2rem;
  }

  .text-span-7 {
    top: 18vh;
  }

  .paragraph-7 {
    width: 70%;
    margin-left: 13%;
    font-size: 1rem;
  }

  .heading-8 {
    font-size: 1.4rem;
    line-height: 129%;
  }

  .text-block-15 {
    font-size: 1.2rem;
    line-height: 130%;
  }

  .paragraph-8 {
    font-size: 1.125rem;
    line-height: 139%;
  }

  .tech-text-wrapper {
    width: 100%;
  }

  .virtual-reality-section {
    margin-top: 7px;
  }

  .heading-9 {
    margin-left: 0;
  }

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

  .contact-text-wrapper {
    padding-top: 49%;
  }

  .text-block-17 {
    font-size: 1.2rem;
  }

  .heading-11 {
    font-size: 2.5rem;
  }

  .text-block-18 {
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }

  .films-slider-section {
    height: 195vh;
    margin-top: 0;
    display: flex;
  }

  .story-section {
    height: auto;
    margin-top: 5vh;
    margin-bottom: -15rem;
  }

  .image-14 {
    height: 40vh;
  }

  .heading-12 {
    font-size: 1.4rem;
  }

  .paragraph-9 {
    color: var(--text-color);
    text-align: center;
    font-size: 1.5rem;
    line-height: 140%;
  }

  .departments-header {
    height: 10vh;
  }

  .image-15 {
    height: 60vh;
  }

  .heading-13 {
    margin-bottom: 2rem;
    font-family: Oswald, Palatino Linotype, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
  }

  .paragraph-10 {
    font-size: 1rem;
    line-height: 130%;
  }

  .div-block-3 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    width: 80%;
    padding-left: 0;
  }

  .section-11 {
    height: 67vh;
  }

  .heading-15 {
    font-size: 1.2rem;
  }

  .text-block-20 {
    font-size: 1.4rem;
  }

  .text-block-21 {
    font-size: 1rem;
  }

  .heading-16, .text-span-14 {
    font-size: 1.4rem;
  }

  .hero-background {
    object-fit: cover;
    background-image: url('../images/HXR_Gorilla_TitanCamera-p-1080-mobile.jpg');
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 0;
    left: 0;
    right: auto;
  }

  .hero-background.story {
    background-image: url('../images/HXR_gear_techPrep_mobilecrop.jpg');
  }

  .text-field {
    font-size: 1.4rem;
  }

  .awards-text-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-block-22 {
    width: 75%;
    font-size: 1.125rem;
  }

  .text-block-23 {
    font-size: 1.125rem;
  }

  .awards-list-wrapper {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper {
    margin-top: 0%;
  }

  .accent-button-text {
    font-size: 1.125rem;
  }

  .div-block-8 {
    width: 39vw;
    height: 9vh;
    position: relative;
    left: 100px;
  }

  .logo-wrapper {
    margin-left: 0;
    bottom: 1px;
    left: 0;
  }

  .message-field {
    font-size: 1.4rem;
  }

  .form-block-2 {
    margin-bottom: 8rem;
  }

  .contact-us-header {
    margin-bottom: -27px;
  }

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

  .text-block-24 {
    font-size: 1rem;
  }

  .project-link-wrapper {
    height: 73vh;
    margin-bottom: 0;
  }

  .project-link-wrapper.ellen-project {
    height: 66vh;
  }

  .project-link-wrapper.whale-project {
    height: 63vh;
  }

  .project-link-wrapper.migration-project {
    height: 59vh;
  }

  .horizontal-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: none;
  }

  .burger-menu-wrapper {
    z-index: 100;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: 17vw;
    height: auto;
    padding-top: 1.1rem;
    padding-left: 0;
    display: flex;
    position: relative;
    inset: 0 0% 0% 0;
  }

  .image-20.flying-image-lower-right {
    width: 60vw;
    margin-left: 0;
    display: none;
    top: 58%;
    right: 6%;
  }

  .image-22.flying-image-lower-left {
    width: 40vw;
    height: 30vh;
    display: block;
    top: -53%;
    bottom: 0;
    right: 52%;
  }

  .image-24.flying-image-lower-right {
    width: 60vw;
    margin-top: 0;
    display: none;
    top: 73%;
  }

  .image-26, .image-25, .image-27 {
    display: none;
  }

  .text-span-15 {
    left: 30%;
  }

  .tech-hero-paragraph {
    width: 100%;
    margin-top: -54px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1.125rem;
  }

  .text-span-16 {
    font-size: 3rem;
  }

  .text-block-28 {
    font-size: 1rem;
    bottom: 34%;
  }

  .immersion-hero-header {
    margin-left: 3vw;
    font-size: 3rem;
  }

  .gallery26_mask {
    width: 95%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-arrow.departments-body-right {
    width: 3rem;
    height: 3rem;
    top: -31%;
    left: auto;
    right: -5%;
  }

  .slider-arrow.departments-body-left {
    width: 3rem;
    height: 3rem;
    top: -31%;
    right: 9%;
  }

  .slider-arrow.partners-body-left {
    width: 4rem;
    height: 4rem;
    inset: -26% 6% auto auto;
  }

  .slider-arrow.partners-body-right {
    width: 4rem;
    height: 4rem;
    inset: -26% -8% auto auto;
  }

  .slider-arrow.is-bottom-next {
    position: absolute;
    inset: 20% auto auto 18%;
  }

  .slider-arrow.is-bottom-previous {
    inset: 20% auto auto 0%;
  }

  .gallery27_mask {
    width: 95%;
  }

  .gallery27_image-wrapper {
    height: 100%;
  }

  .section_gallery27 {
    margin-top: 0;
  }

  .departments-section {
    height: 105vh;
    display: flex;
  }

  .department-body {
    color: var(--paragraph-text-color);
    font-size: 1rem;
  }

  .films-gallery {
    margin-top: 2rem;
  }

  .gallery20_slide {
    margin-right: 2rem;
    padding-right: 0;
  }

  .gallery20_slider {
    height: 160vh;
    overflow: hidden;
  }

  .section_gallery20 {
    margin-top: 0;
  }

  .padding-global {
    padding-right: 0%;
  }

  .gallery20_image {
    height: 20%;
    position: absolute;
  }

  .slider-text {
    flex-flow: column;
    width: 100%;
    margin-top: 5rem;
    padding-left: 0;
    position: relative;
    top: 20%;
  }

  .film-silder-text {
    color: var(--paragraph-text-color);
    font-size: 1.125rem;
  }

  .film-slider-header {
    width: 100%;
    font-size: 1.2rem;
  }

  .film-slider-details-text {
    font-size: 1.125rem;
  }

  .film-slider-details-text-2 {
    margin-top: -.5rem;
    font-size: 1.125rem;
  }

  .div-block-15 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
  }

  .menu-home.w--current {
    text-align: right;
    font-size: 2rem;
  }

  .menu-inner-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .menu-immersion {
    text-align: right;
    font-size: 2rem;
  }

  .menu-story {
    font-size: 2rem;
  }

  .text-span-20 {
    height: auto;
    font-size: 2rem;
  }

  .text-mask {
    text-align: right;
  }

  .menu-work, .menu-tech {
    font-size: 2rem;
  }

  .menu-noahs-arkive {
    text-align: right;
    font-size: 2rem;
  }

  .menu-foundation {
    font-size: 2rem;
  }

  .menu-contact {
    text-align: right;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-description {
    width: 90%;
    font-size: 1rem;
  }

  .answer-text {
    font-size: 1rem;
  }

  .partners-description {
    display: none;
  }

  .body-3, .body-4, .body-5, .body-6, .body-7 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .link-block-3 {
    width: 100%;
    height: 80%;
  }

  .body-8, .body-9, .body-10, .body-11, .body-12, .body-13 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .mobile-header {
    color: var(--text-color);
    text-align: left;
    margin-bottom: 0;
    font-family: Matter, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    display: block;
    position: absolute;
    bottom: 0;
    left: 1.5rem;
  }

  .text-span-21 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-style: italic;
    font-weight: 100;
  }

  .heading-18 {
    color: var(--text-color);
    font-family: Matter, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 130%;
    display: block;
    position: absolute;
    top: 1428.09px;
  }

  .text-span-22 {
    font-family: Playfair Display, Palatino Linotype, sans-serif;
    font-style: italic;
    font-weight: 100;
  }

  .footer-menu-link {
    font-family: Oswald, Palatino Linotype, sans-serif;
    font-weight: 400;
  }

  .div-block-21 {
    text-align: left;
  }

  .logo-wrapper-nav {
    width: 44vw;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .scrolling-logos {
    margin-top: 2.2rem;
  }

  .left-slider-button, .right-slider-button {
    width: 1.2rem;
  }

  .div-block-22 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-top: 1.8rem;
  }

  .impact-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-24 {
    width: auto;
  }

  .page-intro-text-wrapper {
    margin-top: -3vh;
  }

  .menu-about-immersion.w--current {
    text-align: right;
    font-size: 2rem;
  }

  .horizontal-menu-inner-container {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: flex;
    position: relative;
    top: 2rem;
  }

  .menu-aboutimmersion.w--current {
    text-align: right;
    font-size: 2rem;
  }

  .menu-contact-us {
    font-size: 2rem;
  }

  .nav-menu-wrapper {
    background-color: var(--background-color);
    text-align: right;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 767px;
    height: 100vh;
    margin-top: 0;
    padding-top: 4rem;
    transition: opacity .3s;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(0);
  }

  .home-nav {
    font-size: 2rem;
  }

  .home-nav.w--current, .immersion-nav.w--current {
    text-align: right;
    font-size: 2rem;
  }

  .immersion-nav.oswald-font {
    text-align: center;
    font-size: 2rem;
  }

  .immersion-nav.oswald-font.w--current, .story-nav, .work-nav, .tech-nav {
    font-size: 2rem;
  }

  .noahs-arkive-nav {
    text-align: right;
    font-size: 2rem;
  }

  .foundation-nav, .contact-nav {
    font-size: 2rem;
  }

  .small-instructions {
    line-height: 1em;
  }

  .h2-impact {
    justify-content: flex-start;
    width: 100%;
    font-size: .9rem;
    line-height: 120%;
  }

  .h2-impact.awards {
    display: none;
  }

  .h2-impact.contact-section {
    width: 70%;
  }

  .page-padding-2.is-main-hero {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .impact_layout {
    justify-content: center;
    align-items: center;
  }

  .main-hero_heading {
    font-size: 2.4em;
  }

  .portfolio-section-home {
    justify-content: center;
    align-items: center;
  }

  .portfolio-section-home.tech-hero {
    height: 75vh;
  }

  .portfolio-section-home.projects {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 3rem;
  }

  .portfolio-wrapper {
    justify-content: center;
    align-items: center;
  }

  .portfolio-wrapper.tech-hero {
    height: 75vh;
  }

  .portfolio-wrapper.projects, .portfolio-wrapper.homepage {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 3rem;
  }

  .stats-section.section-1 {
    height: 90vh;
  }

  .stats-section.section-2 {
    height: 60vh;
  }

  .stats-section.section-4 {
    height: 40vh;
  }

  .stats-section.section-5 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 50vh;
  }

  .stats-section.section-6 {
    height: 140vh;
  }

  .stats-section.home {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 9vh;
    padding-left: 0;
    padding-right: 0;
  }

  .rotating-text {
    font-size: 1.5rem;
    line-height: 150%;
  }

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

  .hero-text {
    width: 100%;
  }

  .hero-scroll-text {
    font-size: 1.125rem;
  }

  .portfolio-projects-section {
    height: auto;
    margin-top: 0;
  }

  .project-image-wrapper {
    height: 10rem;
  }

  .project-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-24 {
    font-size: 1rem;
    display: flex;
  }

  .project-button-wrapper {
    display: none;
  }

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

  .card-grid.works-page {
    grid-template-rows: auto auto;
  }

  .container-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
  }

  .h2-home {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 2rem;
  }

  .text-block-33 {
    font-size: 5rem;
    display: flex;
  }

  .p-xl-start {
    padding-bottom: 2rem;
  }

  ._3d-tablet-wrap {
    perspective-origin: 50% 0;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  .paragraph-11 {
    width: 100%;
    margin-top: 8vh;
    font-size: 1.125rem;
  }

  .sticky-image-section {
    margin-bottom: 4rem;
    display: block;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-card-image {
    display: inline-block;
  }

  .arrow-icon-svg {
    width: 1.4rem;
    font-size: 18px;
  }

  .icon-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .image-33 {
    display: none;
  }

  .div-block-26 {
    padding-left: 0;
  }

  .caps-subtitle {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
  }

  .caps-subtitle.home {
    font-size: 1.125rem;
  }

  .tech-subheader {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 139%;
  }

  .gallery-text._2 {
    width: 100%;
    margin-left: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .gallery-text._1 {
    z-index: 1000;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    top: 0%;
  }

  .gallery-text._3, .gallery-text._4 {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .immersion-main-text._1, .immersion-main-text._2 {
    width: 100%;
    font-size: 1.125rem;
  }

  .immersion-main-text._3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
  }

  .immersion-main-text._4 {
    width: 100%;
    font-size: 1.125rem;
  }

  .gallery-img-1 {
    width: 90vw;
  }

  .immersion-h1 {
    font-size: 1.125rem;
  }

  .gallery-img-2, .gallery-img-3, .gallery-img-4 {
    width: 90vw;
  }

  .heading-28 {
    font-size: 2rem;
  }

  .div-block-28, .gm {
    width: 100%;
  }

  .project-content-copy.section-1 {
    height: 90vh;
  }

  .project-content-copy.section-2 {
    height: 60vh;
  }

  .project-content-copy.section-4 {
    height: 40vh;
  }

  .project-content-copy.section-5 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 50vh;
  }

  .project-content-copy.section-6 {
    height: 140vh;
  }

  .project-content-copy.extra-section, .project-content-copy.sticky-container {
    height: 40vh;
  }

  .teaser-img {
    border-radius: 10px;
    height: 60%;
  }

  .teaser-img._2 {
    object-fit: cover;
  }

  .teaser-section {
    margin-bottom: 8rem;
  }

  .copy-small {
    font-size: 1.125rem;
  }

  .teaser-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .teaser-img-tablet-down.story {
    object-fit: cover;
    width: 100%;
    height: 20%;
  }

  .title1 {
    text-align: center;
    font-size: 1.5rem;
  }

  .client-logo {
    object-position: 0% 50%;
  }

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

  .clients-grid.logo-animate {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 26px;
  }

  .image-37 {
    width: 50vw;
    height: 20vh;
    display: block;
    top: 30px;
  }

  .ulrico-section {
    height: auto;
  }

  .teaser-section-copy {
    margin-bottom: 6rem;
  }

  .heading-29 {
    margin-bottom: 30px;
    font-size: 2rem;
  }

  .text-block-38.home {
    font-size: 1.7rem;
  }

  .section-11-copy {
    height: 67vh;
  }

  .na-info-section {
    margin-top: 0;
    margin-bottom: 8rem;
  }

  .text-block-21-copy {
    font-size: 1rem;
  }

  .div-block-30 {
    background-color: var(--transparent);
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 1.5rem;
    padding-right: 0;
    position: relative;
  }

  .text-block-40 {
    font-size: 1.125rem;
  }

  .text-block-41 {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 130%;
  }

  .end-section {
    justify-content: center;
    align-items: flex-end;
    height: 60vh;
  }

  .ourstoryh1 {
    font-size: 1.5rem;
  }

  .body-text {
    color: var(--paragraph-text-color);
    font-size: 1.125rem;
    line-height: 140%;
  }

  .sustainable-section {
    margin-top: 20vh;
  }

  .sustainable-text {
    font-size: 1rem;
  }

  .heading-28-copy {
    font-size: 2rem;
    font-weight: 300;
  }

  .sustainable-text-main {
    width: 80vw;
    font-size: 1rem;
  }

  .zotf-section, .foundation-copy-copy {
    height: 70vh;
  }

  .foundation-text {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    width: 80%;
  }

  .hnpf-main {
    height: 70vh;
  }

  .text-block-43 {
    width: 100%;
    font-size: 1.125rem;
  }

  .heading-30 {
    font-size: 1.125rem;
  }

  .hnpf-section {
    height: 60vh;
    margin-top: 0;
  }

  .hnpf {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    height: 60vh;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 0;
  }

  .awards-header {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 2rem;
    font-weight: 300;
  }

  .supporting-text {
    width: 100%;
    font-size: 1.125rem;
  }

  .text-1, .bold-text {
    font-size: 2rem;
    top: 0;
  }

  .div-block-33 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .section-13 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .image-42 {
    height: 75%;
  }

  .section-14 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .text-span-37 {
    font-weight: 700;
  }
}

#w-node-_4603be06-8628-28aa-1be8-f7304e85394e-a75ff6f9 {
  grid-area: Area;
  place-self: center;
}

#w-node-_5559285f-07f4-89d4-c305-b5418b4d4a7f-a75ff6f9 {
  grid-area: Area;
}

#w-node-_8461ba15-cc9b-78ae-d7c4-975e2a46bd8b-a75ff6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8461ba15-cc9b-78ae-d7c4-975e2a46bd8d-a75ff6f9 {
  grid-area: Area;
}

#w-node-cec52c52-b556-1778-9479-4da5a0c273b2-a75ff6f9 {
  grid-area: Area;
  place-self: center;
}

#w-node-cec52c52-b556-1778-9479-4da5a0c273b5-a75ff6f9 {
  grid-area: Area;
}

#w-node-cec52c52-b556-1778-9479-4da5a0c273c0-a75ff6f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-cec52c52-b556-1778-9479-4da5a0c273c3-a75ff6f9 {
  grid-area: Area;
}

#w-node-c469f185-f291-36e8-29e2-163947658423-a75ff6fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/Playfair_Display.zip') format('undefined');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/Playfair_Display.zip') format('undefined');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/Playfair_Display.zip') format('undefined');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald.zip') format('undefined');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald.zip') format('undefined');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald.zip') format('undefined');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald.zip') format('undefined');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald.zip') format('undefined');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Regular.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Test tiempos fine';
  src: url('../fonts/TestTiemposFine-LightItalic-BF66457a50eb132.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}