@font-face {
  font-family: Monterchi Serif Trial;
  src: url('../fonts/Monterchi-Serif-Thin-trial.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Monterchi Serif Book Trial;
  src: url('../fonts/Monterchi-Serif-Book-trial.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Newyork Personal Use;
  src: url('../fonts/NewYork-PERSONAL-USE.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monterchi Book;
  src: url('../fonts/monterchi-book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --beige: #ebeae8;
}

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

.section {
  padding: 5%;
}

.section._1 {
  background-color: var(--beige);
  background-image: linear-gradient(360deg, #00000085, #ffffff17), url('../images/2_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 85vh;
  display: flex;
}

.section._2 {
  background-image: url('../images/4_2.avif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: contain;
  padding-top: 3%;
  padding-bottom: 3%;
}

.section._3 {
  background-image: url('../images/5_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.section._4 {
  background-image: url('../images/4_2.avif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 2% 0%;
}

.section._5 {
  background-image: url('../images/12.avif'), url('../images/11.avif'), url('../images/4_2.avif');
  background-position: 100%, 0%, 50% 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: contain, contain, auto;
}

.section._6 {
  background-image: url('../images/4_2.avif');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 3%;
}

.section._7, .section._8, .section._9 {
  background-image: url('../images/4_2.avif');
  background-position: 0 0;
  background-size: auto;
}

.section._10 {
  background-image: url('../images/4_2.avif');
  background-position: 0 0;
  background-size: auto;
  padding-top: 0%;
}

.section._11 {
  background-image: url('../images/4_1.avif');
  background-position: 0 0;
  background-size: auto;
  padding: 0%;
}

.section._20 {
  background-image: url('../images/4_1.avif');
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
}

.nav-link {
  color: #1f1912;
  text-align: center;
  letter-spacing: 1px;
  width: 60%;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 5px;
  font-family: Monterchi Book, Times New Roman, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.5vw;
}

.nav-link.w--current {
  color: #545454;
}

.nav-link._1 {
  width: 50%;
  padding-left: 0;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #8f9172;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr .5fr;
  width: 100%;
}

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

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

.div-block-17._1 {
  justify-content: flex-start;
}

.navbar-2 {
  background-color: #e7e5e4;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-2.compu {
  background-color: #ebeae8;
  border-bottom-style: none;
  padding-top: 1%;
  padding-bottom: 1%;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-16 {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.heading {
  color: #fff;
  letter-spacing: 2px;
  font-family: Pinyonscript, Times New Roman, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.heading-2 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  font-family: Newyork Personal Use, Times New Roman, sans-serif;
  font-weight: 400;
}

.container {
  color: #1f1912;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monterchi Book, Times New Roman, sans-serif;
  font-weight: 400;
}

.js-clock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.clock-number {
  color: #464639;
  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: Petitformalscript, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

.bonita-2 {
  color: #464639;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: Monterchiserif, Times New Roman, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 20px;
}

.invitacion {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80vh;
}

.invitacion._2 {
  background-image: url('../images/4.png');
}

.heading-4 {
  text-align: center;
  border-bottom: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0%;
  font-family: Monterchi Book, Times New Roman, sans-serif;
  font-weight: 400;
}

.heading-4.cap {
  text-transform: uppercase;
}

.heading-5 {
  color: #b3aea2;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Monterchi Serif Book Trial, Times New Roman, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.heading-5._1 {
  margin-top: 5%;
}

.heading-5._2 {
  margin-bottom: 0;
  font-family: Monterchi Book, Times New Roman, sans-serif;
  font-size: 32px;
}

.heading-6 {
  color: #545454;
  text-align: center;
  margin-top: 0;
  font-family: Monterchi Book, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.heading-6.cap {
  text-transform: uppercase;
}

.heading-7 {
  color: #545454;
  text-align: center;
  font-family: Pinyonscript, Times New Roman, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.heading-7._2 {
  margin-top: 5%;
}

.heading-7._4 {
  font-size: 45px;
}

.paragraph {
  color: #545454;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Newyork Personal Use, Times New Roman, sans-serif;
  font-size: 18px;
}

.paragraph._1 {
  text-align: center;
  letter-spacing: 1.5px;
  font-family: Monterchi Book, Times New Roman, sans-serif;
}

.paragraph._1-copy {
  text-align: center;
  letter-spacing: 1.5px;
  font-family: Monterchi Book, Times New Roman, sans-serif;
  font-size: 16px;
}

.paragraph._1-copy.cap {
  text-transform: uppercase;
}

.button {
  color: #545454;
  text-align: center;
  background-color: #3898ec00;
  background-image: url('../images/17.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #545454;
  border-radius: 20px;
  width: 40%;
  margin-bottom: 3%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Monterchi Book, Times New Roman, sans-serif;
}

.paragraph-2 {
  color: #545454;
  text-align: center;
  width: 40%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.paragraph-2._1 {
  width: 100%;
}

.paragraph-2._1._2 {
  width: 45%;
}

.paragraph-2._1._2-copy {
  width: 45%;
  margin-top: 2%;
}

.italic-text {
  text-align: center;
  font-family: Arapey, Times New Roman, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.cont1._1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-10 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3%;
}

.div-block-19 {
  background-image: url('../images/14_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.div-block-19._1 {
  background-image: url('../images/15_1.avif');
}

.div-block-19._3 {
  background-image: url('../images/30_1.avif');
  background-position: 50% 100%;
}

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

.div-block-21 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5%;
  display: flex;
}

.demo-btn-close-inner-wrapper {
  background-color: #4d16dd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.d-125-section-home {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.bottom-buttons-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.demo-bottom-buttons {
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: fixed;
  inset: auto auto 20px 35px;
}

.demo-btn-close-arrow {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  transform: rotate(45deg);
}

.demo-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0%;
  display: flex;
  position: relative;
  inset: 0%;
}

.demo-btn-wrapper-block {
  z-index: 0;
  background-color: #4d16dd;
  position: absolute;
  inset: 0;
}

.d-125-3d-wrapper {
  perspective: 1000px;
  cursor: pointer;
  background-color: #2220;
  border: 10px #fff;
  width: 400px;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.button-2 {
  color: #f4f3ef;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(139deg, #4d16ddb3, #ff02ffe6);
  border-radius: 3px;
  margin-left: 35px;
  margin-right: 15px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.button-2.bottom {
  background-image: linear-gradient(139deg, #4d16ddb3, #ff02ffe6);
  margin-left: 20px;
  display: none;
}

.panel-button-wrapper {
  width: 150px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.close-line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.close-line.rotate {
  transform: rotate(90deg);
}

.close-line.rotate.popup, .close-line.popup {
  background-color: #333;
}

.panel-text-wrapper {
  text-align: center;
  flex: 0 auto;
  width: 600px;
}

.demo-arrow-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.d-125-content-wrapper {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #9e3c4700;
  background-image: url('../images/4_1.avif');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: none;
}

.image-2 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.demo-p.main {
  text-align: left;
  max-width: 350px;
  margin-right: 60px;
  padding-right: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.demo-p.main.popup {
  color: #333;
  text-align: center;
  max-width: none;
  margin-bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 20px;
}

.browser-demo {
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 500px;
  height: 300px;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-125-h3-heading {
  margin-top: 0;
  font-family: Newyork Personal Use, Times New Roman, sans-serif;
  font-weight: 400;
}

.d-125-button {
  color: #545454;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 20px;
  font-family: Monterchi Book, Times New Roman, sans-serif;
  transition: all .35s;
}

.d-125-button:hover {
  color: #545454;
  background-color: #fff;
}

.demo-banner-bottom {
  z-index: 20;
  background-color: #121212;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.separator {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin-bottom: 15px;
}

.separator.popup {
  background-color: #101010;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.html-embed {
  align-self: auto;
  position: absolute;
  inset: auto 40px auto auto;
}

.demo-heading.h1 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 38px;
  position: relative;
  inset: 0% auto auto 0%;
}

.demo-heading.h1.popup {
  color: #333;
  margin-top: 0;
  font-size: 50px;
  line-height: 60px;
}

.demo-heading.h2 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  display: none;
}

.demo-heading.h2.popup {
  color: #333;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 25px;
  line-height: 35px;
  display: block;
}

.interaction-heading {
  color: #fffc;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph-3 {
  font-family: Monterchi Book, Times New Roman, sans-serif;
  font-size: 12px;
}

.demo-close-div {
  display: block;
}

.demo-close-div.popup {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 100px;
  right: 150px;
}

.footer-link-block {
  border: 3px solid #ffffff1a;
  border-radius: 100px;
  padding: 15px 30px;
  text-decoration: none;
}

.image-3 {
  margin-left: 15px;
  margin-right: 15px;
}

.clone-instructions-panel, .learn-ui-panel {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.demo-banner-bottom-wrapper {
  flex-flow: column;
  place-content: flex-end center;
  align-items: center;
  display: flex;
}

.demo-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.d-50-circle-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 30px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  transform: rotate(45deg);
}

.demo-right-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.close-line-2 {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.close-line-2.rotate {
  background-color: #fff;
  transform: rotate(90deg);
}

.inner-wrapper {
  background-color: #e6e7e8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.d-125-image-wrapper {
  transform-origin: 50% 100%;
  background-image: url('../images/18_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.d-125-image-wrapper._2 {
  background-image: url('../images/19_1.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.d-125-image-wrapper._2._3 {
  background-image: url('../images/20_1.avif');
  background-position: 50% 100%;
}

.d-125-image-wrapper._3 {
  background-image: url('../images/21_1.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.browser-top {
  z-index: 99;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.demo-btn-text {
  z-index: 1;
  color: #fff;
  border-right: 1px solid #ffffff54;
  padding: 15px 30px;
  font-size: 1.25rem;
  text-decoration: none;
  position: relative;
}

.demo-btn-text.f-1 {
  z-index: 1;
  letter-spacing: .5px;
  border-style: none;
  padding: 8px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  position: static;
}

.demo-btn-text.f-1.ui-design {
  padding-left: 5px;
  padding-right: 5px;
}

.demo-left-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.demo-close-div-2 {
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.demo-main-text-wrapper {
  z-index: 99;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: auto;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.demo-btn {
  background-image: linear-gradient(to right, #4d16dd, #ff47f9);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-btn.f-1 {
  background-image: linear-gradient(to right, #4d16dd, #ff47f9);
  border: 1px solid #000;
  border-radius: 25px;
  margin: 0;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.demo-btn-close-wrapper {
  z-index: 6;
  cursor: pointer;
  border: 2px solid #4d16dd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  bottom: 40px;
  right: 35px;
}

.learn-ui-panel-right-arrow {
  position: relative;
}

.demo-arrow-wrapper {
  cursor: pointer;
  background-color: #4d16dd;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.demo-arrow-wrapper.next {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 10px;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 80%;
}

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

.div-block-22 {
  background-image: url('../images/22-_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45vh;
}

.div-block-22._1 {
  background-image: url('../images/23_1.avif');
}

.paragraph-4 {
  text-align: center;
  letter-spacing: 1.5px;
  font-family: Monterchi Book, Times New Roman, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.text-span {
  font-family: Newyork Personal Use, Times New Roman, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.grid-12 {
  grid-template-rows: auto;
}

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

.div-block-24 {
  background-image: url('../images/24.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.fotolarga.jo-copy {
  background-image: url('../images/INV-ANA-PAULINA--7_1INV ANA PAULINA  (7).avif'), 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-copy._2-copy-copy {
  background-image: url('../images/25_1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
  padding: 0%;
}

.heading-8 {
  text-align: center;
  letter-spacing: 2px;
  font-family: Monterchi Book, Times New Roman, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.heading-8.cap {
  text-transform: uppercase;
}

.mesa {
  background-image: url('../images/27_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 70vh;
  padding-bottom: 8%;
  display: flex;
}

.grid-13 {
  grid-template-rows: auto;
  width: 40%;
}

.grid-14 {
  grid-template-rows: auto;
  height: 80vh;
}

.div-block-25 {
  background-image: url('../images/28_1.avif');
  background-position: 50% 100%;
  background-size: cover;
}

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

.checkbox-label {
  color: #545454;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Monterchi Book, Times New Roman, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}

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

.heading-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.heading-9._2-copy {
  margin-bottom: 3%;
  font-size: 50px;
  line-height: 60px;
}

.field-label-4 {
  color: #545454;
  letter-spacing: 1px;
  margin-top: 5px;
  font-family: Monterchi Book, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

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

.checkbox {
  margin-top: 0;
}

.text-field-2 {
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #3a393400;
  color: #545454;
  background-color: #f3f3f300;
  border: 1px #000;
  border-bottom-style: solid;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Monterchi Book, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}

.text-field-2:hover {
  color: #545454;
  border-bottom-style: none;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  border-bottom-style: none;
  font-size: 12px;
}

.text-field-2::placeholder {
  color: #545454;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.submit-button {
  color: #545454;
  letter-spacing: 1px;
  background-color: #bbb9ae00;
  border: 1px solid #545454;
  width: 40%;
  margin-top: 5%;
  padding: 5px 10px;
  font-family: Monterchi Book, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

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

.text-block {
  color: #545454;
  font-family: Monterchi Book, Times New Roman, sans-serif;
}

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

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

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

.slider, .navbar-3 {
  display: none;
}

.form-block-copy {
  color: #61645a;
  width: 80%;
  margin-top: 0%;
}

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

.container1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-5 {
  margin-bottom: 3%;
}

.grid-15 {
  grid-template-rows: auto;
  width: 30%;
  margin-top: 3%;
}

.button-3 {
  color: #231b16;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #241d14;
  border-radius: 20px;
  width: 100%;
  font-family: Monterchi Book, Times New Roman, sans-serif;
}

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

.sec {
  background-image: url('../images/4_2.avif');
  background-position: 0 0;
  background-size: auto;
  padding-top: 1%;
  padding-bottom: 1%;
}

.heading-10 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Newyork Personal Use, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

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

  .checkbox-label {
    font-size: 15px;
    line-height: 20px;
  }

  .field-label-4 {
    font-size: 18px;
  }

  .text-field-2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .text-field-2::placeholder {
    font-size: 18px;
  }

  .submit-button {
    font-size: 15px;
  }

  .div-block-72 {
    justify-content: space-between;
  }
}

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

  .d-125-section-home {
    clear: both;
    overflow: visible;
  }

  .bottom-buttons-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .d-125-3d-wrapper {
    margin-bottom: 60px;
  }

  .button-2 {
    margin-right: 0;
  }

  .button-2.bottom {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .image-2 {
    margin-right: 0;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 40px;
    padding-right: 32px;
  }

  .demo-p.main.popup {
    line-height: 20px;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 500px;
    height: 300px;
    margin-bottom: 100px;
  }

  .demo-banner-bottom {
    align-items: flex-start;
    position: fixed;
  }

  .html-embed {
    margin-top: 20px;
    position: relative;
    right: 0;
  }

  .demo-heading.h1.popup {
    line-height: 60px;
  }

  .demo-heading.h2.popup {
    line-height: 35px;
  }

  .footer-link-block {
    margin-bottom: 0;
  }

  .clone-instructions-panel, .learn-ui-panel {
    display: none;
  }

  .demo-banner-bottom-wrapper {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .d-50-circle-wrapper-2 {
    margin-top: 0;
  }

  .demo-right-arrow-wrapper {
    position: fixed;
  }

  .inner-wrapper {
    display: flex;
  }

  .demo-left-arrow-wrapper {
    position: fixed;
  }

  .demo-main-text-wrapper {
    width: 510px;
    margin-top: 100px;
    margin-left: 40px;
    margin-right: auto;
    position: absolute;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .demo-btn-close-wrapper {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .demo-wrapper {
    margin-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .panel-text-wrapper {
    width: 100%;
    height: 420px;
    margin-top: 150px;
    overflow: visible;
  }

  .demo-p.main {
    max-width: 350px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .demo-p.main.popup {
    padding-left: 0;
    padding-right: 0;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 300px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .demo-banner-bottom {
    align-items: flex-end;
  }

  .demo-heading.h1 {
    max-width: 400px;
  }

  .demo-heading.h1.popup {
    max-width: none;
    font-size: 35px;
    line-height: 45px;
  }

  .demo-heading.h2, .demo-heading.h2.popup {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-close-div.popup {
    top: 50px;
    right: 50px;
  }

  .clone-instructions-panel, .learn-ui-panel {
    height: auto;
    display: none;
  }

  .demo-container {
    background-image: url('../images/background.svg'), linear-gradient(to bottom, null, null);
    background-attachment: fixed, scroll;
    align-items: center;
    min-height: 100vh;
    display: block;
  }

  .inner-wrapper {
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .demo-btn-text.f-1 {
    font-size: 12px;
  }

  .demo-close-div-2 {
    margin-left: 20px;
  }

  .demo-main-text-wrapper {
    width: auto;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .demo-btn.f-1 {
    flex: none;
    margin-bottom: 10px;
  }

  .instructions-wrapper {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .section._1 {
    background-position: 0 0, 30%;
  }

  .section._2 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section._5 {
    background-position: 100% 100%, 0 0, 0 0;
    background-size: contain, contain, contain;
  }

  .section._7 {
    background-size: contain;
  }

  .nav-link {
    color: #545454;
    text-align: center;
    margin-left: 0;
    font-size: 4vw;
    font-weight: 300;
    line-height: 5vw;
  }

  .grid-9 {
    display: none;
  }

  .icon-5 {
    color: #7a7c5f;
  }

  .navbar-2 {
    width: 100%;
  }

  .navbar-2.compu {
    display: none;
  }

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

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

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

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

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

  .clock-number {
    text-shadow: 0 0 2px #0003;
    width: auto;
    height: auto;
    padding: 25%;
    font-size: 5vw;
    line-height: 6vw;
  }

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

  .invitacion {
    height: 30vh;
  }

  .heading-4, .heading-5 {
    font-size: 25px;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-7 {
    font-size: 30px;
  }

  .paragraph, .paragraph._1-copy {
    font-size: 14px;
  }

  .paragraph-2 {
    width: 80%;
  }

  .paragraph-2._1._2 {
    width: 90%;
  }

  .paragraph-2._1._2-copy {
    width: 75%;
    font-size: 12px;
    line-height: 15px;
  }

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

  .grid-10 {
    display: none;
  }

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

  .div-block-20 {
    flex-flow: column;
  }

  .demo-bottom-buttons {
    flex-direction: column;
    align-items: flex-end;
    bottom: 20px;
    left: 20px;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .d-125-3d-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .button-2, .button-2.bottom {
    font-size: 14px;
  }

  .panel-text-wrapper {
    margin-top: 0;
  }

  .demo-arrow-text {
    display: none;
  }

  .d-125-content-wrapper {
    background-size: contain;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
  }

  .image-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 20px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .d-125-h3-heading {
    text-align: center;
  }

  .demo-banner-bottom {
    align-items: flex-start;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .demo-heading.h1 {
    line-height: 28px;
  }

  .demo-heading.h1.popup {
    font-size: 25px;
    line-height: 35px;
  }

  .demo-heading.h2, .demo-heading.h2.popup {
    font-size: 15px;
    line-height: 20px;
  }

  .interaction-heading {
    margin-bottom: 0;
    font-size: 14px;
  }

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

  .footer-link-block {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .clone-instructions-panel, .learn-ui-panel {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: visible;
  }

  .demo-banner-bottom-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .demo-container {
    min-height: auto;
  }

  .d-50-circle-wrapper-2 {
    margin-bottom: 0;
  }

  .demo-right-arrow-wrapper {
    width: 50px;
  }

  .inner-wrapper {
    align-items: center;
  }

  .demo-left-arrow-wrapper {
    width: 50px;
  }

  .demo-close-div-2 {
    align-items: flex-end;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
    position: relative;
  }

  .demo-main-text-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .demo-btn-close-wrapper {
    flex: none;
    align-items: center;
  }

  .demo-arrow-wrapper {
    justify-content: center;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .demo-arrow-wrapper.next {
    justify-content: center;
  }

  .grid-11 {
    display: none;
  }

  .grid-11.phone {
    flex-flow: column;
    display: flex;
  }

  .grid-12 {
    display: none;
  }

  .grid-12.phone {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-24 {
    width: 100%;
    height: 15vh;
  }

  .fotolarga {
    background-position: 40%;
  }

  .fotolarga.jo-copy {
    background-position: 50%, 80% 0;
    display: block;
  }

  .fotolarga.jo-copy._2-copy-copy {
    background-image: url('../images/a_1.avif');
    background-position: 50%;
    background-size: cover;
    height: 90vh;
    display: block;
  }

  .heading-8 {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-8.close {
    display: none;
  }

  .mesa {
    height: 30vh;
    padding-bottom: 5%;
  }

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

  .div-block-25 {
    height: 60vh;
  }

  .form-block {
    width: 90%;
  }

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

  .heading-9 {
    font-size: 25px;
  }

  .div-block-73 {
    padding-top: 10%;
  }

  .submit-button {
    color: #545454;
    border-color: #545454;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-72 {
    flex-flow: row;
  }

  .form {
    width: 100%;
  }

  .slider {
    background-color: #ddd0;
    height: 58vh;
    padding-left: 7%;
    padding-right: 7%;
    display: block;
  }

  .div-block-74 {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .nav-menu {
    background-color: #ebeae8;
  }

  .nav-link-2 {
    color: #545454;
    text-align: center;
    text-transform: uppercase;
    font-family: Monterchi Book, Times New Roman, sans-serif;
  }

  .navbar-3 {
    display: block;
  }

  .container-2, .menu-button-3 {
    background-color: #ebeae8;
  }

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

  .form-block-copy {
    width: 90%;
  }

  .form-copy {
    width: 100%;
  }

  .grid-15 {
    flex-flow: column;
    width: 50%;
    margin-top: 5%;
    display: flex;
  }

  .heading-10 {
    font-size: 12px;
  }
}

#w-node-eefb0812-d29c-d4c1-73b7-2de17b0d4878-5acdae49, #w-node-eefb0812-d29c-d4c1-73b7-2de17b0d487f-5acdae49, #w-node-eefb0812-d29c-d4c1-73b7-2de17b0d4881-5acdae49, #w-node-_4dfd3dd3-a135-8e58-2209-3f89db8f37cd-5acdae49, #w-node-eefb0812-d29c-d4c1-73b7-2de17b0d4878-275b88c4, #w-node-eefb0812-d29c-d4c1-73b7-2de17b0d487f-275b88c4, #w-node-eefb0812-d29c-d4c1-73b7-2de17b0d4881-275b88c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Monterchi Serif Trial';
  src: url('../fonts/Monterchi-Serif-Thin-trial.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pinyonscript';
  src: url('../fonts/PinyonScript-Regular.ttf') format('truetype'), url('../fonts/PinyonScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Petitformalscript';
  src: url('../fonts/PetitFormalScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monterchi Serif Book Trial';
  src: url('../fonts/Monterchi-Serif-Book-trial.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arapey';
  src: url('../fonts/Arapey-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newyork Personal Use';
  src: url('../fonts/NewYork-PERSONAL-USE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monterchi Book';
  src: url('../fonts/monterchi-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monterchiserif';
  src: url('../fonts/monterchiserif-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}