:root {
  --black: black;
  --linen: #f2eee8;
  --dark-slate-grey: #104050;
  --color: rgba(16, 64, 80, .6);
  --white: white;
  --color-2: rgba(0, 0, 0, .6);
  --green-yellow: #d7ff76;
  --coral: #f07845;
}

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

body {
  color: #333;
  cursor: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  cursor: none;
  text-decoration: underline;
}

.body {
  color: var(--black);
  font-family: Dazzed, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.container {
  width: 100%;
  min-height: 100vh;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: 80px 30px auto auto auto;
  grid-template-columns: 4% 1fr 1fr 1fr 1fr 1fr 1fr 4%;
  grid-auto-columns: 1fr;
  padding-bottom: 50px;
  display: grid;
  position: relative;
}

.container.home {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  background-image: url('../images/LIMALIMON-ESTUDIO_BACKHOME_2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container.sobrenosotras {
  grid-template-rows: 80px 30px auto;
  padding-bottom: 0;
}

.container.contacto {
  background-color: var(--linen);
}

.container.servicios {
  background-color: var(--dark-slate-grey);
  grid-template-rows: 80px 30px auto auto auto auto;
  padding-bottom: 0;
}

.container.proyectos_in {
  background-color: var(--linen);
  grid-template-rows: 80px 30px auto auto auto auto auto auto auto auto;
}

.container.proyectos_in.guzmania {
  grid-template-rows: 80px 30px auto auto auto auto auto auto auto;
}

.header {
  height: 80px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.menu_list {
  width: 200%;
}

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

.link_menu {
  color: var(--black);
  align-self: center;
  padding-right: 50px;
  font-weight: 600;
  text-decoration: none;
}

.link_menu.w--current {
  align-self: center;
  text-decoration: underline;
}

.link_menu.active {
  text-decoration: underline;
}

.link_menu.negativo {
  color: #fff;
  align-self: center;
}

.link_menu.negativo.presupuesto {
  background-color: var(--color);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  align-self: center;
  padding: 5px 16px;
}

.link_menu.negativo.presupuesto:hover {
  background-color: var(--color-2);
  color: var(--white);
}

.link_menu.negativo.presupuesto.overazul {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.link_menu.negativo.presupuesto.overazul:hover {
  background-color: var(--linen);
  color: var(--dark-slate-grey);
}

.link_menu.negativo.telefono {
  text-align: right;
  padding-right: 0;
}

.link_menu.presupuesto {
  background-color: var(--green-yellow);
  border-radius: 20px;
  padding: 4px 16px;
}

.link_menu.presupuesto:hover {
  background-color: var(--dark-slate-grey);
  color: var(--green-yellow);
}

.menu {
  justify-content: space-between;
  display: flex;
}

.footer {
  width: 100%;
  min-height: 200px;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  background-color: var(--linen);
  grid-template-rows: auto auto;
  grid-template-columns: 4% 1fr 1fr 1fr 1fr 1fr 1fr 4%;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 50px;
  display: grid;
}

.footer.contacto {
  display: none;
}

.trademark {
  font-size: 24px;
  font-weight: 600;
}

.semibold {
  font-weight: 600;
}

._26interline {
  line-height: 26px;
}

.link {
  color: #000;
  text-decoration: none;
}

.link:hover {
  color: var(--dark-slate-grey);
}

.link.negativo {
  color: var(--white);
  text-decoration: underline;
}

.link.underline {
  text-decoration: underline;
}

.rigth_aline.none_horizontalmobile {
  text-align: right;
}

.header_mobile {
  display: none;
}

.menus_list_mobile {
  line-height: 62px;
}

.text_sobrenosotras_div {
  flex-direction: column;
  justify-content: flex-start;
}

.text_sobrenosotras_div.negativo {
  color: var(--white);
}

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

.h5.semibold.nosotras {
  padding-top: 50px;
  padding-bottom: 25px;
}

.h5.nosotras {
  padding-top: 50px;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.img_background {
  width: 100%;
  min-height: 500px;
  background-image: url('../images/LIMALIMONESTUDIO_NOSOTRAS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
}

.img_background.servicios {
  min-height: 80vh;
  background-image: url('../images/LIMALIMONESTUDIO_SERVICIOS_RENDER.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
}

.header_fixed {
  z-index: 150;
  width: 100%;
  min-height: 80px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 4% 1fr 1fr 1fr 1fr 1fr 4%;
  grid-auto-columns: 1fr;
  display: grid;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header_fixed.contacto {
  background-color: var(--linen);
}

.header_fixed.servicios {
  background-color: var(--dark-slate-grey);
}

.header_fixed.proyectos {
  background-color: var(--linen);
}

.text_contacto_div {
  text-align: center;
}

.text-field {
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 20px;
}

.text-field:focus {
  border-bottom-color: var(--dark-slate-grey);
}

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

.enviarbutton {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  text-decoration: underline;
}

.enviarbutton:hover {
  color: var(--dark-slate-grey);
}

.success-message {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.error-message {
  background-color: var(--coral);
  color: var(--white);
}

.text_servicios_div {
  width: 80%;
  color: var(--white);
}

.container-popup {
  z-index: 50;
  min-height: 90vh;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  grid-template-rows: 50px auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px 2%;
  display: none;
  position: relative;
}

.container-popup._1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.container-popup._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.container-popup._3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.container-popup._4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: none;
}

.container-popup.none {
  display: none;
}

.container-popup.hide {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 50px auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.text_contact {
  font-size: 18px;
  font-weight: 600;
}

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

.img_popup {
  width: 100%;
}

.img_popup.interiorismo {
  background-image: url('../images/LIMALIMONESTUDIO_SERVICIOS1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img_popup.reforma {
  background-image: url('../images/LIMALIMONESTUDIO_SERVICIOS2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img_popup.homestaging {
  background-image: url('../images/LIMALIMONESTUDIO_SERVICIOS3.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.img_popup.eventos {
  background-image: url('../images/LIMALIMONESTUDIO_SERVICIOS4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cross_popup {
  max-width: 40px;
  cursor: pointer;
}

.div_proyectos {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 20px;
  line-height: 26px;
  display: flex;
}

.img_proyectos {
  position: relative;
}

.image-3 {
  width: 100%;
}

.image-3.mobile {
  display: none;
}

.h1_proyectos {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.color_proyectos_on {
  background-color: var(--dark-slate-grey);
  opacity: 0;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.titulo_proyectos_in {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.img_proyectos_in {
  width: 100%;
  height: auto;
}

.p_proyectos_in {
  width: 60%;
}

.banner_proyects_contact {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.cursor {
  width: 20px;
  height: 20px;
  background-color: var(--dark-slate-grey);
  border-radius: 100px;
}

.cursor.white {
  background-color: var(--green-yellow);
}

.cursor-wrapper {
  z-index: 560;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-legal {
  color: var(--black);
  font-size: 10px;
  text-decoration: none;
}

.link-legal:hover, .bluetext {
  color: var(--dark-slate-grey);
}

.text-cookies {
  padding-bottom: 50px;
}

.legal_mobile {
  display: none;
}

.flecha {
  padding-left: 20px;
}

.flecha.left.opacity {
  opacity: .2;
}

.img_proyects {
  width: 100%;
}

.img_proyects.cilantro, .mobile {
  display: none;
}

.opacity {
  opacity: .2;
}

.cookies {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 20px;
}

.img_horizontal-cilantro {
  background-image: url('../images/LIMALIMONESTUDIO_CILANTRO_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.checkbox-label, .checkbox {
  display: none;
}

.html-embed-2 {
  display: block;
}

.html-embed-3 {
  opacity: 0;
  display: block;
}

.html-embed-3.active {
  display: block;
}

.popup_back {
  display: none;
}

.titulo {
  color: var(--white);
  text-align: center;
  text-shadow: 0 0 18px rgba(0, 0, 0, .44);
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 55px;
  font-weight: 600;
  line-height: 75px;
}

.div_titulo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link_home {
  background-color: var(--color);
  color: var(--white);
  text-align: center;
  border-radius: 100px;
  padding: 10px 30px;
  font-size: 16px;
  text-decoration: none;
}

.link_home:hover {
  background-color: var(--color-2);
}

.background-video {
  z-index: -10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .container {
    grid-template-columns: 4% 1fr 1fr 1fr 4%;
  }

  .container.home {
    background-position: 50%;
  }

  .container.servicios {
    grid-template-columns: 4% 1fr 1fr 1fr 1fr 4%;
  }

  .container.proyectos_in, .container.proyectos {
    grid-template-columns: 4% 1fr 1fr 1fr 1fr 1fr 1fr 4%;
  }

  .link_menu {
    padding-right: 30px;
  }

  .footer {
    grid-template-columns: 4% 1fr 1fr 1fr 1fr 5%;
  }

  .rigth_aline {
    text-align: right;
  }

  .img_background.servicios {
    min-height: 60vh;
  }

  .header_fixed {
    z-index: 600;
    grid-template-columns: 4% 1fr 1fr 1fr 4%;
  }

  .container-popup {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-popup._1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .container-popup._3 {
    grid-template-rows: 50px auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-popup._4 {
    min-height: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-popup.hide {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text_contact.centre_aling {
    font-size: 16px;
  }

  .color_proyectos_on {
    display: flex;
  }

  .p_proyectos_in {
    width: 80%;
  }

  .titulo {
    line-height: 65px;
  }
}

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

  .container.servicios {
    grid-template-columns: 4% 1fr 1fr 1fr 1fr 4%;
  }

  .header.desktop.w--current {
    display: block;
  }

  .link_menu {
    padding-right: 0;
  }

  .footer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 4% 1fr 5%;
  }

  .footer.contacto, .trademark.none_horizontalmobile, .semibold.none_horizontalmobile {
    display: none;
  }

  ._26interline.centre_aling_mobile, ._26interline.centre_aling_mobile.center_aling {
    text-align: center;
  }

  .rigth_aline.none_horizontalmobile, .logo_footer.none_horizontalmobile {
    display: none;
  }

  .img_background {
    background-position: 55% 100%;
  }

  .img_background.servicios {
    min-height: 30vh;
  }

  .header_fixed.proyectos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text_servicios_div {
    width: 100%;
  }

  .container-popup._4 {
    min-height: 0;
  }

  .container-popup.hide {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text_contact.centre_aling {
    font-size: 12px;
  }

  .cross_popup {
    max-width: 30px;
  }

  .div_proyectos {
    padding-bottom: 10px;
  }

  .image-3.mobile {
    display: block;
  }

  .h1_proyectos {
    font-size: 12px;
    line-height: 15px;
  }

  .color_proyectos_on {
    font-size: 14px;
    display: flex;
  }

  .titulo_proyectos_in {
    font-size: 16px;
  }

  .p_proyectos_in {
    width: 100%;
  }

  .cursor-wrapper {
    display: none;
  }

  .legal_mobile {
    text-align: center;
    display: block;
  }

  .img_proyects.cilantro, .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .cookies {
    font-size: 9px;
    line-height: 12px;
  }

  .img_horizontal-cilantro {
    display: none;
  }

  .titulo {
    font-size: 45px;
    line-height: 58px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    grid-row-gap: 30px;
    grid-template-columns: 1% 1fr 1%;
  }

  .container.home {
    background-position: 50%;
  }

  .container.servicios {
    grid-template-columns: 1% 1fr 1%;
  }

  .container.proyectos_in {
    grid-template-rows: 80px 30px auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1% 1fr 1%;
  }

  .container.proyectos_in.iris {
    grid-template-rows: 80px 30px auto auto auto auto auto auto auto auto;
  }

  .container.proyectos_in.guzmania {
    grid-template-rows: 80px 30px auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1% 1fr 1%;
  }

  .container.proyectos {
    grid-template-columns: 4% 1fr 4%;
  }

  .header.desktop, .header.desktop.w--current, .menu {
    display: none;
  }

  .footer {
    grid-template-columns: 1% 1fr 1%;
  }

  .trademark.none_mobile, .semibold.none_mobile {
    display: none;
  }

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

  .link.interlinemenumobile {
    line-height: 40px;
  }

  .rigth_aline.none_mobile, .logo_footer.none_horizontalmobile {
    display: none;
  }

  .header_mobile {
    z-index: 500;
    width: 100%;
    min-height: 80px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--white);
    grid-template-rows: auto auto;
    grid-template-columns: 1% 1fr 1fr 1fr 1fr 1%;
    grid-auto-columns: 1fr;
    padding: 30px 0 15px;
    display: grid;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hambuguer_menu {
    max-width: 40px;
    cursor: pointer;
  }

  .menus_list_mobile {
    text-align: right;
    font-weight: 600;
    line-height: 26px;
    display: none;
  }

  .cross_menu {
    max-width: 40px;
    display: none;
  }

  .h5.semibold.nosotras {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .h5.nosotras {
    padding-top: 20px;
  }

  .img_background {
    min-height: 350px;
    margin-top: 0;
  }

  .header_fixed {
    display: none;
  }

  .container-popup {
    z-index: 700;
    height: 90vh;
    border-right: 20px solid var(--dark-slate-grey);
    border-left: 20px solid var(--dark-slate-grey);
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin: 20px 0;
    padding: 10px 4%;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .container-popup._1 {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-left: 4%;
    padding-right: 4%;
  }

  .container-popup._2 {
    min-height: 0;
    grid-template-columns: 1fr;
    align-items: start;
    padding-left: 4%;
    padding-right: 4%;
  }

  .container-popup._3 {
    min-height: 0;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: start;
    padding-left: 4%;
    padding-right: 4%;
    display: none;
  }

  .container-popup._4 {
    min-height: auto;
    flex-direction: column;
    grid-template-rows: 50px auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 4%;
    padding-right: 4%;
    display: none;
  }

  .container-popup.hide {
    height: auto;
    min-height: 95vh;
    border-right: 20px solid var(--dark-slate-grey);
    border-left: 20px solid var(--dark-slate-grey);
    align-items: flex-start;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: fixed;
  }

  .h4 {
    font-size: 18px;
  }

  .text_contact {
    align-self: flex-start;
    font-size: 12px;
  }

  .text_contact.services {
    width: 100%;
  }

  .img_popup.interiorismo, .img_popup.reforma, .img_popup.homestaging, .img_popup.eventos {
    min-height: 400px;
    flex: 1;
  }

  .cross_popup {
    max-width: 25px;
  }

  .div_proyectos {
    padding-bottom: 5px;
  }

  .image-3.mobile {
    display: block;
  }

  .image-3.desktop {
    display: none;
  }

  .h1_proyectos {
    padding-top: 10px;
  }

  .color_proyectos_on {
    display: flex;
  }

  .form {
    overflow: hidden;
  }

  .proyect_next {
    justify-content: space-between;
    display: flex;
  }

  .flecha.left, .flecha.left.opacity, .flecha.right {
    padding-left: 0;
  }

  .html-embed {
    width: 80%;
  }

  .html-embed-3 {
    width: 90%;
    overflow: hidden;
  }

  .popup_back {
    z-index: 600;
    background-color: var(--dark-slate-grey);
    color: var(--dark-slate-grey);
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .titulo {
    font-size: 40px;
    line-height: 44px;
  }

  .link_home {
    font-size: 12px;
  }
}

#w-node-_709159df-1949-aa1b-286a-5ab10bd3f4c2-eb07edf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-eb07edf2 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-cf36562c-736d-c3d7-47f9-1e808804406b-eb07edf2 {
  grid-area: 2 / 2 / 3 / 7;
  align-self: start;
  justify-self: start;
}

#w-node-_9c8a2185-f12d-8e1f-6fc8-9f7df9440324-eb07edf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_596a51b4-e096-1c66-5f19-3416b2902220-eb07edf2, #w-node-_0d475918-70b8-63ba-55b4-8ac8d7fc4ada-eb07edf2 {
  grid-area: 3 / 2 / 5 / 8;
  align-self: center;
  justify-self: center;
}

#w-node-_6df72fe9-3458-16d2-b9b1-f9bb66c930e1-eb07edf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbdf0-bc5cbdef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbdf2-bc5cbdef {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbdf4-bc5cbdef {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbdf6-bc5cbdef {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbdf7-bc5cbdef {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbe00-bc5cbdef {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbe03-bc5cbdef {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: end;
}

#w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbe05-bc5cbdef {
  grid-area: 2 / 6 / 3 / 8;
  justify-self: end;
}

#w-node-_46abfdd3-7b11-e98c-32ad-498763a20093-b007edf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23e17a74-d8be-e0f2-e9ab-98d669d1bcfc-b007edf7, #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-b007edf7 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_92a5ad38-7724-eb63-d2d9-4227fb3b6dc2-b007edf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf36562c-736d-c3d7-47f9-1e808804406b-b007edf7 {
  grid-area: 2 / 2 / 3 / 8;
  align-self: start;
  justify-self: start;
}

#w-node-_9c8a2185-f12d-8e1f-6fc8-9f7df9440324-b007edf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692f5b3d-166f-1e14-6e76-82f28c51c96c-b007edf7 {
  grid-area: 3 / 2 / 4 / 8;
}

#w-node-_40b66109-262b-c891-6d5b-b49b6a850598-b007edf7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d44afb0c-7920-219d-dc0c-4286009507d3-1007edf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23e17a74-d8be-e0f2-e9ab-98d669d1bcfc-1007edf8, #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-1007edf8 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_92a5ad38-7724-eb63-d2d9-4227fb3b6dc2-1007edf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf36562c-736d-c3d7-47f9-1e808804406b-1007edf8 {
  grid-area: 2 / 2 / 3 / 8;
  align-self: start;
  justify-self: start;
}

#w-node-_9c8a2185-f12d-8e1f-6fc8-9f7df9440324-1007edf8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692f5b3d-166f-1e14-6e76-82f28c51c96c-1007edf8 {
  grid-area: 3 / 4 / 4 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_684f52b6-0b89-81f1-760e-d6a7254be2a0-1007edf8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_684f52b6-0b89-81f1-760e-d6a7254be2a2-1007edf8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_684f52b6-0b89-81f1-760e-d6a7254be2a4-1007edf8 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_684f52b6-0b89-81f1-760e-d6a7254be2a6-1007edf8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_684f52b6-0b89-81f1-760e-d6a7254be2a7-1007edf8 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_684f52b6-0b89-81f1-760e-d6a7254be2b0-1007edf8 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_684f52b6-0b89-81f1-760e-d6a7254be2b3-1007edf8 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: end;
}

#w-node-_684f52b6-0b89-81f1-760e-d6a7254be2b5-1007edf8 {
  grid-area: 2 / 7 / 3 / 8;
  justify-self: end;
}

#w-node-_46abfdd3-7b11-e98c-32ad-498763a20093-a407edf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23e17a74-d8be-e0f2-e9ab-98d669d1bcfc-a407edf9, #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-a407edf9 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_92a5ad38-7724-eb63-d2d9-4227fb3b6dc2-a407edf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf36562c-736d-c3d7-47f9-1e808804406b-a407edf9 {
  grid-area: 2 / 2 / 3 / 8;
  align-self: start;
  justify-self: start;
}

#w-node-_9c8a2185-f12d-8e1f-6fc8-9f7df9440324-a407edf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692f5b3d-166f-1e14-6e76-82f28c51c96c-a407edf9 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_40b66109-262b-c891-6d5b-b49b6a850598-a407edf9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2197756c-036a-bb71-53ff-93ea9e3b61d3-a407edf9 {
  grid-area: 3 / 4 / 4 / 9;
}

#w-node-_46abfdd3-7b11-e98c-32ad-498763a20093-e207edfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23e17a74-d8be-e0f2-e9ab-98d669d1bcfc-e207edfa, #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-e207edfa {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_92a5ad38-7724-eb63-d2d9-4227fb3b6dc2-e207edfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf36562c-736d-c3d7-47f9-1e808804406b-e207edfa {
  grid-area: 2 / 2 / 3 / 8;
  align-self: start;
  justify-self: start;
}

#w-node-_9c8a2185-f12d-8e1f-6fc8-9f7df9440324-e207edfa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692f5b3d-166f-1e14-6e76-82f28c51c96c-e207edfa {
  grid-area: 3 / 2 / 4 / 8;
}

#w-node-_40b66109-262b-c891-6d5b-b49b6a850598-e207edfa {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6631c2c0-404a-3f70-4dbd-1d055df0fa06-e207edfa, #w-node-_27b1216c-8cc1-36ce-107d-e30ca6d4cbaa-e207edfa, #w-node-_769a59d8-244d-e0ad-e50a-dc1920f9a70a-e207edfa, #w-node-ac0c42cf-5f1c-bdf1-13a6-4a965196b1d5-e207edfa, #w-node-_18497376-ebf1-0040-7bc0-92f4bdb6d982-e207edfa, #w-node-_445057c7-73a1-6c1b-8965-7150ca9342d6-e207edfa, #w-node-_2927a0f2-7954-c945-b875-017ec920ca1f-e207edfa, #w-node-_20947216-8d26-b687-e59d-e08602aacc3c-e207edfa, #w-node-_34bf763d-9934-5b6e-f40b-3596e86b44f2-e207edfa, #w-node-_2e59c5ec-bfbd-348c-16f7-82ed0a95ce53-e207edfa, #w-node-_0a9326e7-e9bf-1279-ba76-ff6212b323c3-e207edfa, #w-node-_8b72f581-ed4f-a99b-02a2-72c415dc2cf9-e207edfa, #w-node-_03724137-cfe3-dea2-4ebb-707452c13a1d-e207edfa, #w-node-_212d3813-5b7f-2a0e-3a9d-3d40f64423ab-e207edfa, #w-node-b42c1c7c-d436-bc3f-d4b2-f181b643b27c-e207edfa, #w-node-_9f3997f7-e14f-7bff-c416-36722ee0d2d2-e207edfa, #w-node-_3123a4db-d829-920e-aaed-f3e390750693-e207edfa, #w-node-_4a255549-3be9-bb30-0884-20522d0b4d30-e207edfa, #w-node-cb8ded3d-5e81-0506-c8e0-9fb34dabf088-e207edfa, #w-node-_9ce0cfec-7aed-a341-a31c-898aa854296c-e207edfa, #w-node-b5f214ed-3f62-6317-dc20-ddd141e35646-e207edfa, #w-node-_84360896-ee18-973a-53d9-13d206977ce6-e207edfa, #w-node-_45bd0c3f-a769-7212-8eeb-84d2c0622a8a-e207edfa, #w-node-ecb61035-2147-8178-c0e3-17cbc31e5aab-e207edfa, #w-node-f70d2e8e-096e-74b5-26fe-8734010c2542-e207edfa, #w-node-_1be48835-94fd-b6bb-96e2-3558feed1ca0-c807edfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-c807edfb {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_92a5ad38-7724-eb63-d2d9-4227fb3b6dc2-c807edfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf36562c-736d-c3d7-47f9-1e808804406b-c807edfb {
  grid-area: 2 / 2 / 3 / 8;
  align-self: start;
  justify-self: start;
}

#w-node-_9c8a2185-f12d-8e1f-6fc8-9f7df9440324-c807edfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f41b94-4c14-81bb-5529-a01775e64213-c807edfb {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-d605613a-5a04-4244-3ad5-29288d4528b6-c807edfb {
  grid-area: 5 / 2 / 6 / 8;
}

#w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-c807edfb {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-_2020655d-f17f-be4f-cc17-f5c419151055-c807edfb {
  grid-area: 8 / 2 / 9 / 5;
  align-self: end;
}

#w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-c807edfb {
  grid-area: 9 / 5 / 10 / 8;
  align-self: center;
  justify-self: center;
}

#w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-c807edfb {
  grid-area: 11 / 2 / 12 / 8;
}

#w-node-fb614297-4c48-a493-6690-2df68f54446f-c807edfb {
  grid-area: 10 / 2 / 11 / 8;
  justify-self: center;
}

#w-node-_1112c41c-7019-6a87-05f0-3899d095d6e4-c807edfb {
  grid-area: 3 / 7 / 4 / 8;
  justify-self: end;
}

#w-node-_61117f43-9ee5-e8df-263a-9088332b3d3e-c807edfb, #w-node-_01b2a115-83e0-1257-1251-384b18ce8b61-c807edfb, #w-node-ef850668-86e4-eec6-2991-db217b2c0cb0-c807edfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a0ed687-a707-aef1-af26-5f76e00968ef-c807edfb {
  grid-area: 4 / 2 / 5 / 8;
}

#w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-c807edfb {
  grid-area: 7 / 2 / 8 / 5;
  align-self: start;
}

#w-node-bad32bea-e16f-835a-288e-ddab3c26a2b2-c807edfb {
  grid-area: 7 / 5 / 9 / 8;
}

#w-node-_355a219a-6ece-ea94-0109-8449856778a3-c807edfb {
  grid-area: 9 / 2 / 10 / 5;
  align-self: end;
}

#w-node-_1e720634-4213-1ae1-f498-4c2917607291-c807edfb {
  grid-area: 7 / 5 / 9 / 8;
}

