:root {
  --pink: #f04573;
  --black: #333;
  --underline-text: #e3b31700;
  --background-light: #e6ebef;
  --text: #69707b;
  --background: #e4b41600;
  --white: white;
  --lines: #aab2b9;
  --background-2: #f8faff;
  --new-gold: var(--underline-text);
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
  background-color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 43px;
  font-weight: 400;
  line-height: 47px;
}

h2 {
  color: var(--pink);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24.5px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--pink);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
}

h4 {
  color: var(--pink);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 5px;
}

a {
  color: var(--black);
  cursor: pointer;
  text-decoration: underline;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.go-up-button {
  z-index: 20;
  color: #fff;
  background-color: #fec82fe6;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
  background-color: #fec82f;
}

.call-us {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--underline-text);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 63px;
  margin-bottom: 0;
  padding: 2px 20px 0;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
}

.call-us:hover {
  opacity: .85;
}

.dropdown-arrow {
  margin-top: 25px;
}

.nav-menu {
  margin-top: 30px;
  display: flex;
}

.navlink {
  color: #000;
  height: 63px;
  padding-top: 17px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: var(--pink);
  font-weight: 400;
}

.navlink.new {
  color: #ffae00;
}

.navlink.new:hover, .navlink.new:active, .navlink.new:focus {
  color: #ff5809;
}

.navlink.new.w--current {
  color: #ff5809;
  -webkit-text-stroke-color: #ff5809;
}

.underline-fix {
  background-color: var(--underline-text);
  width: 101%;
  height: 2px;
}

.subtitle {
  color: var(--underline-text);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.subtitle.black {
  color: var(--pink);
}

.inner-wrapper {
  padding-left: 3%;
  padding-right: 3%;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 63px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.04);
}

