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

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

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

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

.section {
  padding: 5%;
}

.section._1 {
  background-color: #f0eee8;
  height: auto;
  padding-top: 2%;
  position: relative;
}

.section._2 {
  background-image: url('../images/4.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

.section._3 {
  background-image: url('../images/9.png');
  background-position: 0 0;
  background-size: contain;
  padding: 10%;
}

.section._4 {
  background-image: url('../images/11.png');
  background-position: 0 0;
  background-size: contain;
  padding-bottom: 2%;
}

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

.navbar {
  background-color: #ddd0;
  margin-bottom: 2%;
  display: flex;
}

.nav-link {
  color: #1f1912;
  letter-spacing: 1px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 15px;
}

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

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

.div-block-2 {
  background-image: url('../images/3.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 10%;
  font-family: Caudex, Times New Roman, sans-serif;
  font-weight: 400;
}

._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.tw {
  background-color: #8ca7ff;
}

._w-card-front.tw._2 {
  background-color: #0000;
  background-image: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

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

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

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

._w-card-back {
  perspective: 1000px;
  background-color: #ece7de00;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button {
  color: #000;
  background-color: #3898ec00;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 5px;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 15px;
}

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

.c-card-front._1 {
  background-image: none;
  width: 300px;
  height: 300px;
  box-shadow: 0 2px 5px #0003;
}

.heading-6 {
  color: #464639;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-5 {
  color: #464639;
  margin-bottom: 18px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 11px;
  line-height: 12px;
  text-decoration: underline;
}

.paragraph-5._2 {
  text-align: center;
  font-style: italic;
  text-decoration: none;
}

.paragraph-5._1 {
  margin-bottom: 0;
  text-decoration: none;
}

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

.c-card-back {
  perspective: 1000px;
  background-color: #ebe7de00;
  background-image: url('../images/5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
}

.c-card-img {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.c-flipping-cards-list {
  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 {
  padding: 20px 10px;
}

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

.paragraph-6 {
  text-align: center;
  font-family: Monterchitext Book, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.image {
  margin-bottom: 2%;
}

.button-2 {
  color: #000;
  background-color: #3898ec00;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 15px;
  text-decoration: underline;
}

.faq-question-bar {
  color: #fff;
  border-bottom: 1px solid #dcd8cd;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: #dcd8cd;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 25px;
}

.faq-paragraph {
  color: #dcd8cd;
  text-align: center;
  letter-spacing: -.03em;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Monterchitext Book, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

.faq-paragraph._1 {
  margin-top: 8%;
}

.faq-paragraph._4 {
  font-size: 14px;
}

.link {
  color: #dcd8cd;
}

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

.faq-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

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

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

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  display: flex;
}

.faq-question-wrap {
  cursor: pointer;
  width: 100%;
  margin-bottom: 3%;
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.bold-text {
  text-transform: uppercase;
}

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

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-29 {
  background-image: url('../images/10.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -25px;
}

.image-3 {
  margin-right: -58px;
}

.div-block-30 {
  background-image: url('../images/10_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 90vh;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 30%;
  margin-left: 144px;
}

.link-block, .link-block-2 {
  height: 15vh;
}

.div-block-31 {
  margin-top: 5%;
}

.heading-8 {
  color: #807e70;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.bold-text-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Caudex, Times New Roman, sans-serif;
  font-size: 13px;
}

.bold-text-2._2 {
  font-family: Monterchitext Book, Times New Roman, sans-serif;
  font-size: 15px;
  font-style: italic;
  text-decoration: underline;
}

.bold-text-2._3 {
  font-style: italic;
  text-decoration: underline;
}

.phone {
  display: none;
}

@media screen and (max-width: 991px) {
  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section._1 {
    height: 80vh;
    padding-left: 2%;
    padding-right: 2%;
  }

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

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

  .navbar {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

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

  .container {
    height: 80%;
  }

  .heading {
    text-shadow: 0 1px 1px #0003;
    font-size: 25px;
  }

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

  .heading-7._2 {
    text-align: center;
    font-size: 20px;
  }

  .c-card-front, .c-card-front._1 {
    width: 250px;
    max-width: 250px;
    height: 250px;
  }

  .c-card-back {
    width: 250px;
    max-width: 250px;
    height: 250px;
    display: none;
  }

  .c-card-img {
    padding-right: 0;
  }

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

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

  .faq-question-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .question-title {
    flex: 1;
    font-size: 15px;
  }

  .faq-paragraph {
    text-align: center;
    font-family: Monterchitext Book, Times New Roman, sans-serif;
  }

  .faq-content {
    display: block;
  }

  .faq-question-wrap {
    margin-bottom: 5%;
  }

  .image-2 {
    display: none;
  }

  .image-2.phone {
    display: block;
  }

  .div-block-30 {
    height: 50vh;
  }

  .grid-2 {
    width: 50%;
    margin-left: 70px;
  }

  .link-block, .link-block-2 {
    height: 8vh;
  }

  .div-block-31 {
    margin-top: 20%;
  }

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

  .container-2 {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .nav-menu {
    background-image: url('../images/11.png');
    background-position: 0 0;
    background-size: cover;
  }

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

  .bold-text-2 {
    text-transform: uppercase;
    font-family: Caudex, Times New Roman, sans-serif;
    font-size: 12px;
  }

  .phone {
    display: block;
  }

  .image-4 {
    display: none;
  }
}


@font-face {
  font-family: 'Caudex';
  src: url('../fonts/Caudex-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caudex';
  src: url('../fonts/Caudex-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monterchitext Book';
  src: url('../fonts/monterchitext-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}