#w-node-_565bbc18-2085-42fd-0a4c-65beb326af18-b326af17 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_1be48835-94fd-b6bb-96e2-3558feed1ca0-6407edfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-6407edfd {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_92a5ad38-7724-eb63-d2d9-4227fb3b6dc2-6407edfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf36562c-736d-c3d7-47f9-1e808804406b-6407edfd {
  grid-area: 2 / 2 / 3 / 8;
  align-self: start;
  justify-self: start;
}

#w-node-_9c8a2185-f12d-8e1f-6fc8-9f7df9440324-6407edfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f41b94-4c14-81bb-5529-a01775e64213-6407edfd {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-d605613a-5a04-4244-3ad5-29288d4528b6-6407edfd {
  grid-area: 5 / 2 / 6 / 8;
}

#w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-6407edfd {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-_2020655d-f17f-be4f-cc17-f5c419151055-6407edfd {
  grid-area: 8 / 2 / 9 / 5;
}

#w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-6407edfd {
  grid-area: 8 / 5 / 9 / 8;
  align-self: center;
  justify-self: center;
}

#w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-6407edfd {
  grid-area: 10 / 2 / 11 / 8;
}

#w-node-fb614297-4c48-a493-6690-2df68f54446f-6407edfd {
  grid-area: 10 / 2 / 11 / 8;
  justify-self: center;
}

