:root {
  --green: #627164;
  --white: white;
  --black: black;
}

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

.nav {
  background-image: url('../images/Copia-de-CHARLENE-Y-ALBERTO.png');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  padding: 2% 5% 0%;
}

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

.heading {
  color: var(--green);
  margin-top: 0;
  font-family: amandine, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  line-height: 15px;
  display: flex;
}

.nav-link {
  color: var(--green);
  letter-spacing: 1px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Pphatton, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

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

.portada {
  background-image: url('../images/fto.png');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
  padding-top: 5%;
}

.section {
  padding: 5%;
}

.section._1 {
  background-image: url('../images/4.png');
  background-position: 50% 2%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0%;
  display: flex;
}

.section._2 {
  background-image: url('../images/20.png'), url('../images/21.png');
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, cover;
}

.section._3 {
  background-image: url('../images/15.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10%;
  display: flex;
}

.section._4 {
  background-image: url('../images/15_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section._5 {
  background-image: url('../images/20_1.png'), url('../images/17.png');
  background-position: 60%, 0 100%;
  background-repeat: no-repeat, repeat;
  background-size: 900px, cover;
  padding-top: 15%;
  padding-bottom: 15%;
}

.section._7 {
  background-image: url('../images/15_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 1%;
  padding-right: 5%;
}

.image {
  margin-top: -274px;
  margin-bottom: 5%;
}

.heading-2 {
  color: #627164;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Pphatton, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
}

.heading-2._1 {
  margin-bottom: 0;
  font-family: Pphatton, sans-serif;
  font-size: 32px;
}

.heading-2._1-copy {
  text-align: center;
  margin-bottom: 0;
  font-family: Pphatton, sans-serif;
}

.heading-2._1-copy._2 {
  font-family: Pphatton, sans-serif;
}

.heading-2._2 {
  font-family: Pphatton, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.paragraph {
  color: var(--green);
  text-align: center;
  height: auto;
  margin-bottom: 0;
  font-family: Pphatton, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph._1 {
  text-transform: uppercase;
  margin-top: 8%;
}

.paragraph._1-copy {
  text-transform: uppercase;
  margin-top: 0%;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.div-block-2._2 {
  padding-left: 0%;
  padding-right: 0%;
}

.div-block-3 {
  background-color: #627164;
  width: 20%;
  height: 1.5px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.js-clock-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  padding: 0;
  display: flex;
}

.box-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number-2 {
  color: #606961;
  text-align: center;
  letter-spacing: 5px;
  border: .5px #fff;
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 5px;
  font-family: Pphatton, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.bonita {
  color: #606961;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: The Youngest Serif Display, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
}

.fotolarga {
  background-image: url('../images/6.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  margin-top: 0;
}

.fotolarga.jo {
  background-image: url('../images/INV-ANA-PAULINA--7.png'), url('../images/foto.jpg');
  background-position: 0%, 50% 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 80vh;
}

.fotolarga.jo._2 {
  background-image: url('../images/fotos.png');
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: fixed;
  height: 50vh;
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-card-quote {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.c-card-quote._1 {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
}

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

.div-block-19._2 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.paragraph-2 {
  color: #606961;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-2._3 {
  color: var(--green);
  font-family: Pphatton, sans-serif;
  line-height: 15px;
}

.paragraph-2._3:focus-visible {
  color: var(--green);
}

.paragraph-2._3[data-wf-focus-visible] {
  color: var(--green);
}

.c-flipping-cards-list {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 0 0;
  display: flex;
}

.c-card-back {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 450px;
  display: block;
}

.c-card-back._1 {
  height: 400px;
}

.c-card-back._2 {
  height: 400px;
  padding-left: 8%;
  padding-right: 8%;
}

.c-card-front {
  perspective: 1000px;
  background-image: url('../images/2_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 450px;
  display: flex;
}

.c-card-front._1 {
  box-shadow: none;
  background-image: none;
  width: 330px;
}

.c-card-front._2 {
  background-image: url('../images/3_1.png');
  background-position: 0 0;
  background-size: cover;
}

.c-card-front._1-copy {
  box-shadow: none;
  background-image: url('../images/7.png');
  background-position: 50%;
  background-size: contain;
  width: 330px;
  height: 400px;
}

.c-card-front._4 {
  background-image: url('../images/8.png');
  background-size: contain;
  height: 400px;
}

.c-flip-card {
  position: relative;
}

.cloneable-area {
  padding: 20px 10px;
}

.text-span {
  text-transform: none;
  font-size: 12px;
  line-height: 10px;
}

._w-card-back {
  perspective: 1000px;
  background-color: #fff0;
  background-image: url('../images/14.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

._w-card-back._1 {
  background-color: #fff0;
  background-image: none;
  padding-left: 8%;
  padding-right: 8%;
}

._w-card-back._2 {
  background-color: #fff;
  background-image: none;
  padding-left: 0%;
  padding-right: 0%;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.div {
  height: auto;
}

.button-2 {
  color: #606961;
  background-color: #3898ec00;
  border: 1px solid #606961;
  border-radius: 20px;
  font-family: Pphatton, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

._w-card-front {
  perspective: 1000px;
  background-color: #ff6565;
  background-image: linear-gradient(#00000069, #00000069), url('../images/IMG_7087IMG_7086.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front._1 {
  background-color: #0000;
  background-image: url('../images/1_1.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

._w-card-front.tw {
  background-color: #8ca7ff;
}

._w-card-front.tw._2 {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
}

._w-card-front.fb {
  background-color: #6670bd;
}

._w-card-front.fb._3 {
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
}

._w-card-front._1-copy {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0;
}

.heading-3 {
  color: #627164;
  margin-top: 0;
  font-family: Optiyale Scriptsuppl, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
}

.heading-3._1 {
  margin-top: 10%;
  font-weight: 400;
}

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

.slider {
  background-color: #ddd0;
  margin-top: 3%;
}

.slider.phone {
  display: none;
}

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

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

.icon {
  color: #000;
  margin-right: 0;
  font-size: 20px;
}

.icon-2 {
  color: #000;
  margin-left: 0;
  font-size: 20px;
}

.paragraph-3 {
  color: var(--green);
  text-align: center;
  letter-spacing: 1px;
  font-family: Pphatton, sans-serif;
  font-size: 18px;
}

.link {
  color: var(--green);
  font-size: 12px;
  line-height: 15px;
}

.text-span-2 {
  font-size: 12px;
  line-height: 15px;
}

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

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px #00000012;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title {
  letter-spacing: -.03em;
  margin-right: 10px;
}

.faq-circle {
  background-color: #f3f3f300;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  display: flex;
}

.plus-icon {
  margin-bottom: 10px;
  margin-left: 22px;
}

.faq-content {
  overflow: hidden;
}

.faq-paragraph {
  color: var(--green);
  text-align: center;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: The Youngest Serif Display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-4 {
  color: var(--green);
  text-align: center;
  font-family: The Youngest Serif Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-3 {
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
}

.texto_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffffed;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 250px;
  padding: 0 10%;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 6px 8px 7px #0003;
}

.div-block-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 10px 5%;
  font-family: Pphatton, sans-serif;
  display: flex;
}

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

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

.sans {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.sans.chico {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: The Youngest Serif Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.sans.boton {
  border-style: none;
  padding: 0;
  text-decoration: underline;
}

.sans.boton:hover {
  font-style: italic;
}

.div-block-15 {
  background-image: url('../images/centrofoto.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 200px;
}

.div-block-15.vive {
  background-image: url('../images/vivefoto.jpeg');
}

.div-block-15.teq {
  background-image: url('../images/Screenshot-2024-04-11-at-9.19.03-a.m..png');
}

.div-block-15.red {
  background-image: url('../images/redondafoto.jpeg');
}

.ilustracion_card {
  background-color: #fff;
  background-image: url('../images/taxi-waiting.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
  height: 300px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  position: relative;
}

.ilustracion_card._2 {
  background-color: #fff0;
  background-image: url('../images/pdc.png');
  background-size: contain;
  width: 200px;
  height: 250px;
}

.ilustracion_card._2.tequu {
  background-image: url('../images/5_1.png');
}

.ilustracion_card._2.redd {
  background-image: url('../images/6_1.png');
  background-size: 150px;
}

.ilustracion_card._2.viiv {
  background-image: url('../images/Asset-14.png');
}

.ilustracion_card._2.centroo {
  background-image: url('../images/4_2.png');
  background-size: 100px;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.link-2 {
  color: var(--green);
  font-family: Pphatton, sans-serif;
}

.c-flipping-cards-list-copy {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 0 0;
  display: flex;
}

.cloneable-area-copy {
  padding: 20px 10px;
}

.grid-3 {
  grid-template-rows: auto;
  width: 100%;
}

.field-label-4 {
  color: var(--green);
  font-family: Pphatton, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.text-field-2 {
  color: var(--green);
  text-align: center;
  -webkit-text-stroke-color: #3a393400;
  background-color: #f3f3f300;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Pphatton, sans-serif;
  font-size: 12px;
  line-height: 25px;
}

.text-field-2:focus-visible {
  font-size: 12px;
}

.text-field-2[data-wf-focus-visible] {
  font-size: 12px;
}

.text-field-2::placeholder {
  color: var(--green);
  font-size: 12px;
  line-height: 20px;
}

.form {
  text-align: center;
  width: 100%;
}

.checkbox-label {
  color: var(--green);
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Pphatton, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.form-block {
  color: #61645a;
  width: 100%;
  margin-top: 3%;
}

.checkbox {
  margin-top: 0;
}

.success-message {
  background-color: #ddd0;
}

.submit-button {
  border: 1px solid var(--green);
  color: var(--green);
  letter-spacing: 4px;
  background-color: #bbb9ae00;
  width: 30%;
  margin-top: 10px;
  font-family: Pphatton, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 10px;
  display: flex;
}

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

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

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

.text-span-4 {
  font-size: 55px;
}

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

@media screen and (min-width: 1920px) {
  .js-clock-2 {
    text-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  .bonita {
    font-size: 12px;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ilustracion_card {
    margin-bottom: 80px;
  }

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

@media screen and (max-width: 767px) {
  .sans {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading {
    text-align: center;
  }

  .container {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .nav-link {
    text-align: center;
  }

  .portada {
    background-position: 52%;
    height: 55vh;
    padding-top: 15%;
  }

  .section._4 {
    width: 100%;
  }

  .image {
    margin-top: -215px;
  }

  .heading-2 {
    text-align: center;
    font-size: 13px;
  }

  .heading-2._1 {
    font-size: 25px;
  }

  .heading-2._2 {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .paragraph {
    font-size: 10px;
    line-height: 18px;
  }

  .div-block-2 {
    margin-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .js-clock-2 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .box-2 {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number-2 {
    width: auto;
    height: auto;
    padding: 25% 5%;
    font-size: 8vw;
    line-height: 6vw;
  }

  .bonita {
    font-size: 12px;
    line-height: 10px;
  }

  .fotolarga {
    background-position: 40%;
  }

  .fotolarga.jo {
    display: none;
  }

  .fotolarga.jo._2 {
    height: 20vh;
    display: block;
  }

  .paragraph-2._3 {
    font-family: "Pp Hatton 500", sans-serif;
  }

  .c-flipping-cards-list {
    display: block;
  }

  .c-card-back, .c-card-front {
    width: 330px;
    max-width: 330px;
  }

  .c-card-front._1 {
    max-width: 330px;
  }

  .c-card-front._2 {
    width: 330px;
  }

  .c-card-front._1-copy {
    max-width: 330px;
  }

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

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

  .button-2 {
    letter-spacing: 1px;
    font-size: 8px;
    line-height: 12px;
  }

  .slider {
    display: none;
  }

  .slider.phone {
    width: 100%;
    display: block;
  }

  .slide {
    width: 100%;
  }

  .paragraph-3 {
    padding-top: 10px;
  }

  .link {
    font-size: 14px;
  }

  .question-title {
    flex: 1;
  }

  .sans {
    line-height: 10px;
  }

  .sans.boton {
    letter-spacing: 0;
  }

  .ilustracion_card {
    width: 260px;
  }

  .ilustracion_card._2.tequu, .ilustracion_card._2.redd, .ilustracion_card._2.viiv {
    margin: 0;
  }

  .ilustracion_card._2.centroo {
    margin: 0 0 15px;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .c-flipping-cards-list-copy {
    display: block;
  }

  .cloneable-area-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .form {
    width: 100%;
  }

  .submit-button {
    color: #545454;
    border-color: #b6b6b6;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-72 {
    flex-direction: column;
  }

  .icon-3 {
    color: #627264;
  }

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

  .mask {
    width: 100%;
  }

  .slide-nav {
    font-size: 10px;
    line-height: 15px;
  }

  .text-span-4 {
    font-size: 50px;
  }

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

  .nav-menu {
    background-color: #f0f0e8;
    width: 100%;
  }
}

#w-node-_7242df34-790f-9cbf-4102-15d6f9f399e0-dcd761db, #w-node-dd48ff56-be77-8377-bae0-bfa614bc75ba-dcd761db, #w-node-e260d891-1fac-4003-9a0f-e7394bf257f8-dcd761db, #w-node-_923b2532-cb33-83d8-c7fc-62b6927d01ff-dcd761db, #w-node-_923b2532-cb33-83d8-c7fc-62b6927d0201-dcd761db, #w-node-_923b2532-cb33-83d8-c7fc-62b6927d0203-dcd761db, #w-node-_339f540f-7b32-8d04-eab4-b7943f3ada98-dcd761db, #w-node-_339f540f-7b32-8d04-eab4-b7943f3ada9a-dcd761db, #w-node-_339f540f-7b32-8d04-eab4-b7943f3ada9c-dcd761db, #w-node-_339f540f-7b32-8d04-eab4-b7943f3adab7-dcd761db, #w-node-_339f540f-7b32-8d04-eab4-b7943f3adab9-dcd761db, #w-node-_339f540f-7b32-8d04-eab4-b7943f3adabb-dcd761db, #w-node-ca46c48e-217d-102d-0d4b-db04ca7130a4-dcd761db, #w-node-_35d8c5b6-4f12-479b-7185-f581f404d7e3-dcd761db, #w-node-_35d8c5b6-4f12-479b-7185-f581f404d7e8-dcd761db {
  place-self: center;
}


@font-face {
  font-family: 'Hv Muse 1';
  src: url('../fonts/hv-muse-1.rar') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'The Youngest Serif Display';
  src: url('../fonts/the-youngest-serif-display.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Edwardianscriptitc';
  src: url('../fonts/edwardianscriptitc.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optiyale Scriptsuppl';
  src: url('../fonts/OPTIYale-ScriptSuppl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Up Up Creative Flatline';
  src: url('../fonts/Up-Up-Creative---Flatline-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Up Up Creative Flatline';
  src: url('../fonts/Up-Up-Creative---Flatline-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Hatton 500';
  src: url('../fonts/PP-Hatton-Medium-500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pp Hatton 200';
  src: url('../fonts/PP-Hatton-Ultralight-200.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pphatton';
  src: url('../fonts/PPHatton-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}