:root {
  --white: #fff;
  --orange: #dd6743;
  --dark-blue: #116582;
  --cream: #fdefde;
  --brown: #a67c52;
  --super-dark-blue: #0e3441;
  --sky-blue: #c0dce8;
  --mid-brown: #c69c6d;
  --dar-brown: #603813;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.header {
  height: 520px;
  background-image: url('../images/nurza-productos-gourmet-mexicanos.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 78px;
  position: static;
}

.nav-menu {
  align-items: center;
  margin-top: 6px;
  margin-right: 50px;
  display: flex;
}

.link-copy {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.button {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 20px;
  margin-right: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
}

.div-block-28 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 23px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: flex;
}

.image {
  margin-top: 3px;
  margin-bottom: 0;
}

.brand {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 100px;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
  box-shadow: 3px 3px 9px rgba(0, 0, 0, .28);
}

.nav-link {
  color: #998675;
  margin-right: 17px;
  padding: 10px 15px;
  font-family: Varela Round, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.image-2 {
  margin-right: 13px;
}

.heading {
  color: #ffbc6c;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 52px;
  font-weight: 400;
}

.paragraph {
  color: var(--white);
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
}

.hecho-con-amor {
  height: 550px;
  background-color: var(--cream);
  padding-top: 39px;
  position: relative;
}

.image-3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-4 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.div-block-29 {
  max-width: 800px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: var(--dark-blue);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 60px;
  font-weight: 400;
}

.paragraph-2 {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 27px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block {
  color: var(--dark-blue);
  margin-top: 18px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 26px;
  font-weight: 400;
}

.image-5 {
  margin-top: -373px;
  position: static;
}

.organico-y-natural {
  height: 400px;
  position: relative;
}

.columns {
  height: 400px;
  display: flex;
}

.column {
  background-image: url('../images/miel-nurza-deliciosa-gourmet.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-30 {
  z-index: 3;
  width: 600px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.image-6 {
  z-index: 2;
  max-height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.paragraph-3 {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 24px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
}

.button-2 {
  border: 1px solid var(--brown);
  color: var(--dark-blue);
  background-color: rgba(56, 152, 236, 0);
  border-radius: 20px;
  margin-top: 0;
  margin-right: 16px;
  font-family: Abril Fatface, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-3 {
  color: var(--brown);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  font-weight: 400;
}

.sabor-mexicano {
  height: 400px;
  position: relative;
}

.columns-1 {
  height: 400px;
  flex-direction: row-reverse;
  display: flex;
}

.column-1 {
  background-image: url('../images/cafe-de-altura-nurza.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
}

.column-3 {
  background-color: var(--super-dark-blue);
  background-image: url('../images/nurza-productos-gourmet-mexico.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  font-weight: 400;
}

.paragraph-4 {
  color: var(--sky-blue);
  text-align: center;
  margin-top: 24px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
}

.cajeta {
  height: auto;
  background-color: var(--sky-blue);
  padding-top: 38px;
  padding-bottom: 0;
  position: relative;
}

.miel {
  background-color: var(--mid-brown);
  position: relative;
}

.cafe {
  background-color: var(--orange);
  position: relative;
}

.columns-2 {
  height: 500px;
  display: flex;
}

.image-7 {
  z-index: 3;
  max-width: 200%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.column-4 {
  align-self: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.image-8 {
  z-index: 0;
  opacity: .34;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -9%;
  right: auto;
}

.div-block-31 {
  z-index: 1;
  width: 600px;
  text-align: right;
  position: relative;
}

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

.div-block-32 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 29px;
  display: flex;
}

.div-block-33 {
  margin-top: 21px;
}

.button-3 {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(56, 152, 236, 0);
  border-radius: 20px;
  margin-top: 0;
  margin-right: 16px;
  font-family: Abril Fatface, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-5 {
  color: var(--dark-blue);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  font-weight: 400;
}

.paragraph-5 {
  color: var(--dark-blue);
  text-align: justify;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.columns-3 {
  z-index: 2;
  height: 600px;
  flex-direction: row-reverse;
  display: flex;
  position: relative;
}

.image-9 {
  max-width: 200%;
  margin-top: 0;
  margin-bottom: -109px;
  display: inline-block;
}

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

.div-block-2 {
  z-index: 1;
  width: 600px;
  text-align: left;
  position: relative;
}

.heading-6 {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 46px;
  font-weight: 400;
}

.paragraph-6 {
  color: var(--white);
  text-align: justify;
  margin-top: 29px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-4 {
  border: 1px solid var(--dar-brown);
  color: var(--dar-brown);
  background-color: rgba(56, 152, 236, 0);
  border-radius: 20px;
  margin-top: 0;
  margin-right: 16px;
  font-family: Abril Fatface, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-10 {
  max-height: 100%;
  max-width: none;
  opacity: .63;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-11 {
  z-index: 1;
  max-width: 150%;
  opacity: .56;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-12 {
  z-index: 0;
  opacity: .35;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-13 {
  z-index: 3;
  max-height: 721.406px;
  max-width: none;
  margin-top: 0;
  margin-bottom: -139px;
  margin-left: auto;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.heading-7 {
  color: var(--white);
  font-family: Abril Fatface, sans-serif;
  font-weight: 400;
}

.paragraph-7 {
  color: var(--white);
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.columns-4 {
  height: 500px;
  display: flex;
}

.heading-8 {
  color: #7c2713;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  font-weight: 400;
}

.image-14 {
  max-height: 100%;
  max-width: none;
  opacity: .59;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-15 {
  max-height: 100%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.grid {
  height: 600px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-34 {
  background-image: url('../images/cafe-de-altura-nurza-gourmet-4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-35 {
  background-image: url('../images/miel-nurza-gourmet-4.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-36 {
  background-image: url('../images/cajeta-nurza-gourmet-4.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.distribuidores {
  height: 450px;
  background-image: url('../images/nurza-productos-gourmet-distribuidores.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  margin-top: 32px;
}

.paragraph-copy {
  color: var(--white);
  text-align: center;
  margin-top: 28px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
}

.div-block-37 {
  flex-direction: column;
  align-items: center;
  margin-top: 79px;
  display: flex;
}

.html-embed {
  height: auto;
  border-radius: 10px;
}

.html-embed.cel {
  opacity: 1;
  border: 1px #000;
  border-radius: 7px;
}

.contact-form {
  background-color: var(--cream);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 50px;
}

.textarea-2 {
  background-color: #e9e9e9;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.container-5 {
  background-color: #fff;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 9px 10px 11px rgba(0, 0, 0, .14);
}

.image-23 {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-button {
  width: 150px;
  background-color: #17dc09;
  border-radius: 14px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.text-field {
  color: #5c5c5c;
  background-color: #e9e9e9;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.text-field-3 {
  background-color: #e9e9e9;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.columns-9 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 17px;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.paragraph-form {
  color: #898989;
  text-align: center;
  margin-top: 19px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 16px;
}

.column-8 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
}

.column-7 {
  flex-direction: column;
  align-items: center;
  display: block;
  position: static;
}

.checkbox-label-2 {
  color: #737373;
}

.heading-1 {
  width: 600px;
  color: var(--mid-brown);
  text-align: center;
  margin: 21px auto 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  font-weight: 400;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa0000;
  border-radius: 16px;
  font-weight: 700;
}

.form {
  margin-top: 23px;
}

.success-message {
  color: #fff;
  background-color: #00f725;
  border-radius: 16px;
  padding: 15px 10px;
  font-weight: 700;
}

.div-block-26 {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-24 {
  margin-top: 30px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-9 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.div-block-27 {
  width: 1px;
  background-color: rgba(249, 250, 249, .49);
}

.container-6 {
  max-width: 1200px;
}

.footer-heading {
  color: #009fe3;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.text-block-2 {
  color: #fff;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.footer {
  background-color: var(--dark-blue);
  text-align: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 45px;
}

.footer-2 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.footer-2:hover {
  text-decoration: underline;
}

.footer-link {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

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

.footer-link-copy {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.footer-link-copy:hover {
  text-decoration: underline;
}

.text-block-8 {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.div-block-38 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: var(--white);
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.tes {
  background-color: #aebb74;
  padding-top: 46px;
  padding-bottom: 54px;
  position: relative;
}

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

.image-25 {
  z-index: 2;
  max-width: 70%;
  margin-bottom: -179px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.button-4-copy {
  border: 1px solid var(--dar-brown);
  color: #414b09;
  background-color: rgba(56, 152, 236, 0);
  border-radius: 20px;
  margin-top: 0;
  margin-right: 16px;
  font-family: Abril Fatface, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.body {
  overflow: auto;
}

.div-block-39 {
  overflow: hidden;
}

.div-block-40 {
  background-image: url('../images/tes-nurza-gourmet.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-41 {
  background-image: url('../images/cafe-de-altura-nurza-gourmet-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.container-10 {
  margin-top: 61px;
  font-family: Montserrat, sans-serif;
}

.heading-15 {
  color: var(--dark-blue);
  font-family: Bitter, serif;
}

.paragraph-11 {
  font-size: 16px;
}

.section {
  padding-top: 31px;
  padding-bottom: 94px;
}

@media screen and (min-width: 1440px) {
  .contact-form {
    background-color: var(--cream);
  }

  .column-7 {
    display: flex;
  }

  .heading-1 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 45px;
    font-weight: 400;
  }

  .footer {
    background-color: var(--dark-blue);
  }

  .text-block-8 {
    background-color: var(--orange);
  }
}

@media screen and (max-width: 991px) {
  .columns-9 {
    margin-left: 0;
    margin-right: 0;
  }

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

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 40px 20px;
  }

  .columns-9 {
    flex-direction: column;
  }

  .footer {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 26px;
  }

  .div-block-28 {
    align-items: center;
    margin-top: 19px;
  }

  .image {
    margin-top: 10px;
  }

  .icon {
    color: var(--dark-blue);
  }

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

  .menu-button.w--open {
    color: #0478bf;
    background-color: rgba(0, 0, 0, 0);
  }

  .brand {
    margin-left: 10px;
  }

  .brand.w--current {
    margin-left: 20px;
  }

  .nav-link {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-3 {
    opacity: .35;
  }

  .image-4 {
    display: none;
  }

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

  .text-block {
    text-align: center;
    line-height: 26px;
  }

  .image-5 {
    margin-top: -229px;
  }

  .organico-y-natural {
    height: auto;
    padding-bottom: 24px;
  }

  .columns {
    height: auto;
    flex-direction: column;
  }

  .column {
    height: 300px;
  }

  .heading-3 {
    text-align: center;
  }

  .sabor-mexicano {
    height: auto;
  }

  .columns-1 {
    height: auto;
    flex-direction: column;
  }

  .column-1 {
    height: 300px;
  }

  .column-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-4 {
    text-align: center;
  }

  .cajeta {
    height: auto;
    overflow: hidden;
  }

  .miel {
    padding-bottom: 40px;
  }

  .cafe {
    overflow: hidden;
  }

  .columns-2 {
    height: auto;
    flex-direction: column;
  }

  .image-7 {
    max-width: 200%;
  }

  .div-block-31 {
    width: auto;
  }

  .column-5 {
    padding-top: 21px;
  }

  .div-block-32, .div-block-33 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-3 {
    margin-top: 19px;
  }

  .heading-5 {
    text-align: center;
  }

  .columns-3 {
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
  }

  .image-9 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .column-6 {
    flex-direction: row;
    display: flex;
  }

  .div-block-2 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-12 {
    opacity: .28;
  }

  .image-13 {
    max-height: none;
    max-width: 100%;
    margin-bottom: 0;
  }

  .columns-4 {
    height: auto;
    flex-direction: column;
  }

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

  .grid {
    height: auto;
    flex-direction: column;
    display: flex;
  }

  .div-block-34, .div-block-35, .div-block-36 {
    height: 250px;
  }

  .div-block-37 {
    margin-top: 0;
  }

  .contact-form {
    margin-top: 26px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .columns-9 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .column-7 {
    margin-bottom: 35px;
  }

  .heading-1 {
    width: auto;
    font-weight: 600;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tes {
    margin-top: -45px;
    padding-bottom: 40px;
  }

  .image-25 {
    max-width: 100%;
    margin-top: 32px;
    margin-bottom: 0;
  }

  .div-block-40, .div-block-41 {
    height: 250px;
  }

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

#w-node-_70bea232-618e-86fc-b175-2ec5b48bab1a-3bfacf34 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4f569c36-7056-c1cf-f9cb-cf93d5db2e2e-3bfacf34, #w-node-_99baad57-1c9e-804d-6de2-033d844231b3-3bfacf34 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