#w-node-_1112c41c-7019-6a87-05f0-3899d095d6e4-6407edfd {
  grid-area: 3 / 7 / 4 / 8;
  justify-self: end;
}

#w-node-_61117f43-9ee5-e8df-263a-9088332b3d3e-6407edfd, #w-node-_01b2a115-83e0-1257-1251-384b18ce8b61-6407edfd, #w-node-ef850668-86e4-eec6-2991-db217b2c0cb0-6407edfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a0ed687-a707-aef1-af26-5f76e00968ef-6407edfd {
  grid-area: 4 / 2 / 5 / 8;
}

#w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-6407edfd {
  grid-area: 7 / 2 / 8 / 4;
}

#w-node-_69e78f33-5931-b9d9-8ab6-28a2399f2384-6407edfd {
  grid-area: 7 / 4 / 8 / 6;
}

#w-node-bad32bea-e16f-835a-288e-ddab3c26a2b2-6407edfd {
  grid-area: 7 / 6 / 8 / 8;
}

#w-node-_1be48835-94fd-b6bb-96e2-3558feed1ca0-e907edff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-e907edff {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_92a5ad38-7724-eb63-d2d9-4227fb3b6dc2-e907edff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf36562c-736d-c3d7-47f9-1e808804406b-e907edff {
  grid-area: 2 / 2 / 3 / 8;
  align-self: start;
  justify-self: start;
}

#w-node-_9c8a2185-f12d-8e1f-6fc8-9f7df9440324-e907edff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f41b94-4c14-81bb-5529-a01775e64213-e907edff {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-d605613a-5a04-4244-3ad5-29288d4528b6-e907edff {
  grid-area: 5 / 2 / 6 / 8;
}

#w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-e907edff {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-_2020655d-f17f-be4f-cc17-f5c419151055-e907edff {
  grid-area: 8 / 2 / 9 / 5;
}

#w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-e907edff {
  grid-area: 8 / 5 / 9 / 8;
  align-self: center;
  justify-self: center;
}

#w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-e907edff {
  grid-area: 11 / 2 / 12 / 8;
}

#w-node-fb614297-4c48-a493-6690-2df68f54446f-e907edff {
  grid-area: 10 / 2 / 11 / 8;
  justify-self: center;
}

#w-node-_1112c41c-7019-6a87-05f0-3899d095d6e4-e907edff {
  grid-area: 3 / 7 / 4 / 8;
  justify-self: end;
}

#w-node-_61117f43-9ee5-e8df-263a-9088332b3d3e-e907edff, #w-node-_01b2a115-83e0-1257-1251-384b18ce8b61-e907edff, #w-node-ef850668-86e4-eec6-2991-db217b2c0cb0-e907edff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a0ed687-a707-aef1-af26-5f76e00968ef-e907edff {
  grid-area: 4 / 2 / 5 / 8;
}

#w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-e907edff {
  grid-area: 7 / 2 / 8 / 5;
}

#w-node-_69e78f33-5931-b9d9-8ab6-28a2399f2384-e907edff {
  grid-area: 7 / 5 / 8 / 8;
}

#w-node-f867852c-86a3-daec-6862-6014f92c1f47-e907edff {
  grid-area: 9 / 2 / 10 / 5;
}

#w-node-_1bde570e-6e5d-7a75-d61e-b7178795a692-e907edff {
  grid-area: 9 / 5 / 10 / 8;
}

#w-node-_1be48835-94fd-b6bb-96e2-3558feed1ca0-8a07ee01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-8a07ee01 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_92a5ad38-7724-eb63-d2d9-4227fb3b6dc2-8a07ee01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf36562c-736d-c3d7-47f9-1e808804406b-8a07ee01 {
  grid-area: 2 / 2 / 3 / 8;
  align-self: start;
  justify-self: start;
}

