@font-face {
  font-family: Outfit Variablefont Wght;
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --off-black: #040300;
  --white: white;
  --mutt-green: #597f84;
  --white-80: #ffffffd9;
  --black: black;
  --project-thumbnail-desk: 35vw;
  --project-thumbnail-tablet: 40vw;
  --project-thumbnail-mob-land: 50vw;
  --project-thumbnail-mobile: 60vh;
  --blue: #0619b4;
  --earth: #ac5e45;
  --purple: #4f50d1;
  --moss: #002800;
  --cerulean: #559ec5;
  --spring: #4e6a4d;
  --pink: #a12e52;
  --project-thumbnail-tv: 35vw;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

body {
  color: var(--off-black);
  font-family: Outfit Variablefont Wght, sans-serif;
  font-size: 14px;
  line-height: 1.1;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
  display: flex;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

p {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

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

.body {
  background-color: #fdfdfd;
  transform: translate(0);
}

.utility-page-wrap {
  background-image: url('../images/404-2.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: calc(100vh + 64px);
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 440px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: -16px;
  display: flex;
}

.h1-hero {
  z-index: 3;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  font-size: 80px;
  line-height: 1.01;
}

.h2 {
  color: var(--white);
  align-self: auto;
  padding-top: 20px;
  padding-left: 220px;
  padding-right: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.project-hero-wrapper {
  z-index: 2;
  pointer-events: auto;
  mix-blend-mode: normal;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  height: auto;
  padding: 8px 40px 0;
  display: block;
  position: relative;
}

.nav-link {
  color: var(--off-black);
  font-size: 16px;
  transition: transform .2s cubic-bezier(.55, .085, .68, .53);
}

.nav-link:hover {
  transform: skew(-10deg);
}

.nav-link.w--current {
  color: var(--off-black);
}

.nav-link.neg {
  color: var(--white);
}

.section {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 0;
}

.section.hero {
  object-fit: cover;
  object-position: 50% 0%;
  background-image: url('../images/Hero-Portrait-copy2.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 264px;
  padding-bottom: 32px;
  display: flex;
  top: -64px;
}

.section.neg {
  background-color: var(--off-black);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.project-hero-image-part {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 90vh;
  margin: -64px auto;
  display: block;
  overflow: clip;
}

.section.about-me {
  object-fit: cover;
  background-image: url('../images/About-me-Portrait-copy.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 264px;
  padding-bottom: 32px;
  display: flex;
  top: -64px;
}

.navbar {
  z-index: 99;
  filter: invert(0%);
  pointer-events: auto;
  background-color: #fff9;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  margin-top: 0;
  position: sticky;
  top: 0;
  bottom: auto;
}

.navbar.neg {
  color: var(--white);
  background-color: #0000004d;
}

.project-title-thumbnail {
  z-index: 2;
  max-width: 350px;
  color: var(--white);
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
}

.label {
  color: var(--mutt-green);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.label.filter {
  border: .5px solid var(--white-80);
  color: var(--white-80);
  border-radius: 2px;
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 12px;
}

.label.neg {
  color: var(--white);
  margin-bottom: 0;
}

.text-block-2 {
  color: var(--white);
  font-weight: 300;
  line-height: 1.5;
}

.div-block {
  border: .5px solid var(--white);
  flex-flow: row;
  flex: 1;
  align-items: stretch;
  width: auto;
}

.scroll {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 272px;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-landing-page {
  z-index: 1;
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  overflow: clip;
}

.label-row {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  position: relative;
}

.heading-footer {
  justify-content: center;
  align-items: flex-end;
  font-size: 64px;
  line-height: 1.3;
}

.email {
  color: var(--white);
  flex: 0 auto;
  order: 1;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.55, .085, .68, .53);
}

.email:hover {
  transform: skew(-10deg);
}

.link-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.link-label:hover {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  transform: skew(-10deg);
}

.link {
  color: var(--white);
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.footer-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-top: 24px;
}

.text-block-4 {
  width: 100%;
  color: var(--white);
  font-size: 11px;
  font-weight: 200;
}

.nav-menu {
  align-self: auto;
}

.footer-title-cell {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
}

.footer {
  grid-row-gap: 20px;
  max-width: 1280px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 256px;
  padding-bottom: 32px;
  overflow: clip;
}

.footer-image-cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
}

.footer-links-cell {
  justify-content: center;
  align-items: flex-start;
  padding-top: 200px;
}

.footer-copyright-cell {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 48px;
}

.hero-text {
  margin-left: auto;
  margin-right: auto;
}

.arrow {
  filter: invert();
  max-width: 24px;
}

.project-thumbnail {
  height: var(--project-thumbnail-desk);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  overflow: clip;
}

.project-thumbnail.insideproject {
  background-color: var(--blue);
  width: 100%;
  overflow: clip;
}

.project-thumbnail.insideproject.background-earth {
  background-color: var(--earth);
}

.project-thumbnail.insideproject.background-black {
  background-color: var(--off-black);
}

.project-thumbnail.insideproject.background-purple {
  background-color: var(--purple);
}

.project-thumbnail.insideproject.background-moss {
  background-color: var(--moss);
}

.project-thumbnail.background-cerulean {
  background-color: #559ec5;
}

.project-thumbnail-text-cell {
  justify-content: center;
  align-items: flex-start;
}

.thumbnail-image {
  aspect-ratio: auto;
  object-fit: cover;
  align-self: flex-end;
  max-width: none;
  height: 100%;
  margin-left: -80px;
  position: static;
  overflow: clip;
}

.thumbnail-image.insideproject {
  align-self: flex-start;
  margin-left: -100px;
}

.project-thumbnail-image-cell {
  justify-content: flex-start;
  align-items: flex-start;
}

.project {
  height: var(--project-thumbnail-desk);
  background-color: var(--blue);
  align-items: center;
  margin-bottom: 8px;
  transition: height .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  overflow: clip;
}

.project:hover {
  height: 38vw;
}

.project.background-cerulean {
  background-color: var(--cerulean);
}

.project.background-black {
  background-color: var(--off-black);
}

.project.background-earth {
  background-color: var(--earth);
}

.project.insideproject {
  width: calc(50% - 12px);
  overflow: clip;
}

.project.insideproject:hover {
  height: 35vw;
}

.project.background-purple {
  background-color: var(--purple);
}

.project.background-moss {
  background-color: var(--moss);
}

.project.background-spring {
  background-color: var(--spring);
}

.button-primary {
  border: 1px solid var(--white);
  min-width: 150px;
  height: 56px;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #0000004d;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.1;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.positive {
  border-color: var(--off-black);
  color: var(--off-black);
  background-color: #ffffff4d;
}

.button-primary.positive:hover {
  background-color: #0000000d;
}

.button-primary.icon {
  background-image: url('../images/Exit-Positive.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 56px;
}

.hero-image {
  aspect-ratio: auto;
  background-color: var(--blue);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
  top: -64px;
  overflow: clip;
}

.hero-image.background-black {
  background-color: var(--off-black);
}

.hero-image.background-cerulean {
  background-color: var(--cerulean);
}

.hero-image.background-earth {
  background-color: var(--earth);
}

.hero-image.background-purple {
  background-color: var(--purple);
}

.hero-image.background-pink {
  background-color: var(--pink);
}

.hero-image.background-moss {
  background-color: var(--moss);
}

.hero-image.background-spring {
  background-color: var(--spring);
}

.project-info {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 72px;
  padding: 0;
}

.project-info-cell {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
}

.project-hero-text-part {
  background-color: var(--blue);
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 120px;
  position: static;
}

.project-hero-text-part.background-cerulean {
  background-color: var(--cerulean);
}

.project-hero-text-part.background-earth {
  background-color: var(--earth);
}

.project-hero-text-part.background-black {
  background-color: var(--off-black);
}

.project-hero-text-part.background-purple {
  background-color: var(--purple);
}

.project-hero-text-part.background-pink {
  background-color: #7c5a61;
}

.project-hero-text-part.background-moss {
  background-color: var(--moss);
}

.project-hero-text-part.background-spring {
  background-color: var(--spring);
}

.info-text {
  color: var(--white);
  flex: none;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.6;
}

.blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 100px;
  margin-bottom: -100px;
  position: relative;
  overflow: visible;
  -webkit-mask-image: linear-gradient(#0000 0%, #000 18%);
  mask-image: linear-gradient(#0000 0%, #000 18%);
}

.project-grid {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: start;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 24px 40px;
}

.project-grid.text {
  place-items: start;
  padding-top: 56px;
  padding-bottom: 56px;
}

.project-grid.cv {
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.project-grid.text-image {
  place-items: center start;
  padding-top: 56px;
  padding-bottom: 56px;
}

.job-title {
  margin-bottom: 2px;
  font-weight: 200;
}

.quote {
  font-size: 24px;
  font-weight: 200;
}

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

.image-3 {
  object-fit: cover;
  height: 400px;
}

.container {
  max-width: 1600px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-cover-240-px {
  width: 100%;
}

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

.other-projects {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: clip;
}

.svg {
  filter: invert();
  object-fit: scale-down;
  align-self: baseline;
  width: 60px;
  display: inline-flex;
}

.icons-padding {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
}

.home-video {
  object-fit: cover;
  width: 100%;
  height: 100vmin;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.error-text {
  color: #ff6f71;
  font-weight: 300;
}

.error-message {
  background-color: #0000;
}

.text-field {
  height: 56px;
  font-size: 16px;
}

.form-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 90%;
  margin-top: 24px;
}

.h2-utility {
  color: var(--white);
  margin-top: -8px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.1;
}

.utility-body {
  color: var(--white);
  margin-top: -12px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.3;
}

.background-reading {
  background-color: #fffdf8;
}

.job-location {
  color: #454850;
  font-weight: 200;
}

.cv-title {
  color: var(--off-black);
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
}

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

.paragraph {
  font-weight: 200;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 53%;
  width: 100%;
  height: 40vw;
}

.image-padding {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.logo {
  padding-top: 18px;
  display: block;
}

.logo.neg {
  filter: invert();
}

.project-row {
  margin-top: 0;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.navbar-wrapper {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-9 {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.utility-page-wrap-password {
  background-image: url('../images/Password.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: calc(100vh + 64px);
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-button_component {
  grid-row-gap: .3rem;
  background-color: #0000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3rem;
  padding-top: .8rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: flex;
}

.nav-button_component:hover {
  opacity: 1;
}

.nav-button_line {
  background-color: #000;
  border-radius: 1px;
  width: 100%;
  height: .15rem;
}

.nav-button_line.is-first {
  transform-origin: 50%;
  width: 100%;
  transform: translate(0);
}

.nav-button_line.is-second {
  width: 100%;
}

.nav-button_line.is-third {
  transform-origin: 50%;
}

.lock {
  filter: invert(80%);
}

.code-embed {
  display: none;
}

.link-in-h2 {
  color: var(--white);
  text-underline-offset: 4px;
  margin-top: -8px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.1;
  text-decoration: underline;
  transition-property: transform;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

.link-in-h2:hover {
  transform: skew(-10deg);
}

.utility-flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-top: 16px;
}

.field-label {
  margin-bottom: 0;
  display: none;
}

.hero-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: -6px auto 0%;
}

.header-container {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}

.imagedisplay {
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-13 {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .utility-page-wrap {
    background-position: 50%;
    background-size: cover;
    height: 100svw;
  }

  .utility-page-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .h1-hero {
    color: var(--white);
    text-align: center;
    font-size: 110px;
  }

  .h2 {
    margin-top: 24px;
    padding-left: 360px;
    font-size: 42px;
    line-height: 1.3;
  }

  .project-hero-wrapper {
    max-width: 1100px;
  }

  .section.hero {
    background-image: url('../images/Hero-Portrait-copy2.webp');
    padding-top: 300px;
  }

  .section.project-hero-image-part {
    height: 60vh;
  }

  .section.about-me {
    padding-top: 300px;
  }

  .project-title-thumbnail {
    max-width: 380px;
    font-size: 40px;
  }

  .label {
    font-size: 16px;
  }

  .hero-landing-page {
    width: 800px;
  }

  .heading-footer {
    font-size: 72px;
  }

  .email {
    font-size: 28px;
  }

  .footer, .project-thumbnail {
    max-width: 1600px;
  }

  .project-thumbnail.insideproject {
    height: 30vw;
  }

  .thumbnail-image {
    object-fit: cover;
    overflow: clip;
  }

  .project.insideproject, .project.insideproject:hover {
    height: 30vw;
  }

  .project.background-moss {
    background-color: var(--moss);
  }

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

  .blur {
    margin-bottom: -100px;
  }

  .project-grid {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    object-fit: cover;
  }

  .container {
    max-width: 1600px;
  }

  .svg {
    width: 64px;
  }

  .form-field-wrapper {
    margin-top: 32px;
  }

  .utility-body {
    display: block;
  }

  .navbar-wrapper {
    max-width: 1600px;
  }

  .utility-page-wrap-password {
    background-position: 50%;
    background-size: cover;
    height: 100svw;
  }

  .header-container {
    max-width: 1600px;
  }
}

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

  .h2 {
    font-size: 32px;
  }

  .nav-link {
    z-index: 3;
    text-transform: none;
    align-self: auto;
    width: 50%;
    margin: 20px 40px 20px 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .nav-link.w--current {
    color: var(--white);
  }

  .section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section.project-hero-image-part {
    height: 80vh;
  }

  .section.about-me {
    flex-flow: column;
  }

  .project-title-thumbnail {
    max-width: 300px;
    font-size: 28px;
  }

  .label.filter {
    padding: 6px 10px;
    font-size: 9px;
  }

  .scroll {
    flex: 0 auto;
  }

  .label-row {
    grid-column-gap: 8px;
    max-width: 300px;
  }

  .heading-footer {
    font-size: 55px;
  }

  .email {
    font-size: 22px;
    transition: transform .2s;
  }

  .email:hover {
    text-decoration: underline;
  }

  .link {
    font-size: 16px;
  }

  .footer-links {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-block-4 {
    font-size: 10px;
  }

  .nav-menu {
    z-index: 1;
    background-color: #fffffff2;
    border-left: 1px solid #fff;
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
    height: 100vw;
    padding-top: 0;
    display: none;
    position: absolute;
  }

  .nav-menu.neg {
    background-color: #000000e6;
  }

  .footer-title-cell {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-links-cell {
    padding-top: 160px;
  }

  .menu-button {
    z-index: 3;
    color: var(--black);
    padding: 0 0 8px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .arrow {
    max-width: 16px;
  }

  .project-thumbnail {
    height: var(--project-thumbnail-tablet);
  }

  .project-thumbnail.insideproject {
    width: 100%;
  }

  .thumbnail-image {
    object-fit: cover;
    align-self: auto;
  }

  .project, .project:hover {
    height: var(--project-thumbnail-tablet);
  }

  .project.background-cerulean {
    display: block;
  }

  .project.insideproject {
    width: 100%;
    max-width: 100%;
  }

  .project.insideproject:hover {
    width: 100%;
    height: var(--project-thumbnail-tablet);
  }

  .project-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .project-grid.text {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .project-grid.cv {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .project-grid.text-image {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .image-3 {
    height: 300px;
  }

  .other-projects {
    flex-flow: wrap;
  }

  .svg {
    width: 48px;
  }

  .h2-utility {
    font-size: 28px;
  }

  .project-row {
    margin-top: -20px;
    margin-bottom: 40px;
  }

  .nav-button_component {
    z-index: 3;
    color: var(--black);
    background-color: #0000;
    position: relative;
  }

  .nav-button_line.is-first.neg, .nav-button_line.is-second.neg, .nav-button_line.is-third.neg {
    background-color: var(--white);
  }

  .lock {
    width: 20px;
    height: 20px;
  }

  .link-in-h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .utility-page-wrap {
    background-position: 50%;
  }

  .h1-hero {
    font-size: 56px;
  }

  .h2 {
    font-size: 28px;
  }

  .project-hero-wrapper {
    max-width: 568px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.hero {
    height: auto;
    min-height: 100vh;
  }

  .section.project-hero-image-part {
    height: 70vh;
  }

  .section.about-me {
    height: auto;
    min-height: 100vh;
  }

  .project-title-thumbnail {
    max-width: 240px;
    font-size: 22px;
  }

  .label {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .label.filter {
    font-size: 9px;
  }

  .hero-landing-page {
    width: auto;
    max-width: 500px;
    padding-bottom: 0;
  }

  .label-row {
    max-width: 240px;
  }

  .heading-footer {
    font-size: 40px;
  }

  .email {
    font-size: 18px;
  }

  .footer-title-cell {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 40px;
    padding-top: 160px;
  }

  .footer-links-cell {
    justify-content: center;
    align-items: center;
    padding-top: 80px;
  }

  .project-thumbnail {
    height: var(--project-thumbnail-mob-land);
    padding-left: 20px;
    padding-right: 20px;
  }

  .thumbnail-image, .thumbnail-image.insideproject {
    margin-left: -130px;
  }

  .project, .project:hover, .project.insideproject:hover {
    height: var(--project-thumbnail-mob-land);
  }

  .project-info {
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .project-info-cell {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
  }

  .project-grid {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 0 20px;
  }

  .project-grid.text {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .project-grid.cv {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .project-grid.text-image {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .job-title {
    font-size: 16px;
  }

  .quote {
    font-size: 20px;
  }

  .image-3 {
    height: 200px;
  }

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

  .svg {
    width: 40px;
  }

  .home-video {
    display: none;
  }

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

  .job-location {
    font-size: 16px;
  }

  .cv-title {
    margin-bottom: 32px;
  }

  .navbar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-wrap-password {
    background-position: 50%;
  }

  .link-in-h2 {
    font-size: 24px;
  }

  .header-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .utility-page-content {
    max-width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .h1-hero {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14vw;
  }

  .h2 {
    text-align: center;
    align-self: center;
    max-width: 280px;
    padding-left: 0;
    font-size: 28px;
  }

  .project-hero-wrapper {
    max-width: 479px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section.hero {
    padding-top: 180px;
    padding-bottom: 0;
  }

  .section.project-hero-image-part {
    height: 70vh;
  }

  .section.about-me {
    padding-top: 180px;
    padding-bottom: 0;
  }

  .navbar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .project-title-thumbnail {
    text-align: center;
    max-width: 320px;
    margin-bottom: 16px;
    font-size: 26px;
  }

  .scroll {
    width: 100%;
    max-width: 272px;
  }

  .hero-landing-page {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    width: 100%;
    max-width: 360px;
  }

  .label-row {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .heading-footer {
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 32px;
  }

  .email {
    align-self: center;
    font-size: 18px;
  }

  .link-label {
    flex: 0 auto;
    order: 0;
    align-self: flex-start;
  }

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

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

  .footer {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-image-cell {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-links-cell {
    justify-content: center;
    align-items: flex-start;
    padding-top: 140px;
  }

  .project-thumbnail {
    height: var(--project-thumbnail-mobile);
    padding-left: 0;
    padding-right: 0;
  }

  .project-thumbnail-text-cell {
    justify-content: center;
    align-items: center;
    padding: 20px 12px;
  }

  .thumbnail-image {
    align-self: center;
    height: 30vh;
    margin-left: 0;
  }

  .thumbnail-image.insideproject {
    align-self: center;
  }

  .project-thumbnail-image-cell {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .project {
    height: var(--project-thumbnail-mobile);
    display: block;
  }

  .project:hover, .project.insideproject:hover {
    height: var(--project-thumbnail-mobile);
  }

  .button-primary {
    width: 100%;
  }

  .project-info {
    grid-row-gap: 36px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 56px;
  }

  .project-info-cell {
    flex: 0 auto;
  }

  .project-hero-text-part {
    overflow: clip;
  }

  .project-grid {
    grid-template-columns: 1fr;
    padding-left: 12px;
    padding-right: 12px;
    overflow: clip;
  }

  .project-grid.text {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-grid.cv {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .project-grid.text-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-3 {
    height: 240px;
  }

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

  .image-cover-240-px {
    object-fit: cover;
    height: 240px;
  }

  .image-6 {
    object-fit: cover;
    height: 130px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .ship {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .svg {
    align-self: baseline;
    width: 24px;
  }

  .form-field-wrapper {
    flex-flow: wrap;
  }

  .h2-utility {
    width: 100%;
    font-size: 22px;
  }

  .utility-body {
    font-size: 12px;
  }

  .container-10, .navbar-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .link-in-h2 {
    width: 100%;
    font-size: 22px;
  }

  .utility-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding-top: 24px;
  }

  .image-10 {
    object-fit: cover;
    height: 240px;
  }

  .image-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.video-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.video-toggle {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.video-toggle:hover {
  background: rgba(0, 0, 0, 0.75);
}

#w-node-_6885c1cf-ab48-909b-6f3c-b6ac608da146-3a3b10d9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3c38aef6-5244-6f61-88e9-f1311cec00a8-3a3b10d9, #w-node-_6a03d8f1-62db-ae09-45eb-4ffa90445ce3-3a3b10d9, #w-node-_6dc7ec2e-5de3-e7f7-dd09-4426988d8dc9-3a3b10d9, #w-node-_46b99669-15dc-38d6-3984-2d2ed3893afc-3a3b10d9, #w-node-_1729e162-2eea-41a8-43ed-e3c538c6b330-3a3b10d9, #w-node-_8f540494-aeab-d9f9-55ee-8df6bbe6a0a7-3a3b10d9, #w-node-_8d15e3b4-b434-ebdf-5e06-20313617558e-3a3b10d9 {
  grid-template-rows: 35vw;
  grid-template-columns: 25% 75%;
}

#w-node-b85440d9-edb0-9582-b475-3f5fba06dace-ba06dacd {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr .75fr 1fr .75fr;
}

#w-node-b85440d9-edb0-9582-b475-3f5fba06dad0-ba06dacd, #w-node-b85440d9-edb0-9582-b475-3f5fba06dadd-ba06dacd, #w-node-b85440d9-edb0-9582-b475-3f5fba06daed-ba06dacd {
  grid-column: span 2 / span 2;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317bfe-9fc91059 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-9fc91059 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c01-9fc91059 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_77d9d202-f126-d54e-8886-92bed4b2a499-9fc91059 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-ac7613ef-6633-be52-d37f-4789c411a4e6-9fc91059 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_079d06db-9406-5107-6b54-81336aa7683d-9fc91059 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_82e5320a-22cb-000e-bd15-221f746b8d7f-9fc91059 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_97d48416-4450-4a45-8a52-e89527289654-9fc91059, #w-node-_485bce6c-4ae9-fda9-c00c-34ec9b8a9399-9fc91059 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_577c7fb4-853d-2126-c12b-fd55250af4e6-9fc91059 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-baadfff4-09bf-ea09-a08c-d608793184a9-9fc91059 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4053de0f-2e88-3dca-f455-d0ae923b4ca0-9fc91059 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ca23aa0d-86f4-d0d4-d744-b14809182748-9fc91059 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_06201b47-eea5-e87f-c35a-5468a0616784-9fc91059 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_0e281c3d-112e-de38-e412-f2695da5de02-9fc91059 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_51d01c10-fdf0-e3e3-9a00-fbc6fd95720f-9fc91059 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_9c664c3c-83ff-af63-de67-6dab44b88df8-9fc91059 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_361e592c-587d-2dc9-4902-d0bef2681d31-9fc91059 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_20efef88-bb38-47cf-e34a-5d817734b174-9fc91059 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: auto center;
}

#w-node-_3e664c44-58e5-955b-dd7f-94d51ecfd9bf-9fc91059, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-9fc91059, #w-node-_7bf75f6a-dd12-d45b-1779-472ccd200b2e-9fc91059, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-9fc91059 {
  grid-template-rows: 35vw;
  grid-template-columns: 50% 50%;
}

#w-node-_20d9f78a-9714-7a25-4c93-c4eaa76060db-708f2531 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_20d9f78a-9714-7a25-4c93-c4eaa76060dd-708f2531 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_20d9f78a-9714-7a25-4c93-c4eaa76060de-708f2531 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_93b3f489-bf9b-4c92-a85e-adc89443fe12-708f2531 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_394faf89-9e12-9397-de6b-efe31cecc6f1-708f2531 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-c7c284e3-1d78-7e89-94ed-bf8a0a4f6139-708f2531 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_86463aa5-8d57-f330-8a29-a8c404a3c646-708f2531 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-ed2f881f-2667-d7d2-048a-91832b8bba03-708f2531 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-bcf31863-c228-1cd7-117e-808cd0cec6e9-708f2531 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b0-708f2531 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b2-708f2531 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b3-708f2531 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-f6c60ed4-5572-7797-2391-ffa34a4c6899-708f2531 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-f8f7122c-d861-ff64-ac32-1de891ed164d-708f2531 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e02c14d-d11e-937e-e29e-5393e630a48f-708f2531 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: auto;
}

#w-node-_3d4031b7-0a01-eacd-dca1-5e86a31b391c-708f2531, #w-node-b53b52d1-b995-c5d3-c8fb-89a816292e0c-708f2531, #w-node-_2f47a246-76a0-0e21-f060-c094fe635439-708f2531, #w-node-b53b52d1-b995-c5d3-c8fb-89a816292e19-708f2531 {
  grid-template-rows: 35vw;
  grid-template-columns: 50% 50%;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317bfe-e3a4c8e3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-e3a4c8e3 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c01-e3a4c8e3 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-e191145e-591b-2fc6-044a-7a18ec29cf7a-e3a4c8e3 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_77d9d202-f126-d54e-8886-92bed4b2a499-e3a4c8e3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_97d48416-4450-4a45-8a52-e89527289654-e3a4c8e3 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-b2a9dbff-0ab1-de8a-01f1-1b0a85099380-e3a4c8e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_82e5320a-22cb-000e-bd15-221f746b8d7f-e3a4c8e3 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-a3b485df-a7d0-5be8-f04c-6d7ffb6ff967-e3a4c8e3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4053de0f-2e88-3dca-f455-d0ae923b4ca0-e3a4c8e3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ca23aa0d-86f4-d0d4-d744-b14809182748-e3a4c8e3 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_06201b47-eea5-e87f-c35a-5468a0616784-e3a4c8e3 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_0e281c3d-112e-de38-e412-f2695da5de02-e3a4c8e3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_51d01c10-fdf0-e3e3-9a00-fbc6fd95720f-e3a4c8e3 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_1ae36707-14c6-f0fa-3ca0-8e815f88f15f-e3a4c8e3, #w-node-bea785fd-24ce-b4cf-90af-e9e508875acc-e3a4c8e3, #w-node-c7f04586-2fc0-d924-9ed0-1fcebb1534b1-e3a4c8e3, #w-node-bea785fd-24ce-b4cf-90af-e9e508875abf-e3a4c8e3 {
  grid-template-rows: 35vw;
  grid-template-columns: 50% 50%;
}

#w-node-_20d9f78a-9714-7a25-4c93-c4eaa76060db-604a8be7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_20d9f78a-9714-7a25-4c93-c4eaa76060dd-604a8be7 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_20d9f78a-9714-7a25-4c93-c4eaa76060de-604a8be7 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_1457333e-6486-0430-e161-3b972f073e07-604a8be7 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_93b3f489-bf9b-4c92-a85e-adc89443fe12-604a8be7 {
  grid-area: 2 / 4 / 3 / 13;
}

#w-node-bcf31863-c228-1cd7-117e-808cd0cec6e9-604a8be7 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_59c29550-65b2-51d8-2649-702e93eed945-604a8be7 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b0-604a8be7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b2-604a8be7 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b3-604a8be7 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_9c7630a7-7ad5-df97-1e34-017eeef5e16c-604a8be7 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-f8f7122c-d861-ff64-ac32-1de891ed164d-604a8be7 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_6f7a1587-42e3-172d-be36-7bc53b99ce1b-604a8be7 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_434e829d-0401-df6c-4422-78d60fe3b470-604a8be7 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9e5cb5d0-614b-3f5d-ea98-6bcee9ce1024-604a8be7, #w-node-c75fc723-7553-fc53-8803-be04c37c76d2-604a8be7, #w-node-_6dd9429b-4afd-c470-ad45-e603cfd065ed-604a8be7, #w-node-_644a9e1b-5315-2d62-3cc7-ddf10a3cfcc8-604a8be7 {
  grid-template-rows: 35vw;
  grid-template-columns: 50% 50%;
}

#w-node-c4f17d2c-5da6-e635-26ea-b15ea4412297-2d3d67de {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-fb02fb1d-fbf1-4ce2-9123-6c12a8ca5a96-2d3d67de {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-fb02fb1d-fbf1-4ce2-9123-6c12a8ca5a98-2d3d67de {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-fb02fb1d-fbf1-4ce2-9123-6c12a8ca5a99-2d3d67de {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_921d476b-f12c-1778-fdc8-4b5470f0fe00-2d3d67de {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a64b8e82-e48f-fec6-daf0-7f53fc18b439-2d3d67de {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_6542c952-5215-ac16-a725-1ef8449fa117-2d3d67de {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-_49e6c451-323a-6473-b5b2-8f911c9aa5e3-2d3d67de {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_49e6c451-323a-6473-b5b2-8f911c9aa5e4-2d3d67de {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-f67f96b1-3e6b-7d07-6205-210bb4c84851-2d3d67de {
  grid-area: 2 / 6 / 3 / 8;
}

#w-node-f67f96b1-3e6b-7d07-6205-210bb4c84853-2d3d67de {
  grid-area: 2 / 8 / 3 / 12;
}

#w-node-f67f96b1-3e6b-7d07-6205-210bb4c84854-2d3d67de {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_9406ad99-4660-9fc1-9d0c-9a25cec40527-2d3d67de {
  grid-area: 3 / 6 / 4 / 8;
}

#w-node-ccd6c344-f981-489a-d9d3-c80f63ac4863-2d3d67de {
  grid-area: 3 / 8 / 4 / 12;
}

#w-node-ccd6c344-f981-489a-d9d3-c80f63ac4864-2d3d67de {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_8a0fd0c4-0f71-44c6-fe33-3226e4b4e4ab-2d3d67de {
  grid-area: 4 / 6 / 5 / 8;
}

#w-node-_2c4afec9-1a47-82e2-a9f6-5eb4de586228-2d3d67de {
  grid-area: 4 / 8 / 5 / 12;
}

#w-node-_2c4afec9-1a47-82e2-a9f6-5eb4de586229-2d3d67de {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-c2d38063-caf3-fd76-cf9f-b412dd958423-2d3d67de {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c2d38063-caf3-fd76-cf9f-b412dd958425-2d3d67de {
  grid-area: 1 / 6 / 2 / 8;
}

#w-node-c2d38063-caf3-fd76-cf9f-b412dd958429-2d3d67de {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-c2d38063-caf3-fd76-cf9f-b412dd95842a-2d3d67de {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-c2d38063-caf3-fd76-cf9f-b412dd958427-2d3d67de {
  grid-area: 2 / 6 / 3 / 8;
}

#w-node-c2d38063-caf3-fd76-cf9f-b412dd95842e-2d3d67de {
  grid-area: 2 / 8 / 3 / 12;
}

#w-node-c2d38063-caf3-fd76-cf9f-b412dd95842f-2d3d67de {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317bfe-9fa81846 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-9fa81846 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c01-9fa81846 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_97d48416-4450-4a45-8a52-e89527289654-9fa81846, #w-node-d71e3d1a-768b-6055-f266-4b3d4793bac9-9fa81846, #w-node-_37416709-42e2-4637-3608-6652d0a3ba87-9fa81846 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_504f346b-f077-f404-fbf5-f03df912e4f3-9fa81846 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_66b2a298-351b-8942-957f-67c6e98f6758-9fa81846 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_4053de0f-2e88-3dca-f455-d0ae923b4ca0-9fa81846 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ca23aa0d-86f4-d0d4-d744-b14809182748-9fa81846 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_06201b47-eea5-e87f-c35a-5468a0616784-9fa81846 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_9c664c3c-83ff-af63-de67-6dab44b88df8-9fa81846 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_77d9d202-f126-d54e-8886-92bed4b2a499-9fa81846 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_7e6c3e8b-6249-a0c3-73ec-bcd6e270d7d2-9fa81846 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f8926fec-9469-7064-78ba-5d95a74659ed-9fa81846, #w-node-f8926fec-9469-7064-78ba-5d95a74659ee-9fa81846, #w-node-f8926fec-9469-7064-78ba-5d95a74659fb-9fa81846, #w-node-f8926fec-9469-7064-78ba-5d95a74659fc-9fa81846 {
  grid-template-rows: 35vw;
  grid-template-columns: 50% 50%;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317bfe-572f242b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-572f242b {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c01-572f242b {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_7e6c3e8b-6249-a0c3-73ec-bcd6e270d7d2-572f242b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_97d48416-4450-4a45-8a52-e89527289654-572f242b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_37416709-42e2-4637-3608-6652d0a3ba87-572f242b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_82e5320a-22cb-000e-bd15-221f746b8d7f-572f242b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_29ed295d-2f80-5e3b-1fde-b1668b414d58-572f242b {
  grid-area: 2 / 2 / 3 / 6;
  align-self: center;
}

#w-node-_2b30e056-709b-d516-fe41-3fb25b3c886d-572f242b {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-_9c664c3c-83ff-af63-de67-6dab44b88df8-572f242b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_01e647c6-2c2e-c1a4-a696-301e5963d8b2-572f242b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-fd66a7ee-8061-52d3-17c8-a58d2aca6640-572f242b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317bfe-fb15dbc8 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-fb15dbc8 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c01-fb15dbc8 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_82e5320a-22cb-000e-bd15-221f746b8d7f-fb15dbc8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_77d9d202-f126-d54e-8886-92bed4b2a499-fb15dbc8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ac7613ef-6633-be52-d37f-4789c411a4e6-fb15dbc8 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_69781589-6d8e-6383-5248-abc4088a14c2-fb15dbc8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d01f8c87-5ca6-cfb2-48dd-d926dfe7a26f-fb15dbc8 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_20efef88-bb38-47cf-e34a-5d817734b174-fb15dbc8 {
  grid-area: 1 / 8 / 2 / 13;
  place-self: auto center;
}

#w-node-_079d06db-9406-5107-6b54-81336aa7683d-fb15dbc8 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_97d48416-4450-4a45-8a52-e89527289654-fb15dbc8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_16ae1ac3-e9a4-c381-f622-efafaf9fc7ad-fb15dbc8 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_3e664c44-58e5-955b-dd7f-94d51ecfd9bf-fb15dbc8, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-fb15dbc8, #w-node-_7bf75f6a-dd12-d45b-1779-472ccd200b2e-fb15dbc8, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-fb15dbc8 {
  grid-template-rows: 35vw;
  grid-template-columns: 50% 50%;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317bfe-c80ca28e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-c80ca28e {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c01-c80ca28e {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_28323bc0-eaa4-3ffd-f86f-6e9620093757-c80ca28e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c28bd7c2-9f67-f076-b8ea-286e09bf2712-c80ca28e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c28bd7c2-9f67-f076-b8ea-286e09bf2714-c80ca28e {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-c28bd7c2-9f67-f076-b8ea-286e09bf2715-c80ca28e {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_9cd7724c-9368-5c18-779f-80e2c4805bfd-c80ca28e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-d01f8c87-5ca6-cfb2-48dd-d926dfe7a26f-c80ca28e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_20efef88-bb38-47cf-e34a-5d817734b174-c80ca28e {
  grid-area: 1 / 6 / 2 / 13;
  place-self: auto center;
}

#w-node-_2786016e-8ee2-7c05-f7c6-7978e6225568-c80ca28e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fc568369-e30d-da7c-039c-09286f1d6f83-c80ca28e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-fc568369-e30d-da7c-039c-09286f1d6f85-c80ca28e {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-fc568369-e30d-da7c-039c-09286f1d6f86-c80ca28e {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_46ba60db-fde3-6f69-bfaf-a6846534eea7-c80ca28e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a8efbac7-b01d-6b86-efff-a354ab30ad87-c80ca28e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_126bc73d-9b7e-e980-257a-389060ac97c0-c80ca28e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_96b4af83-6307-acea-6784-8308919d9a2b-c80ca28e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_96b4af83-6307-acea-6784-8308919d9a2d-c80ca28e {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_96b4af83-6307-acea-6784-8308919d9a2e-c80ca28e {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_079d06db-9406-5107-6b54-81336aa7683d-c80ca28e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3e664c44-58e5-955b-dd7f-94d51ecfd9bf-c80ca28e, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-c80ca28e, #w-node-_7bf75f6a-dd12-d45b-1779-472ccd200b2e-c80ca28e, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-c80ca28e {
  grid-template-rows: 35vw;
  grid-template-columns: 50% 50%;
}

@media screen and (min-width: 1920px) {
  #w-node-_82e5320a-22cb-000e-bd15-221f746b8d7f-9fc91059, #w-node-baadfff4-09bf-ea09-a08c-d608793184a9-9fc91059, #w-node-_9c664c3c-83ff-af63-de67-6dab44b88df8-9fc91059 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-9fc91059, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-9fc91059 {
    grid-template-rows: 30vw;
    grid-template-columns: 50% 50%;
  }

  #w-node-_5e02c14d-d11e-937e-e29e-5393e630a48f-708f2531 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: auto;
  }

  #w-node-b53b52d1-b995-c5d3-c8fb-89a816292e0c-708f2531, #w-node-b53b52d1-b995-c5d3-c8fb-89a816292e19-708f2531 {
    grid-template-rows: 30vw;
    grid-template-columns: 50% 50%;
  }

  #w-node-b2a9dbff-0ab1-de8a-01f1-1b0a85099380-e3a4c8e3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0e281c3d-112e-de38-e412-f2695da5de02-e3a4c8e3 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-bea785fd-24ce-b4cf-90af-e9e508875acc-e3a4c8e3, #w-node-bea785fd-24ce-b4cf-90af-e9e508875abf-e3a4c8e3 {
    grid-template-rows: 30vw;
    grid-template-columns: 50% 50%;
  }

  #w-node-_1457333e-6486-0430-e161-3b972f073e07-604a8be7, #w-node-_59c29550-65b2-51d8-2649-702e93eed945-604a8be7 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-c75fc723-7553-fc53-8803-be04c37c76d2-604a8be7, #w-node-_644a9e1b-5315-2d62-3cc7-ddf10a3cfcc8-604a8be7 {
    grid-template-rows: 30vw;
    grid-template-columns: 50% 50%;
  }

  #w-node-_921d476b-f12c-1778-fdc8-4b5470f0fe00-2d3d67de {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_504f346b-f077-f404-fbf5-f03df912e4f3-9fa81846 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_9c664c3c-83ff-af63-de67-6dab44b88df8-9fa81846 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-f8926fec-9469-7064-78ba-5d95a74659ee-9fa81846, #w-node-f8926fec-9469-7064-78ba-5d95a74659fc-9fa81846 {
    grid-template-rows: 30vw;
    grid-template-columns: 50% 50%;
  }

  #w-node-_37416709-42e2-4637-3608-6652d0a3ba87-572f242b {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_82e5320a-22cb-000e-bd15-221f746b8d7f-572f242b, #w-node-_82e5320a-22cb-000e-bd15-221f746b8d7f-fb15dbc8, #w-node-_69781589-6d8e-6383-5248-abc4088a14c2-fb15dbc8 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_20efef88-bb38-47cf-e34a-5d817734b174-fb15dbc8 {
    grid-area: 1 / 8 / 2 / 13;
    place-self: auto center;
  }

  #w-node-_079d06db-9406-5107-6b54-81336aa7683d-fb15dbc8 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-fb15dbc8, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-fb15dbc8 {
    grid-template-rows: 30vw;
    grid-template-columns: 50% 50%;
  }

  #w-node-_20efef88-bb38-47cf-e34a-5d817734b174-c80ca28e {
    grid-area: 1 / 8 / 2 / 13;
    place-self: auto center;
  }

  #w-node-_2786016e-8ee2-7c05-f7c6-7978e6225568-c80ca28e, #w-node-_079d06db-9406-5107-6b54-81336aa7683d-c80ca28e {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-c80ca28e, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-c80ca28e {
    grid-template-rows: 30vw;
    grid-template-columns: 50% 50%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3c38aef6-5244-6f61-88e9-f1311cec00a8-3a3b10d9, #w-node-_6a03d8f1-62db-ae09-45eb-4ffa90445ce3-3a3b10d9, #w-node-_6dc7ec2e-5de3-e7f7-dd09-4426988d8dc9-3a3b10d9, #w-node-_46b99669-15dc-38d6-3984-2d2ed3893afc-3a3b10d9, #w-node-_1729e162-2eea-41a8-43ed-e3c538c6b330-3a3b10d9, #w-node-_8f540494-aeab-d9f9-55ee-8df6bbe6a0a7-3a3b10d9, #w-node-_8d15e3b4-b434-ebdf-5e06-20313617558e-3a3b10d9 {
    grid-template-rows: 40vw;
    grid-template-columns: 40% 60%;
  }

  #w-node-b85440d9-edb0-9582-b475-3f5fba06dace-ba06dacd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr .75fr 1fr .25fr;
  }

  #w-node-_97d48416-4450-4a45-8a52-e89527289654-9fc91059 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_4053de0f-2e88-3dca-f455-d0ae923b4ca0-9fc91059 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3e664c44-58e5-955b-dd7f-94d51ecfd9bf-9fc91059, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-9fc91059, #w-node-_7bf75f6a-dd12-d45b-1779-472ccd200b2e-9fc91059, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-9fc91059 {
    grid-template-rows: 40vw;
    grid-template-columns: 40% 60%;
  }

  #w-node-c7c284e3-1d78-7e89-94ed-bf8a0a4f6139-708f2531 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ed2f881f-2667-d7d2-048a-91832b8bba03-708f2531 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: center;
  }

  #w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b0-708f2531 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f6c60ed4-5572-7797-2391-ffa34a4c6899-708f2531 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f8f7122c-d861-ff64-ac32-1de891ed164d-708f2531 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3d4031b7-0a01-eacd-dca1-5e86a31b391c-708f2531, #w-node-b53b52d1-b995-c5d3-c8fb-89a816292e0c-708f2531, #w-node-_2f47a246-76a0-0e21-f060-c094fe635439-708f2531, #w-node-b53b52d1-b995-c5d3-c8fb-89a816292e19-708f2531 {
    grid-template-rows: 40vw;
    grid-template-columns: 40% 60%;
  }

  #w-node-_97d48416-4450-4a45-8a52-e89527289654-e3a4c8e3 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_82e5320a-22cb-000e-bd15-221f746b8d7f-e3a4c8e3 {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-a3b485df-a7d0-5be8-f04c-6d7ffb6ff967-e3a4c8e3 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_4053de0f-2e88-3dca-f455-d0ae923b4ca0-e3a4c8e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_51d01c10-fdf0-e3e3-9a00-fbc6fd95720f-e3a4c8e3 {
    grid-area: 2 / 4 / 3 / 13;
  }

  #w-node-_1ae36707-14c6-f0fa-3ca0-8e815f88f15f-e3a4c8e3, #w-node-bea785fd-24ce-b4cf-90af-e9e508875acc-e3a4c8e3, #w-node-c7f04586-2fc0-d924-9ed0-1fcebb1534b1-e3a4c8e3, #w-node-bea785fd-24ce-b4cf-90af-e9e508875abf-e3a4c8e3 {
    grid-template-rows: 40vw;
    grid-template-columns: 40% 60%;
  }

  #w-node-bcf31863-c228-1cd7-117e-808cd0cec6e9-604a8be7 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b0-604a8be7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8f7122c-d861-ff64-ac32-1de891ed164d-604a8be7 {
    grid-area: 2 / 6 / 3 / 12;
  }

  #w-node-_6f7a1587-42e3-172d-be36-7bc53b99ce1b-604a8be7 {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-_9e5cb5d0-614b-3f5d-ea98-6bcee9ce1024-604a8be7, #w-node-c75fc723-7553-fc53-8803-be04c37c76d2-604a8be7, #w-node-_6dd9429b-4afd-c470-ad45-e603cfd065ed-604a8be7, #w-node-_644a9e1b-5315-2d62-3cc7-ddf10a3cfcc8-604a8be7 {
    grid-template-rows: 40vw;
    grid-template-columns: 40% 60%;
  }

  #w-node-a64b8e82-e48f-fec6-daf0-7f53fc18b439-2d3d67de {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_6542c952-5215-ac16-a725-1ef8449fa117-2d3d67de {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-_49e6c451-323a-6473-b5b2-8f911c9aa5e3-2d3d67de {
    grid-area: 1 / 7 / 2 / 12;
  }

  #w-node-f67f96b1-3e6b-7d07-6205-210bb4c84851-2d3d67de {
    grid-area: 2 / 5 / 3 / 7;
  }

  #w-node-f67f96b1-3e6b-7d07-6205-210bb4c84853-2d3d67de {
    grid-area: 2 / 7 / 3 / 12;
  }

  #w-node-_9406ad99-4660-9fc1-9d0c-9a25cec40527-2d3d67de {
    grid-area: 3 / 5 / 4 / 7;
  }

  #w-node-ccd6c344-f981-489a-d9d3-c80f63ac4863-2d3d67de {
    grid-area: 3 / 7 / 4 / 12;
  }

  #w-node-_8a0fd0c4-0f71-44c6-fe33-3226e4b4e4ab-2d3d67de {
    grid-area: 4 / 5 / 5 / 7;
  }

  #w-node-_2c4afec9-1a47-82e2-a9f6-5eb4de586228-2d3d67de {
    grid-area: 4 / 7 / 5 / 12;
  }

  #w-node-c2d38063-caf3-fd76-cf9f-b412dd958423-2d3d67de {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-c2d38063-caf3-fd76-cf9f-b412dd958425-2d3d67de {
    grid-area: 1 / 5 / 2 / 7;
  }

  #w-node-c2d38063-caf3-fd76-cf9f-b412dd958429-2d3d67de {
    grid-area: 1 / 7 / 2 / 12;
  }

  #w-node-c2d38063-caf3-fd76-cf9f-b412dd958427-2d3d67de {
    grid-area: 2 / 5 / 3 / 7;
  }

  #w-node-c2d38063-caf3-fd76-cf9f-b412dd95842e-2d3d67de {
    grid-area: 2 / 7 / 3 / 12;
  }

  #w-node-_97d48416-4450-4a45-8a52-e89527289654-9fa81846 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-d71e3d1a-768b-6055-f266-4b3d4793bac9-9fa81846, #w-node-_37416709-42e2-4637-3608-6652d0a3ba87-9fa81846 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4053de0f-2e88-3dca-f455-d0ae923b4ca0-9fa81846 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8926fec-9469-7064-78ba-5d95a74659ed-9fa81846, #w-node-f8926fec-9469-7064-78ba-5d95a74659ee-9fa81846, #w-node-f8926fec-9469-7064-78ba-5d95a74659fb-9fa81846, #w-node-f8926fec-9469-7064-78ba-5d95a74659fc-9fa81846 {
    grid-template-rows: 40vw;
    grid-template-columns: 40% 60%;
  }

  #w-node-_37416709-42e2-4637-3608-6652d0a3ba87-572f242b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d01f8c87-5ca6-cfb2-48dd-d926dfe7a26f-fb15dbc8 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_97d48416-4450-4a45-8a52-e89527289654-fb15dbc8 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_3e664c44-58e5-955b-dd7f-94d51ecfd9bf-fb15dbc8, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-fb15dbc8, #w-node-_7bf75f6a-dd12-d45b-1779-472ccd200b2e-fb15dbc8, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-fb15dbc8 {
    grid-template-rows: 40vw;
    grid-template-columns: 40% 60%;
  }

  #w-node-c28bd7c2-9f67-f076-b8ea-286e09bf2712-c80ca28e {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-d01f8c87-5ca6-cfb2-48dd-d926dfe7a26f-c80ca28e {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-fc568369-e30d-da7c-039c-09286f1d6f83-c80ca28e, #w-node-_96b4af83-6307-acea-6784-8308919d9a2b-c80ca28e {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_3e664c44-58e5-955b-dd7f-94d51ecfd9bf-c80ca28e, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-c80ca28e, #w-node-_7bf75f6a-dd12-d45b-1779-472ccd200b2e-c80ca28e, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-c80ca28e {
    grid-template-rows: 40vw;
    grid-template-columns: 40% 60%;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6885c1cf-ab48-909b-6f3c-b6ac608da146-3a3b10d9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3c38aef6-5244-6f61-88e9-f1311cec00a8-3a3b10d9, #w-node-_6a03d8f1-62db-ae09-45eb-4ffa90445ce3-3a3b10d9, #w-node-_6dc7ec2e-5de3-e7f7-dd09-4426988d8dc9-3a3b10d9, #w-node-_46b99669-15dc-38d6-3984-2d2ed3893afc-3a3b10d9, #w-node-_1729e162-2eea-41a8-43ed-e3c538c6b330-3a3b10d9, #w-node-_8f540494-aeab-d9f9-55ee-8df6bbe6a0a7-3a3b10d9, #w-node-_8d15e3b4-b434-ebdf-5e06-20313617558e-3a3b10d9 {
    grid-template-rows: 50vw;
    grid-template-columns: 50% 50%;
  }

  #w-node-b85440d9-edb0-9582-b475-3f5fba06dace-ba06dacd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-b85440d9-edb0-9582-b475-3f5fba06dacf-ba06dacd {
    grid-column: span 2 / span 2;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317bfe-9fc91059 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-9fc91059 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-ac7613ef-6633-be52-d37f-4789c411a4e6-9fc91059 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_079d06db-9406-5107-6b54-81336aa7683d-9fc91059 {
    grid-area: 1 / 7 / 2 / 11;
  }

  #w-node-_485bce6c-4ae9-fda9-c00c-34ec9b8a9399-9fc91059 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_577c7fb4-853d-2126-c12b-fd55250af4e6-9fc91059 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_4053de0f-2e88-3dca-f455-d0ae923b4ca0-9fc91059 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ca23aa0d-86f4-d0d4-d744-b14809182748-9fc91059 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_0e281c3d-112e-de38-e412-f2695da5de02-9fc91059 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_51d01c10-fdf0-e3e3-9a00-fbc6fd95720f-9fc91059 {
    grid-area: 2 / 8 / 3 / 13;
  }

  #w-node-_3e664c44-58e5-955b-dd7f-94d51ecfd9bf-9fc91059, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-9fc91059, #w-node-_7bf75f6a-dd12-d45b-1779-472ccd200b2e-9fc91059, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-9fc91059 {
    grid-template-rows: 50vw;
    grid-template-columns: 50% 50%;
  }

  #w-node-_20d9f78a-9714-7a25-4c93-c4eaa76060db-708f2531 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_20d9f78a-9714-7a25-4c93-c4eaa76060dd-708f2531 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-c7c284e3-1d78-7e89-94ed-bf8a0a4f6139-708f2531 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    justify-self: auto;
  }

  #w-node-ed2f881f-2667-d7d2-048a-91832b8bba03-708f2531 {
    grid-area: span 1 / span 9 / span 1 / span 9;
    align-self: center;
  }

  #w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b0-708f2531 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b2-708f2531 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_3d4031b7-0a01-eacd-dca1-5e86a31b391c-708f2531, #w-node-b53b52d1-b995-c5d3-c8fb-89a816292e0c-708f2531, #w-node-_2f47a246-76a0-0e21-f060-c094fe635439-708f2531, #w-node-b53b52d1-b995-c5d3-c8fb-89a816292e19-708f2531 {
    grid-template-rows: 50vw;
    grid-template-columns: 50% 50%;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317bfe-e3a4c8e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-e3a4c8e3 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-e191145e-591b-2fc6-044a-7a18ec29cf7a-e3a4c8e3 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_97d48416-4450-4a45-8a52-e89527289654-e3a4c8e3 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-b2a9dbff-0ab1-de8a-01f1-1b0a85099380-e3a4c8e3 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-a3b485df-a7d0-5be8-f04c-6d7ffb6ff967-e3a4c8e3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ca23aa0d-86f4-d0d4-d744-b14809182748-e3a4c8e3 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_0e281c3d-112e-de38-e412-f2695da5de02-e3a4c8e3 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_51d01c10-fdf0-e3e3-9a00-fbc6fd95720f-e3a4c8e3 {
    grid-area: 2 / 3 / 3 / 13;
  }

  #w-node-_1ae36707-14c6-f0fa-3ca0-8e815f88f15f-e3a4c8e3, #w-node-bea785fd-24ce-b4cf-90af-e9e508875acc-e3a4c8e3, #w-node-c7f04586-2fc0-d924-9ed0-1fcebb1534b1-e3a4c8e3, #w-node-bea785fd-24ce-b4cf-90af-e9e508875abf-e3a4c8e3 {
    grid-template-rows: 50vw;
    grid-template-columns: 50% 50%;
  }

  #w-node-_20d9f78a-9714-7a25-4c93-c4eaa76060db-604a8be7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_20d9f78a-9714-7a25-4c93-c4eaa76060dd-604a8be7 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b0-604a8be7 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b2-604a8be7 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_6f7a1587-42e3-172d-be36-7bc53b99ce1b-604a8be7 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_9e5cb5d0-614b-3f5d-ea98-6bcee9ce1024-604a8be7, #w-node-c75fc723-7553-fc53-8803-be04c37c76d2-604a8be7, #w-node-_6dd9429b-4afd-c470-ad45-e603cfd065ed-604a8be7, #w-node-_644a9e1b-5315-2d62-3cc7-ddf10a3cfcc8-604a8be7 {
    grid-template-rows: 50vw;
    grid-template-columns: 50% 50%;
  }

  #w-node-c4f17d2c-5da6-e635-26ea-b15ea4412297-2d3d67de {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fb02fb1d-fbf1-4ce2-9123-6c12a8ca5a96-2d3d67de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb02fb1d-fbf1-4ce2-9123-6c12a8ca5a98-2d3d67de, #w-node-a64b8e82-e48f-fec6-daf0-7f53fc18b439-2d3d67de {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_6542c952-5215-ac16-a725-1ef8449fa117-2d3d67de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_49e6c451-323a-6473-b5b2-8f911c9aa5e3-2d3d67de {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-f67f96b1-3e6b-7d07-6205-210bb4c84851-2d3d67de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f67f96b1-3e6b-7d07-6205-210bb4c84853-2d3d67de {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_9406ad99-4660-9fc1-9d0c-9a25cec40527-2d3d67de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ccd6c344-f981-489a-d9d3-c80f63ac4863-2d3d67de {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_8a0fd0c4-0f71-44c6-fe33-3226e4b4e4ab-2d3d67de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2c4afec9-1a47-82e2-a9f6-5eb4de586228-2d3d67de {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c2d38063-caf3-fd76-cf9f-b412dd958423-2d3d67de {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-c2d38063-caf3-fd76-cf9f-b412dd958425-2d3d67de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2d38063-caf3-fd76-cf9f-b412dd958429-2d3d67de {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-c2d38063-caf3-fd76-cf9f-b412dd958427-2d3d67de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c2d38063-caf3-fd76-cf9f-b412dd95842e-2d3d67de {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317bfe-9fa81846 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-9fa81846 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_97d48416-4450-4a45-8a52-e89527289654-9fa81846 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_504f346b-f077-f404-fbf5-f03df912e4f3-9fa81846 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-ca23aa0d-86f4-d0d4-d744-b14809182748-9fa81846 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_77d9d202-f126-d54e-8886-92bed4b2a499-9fa81846 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-f8926fec-9469-7064-78ba-5d95a74659ed-9fa81846, #w-node-f8926fec-9469-7064-78ba-5d95a74659ee-9fa81846, #w-node-f8926fec-9469-7064-78ba-5d95a74659fb-9fa81846, #w-node-f8926fec-9469-7064-78ba-5d95a74659fc-9fa81846 {
    grid-template-rows: 50vw;
    grid-template-columns: 50% 50%;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317bfe-572f242b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-572f242b {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_97d48416-4450-4a45-8a52-e89527289654-572f242b {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_37416709-42e2-4637-3608-6652d0a3ba87-572f242b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317bfe-fb15dbc8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-fb15dbc8 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_77d9d202-f126-d54e-8886-92bed4b2a499-fb15dbc8 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ac7613ef-6633-be52-d37f-4789c411a4e6-fb15dbc8, #w-node-d01f8c87-5ca6-cfb2-48dd-d926dfe7a26f-fb15dbc8 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_20efef88-bb38-47cf-e34a-5d817734b174-fb15dbc8 {
    grid-area: 1 / 7 / 2 / 13;
    place-self: auto center;
  }

  #w-node-_079d06db-9406-5107-6b54-81336aa7683d-fb15dbc8 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_16ae1ac3-e9a4-c381-f622-efafaf9fc7ad-fb15dbc8 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_3e664c44-58e5-955b-dd7f-94d51ecfd9bf-fb15dbc8, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-fb15dbc8, #w-node-_7bf75f6a-dd12-d45b-1779-472ccd200b2e-fb15dbc8, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-fb15dbc8 {
    grid-template-rows: 50vw;
    grid-template-columns: 50% 50%;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317bfe-c80ca28e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-c80ca28e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-c28bd7c2-9f67-f076-b8ea-286e09bf2712-c80ca28e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-c28bd7c2-9f67-f076-b8ea-286e09bf2714-c80ca28e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-d01f8c87-5ca6-cfb2-48dd-d926dfe7a26f-c80ca28e {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_20efef88-bb38-47cf-e34a-5d817734b174-c80ca28e {
    grid-area: 1 / 7 / 2 / 13;
    place-self: auto center;
  }

  #w-node-fc568369-e30d-da7c-039c-09286f1d6f83-c80ca28e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-fc568369-e30d-da7c-039c-09286f1d6f85-c80ca28e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_96b4af83-6307-acea-6784-8308919d9a2b-c80ca28e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_96b4af83-6307-acea-6784-8308919d9a2d-c80ca28e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_079d06db-9406-5107-6b54-81336aa7683d-c80ca28e {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_3e664c44-58e5-955b-dd7f-94d51ecfd9bf-c80ca28e, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-c80ca28e, #w-node-_7bf75f6a-dd12-d45b-1779-472ccd200b2e-c80ca28e, #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-c80ca28e {
    grid-template-rows: 50vw;
    grid-template-columns: 50% 50%;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3c38aef6-5244-6f61-88e9-f1311cec00a8-3a3b10d9, #w-node-_6a03d8f1-62db-ae09-45eb-4ffa90445ce3-3a3b10d9, #w-node-_6dc7ec2e-5de3-e7f7-dd09-4426988d8dc9-3a3b10d9, #w-node-_46b99669-15dc-38d6-3984-2d2ed3893afc-3a3b10d9, #w-node-_1729e162-2eea-41a8-43ed-e3c538c6b330-3a3b10d9, #w-node-_8f540494-aeab-d9f9-55ee-8df6bbe6a0a7-3a3b10d9, #w-node-_8d15e3b4-b434-ebdf-5e06-20313617558e-3a3b10d9 {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }

  #w-node-b85440d9-edb0-9582-b475-3f5fba06dace-ba06dacd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-b85440d9-edb0-9582-b475-3f5fba06dacf-ba06dacd, #w-node-b85440d9-edb0-9582-b475-3f5fba06dad7-ba06dacd {
    grid-column: span 2 / span 2;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-9fc91059 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_77d9d202-f126-d54e-8886-92bed4b2a499-9fc91059 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_079d06db-9406-5107-6b54-81336aa7683d-9fc91059 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_82e5320a-22cb-000e-bd15-221f746b8d7f-9fc91059 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97d48416-4450-4a45-8a52-e89527289654-9fc91059 {
    grid-column: span 1 / span 1;
  }

  #w-node-_485bce6c-4ae9-fda9-c00c-34ec9b8a9399-9fc91059 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_577c7fb4-853d-2126-c12b-fd55250af4e6-9fc91059 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-baadfff4-09bf-ea09-a08c-d608793184a9-9fc91059 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4053de0f-2e88-3dca-f455-d0ae923b4ca0-9fc91059, #w-node-ca23aa0d-86f4-d0d4-d744-b14809182748-9fc91059 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_51d01c10-fdf0-e3e3-9a00-fbc6fd95720f-9fc91059 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_361e592c-587d-2dc9-4902-d0bef2681d31-9fc91059 {
    grid-area: span 2 / span 12 / span 2 / span 12;
  }

  #w-node-_20efef88-bb38-47cf-e34a-5d817734b174-9fc91059 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    place-self: auto center;
  }

  #w-node-_3e664c44-58e5-955b-dd7f-94d51ecfd9bf-9fc91059 {
    grid-template-rows: 22vh;
    grid-template-columns: 100%;
  }

  #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-9fc91059 {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }

  #w-node-_7bf75f6a-dd12-d45b-1779-472ccd200b2e-9fc91059 {
    grid-template-rows: 24vh;
    grid-template-columns: 100%;
  }

  #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-9fc91059 {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }

  #w-node-_20d9f78a-9714-7a25-4c93-c4eaa76060dd-708f2531 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_93b3f489-bf9b-4c92-a85e-adc89443fe12-708f2531, #w-node-_394faf89-9e12-9397-de6b-efe31cecc6f1-708f2531 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86463aa5-8d57-f330-8a29-a8c404a3c646-708f2531 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b0-708f2531, #w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b2-708f2531 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f6c60ed4-5572-7797-2391-ffa34a4c6899-708f2531, #w-node-f8f7122c-d861-ff64-ac32-1de891ed164d-708f2531, #w-node-_5e02c14d-d11e-937e-e29e-5393e630a48f-708f2531 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3d4031b7-0a01-eacd-dca1-5e86a31b391c-708f2531 {
    grid-template-rows: 22vh;
    grid-template-columns: 100%;
  }

  #w-node-b53b52d1-b995-c5d3-c8fb-89a816292e0c-708f2531 {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }

  #w-node-_2f47a246-76a0-0e21-f060-c094fe635439-708f2531 {
    grid-template-rows: 22vh;
    grid-template-columns: 100%;
  }

  #w-node-b53b52d1-b995-c5d3-c8fb-89a816292e19-708f2531 {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-e3a4c8e3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_97d48416-4450-4a45-8a52-e89527289654-e3a4c8e3 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_82e5320a-22cb-000e-bd15-221f746b8d7f-e3a4c8e3, #w-node-ca23aa0d-86f4-d0d4-d744-b14809182748-e3a4c8e3 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_51d01c10-fdf0-e3e3-9a00-fbc6fd95720f-e3a4c8e3 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_1ae36707-14c6-f0fa-3ca0-8e815f88f15f-e3a4c8e3 {
    grid-template-rows: 24vh;
    grid-template-columns: 100%;
  }

  #w-node-bea785fd-24ce-b4cf-90af-e9e508875acc-e3a4c8e3 {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }

  #w-node-c7f04586-2fc0-d924-9ed0-1fcebb1534b1-e3a4c8e3 {
    grid-template-rows: 22vh;
    grid-template-columns: 100%;
  }

  #w-node-bea785fd-24ce-b4cf-90af-e9e508875abf-e3a4c8e3 {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }

  #w-node-_20d9f78a-9714-7a25-4c93-c4eaa76060dd-604a8be7 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_93b3f489-bf9b-4c92-a85e-adc89443fe12-604a8be7 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b0-604a8be7, #w-node-e630f386-8bf0-e6d6-8c22-3790b12d76b2-604a8be7 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_9c7630a7-7ad5-df97-1e34-017eeef5e16c-604a8be7 {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-f8f7122c-d861-ff64-ac32-1de891ed164d-604a8be7 {
    grid-area: 2 / 5 / 3 / 12;
  }

  #w-node-_9e5cb5d0-614b-3f5d-ea98-6bcee9ce1024-604a8be7 {
    grid-template-rows: 22vh;
    grid-template-columns: 100%;
  }

  #w-node-c75fc723-7553-fc53-8803-be04c37c76d2-604a8be7 {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }

  #w-node-_6dd9429b-4afd-c470-ad45-e603cfd065ed-604a8be7 {
    grid-template-rows: 22vh;
    grid-template-columns: 100%;
  }

  #w-node-_644a9e1b-5315-2d62-3cc7-ddf10a3cfcc8-604a8be7 {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }

  #w-node-fb02fb1d-fbf1-4ce2-9123-6c12a8ca5a96-2d3d67de {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-fb02fb1d-fbf1-4ce2-9123-6c12a8ca5a98-2d3d67de {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_6542c952-5215-ac16-a725-1ef8449fa117-2d3d67de {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_49e6c451-323a-6473-b5b2-8f911c9aa5e3-2d3d67de {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f67f96b1-3e6b-7d07-6205-210bb4c84851-2d3d67de {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f67f96b1-3e6b-7d07-6205-210bb4c84853-2d3d67de, #w-node-ccd6c344-f981-489a-d9d3-c80f63ac4863-2d3d67de, #w-node-_2c4afec9-1a47-82e2-a9f6-5eb4de586228-2d3d67de {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-c2d38063-caf3-fd76-cf9f-b412dd958425-2d3d67de {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c2d38063-caf3-fd76-cf9f-b412dd958429-2d3d67de, #w-node-c2d38063-caf3-fd76-cf9f-b412dd95842e-2d3d67de, #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-9fa81846 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_97d48416-4450-4a45-8a52-e89527289654-9fa81846, #w-node-_37416709-42e2-4637-3608-6652d0a3ba87-9fa81846 {
    grid-column: span 3 / span 3;
  }

  #w-node-_504f346b-f077-f404-fbf5-f03df912e4f3-9fa81846 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66b2a298-351b-8942-957f-67c6e98f6758-9fa81846 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4053de0f-2e88-3dca-f455-d0ae923b4ca0-9fa81846 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ca23aa0d-86f4-d0d4-d744-b14809182748-9fa81846 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f8926fec-9469-7064-78ba-5d95a74659ed-9fa81846 {
    grid-template-rows: 22vh;
    grid-template-columns: 100%;
  }

  #w-node-f8926fec-9469-7064-78ba-5d95a74659ee-9fa81846 {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }

  #w-node-f8926fec-9469-7064-78ba-5d95a74659fb-9fa81846 {
    grid-template-rows: 22vh;
    grid-template-columns: 100%;
  }

  #w-node-f8926fec-9469-7064-78ba-5d95a74659fc-9fa81846 {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-572f242b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_97d48416-4450-4a45-8a52-e89527289654-572f242b, #w-node-_37416709-42e2-4637-3608-6652d0a3ba87-572f242b {
    grid-column: span 3 / span 3;
  }

  #w-node-_82e5320a-22cb-000e-bd15-221f746b8d7f-572f242b {
    grid-column: span 1 / span 1;
  }

  #w-node-_29ed295d-2f80-5e3b-1fde-b1668b414d58-572f242b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_2b30e056-709b-d516-fe41-3fb25b3c886d-572f242b, #w-node-_9c664c3c-83ff-af63-de67-6dab44b88df8-572f242b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_01e647c6-2c2e-c1a4-a696-301e5963d8b2-572f242b, #w-node-fd66a7ee-8061-52d3-17c8-a58d2aca6640-572f242b {
    grid-column: span 1 / span 1;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-fb15dbc8 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_82e5320a-22cb-000e-bd15-221f746b8d7f-fb15dbc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77d9d202-f126-d54e-8886-92bed4b2a499-fb15dbc8 {
    order: 9999;
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-ac7613ef-6633-be52-d37f-4789c411a4e6-fb15dbc8 {
    grid-area: span 1 / span 9 / span 1 / span 9;
  }

  #w-node-_69781589-6d8e-6383-5248-abc4088a14c2-fb15dbc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d01f8c87-5ca6-cfb2-48dd-d926dfe7a26f-fb15dbc8 {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_20efef88-bb38-47cf-e34a-5d817734b174-fb15dbc8 {
    grid-area: 2 / 1 / 3 / 15;
    place-self: auto center;
  }

  #w-node-_079d06db-9406-5107-6b54-81336aa7683d-fb15dbc8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_97d48416-4450-4a45-8a52-e89527289654-fb15dbc8 {
    order: 9999;
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_16ae1ac3-e9a4-c381-f622-efafaf9fc7ad-fb15dbc8 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_3e664c44-58e5-955b-dd7f-94d51ecfd9bf-fb15dbc8 {
    grid-template-rows: 22vh;
    grid-template-columns: 100%;
  }

  #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-fb15dbc8 {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }

  #w-node-_7bf75f6a-dd12-d45b-1779-472ccd200b2e-fb15dbc8 {
    grid-template-rows: 24vh;
    grid-template-columns: 100%;
  }

  #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-fb15dbc8 {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }

  #w-node-_3c39ffc7-c97b-f281-4f1f-bf181e317c00-c80ca28e, #w-node-c28bd7c2-9f67-f076-b8ea-286e09bf2714-c80ca28e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-d01f8c87-5ca6-cfb2-48dd-d926dfe7a26f-c80ca28e {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_20efef88-bb38-47cf-e34a-5d817734b174-c80ca28e {
    grid-area: 2 / 1 / 3 / 15;
    place-self: auto center;
  }

  #w-node-_2786016e-8ee2-7c05-f7c6-7978e6225568-c80ca28e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fc568369-e30d-da7c-039c-09286f1d6f85-c80ca28e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_46ba60db-fde3-6f69-bfaf-a6846534eea7-c80ca28e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a8efbac7-b01d-6b86-efff-a354ab30ad87-c80ca28e {
    grid-column: span 6 / span 6;
  }

  #w-node-_126bc73d-9b7e-e980-257a-389060ac97c0-c80ca28e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_96b4af83-6307-acea-6784-8308919d9a2d-c80ca28e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_079d06db-9406-5107-6b54-81336aa7683d-c80ca28e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3e664c44-58e5-955b-dd7f-94d51ecfd9bf-c80ca28e {
    grid-template-rows: 22vh;
    grid-template-columns: 100%;
  }

  #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfb2-c80ca28e {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }

  #w-node-_7bf75f6a-dd12-d45b-1779-472ccd200b2e-c80ca28e {
    grid-template-rows: 24vh;
    grid-template-columns: 100%;
  }

  #w-node-_48e2d224-6fd9-37bc-a5ee-4ee0e9a0bfbf-c80ca28e {
    grid-template-rows: 30vh;
    grid-template-columns: 100%;
  }
}


@font-face {
  font-family: 'Outfit Variablefont Wght';
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}