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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.heroe {
  height: 100vh;
  background-image: url('../images/Recurso-2WE.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.section {
  height: 100vh;
  background-image: url('../images/Recurso-3we.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section._2 {
  height: 90vh;
  background-image: url('../images/OKwe.webp');
}

.section._3 {
  background-image: url('../images/Recurso-4we.webp');
}

.section._4 {
  background-image: url('../images/Recurso-5we.webp');
}

.section._3-copy {
  background-image: url('../images/Recurso-4we.webp');
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 4%;
  margin-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container._2 {
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container._3 {
  padding-top: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container._4 {
  padding-top: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid {
  width: 100%;
  height: 50%;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.phone {
  display: none;
}

.heading {
  font-family: Sourceserifpro, sans-serif;
  color: #333;
  font-size: 3.5vw;
  line-height: 5vw;
  text-align: center;
  text-decoration: none;
}

.paragraph {
  font-family: 'Freight text book sc', sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.paragraph._1 {
  margin-bottom: 0px;
}

.link-block {
  text-decoration: none;
}

.heading-2 {
  width: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  border-radius: 20px;
  font-family: 'Freight text book sc', sans-serif;
  color: #333;
  font-size: 12px;
  text-align: center;
}

.heading-2._2 {
  border-color: #dddacf;
  color: #dddacf;
}

.heading-2._3 {
  width: 20%;
  border-color: #dddacf;
  border-radius: 10px;
  color: #dddacf;
  font-size: 13px;
  line-height: 30px;
  text-decoration: none;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Freight text book sc', sans-serif;
  color: #dddacf;
  font-size: 5vw;
  line-height: 6vw;
  text-align: center;
  letter-spacing: 5px;
}

.heading-3._1 {
  margin-bottom: 5%;
  padding-top: 3%;
  color: #303c3a;
}

.heading-3-copy {
  margin-top: 0px;
  font-family: 'Freight text book sc', sans-serif;
  color: #2d3836;
  font-size: 2vw;
  line-height: 4vw;
  text-align: center;
  letter-spacing: 0px;
}

.heading-3-copy._2 {
  margin-bottom: 20px;
  color: #dddacf;
}

.grid-2 {
  width: 70%;
  height: 50%;
  margin-top: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2.phone {
  display: none;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Freight text book sc', sans-serif;
  color: #dddacf;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.link-block-2._2 {
  border-right: 1px solid #303c3a;
}

.div-block-3 {
  width: 100%;
  height: 10vh;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1005px;
  margin-top: 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.grid-3 {
  width: 70%;
  margin-top: 5%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3.phone {
  display: none;
}

.field-label {
  font-family: 'Freight text book sc', sans-serif;
  color: #dddacf;
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
}

.checkbox-label {
  margin-bottom: 0px;
  margin-left: 5%;
  font-family: 'Freight text book sc', sans-serif;
  color: #dddacf;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.checkbox-field-2 {
  width: 50%;
  font-size: 20px;
}

.text-field-2 {
  margin-bottom: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #dddacf;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Freight text book sc', sans-serif;
  color: #dddacf;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.submit-button {
  margin-top: 5%;
  border-style: solid;
  border-width: 1px;
  border-color: #dddacf;
  border-radius: 20px;
  background-color: transparent;
  font-family: 'Freight text book sc', sans-serif;
}

.container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 4%;
  margin-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-copy._2 {
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-copy._3 {
  padding-top: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-copy._4 {
  padding-top: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-3-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Freight text book sc', sans-serif;
  color: #dddacf;
  font-size: 5vw;
  line-height: 6vw;
  text-align: center;
  letter-spacing: 5px;
}

.heading-3-copy._1 {
  margin-bottom: 5%;
  padding-top: 3%;
  color: #303c3a;
}

.heading-3-copy {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Freight text book sc', sans-serif;
  color: #dddacf;
  font-size: 5vw;
  line-height: 6vw;
  text-align: center;
  letter-spacing: 5px;
}

.heading-3-copy._1 {
  margin-bottom: 5%;
  padding-top: 3%;
  color: #303c3a;
}

.link-block-copy {
  text-decoration: none;
}

.para {
  font-family: 'Freight text book sc', sans-serif;
  color: #dddacf;
  text-align: center;
}

.section-2 {
  background-color: #303c3a;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  padding-top: 2%;
  padding-bottom: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-copy {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.5vw;
  line-height: 160%;
  text-align: center;
}

.image-3 {
  margin-left: 4px;
}

.section-3 {
  background-color: #303c3a;
}

.paragraph-copy-2 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Freight text book sc', sans-serif;
  color: #dddacf;
  font-size: 1.5vw;
  line-height: 160%;
  text-align: center;
}

.success-message {
  background-color: transparent;
}

.text-block {
  font-family: 'Freight text book sc', sans-serif;
  color: #dddacf;
  font-size: 2.5vw;
  line-height: 3vw;
}

@media screen and (max-width: 991px) {
  .heroe {
    background-size: cover;
  }

  .section {
    height: 60vh;
    background-size: cover;
  }

  .section._2 {
    height: auto;
    background-position: 0% 50%;
  }

  .section._3-copy {
    height: 80vh;
  }

  .grid {
    height: 70%;
  }

  .paragraph {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph._1 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-2 {
    width: 80%;
  }

  .container-copy._3 {
    padding-top: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .heroe {
    background-image: url('../images/phoneWE.webp');
    background-size: cover;
  }

  .section {
    height: 200vh;
    padding-top: 10%;
    padding-bottom: 10%;
    background-image: url('../images/NWE.webp');
  }

  .section._2 {
    height: auto;
    background-position: 0% 50%;
  }

  .section._3 {
    background-image: url('../images/Recurso-7WE.webp');
    background-size: cover;
  }

  .section._4 {
    height: 100vh;
  }

  .section._3-copy {
    height: 70vh;
    background-image: url('../images/Recurso-7WE.webp');
    background-size: cover;
  }

  .grid {
    display: none;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .paragraph {
    font-size: 22px;
  }

  .link-block {
    height: 50vh;
    padding-top: 80px;
  }

  .heading-2 {
    width: 50%;
    margin-top: 5px;
  }

  .heading-2._3 {
    width: 50%;
  }

  .heading-3 {
    font-size: 10vw;
    line-height: 11vw;
  }

  .heading-3._1 {
    font-size: 10vw;
    line-height: 11vw;
  }

  .heading-3-copy {
    font-size: 6vw;
    line-height: 8vw;
  }

  .heading-3-copy._2 {
    font-size: 6vw;
    line-height: 8vw;
  }

  .heading-3-copy._3 {
    font-size: 7vw;
    line-height: 8vw;
  }

  .grid-2 {
    display: none;
  }

  .grid-2.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block-2 {
    padding-top: 15px;
  }

  .link-block-2._2 {
    padding-top: 15px;
    border-bottom: 2px solid #303c3a;
    border-right-style: none;
  }

  .link-block-3 {
    margin-top: 3%;
  }

  .grid-3 {
    display: none;
  }

  .grid-3.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .field-label {
    font-size: 7vw;
    line-height: 8vw;
  }

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

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-copy._3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-3-copy {
    font-size: 10vw;
    line-height: 11vw;
  }

  .heading-3-copy._1 {
    margin-bottom: 0%;
    padding-top: 27%;
    font-size: 10vw;
    line-height: 11vw;
  }

  .heading-3-copy {
    display: block;
    margin-top: 10%;
    margin-bottom: 10%;
    color: #303c3a;
    font-size: 10vw;
    line-height: 11vw;
  }

  .heading-3-copy._1 {
    font-size: 10vw;
    line-height: 11vw;
  }

  .link-block-copy {
    height: 50vh;
    padding-top: 150px;
  }

  .link-block-4 {
    margin-top: 20px;
  }

  .container-5 {
    padding-top: 5%;
  }

  .paragraph-copy {
    padding-right: 15px;
    padding-left: 15px;
    color: #907657;
    font-size: 4vw;
  }

  .paragraph-copy-2 {
    padding-right: 15px;
    padding-left: 15px;
    color: #907657;
    font-size: 4vw;
  }

  .text-block {
    font-size: 8vw;
    line-height: 9vw;
  }
}

#w-node-_90a696fe-8c3f-bec3-1cef-b86d927489ac-06ac01c2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_685a3bf9-1e26-f55e-e54b-1f65bfc1936c-06ac01c2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3904c2f3-ab4c-9755-83a4-9a3ec5d03182-06ac01c2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_96a617ea-e604-fcb1-e0ee-669b5c8a77af-06ac01c2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_96a617ea-e604-fcb1-e0ee-669b5c8a77b8-06ac01c2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_96a617ea-e604-fcb1-e0ee-669b5c8a77c2-06ac01c2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12610079-67e1-c199-22eb-8353c7020f10-06ac01c2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c86c336c-1d63-06b6-fa05-aaf9126a6479-06ac01c2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-acb092d4-1c91-0cb0-b49b-7a6a4cb9b3f8-06ac01c2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-acb092d4-1c91-0cb0-b49b-7a6a4cb9b400-06ac01c2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_3d7a9992-6164-fc72-dc8b-65033737d8cb-06ac01c2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3d7a9992-6164-fc72-dc8b-65033737d8cd-06ac01c2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_375e8b29-f997-9a9f-4004-0169651a36ce-06ac01c2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_01e92440-4bdf-86ad-526f-e62ca4406a5f-06ac01c2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Freight text book sc';
  src: url('../fonts/Freight-Text-Book-SC.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}