:root {
  --primary--sand: #f7f5f0;
  --primary--black: #000;
  --primary--charcoal: #2f2f30;
  --primary--white: white;
  --primary--dune: #e0dac3;
  --primary--terracota: #c47a4d;
  --text-color--neutral: #707070;
  --text-color--neutral-lighter: #ccc;
}

body {
  background-color: var(--primary--sand);
  color: var(--primary--black);
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  line-height: 1.4;
}

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

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
}

label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 1rem;
}

.small-text {
  letter-spacing: .1px;
  font-size: 1rem;
  line-height: 1.6;
}

.small-text:lang(en) {
  font-size: .9rem;
}

.small-text.white {
  color: var(--primary--white);
}

._12-column-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  width: 100%;
  display: grid;
}

._12-column-grid:lang(en) {
  grid-template-rows: auto;
}

._12-column-grid._8rem {
  grid-row-gap: 8rem;
}

._12-column-grid._4rem {
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
}

._12-column-grid._4rem.middle-align {
  grid-template-rows: auto;
  place-items: center stretch;
}

._12-column-grid.nav {
  grid-template-columns: 1fr 1fr;
  place-items: end stretch;
}

.container {
  width: 100%;
  padding: 8rem 2rem;
}

.container.no-top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.container.nav {
  background-color: var(--primary--sand);
  border: 1px solid #66666614;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.container.nav.bottom {
  padding-bottom: 4rem;
}

.container.intro {
  padding-top: 12rem;
}

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

.container.full {
  padding-left: 0;
  padding-right: 0;
}

.container.full.home {
  padding-top: 0;
  padding-bottom: 0;
}

.container.footer {
  padding-bottom: 1rem;
}

.large-text {
  font-size: 1.8rem;
}

.mono-text {
  color: var(--text-color--neutral);
  -webkit-text-stroke-color: #666;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: .9rem;
}

.mono-text.white {
  color: var(--primary--white);
}

.mono-text.neutral-lighter {
  color: var(--text-color--neutral-lighter);
}

.medium-text {
  color: var(--primary--black);
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}

.medium-text.neutral {
  color: var(--text-color--neutral);
  text-align: center;
}

.medium-text.white {
  color: var(--primary--sand);
}

.medium-text.medium {
  color: var(--text-color--neutral);
  font-weight: 500;
}

.logo-link {
  z-index: 999;
  text-decoration: none;
  position: relative;
}

.nav-link-wrapper, .nav-link-wrapper._2, .nav-link-wrapper._2 {
  display: flex;
}

.small-logo {
  width: auto;
  height: 2rem;
}

.nav-bar {
  z-index: 999;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--primary--white);
  font-size: 3.5rem;
  text-decoration: none;
}

.nav-link:hover {
  opacity: .6;
}

.menu-button-text {
  font-size: .9rem;
  line-height: 100%;
}

.button-menu-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 20px;
  display: flex;
}

.button-menu-wrapper.language {
  color: var(--primary--charcoal);
}