.brand.w--current {
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-top: 0;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 4px solid var(--underline-text);
  background-color: #fbf6e8;
  justify-content: center;
  align-items: stretch;
  height: 140px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown {
  height: 63px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.call-text {
  color: #000;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.call-text:hover {
  color: #ffae00;
}

.dropdown-toggle {
  height: 100%;
  padding-top: 17px;
  padding-left: 7px;
  padding-right: 40px;
}

.top-margin {
  position: relative;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._20-pixels {
  margin-top: 20px;
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.negative-margin {
  height: 100%;
  position: relative;
  top: -5px;
}

.set {
  margin-top: 40px;
}

.phone {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 19px;
}

.content-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 23px;
  position: relative;
}

.content-wrapper.wide {
  border-bottom: 5px #000;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.content-wrapper.inner {
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding-top: 4%;
  display: flex;
}

.content-wrapper._2 {
  padding-top: 40px;
}

.content-wrapper.contact {
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.hero-text-box {
  text-align: center;
  width: 50%;
  max-width: 530px;
}

.h1-hero {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  line-height: 49px;
}

.top-line {
  border-top: 1px solid #a4aebe;
  margin-top: 5px;
  padding-top: 7px;
}

.dropdown-list {
  top: 61px;
}

.dropdown-list.w--open {
  top: 63px;
}

.dropdown-link {
  background-color: #fff;
  min-width: 130px;
  transition: padding .2s, background-color .2s;
}

.dropdown-link:hover {
  background-color: var(--background-light);
  padding-left: 25px;
}

.dropdown-link.w--current {
  color: var(--pink);
  font-weight: 400;
}

.small-text {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.small-text.gray {
  color: var(--text);
}

.hero-section {
  background-image: url('../images/AdobeStock_386302899-reduced.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
  margin-top: 73px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.hero-section.inner {
  min-height: 400px;
}

.content-section {
  margin-top: 0;
  margin-bottom: 71px;
  padding-top: 40px;
  position: relative;
}

.content-section.double {
  background-color: #ffeac0c2;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section.double.contact {
  background-color: #ffeac0c2;
  background-image: none;
  margin-bottom: 0;
}

.content-section.video {
  margin-bottom: 40px;
}

.content-section.final {
  padding-bottom: 80px;
}

.content-section.gallery {
  background-color: #ffeac0c2;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.content-section.what {
  background-color: #ffeac0c2;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 0;
}

.content-section._1 {
  background-color: #ffeac0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.image {
  margin-right: 8px;
  position: relative;
  top: -3px;
}

.title {
  color: var(--pink);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  position: relative;
}

.title.white {
  color: #fff;
}

.title.yellow {
  color: var(--underline-text);
}

.flex-left {
  flex-wrap: wrap;
  display: flex;
}

.flex-left.center {
  justify-content: center;
  margin-left: 0;
}

.absolute {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute.inner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/b6ce3b82098099.5d1337b11a753.jpg');
  background-position: 0 0, 50% 16%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 140%;
}

.absolute.index {
  background-image: none;
  height: 100%;
  min-height: 0;
}

.absolute.front {
  background-image: url('../images/Rach-new-copy.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.absolute.amenities-1 {
  background-image: url('../images/circle-colour_1.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 130%;
}

.absolute.amenities-2 {
  background-image: none;
}

.absolute.video {
  background-image: url('../images/42fb6e82098099.5d1337b119d5a.jpg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
}

.absolute.amenities-3 {
  background-image: url('../images/IMG_6890.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
}

.absolute.slide-1 {
  background-image: url('../images/116d5682098099.5d1337b11b44b.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  display: flex;
}

.absolute.slide-2 {
  background-image: url('../images/7ec53582098099.5d1337b11b14e.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  display: flex;
}

.absolute.slide-3 {
  background-image: url('../images/2fb6e382098099.5d28a2796247d.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  display: flex;
}

.absolute.apointment {
  background-image: url('../images/image0.jpeg');
  background-position: 50% 42%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 125%;
  display: flex;
}

.absolute.garage {
  background-image: url('../images/0344fb82098099.5d1337b11aa67.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.absolute.property {
  background-image: url('../images/overlay.png'), url('../images/4f4d8983803517.5d4876a4e4d01.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: repeat-x, no-repeat;
  background-size: auto 88%, cover;
  display: flex;
}

.absolute.property-2 {
  background-image: url('../images/overlay.png'), url('../images/19356372px1920x1358.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: repeat-x, no-repeat;
  background-size: auto 88%, cover;
  display: flex;
}

.absolute.slide-4 {
  background-image: url('../images/88913582098099.5d28a27963226.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  display: flex;
}

.absolute.slide-5 {
  background-image: url('../images/2e05b082098099.5d28a279634ff.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  display: flex;
}

.absolute.slide-6 {
  background-image: url('../images/f6c61782098099.5d28a27963b8c.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
  display: flex;
}

.absolute.studio {
  background-image: url('../images/image0.jpeg');
  height: 100%;
}

.hero-flex {
  background-color: #000000e6;
  width: 34%;
  min-height: 800px;
  padding: 20% 4% 10%;
}

.h1-white {
  color: #fff;
  margin-top: 10px;
}

.for-sell-tag {
  background-color: var(--underline-text);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 1.5px;
  padding: 4px 5px 2px;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  display: inline-block;
}

.preloader {
  z-index: 100000000;
  color: #69707b;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.intro-description {
  background-color: var(--background);
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.details-item {
  text-align: center;
  width: 19%;
}

.number {
  font-size: 42px;
}

.text-block {
  text-align: center;
  color: #333;
  font-family: Vollkorn, serif;
  font-size: 20px;
  font-weight: 300;
}

.text-block.bold {
  color: #333;
  margin-top: 37px;
  font-family: Vollkorn, serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block.normal {
  color: #333;
  font-family: Vollkorn, serif;
  font-size: 20px;
}

.cta-link {
  background-color: var(--underline-text);
  color: var(--pink);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  margin-top: 10%;
  margin-right: 2%;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.center-box {
  z-index: 1;
  text-align: center;
  width: 76%;
  max-width: 925px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.relative {
  border: 0 solid #edf5e3;
  position: relative;
  overflow: hidden;
}

.left-column-flex {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 3%;
  display: flex;
}

.background-yellow {
  background-color: var(--underline-text);
  position: absolute;
  inset: 0%;
}

.right-column-flex {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 0%;
  padding-right: 20px;
  display: flex;
}

._88-percent-column {
  width: 100%;
  height: auto;
}

.capital-letter {
  font-size: 36px;
  line-height: 36px;
  position: relative;
  top: 8px;
}

.profile-pic {
  border: 3px solid var(--underline-text);
  background-image: url('../images/P-1_1P-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.profile-pic.margaret {
  background-image: url('../images/T-1_1T-1.jpg');
}

.profile-pic.roger {
  background-image: url('../images/T-2_1T-2.jpg');
}

.profile-pic.silvia {
  background-image: url('../images/T-3_1T-3.jpg');
}

.title-mini {
  z-index: 1;
  color: var(--text);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.title-mini.white {
  color: #fff;
}

.yellow {
  color: var(--underline-text);
}

.yellow-bg {
  background-color: var(--underline-text);
  margin: 15px 15px -15px -15px;
  position: absolute;
  inset: 0%;
}

.flex {
  background-color: #ffefcf;
  flex-flow: wrap;
  display: flex;
}

.flex.full-height {
  height: 100%;
}

.flex.images {
  background-color: #ecfffe;
}

.gallery-item-2 {
  border: 4px solid #dee9dc00;
  flex: 1;
  width: 65%;
  position: relative;
  overflow: hidden;
}

.gallery-item {
  border: 4px solid #dee9dc00;
  width: 33.3333%;
  position: relative;
  overflow: hidden;
}

.gallery-item-3, .gallery-item-5, .gallery-item-4 {
  border: 4px solid #dee9dc00;
  flex: 1;
  width: 33.3333%;
  position: relative;
  overflow: hidden;
}

.absolute-hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute-hover.gallery-1 {
  background-image: url('../images/2c8f0c82098099.5d1337b11a07a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
}

.absolute-hover.gallery-2 {
  background-image: url('../images/62db1f82098099.5d1337b11a460.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
}

.absolute-hover.gallery-3 {
  background-image: url('../images/9f62b182098099.5d28a27962ad3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
}

.absolute-hover.gallery-4 {
  background-image: url('../images/2fdbb282098099.5d28a27961b18.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
}

.absolute-hover.gallery-5 {
  background-image: url('../images/4f679a82098099.5d1337b11ae11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130%;
}

.absolute-hover.new-gallery-1 {
  background-image: url('../images/boxes.jpeg');
  border: 1px #fff;
}

.absolute-hover.new-gallery-2 {
  background-image: url('../images/PastedGraphic-1.png');
  background-position: 50% -69%;
}

.absolute-hover.new-gallery-3 {
  background-image: url('../images/IMG_8266.jpeg');
  background-position: 50%;
}

.absolute-hover.new-gallery-4 {
  background-image: url('../images/circle-colour.jpeg');
}

.absolute-hover.new-gallery-5 {
  background-image: url('../images/hands.jpeg');
  background-position: 50%;
}

.amenities-box {
  border: 0 solid #662d91;
  width: 33.3333%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.amenities-box._1 {
  border: 3px solid #ffae00;
  border-radius: 0;
}

.amenities-box._2 {
  border-top: 3px dotted #ffae00;
  border-bottom-color: #ffae00;
  border-left-style: none;
  border-right: 3px solid #ffae00;
}

.amenities-box._3 {
  background-image: url('../images/steve-johnson-5Oe8KFH5998-unsplash.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 3px solid #ffae00;
  border-bottom-style: dotted;
  border-bottom-color: #ffae00;
  border-right-width: 3px;
  border-right-color: #ffae00;
}

.amenities-box._4 {
  border-bottom: 3px dotted #ffae00;
  border-left: 3px dotted #ffae00;
}

.amenities-box._5 {
  border-width: 3px;
  border-color: #ffae00;
  border-bottom-style: solid;
  border-right-style: solid;
}

.amenities-box._6 {
  border-top: 3px solid #ffae00;
  border-bottom: 3px dotted #ffae00;
  border-right: 3px dotted #ffae00;
}

.amenities-yellow-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.outline-icon {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border: 1px solid #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.outline-icon.family {
  background-image: url('../images/heart-new.svg');
  background-position: 50%;
  background-size: contain;
  border-style: none;
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
}

.outline-icon.tree {
  background-image: url('../images/heart-new.svg');
  background-position: 50%;
  background-size: auto 52px;
  border-style: none;
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
}

.outline-icon.car {
  background-image: url('../images/heart-new.svg');
  background-size: auto 52px;
  border-style: none;
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
}

.property-title {
  color: var(--white);
  margin-top: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  transition: color .2s;
}

.property-title:hover {
  color: var(--underline-text);
}

.flex-center {
  justify-content: center;
  display: flex;
}

.video-bg {
  background-color: var(--underline-text);
  height: 40%;
  margin-bottom: -40px;
  position: absolute;
  inset: auto 0% 0%;
}

.play-button {
  border: 2px solid var(--underline-text);
  background-image: url('../images/simbolo-de-reproduccion-multimedia.svg');
  background-position: 57%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.left-box {
  z-index: 1;
  text-align: left;
  width: 76%;
  max-width: 925px;
  margin-bottom: 30px;
  margin-left: 20px;
  display: block;
  position: relative;
}

.full-section {
  background-color: var(--pink);
  height: 438px;
  position: relative;
}

.full-section.bottom-margin {
  margin-bottom: 100px;
}

.display-none {
  display: none;
}

.slider {
  height: 100%;
}

.lightbox-link {
  position: absolute;
  inset: 0%;
}

.left-arrow {
  background-color: var(--underline-text);
  color: var(--pink);
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  margin-right: 50px;
  font-size: 18px;
  inset: auto 0% 0% auto;
}

.right-arrow {
  background-color: var(--underline-text);
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  margin-right: 20px;
  inset: auto 0% 0% auto;
}

.image-arrow {
  margin-bottom: 5px;
}

.image-arrow.right {
  margin-bottom: 10px;
}

.features-container {
  flex-flow: wrap;
  justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature {
  border: 1px solid var(--lines);
  border-radius: 5px;
  width: 25%;
  margin-bottom: 5%;
  margin-right: 5%;
}

.feature._3 {
  margin-right: 0%;
}

.feature._4, .feature._5, .feature._5 {
  margin-bottom: 0;
}

.feature._6 {
  margin-bottom: 0%;
  margin-right: 0%;
}

.top {
  border-bottom: 1px solid var(--lines);
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 93px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.yellow-icon {
  background-color: var(--underline-text);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.yellow-icon.house {
  background-image: url('../images/casa-1.svg');
}

.yellow-icon.money {
  background-image: url('../images/bolsa-de-dinero.svg');
}

.yellow-icon.shield {
  background-image: url('../images/secure-shield.svg');
}

.yellow-icon.bulb {
  background-image: url('../images/idea.svg');
}

.yellow-icon.hands {
  background-image: url('../images/apoyar.svg');
}

.yellow-icon.team {
  background-image: url('../images/colaboracion.svg');
}

.feature-text-box {
  text-align: center;
  padding: 15px 6% 25px;
}

.feature-text {
  font-size: 23px;
  font-style: italic;
  line-height: 28px;
}

._56-percent-image {
  background-color: var(--background-light);
  width: 56%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.yellow-left-box {
  background-color: var(--underline-text);
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.box-left-yellow {
  justify-content: flex-start;
  align-items: center;
  width: 74%;
  min-width: 436px;
  padding-left: 13%;
  display: flex;
}

.h3-big {
  color: #000;
  text-align: center;
  font-family: Vollkorn, serif;
  font-size: 24px;
  line-height: 30px;
}

.button {
  border: 1px solid var(--pink);
  color: var(--pink);
  text-align: center;
  background-color: #0000;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button:hover {
  background-color: var(--pink);
  color: #fff;
}

._32-percent-column {
  width: 32%;
}

.expand {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

._30-percent-column {
  width: 30%;
}

.item {
  margin-bottom: 10px;
  display: flex;
}

.item.no-margin {
  margin-bottom: 0;
}

.checkbox {
  margin-right: 8px;
}

._66-percent-column-text {
  text-align: center;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.testimonials {
  background-color: var(--pink);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.slider-testimonials {
  background-color: #0000;
  height: 100%;
}

.slide-arrows {
  justify-content: center;
  transition: opacity .2s;
  display: flex;
}

.slide-arrows:hover {
  opacity: .85;
}

.testimonial-text {
  color: #fff;
  font-size: 31px;
  font-style: italic;
  line-height: 41px;
}

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

.column-left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  width: 48%;
  height: 48px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.text-field.full {
  width: 100%;
}

.text-field.message {
  width: 100%;
  padding-bottom: 73px;
}

.text-field.login {
  width: 100%;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

.submit-button {
  color: var(--white);
  text-align: center;
  background-color: #ff5809;
  min-height: 42px;
  padding-left: 70px;
  padding-right: 70px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: opacity .2s;
}

.submit-button:hover {
  opacity: .9;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.success-message {
  background-color: #0000;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.error-message {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.contact-us-column {
  width: 60%;
}

.text-link {
  color: var(--pink);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.left-map {
  flex: 1;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.map {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.map-right {
  background-color: var(--underline-text);
  align-items: center;
  width: 56%;
  height: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._65-percent-column {
  width: 422px;
  max-width: 420px;
}

.image-block {
  width: 58%;
  margin-top: 10px;
  transition: opacity .2s;
}

.image-block:hover {
  opacity: .85;
}

.big-link {
  color: var(--pink);
  border-bottom: 1px solid #000;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
}

.big-link:hover {
  opacity: .85;
}

.property-column {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.property-text-box {
  margin-bottom: 4%;
  margin-left: 4%;
  margin-right: 4%;
  position: absolute;
  inset: auto 0% 0%;
}

.h4-big {
  color: var(--pink);
  margin-top: 0;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

.h4-big.points {
  color: #1d1d1d;
  margin-top: -25px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  font-size: 25px;
  font-style: normal;
  line-height: 31px;
}

.footer {
  color: #fff;
  background-color: #2e2e2e;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 22px;
  position: relative;
}

.flex-space {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.flex-space.wrap {
  flex-wrap: wrap;
}

.go-up {
  color: #fff;
  margin-right: 28px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.right-border {
  margin-left: 10px;
}

.frame {
  align-self: flex-start;
  height: 79%;
  margin-top: 7px;
  position: relative;
}

.frame._2 {
  height: 99%;
}

.schedule, .location {
  background-color: var(--pink);
  height: 438px;
  position: relative;
}

.block-quote {
  font-size: 29px;
  font-style: italic;
  line-height: 37px;
}

.row {
  margin-bottom: 3%;
}

.overflow-hidden {
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-top: 10px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.side-padding {
  padding-left: 22px;
  padding-right: 22px;
}

.answer {
  margin-bottom: 10px;
  line-height: 25px;
}

.question {
  font-size: 22px;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.bottom-margin._20-pixels {
  margin-bottom: 20px;
}

.accordion-item-content {
  margin-top: -1px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.narrow-wrapper {
  padding-left: 3.3%;
  padding-right: 3.3%;
}

.faq-set {
  margin-bottom: 60px;
}

.faq-set.no-margin {
  margin-bottom: 0;
}

.accordion-wrapper {
  border-bottom: 1px solid #c4cbd5;
  margin-bottom: 15px;
}

.accordion-item-trigger {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.full-width {
  flex: 1;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

._404 {
  font-family: Roboto, sans-serif;
  font-size: 90px;
}

.full-box-width {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo {
  vertical-align: baseline;
  align-self: center;
  max-width: 600px;
  transition: opacity .2s;
}

.logo:hover {
  opacity: .85;
}

.video-lightbox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-links {
  flex: 1;
  margin-left: 15%;
}

.side-margin {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}

.button-2 {
  border: 2px solid var(--pink);
  color: var(--pink);
  text-align: center;
  background-color: #0000;
  border-radius: 25px;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button-2:hover {
  background-color: var(--pink);
  color: #fff;
}

.button-3 {
  border: 2px solid var(--underline-text);
  color: var(--underline-text);
  text-align: center;
  background-color: #0000;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button-3:hover {
  background-color: var(--underline-text);
  color: #fff;
}

.button-4 {
  border: 2px solid var(--underline-text);
  color: var(--underline-text);
  text-align: center;
  background-color: #0000;
  border-radius: 25px;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button-4:hover {
  background-color: var(--underline-text);
  color: #fff;
}

.button-5 {
  border: 1px solid var(--underline-text);
  color: var(--underline-text);
  text-align: center;
  background-color: #0000;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button-5:hover {
  background-color: var(--underline-text);
  color: var(--pink);
}

.side-contact-tab {
  z-index: 100;
  background-color: var(--underline-text);
  color: var(--pink);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: url('../images/email.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 0 0 5px 5px;
  min-width: 126px;
  height: 42px;
  margin-top: 500px;
  padding-top: 7.5px;
  padding-right: 23px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -44px;
  transform: rotate(-90deg);
}

.text-area-3 {
  background-color: var(--white);
  color: #2e2e2e;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.close-contact-form {
  background-color: var(--underline-text);
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.text-field-3 {
  background-color: var(--white);
  color: #2e2e2e;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.heading-3.yellow {
  font-style: italic;
  font-weight: 400;
}

.side-contact-box {
  z-index: 10000;
  background-color: var(--pink);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 310px;
  min-height: 490px;
  margin-top: 200px;
  padding: 27px 40px 30px;
  display: block;
  position: fixed;
}

.success-message-2 {
  background-color: #0000;
}

.success-message-2.pink {
  color: var(--background-2);
}

.form-block-2 {
  width: 100%;
  height: 100%;
}

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

.center-content.borders {
  margin-top: 10px;
  margin-bottom: 30px;
}

.button-6 {
  border: 1px solid var(--underline-text);
  background-color: var(--underline-text);
  color: var(--pink);
  text-align: center;
  width: 100%;
  min-width: 130px;
  min-height: 42px;
  padding: 13px 4%;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.button-6:hover {
  color: var(--underline-text);
  background-color: #0000;
}

.insta-pic {
  width: 23.8%;
  position: relative;
  overflow: hidden;
}

.absolute-bg {
  background-color: #e1e7f3;
  display: none;
  position: absolute;
  inset: 0%;
}

.hover-overlay {
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bottom-image-margin {
  margin-bottom: 20px;
}

.body-copy {
  white-space: normal;
  word-break: normal;
  margin-bottom: 46px;
  padding-right: 20px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.body-copy.left {
  text-align: left;
  margin-bottom: 0;
}

.heading-4 {
  font-family: Great Vibes, cursive;
  font-size: 35px;
}

.text-block-2 {
  aspect-ratio: auto;
  color: #ffae00;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  overflow-wrap: anywhere;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.text-block-2.left {
  color: #ffae00;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.text-block-2.about {
  margin-top: 0;
  margin-bottom: 12px;
}

.heading-5 {
  font-family: Great Vibes, cursive;
  font-size: 34px;
}

.quote {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Vollkorn, serif;
  font-size: 30px;
  line-height: 38px;
}

.quote.second {
  margin-top: 11px;
  margin-bottom: 29px;
  font-family: Vollkorn, serif;
  font-size: 40px;
}

.quote.below {
  text-align: left;
  margin-top: -11px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Vollkorn, serif;
  line-height: 35px;
}

.quote._2 {
  margin-bottom: 50px;
}

.quote.author {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.quote.art-therapy {
  margin-bottom: 20px;
}

.video-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
}

.text-block-3 {
  text-align: center;
  letter-spacing: 5px;
  margin-top: 5px;
  margin-bottom: 13px;
  padding-bottom: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 30px;
}

.image-2 {
  align-self: center;
  margin-top: 64px;
  margin-bottom: 14px;
  margin-left: 0;
  padding-left: 32px;
}

.section {
  background-color: #fff;
  border: 4px solid #000;
  border-left: 0 #000;
  border-right: 0 #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.badges {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  overflow-wrap: normal;
  justify-content: center;
  margin-top: 19px;
}

.container {
  max-width: 800px;
}

.container.nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 2500px;
  height: 130px;
  padding: 0 26px;
  display: flex;
}

.logo-link-block {
  justify-content: center;
  display: flex;
}

.menu-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell, .cell-2, .cell-3, .cell-4 {
  align-items: center;
}

.quick-stack {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.image-3, .image-4, .image-5, .image-6 {
  max-width: none;
  height: 120px;
}

.text-block-4 {
  color: #070707;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-4:hover {
  color: #ffae00;
}

.text-block-5 {
  color: #000;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-5:hover {
  color: #ffae00;
}

.text-block-5:active {
  color: #ff5809;
}

.text-block-6 {
  color: #000;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-6:hover {
  color: #ffae00;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.quick-stack-2 {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
}

.div-block-2 {
  min-width: 600px;
  max-width: 600px;
  padding-top: 0;
}

.code-embed {
  border: 1px #662d91;
}

.cell-5 {
  justify-content: flex-start;
  align-items: center;
}

.form-block-3, .form-2 {
  min-width: auto;
  max-width: none;
}

.section-2 {
  background-color: #ffeac0;
  border-top: 4px solid #000;
  padding-top: 60px;
}

.image-7 {
  background-color: #fff;
}

.quick-stack-3 {
  padding-left: 0;
}

.quick-stack-3.one {
  margin-bottom: 20px;
}

.quick-stack-3.two, .quick-stack-3.three {
  margin-top: 20px;
  margin-bottom: 20px;
}

.picture-tiles {
  background-color: #ffeac0;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-3 {
  color: #000;
  background-color: #818181;
  height: 2px;
}

.art-therapy {
  padding-left: 10px;
}

.author {
  color: var(--text);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.text-block-7 {
  text-align: center;
  margin-top: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 22px;
}

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

.cell-11 {
  padding-left: 20px;
}

.italic-text {
  color: #000;
  font-family: Vollkorn, serif;
  font-size: 30px;
  font-weight: 400;
}

.italic-text-2 {
  color: #000;
  font-family: Vollkorn, serif;
  font-size: 30px;
}

.image-8 {
  background-color: #a3111100;
}

.quick-stack-4 {
  margin-top: -21px;
}

.image-9 {
  border: 1px solid #d7ebea;
  border-top-color: #d7ebea00;
}

.italic-text-3 {
  color: #000;
}

.italic-text-4 {
  font-weight: 400;
}

.italic-text-5 {
  text-align: center;
}

.link {
  color: var(--black);
  text-align: center;
  font-family: Vollkorn, serif;
  font-size: 20px;
  text-decoration: none;
}

.link.phone {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 24px;
}

.image-10 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: inline-flex;
}

.div-block-5 {
  background-image: url('../images/GHCT-new-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 34px;
  padding-top: 100px;
}

.div-block-6 {
  text-align: center;
  margin-bottom: 26px;
}

.link-2, .link-2:hover {
  color: var(--black);
}

.phone-link {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 23px;
    line-height: 31px;
  }

  .call-us {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-left: 15px;
    display: block;
  }

  .dropdown-arrow {
    margin-top: 10px;
  }

  .nav-menu {
    text-align: center;
    background-color: #fff;
    height: 100vh;
    padding-bottom: 140px;
    overflow: auto;
  }

  .navlink {
    text-align: left;
    width: 100%;
    height: 50px;
    padding-top: 11px;
    padding-bottom: 4px;
    display: block;
  }

  .navlink:hover {
    background-color: var(--background-light);
  }

  .underline-fix {
    display: none;
  }

  .dropdown {
    height: 50px;
    margin-left: 10px;
    margin-right: 0;
    top: 0;
  }

  .dropdown-toggle, .dropdown-toggle.w--open {
    height: 50px;
    padding-top: 7px;
  }

  .phone {
    top: 7px;
  }

  .menu-button {
    color: #000;
    height: 63px;
    padding-top: 21px;
  }

  .menu-button.w--open {
    color: var(--underline-text);
    background-color: #fff;
    height: 63px;
  }

  .content-wrapper.wide {
    max-width: 100%;
    padding-top: 13px;
    padding-left: 20px;
  }

  .content-wrapper._2 {
    padding-top: 10px;
  }

  .content-wrapper.contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text-box {
    width: 80%;
  }

  .dropdown-link:hover {
    background-color: var(--background-light);
  }

  .hero-section {
    min-height: 600px;
    padding-bottom: 0;
  }

  .content-section {
    padding-bottom: 0;
  }

  .content-section.double.contact, .content-section.gallery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section.what {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-section._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-left {
    margin-left: 33px;
  }

  .absolute.front {
    background-image: none;
    height: 50%;
  }

  .hero-flex {
    width: 44%;
    min-height: 600px;
  }

  .h1-white {
    font-size: 40px;
    line-height: 44px;
  }

  .center-box {
    width: 78%;
  }

  .relative.full {
    height: 100%;
  }

  .left-column-flex {
    padding-right: 1%;
  }

  .background-yellow {
    height: 100%;
  }

  .amenities-yellow-box {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .outline-icon {
    width: 50px;
    height: 50px;
  }

  .outline-icon.family, .outline-icon.tree, .outline-icon.car {
    background-size: contain;
    margin-bottom: 21px;
  }

  .property-title {
    font-size: 23px;
    line-height: 33px;
  }

  .left-box {
    width: 78%;
  }

  .full-section {
    height: 380px;
    padding-bottom: 0;
  }

  .feature {
    width: 30%;
    margin-right: 3%;
  }

  .feature-text {
    font-size: 20px;
    line-height: 25px;
  }

  .box-left-yellow {
    width: 82%;
    min-width: auto;
    padding-left: 0%;
  }

  .h3-big {
    font-size: 25px;
    line-height: 30px;
  }

  ._32-percent-column {
    width: 25%;
  }

  .testimonials {
    padding-bottom: 60px;
  }

  .testimonial-text {
    font-size: 28px;
    line-height: 38px;
  }

  .contact-us-column {
    width: 82%;
  }

  .property-text-box {
    margin-bottom: 0%;
  }

  .h4-big {
    font-size: 21px;
    line-height: 25px;
  }

  .h4-big.points {
    margin-top: -23px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 25px;
  }

  .frame {
    margin-left: 3%;
  }

  .schedule, .location {
    height: 380px;
    padding-bottom: 0;
  }

  .footer-links {
    margin-left: 7%;
    margin-right: 13%;
  }

  .quote, .quote.below {
    font-size: 25px;
    line-height: 30px;
  }

  .image-2 {
    padding-left: 0;
  }

  .quick-stack {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .section-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quick-stack-3.two {
    padding-bottom: 0;
  }

  .quick-stack-3.three {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .quick-stack-4 {
    grid-column-gap: 14px;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper.inner {
    min-height: 320px;
  }

  .hero-section {
    min-height: 600px;
  }

  .content-section {
    padding-top: 60px;
  }

  .content-section.double {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .content-section.final {
    padding-top: 70px;
  }

  .hero-flex {
    width: 48%;
  }

  .h1-white {
    font-size: 38px;
    line-height: 42px;
  }

  .details-item {
    width: 25%;
  }

  .number {
    font-size: 36px;
  }

  .cta-link {
    width: 135px;
    height: 135px;
    margin-top: 15%;
    font-size: 22px;
    line-height: 25px;
  }

  .center-box {
    width: 85%;
    margin-bottom: 20px;
  }

  .relative {
    height: 100%;
  }

  ._88-percent-column {
    width: 100%;
  }

  .amenities-box {
    height: 250px;
  }

  .amenities-yellow-box {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .property-title {
    font-size: 20px;
    line-height: 28px;
  }

  .play-button {
    background-size: 30px;
    width: 70px;
    height: 70px;
  }

  .left-box {
    width: 85%;
    margin-bottom: 20px;
  }

  .features-container {
    justify-content: flex-start;
    width: 100%;
  }

  .box-left-yellow {
    width: 100%;
    padding-left: 5%;
  }

  ._32-percent-column {
    width: 16%;
  }

  .heading {
    font-size: 23px;
    line-height: 31px;
  }

  .accordion-item-content {
    padding-top: 2%;
    padding-left: 3.5%;
    padding-right: 3%;
  }

  .accordion-item-trigger {
    padding: 3% 3% 2% 3.5%;
  }

  .close-contact-form {
    right: -1px;
  }

  .insta-pic {
    width: 48%;
    margin-bottom: 15px;
  }

  .contact-form-wrap {
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  .brand.w--current {
    height: auto;
    padding-left: 0;
  }

  .content-wrapper {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.wide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .content-wrapper._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper._2.who-is, .content-wrapper.contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.contact.mob {
    padding-bottom: 0;
  }

  .content-wrapper._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper._1.mob, .content-wrapper.about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text-box {
    width: 100%;
  }

  .h1-hero {
    font-size: 37px;
    line-height: 44px;
  }

  .hero-section {
    background-size: cover;
    min-height: 423px;
    padding-top: 60px;
  }

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

  .content-section.double {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .content-section.double.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .content-section.final {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.gallery {
    padding-left: 0;
    padding-right: 0;
  }

  .content-section.what {
    background-image: none;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-section._1 {
    padding-bottom: 19px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-left {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-left.about {
    padding-left: 0;
  }

  .absolute.index {
    background-position: 50% 100%;
    background-size: auto 300px;
  }

  .absolute.amenities-1.mob {
    background-image: none;
    height: 100%;
  }

  .absolute.amenities-3.mob {
    object-fit: fill;
    background-image: none;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .hero-flex {
    width: 90%;
    padding-top: 43%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .intro-description {
    padding-bottom: 25px;
  }

  .details-item {
    width: 50%;
  }

  .text-block.bold {
    margin-top: 15px;
  }

  .text-block.normal.phone {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .cta-link {
    width: 100px;
    height: 100px;
    margin-top: 9%;
    font-size: 18px;
    line-height: 20px;
  }

  .center-box {
    width: 90%;
  }

  .relative {
    height: auto;
  }

  .left-column-flex {
    width: 100%;
    padding-right: 0%;
  }

  .right-column-flex {
    width: 100%;
    margin-top: 9%;
    padding-left: 0%;
  }

  .right-column-flex.held {
    padding-left: 5%;
    padding-right: 10px;
  }

  ._88-percent-column.about {
    padding-left: 0;
  }

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

  .gallery-item-2 {
    flex: 0 auto;
    width: 100%;
  }

  .gallery-item {
    width: 100%;
  }

  .gallery-item-3, .gallery-item-5, .gallery-item-4 {
    flex: 0 auto;
    width: 100%;
  }

  .absolute-hover.new-gallery-2 {
    background-position: 50% 0;
  }

  .amenities-box {
    width: 100%;
    height: auto;
  }

  .amenities-box._1.mob {
    justify-content: center;
    align-items: center;
  }

  .amenities-box._2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: 350px;
  }

  .amenities-box._3 {
    background-position: 0 0;
    height: 250px;
  }

  .amenities-box._3.mob {
    background-position: 50%;
    justify-content: center;
    align-items: center;
    height: 350px;
  }

  .amenities-box._4 {
    height: 350px;
  }

  .amenities-box._5.mob {
    justify-content: flex-start;
    align-items: center;
  }

  .amenities-box._6 {
    height: 350px;
  }

  .outline-icon.family {
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
  }

  .outline-icon.tree, .outline-icon.car {
    background-size: 100%;
    width: 100px;
    height: 100px;
  }

  .video-bg {
    margin-bottom: -25px;
  }

  .play-button {
    background-size: 27px;
    width: 60px;
    height: 60px;
  }

  .left-box {
    width: 90%;
  }

  .full-section {
    height: 230px;
  }

  .features-container {
    justify-content: center;
  }

  .feature {
    width: 100%;
    max-width: 250px;
    margin-right: 0%;
  }

  .feature._4, .feature._5 {
    margin-bottom: 5%;
  }

  ._56-percent-image {
    width: 100%;
    height: 240px;
  }

  .box-left-yellow {
    padding-top: 14%;
    padding-bottom: 14%;
  }

  .h3-big {
    font-size: 22px;
    line-height: 25px;
  }

  ._32-percent-column {
    width: 100%;
  }

  .expand {
    flex-wrap: wrap;
  }

  ._30-percent-column {
    width: 100%;
  }

  .slide-arrows {
    width: 40px;
  }

  .column-left {
    width: 100%;
  }

  .form-block {
    width: 100%;
    margin-top: 20px;
  }

  .left-map {
    flex: 0 auto;
    width: 100%;
    height: 300px;
  }

  .map-right {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .property-column {
    width: 100%;
  }

  .h4-big.points {
    font-size: 28px;
    line-height: 26px;
  }

  .frame._2 {
    margin-left: 0%;
  }

  .schedule, .location {
    height: auto;
  }

  .accordion-item-content {
    padding-bottom: 2%;
  }

  .accordion-item-trigger {
    padding-bottom: 0%;
  }

  .logo.w--current {
    width: 100%;
  }

  .footer-links {
    margin-top: 15px;
    margin-left: 0%;
  }

  .body-copy {
    margin-bottom: 9px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .quote, .quote.below {
    font-size: 25px;
    line-height: 30px;
  }

  .quote.art-therapy {
    line-height: 30px;
  }

  .text-block-3 {
    line-height: 21px;
  }

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

  .cell-3 {
    display: flex;
  }

  .quick-stack {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding: 0;
  }

  .image-3 {
    width: 200px;
    height: auto;
    max-height: none;
  }

  .contact-form-wrap {
    margin-right: 0;
  }

  .quick-stack-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    min-width: 280px;
    max-width: 280px;
  }

  .cell-5 {
    align-items: center;
  }

  .cell-6 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-2.mob {
    padding-top: 40px;
  }

  .quick-stack-3 {
    padding-right: 0;
  }

  .quick-stack-3.two {
    padding-bottom: 0;
  }

  .cell-8.mob {
    justify-content: center;
    align-items: center;
  }

  .art-therapy {
    padding-left: 20px;
    padding-right: 10px;
  }

  .art-therapy.mob {
    padding-right: 20px;
  }

  .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-11 {
    padding-left: 0;
  }

  .quick-stack-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .italic-text-5 {
    padding-left: 0;
  }

  .link {
    font-size: 16px;
  }

  .cell-12 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .cell-12.mob {
    padding-right: 20px;
  }

  .cell-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-2 {
    color: var(--black);
  }
}

#w-node-_58437e0d-a606-8093-fb71-249a89c3075a-8e3f47bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-d054bca0-ea1c-b57b-4a99-f1fc0f5a21ae-8e3f47bf {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_57d1a69a-a7e8-0be5-2684-81c5f6e8d310-8e3f47bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8a300e40-726d-c7ff-0179-e1f1281a7d16-8e3f47bf {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-fe350717-9702-1d3b-3f88-335ed2768583-8e3f47bf {
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr minmax(200px, .25fr) .5fr;
}

#w-node-_58437e0d-a606-8093-fb71-249a89c3075a-b783ccd2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-d054bca0-ea1c-b57b-4a99-f1fc0f5a21ae-b783ccd2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_57d1a69a-a7e8-0be5-2684-81c5f6e8d310-b783ccd2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_8a300e40-726d-c7ff-0179-e1f1281a7d16-b783ccd2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fe350717-9702-1d3b-3f88-335ed2768583-b783ccd2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr minmax(200px, .25fr) .5fr;
}

#w-node-_166fa38f-087d-1a0a-e575-d4da80a30185-b783ccd2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_58437e0d-a606-8093-fb71-249a89c3075a-8e3f47bf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d054bca0-ea1c-b57b-4a99-f1fc0f5a21ae-8e3f47bf, #w-node-_8a300e40-726d-c7ff-0179-e1f1281a7d16-8e3f47bf {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-fe350717-9702-1d3b-3f88-335ed2768583-8e3f47bf {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_58437e0d-a606-8093-fb71-249a89c3075a-8e3f47bf, #w-node-d054bca0-ea1c-b57b-4a99-f1fc0f5a21ae-8e3f47bf, #w-node-_57d1a69a-a7e8-0be5-2684-81c5f6e8d310-8e3f47bf, #w-node-_8a300e40-726d-c7ff-0179-e1f1281a7d16-8e3f47bf, #w-node-fe350717-9702-1d3b-3f88-335ed2768583-8e3f47bf, #w-node-_58437e0d-a606-8093-fb71-249a89c3075a-b783ccd2, #w-node-d054bca0-ea1c-b57b-4a99-f1fc0f5a21ae-b783ccd2, #w-node-_57d1a69a-a7e8-0be5-2684-81c5f6e8d310-b783ccd2, #w-node-_8a300e40-726d-c7ff-0179-e1f1281a7d16-b783ccd2, #w-node-fe350717-9702-1d3b-3f88-335ed2768583-b783ccd2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_166fa38f-087d-1a0a-e575-d4da80a30185-b783ccd2 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-_166fa38f-087d-1a0a-e575-d4da80a30186-b783ccd2 {
    order: 0;
  }
}


