.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0px;
}

a {
  color: #87b847;
  text-decoration: underline;
  cursor: pointer;
}

a:hover {
  color: #77a43d;
}

.nav-bar-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.34);
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  background-color: #fff;
}

.brand {
  width: 120px;
}

.body {
  color: rgba(51, 51, 51, 0.8);
}

.nav-link {
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 500;
}

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-btn1 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 12px 27px;
  border-radius: 50px;
  background-color: #87b847;
  color: #202230;
  font-weight: 500;
  cursor: pointer;
}

.nav-btn1:hover {
  background-color: #77a43d;
  color: #424558;
}

.nav-btn1.black {
  background-color: #202230;
  color: #fff;
}

.nav-btn1.black:hover {
  background-color: #424558;
}

.home_hero-section {
  height: 700px;
  padding-top: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/Asset-3.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/Asset-3.png');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.home_hero-section.aboutus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/dwell3-good-but-need-to-be-edited.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/dwell3-good-but-need-to-be-edited.jpg');
}

.margin {
  width: 1200px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.home_hero-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home_hero-text-div {
  margin-top: 30px;
}

.h1 {
  margin-top: 10px;
  color: #fff;
  font-size: 75px;
  line-height: 1em;
  font-weight: 600;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.89);
}

.h1.green {
  color: #87b847;
}

.p_hero {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 500;
  text-shadow: 1px 1px 6px #000;
}

.p_hero.text-dark {
  color: rgba(32, 34, 48, 0.8);
  text-align: center;
  text-shadow: none;
}

.p_hero.text-green {
  color: #87b847;
  text-align: center;
  text-shadow: none;
}

.p_hero-div {
  max-width: 600px;
}

.p_hero-div.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p_hero-div.reservation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_arrow-div {
  width: 70px;
  height: 70px;
  opacity: 0.8;
  cursor: pointer;
}

.hero_arrow-div:hover {
  opacity: 1;
}

.gray-section {
  background-color: rgba(187, 191, 194, 0.3);
}

.home_gray-section-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6vw;
  padding-bottom: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home_gray-section-div.lesspadding {
  padding-top: 3vw;
  padding-bottom: 6vw;
}

.h2 {
  color: #333;
  font-size: 40px;
  font-weight: 600;
}

.h2.white {
  color: hsla(0, 0%, 100%, 0.8);
}

.h2.text-center {
  line-height: 1.2em;
  text-align: center;
}

.h2.text-center.text-white {
  color: #fff;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-3 {
  width: 55%;
  margin-left: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  width: 50%;
}

.h3 {
  color: #70b14c;
  font-weight: 600;
}

.h3.white {
  color: #fff;
}

.h3.black {
  color: #202230;
}

.h3.black._2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 22px;
}

