@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/SourceSans3-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---color-black: black;
  --_colors---color-primary: white;
  --font-family: Montserrat, sans-serif;
  --h1: 60px;
  --_colors---color-white: white;
  --_colors---color-gray: #3d3838;
  --_colors---color-btn-border: #2d2e34;
  --_colors---color-bg-gray: #2d2e34;
  --_colors---color-bg-light-gray: #f2f2f2;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.inda-tc-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #3d3838;
  flex-flow: column;
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.inda-hr-line {
  background-color: #3d383880;
  height: 2px;
}

.inda-hr-line.t-28px {
  margin-top: 28px;
}

.inda-hr-line.t-b-space {
  margin-top: 28px;
  margin-bottom: 18px;
}

.inda-hr-line.t-b-28px {
  margin-top: 28px;
  margin-bottom: 28px;
}

.inda-work-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.inda-founder-paragraph {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.inda-text-h3 {
  color: #3d3838;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

.inda-text-h3.b-18px {
  margin-bottom: 18px;
}

.inda-family-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  margin-bottom: 12px;
  display: grid;
}

.inda-works-content-grid {
  grid-column-gap: 18px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
}

.inda-tc-social-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
}

.inda-villa-wrapper {
  flex-flow: column;
  display: flex;
}

.inda-family-wrapper {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  align-items: flex-start;
  padding: 40px 60px;
  display: flex;
}

.inda-family-wrapper.bg-gray {
  background-color: #2d2e34;
  padding: 0;
}

.inda-book-wrapper {
  flex-flow: column;
  display: flex;
}

.inda-villa-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.inda-founder-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.inda-calender-image {
  width: 100%;
  display: none;
}

.inda-future-image {
  width: 42px;
  height: 42px;
}

.inda-future-image.hide {
  display: none;
}

.inda-future-image.legal {
  width: 16px;
  height: 16px;
  margin-top: 6px;
}

.inda-villa-grid-col {
  flex-flow: column;
  display: flex;
}

.inda-faq-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #2d2e34;
  border-left-width: 4px;
  flex-flow: column;
  padding: 18px 18px 18px 22px;
  display: flex;
}

.inda-text-h3-bold {
  color: var(--_colors---color-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 130%;
}

.inda-text-h3-bold.t-20px {
  font-size: 20px;
}

.inda-text-h3-bold.t-20px.white {
  color: #fff;
}

.inda-villa-sticky {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 20px;
}

.inda-social-link {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.inda-book-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
}

.inda-founder-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.booking-widget-section {
  margin-top: -40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.booking-widget-section.hide {
  display: none;
}

.inda-calender-wrapper {
  flex-flow: column;
  display: flex;
}

.inda-calender-wrapper.hide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.inda-tc-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
}

.inda-faq-content-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
}

.inda-text-bold {
  font-size: 18px;
  font-weight: 700;
}

.inda-text-bold.t-black {
  color: #000;
  text-decoration: underline;
}

.inda-villa-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.inda-text-paragraph {
  color: var(--_colors---color-black);
  margin-bottom: 0;
  font-family: "Sourcesans 3", Impact, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.inda-text-paragraph.b-8px {
  border-bottom: 1px solid #2d2e34;
  width: 100%;
  max-width: 100%;
  padding-bottom: 8px;
}

.inda-text-paragraph.b-18px {
  margin-bottom: 18px;
  font-family: "Sourcesans 3", Impact, sans-serif;
}

.inda-text-paragraph.b-18px.t-8px {
  margin-top: 8px;
}

.inda-text-paragraph.b-18px.white {
  color: #fff;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}

.inda-text-paragraph.b-18px.bold {
  margin-top: 18px;
  font-weight: 700;
}

.inda-text-paragraph.t-20px {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 26px;
}

.inda-text-paragraph.t-20px.white {
  color: #fff;
}

.inda-text-paragraph.text-bold {
  font-weight: 700;
}

.inda-text-paragraph.t-black {
  color: #000;
}

.inda-text-paragraph.t-14px {
  font-size: 14px;
  line-height: 20px;
}

.inda-text-paragraph.t-22px {
  text-align: left;
  font-size: 22px;
}

.inda-text-paragraph.t-22px.center, .inda-text-paragraph.center {
  text-align: center;
}

.inda-text-paragraph.center-bold {
  text-align: center;
  line-height: 1.4;
}

.inda-future-wrapper {
  flex-flow: column;
  display: flex;
}

.inda-future-content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 12px;
  display: flex;
}

.inda-future-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.inda-future-content.b-r {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding: 0;
}

.inda-book-image {
  width: 42px;
  height: 42px;
}

.inda-text-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 78px;
  line-height: 100%;
}

.inda-text-h1.b-24px {
  margin-bottom: 24px;
}

.inda-calender {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 24px auto 48px;
}

.image {
  width: 100%;
}

.inda-tcl-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #d6d7dc;
  border-radius: 4px;
  margin-top: 24px;
  padding: 18px;
  display: flex;
}

.inda-tcl-wrapper.t-18px {
  margin-top: 18px;
}

.inda-btn {
  color: #2d2e34;
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1.6px solid #2d2e34;
  border-radius: 2px;
  flex-flow: column;
  padding: 10px 18px;
  font-family: "Sourcesans 3", Impact, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.inda-btn.white {
  background-color: #fff;
  border-radius: 2px;
}

.inda-btn.hide {
  display: none;
}

.inda-book-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.inda-email-link {
  color: #000;
  cursor: pointer;
  font-weight: 600;
}

.code-embed-16 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.code-embed-16.hide {
  display: none;
}

.booking-widget-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inda-family-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.inda-future-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #2d2e34;
  border-radius: 2px;
  flex-flow: row;
  width: 100%;
  max-width: 400px;
  padding: 14px;
  display: flex;
}