#w-node-_9c8a2185-f12d-8e1f-6fc8-9f7df9440324-8a07ee01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f41b94-4c14-81bb-5529-a01775e64213-8a07ee01 {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-d605613a-5a04-4244-3ad5-29288d4528b6-8a07ee01 {
  grid-area: 5 / 2 / 6 / 8;
}

#w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-8a07ee01 {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-_2020655d-f17f-be4f-cc17-f5c419151055-8a07ee01 {
  grid-area: 8 / 2 / 9 / 5;
}

#w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-8a07ee01 {
  grid-area: 8 / 5 / 9 / 8;
  align-self: center;
  justify-self: center;
}

#w-node-ec0e2883-23e9-5796-5328-60af1a47b369-8a07ee01 {
  grid-area: 9 / 2 / 10 / 5;
}

#w-node-_3cee121d-a43d-3a57-bfb7-8f0350c18e95-8a07ee01 {
  grid-area: 9 / 5 / 10 / 8;
}

#w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-8a07ee01 {
  grid-area: 11 / 2 / 12 / 8;
}

#w-node-fb614297-4c48-a493-6690-2df68f54446f-8a07ee01 {
  grid-area: 10 / 2 / 11 / 8;
  justify-self: center;
}

#w-node-_1112c41c-7019-6a87-05f0-3899d095d6e4-8a07ee01 {
  grid-area: 3 / 7 / 4 / 8;
  justify-self: end;
}

#w-node-_61117f43-9ee5-e8df-263a-9088332b3d3e-8a07ee01, #w-node-_01b2a115-83e0-1257-1251-384b18ce8b61-8a07ee01, #w-node-ef850668-86e4-eec6-2991-db217b2c0cb0-8a07ee01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a0ed687-a707-aef1-af26-5f76e00968ef-8a07ee01 {
  grid-area: 4 / 2 / 5 / 8;
}

#w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-8a07ee01 {
  grid-area: 7 / 2 / 8 / 5;
}

#w-node-_69e78f33-5931-b9d9-8ab6-28a2399f2384-8a07ee01 {
  grid-area: 7 / 5 / 8 / 8;
}

#w-node-_1be48835-94fd-b6bb-96e2-3558feed1ca0-f707ee04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-f707ee04 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_92a5ad38-7724-eb63-d2d9-4227fb3b6dc2-f707ee04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf36562c-736d-c3d7-47f9-1e808804406b-f707ee04 {
  grid-area: 2 / 2 / 3 / 8;
  align-self: start;
  justify-self: start;
}

#w-node-_9c8a2185-f12d-8e1f-6fc8-9f7df9440324-f707ee04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f41b94-4c14-81bb-5529-a01775e64213-f707ee04 {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-d605613a-5a04-4244-3ad5-29288d4528b6-f707ee04 {
  grid-area: 5 / 2 / 6 / 8;
}

#w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-f707ee04 {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-_2020655d-f17f-be4f-cc17-f5c419151055-f707ee04 {
  grid-area: 9 / 2 / 10 / 5;
}

#w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-f707ee04 {
  grid-area: 9 / 5 / 10 / 8;
  align-self: center;
  justify-self: center;
}

#w-node-_339e81f0-99c8-50af-9fe6-3f9c19bcbdbb-f707ee04 {
  grid-area: 8 / 2 / 9 / 5;
}

#w-node-ec0e2883-23e9-5796-5328-60af1a47b369-f707ee04 {
  grid-area: 10 / 2 / 11 / 5;
}

#w-node-_3cee121d-a43d-3a57-bfb7-8f0350c18e95-f707ee04 {
  grid-area: 10 / 5 / 11 / 8;
}

#w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-f707ee04 {
  grid-area: 11 / 2 / 12 / 8;
}

#w-node-fb614297-4c48-a493-6690-2df68f54446f-f707ee04 {
  grid-area: 10 / 2 / 11 / 8;
  justify-self: center;
}

#w-node-_1112c41c-7019-6a87-05f0-3899d095d6e4-f707ee04 {
  grid-area: 3 / 7 / 4 / 8;
  justify-self: end;
}

#w-node-_61117f43-9ee5-e8df-263a-9088332b3d3e-f707ee04, #w-node-_01b2a115-83e0-1257-1251-384b18ce8b61-f707ee04, #w-node-ef850668-86e4-eec6-2991-db217b2c0cb0-f707ee04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a0ed687-a707-aef1-af26-5f76e00968ef-f707ee04 {
  grid-area: 4 / 2 / 5 / 8;
}

#w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-f707ee04 {
  grid-area: 7 / 2 / 8 / 5;
}

#w-node-_69e78f33-5931-b9d9-8ab6-28a2399f2384-f707ee04 {
  grid-area: 7 / 5 / 8 / 8;
}

#w-node-a02e2b2a-f0ba-2fda-e662-4ec4f026120c-f707ee04 {
  grid-area: 8 / 5 / 9 / 8;
}

#w-node-b34591fb-0b5e-6d03-f8bb-1609e6d71252-8607ee05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-baa76bff-37f0-d03b-1ca2-6bfd20b88c3a-8607ee05, #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-8607ee05 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_92a5ad38-7724-eb63-d2d9-4227fb3b6dc2-8607ee05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf36562c-736d-c3d7-47f9-1e808804406b-8607ee05 {
  grid-area: 2 / 2 / 3 / 8;
  align-self: start;
  justify-self: start;
}

#w-node-_9c8a2185-f12d-8e1f-6fc8-9f7df9440324-8607ee05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8a91e8c-c3af-2786-9503-32be219875bb-8607ee05 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_01e728f5-c772-5b49-9270-c16a8ca205a8-8607ee05 {
  grid-area: 3 / 5 / 4 / 8;
}

#w-node-bc35d304-a7a7-f685-22ae-5b3a9bd13963-8607ee05 {
  grid-area: 4 / 2 / 5 / 5;
}

#w-node-_2571a600-9bb3-911a-3529-a90263963ec0-8607ee05 {
  grid-area: 4 / 5 / 5 / 8;
}

#w-node-_6e060dfc-6398-b2b7-001c-83262a82f1db-8607ee05 {
  grid-area: 5 / 2 / 6 / 5;
}

#w-node-c4af6c08-4717-1596-8489-a01745c8a35e-8607ee05 {
  grid-area: 5 / 5 / 6 / 8;
}

#w-node-a09b94af-9386-236b-0ca4-cb4cf57c2aa8-4c07ee06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-4c07ee06 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_92a5ad38-7724-eb63-d2d9-4227fb3b6dc2-4c07ee06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf36562c-736d-c3d7-47f9-1e808804406b-4c07ee06 {
  grid-area: 2 / 2 / 3 / 8;
  align-self: start;
  justify-self: start;
}

#w-node-_9c8a2185-f12d-8e1f-6fc8-9f7df9440324-4c07ee06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_692f5b3d-166f-1e14-6e76-82f28c51c96c-4c07ee06 {
  grid-area: 3 / 2 / 4 / 5;
  align-self: start;
}

#w-node-_99170834-ebe1-cc88-5a40-6cf8da07b9d2-4c07ee06 {
  grid-area: 3 / 5 / 4 / 8;
  align-self: start;
}

#w-node-e13139d6-bfb4-ca0f-0a31-44fb43794636-4c07ee06 {
  grid-area: 4 / 2 / 5 / 5;
}

#w-node-f14a63a7-0a9f-a07c-a9ca-96b63eb334cf-4c07ee06 {
  grid-area: 4 / 5 / 5 / 8;
}

#w-node-cf7c3bdc-0631-6042-4d79-09f5a830b9b9-4c07ee06 {
  grid-area: 6 / 1 / 7 / 9;
}

#w-node-_18ad8c3d-7d30-5197-4494-56b5d0c101dd-4c07ee06 {
  grid-area: 3 / 2 / 6 / 8;
}

#w-node-d4c93523-6429-7e60-134b-1145c3d5ddbb-4c07ee06 {
  grid-area: 1 / 6 / 2 / 7;
  align-self: start;
  justify-self: end;
}

#w-node-_628bb8e1-26cf-7625-3e68-bd969e96e090-4c07ee06 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-_0c83c951-2c65-5434-2a17-38fbd579874b-4c07ee06 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-b5f4bbc1-1ae0-5212-ba26-ef9925fc3cb0-4c07ee06 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_8db9fccc-ad29-e393-2255-1694904ad374-4c07ee06 {
  grid-area: 2 / 3 / 4 / 7;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb537e-4c07ee06 {
  grid-area: 3 / 2 / 6 / 8;
}

#w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb53a4-4c07ee06 {
  grid-area: 1 / 6 / 2 / 7;
  align-self: start;
  justify-self: end;
}

#w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb537f-4c07ee06 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb5381-4c07ee06 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb539c-4c07ee06 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_3866edad-a695-92c4-1335-d837cf54e8e4-4c07ee06 {
  grid-area: 2 / 3 / 4 / 7;
}

#w-node-_5f7b21f3-c1d6-1794-0850-80d615a79ec5-4c07ee06 {
  grid-area: 3 / 2 / 6 / 8;
}

#w-node-_5f7b21f3-c1d6-1794-0850-80d615a79eeb-4c07ee06 {
  grid-area: 1 / 6 / 2 / 7;
  align-self: start;
  justify-self: end;
}

#w-node-_5f7b21f3-c1d6-1794-0850-80d615a79ec6-4c07ee06 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-_5f7b21f3-c1d6-1794-0850-80d615a79ec8-4c07ee06 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_5f7b21f3-c1d6-1794-0850-80d615a79ee3-4c07ee06 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_5f7b21f3-c1d6-1794-0850-80d615a79eea-4c07ee06 {
  grid-area: 2 / 3 / 4 / 7;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_0705ba8a-707c-5063-e7eb-2f36ee134ca9-4c07ee06 {
  grid-area: 3 / 2 / 6 / 8;
}

#w-node-_0705ba8a-707c-5063-e7eb-2f36ee134ccf-4c07ee06 {
  grid-area: 1 / 6 / 2 / 7;
  align-self: start;
  justify-self: end;
}

#w-node-_0705ba8a-707c-5063-e7eb-2f36ee134caa-4c07ee06 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-_0705ba8a-707c-5063-e7eb-2f36ee134cac-4c07ee06 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_0705ba8a-707c-5063-e7eb-2f36ee134cc7-4c07ee06 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: end;
}