.list-item {
  margin-bottom: 3px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p {
  color: rgba(67, 69, 88, 0.8);
  line-height: 1.6em;
  font-weight: 500;
}

.p.testimonials {
  font-size: 14px;
  line-height: 1.4em;
}

.p.larger {
  font-size: 16px;
}

.p.center {
  text-align: center;
}

.div-block-7 {
  margin-top: 10px;
}

.primary_button {
  margin-right: 10px;
  padding: 12px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #87b847;
  border-radius: 50px;
  background-color: #87b847;
  color: #202230;
  font-weight: 600;
  cursor: pointer;
}

.primary_button:hover {
  background-color: #77a43d;
  color: #424558;
}

.primary_button.black {
  border-color: #202230;
  background-color: #202230;
  color: #fff;
}

.primary_button.black:hover {
  background-color: #424558;
}

.primary_button.black.outline {
  border-width: 1.5px;
  background-color: transparent;
  color: #202230;
}

.primary_button.black.outline:hover {
  border-color: #424558;
  background-color: #424558;
  color: #fff;
}

.primary_button.white {
  border-color: #fff;
  background-color: #202230;
  color: #fff;
}

.primary_button.white:hover {
  background-color: #424558;
}

.primary_button.wide {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-width: 1.5px;
}

.primary_button.smaller {
  padding: 10px 30px;
}

.white-section-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  padding-bottom: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-section-div._2 {
  padding-bottom: 4vw;
}

.card_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vw;
  margin-bottom: 2vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.card_container._70 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.card_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card_column._2 {
  width: 15%;
}

.card_column.col3 {
  width: 33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  width: 65px;
  height: 65px;
}

.icon._80px {
  width: 80px;
  height: 80px;
}

.card_p {
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-section {
  height: 350px;
}

.slider {
  height: 100%;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-12 {
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/Asset-10.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-12._2 {
  background-image: url('../images/Asset-11.png');
}

.div-block-12._3 {
  background-image: url('../images/Asset-12.png');
}

.div-block-13 {
  padding: 8px;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.32);
}

.cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 68px 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #202230;
}

.div-block-15 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Asset-16.png');
  background-position: 50% 100%;
  background-size: 101%;
}

.div-block-15.image2 {
  background-image: url('../images/Picture17-1024x499.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.text-span-green {
  color: #87b847;
}

.div-block-16 {
  width: 500px;
  margin-top: 15px;
}

.div-block-17 {
  margin-top: 20px;
}

.testimonials-section-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4vw;
  padding-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials-container-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 3vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.testimonials-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 37px 27px 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(187, 191, 194, 0.3);
}

.testimonials-icon {
  width: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.testimonials-icon.top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-19 {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h4 {
  margin-top: 5px;
  margin-bottom: 3px;
  color: #70b14c;
  font-size: 19px;
}

.h4.black {
  color: rgba(67, 69, 88, 0.8);
}

.h4.black.medium {
  font-weight: 500;
}

.h4.white {
  color: #fff;
  font-weight: 500;
}

.h5 {
  margin-top: 0px;
}

.footer-div {
  height: 60px;
  background-color: #202230;
}

.footer-container-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  width: 120px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  color: #87b847;
  font-size: 18px;
}

.text-block.white {
  color: #fff;
}

.div-block-23 {
  margin-left: 30px;
}

.house_hero-section {
  height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/Asset-19.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/Asset-19.png');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.house_hero-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dark-gray-section {
  background-color: #c3c2c1;
}

.dark-gray-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0vw;
  padding-bottom: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  width: 50%;
  margin-right: 40px;
}

.div-block-25 {
  width: 55%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-26 {
  width: 80%;
  margin: 30px 0px 20px 10px;
}

.form-row {
  margin-top: 10px;
  margin-bottom: 15px;
}

.select-field {
  height: 50px;
  padding: 3px 14px 3px 22px;
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  border-radius: 30px;
  background-color: transparent;
  color: rgba(32, 34, 48, 0.8);
  font-size: 15px;
  font-weight: 500;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-2 {
  height: 100%;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.left-arrow {
  text-shadow: 1px 1px 6px #000;
  cursor: pointer;
}

.left-arrow:hover {
  color: #87b847;
}

.left-arrow._2 {
  color: rgba(67, 69, 88, 0.7);
  text-shadow: none;
}

.right-arrow {
  text-shadow: 1px 1px 6px #000;
  cursor: pointer;
}

.right-arrow:hover {
  color: #87b847;
}

.right-arrow._2 {
  color: rgba(66, 69, 88, 0.7);
  text-shadow: none;
}

.right-arrow-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.24);
}

.left-arrow-2 {
  left: auto;
  top: auto;
  right: 35px;
  bottom: 0%;
  width: 35px;
  height: 50px;
}

.text-block-2 {
  padding: 8px 19px;
  border-right: 1px solid #fff;
  border-left: 1px none #fff;
  color: rgba(32, 34, 48, 0.8);
  font-size: 19px;
}

.text-block-2.first {
  padding-left: 0px;
}

.text-block-2.first.smaller {
  padding-left: 0px;
}

.text-block-2.last {
  border-right-style: none;
}

.text-block-2.last.small {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}

.text-block-2.smaller {
  padding: 3px 10px;
  border-right-color: rgba(67, 69, 88, 0.2);
  border-left-color: rgba(67, 69, 88, 0.2);
  font-size: 12px;
}

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

.mask {
  overflow: hidden;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-31 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-33 {
  overflow: hidden;
  width: 46%;
  margin-bottom: 40px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(187, 191, 194, 0.3);
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gray-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4vw;
  padding-bottom: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-3 {
  margin-top: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: transparent;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  padding: 10px 17px;
  border-radius: 20px;
  background-color: rgba(32, 34, 48, 0.2);
  font-weight: 500;
}

.div-block-38 {
  width: 70%;
  margin-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-39 {
  margin-top: 10px;
}

.div-block-40 {
  width: 85%;
  margin-top: 10px;
}

.cta-section-2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3vw;
  padding-bottom: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41 {
  width: 650px;
  margin-top: 20px;
  text-align: center;
}

.cta_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  border-radius: 50px;
}

.text-field {
  margin-bottom: 0px;
  border: 1px none #000;
  font-size: 16px;
}

.gallery_hero-section {
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.43)), to(rgba(0, 0, 0, 0.43))), url('../images/Asset-26.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.43), rgba(0, 0, 0, 0.43)), url('../images/Asset-26.png');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gallery_hero-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery_content-section {
  background-color: #202230;
}

.gallery-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.gallery-card {
  width: auto;
  margin-bottom: 40px;
  cursor: pointer;
}

.gallery-card:hover {
  opacity: 0.8;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

.gallery-image {
  overflow: hidden;
  height: 180px;
  border-radius: 15px;
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.17);
}

.gallery-image.larger {
  height: 350px;
}

.div-block-42 {
  margin-top: 10px;
}

.gallery-column {
  width: 22%;
}

.howitworks_hero-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 100%;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.howitoworks_hero-section {
  height: 700px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/Asset-31.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/Asset-31.png');
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.howitworks_content {
  background-color: rgba(187, 191, 194, 0.3);
}

.howitworks_content-container {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5vw;
  padding-bottom: 3vw;
}

.howitworks_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-43 {
  overflow: hidden;
  width: 500px;
  border-radius: 20px;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.circle {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background-color: #70b14c;
}

.div-block-45 {
  margin-left: 15px;
  padding-top: 30px;
}

.div-block-46 {
  padding-top: 60px;
}

.div-block-47 {
  margin-top: 20px;
  margin-left: 40px;
}

.line {
  position: absolute;
  left: 6.5px;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1.5px;
  background-color: #70b14c;
}

.contact_form_container {
  padding: 30px 40px;
  background-color: rgba(195, 194, 193, 0.3);
}

.contact_form_container.reservation {
  background-color: hsla(30, 0%, 100%, 0.3);
}

.contact_content_column {
  width: 48%;
}

.text-field-2 {
  margin-bottom: 0px;
  border: 1px solid #b3b3b3;
  border-radius: 100px;
  background-color: #f2f2f2;
}

.form-btn1 {
  margin-right: 5px;
  margin-left: 0px;
  padding: 12px 27px;
  border-radius: 50px;
  background-color: #87b847;
  color: #202230;
  font-weight: 500;
  cursor: pointer;
}

.form-btn1:hover {
  background-color: #77a43d;
  color: #202230;
}

.form-btn1.black {
  background-color: #202230;
  color: #fff;
}

.form-btn1.black:hover {
  background-color: #424558;
}

.field-label {
  color: #202230;
  font-weight: 600;
}

.contact_content_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.textarea {
  min-height: 100px;
  border: 1px solid #b3b3b3;
  border-radius: 15px;
  background-color: #f2f2f2;
}

.h3-style2 {
  margin-top: 0px;
  color: #202230;
  font-weight: 600;
}

.form-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-48 {
  margin-bottom: 20px;
}

.contact_hero-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact_hero-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_hero-text-div.reservation {
  margin-top: 30px;
}

.contact_hero-section {
  height: 200px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
}

.contact_hero-section.reservation {
  height: auto;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-50 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(112, 177, 76, 0.5);
}

.text-span-green-2 {
  color: #87b847;
}

.div-block-51 {
  width: 90%;
}

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

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-field {
  margin-bottom: 20px;
}

.faq_arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-2.text-center {
  text-align: center;
}

.faq_hero-section {
  height: 200px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/dwell-other1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/dwell-other1.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.faq-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px 15px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b3b3b3;
  border-radius: 100px;
  color: #202230;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.faq-answer {
  display: none;
  padding: 10px 40px 10px 30px;
}

.faq-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-54 {
  width: 60%;
}

.h3-2 {
  color: #70b14c;
  line-height: 1.2em;
  font-weight: 600;
}

.h3-2.dark {
  color: #202230;
}

.h3-2.dark.text-center {
  text-align: center;
}

.h3-2.white {
  color: #fff;
}

.div-block-30-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h4-2 {
  margin-top: 5px;
  margin-bottom: 3px;
  color: #70b14c;
  font-size: 19px;
}

.h4-2.text-dark {
  color: #202230;
}

.div-block-55 {
  margin-top: 15px;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.footer-link.green {
  color: #70b14c;
}

.footer-link.green:hover {
  text-decoration: underline;
}

.slide {
  width: 33%;
}

.slide-v2 {
  width: 33%;
}

.body-div {
  position: relative;
}

@media screen and (max-width: 991px) {
  .navbar-container {
    width: 96%;
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 30px;
  }

  .nav-link:hover {
    background-color: rgba(112, 177, 76, 0.2);
    color: #424558;
  }

  .nav-menu {
    left: auto;
    width: 200px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.57);
  }

  .nav-button-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .nav-btn1 {
    margin-bottom: 10px;
  }

  .home_hero-section {
    height: 500px;
  }

  .margin {
    width: 95%;
  }

  .h1 {
    font-size: 68px;
  }

  .h2.text-center {
    font-size: 35px;
  }

  .div-block-3 {
    margin-left: 0vw;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .primary_button {
    padding-right: 20px;
    padding-left: 20px;
    white-space: nowrap;
  }

  .primary_button.white {
    white-space: nowrap;
  }

  .card_container._70 {
    width: 90%;
  }

  .div-block-12 {
    background-position: 50% 50%;
  }

  .div-block-14 {
    width: 50%;
    padding-left: 20px;
  }

  .div-block-15 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-16 {
    width: 300px;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonials-container-div {
    width: 100%;
  }

  .testimonials-card {
    width: 32%;
    padding: 20px 10px 10px;
  }

  .house_hero-section {
    height: 500px;
  }

  .house_hero-section-container {
    width: 100%;
  }

  .dark-gray-section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .div-block-26 {
    margin-left: 0px;
  }

  .div-block-32 {
    width: 70%;
  }

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

  .gallery-column {
    width: 44%;
  }

  .howitworks_hero-section-container {
    width: 80%;
    margin-left: 10px;
  }

  .howitoworks_hero-section {
    height: 500px;
  }

  .howitworks_row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-47 {
    margin-left: 0px;
  }

  .contact_form_container {
    width: 100%;
  }

  .contact_form_container.reservation {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact_content_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact_content-section {
    width: 100%;
  }

  .div-block-49 {
    width: 85%;
  }

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

  .h3-2 {
    font-size: 20px;
  }

  .div-block-30-copy {
    width: 80%;
  }

  .menu-button.w--open {
    background-color: rgba(135, 184, 71, 0.4);
    color: #424558;
  }

  .slide {
    width: 50%;
  }

  .slide-v2 {
    width: 48%;
  }
}

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

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .card_container {
    margin-top: 5vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card_container._70 {
    width: 95%;
  }

  .card_column {
    width: 45%;
    margin-bottom: 40px;
  }

  .card_column._2 {
    width: 45%;
  }

  .card_column.col3 {
    width: 30%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .cta-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-14 {
    width: 100%;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-15 {
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .testimonials-container-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .testimonials-card {
    width: 80%;
    margin-bottom: 20px;
  }

  .div-block-25 {
    width: 90%;
  }

  .text-block-2.first {
    padding-right: 10px;
  }

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

  .div-block-31 {
    margin-bottom: 40px;
  }

  .div-block-32 {
    width: 95%;
  }

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

  .cta_form {
    padding-right: 5px;
  }

  .gallery_hero-section {
    height: 340px;
  }

  .gallery-image {
    height: 150px;
  }

  .gallery-image.larger {
    height: 320px;
  }

  .howitworks_hero-section-container {
    width: 90%;
  }

  .howitworks_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-43 {
    width: 90%;
    margin-top: 10px;
  }

  .div-block-44 {
    width: 100%;
    margin-right: 0px;
  }

  .contact_form_container.reservation {
    width: 100%;
    margin-top: 10px;
    padding: 10px 15px;
  }

  .contact_content_column {
    width: 100%;
  }

  .contact_content_right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact_content-section {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-49 {
    width: 95%;
  }

  .faq-header {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9rem;
  }

  .div-block-30-copy {
    width: 100%;
  }

  .slide {
    width: 100%;
  }

  .slide-v2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .home_hero-section {
    height: 500px;
  }

  .h1 {
    font-size: 48px;
  }

  .p_hero {
    font-size: 18px;
  }

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

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

  .div-block-4 {
    height: auto;
  }

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

  .h3 {
    margin-top: 10px;
  }

  .h3.white {
    font-size: 20px;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .primary_button {
    margin-bottom: 10px;
  }

  .primary_button.smaller.cta {
    margin-bottom: 0px;
  }

  .white-section-div {
    padding-bottom: 0vw;
  }

  .card_container._70 {
    margin-top: 7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card_column {
    width: 100%;
  }

  .card_column._2 {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card_column.col3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-14 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-div {
    height: auto;
  }

  .footer-container-div {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-21 {
    width: 150px;
  }

  .div-block-22 {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-23 {
    margin-bottom: 10px;
    margin-left: 0px;
  }

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

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

  .text-block-2 {
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }

  .text-block-2.first {
    padding-left: 19px;
  }

  .text-block-2.first.smaller {
    padding-left: 10px;
  }

  .text-block-2.last.small {
    padding-left: 10px;
  }

  .div-block-28 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta_form {
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
  }

  .gallery_hero-section {
    height: auto;
  }

  .gallery_content-section {
    padding-top: 40px;
  }

  .gallery-column {
    width: 90%;
  }

  .howitworks_hero-section-container {
    width: 95%;
  }

  .div-block-43 {
    width: 90%;
  }

  .form-btn1 {
    margin-bottom: 10px;
  }

  .div-block-52 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-56 {
    width: 95%;
    margin-bottom: 20px;
  }

  .div-block-57 {
    margin-bottom: 10px;
  }

  .div-block-58 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.ttf') format('truetype'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}