.inda-works-wrapper {
  flex-flow: column;
  display: flex;
}

.inda-text-h2 {
  color: var(--_colors---color-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 120%;
}

.inda-text-h2.b-24px {
  color: var(--_colors---color-black);
  margin-bottom: 24px;
}

.inda-text-h2.b-24px.white {
  color: #fff;
}

.inda-text-h2.b-18px {
  margin-bottom: 18px;
}

.inda-tc-wrapper {
  flex-flow: column;
  display: flex;
}

.inda-idea-wrapper {
  background-color: #fff;
  border-radius: 2px;
  flex-flow: column;
  align-items: flex-start;
  padding: 40px 60px;
  display: flex;
}

.inda-section {
  padding: 80px 60px;
}

.inda-section.bg-image {
  background-image: linear-gradient(#fffc, #fffc), url('../images/Image.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inda-section.hide {
  display: none;
}

.inda-section.bg-light-gray-color {
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
}

.inda-section.bg-gray-color {
  background-color: #2d2e34;
  padding-top: 80px;
  padding-bottom: 80px;
}

.inda-book-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f2eeee;
  border-radius: 4px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  padding: 14px;
  display: flex;
}

.inda-hero-btns {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.inda-hero-btns.t-20px {
  margin-top: 20px;
  display: none;
}

.inda-hero-btns.hide {
  display: none;
}

.inda-container {
  width: 100%;
  max-width: 1200px;
}

.inda-notification {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 26px 14px;
  display: flex;
}

.inda-notif-bold {
  font-size: 40px;
  font-weight: 600;
}

@media screen and (min-width: 1920px) {
  .booking-widget-section {
    flex-flow: column;
  }
}

@media screen and (max-width: 991px) {
  body {
    --font-family: Montserrat, sans-serif;
    --h1: 40px;
  }

  .inda-work-grid {
    max-width: 100%;
  }

  .inda-family-content-grid, .inda-works-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .inda-family-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inda-villa-grid {
    max-width: 100%;
  }

  .inda-founder-content {
    flex-flow: column;
  }

  .inda-book-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .inda-tc-content-grid, .inda-faq-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
  }

  .inda-villa-content-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .inda-future-content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .inda-text-h1 {
    --font-family: Montserrat, sans-serif;
    --h1: 40px;
    font-size: 50px;
  }

  .inda-calender {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .inda-future-grid {
    align-items: center;
    max-width: 100%;
  }

  .inda-idea-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inda-section {
    padding: 60px 20px;
  }

  .inda-section.bg-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/Image.png');
    background-position: 0 0, 0%;
  }

  .inda-section.bg-light-gray-color, .inda-section.bg-gray-color {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inda-book-grid {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    --font-family: Montserrat, sans-serif;
    --h1: 30px;
  }

  .inda-text-h3.b-18px {
    font-size: 20px;
  }

  .inda-family-content-grid, .inda-works-content-grid {
    grid-template-columns: 1fr;
  }

  .inda-family-wrapper {
    padding: 40px;
  }

  .inda-text-h3-bold {
    font-size: 20px;
  }

  .inda-book-content-grid {
    grid-template-columns: 1fr;
  }

  .booking-widget-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inda-tc-content-grid, .inda-faq-content-grid, .inda-villa-content-grid {
    grid-template-columns: 1fr;
  }

  .inda-text-paragraph.b-18px {
    margin-bottom: 14px;
  }

  .inda-text-h1 {
    --font-family: Montserrat, sans-serif;
    --h1: 30px;
  }

  .inda-tcl-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .inda-text-h2 {
    font-size: 30px;
  }

  .inda-text-h2.b-24px {
    margin-bottom: 14px;
  }

  .inda-text-h2.b-18px {
    font-size: 30px;
  }

  .inda-idea-wrapper {
    padding: 40px;
  }

  .inda-section.bg-light-gray-color, .inda-section.bg-gray-color {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --font-family: Montserrat, sans-serif;
    --h1: 30px;
  }

  .inda-work-grid {
    flex-flow: column;
    align-items: flex-start;
  }

  .inda-text-h3 {
    font-size: 18px;
  }

  .inda-text-h3.b-18px {
    margin-bottom: 14px;
  }

  .inda-family-wrapper {
    padding: 24px;
  }

  .inda-villa-grid {
    flex-flow: column;
    align-items: flex-start;
  }

  .inda-text-h3-bold {
    font-size: 20px;
  }

  .inda-text-paragraph.b-18px {
    margin-bottom: 14px;
  }

  .inda-text-paragraph.center-bold {
    line-height: 1.8;
  }

  .inda-text-h1 {
    --font-family: Montserrat, sans-serif;
    --h1: 30px;
    font-size: 40px;
  }

  .inda-future-grid {
    flex-flow: column;
    align-items: flex-start;
  }

  .inda-text-h2.b-18px {
    margin-bottom: 14px;
  }

  .inda-idea-wrapper {
    padding: 24px;
  }

  .inda-book-grid {
    flex-flow: column;
    align-items: flex-start;
  }

  .inda-hero-btns {
    flex-flow: column;
  }

  .inda-notif-bold {
    line-height: 1;
  }
}

#w-node-abd3f93c-8a36-a164-7c5e-6c68da42d303-5a774252 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-abd3f93c-8a36-a164-7c5e-6c68da42d329-5a774252 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/SourceSans3-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-ExtraBold.ttf') format('truetype'), url('../fonts/SourceSans3-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}