@font-face {
  font-family: Albertsans;
  src: url('../fonts/AlbertSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Albertsans;
  src: url('../fonts/AlbertSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albertsans;
  src: url('../fonts/AlbertSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albertsans;
  src: url('../fonts/AlbertSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albertsans;
  src: url('../fonts/AlbertSans-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Albertsans;
  src: url('../fonts/AlbertSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Albertsans;
  src: url('../fonts/AlbertSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Indikator;
  src: url('../fonts/Indikator-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Indikator;
  src: url('../fonts/Indikator-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #7dfbc6;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

.nav-link {
  color: #fff;
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Albertsans, Arial, sans-serif;
  font-weight: 500;
  transition: color .5s cubic-bezier(.19, 1, .22, 1);
}

.nav-link:hover {
  color: #7dfbc6;
}

.nav-link.first {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 30px;
  left: 4px;
}

.nav-link.last {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 30px;
  right: 4px;
}

.nav-link-2 {
  background-color: #fff;
  border-radius: 50px;
  margin-left: 19px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Albertsans, Arial, sans-serif;
  font-weight: 500;
  transition: background-color .5s cubic-bezier(.165, .84, .44, 1);
}

.nav-link-2:hover {
  background-color: var(--green);
}

.image {
  width: 175px;
}

.navbar {
  background-color: #ddd0;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.nav-link-3 {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Albertsans, Arial, sans-serif;
  font-weight: 500;
  transition: color .5s;
}

.nav-link-3:hover, .nav-link-3.w--current {
  color: var(--green);
}

.nav-link-3.center {
  padding-left: 0;
  padding-right: 0;
}

.nav-link-3.center.w--current {
  color: var(--green);
}

.container {
  max-width: 90%;
  margin-top: 100px;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 50%;
}

.section {
  background-image: url('../images/fondosec1.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 57px;
  padding-bottom: 53px;
}

.heading {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 2.8vw;
  font-weight: 600;
  line-height: 1em;
}

.heading.center {
  text-align: center;
  margin-top: 285px;
  margin-bottom: 25px;
}

.heading.center.margin {
  margin-top: 120px;
  margin-bottom: 193px;
  padding-top: 100px;
  position: relative;
  bottom: -157px;
}

.heading.machico {
  font-size: 2vw;
}

.btn-pimaryv2 {
  border: 2px solid #0000000a;
  border-radius: 50px;
  justify-content: space-between;
  padding: 16px 2em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.btn-pimaryv2.btnwhite {
  background-color: #6eddb8;
  width: 200px;
  padding: 7px 1.3em;
}

.btn-pimaryv2.btnwhite:hover {
  background-color: #ececec;
}

.text-block-2 {
  color: #000;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.btn-arrow {
  margin-left: 30px;
  display: block;
}

.heading-2 {
  color: #6eddb8;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albertsans, Arial, sans-serif;
  font-weight: 500;
}

.paragraph {
  color: #fff;
  margin-bottom: 25px;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph.center {
  text-align: center;
}

.paragraph.center._800 {
  max-width: 650px;
}

.paragraph.center._800.esp {
  max-width: 750px;
}

.div-block-2 {
  margin-top: 31px;
}

.section-2 {
  background-color: #000;
  background-image: url('../images/fondosec2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

.container-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-top: 0;
  display: flex;
}

.text-span {
  color: #6eddb8;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-top: 400px;
  display: flex;
}

.italic-text, .italic-text-2 {
  font-weight: 500;
}

.div-block-4 {
  z-index: 2;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: 0%;
}

.text-span-2 {
  color: var(--green);
}

.divabout {
  width: 100%;
  max-width: 100%;
  margin-top: 120px;
  margin-bottom: 220px;
  padding-top: 100px;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 500;
}

.div-block-6 {
  max-width: 50%;
}

.text-span-3 {
  color: var(--green);
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  max-width: 80%;
  padding-bottom: 342px;
  display: grid;
}

.recuadro {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #020000;
  background-image: url('../images/fondoDesktop.jpg');
  background-position: 0 0;
  background-size: auto;
  border: 2px solid #7dfbc6;
  border-radius: 50px;
  padding: 34px;
}

.recuadro._01 {
  background-image: url('../images/recuadro3.jpg');
  background-position: 50%;
  background-size: cover;
}

.recuadro._02 {
  background-image: url('../images/recuadro2.jpg');
  background-position: 50%;
  background-size: cover;
}

.recuadro._03 {
  background-image: url('../images/recuadro1.jpg');
  background-position: 50%;
  background-size: cover;
}

.recuadro._04 {
  background-image: url('../images/5d352522688f7061cab623d5bed26528.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-8-copy {
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #020000;
  background-image: url('../images/fondoDesktop.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #7dfbc6;
  border-radius: 50px;
  padding: 34px;
}

.section-3 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
  position: relative;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-2 {
  max-width: 70%;
  position: static;
  inset: 0%;
}

.image-3 {
  max-width: 30%;
  position: absolute;
  top: 348.594px;
  left: 0;
}

.div-block-9 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 25%;
  display: grid;
}

.div-block-10 {
  background-color: #000;
  border-radius: 12px;
}

.div-block-11 {
  background-color: #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 45px;
  display: flex;
}

.div-block-11.green {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11.image {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
}

.heading-3-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-3-copy-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.1em;
  position: static;
}

.heading-3-copy-copy.black {
  font-size: 2vw;
}

.quick-stack {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  padding: 0;
}

.div-block-12 {
  background-color: #fff;
  max-width: 100%;
  padding: 1px;
  position: absolute;
  inset: -135px 0% 0%;
}

.bold-text {
  color: #000;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-4 {
  font-family: Albertsans, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1.2em;
}

.heading-optimustext11 {
  color: #fff;
  max-width: 80%;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 2.8vw;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-optimustext11.center {
  text-align: center;
  margin-top: 220px;
  margin-bottom: 25px;
}

.heading-optimustext11.center.margin {
  margin-bottom: 193px;
}

.heading-optimustext11.machico {
  font-size: 2vw;
}

.text-span-4 {
  color: var(--green);
  font-weight: 600;
}

.heading-optimustext2 {
  color: #fff;
  max-width: 80%;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 1.8vw;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-optimustext2.center {
  text-align: center;
  margin-top: 220px;
  margin-bottom: 25px;
}

.heading-optimustext2.center.margin {
  margin-bottom: 193px;
}

.heading-optimustext2.machico {
  font-size: 2vw;
}

.image-4 {
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
  height: 391px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.div-block-13 {
  z-index: 15;
  position: relative;
  top: -216px;
}

.text-span-5 {
  color: var(--green);
}

.section-4 {
  margin-top: 650px;
  margin-bottom: 84px;
}

.div-block-14 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.div-block-15 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  filter: drop-shadow(0 9px 9px #00000045);
  background-color: #fff;
  border-radius: 50px;
  flex-flow: column;
  justify-content: space-between;
  padding: 50px 40px 40px;
  display: flex;
}

.image-5 {
  max-width: 50%;
}

.image-6 {
  max-width: 100%;
}

.headingproducto {
  color: #565656;
  margin-bottom: 0;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 1.5vw;
  line-height: 1.1em;
}

.paragraph-2 {
  color: #565656;
  margin-bottom: 27px;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1.2em;
}

.containerprod {
  max-width: 90%;
  margin-top: 100px;
}

.text-span-6 {
  color: #f88a3e;
}

.text-span-7 {
  color: #58bca5;
}

.text-span-8 {
  color: #a385f7;
}

.div-block-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  background-image: url('../images/imgfooter2.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-copy {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 2.8vw;
  font-weight: 600;
  line-height: 1.1em;
}

.heading-copy.center {
  text-align: center;
  margin-top: 220px;
  margin-bottom: 25px;
}

.heading-copy.center.margin {
  margin-bottom: 193px;
}

.heading-copy.machico {
  font-size: 2vw;
}

.headingfooter {
  color: #565656;
  width: 500px;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.2em;
}

.div-block-17 {
  max-width: 100%;
}

.text-span-9, .text-span-10 {
  color: #50a083;
}

.div-block-18 {
  margin-top: 500px;
  padding: 100px 30px 200px;
}

.form-block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  padding: 61px 44px;
}

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

.field-label {
  color: #fff;
  margin-bottom: 15px;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 1.5vw;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px solid #ffffff96;
  border-radius: 13px;
  height: 60px;
}

.text-field.message {
  height: 120px;
}

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

.submit-button {
  background-color: var(--green);
  color: #000;
  border-radius: 20px;
  width: 200px;
  margin-top: 10px;
  font-family: Albertsans, Arial, sans-serif;
  font-weight: 600;
}

.div-block-22 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-label {
  color: #fff;
  font-family: Albertsans, Arial, sans-serif;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-right: 20px;
}

.checkbox-field {
  margin-top: 27px;
}

.paragraph-3 {
  color: #fff;
  font-family: Albertsans, Arial, sans-serif;
}

.heading-5 {
  color: #fff;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 3.3vw;
}

.paragraph-4 {
  color: #fff;
  text-align: right;
  font-family: Albertsans, Arial, sans-serif;
  font-size: 2vw;
  line-height: 1.2em;
}

.text-span-11, .text-span-12 {
  font-weight: 600;
}

.image-7, .image-8, .image-9 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .paragraph {
    font-size: 1.5vw;
  }

  .section-2 {
    background-position: 50% 0;
    background-size: cover;
  }

  .div-block-3 {
    margin-top: 0;
    padding-top: 77px;
  }

  .menu-button {
    color: #fff;
  }

  .image-3 {
    top: 162.594px;
  }

  .div-block-11 {
    height: 170px;
    padding: 25px 30px;
  }

  .div-block-11.green {
    background-color: var(--green);
  }

  .heading-3-copy-copy.black {
    color: #000;
    font-size: 1vw;
    line-height: 1em;
  }

  .div-block-12 {
    top: -77px;
  }

  .image-4 {
    height: 222px;
  }

  .div-block-13 {
    top: -105px;
  }

  .section-4 {
    margin-top: 0;
  }

  .div-block-14 {
    grid-template-columns: 1fr;
  }

  .image-6 {
    max-width: 50%;
  }

  .headingproducto {
    font-size: 20px;
  }

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

  .headingfooter {
    font-size: 3vw;
  }

  .div-block-19 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-top: -200px;
  }

  .div-block {
    max-width: 80%;
  }

  .paragraph {
    font-size: 1.8vw;
  }

  .div-block-6 {
    max-width: 80%;
  }

  .div-block-13 {
    top: -113px;
  }

  .div-block-14 {
    grid-template-columns: 1fr;
    padding-left: 15%;
  }

  .div-block-15 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .div-block-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    grid-template-columns: 1fr;
  }

  .field-label {
    font-size: 16px;
  }

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

  .heading-5 {
    font-size: 7vw;
  }

  .paragraph-4 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 479px) {
  .nav-link, .nav-link.first {
    display: none;
  }

  .nav-link-2 {
    background-color: var(--green);
    text-align: center;
    border-radius: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .body {
    background-size: auto;
  }

  .nav-link-3 {
    text-align: center;
    background-color: #000;
  }

  .nav-link-3.center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    margin-top: 97px;
  }

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

  .section {
    background-position: 70%;
  }

  .heading {
    font-size: 30px;
    line-height: 1em;
  }

  .heading.center {
    margin-top: 0;
  }

  .heading.center.margin {
    margin-top: 152px;
    bottom: 0;
  }

  .heading.machico {
    font-size: 20px;
    line-height: 1.1em;
  }

  .paragraph {
    font-size: 5vw;
    line-height: 1.2em;
  }

  .icon {
    color: #fff;
  }

  .section-2 {
    background-position: 40% 0;
    background-size: 800px;
  }

  .div-block-3 {
    margin-top: 259px;
  }

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

  .divabout {
    margin-top: 105px;
    margin-bottom: 105px;
  }

  .heading-3 {
    font-size: 4vw;
  }

  .div-block-6 {
    max-width: 100%;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
    padding-bottom: 140px;
  }

  .image-2 {
    max-width: 80%;
  }

  .image-3 {
    max-width: 40%;
    margin-left: 14px;
    top: 102.594px;
  }

  .div-block-11 {
    z-index: 1;
    height: 300px;
    position: relative;
  }

  .div-block-11.green {
    height: 170px;
  }

  .div-block-11.abajo {
    height: 33svw;
  }

  .div-block-11.image {
    z-index: 5;
    overflow: hidden;
  }

  .heading-3-copy {
    padding-top: 0;
    font-size: 4vw;
  }

  .heading-3-copy-copy {
    font-size: 4vw;
  }

  .div-block-12 {
    top: -16px;
  }

  .heading-4 {
    font-size: 14px;
  }

  .heading-optimustext11 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.1em;
  }

  .heading-optimustext11.center {
    margin-top: 0;
  }

  .heading-optimustext11.center.margin {
    margin-top: 152px;
  }

  .heading-optimustext11.machico {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-optimustext2 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2em;
  }

  .heading-optimustext2.center {
    margin-top: 0;
  }

  .heading-optimustext2.center.margin {
    margin-top: 152px;
  }

  .heading-optimustext2.machico {
    font-size: 20px;
    line-height: 25px;
  }

  .cell {
    display: none;
  }

  .image-4 {
    z-index: 10;
    height: 320px;
  }

  .cell-2 {
    display: none;
  }

  .div-block-13 {
    z-index: 10;
    top: -53px;
  }

  .div-block-14 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    grid-template-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-15 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .headingproducto {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 12px;
  }

  .div-block-16 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .footer {
    background-position: 60% 0;
  }

  .heading-copy {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-copy.center {
    margin-top: 0;
  }

  .heading-copy.center.margin {
    margin-top: 152px;
  }

  .heading-copy.machico {
    font-size: 20px;
    line-height: 25px;
  }

  .headingfooter {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-17 {
    padding-top: 20px;
  }

  .div-block-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-19 {
    grid-template-columns: 1fr;
  }

  .field-label {
    line-height: 1.2em;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
  }

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

  .checkbox-field {
    margin-top: 0;
  }

  .div-block-23 {
    display: none;
  }

  .heading-5 {
    margin-top: 103px;
    font-size: 30px;
  }

  .paragraph-4 {
    text-align: center;
    margin-bottom: 32px;
    font-size: 20px;
  }
}

#w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe3-5b0ba4d1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe4-5b0ba4d1, #w-node-_0edd741f-2ec7-66a6-5370-3b702c008929-5b0ba4d1 {
  grid-column: span 3 / span 3;
}

#w-node-_36d83f0e-cb78-156f-069a-530e52ff76b4-5b0ba4d1, #w-node-_1d9e88c2-b1b7-a458-d18f-1ceffff20992-5b0ba4d1, #w-node-_4950cf85-22cf-eb2a-2d82-b2eec7c4ed74-5b0ba4d1, #w-node-bda86462-b2eb-ce71-136c-57e54eb230e7-5b0ba4d1, #w-node-c1ccbfcd-2d32-c2df-04f4-0e67736dec65-5b0ba4d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe3-084c8722 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe4-084c8722, #w-node-_0edd741f-2ec7-66a6-5370-3b702c008929-084c8722 {
  grid-column: span 3 / span 3;
}

#w-node-_36d83f0e-cb78-156f-069a-530e52ff76b4-084c8722, #w-node-_1d9e88c2-b1b7-a458-d18f-1ceffff20992-084c8722, #w-node-_4950cf85-22cf-eb2a-2d82-b2eec7c4ed74-084c8722, #w-node-bda86462-b2eb-ce71-136c-57e54eb230e7-084c8722, #w-node-c1ccbfcd-2d32-c2df-04f4-0e67736dec65-084c8722 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe3-de268fb8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe4-de268fb8, #w-node-_0edd741f-2ec7-66a6-5370-3b702c008929-de268fb8 {
  grid-column: span 3 / span 3;
}

#w-node-_36d83f0e-cb78-156f-069a-530e52ff76b4-de268fb8, #w-node-_1d9e88c2-b1b7-a458-d18f-1ceffff20992-de268fb8, #w-node-_4950cf85-22cf-eb2a-2d82-b2eec7c4ed74-de268fb8, #w-node-bda86462-b2eb-ce71-136c-57e54eb230e7-de268fb8, #w-node-c1ccbfcd-2d32-c2df-04f4-0e67736dec65-de268fb8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe3-5b0ba4d1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe4-5b0ba4d1 {
    grid-column: span 3 / span 3;
  }

  #w-node-_37c6df9f-7a60-3356-1b88-bc655761a58b-5b0ba4d1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0edd741f-2ec7-66a6-5370-3b702c008929-5b0ba4d1 {
    grid-column: span 3 / span 3;
  }

  #w-node-f6b59b26-141c-1322-be04-b0770a0628b4-5b0ba4d1 {
    grid-column: span 1 / span 1;
  }

  #w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe3-084c8722 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe4-084c8722 {
    grid-column: span 3 / span 3;
  }

  #w-node-_37c6df9f-7a60-3356-1b88-bc655761a58b-084c8722 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0edd741f-2ec7-66a6-5370-3b702c008929-084c8722 {
    grid-column: span 3 / span 3;
  }

  #w-node-f6b59b26-141c-1322-be04-b0770a0628b4-084c8722 {
    grid-column: span 1 / span 1;
  }

  #w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe3-de268fb8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe4-de268fb8 {
    grid-column: span 3 / span 3;
  }

  #w-node-_37c6df9f-7a60-3356-1b88-bc655761a58b-de268fb8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0edd741f-2ec7-66a6-5370-3b702c008929-de268fb8 {
    grid-column: span 3 / span 3;
  }

  #w-node-f6b59b26-141c-1322-be04-b0770a0628b4-de268fb8 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe3-5b0ba4d1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_37c6df9f-7a60-3356-1b88-bc655761a58b-5b0ba4d1, #w-node-f6b59b26-141c-1322-be04-b0770a0628b4-5b0ba4d1 {
    grid-column: span 3 / span 3;
  }

  #w-node-c0b6c0da-988d-0544-cbee-4b77d49b3ff0-5b0ba4d1, #w-node-de81538d-b0a1-2af5-6a1d-f595c264ef4d-5b0ba4d1, #w-node-_196071b0-1e0f-9e9f-b723-db90408d4929-5b0ba4d1, #w-node-a8795526-c29f-4048-4596-a9e6ddafd844-5b0ba4d1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_36d83f0e-cb78-156f-069a-530e52ff76b4-5b0ba4d1, #w-node-_1d9e88c2-b1b7-a458-d18f-1ceffff20992-5b0ba4d1 {
    grid-column: span 2 / span 2;
  }

  #w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe3-084c8722 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_37c6df9f-7a60-3356-1b88-bc655761a58b-084c8722, #w-node-f6b59b26-141c-1322-be04-b0770a0628b4-084c8722 {
    grid-column: span 3 / span 3;
  }

  #w-node-c0b6c0da-988d-0544-cbee-4b77d49b3ff0-084c8722, #w-node-de81538d-b0a1-2af5-6a1d-f595c264ef4d-084c8722, #w-node-_196071b0-1e0f-9e9f-b723-db90408d4929-084c8722, #w-node-a8795526-c29f-4048-4596-a9e6ddafd844-084c8722 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_36d83f0e-cb78-156f-069a-530e52ff76b4-084c8722, #w-node-_1d9e88c2-b1b7-a458-d18f-1ceffff20992-084c8722 {
    grid-column: span 2 / span 2;
  }

  #w-node-a606a4cd-d438-3c6a-790d-e8a79d69cbe3-de268fb8 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_37c6df9f-7a60-3356-1b88-bc655761a58b-de268fb8, #w-node-f6b59b26-141c-1322-be04-b0770a0628b4-de268fb8 {
    grid-column: span 3 / span 3;
  }

  #w-node-c0b6c0da-988d-0544-cbee-4b77d49b3ff0-de268fb8, #w-node-de81538d-b0a1-2af5-6a1d-f595c264ef4d-de268fb8, #w-node-_196071b0-1e0f-9e9f-b723-db90408d4929-de268fb8, #w-node-a8795526-c29f-4048-4596-a9e6ddafd844-de268fb8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_36d83f0e-cb78-156f-069a-530e52ff76b4-de268fb8, #w-node-_1d9e88c2-b1b7-a458-d18f-1ceffff20992-de268fb8 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Albertsans';
  src: url('../fonts/AlbertSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Albertsans';
  src: url('../fonts/AlbertSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albertsans';
  src: url('../fonts/AlbertSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albertsans';
  src: url('../fonts/AlbertSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albertsans';
  src: url('../fonts/AlbertSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Albertsans';
  src: url('../fonts/AlbertSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albertsans';
  src: url('../fonts/AlbertSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Indikator';
  src: url('../fonts/Indikator-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Indikator';
  src: url('../fonts/Indikator-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}