#w-node-_0705ba8a-707c-5063-e7eb-2f36ee134cce-4c07ee06 {
  grid-area: 2 / 3 / 4 / 7;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-be039a43-5678-4516-eea4-2abf97a1f751-97a1f750 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_1be48835-94fd-b6bb-96e2-3558feed1ca0-fd054745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-fd054745 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: center;
}

#w-node-_92a5ad38-7724-eb63-d2d9-4227fb3b6dc2-fd054745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf36562c-736d-c3d7-47f9-1e808804406b-fd054745 {
  grid-area: 2 / 2 / 3 / 8;
  align-self: start;
  justify-self: start;
}

#w-node-_9c8a2185-f12d-8e1f-6fc8-9f7df9440324-fd054745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f41b94-4c14-81bb-5529-a01775e64213-fd054745 {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-d605613a-5a04-4244-3ad5-29288d4528b6-fd054745 {
  grid-area: 5 / 2 / 6 / 8;
}

#w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-fd054745 {
  grid-area: 6 / 2 / 7 / 5;
}

#w-node-_2020655d-f17f-be4f-cc17-f5c419151055-fd054745 {
  grid-area: 9 / 2 / 10 / 5;
}

#w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-fd054745 {
  grid-area: 9 / 5 / 10 / 8;
  align-self: center;
  justify-self: center;
}

#w-node-_339e81f0-99c8-50af-9fe6-3f9c19bcbdbb-fd054745 {
  grid-area: 8 / 2 / 9 / 4;
}

#w-node-ec0e2883-23e9-5796-5328-60af1a47b369-fd054745 {
  grid-area: 10 / 2 / 11 / 5;
}

#w-node-_3cee121d-a43d-3a57-bfb7-8f0350c18e95-fd054745 {
  grid-area: 10 / 5 / 11 / 8;
}

#w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-fd054745 {
  grid-area: 11 / 2 / 12 / 8;
}

#w-node-fb614297-4c48-a493-6690-2df68f54446f-fd054745 {
  grid-area: 10 / 2 / 11 / 8;
  justify-self: center;
}

#w-node-_1112c41c-7019-6a87-05f0-3899d095d6e4-fd054745 {
  grid-area: 3 / 7 / 4 / 8;
  justify-self: end;
}

#w-node-_61117f43-9ee5-e8df-263a-9088332b3d3e-fd054745, #w-node-_01b2a115-83e0-1257-1251-384b18ce8b61-fd054745, #w-node-ef850668-86e4-eec6-2991-db217b2c0cb0-fd054745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a0ed687-a707-aef1-af26-5f76e00968ef-fd054745 {
  grid-area: 4 / 2 / 5 / 8;
}

#w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-fd054745 {
  grid-area: 7 / 2 / 8 / 5;
}

#w-node-_69e78f33-5931-b9d9-8ab6-28a2399f2384-fd054745 {
  grid-area: 7 / 5 / 8 / 8;
}

#w-node-a02e2b2a-f0ba-2fda-e662-4ec4f026120c-fd054745 {
  grid-area: 8 / 4 / 9 / 6;
}

#w-node-_82d6eaf0-ccfb-497a-0357-724d842eed64-fd054745 {
  grid-area: 8 / 6 / 9 / 8;
}