.nav-content {
  z-index: 888;
  background-color: var(--primary--charcoal);
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 100vh;
  padding: 6rem 4rem 3rem;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.nav-content:lang(en) {
  display: none;
}

.nav-link-list {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-link-item {
  overflow: hidden;
}

.button-menu {
  z-index: 999;
  cursor: pointer;
  height: 1rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-menu.derecha {
  color: var(--primary--charcoal);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: block;
}

.animation-fade-in {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.animation-fade-in._8rem {
  margin-top: 8rem;
}

.parallax-image-wrapper {
  z-index: 1;
  object-fit: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 90svh;
  display: flex;
  overflow: hidden;
}

.parallax-image {
  filter: brightness(93%);
  object-fit: cover;
  width: 100%;
  height: 100svh;
}

.item-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.item-block.max-width {
  max-width: 32rem;
}

.item-block._250px-width {
  max-width: 350px;
}

.content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.content-wrapper.intro {
  margin-top: 0;
}

.content-wrapper.intro._4rem {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.margin-bottom.extra-large {
  padding-bottom: 8rem;
}

.margin-bottom.medium {
  margin-bottom: 2rem;
}

.margin-bottom.small {
  margin-bottom: 1rem;
}

.margin-bottom.large {
  margin-bottom: 4rem;
}

.text-wrapper {
  background-color: var(--primary--charcoal);
  border-radius: 6px;
  padding: .75rem 1.5rem;
}

.view-text-overflow-hide {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
}

.view-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-image {
  aspect-ratio: auto;
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 80vh;
}

.link-image-thumbnail {
  position: relative;
  overflow: hidden;
}

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

.work-arrow-icon {
  height: 20px;
}

.work-arrow-icon.white {
  mix-blend-mode: exclusion;
}

.button {
  background-color: var(--primary--charcoal);
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-text-container {
  z-index: 5;
  height: 1.5rem;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: var(--primary--sand);
  position: relative;
}

.button-text:lang(en) {
  width: auto;
}

.footer-item-block {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.button-arrow-wrapper {
  position: relative;
  overflow: hidden;
}

.button-link-text {
  font-size: 1rem;
}

.button-link-text.white {
  color: var(--primary--white);
}

.footer-list-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.contact-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.footer-link {
  color: var(--primary--charcoal);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--text-color--neutral);
}

.footer-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.button-link {
  text-align: center;
  border-radius: 20rem;
  text-decoration: none;
}

.button-link.ancho {
  width: 100%;
}

.button-link-icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button-link-icon-2.white {
  filter: invert();
}

.button-underline-progress {
  background-color: #1b1b1b;
  width: 0;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-underline-progress.white {
  background-color: var(--primary--white);
  background-color: var(--primary--white);
}

.button-link-icon-1 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.button-link-icon-1.white {
  filter: invert();
}

.footer-logo {
  height: 100px;
}

.button-link-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.footer-bottom-bar {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-underline {
  background-color: #cac4ae73;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: .25rem;
  display: block;
  position: relative;
}

.overflow-hide {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  overflow: hidden;
}

.display-heading {
  line-height: 1.2;
}

.display-heading.stat {
  font-size: 6rem;
}

.nav-social-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-contact-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-left-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.nav-left-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.social-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.slide {
  background-color: #f4f3e7;
  width: 51%;
  height: 101%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slide.left {
  background-color: var(--primary--sand);
  display: none;
}

.slide.right {
  background-color: var(--primary--sand);
  display: none;
  inset: 0% 0% 0% auto;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 90svh;
}

.image-reveal-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
  display: flex;
}

.team-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-content-wrapper.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: -80px;
}

.team-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.team-card-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.team-info-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.team-info-wrapper.white {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--primary--white);
}

.table-row-background {
  background-color: var(--primary--terracota);
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.arrow-up-icon {
  z-index: 2;
  background-image: url("https://cdn.prod.website-files.com/67ca53147e076c0cc6cd5945/67ca53147e076c0cc6cd5986_Arrow-right.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: relative;
}

.project-text {
  z-index: 2;
  color: var(--primary--black);
  position: relative;
}

.table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.table-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--text-color--neutral);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0;
  transition: border-color .35s;
  display: grid;
  position: relative;
}

.table-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-section-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

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

.white {
  color: var(--primary--white);
}

@media screen and (max-width: 991px) {
  .small-text {
    width: 100%;
  }

  ._12-column-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .nav-link-wrapper._3 {
    text-align: right;
    text-align: right;
  }

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

  .nav-content {
    padding: 4rem;
    display: none;
  }

  .animation-fade-in {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .parallax-image-wrapper {
    height: 70svh;
  }

  .parallax-image {
    height: 80svh;
  }

  .margin-bottom.extra-large {
    padding-bottom: 6rem;
  }

  .text-wrapper {
    display: none;
  }

  .link-image {
    object-fit: cover;
    height: 70vh;
  }

  .work-arrow-icon {
    height: 16px;
  }

  .work-list-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .sticky-grid.services {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .right-column {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .next-project-text-link {
    font-size: 3rem;
  }

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

  .project-detail-content {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

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

  .table-row {
    grid-template-columns: 1fr 3fr;
  }

  ._120px-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-content-wrapper {
    flex-flow: column;
  }

  .accordion-component {
    margin-left: 0;
  }

  .work-image-thumnail {
    object-fit: cover;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .75rem;
  }

  p {
    margin-bottom: 0;
  }

  ._12-column-grid {
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  ._12-column-grid._4rem {
    display: flex;
  }

  ._12-column-grid.nav {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .container {
    padding: 4rem 1rem;
  }

  .container.nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container.intro {
    padding-top: 8rem;
  }

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

  .form-input {
    font-size: 1rem;
  }

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

  .menu-button-text {
    color: var(--primary--white);
  }

  .nav-content {
    padding: 4rem 2rem 2rem;
    display: none;
  }

  .nav-link-list {
    justify-content: center;
    align-items: flex-start;
  }

  .button-menu {
    display: block;
  }

  .animation-fade-in {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .content-wrapper.intro {
    margin-top: 4rem;
  }

  .content-wrapper.intro._4rem {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .margin-bottom.extra-large {
    padding-bottom: 4rem;
  }

  .link-image {
    height: 60vh;
  }

  .work-list-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper-content {
    min-height: 32rem;
    padding: 2rem;
  }

  .footer-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-bottom-bar {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .display-heading {
    font-size: 10.5vw;
  }

  .display-heading.stat {
    font-size: 4rem;
  }

  .nav-social-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .nav-left-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-image {
    min-height: 60svh;
  }

  .logos-content-wrapper {
    padding-bottom: 4rem;
  }

  .logos-list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    margin-top: 0;
    padding-top: 1rem;
  }

  .logo-image-wrapper {
    padding: .75rem 1rem;
  }

  .left-column {
    margin-bottom: 4rem;
    position: static;
  }

  .left-column.team {
    margin-top: 4rem;
  }

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

  .right-column {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .right-column.services {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .next-project-text-link {
    font-size: 2rem;
  }

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

  .project-detail-content {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .work-gallery-image.center-2 {
    height: auto;
  }

  .team-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .arrow-up-icon {
    width: 20px;
    height: 20px;
  }

  .table-row {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .right-column-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team-section-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .grid-image-wrapper {
    aspect-ratio: 1;
  }

  .service-item {
    flex-flow: column;
  }

  ._120px-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .accordion-item {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-component {
    margin-left: 0;
  }

  .heading-content {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    padding: 4rem 1rem;
  }

  .utility-page-content {
    width: 90%;
  }

  .heading-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .small-text {
    font-size: .9rem;
  }

  ._12-column-grid._4rem {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: minmax(16px, 1fr);
    display: flex;
  }

  ._12-column-grid._8rem {
    grid-row-gap: 4rem;
  }

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

  .container.nav {
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .container.full.home {
    padding-bottom: 0;
  }

  .medium-text {
    font-weight: 400;
  }

  .logo-link {
    z-index: 999;
    position: relative;
  }

  .nav-link-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    text-decoration: none;
    display: flex;
  }

  .nav-link {
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .menu-button-text {
    color: var(--primary--black);
    font-size: 1rem;
    line-height: 100%;
  }

  .menu-button-text.lang {
    color: var(--primary--charcoal);
  }

  .button-menu-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 1rem;
    display: flex;
    overflow: hidden;
  }

  .nav-content {
    width: 101%;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
  }

  .nav-link-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .nav-link-item {
    overflow: hidden;
  }

  .button-menu {
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .button-menu.derecha {
    display: flex;
  }

  .animation-fade-in._8rem {
    margin-top: 0;
  }

  .parallax-image {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100svh;
  }

  .link-image.team {
    object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .link-image-thumbnail {
    object-position: 50% 50%;
  }

  .link-image-thumbnail.team {
    object-fit: cover;
    object-position: 50% 100%;
    object-fit: cover;
    object-position: 50% 100%;
  }

  .work-arrow-icon {
    height: 18px;
  }

  .work-item-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-bottom-bar {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
    display: flex;
  }

  .display-heading-wrapper {
    width: 100%;
  }

  .display-heading {
    font-size: 9vw;
    line-height: 1;
  }

  .logos-list {
    justify-content: center;
  }

  .logo-image-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .logo-image {
    width: 100%;
    height: 3rem;
  }

  .left-column.team {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .project-info-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .project-detail-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .work-gallery-image.bottom, .work-gallery-image.center, .work-gallery-image.center-2, .work-gallery-image.bottom, .work-gallery-image.center, .work-gallery-image.center-2 {
    height: auto;
  }

  .team-content-wrapper.grid-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .arrow-up-icon {
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .project-text {
    max-width: 90%;
  }

  .table-row {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 6fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

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

  .grid-image-wrapper {
    aspect-ratio: 1;
  }

  ._120px-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordion-item {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-end;
    align-items: center;
    padding: 4rem 1rem;
  }

  .heading-wrapper {
    width: 100%;
  }

  .heading-content-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .logo {
    justify-content: flex-end;
    align-items: flex-start;
    width: 48%;
    display: flex;
  }
}

#w-node-ee139667-3bbb-b946-bf4f-60e2025e1888-c6cd5955 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-ee139667-3bbb-b946-bf4f-60e2025e188a-c6cd5955 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_0d6b6a94-4933-e0d8-a5cf-8a30881dfedd-c6cd5955 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_5d457023-f901-e423-c372-88b8dfcf46b1-c6cd5955 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_7a7dcf06-319a-bc5f-fcf4-be5a1f39af02-c6cd5955 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_7a7dcf06-319a-bc5f-fcf4-be5a1f39af03-c6cd5955 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_9e315206-1d8f-c50c-ddda-6fe70060e8f6-c6cd5955 {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_7a7dcf06-319a-bc5f-fcf4-be5a1f39af08-c6cd5955 {
  grid-area: 2 / 8 / 3 / 12;
}

#w-node-_2b7725e0-6fd1-85b9-089f-dd34af43051b-c6cd5955 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_2b7725e0-6fd1-85b9-089f-dd34af43051f-c6cd5955 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_3c9c601e-c9b8-f902-fefb-45c879303fc8-c6cd5955 {
  grid-area: 2 / 1 / 3 / 10;
}

#w-node-b7019c5f-a71e-2e00-a282-79cff7edf141-c6cd5955 {
  grid-area: 1 / 10 / 2 / 11;
}

#w-node-_96013513-f9ad-ba70-2285-62aa3bcee5a6-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96013513-f9ad-ba70-2285-62aa3bcee5a9-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_96013513-f9ad-ba70-2285-62aa3bcee5ac-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_96013513-f9ad-ba70-2285-62aa3bcee5af-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_4a0abb22-506d-923b-5703-728645cf0a32-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a0abb22-506d-923b-5703-728645cf0a35-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4a0abb22-506d-923b-5703-728645cf0a38-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4a0abb22-506d-923b-5703-728645cf0a3b-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_1dcdb881-e240-00ef-bd3b-37bf61e45f2b-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1dcdb881-e240-00ef-bd3b-37bf61e45f2e-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1dcdb881-e240-00ef-bd3b-37bf61e45f31-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1dcdb881-e240-00ef-bd3b-37bf61e45f34-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_48ea3f00-33d6-d12c-3dd1-cf9f4e39fb14-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_48ea3f00-33d6-d12c-3dd1-cf9f4e39fb17-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_48ea3f00-33d6-d12c-3dd1-cf9f4e39fb1b-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_48ea3f00-33d6-d12c-3dd1-cf9f4e39fb1e-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_5d77708c-8fb1-d550-09e3-a0761280b42f-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5d77708c-8fb1-d550-09e3-a0761280b432-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5d77708c-8fb1-d550-09e3-a0761280b435-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5d77708c-8fb1-d550-09e3-a0761280b438-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_4a665e02-3bc3-beba-23ef-2275e9173dbe-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a665e02-3bc3-beba-23ef-2275e9173dc1-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4a665e02-3bc3-beba-23ef-2275e9173dc5-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4a665e02-3bc3-beba-23ef-2275e9173dc8-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_8632d675-5da2-e9b7-7cac-e0eb9069bafe-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8632d675-5da2-e9b7-7cac-e0eb9069bb01-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8632d675-5da2-e9b7-7cac-e0eb9069bb04-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8632d675-5da2-e9b7-7cac-e0eb9069bb07-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_095f9946-ad9f-ec79-c05a-5057048a2b37-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_095f9946-ad9f-ec79-c05a-5057048a2b3a-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_095f9946-ad9f-ec79-c05a-5057048a2b3d-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_095f9946-ad9f-ec79-c05a-5057048a2b40-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_6526f2de-24aa-f028-fa8e-588562e25c2a-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6526f2de-24aa-f028-fa8e-588562e25c2d-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6526f2de-24aa-f028-fa8e-588562e25c30-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6526f2de-24aa-f028-fa8e-588562e25c33-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_49bec690-a249-f109-97a1-e83948a63f75-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_49bec690-a249-f109-97a1-e83948a63f78-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_49bec690-a249-f109-97a1-e83948a63f7b-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_49bec690-a249-f109-97a1-e83948a63f7e-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_135e4983-6132-25cb-8b71-6e626ef363ac-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_135e4983-6132-25cb-8b71-6e626ef363af-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_135e4983-6132-25cb-8b71-6e626ef363b2-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_135e4983-6132-25cb-8b71-6e626ef363b5-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_9be157e9-325e-c387-8615-20f913a01678-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9be157e9-325e-c387-8615-20f913a0167b-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9be157e9-325e-c387-8615-20f913a0167e-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9be157e9-325e-c387-8615-20f913a01681-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-f66ede80-9546-75d9-106c-ef2ed47880f9-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f66ede80-9546-75d9-106c-ef2ed47880fc-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f66ede80-9546-75d9-106c-ef2ed47880ff-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f66ede80-9546-75d9-106c-ef2ed4788102-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-e521765d-3657-d8aa-51ab-88d410c4c03b-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e521765d-3657-d8aa-51ab-88d410c4c03e-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e521765d-3657-d8aa-51ab-88d410c4c041-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e521765d-3657-d8aa-51ab-88d410c4c044-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-f11b199b-ff2d-7eeb-0fd6-5b0e6ad9ad74-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f11b199b-ff2d-7eeb-0fd6-5b0e6ad9ad77-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f11b199b-ff2d-7eeb-0fd6-5b0e6ad9ad7a-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f11b199b-ff2d-7eeb-0fd6-5b0e6ad9ad7d-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_785de778-a6c7-8a66-0c70-dcc9f9d1ea38-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_785de778-a6c7-8a66-0c70-dcc9f9d1ea3b-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_785de778-a6c7-8a66-0c70-dcc9f9d1ea3e-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_785de778-a6c7-8a66-0c70-dcc9f9d1ea41-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-ed7ec7f3-7bd2-32cb-feea-1cfc2d9646d0-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ed7ec7f3-7bd2-32cb-feea-1cfc2d9646d3-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ed7ec7f3-7bd2-32cb-feea-1cfc2d9646d6-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ed7ec7f3-7bd2-32cb-feea-1cfc2d9646d9-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-d694515d-c40f-5345-ab6c-a218981dd2a4-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d694515d-c40f-5345-ab6c-a218981dd2a7-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d694515d-c40f-5345-ab6c-a218981dd2aa-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d694515d-c40f-5345-ab6c-a218981dd2ad-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_1459e3c8-840e-b57f-0987-9c6a9999901d-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1459e3c8-840e-b57f-0987-9c6a99999020-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1459e3c8-840e-b57f-0987-9c6a99999023-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1459e3c8-840e-b57f-0987-9c6a99999026-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-b8ccdc40-e280-895a-77a0-5c5faafbcb65-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b8ccdc40-e280-895a-77a0-5c5faafbcb68-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b8ccdc40-e280-895a-77a0-5c5faafbcb6b-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b8ccdc40-e280-895a-77a0-5c5faafbcb6e-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-fb397bc0-91de-8985-76db-f47ee6cfa192-c6cd5955 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fb397bc0-91de-8985-76db-f47ee6cfa195-c6cd5955 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb397bc0-91de-8985-76db-f47ee6cfa198-c6cd5955 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fb397bc0-91de-8985-76db-f47ee6cfa19b-c6cd5955 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f31-4b5f0f2d, #w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f38-4b5f0f2d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f41-4b5f0f2d {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f51-4b5f0f2d {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f5d-4b5f0f2d {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_79a11d7a-3a6d-e105-1c3c-c31756aaa390-4b5f0f2d {
  grid-area: span 1 / span 12 / span 1 / span 12;
  place-self: center;
}

#w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f69-4b5f0f2d {
  grid-area: 2 / 1 / 3 / 6;
  justify-self: start;
}

#w-node-f0aa79d0-d44d-ffad-339a-91ba0c2186b0-0c218695, #w-node-f0aa79d0-d44d-ffad-339a-91ba0c2186bb-0c218695 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0aa79d0-d44d-ffad-339a-91ba0c2186c0-0c218695 {
  grid-area: 2 / 1 / 2 / 3;
}

#w-node-f0aa79d0-d44d-ffad-339a-91ba0c21869b-0c218695 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ee139667-3bbb-b946-bf4f-60e2025e1888-c6cd5955 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-ee139667-3bbb-b946-bf4f-60e2025e188a-c6cd5955, #w-node-_0d6b6a94-4933-e0d8-a5cf-8a30881dfedd-c6cd5955 {
    grid-column-end: 9;
  }

  #w-node-_5d457023-f901-e423-c372-88b8dfcf46b1-c6cd5955 {
    grid-column: 6 / 9;
  }

  #w-node-_7a7dcf06-319a-bc5f-fcf4-be5a1f39af02-c6cd5955, #w-node-_9e315206-1d8f-c50c-ddda-6fe70060e8f6-c6cd5955 {
    grid-column-end: 5;
  }

  #w-node-_7a7dcf06-319a-bc5f-fcf4-be5a1f39af08-c6cd5955 {
    grid-column: 6 / 9;
  }

  #w-node-_2b7725e0-6fd1-85b9-089f-dd34af43051b-c6cd5955, #w-node-_3c9c601e-c9b8-f902-fefb-45c879303fc8-c6cd5955, #w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f31-4b5f0f2d {
    grid-column-end: 9;
  }

  #w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f41-4b5f0f2d {
    grid-area: 1 / 10 / 2 / 13;
  }

  #w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f51-4b5f0f2d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f5d-4b5f0f2d {
    grid-area: 2 / 10 / 3 / 13;
  }

  #w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f69-4b5f0f2d {
    grid-row: 4 / 5;
  }

  #w-node-f0aa79d0-d44d-ffad-339a-91ba0c2186b0-0c218695 {
    grid-column-end: 5;
  }

  #w-node-f0aa79d0-d44d-ffad-339a-91ba0c21869b-0c218695 {
    grid-column: 5 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee139667-3bbb-b946-bf4f-60e2025e1888-c6cd5955, #w-node-ee139667-3bbb-b946-bf4f-60e2025e188a-c6cd5955 {
    grid-column-end: 5;
  }

  #w-node-_0d6b6a94-4933-e0d8-a5cf-8a30881dfedd-c6cd5955, #w-node-_5d457023-f901-e423-c372-88b8dfcf46b1-c6cd5955 {
    grid-column: 1 / 5;
  }

  #w-node-_7a7dcf06-319a-bc5f-fcf4-be5a1f39af02-c6cd5955 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9e315206-1d8f-c50c-ddda-6fe70060e8f6-c6cd5955 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_7a7dcf06-319a-bc5f-fcf4-be5a1f39af08-c6cd5955 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_2b7725e0-6fd1-85b9-089f-dd34af43051b-c6cd5955, #w-node-_3c9c601e-c9b8-f902-fefb-45c879303fc8-c6cd5955 {
    grid-column: 1 / 5;
  }

  #w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f31-4b5f0f2d {
    grid-area: 1 / 1 / 2 / 10;
  }

  #w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f41-4b5f0f2d {
    grid-area: 1 / 10 / 2 / 13;
  }

  #w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f51-4b5f0f2d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f5d-4b5f0f2d {
    grid-area: 2 / 10 / 3 / 13;
  }

  #w-node-_8dfdbd3d-169b-b32b-b21a-1c814b5f0f69-4b5f0f2d {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-f0aa79d0-d44d-ffad-339a-91ba0c2186b0-0c218695 {
    grid-row: 2 / 3;
  }

  #w-node-f0aa79d0-d44d-ffad-339a-91ba0c21869b-0c218695 {
    grid-column: 1 / 5;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_79a11d7a-3a6d-e105-1c3c-c31756aaa390-4b5f0f2d {
    grid-area: span 1 / span 9 / span 1 / span 9;
    place-self: center;
  }
}
