:root {
  --clear: #ededed;
  --dark: #1a1919;
  --hero-col-padding: 0rem;
  --hero-col-left: 100%;
}

body {
  background-color: var(--clear);
  color: var(--dark);
  font-family: Helveticaneue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.section {
  position: relative;
}

.section.bg-clear {
  z-index: 5;
}

.section.about {
  height: 200svh;
}

.hero-logo-wrapper {
  z-index: 5;
  pointer-events: none;
  color: var(--clear);
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.producctora {
  z-index: 5;
  align-self: auto;
  width: 100%;
}

.artesanal {
  width: 45%;
  margin-bottom: -.5rem;
  position: fixed;
  inset: auto 0% 0% auto;
}

.bg-clear {
  background-color: var(--clear);
  color: var(--dark);
}

.hero-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.left-col {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 55vw;
  display: flex;
}

.left-col.right {
  justify-content: flex-end;
  align-items: center;
}

.right-col {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.right-col.first-mobile {
  order: 0;
}

.hero-bg-image-wrapper {
  padding-left: var(--hero-col-padding);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-full {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.img-full.about2 {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-wrapper {
  z-index: 100;
  mix-blend-mode: difference;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 2rem 0% auto auto;
}

.nav-link {
  color: var(--clear);
  justify-content: flex-end;
  align-items: center;
  width: 12rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding-right: 1.75rem;
  font-family: "Jetbra 1", Georgia, sans-serif;
  font-size: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  padding-right: 2rem;
}

.nav-line {
  background-color: var(--clear);
  width: 1rem;
  height: 1px;
  margin-bottom: .3rem;
  position: absolute;
  inset: auto 0% 0 auto;
}

.productora_layout-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-home-title {
  white-space: nowrap;
  width: 26rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1;
  overflow: hidden;
}

.hero-home-paragraph-line {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.line-hero {
  background-color: var(--dark);
  width: 100%;
  height: 1px;
}

.line-hero.top {
  margin-top: -.5rem;
}

.line-hero.bottom {
  margin-top: .5rem;
}

.hover-button {
  cursor: pointer;
  text-decoration: line-through;
  transition: all .2s;
}

.hover-button:hover {
  letter-spacing: .1em;
  text-decoration: none;
}

.img-item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-item.arte {
  z-index: 2;
}

.img-item.dise-o {
  z-index: 5;
  display: none;
}

.img-item.productora {
  z-index: 5;
  display: none;
  transform: translate(-101%);
}

.img-item.artesania, .img-item.produccion {
  z-index: 5;
  display: none;
}

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

.productora-content-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.paragraph-large {
  text-align: justify;
  margin-bottom: 0;
  font-size: 1.0625rem;
}

.paragraph-small {
  font-size: .875rem;
}

.paragraph-small.test {
  font-family: "Jetbra 1", Georgia, sans-serif;
  font-weight: 300;
}

.productora-content-small-wrapper {
  width: 21.875rem;
}

.eyebrow-bottom {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.eyebrow-text {
  letter-spacing: -.08em;
  font-family: "Jetbra 1", Georgia, sans-serif;
  font-size: .75rem;
}

.typedjs-simple.paragraph-small.test {
  font-family: "Jetbra 1", Georgia, sans-serif;
}

.source-text {
  display: none;
}

.paragraph-wrapper {
  overflow: hidden;
}

.productora_layout-imgs {
  z-index: 5;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

._6-col-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: min-content min-content auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.about-layout-wrapper {
  z-index: 10;
  background-color: var(--clear);
  min-height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.about-image-layout {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.pa-logo {
  z-index: 2;
  height: 40rem;
  margin-left: -4rem;
  position: relative;
}

.about-image-wrapper {
  width: 20rem;
  height: 23rem;
  margin-top: -10.9rem;
  position: absolute;
  inset: auto auto auto 3rem;
  overflow: hidden;
}

.about-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 39rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.aq-logo {
  width: 17.5rem;
}

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

.horizontal-section {
  z-index: 10;
  background-color: var(--clear);
  width: 100vw;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-item {
  flex: none;
  width: 100vw;
  display: flex;
}

.div-block-3 {
  position: absolute;
  inset: 0%;
}

.section_horizontal {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 300vw;
  display: flex;
  position: relative;
}

.horizontal-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.proyecto-title-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-self: flex-start;
  margin-top: 7rem;
  margin-left: 55vw;
  display: flex;
  position: sticky;
  left: 2rem;
}

.div-block-4 {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-title {
  text-indent: 5.5rem;
  font-family: Helveticaneue, Arial, sans-serif;
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 1;
}

.project-text-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: -1.25rem;
  display: flex;
}

.project-text-content-wrapper.no-margin {
  margin-top: 0;
  padding-top: 4rem;
}

.project-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 39rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.basic-button {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--dark);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.basic-button:hover {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
}

.project-image-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.project-img-wrapper {
  flex: none;
  width: 19.4rem;
  height: auto;
  max-height: 100%;
  overflow: hidden;
}

.project-img-wrapper.squared {
  aspect-ratio: 1;
  height: auto;
}

.project-img-wrapper.horizontal {
  aspect-ratio: 3 / 2;
}

.project-img-wrapper.vertical {
  aspect-ratio: 2 / 3;
}

.project-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: all .8s cubic-bezier(.23, 1, .32, 1);
}

.project-img:hover {
  transform: scale(1.1);
}

.horizontal-trigger {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pa-img-wrapper {
  width: 100%;
  overflow: hidden;
}

.pa-img-wrapper.horizontal {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 60%;
}

.pa-img-wrapper.vertical {
  aspect-ratio: 2 / 3;
}

.div-block-7 {
  flex-flow: column;
  width: 55%;
  height: 100%;
  display: flex;
}

.spacer {
  height: 100%;
}

.footer-image-trail {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.footer-bg {
  z-index: -1;
  background-color: var(--clear);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 40% auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
  display: grid;
  position: relative;
}

.footer-content-wrapper.lefft {
  place-items: start;
  padding-left: 2rem;
}

.footer-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-link-wrapper:hover {
  padding-left: 1rem;
}

.footer-link-bg {
  z-index: -1;
  background-color: var(--dark);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.basic-button-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #1a1919;
  font-size: 1rem;
  text-decoration: none;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.basic-button-2:hover {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
}

.footer-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.mobile-show {
  display: none;
}

.grow-mobile {
  flex: none;
}

.first-in-view {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: none;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.all-images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4rem;
  display: flex;
}

.all-images.arqui {
  padding-left: 1rem;
}

.catalogos-layoout {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.catalgo-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.productora-img-wrapper {
  flex: none;
  width: 60%;
  overflow: hidden;
}

.productora-img-wrapper._01 {
  aspect-ratio: 3 / 2;
  align-self: flex-start;
  width: 60%;
}

.productora-img-wrapper._03 {
  aspect-ratio: 2 / 3;
  width: 35%;
}

.productora-img-wrapper._02 {
  aspect-ratio: 3 / 2;
  align-self: flex-end;
  width: 50%;
}

.productora-img-wrapper._04 {
  aspect-ratio: 2 / 3;
  width: 40%;
  margin-top: 12rem;
}

.productora-img-wrapper._05 {
  aspect-ratio: 1;
  align-self: flex-start;
  width: 45%;
}

.productora-img-wrapper._06 {
  aspect-ratio: 3 / 2;
  align-self: flex-end;
  width: 60%;
}

.div-block-10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
  }

  .left-col {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
  }

  .right-col {
    width: 100%;
  }

  .right-col.grow-mobile {
    flex: 1;
  }

  .right-col.first-mobile {
    order: -1;
  }

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

  .about-layout-wrapper {
    flex-flow: column;
  }

  .about-image-layout {
    justify-content: center;
    align-items: center;
  }

  .pa-logo {
    margin-left: 0;
  }

  .about-image-wrapper {
    left: 26.1rem;
  }

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

  .proyecto-title-wrapper {
    margin-left: 7rem;
  }

  .project-text-content-wrapper {
    width: 33rem;
  }

  .project-content-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .footer-image-trail {
    align-items: stretch;
  }

  .footer-content-wrapper {
    flex: 1;
    grid-template-rows: 40% auto auto;
    place-items: start;
  }

  .div-block-8 {
    width: 55%;
  }

  .footer-wrapper {
    flex-flow: column;
    flex: none;
    height: 100%;
    min-height: 100svh;
    display: flex;
    position: relative;
  }

  .mobile-hidden {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .div-block-9 {
    flex: 1;
    height: 100%;
  }

  .grow-mobile {
    flex: 1;
  }

  .first-in-view {
    width: auto;
  }

  .catalogos-layoout {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section.about {
    height: auto;
  }

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

  .hero-wrapper {
    height: 100%;
    min-height: 100svh;
  }

  .left-col {
    flex: none;
    width: 100vw;
  }

  .left-col.grow-mobile {
    flex: 1;
  }

  .right-col {
    flex: none;
  }

  .right-col.first-mobile {
    order: -1;
  }

  .productora_layout-wrapper {
    flex-flow: column;
  }

  ._6-col-layout {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-layout-wrapper {
    flex-flow: column;
    position: relative;
  }

  .pa-logo {
    height: 36rem;
    margin-left: 0;
  }

  .about-image-wrapper {
    width: 16rem;
    height: 20rem;
    margin-top: -9.1rem;
    left: 9.7rem;
  }

  .about-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .horizontal-section {
    overflow: hidden;
  }

  .proyecto-title-wrapper {
    margin-top: 10rem;
    margin-left: 0;
    position: relative;
    left: 1rem;
  }

  .project-title {
    font-size: 3rem;
  }

  .project-text-content-wrapper {
    width: auto;
    margin-top: 0;
  }

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

  .basic-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .pa-img-wrapper {
    aspect-ratio: 2 / 3;
  }

  .footer-content-wrapper {
    padding: 4rem 1rem;
  }

  .first-in-view {
    width: auto;
  }

  .catalogos-layoout {
    justify-content: center;
    align-items: center;
  }
}

#w-node-_649cff3e-3c40-d9ea-f1c1-858e231c795d-f788dbfd {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_90def801-6293-edff-dfff-d2f5ef0449f0-f788dbfd {
  grid-area: 3 / 3 / 5 / 7;
}

#w-node-_9388dc8c-5e4b-3f5f-92fa-68c0b1167dda-f788dbfd {
  grid-area: 5 / 2 / 7 / 4;
}

#w-node-_8c02c3cb-d723-23c0-76bd-f89bb7985d9b-f788dbfd {
  grid-area: 6 / 5 / 8 / 7;
}

#w-node-_6219b2ad-2f93-b0d3-8114-8aa24d42bc60-f788dbfd {
  grid-area: 8 / 1 / 10 / 5;
}

#w-node-_9925f26c-b0f7-0aa3-729d-b18e0ce9d59b-f788dbfd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8a496f0f-b229-d645-1362-2ab5067e5415-f788dbfd {
  align-self: end;
}

#w-node-_0bcf4a14-85c3-f3a8-1fc1-7046109a2ab0-f788dbfd {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-fc16d9e0-3457-b257-1eb2-60b0caa38bd9-f788dbfd {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-ef88d602-de12-5a81-892d-39f2845a7309-f788dbfd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ef88d602-de12-5a81-892d-39f2845a7311-f788dbfd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ef88d602-de12-5a81-892d-39f2845a7319-f788dbfd {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-ef88d602-de12-5a81-892d-39f2845a731d-f788dbfd {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_1d96893a-e4ac-e63b-1139-3916dbd08d54-f788dbfd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ef88d602-de12-5a81-892d-39f2845a7325-f788dbfd {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-ef88d602-de12-5a81-892d-39f2845a7309-f788dbfd {
    grid-area: 1 / 2 / 2 / 3;
    align-self: end;
  }

  #w-node-_1d96893a-e4ac-e63b-1139-3916dbd08d54-f788dbfd {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-ef88d602-de12-5a81-892d-39f2845a7325-f788dbfd {
    grid-area: 2 / 2 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_649cff3e-3c40-d9ea-f1c1-858e231c795d-f788dbfd {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_90def801-6293-edff-dfff-d2f5ef0449f0-f788dbfd {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_9388dc8c-5e4b-3f5f-92fa-68c0b1167dda-f788dbfd {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_8c02c3cb-d723-23c0-76bd-f89bb7985d9b-f788dbfd {
    align-self: end;
  }

  #w-node-_6219b2ad-2f93-b0d3-8114-8aa24d42bc60-f788dbfd {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-_66b5ff9a-4ab7-cdc2-45a5-c3656d310f4b-f788dbfd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9925f26c-b0f7-0aa3-729d-b18e0ce9d59b-f788dbfd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8a496f0f-b229-d645-1362-2ab5067e5415-f788dbfd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0bcf4a14-85c3-f3a8-1fc1-7046109a2ab0-f788dbfd {
    grid-area: 3 / 2 / 4 / 5;
    justify-self: end;
  }

  #w-node-fc16d9e0-3457-b257-1eb2-60b0caa38bd9-f788dbfd {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-ef88d602-de12-5a81-892d-39f2845a7309-f788dbfd, #w-node-ef88d602-de12-5a81-892d-39f2845a7311-f788dbfd {
    grid-column-end: 5;
  }

  #w-node-ef88d602-de12-5a81-892d-39f2845a7319-f788dbfd {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-ef88d602-de12-5a81-892d-39f2845a731d-f788dbfd {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-_1d96893a-e4ac-e63b-1139-3916dbd08d54-f788dbfd {
    grid-area: 3 / 2 / 4 / 5;
  }
}


@font-face {
  font-family: 'Jetbra 1';
  src: url('../fonts/JETBRA~1.TTF') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}