@media screen and (max-width: 991px) {
  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-eb07edf2 {
    grid-column-end: 3;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-eb07edf2 {
    grid-column-end: 5;
    justify-self: start;
  }

  #w-node-_596a51b4-e096-1c66-5f19-3416b2902220-eb07edf2 {
    grid-column-end: 5;
  }

  #w-node-_0d475918-70b8-63ba-55b4-8ac8d7fc4ada-eb07edf2 {
    grid-row-end: 5;
    grid-column-end: 5;
  }

  #w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbe03-bc5cbdef, #w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbe05-bc5cbdef {
    grid-column: 5 / 6;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-b007edf7 {
    grid-column-end: 3;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-b007edf7 {
    grid-column-end: 5;
    justify-self: start;
  }

  #w-node-_692f5b3d-166f-1e14-6e76-82f28c51c96c-b007edf7 {
    grid-column-end: 5;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-1007edf8 {
    grid-column-end: 3;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-1007edf8 {
    grid-column-end: 5;
    justify-self: start;
  }

  #w-node-_692f5b3d-166f-1e14-6e76-82f28c51c96c-1007edf8 {
    grid-column: 2 / 5;
  }

  #w-node-_684f52b6-0b89-81f1-760e-d6a7254be2b3-1007edf8, #w-node-_684f52b6-0b89-81f1-760e-d6a7254be2b5-1007edf8 {
    grid-column: 5 / 6;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-a407edf9 {
    grid-column-end: 3;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-a407edf9 {
    grid-column-end: 5;
    justify-self: start;
  }

  #w-node-_2197756c-036a-bb71-53ff-93ea9e3b61d3-a407edf9 {
    grid-column: 4 / 6;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-e207edfa {
    grid-column-end: 3;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-e207edfa {
    grid-column-end: 5;
    justify-self: start;
  }

  #w-node-_692f5b3d-166f-1e14-6e76-82f28c51c96c-e207edfa {
    grid-column-end: 5;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-c807edfb {
    grid-column-end: 3;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-c807edfb {
    grid-column-end: 7;
    justify-self: start;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-c807edfb {
    grid-column-end: 6;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-6407edfd {
    grid-column-end: 3;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-6407edfd {
    grid-column-end: 7;
    justify-self: start;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-6407edfd {
    grid-column-end: 6;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-e907edff {
    grid-column-end: 3;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-e907edff {
    grid-column-end: 7;
    justify-self: start;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-e907edff {
    grid-column-end: 6;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-8a07ee01 {
    grid-column-end: 3;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-8a07ee01 {
    grid-column-end: 7;
    justify-self: start;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-8a07ee01 {
    grid-column-end: 6;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-f707ee04 {
    grid-column-end: 3;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-f707ee04 {
    grid-column-end: 8;
    justify-self: start;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-f707ee04 {
    grid-column-end: 6;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-8607ee05 {
    grid-column-end: 3;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-8607ee05 {
    grid-column-end: 7;
    justify-self: start;
  }

  #w-node-e8a91e8c-c3af-2786-9503-32be219875bb-8607ee05 {
    grid-column-end: 5;
  }

  #w-node-_01e728f5-c772-5b49-9270-c16a8ca205a8-8607ee05 {
    grid-area: 3 / 5 / 4 / 8;
  }

  #w-node-bc35d304-a7a7-f685-22ae-5b3a9bd13963-8607ee05 {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-_2571a600-9bb3-911a-3529-a90263963ec0-8607ee05 {
    grid-area: 4 / 5 / 5 / 8;
  }

  #w-node-_6e060dfc-6398-b2b7-001c-83262a82f1db-8607ee05 {
    grid-area: 5 / 2 / 6 / 5;
  }

  #w-node-c4af6c08-4717-1596-8489-a01745c8a35e-8607ee05 {
    grid-area: 5 / 5 / 6 / 8;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-4c07ee06 {
    grid-column-end: 3;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-4c07ee06 {
    grid-column-end: 6;
    justify-self: start;
  }

  #w-node-_692f5b3d-166f-1e14-6e76-82f28c51c96c-4c07ee06 {
    grid-column-end: 4;
  }

  #w-node-_99170834-ebe1-cc88-5a40-6cf8da07b9d2-4c07ee06 {
    grid-column: 4 / 7;
  }

  #w-node-e13139d6-bfb4-ca0f-0a31-44fb43794636-4c07ee06 {
    grid-column-end: 4;
  }

  #w-node-f14a63a7-0a9f-a07c-a9ca-96b63eb334cf-4c07ee06 {
    grid-area: 4 / 4 / 5 / 7;
  }

  #w-node-cf7c3bdc-0631-6042-4d79-09f5a830b9b9-4c07ee06 {
    grid-row: 6 / 7;
    grid-column-end: 7;
  }

  #w-node-_18ad8c3d-7d30-5197-4494-56b5d0c101dd-4c07ee06 {
    grid-column-end: 6;
  }

  #w-node-d4c93523-6429-7e60-134b-1145c3d5ddbb-4c07ee06 {
    grid-column: 6 / 7;
  }

  #w-node-_628bb8e1-26cf-7625-3e68-bd969e96e090-4c07ee06 {
    grid-column-end: 6;
  }

  #w-node-_0c83c951-2c65-5434-2a17-38fbd579874b-4c07ee06, #w-node-b5f4bbc1-1ae0-5212-ba26-ef9925fc3cb0-4c07ee06 {
    grid-column-end: 5;
  }

  #w-node-_8db9fccc-ad29-e393-2255-1694904ad374-4c07ee06 {
    grid-column-start: 5;
  }

  #w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb537e-4c07ee06 {
    grid-column-end: 6;
  }

  #w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb53a4-4c07ee06 {
    grid-column: 3 / 4;
    align-self: start;
  }

  #w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb537f-4c07ee06, #w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb5381-4c07ee06, #w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb539c-4c07ee06 {
    grid-column-end: 3;
  }

  #w-node-_3866edad-a695-92c4-1335-d837cf54e8e4-4c07ee06 {
    grid-column: 3 / 4;
  }

  #w-node-_5f7b21f3-c1d6-1794-0850-80d615a79ec5-4c07ee06 {
    grid-column-end: 6;
  }

  #w-node-_5f7b21f3-c1d6-1794-0850-80d615a79eeb-4c07ee06 {
    grid-column: 3 / 4;
    align-self: start;
  }

  #w-node-_5f7b21f3-c1d6-1794-0850-80d615a79ec6-4c07ee06, #w-node-_5f7b21f3-c1d6-1794-0850-80d615a79ec8-4c07ee06, #w-node-_5f7b21f3-c1d6-1794-0850-80d615a79ee3-4c07ee06 {
    grid-column-end: 3;
  }

  #w-node-_5f7b21f3-c1d6-1794-0850-80d615a79eea-4c07ee06 {
    grid-column: 3 / 4;
  }

  #w-node-_0705ba8a-707c-5063-e7eb-2f36ee134ca9-4c07ee06 {
    grid-column-end: 6;
  }

  #w-node-_0705ba8a-707c-5063-e7eb-2f36ee134ccf-4c07ee06 {
    grid-column: 3 / 4;
  }

  #w-node-_0705ba8a-707c-5063-e7eb-2f36ee134caa-4c07ee06, #w-node-_0705ba8a-707c-5063-e7eb-2f36ee134cac-4c07ee06, #w-node-_0705ba8a-707c-5063-e7eb-2f36ee134cc7-4c07ee06 {
    grid-column-end: 3;
  }

  #w-node-_0705ba8a-707c-5063-e7eb-2f36ee134cce-4c07ee06 {
    grid-column-end: 4;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-fd054745 {
    grid-column-end: 3;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-fd054745 {
    grid-column-end: 8;
    justify-self: start;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-fd054745 {
    grid-column-end: 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-eb07edf2 {
    grid-column-end: 5;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-eb07edf2 {
    grid-column-end: 5;
    justify-self: stretch;
  }

  #w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbdf2-bc5cbdef {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-eb65a8fc-7e3f-c48f-2b7a-434cc2a8054f-bc5cbdef {
    grid-area: 4 / 2 / 5 / 3;
    justify-self: center;
  }

  #w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbdf7-bc5cbdef {
    grid-column: 2 / 3;
  }

  #w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbe00-bc5cbdef {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbe03-bc5cbdef {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbe05-bc5cbdef {
    grid-area: 3 / 2 / 4 / 4;
    justify-self: start;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-b007edf7 {
    grid-column-end: 5;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-b007edf7 {
    grid-column-end: 5;
    justify-self: stretch;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-1007edf8 {
    grid-column-end: 5;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-1007edf8 {
    grid-column-end: 5;
    justify-self: stretch;
  }

  #w-node-_684f52b6-0b89-81f1-760e-d6a7254be2a2-1007edf8 {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-_684f52b6-0b89-81f1-760e-d6a7254be2a7-1007edf8 {
    grid-column: 2 / 3;
  }

  #w-node-_684f52b6-0b89-81f1-760e-d6a7254be2b0-1007edf8 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_684f52b6-0b89-81f1-760e-d6a7254be2b3-1007edf8 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
  }

  #w-node-_684f52b6-0b89-81f1-760e-d6a7254be2b5-1007edf8 {
    grid-area: 3 / 2 / 4 / 4;
    justify-self: start;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-a407edf9 {
    grid-column-end: 5;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-a407edf9 {
    grid-column-end: 5;
    justify-self: stretch;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-e207edfa {
    grid-column-end: 5;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-e207edfa {
    grid-column-end: 5;
    justify-self: stretch;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-c807edfb {
    grid-column-end: 5;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-c807edfb {
    grid-column-end: 8;
    justify-self: stretch;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-c807edfb {
    grid-column-end: 8;
  }

  #w-node-_2020655d-f17f-be4f-cc17-f5c419151055-c807edfb {
    grid-area: 7 / 2 / 8 / 8;
  }

  #w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-c807edfb {
    grid-row: 8 / 9;
    grid-column-start: 5;
  }

  #w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-c807edfb {
    grid-row: 12 / 13;
  }

  #w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-c807edfb {
    grid-area: 9 / 2 / 10 / 8;
  }

  #w-node-bad32bea-e16f-835a-288e-ddab3c26a2b2-c807edfb {
    grid-row: 10 / 11;
    grid-column-start: 2;
  }

  #w-node-_355a219a-6ece-ea94-0109-8449856778a3-c807edfb {
    grid-area: 8 / 2 / 9 / 5;
  }

  #w-node-_1e720634-4213-1ae1-f498-4c2917607291-c807edfb {
    grid-row: 10 / 11;
    grid-column-start: 2;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-6407edfd {
    grid-column-end: 5;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-6407edfd {
    grid-column-end: 8;
    justify-self: stretch;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-6407edfd {
    grid-column-end: 8;
  }

  #w-node-_2020655d-f17f-be4f-cc17-f5c419151055-6407edfd {
    grid-area: 8 / 2 / 9 / 5;
  }

  #w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-6407edfd {
    grid-row: 8 / 9;
    grid-column-start: 5;
  }

  #w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-6407edfd {
    grid-row: 11 / 12;
  }

  #w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-6407edfd {
    grid-column: 2 / 8;
  }

  #w-node-_69e78f33-5931-b9d9-8ab6-28a2399f2384-6407edfd {
    grid-area: 9 / 2 / 10 / 5;
  }

  #w-node-bad32bea-e16f-835a-288e-ddab3c26a2b2-6407edfd {
    grid-row: 9 / 10;
    grid-column-start: 5;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-e907edff {
    grid-column-end: 5;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-e907edff {
    grid-column-end: 8;
    justify-self: stretch;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-e907edff {
    grid-column-end: 8;
  }

  #w-node-_2020655d-f17f-be4f-cc17-f5c419151055-e907edff {
    grid-area: 10 / 2 / 11 / 8;
  }

  #w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-e907edff {
    grid-row: 9 / 10;
    grid-column-start: 2;
  }

  #w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-e907edff {
    grid-row: 14 / 15;
  }

  #w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-e907edff {
    grid-column: 2 / 8;
  }

  #w-node-_69e78f33-5931-b9d9-8ab6-28a2399f2384-e907edff {
    grid-area: 8 / 2 / 9 / 8;
  }

  #w-node-f867852c-86a3-daec-6862-6014f92c1f47-e907edff {
    grid-area: 11 / 2 / 12 / 8;
  }

  #w-node-_1bde570e-6e5d-7a75-d61e-b7178795a692-e907edff {
    grid-area: 12 / 2 / 13 / 8;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-8a07ee01 {
    grid-column-end: 5;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-8a07ee01 {
    grid-column-end: 8;
    justify-self: stretch;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-8a07ee01 {
    grid-column-end: 8;
  }

  #w-node-_2020655d-f17f-be4f-cc17-f5c419151055-8a07ee01 {
    grid-area: 8 / 2 / 9 / 5;
  }

  #w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-8a07ee01 {
    grid-row: 8 / 9;
    grid-column-start: 5;
  }

  #w-node-ec0e2883-23e9-5796-5328-60af1a47b369-8a07ee01 {
    grid-row: 10 / 11;
    grid-column-end: 8;
  }

  #w-node-_3cee121d-a43d-3a57-bfb7-8f0350c18e95-8a07ee01 {
    grid-row: 9 / 10;
    grid-column-start: 2;
  }

  #w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-8a07ee01 {
    grid-row: 12 / 13;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-f707ee04 {
    grid-column-end: 5;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-f707ee04 {
    grid-column-end: 8;
    justify-self: stretch;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-f707ee04 {
    grid-column-end: 8;
  }

  #w-node-_2020655d-f17f-be4f-cc17-f5c419151055-f707ee04 {
    grid-area: 9 / 2 / 10 / 5;
  }

  #w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-f707ee04 {
    grid-row: 9 / 10;
    grid-column-start: 5;
  }

  #w-node-_339e81f0-99c8-50af-9fe6-3f9c19bcbdbb-f707ee04 {
    grid-row: 8 / 9;
  }

  #w-node-ec0e2883-23e9-5796-5328-60af1a47b369-f707ee04, #w-node-_3cee121d-a43d-3a57-bfb7-8f0350c18e95-f707ee04 {
    grid-row: 10 / 11;
  }

  #w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-f707ee04 {
    grid-row: 11 / 12;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-8607ee05 {
    grid-column-end: 5;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-8607ee05 {
    grid-column-end: 8;
    justify-self: stretch;
  }

  #w-node-e8a91e8c-c3af-2786-9503-32be219875bb-8607ee05 {
    grid-column: 2 / 8;
  }

  #w-node-_01e728f5-c772-5b49-9270-c16a8ca205a8-8607ee05 {
    grid-area: 4 / 2 / 5 / 8;
  }

  #w-node-bc35d304-a7a7-f685-22ae-5b3a9bd13963-8607ee05 {
    grid-area: 5 / 2 / 6 / 8;
  }

  #w-node-_2571a600-9bb3-911a-3529-a90263963ec0-8607ee05 {
    grid-area: 6 / 2 / 7 / 8;
  }

  #w-node-_6e060dfc-6398-b2b7-001c-83262a82f1db-8607ee05 {
    grid-area: 7 / 2 / 8 / 8;
  }

  #w-node-c4af6c08-4717-1596-8489-a01745c8a35e-8607ee05 {
    grid-area: 8 / 2 / 9 / 8;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-4c07ee06 {
    grid-column-end: 5;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-4c07ee06 {
    grid-column-end: 6;
    justify-self: stretch;
  }

  #w-node-_99170834-ebe1-cc88-5a40-6cf8da07b9d2-4c07ee06, #w-node-f14a63a7-0a9f-a07c-a9ca-96b63eb334cf-4c07ee06 {
    grid-column-end: 6;
  }

  #w-node-cf7c3bdc-0631-6042-4d79-09f5a830b9b9-4c07ee06 {
    grid-column-end: 7;
  }

  #w-node-d4c93523-6429-7e60-134b-1145c3d5ddbb-4c07ee06 {
    grid-column: 3 / 4;
  }

  #w-node-_628bb8e1-26cf-7625-3e68-bd969e96e090-4c07ee06, #w-node-_0c83c951-2c65-5434-2a17-38fbd579874b-4c07ee06, #w-node-b5f4bbc1-1ae0-5212-ba26-ef9925fc3cb0-4c07ee06 {
    grid-column-end: 3;
  }

  #w-node-_8db9fccc-ad29-e393-2255-1694904ad374-4c07ee06, #w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb53a4-4c07ee06, #w-node-_3866edad-a695-92c4-1335-d837cf54e8e4-4c07ee06 {
    grid-column: 3 / 4;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-fd054745 {
    grid-column-end: 5;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-fd054745 {
    grid-column-end: 8;
    justify-self: stretch;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-fd054745 {
    grid-column-end: 8;
  }

  #w-node-_2020655d-f17f-be4f-cc17-f5c419151055-fd054745 {
    grid-area: 9 / 2 / 10 / 5;
  }

  #w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-fd054745 {
    grid-row: 9 / 10;
    grid-column-start: 5;
  }

  #w-node-_339e81f0-99c8-50af-9fe6-3f9c19bcbdbb-fd054745 {
    grid-row: 8 / 9;
  }

  #w-node-ec0e2883-23e9-5796-5328-60af1a47b369-fd054745, #w-node-_3cee121d-a43d-3a57-bfb7-8f0350c18e95-fd054745 {
    grid-row: 10 / 11;
  }

  #w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-fd054745 {
    grid-row: 11 / 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-eb07edf2 {
    grid-column-end: 4;
  }

  #w-node-_596a51b4-e096-1c66-5f19-3416b2902220-eb07edf2, #w-node-_0d475918-70b8-63ba-55b4-8ac8d7fc4ada-eb07edf2 {
    grid-column-end: 3;
  }

  #w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbdf2-bc5cbdef {
    justify-self: center;
  }

  #w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbdf7-bc5cbdef {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-_173c26b0-08ea-f6c2-4252-a244bc5cbe00-bc5cbdef {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: center;
  }

  #w-node-_510878f1-ccd9-1681-6812-bad40238e0ea-0238e0ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_510878f1-ccd9-1681-6812-bad40238e0eb-0238e0ea {
    grid-area: 1 / 2 / 2 / 5;
    align-self: center;
    justify-self: start;
  }

  #w-node-_510878f1-ccd9-1681-6812-bad40238e0ec-0238e0ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_510878f1-ccd9-1681-6812-bad40238e0ed-0238e0ea, #w-node-_510878f1-ccd9-1681-6812-bad40238e0ee-0238e0ea {
    grid-area: 1 / 5 / 2 / 6;
    align-self: center;
    justify-self: end;
  }

  #w-node-_510878f1-ccd9-1681-6812-bad40238e0ef-0238e0ea {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_4d2471ab-5dbc-7f03-1350-a84b4dc69c10-b007edf7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bfbe60f9-86f1-d0e9-b6cc-9dcfd28803f6-b007edf7 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
    justify-self: start;
  }

  #w-node-f2fd028d-0eb8-a064-a55a-8e827484ed95-b007edf7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_662c9743-abf2-6fac-3739-3d445f5b4c52-b007edf7, #w-node-b9bbd69b-54f8-e763-e222-97fc11a27a4d-b007edf7 {
    grid-area: 1 / 5 / 2 / 6;
    align-self: center;
    justify-self: end;
  }

  #w-node-e061205f-d1c7-f3b6-bb61-056fcdbba541-b007edf7 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-b007edf7 {
    grid-column-end: 4;
  }

  #w-node-_692f5b3d-166f-1e14-6e76-82f28c51c96c-b007edf7 {
    grid-column-end: 3;
  }

  #w-node-_4d2471ab-5dbc-7f03-1350-a84b4dc69c10-1007edf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bfbe60f9-86f1-d0e9-b6cc-9dcfd28803f6-1007edf8 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
    justify-self: start;
  }

  #w-node-f2fd028d-0eb8-a064-a55a-8e827484ed95-1007edf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_662c9743-abf2-6fac-3739-3d445f5b4c52-1007edf8, #w-node-b9bbd69b-54f8-e763-e222-97fc11a27a4d-1007edf8 {
    grid-area: 1 / 5 / 2 / 6;
    align-self: center;
    justify-self: end;
  }

  #w-node-e061205f-d1c7-f3b6-bb61-056fcdbba541-1007edf8 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-1007edf8 {
    grid-column-end: 4;
  }

  #w-node-_692f5b3d-166f-1e14-6e76-82f28c51c96c-1007edf8 {
    grid-column-end: 3;
  }

  #w-node-_684f52b6-0b89-81f1-760e-d6a7254be2a2-1007edf8 {
    justify-self: center;
  }

  #w-node-_684f52b6-0b89-81f1-760e-d6a7254be2a7-1007edf8 {
    grid-column: 2 / 3;
    justify-self: center;
  }

  #w-node-_684f52b6-0b89-81f1-760e-d6a7254be2b0-1007edf8 {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: center;
  }

  #w-node-_4d2471ab-5dbc-7f03-1350-a84b4dc69c10-a407edf9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bfbe60f9-86f1-d0e9-b6cc-9dcfd28803f6-a407edf9 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
    justify-self: start;
  }

  #w-node-f2fd028d-0eb8-a064-a55a-8e827484ed95-a407edf9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_662c9743-abf2-6fac-3739-3d445f5b4c52-a407edf9, #w-node-b9bbd69b-54f8-e763-e222-97fc11a27a4d-a407edf9 {
    grid-area: 1 / 5 / 2 / 6;
    align-self: center;
    justify-self: end;
  }

  #w-node-e061205f-d1c7-f3b6-bb61-056fcdbba541-a407edf9 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-a407edf9 {
    grid-column-end: 4;
  }

  #w-node-_692f5b3d-166f-1e14-6e76-82f28c51c96c-a407edf9 {
    grid-column-end: 3;
  }

  #w-node-_2197756c-036a-bb71-53ff-93ea9e3b61d3-a407edf9 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_4d2471ab-5dbc-7f03-1350-a84b4dc69c10-e207edfa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bfbe60f9-86f1-d0e9-b6cc-9dcfd28803f6-e207edfa {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
    justify-self: start;
  }

  #w-node-f2fd028d-0eb8-a064-a55a-8e827484ed95-e207edfa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_662c9743-abf2-6fac-3739-3d445f5b4c52-e207edfa, #w-node-b9bbd69b-54f8-e763-e222-97fc11a27a4d-e207edfa {
    grid-area: 1 / 5 / 2 / 6;
    align-self: center;
    justify-self: end;
  }

  #w-node-e061205f-d1c7-f3b6-bb61-056fcdbba541-e207edfa {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-e207edfa {
    grid-column-end: 4;
  }

  #w-node-cf36562c-736d-c3d7-47f9-1e808804406b-e207edfa {
    grid-column-end: 3;
  }

  #w-node-_692f5b3d-166f-1e14-6e76-82f28c51c96c-e207edfa {
    grid-column: 2 / 3;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-c807edfb {
    grid-column-end: 4;
  }

  #w-node-c7f41b94-4c14-81bb-5529-a01775e64213-c807edfb {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-d605613a-5a04-4244-3ad5-29288d4528b6-c807edfb {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-c807edfb {
    grid-row: 6 / 7;
    grid-column-end: 3;
  }

  #w-node-_2020655d-f17f-be4f-cc17-f5c419151055-c807edfb {
    grid-row: 7 / 8;
    grid-column-end: 3;
  }

  #w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-c807edfb {
    grid-area: 10 / 2 / 11 / 3;
  }

  #w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-c807edfb {
    grid-row: 13 / 14;
    grid-column-end: 3;
  }

  #w-node-_1112c41c-7019-6a87-05f0-3899d095d6e4-c807edfb {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-_8a0ed687-a707-aef1-af26-5f76e00968ef-c807edfb {
    grid-column-end: 3;
  }

  #w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-c807edfb {
    grid-row: 8 / 9;
    grid-column-end: 3;
  }

  #w-node-bad32bea-e16f-835a-288e-ddab3c26a2b2-c807edfb {
    grid-area: 11 / 2 / 12 / 3;
  }

  #w-node-_355a219a-6ece-ea94-0109-8449856778a3-c807edfb {
    grid-area: 9 / 2 / 10 / 3;
  }

  #w-node-_1e720634-4213-1ae1-f498-4c2917607291-c807edfb {
    grid-row: 11 / 12;
    grid-column-end: 3;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-6407edfd {
    grid-column-end: 4;
  }

  #w-node-c7f41b94-4c14-81bb-5529-a01775e64213-6407edfd {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-d605613a-5a04-4244-3ad5-29288d4528b6-6407edfd {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-6407edfd {
    grid-row: 6 / 7;
    grid-column-end: 3;
  }

  #w-node-_2020655d-f17f-be4f-cc17-f5c419151055-6407edfd {
    grid-row: 9 / 10;
    grid-column-end: 3;
  }

  #w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-6407edfd {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-6407edfd {
    grid-row: 13 / 14;
    grid-column-end: 3;
  }

  #w-node-_1112c41c-7019-6a87-05f0-3899d095d6e4-6407edfd {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-_8a0ed687-a707-aef1-af26-5f76e00968ef-6407edfd, #w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-6407edfd {
    grid-column-end: 3;
  }

  #w-node-_69e78f33-5931-b9d9-8ab6-28a2399f2384-6407edfd {
    grid-area: 11 / 2 / 12 / 3;
  }

  #w-node-bad32bea-e16f-835a-288e-ddab3c26a2b2-6407edfd {
    grid-area: 10 / 2 / 11 / 3;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-e907edff {
    grid-column-end: 4;
  }

  #w-node-c7f41b94-4c14-81bb-5529-a01775e64213-e907edff {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-d605613a-5a04-4244-3ad5-29288d4528b6-e907edff {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-e907edff {
    grid-row: 6 / 7;
    grid-column-end: 3;
  }

  #w-node-_2020655d-f17f-be4f-cc17-f5c419151055-e907edff {
    grid-row: 9 / 10;
    grid-column-end: 3;
  }

  #w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-e907edff {
    grid-row: 10 / 11;
    grid-column-end: 3;
  }

  #w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-e907edff {
    grid-row: 14 / 15;
    grid-column-end: 3;
  }

  #w-node-_1112c41c-7019-6a87-05f0-3899d095d6e4-e907edff {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-_8a0ed687-a707-aef1-af26-5f76e00968ef-e907edff, #w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-e907edff {
    grid-column-end: 3;
  }

  #w-node-_69e78f33-5931-b9d9-8ab6-28a2399f2384-e907edff {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-f867852c-86a3-daec-6862-6014f92c1f47-e907edff {
    grid-row: 11 / 12;
    grid-column-end: 3;
  }

  #w-node-_1bde570e-6e5d-7a75-d61e-b7178795a692-e907edff {
    grid-row: 12 / 13;
    grid-column-end: 3;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-8a07ee01 {
    grid-column-end: 4;
  }

  #w-node-c7f41b94-4c14-81bb-5529-a01775e64213-8a07ee01 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-d605613a-5a04-4244-3ad5-29288d4528b6-8a07ee01 {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-8a07ee01 {
    grid-row: 6 / 7;
    grid-column-end: 3;
  }

  #w-node-_2020655d-f17f-be4f-cc17-f5c419151055-8a07ee01 {
    grid-row: 9 / 10;
    grid-column-end: 3;
  }

  #w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-8a07ee01 {
    grid-area: 10 / 2 / 11 / 3;
  }

  #w-node-ec0e2883-23e9-5796-5328-60af1a47b369-8a07ee01 {
    grid-area: 11 / 2 / 12 / 3;
  }

  #w-node-_3cee121d-a43d-3a57-bfb7-8f0350c18e95-8a07ee01 {
    grid-area: 12 / 2 / 13 / 3;
  }

  #w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-8a07ee01 {
    grid-row: 14 / 15;
    grid-column-end: 3;
  }

  #w-node-_1112c41c-7019-6a87-05f0-3899d095d6e4-8a07ee01 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-_8a0ed687-a707-aef1-af26-5f76e00968ef-8a07ee01, #w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-8a07ee01 {
    grid-column-end: 3;
  }

  #w-node-_69e78f33-5931-b9d9-8ab6-28a2399f2384-8a07ee01 {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-f707ee04 {
    grid-column-end: 4;
  }

  #w-node-c7f41b94-4c14-81bb-5529-a01775e64213-f707ee04 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-d605613a-5a04-4244-3ad5-29288d4528b6-f707ee04 {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-f707ee04 {
    grid-row: 6 / 7;
    grid-column-end: 3;
  }

  #w-node-_2020655d-f17f-be4f-cc17-f5c419151055-f707ee04 {
    grid-row: 11 / 12;
    grid-column-end: 3;
  }

  #w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-f707ee04 {
    grid-area: 10 / 2 / 11 / 3;
  }

  #w-node-_339e81f0-99c8-50af-9fe6-3f9c19bcbdbb-f707ee04 {
    grid-row: 9 / 10;
    grid-column-end: 3;
  }

  #w-node-ec0e2883-23e9-5796-5328-60af1a47b369-f707ee04 {
    grid-area: 13 / 2 / 14 / 3;
  }

  #w-node-_3cee121d-a43d-3a57-bfb7-8f0350c18e95-f707ee04 {
    grid-area: 14 / 2 / 15 / 3;
  }

  #w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-f707ee04 {
    grid-row: 15 / 16;
    grid-column-end: 3;
  }

  #w-node-_1112c41c-7019-6a87-05f0-3899d095d6e4-f707ee04 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-_8a0ed687-a707-aef1-af26-5f76e00968ef-f707ee04, #w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-f707ee04 {
    grid-column-end: 3;
  }

  #w-node-_69e78f33-5931-b9d9-8ab6-28a2399f2384-f707ee04 {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-a02e2b2a-f0ba-2fda-e662-4ec4f026120c-f707ee04 {
    grid-area: 12 / 2 / 13 / 3;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-8607ee05 {
    grid-column-end: 4;
  }

  #w-node-e8a91e8c-c3af-2786-9503-32be219875bb-8607ee05 {
    grid-row-start: 2;
    grid-column-end: 3;
  }

  #w-node-_01e728f5-c772-5b49-9270-c16a8ca205a8-8607ee05, #w-node-bc35d304-a7a7-f685-22ae-5b3a9bd13963-8607ee05, #w-node-_2571a600-9bb3-911a-3529-a90263963ec0-8607ee05, #w-node-_6e060dfc-6398-b2b7-001c-83262a82f1db-8607ee05, #w-node-c4af6c08-4717-1596-8489-a01745c8a35e-8607ee05 {
    grid-column-end: 3;
  }

  #w-node-_4d2471ab-5dbc-7f03-1350-a84b4dc69c10-4c07ee06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bfbe60f9-86f1-d0e9-b6cc-9dcfd28803f6-4c07ee06 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
    justify-self: start;
  }

  #w-node-f2fd028d-0eb8-a064-a55a-8e827484ed95-4c07ee06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_662c9743-abf2-6fac-3739-3d445f5b4c52-4c07ee06, #w-node-b9bbd69b-54f8-e763-e222-97fc11a27a4d-4c07ee06 {
    grid-area: 1 / 5 / 2 / 6;
    align-self: center;
    justify-self: end;
  }

  #w-node-e061205f-d1c7-f3b6-bb61-056fcdbba541-4c07ee06 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-ceb4c85b-3952-923a-5d92-2118f5536528-4c07ee06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-4c07ee06 {
    grid-column-end: 4;
  }

  #w-node-_692f5b3d-166f-1e14-6e76-82f28c51c96c-4c07ee06 {
    grid-column-end: 3;
  }

  #w-node-_99170834-ebe1-cc88-5a40-6cf8da07b9d2-4c07ee06 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-e13139d6-bfb4-ca0f-0a31-44fb43794636-4c07ee06 {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-f14a63a7-0a9f-a07c-a9ca-96b63eb334cf-4c07ee06 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-cf7c3bdc-0631-6042-4d79-09f5a830b9b9-4c07ee06 {
    grid-row: 9 / 10;
    grid-column-end: 4;
  }

  #w-node-_18ad8c3d-7d30-5197-4494-56b5d0c101dd-4c07ee06 {
    grid-row-end: 7;
    grid-column-end: 3;
  }

  #w-node-d4c93523-6429-7e60-134b-1145c3d5ddbb-4c07ee06 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_628bb8e1-26cf-7625-3e68-bd969e96e090-4c07ee06 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_0c83c951-2c65-5434-2a17-38fbd579874b-4c07ee06 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-b5f4bbc1-1ae0-5212-ba26-ef9925fc3cb0-4c07ee06 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_8db9fccc-ad29-e393-2255-1694904ad374-4c07ee06 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb537e-4c07ee06 {
    grid-row-end: 7;
    grid-column-end: 3;
  }

  #w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb53a4-4c07ee06 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb537f-4c07ee06 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb5381-4c07ee06 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_4c1e0786-2934-ab9a-0fc4-d66c48eb539c-4c07ee06 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_3866edad-a695-92c4-1335-d837cf54e8e4-4c07ee06 {
    grid-area: 5 / 1 / 6 / 2;
    align-self: stretch;
  }

  #w-node-_5f7b21f3-c1d6-1794-0850-80d615a79ec5-4c07ee06 {
    grid-row-end: 7;
    grid-column-end: 3;
  }

  #w-node-_5f7b21f3-c1d6-1794-0850-80d615a79eeb-4c07ee06 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_5f7b21f3-c1d6-1794-0850-80d615a79ec6-4c07ee06 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_5f7b21f3-c1d6-1794-0850-80d615a79ec8-4c07ee06 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_5f7b21f3-c1d6-1794-0850-80d615a79ee3-4c07ee06 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_5f7b21f3-c1d6-1794-0850-80d615a79eea-4c07ee06 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_0705ba8a-707c-5063-e7eb-2f36ee134ca9-4c07ee06 {
    grid-row-end: 7;
    grid-column-end: 3;
  }

  #w-node-_0705ba8a-707c-5063-e7eb-2f36ee134ccf-4c07ee06 {
    grid-column: 1 / 2;
    align-self: start;
    justify-self: start;
  }

  #w-node-_0705ba8a-707c-5063-e7eb-2f36ee134caa-4c07ee06 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_0705ba8a-707c-5063-e7eb-2f36ee134cac-4c07ee06 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_0705ba8a-707c-5063-e7eb-2f36ee134cc7-4c07ee06 {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-_0705ba8a-707c-5063-e7eb-2f36ee134cce-4c07ee06 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-fd7311c5-e7f0-ed5f-8c5d-74e5f94ffec8-fd054745 {
    grid-column-end: 4;
  }

  #w-node-c7f41b94-4c14-81bb-5529-a01775e64213-fd054745 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-d605613a-5a04-4244-3ad5-29288d4528b6-fd054745 {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }

  #w-node-_75d268e6-514e-43b6-6fd8-aafabfaf4460-fd054745 {
    grid-row: 6 / 7;
    grid-column-end: 3;
  }

  #w-node-_2020655d-f17f-be4f-cc17-f5c419151055-fd054745 {
    grid-row: 11 / 12;
    grid-column-end: 3;
  }

  #w-node-_2bb07c54-049e-b7bc-9ba8-cc3c5d2545f9-fd054745 {
    grid-area: 10 / 2 / 11 / 3;
  }

  #w-node-_339e81f0-99c8-50af-9fe6-3f9c19bcbdbb-fd054745 {
    grid-row: 9 / 10;
    grid-column-end: 3;
  }

  #w-node-ec0e2883-23e9-5796-5328-60af1a47b369-fd054745 {
    grid-area: 13 / 2 / 14 / 3;
  }

  #w-node-_3cee121d-a43d-3a57-bfb7-8f0350c18e95-fd054745 {
    grid-area: 14 / 2 / 15 / 3;
  }

  #w-node-_71e9e6c9-b19c-c49a-4b2c-662770719a26-fd054745 {
    grid-row: 15 / 16;
    grid-column-end: 3;
  }

  #w-node-_1112c41c-7019-6a87-05f0-3899d095d6e4-fd054745 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: stretch;
  }

  #w-node-_8a0ed687-a707-aef1-af26-5f76e00968ef-fd054745, #w-node-_6fd67688-78c1-6fb6-a811-c8f02ffc3a7f-fd054745 {
    grid-column-end: 3;
  }

  #w-node-_69e78f33-5931-b9d9-8ab6-28a2399f2384-fd054745 {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-a02e2b2a-f0ba-2fda-e662-4ec4f026120c-fd054745, #w-node-_82d6eaf0-ccfb-497a-0357-724d842eed64-fd054745 {
    grid-area: 12 / 2 / 13 / 3;
  }
}


@font-face {
  font-family: 'Dazzed';
  src: url('../fonts/Dazzed-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dazzed';
  src: url('../fonts/Dazzed-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}