:root {
  --black-2: #333;
  --font-family: Teko, sans-serif;
  --font-family-2: Teko, sans-serif;
  --font-family-3: Roboto, sans-serif;
  --green-light: #abddd7;
  --green: #7dada8;
  --transparent: #fff0;
  --black: black;
  --white: white;
  --red: #ff70c3;
  --green-dark: #547773;
  --dark-grey: #9b9b9b;
  --grey: grey;
}

.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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  font-weight: 900;
  line-height: 52px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

h4 {
  color: #333;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: gray;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  color: gray;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

a {
  color: gray;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  box-shadow: inset 0 -2px #0000001a;
}

a:hover {
  color: #000;
  box-shadow: inset 0 -2px #000;
}

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.hero {
  justify-content: center;
  align-items: flex-end;
  padding-top: 7.5vh;
  padding-bottom: 10vh;
  display: flex;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.hero.pages {
  box-sizing: border-box;
  background-color: var(--black-2);
  object-fit: fill;
  width: 100%;
  height: 70vh;
  padding-bottom: 0;
  position: static;
}

.wrapper-title {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10vh;
  padding-left: 5vw;
  padding-right: 0;
}

.wrapper-title.contact {
  padding-bottom: 4vh;
}

.section {
  background-color: #dcdee0;
  justify-content: space-between;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 100vh;
}

.section.main {
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.main-h1 {
  z-index: 10;
  font-family: var(--font-family);
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14vw;
  font-weight: 400;
  line-height: 16vh;
  position: relative;
}

.main-h1.bold {
  font-weight: 900;
}

.main-h1.bold.home {
  margin-top: 0;
}

.main-h1.home {
  font-family: var(--font-family-2);
  font-size: 18vh;
  font-weight: 400;
  line-height: 22vh;
}

.paragraph {
  color: #9b9b9b;
  width: auto;
  margin-bottom: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph.hero-about {
  font-family: var(--font-family-3);
  color: var(--green-light);
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.column {
  border: 1px #000;
  flex: 1;
  overflow: hidden;
}

.column._100vh {
  z-index: 2;
  border-right-style: solid;
  border-right-color: var(--green);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #000000bf;
  flex: none;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.column.background-image {
  background-color: var(--black-2);
  display: flex;
  overflow: visible;
}

.column.about {
  font-family: var(--font-family);
  color: #fff;
  background-color: #fff0;
  border-width: 0;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: auto;
  min-height: 100vh;
  padding-left: 15vw;
  display: flex;
  overflow: visible;
}

.home-subhead {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 30px;
  display: flex;
}

.h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 38px;
  line-height: 48px;
}

.h2.mail {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.h2.white {
  font-family: var(--font-family-2);
  color: #fff;
  margin-bottom: 45px;
  font-size: 50px;
  font-weight: 700;
}

._w-h1 {
  position: relative;
}

._w-link {
  color: #636363;
  letter-spacing: 0;
  text-transform: none;
  border-bottom-style: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 2px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

._w-link:hover {
  color: #000;
}

._w-link.social {
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.line-hover {
  background-color: #ddd;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  overflow: hidden;
}

.project-info {
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.project-info.head {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  left: 0;
}

.fill-hover {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.section-2 {
  float: none;
  width: 100vw;
  height: auto;
  position: relative;
}

.wrapper {
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.wrapper.center {
  flex-direction: column;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
}

.wrapper.center.form {
  justify-content: flex-start;
  min-height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.wrapper.center.form.base {
  padding-bottom: 30vh;
}

.wrapper.center.form.base.hide {
  display: none;
}

.wrapper.about {
  background-color: var(--black-2);
  opacity: 1;
  background-image: url('../images/MMM-Mira-Makela-r_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 100vw;
  height: 100%;
}

.main-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._w-title {
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  height: 70vh;
  margin-bottom: 150px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.wide-background {
  background-color: #657580;
  width: 100vw;
  height: 100vh;
  margin-bottom: 10%;
}

.wide-background._01 {
  background-image: url('../images/5b109a993a8396648e723c7a_screen-001.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-10 {
  margin-bottom: 30px;
  display: flex;
}

.wrapper-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.wrapper-info.about {
  border-bottom: 1px #e4e4e4;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wrapper-info.contact, .wrapper-info.lottie {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-list-links {
  font-family: var(--font-family-3);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.wrap-content {
  font-family: var(--font-family-3);
  width: 60%;
}

.wrap-content.links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.field {
  font-family: var(--font-family-3);
  border: 1px solid #fff;
  border-bottom-color: #bbb;
  margin-bottom: 45px;
  padding-left: 0;
  font-size: 22px;
  overflow: visible;
}

.div-block-18 {
  flex: 0 auto;
  width: 30vw;
  margin-right: 10vw;
}

.button {
  font-family: var(--font-family-3);
  background-color: #000;
  padding: 25px 55px;
  font-size: 18px;
  transition: background-color .4s, box-shadow .4s, color .4s;
}

.button:hover {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #000;
}

.body {
  background-color: #f0f0f0;
}

.bold {
  color: #161616;
}

.utility-page-wrap {
  width: 100rem;
  max-width: 100%;
  max-height: 100%;
  padding-top: 8rem;
  display: block;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: auto;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.alt-next {
  color: #9b9b9b;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 60px;
}

.navbar {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  padding: 5vh 5vw 0;
  position: absolute;
}

.brand {
  box-shadow: none;
  border-bottom: 1px #000;
  align-items: center;
  height: 90px;
  display: flex;
}

.brand:hover {
  box-shadow: none;
  border-bottom-style: none;
}

.brand.w--current, .brand.w--current:hover {
  box-shadow: none;
}

.link-nav {
  box-shadow: none;
  font-family: var(--font-family-3);
  color: gray;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 5px;
  font-size: 16px;
  font-weight: 400;
  transition: color .2s, box-shadow .2s;
}

.link-nav:hover {
  box-shadow: inset 0 -3px 0 0 var(--red);
  color: #000;
}

.link-nav.w--current {
  box-shadow: inset 0 -3px 0 0 var(--red);
  font-family: var(--font-family-3);
  color: #000;
}

.div-block-26 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  padding-top: 90px;
  padding-bottom: 0;
  display: flex;
}

.div-block-27 {
  z-index: 9;
  background-color: #fafafa;
  border-top: 1px #dbdbdb;
  width: 100%;
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.small-p {
  font-family: var(--font-family-3);
  color: #b8b8b8;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.logo-footer {
  margin-bottom: 0;
}

.nav-menu {
  float: right;
  align-items: center;
  padding-top: 4vh;
  padding-bottom: 2vh;
  display: flex;
}

.arrow {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.number {
  float: none;
  color: gray;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 60px;
  position: relative;
}

.number.zero {
  font-family: var(--font-family);
  color: var(--green);
}

.big-link {
  color: #000;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  line-height: 80px;
}

.proj_body-wrap {
  text-align: center;
  width: 90vw;
}

.proj_body {
  text-align: left;
}

.proj_body h2, .proj_body p, .proj_body h4 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.proj_body figure {
  clear: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.proj_body figcaption {
  color: gray;
  margin-bottom: 20px;
}

.next-project {
  padding: 5vw;
}

.project-link {
  box-shadow: inset 0 -2px 0 0 var(--red);
  color: #fff;
}

.project-link:hover {
  box-shadow: inset 0 -2px 0 0 var(--green);
  color: #fff;
}

.paragraph-2 {
  margin-bottom: 0;
}

.project-description {
  color: var(--white);
}

.footer-links {
  box-shadow: inset 0 -2px 0 0 var(--red);
  font-family: var(--font-family-3);
  margin-bottom: 20px;
  margin-right: 20px;
}

.paragraph-3 {
  font-family: var(--font-family-3);
  color: var(--black-2);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}

.lottie-animation {
  text-align: left;
  width: 42vw;
}

.heading-underline {
  font-family: var(--font-family-3);
  margin-bottom: 5px;
}

.body-3, .heading-8, .heading-10 {
  font-family: var(--font-family-3);
}

.heading-11 {
  font-family: var(--font-family-3);
  font-weight: 900;
}

.heading-12 {
  font-family: var(--font-family-3);
}

.quick-stack {
  width: 35vw;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.quick-stack-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.heading-13 {
  justify-content: center;
  align-items: stretch;
  font-size: 44px;
}

.text-block-4 {
  color: #9b9b9b;
  justify-content: center;
  font-size: 20px;
}

.cell {
  text-align: center;
  align-items: stretch;
}

.underline {
  border-bottom: 1px solid var(--red);
  margin-bottom: 10px;
}

.link-2 {
  color: var(--green-dark);
  font-size: 20px;
}

.paragraph {
  font-family: var(--font-family-3);
  margin-bottom: 0;
}

.home-subhead-copy {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 30px;
  display: flex;
}

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

.sticky-mira {
  position: sticky;
  top: 0;
}

.image-10 {
  object-fit: cover;
  object-position: 75% 50%;
  position: sticky;
  right: 0%;
}

.grid {
  text-align: center;
  grid-template-rows: auto;
  width: 100%;
}

.column-2 {
  border: 1px #000;
  flex: 1;
  overflow: hidden;
}

.column-2._100vh {
  z-index: 2;
  border-right-style: solid;
  border-right-color: var(--green);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #000000bf;
  flex: none;
  align-items: center;
  width: 50%;
  min-height: 100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.column-2.background-image {
  background-color: var(--black-2);
  display: flex;
  overflow: visible;
}

.column-2.about {
  font-family: var(--font-family);
  color: #fff;
  background-color: #fff0;
  border-width: 0;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 100%;
  padding-left: 15vw;
  display: flex;
  overflow: visible;
}

.project-info-2 {
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.project-info-2.head {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  left: 0;
}

.hero-about {
  font-family: var(--font-family-3);
  color: var(--green-light);
  font-size: 60px;
  font-weight: 400;
}

.quick-stack-footer {
  width: 35vw;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  a {
    margin-bottom: 20px;
  }

  .hero {
    justify-content: flex-start;
    padding-top: 10vh;
    padding-left: 0;
  }

  .hero.pages {
    margin-top: 0;
    padding-top: 10vh;
  }

  .hero.pages.contact {
    justify-content: center;
    align-items: center;
  }

  .wrapper-title {
    overflow: visible;
  }

  .section.main {
    justify-content: flex-start;
  }

  .main-h1, .main-h1.bold {
    font-size: 84px;
    line-height: 80px;
  }

  .main-h1.bold.home {
    line-height: 15vh;
  }

  .main-h1.home {
    font-size: 18vw;
    line-height: 15vh;
  }

  .paragraph.hero-about {
    width: auto;
    margin-bottom: 0;
    font-size: 48px;
  }

  .column._100vh {
    background-color: var(--transparent);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column.about {
    width: auto;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .project-info {
    border-top: 1px solid var(--white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #000000bf;
    width: 100%;
    padding: 10vh 5vw 2.5vh;
  }

  .project-info.head {
    margin-bottom: 0;
    padding-left: 0;
  }

  .wrapper {
    flex-direction: column-reverse;
  }

  .wrapper.about {
    background-position: 50% 100%;
  }

  ._w-title {
    margin-bottom: 5vh;
  }

  .wrapper-list-links {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }

  .wrap-content {
    width: 100%;
  }

  .div-block-18, .div-block-26 {
    width: auto;
  }

  .div-block-27 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .image-9 {
    position: absolute;
    inset: auto 0% 15% auto;
  }

  .home-subhead-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-10 {
    object-fit: cover;
    object-position: 60% 50%;
  }

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

  .column-2._100vh {
    background-color: var(--transparent);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-2.about {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .project-info-2 {
    border-top: 1px solid var(--white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #000000bf;
    width: 100%;
    padding: 10vh 5vw 2.5vh;
  }

  .project-info-2.head {
    background-color: var(--transparent);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-top-style: none;
    margin-bottom: 0;
    padding-left: 0;
  }

  .quick-stack-footer {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-bottom: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    position: relative;
  }

  .hero.pages {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .hero.pages.contact {
    justify-content: center;
    align-items: flex-start;
  }

  .wrapper-title {
    text-align: center;
    padding-top: 5vh;
    padding-bottom: 10vh;
    padding-left: 0;
  }

  .wrapper-title.contact {
    padding-top: 15vh;
  }

  .section.main {
    top: 0;
  }

  .main-h1 {
    font-size: 18vw;
    line-height: 18vw;
  }

  .main-h1.bold.home, .main-h1.home {
    line-height: 22vw;
  }

  .paragraph.hero-about {
    width: auto;
  }

  .column._100vh {
    width: 100%;
    min-height: auto;
  }

  .column.background-image {
    flex: 0 auto;
    width: 100%;
  }

  .column.about {
    width: 100%;
  }

  ._w-h1.contact {
    text-align: left;
  }

  .project-info.head {
    padding-left: 0;
  }

  .wrapper.center {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper.about {
    background-position: 50% 100%;
  }

  ._w-title {
    margin-bottom: 5vh;
  }

  .wrapper-list-links {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5vh;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .brand {
    height: auto;
  }

  .brand.w--current {
    height: auto;
    margin-bottom: 0;
  }

  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .big-link {
    font-size: 30px;
    line-height: 30px;
  }

  .image-10 {
    object-position: 75% 50%;
  }

  .column-2._100vh {
    width: 100%;
    min-height: auto;
  }

  .column-2.background-image {
    flex: 0 auto;
    width: 100%;
  }

  .column-2.about {
    width: 100%;
  }

  .project-info-2.head {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .hero {
    width: 100%;
    inset: 0%;
  }

  .hero.pages {
    text-align: center;
    padding-top: 5vh;
    padding-left: 0;
  }

  .wrapper-title {
    align-self: center;
    width: 100%;
    padding-top: 10vh;
  }

  .wrapper-title.contact {
    padding-top: 0;
    padding-bottom: 15vh;
  }

  .section.main {
    margin-top: -100vh;
    top: 100vh;
  }

  .main-h1 {
    font-size: 24vw;
    line-height: 100%;
  }

  .main-h1.bold {
    font-size: 60px;
    line-height: 50px;
  }

  .main-h1.bold.home, .main-h1.home {
    font-size: 20vw;
  }

  .paragraph.hero-about {
    font-size: 30px;
    line-height: 40px;
  }

  .column._100vh {
    border-right-color: var(--black);
  }

  .column.background-image {
    flex: 0 auto;
    width: 100%;
  }

  .column.about {
    padding: 60px 40px;
  }

  .home-subhead {
    width: auto;
  }

  .h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .h2.mail {
    font-size: 24px;
  }

  ._w-h1.contact {
    text-align: center;
  }

  .project-info {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
    background-color: #0006;
    padding: 0 20px;
  }

  .project-info.head {
    margin-bottom: 0;
  }

  .wrapper {
    flex: none;
  }

  .wrapper.center {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper.center.form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper.about {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
  }

  ._w-title {
    margin-bottom: 5vh;
  }

  .wrapper-info {
    flex-direction: column;
  }

  .wrapper-info.about {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-info.contact {
    flex-direction: column;
  }

  .wrap-content, .div-block-18 {
    width: auto;
  }

  .alt-next {
    font-size: 20px;
    line-height: 40px;
  }

  .navbar {
    text-align: center;
    flex-direction: column;
    padding-top: 0;
  }

  .brand {
    float: none;
    justify-content: center;
    width: 100%;
    height: 80px;
    padding-left: 0;
  }

  .brand.w--current {
    float: none;
    justify-content: center;
    height: 80px;
    padding-left: 0;
  }

  .div-block-27 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .big-link {
    font-size: 20px;
    line-height: 20px;
  }

  .project-description {
    color: var(--white);
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .quick-stack-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell {
    justify-content: flex-end;
    align-items: center;
  }

  .image-9 {
    bottom: 25%;
  }

  .home-subhead-copy {
    width: auto;
  }

  .column-2._100vh {
    border-right-color: var(--black);
  }

  .column-2.background-image {
    flex: 0 auto;
    width: 100%;
  }

  .column-2.about {
    padding: 60px 20px 20px;
  }

  .project-info-2 {
    padding: 0 20px;
  }

  .project-info-2.head {
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-about {
    text-align: left;
    font-size: 46px;
  }

  .quick-stack-footer {
    width: 100%;
    padding-right: 0;
  }
}

#w-node-_5fb9dbcb-0f5b-e526-419b-bfeeea1b5eb0-627cf6c0 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_5fb9dbcb-0f5b-e526-419b-bfeeea1b5eb0-627cf6c0 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }
}


