:root {
  --black: black;
  --dark-white: rgba(187, 187, 187, .9);
  --gold-light: #f8e6a8;
  --blue: #86d4fd;
  --green-med-dark\<deleted\|variable-24d72cb9-1ba9-e800-fe50-f4ff238e9359\>: #219e95;
  --orange-med: #f69546;
  --grey-darker\<deleted\|variable-cc2d7c91-cf8a-5f0c-9b85-fb5bbbe40026\>: #222;
  --light-blue: #ceecfc;
  --grey-medium\<deleted\|variable-25ced5da-5ff4-8419-ebfe-283d2a920eee\>: rgba(61, 61, 61, .6);
  --grey-contour\<deleted\|variable-d6f2c22f-7986-9ba9-4c85-6a84a5f66ba0\>: #414141;
  --white-dark: #c4c4c4;
  --orange-dark\<deleted\|variable-31037db8-bce6-8ce0-4688-b02ba724234d\>: #ee6d31;
  --almost-black\<deleted\|variable-6b905c4d-f323-b7c5-5cc8-865d5c92dbc0\>: #0a0a0a;
  --gold-med: #e9c548;
  --dark-grey\<deleted\|variable-578e66bd-29da-4a90-0ccb-a32619c87cd5\>: #2e2e2e;
  --gold-med-light: rgba(255, 219, 162, .9);
  --white: white;
}

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

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

.navbar {
  width: 100%;
  height: 140px;
  background-color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.logo.menu {
  height: 100px;
  margin-top: 20px;
}

.logo.footer {
  height: 80px;
  margin-top: 0;
}

.body {
  color: #fff;
  background-color: #111;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.nav-link {
  height: 140px;
  color: var(--dark-white);
  padding-top: 60px;
  font-family: astoria, sans-serif;
  font-size: 16px;
  transition: text-shadow .4s, color .4s;
}

.nav-link:hover {
  color: var(--gold-light);
  text-shadow: 0 0 20px var(--gold-light);
}

.nav-link.w--current {
  color: var(--blue);
}

.slider-wrap {
  height: 70vh;
}

.slider {
  height: 70vh;
  background-color: #000;
  padding-top: 119px;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.slide {
  background-color: #000;
}

.slide.slide-1 {
  background-image: url('../images/classic-water-home.webp');
  background-position: 50% 90%;
  background-size: cover;
}

.slide.slide-2 {
  background-image: url('../images/aerial-golden-beach.webp');
  background-position: 50%;
  background-size: cover;
}

.slide.slide-3 {
  background-image: url('../images/classic-boat-home.webp');
  background-position: 50%;
  background-size: cover;
}

.slide.slide-4 {
  background-image: url('../images/aerial2-golden-beach.webp');
  background-position: 50%;
  background-size: cover;
}

.slide.slide-5 {
  background-image: url('../images/classic-home.webp');
  background-position: 50%;
  background-size: cover;
}

.slide.slide-6 {
  background-image: url('../images/golden-beach-entrance.webp');
  background-position: 50%;
  background-size: cover;
}

.slider-over {
  z-index: 10;
  height: 70vh;
  background-color: rgba(0, 0, 0, .4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero {
  height: 70vh;
}

.hero.internal {
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/aerial2-golden-beach.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.hero.internal.property {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .9)), url('../images/property-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.hero.internal.highlights {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/aerial.webp');
  background-position: 0 0, 50% 25%;
}

.hero.internal.market {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/market-report.webp');
  background-position: 0 0, 50%;
  background-attachment: scroll, scroll;
}

.hero.internal.about {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/office.webp');
  background-position: 0 0, 50%;
}

.hero.internal.highlights {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/golden-beach-entrance.webp');
  background-position: 0 0, 50%;
}

.section {
  padding: 120px 2%;
}

.section.cta {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.cta.video {
  height: 50vh;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.section.footer {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.report {
  min-height: 30vh;
  background-color: #000;
  background-image: linear-gradient(#000, rgba(0, 0, 0, .7) 35%, rgba(0, 0, 0, .7) 65%, #000), url('../images/real-estate-market-pb.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.contact {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/contact.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

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

.section.sub {
  padding-top: 40px;
  padding-bottom: 60px;
}

.section.sub.darker {
  background-color: var(--grey-darker\<deleted\|variable-cc2d7c91-cf8a-5f0c-9b85-fb5bbbe40026\>);
}

.section.grey {
  background-color: #222;
}

.hero-heading {
  color: var(--gold-light);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 11px #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: astoria, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 62px;
}

.hero-heading.internal {
  font-family: astoria, sans-serif;
  font-weight: 400;
}

.hero-heading.property {
  color: var(--gold-light);
  text-align: left;
  margin-bottom: 0;
  font-family: astoria, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.hero-subheading {
  text-align: center;
  text-shadow: 1px 1px 8px #000;
  margin-top: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.hero-subheading.property {
  margin-bottom: 0;
  font-family: astoria, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.heading {
  width: 70%;
  color: var(--gold-light);
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, .8);
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: astoria, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.heading.property {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.heading.sub {
  text-align: left;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.heading.sub.below-image {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.heading.sub.job {
  width: 100%;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.heading.marginbottom {
  margin-bottom: 40px;
}

.heading.middle {
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-text {
  width: 70%;
  color: var(--light-blue);
  text-align: center;
  text-shadow: 0 0 5px #000;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

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

.heading-text.marginbottom {
  margin-bottom: 60px;
}

.button {
  width: 220px;
  border: 1px solid var(--gold-light);
  color: var(--gold-light);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: astoria, sans-serif;
  font-size: 16px;
  transition: filter .4s, background-color .4s, transform .4s, box-shadow .4s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button:hover {
  box-shadow: 0 0 19px 0 var(--gold-light), 0 2px 5px 0 rgba(0, 0, 0, .2);
  transform: translate(-3px, -3px);
}

.button.section {
  background-color: rgba(0, 0, 0, .8);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.button.section:hover {
  filter: saturate();
}

.button.form {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.form.cancel {
  background-color: var(--grey-medium\<deleted\|variable-25ced5da-5ff4-8419-ebfe-283d2a920eee\>);
}

.button.form.cancel:hover {
  background-color: var(--grey-darker\<deleted\|variable-cc2d7c91-cf8a-5f0c-9b85-fb5bbbe40026\>);
}

.button.property {
  width: 160px;
  color: #ccc;
  border-color: #ccc;
  margin-top: 0;
  padding: 9px 15px;
  text-decoration: none;
}

.button.property:hover {
  color: var(--gold-light);
  transform: none;
}

.button.filter {
  background-color: rgba(0, 0, 0, .8);
  border-color: rgba(112, 112, 112, .53);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.button.filter:hover {
  filter: saturate();
}

.button.filter.below {
  margin-top: 49px;
}

.div-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.div-flex.property {
  grid-column-gap: 1%;
  grid-row-gap: 10px;
  margin-bottom: 40px;
}

.item-flex {
  width: 40%;
  height: 400px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: the-seasons;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: font-size .4s, box-shadow .4s, transform .4s, background-color .4s;
  display: flex;
  overflow: hidden;
}

.background-video {
  height: 50vh;
  overflow: visible;
}

.form-block {
  width: 40%;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 40px;
}

.form-block.overlay {
  width: 30%;
  border: 1px solid var(--grey-contour\<deleted\|variable-d6f2c22f-7986-9ba9-4c85-6a84a5f66ba0\>);
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-field {
  height: 50px;
  border: 1px solid var(--grey-contour\<deleted\|variable-d6f2c22f-7986-9ba9-4c85-6a84a5f66ba0\>);
  color: var(--white-dark);
  background-color: #000;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 20px;
}

.text-field:focus {
  border-color: #707070;
}

.text-field.message {
  height: 100px;
}

.field-label {
  color: var(--white-dark);
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
}

.form-2 {
  margin-left: auto;
  margin-right: auto;
}

.recaptcha {
  margin-top: 30px;
}

.success-message {
  background-color: var(--green-med-dark\<deleted\|variable-24d72cb9-1ba9-e800-fe50-f4ff238e9359\>);
  border-radius: 3px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.error-message {
  background-color: var(--orange-dark\<deleted\|variable-31037db8-bce6-8ce0-4688-b02ba724234d\>);
  text-align: center;
  border-radius: 3px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.footer-link {
  color: #979797;
  text-align: center;
  margin-bottom: 5px;
  text-decoration: none;
  transition: color .8s;
}

.footer-link:hover {
  color: var(--gold-light);
}

.footer-image-link {
  margin-bottom: 10px;
}

.property-flex {
  width: 40%;
  background-color: #222;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 28px;
  text-decoration: none;
  transition: transform .4s, background-color .4s;
}

.property-flex:hover {
  background-color: var(--almost-black\<deleted\|variable-6b905c4d-f323-b7c5-5cc8-865d5c92dbc0\>);
  transform: scale(1.02);
}

.property-flex-img {
  width: 100%;
  height: 600px;
  aspect-ratio: auto;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.property-flex-content {
  width: 100%;
  border-right-width: 1px;
  border-right-color: var(--grey-medium\<deleted\|variable-25ced5da-5ff4-8419-ebfe-283d2a920eee\>);
  border-bottom-width: 1px;
  border-bottom-color: var(--grey-medium\<deleted\|variable-25ced5da-5ff4-8419-ebfe-283d2a920eee\>);
  border-left-width: 1px;
  border-left-color: var(--grey-medium\<deleted\|variable-25ced5da-5ff4-8419-ebfe-283d2a920eee\>);
  color: var(--white-dark);
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: forma-djr-micro;
  font-size: 18px;
  font-weight: 500;
}

.property-flex-title {
  color: var(--blue);
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: astoria, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.property-flex-price {
  border-top: 1px solid var(--grey-medium\<deleted\|variable-25ced5da-5ff4-8419-ebfe-283d2a920eee\>);
  color: var(--gold-light);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: astoria, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.property-flex-features {
  color: var(--white-dark);
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.cell {
  align-items: center;
}

.pagination {
  justify-content: center;
  align-items: center;
  margin-top: 59px;
  display: flex;
}

.pagination-icon {
  width: 60px;
  height: 60px;
  border: 1px solid var(--light-blue);
  color: var(--light-blue);
  text-align: center;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Fa 100", sans-serif;
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
  transition: color .4s, border-color .4s, background-color .4s;
}

.pagination-icon:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
}

.page-number {
  width: 129px;
  height: 60px;
  border: 1px solid var(--light-blue);
  color: var(--light-blue);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-white);
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  font-family: astoria, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 60px;
}

.div-overlay {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -100%);
}

.select-field {
  height: 50px;
  border: 1px solid var(--grey-contour\<deleted\|variable-d6f2c22f-7986-9ba9-4c85-6a84a5f66ba0\>);
  color: var(--white-dark);
  background-image: linear-gradient(#000, #000);
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 16px;
}

.select-field:focus {
  background-color: #707070;
  border-color: #2e2e2e;
}

.before-text {
  color: var(--blue);
  letter-spacing: 5px;
  text-transform: uppercase;
  padding-left: 2px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

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

.cell-property.left {
  align-items: flex-start;
}

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

.mobile-div {
  display: none;
}

.description {
  width: 70%;
  color: var(--white-dark);
  text-align: justify;
  text-shadow: 0 0 5px #000;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.feature-item {
  width: 14.6%;
  color: var(--blue);
  text-align: center;
}

.feature-icon {
  font-family: "Fa 100", sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.feature-text {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.property-price {
  width: 70%;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: astoria, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.list {
  width: 40%;
  color: var(--white-dark);
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.copyright {
  color: #666;
  text-align: justify;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.lightbox-link {
  width: 160px;
  text-decoration: none;
}

.table-line {
  width: 100%;
  color: var(--white-dark);
  text-align: center;
  border: 1px solid #777;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: none;
  transition: border-color .2s, color .2s;
  display: flex;
}

.table-line:hover {
  color: #fff;
  border-color: #fff;
}

.table-line.nolink {
  color: var(--white-dark);
}

.table-line.nolink:hover {
  color: var(--white-dark);
  border-color: #777;
}

.column {
  width: 16.6667%;
  border-right: 1px solid var(--grey-medium\<deleted\|variable-25ced5da-5ff4-8419-ebfe-283d2a920eee\>);
}

.column.right {
  border-right-style: none;
}

.column.average {
  width: 100%;
  border-right-style: none;
  font-style: italic;
  font-weight: 400;
}

.unit {
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
}

.text {
  width: 70%;
  color: var(--white-dark);
  text-align: justify;
  text-shadow: 0 0 5px #000;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 24px;
}

.text.bullets {
  padding-left: 15px;
  font-family: Lato, sans-serif;
}

.text.magin-bottom {
  margin-bottom: 50px;
}

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

.section-image {
  width: 70%;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle {
  width: 300px;
  height: 300px;
  background-color: var(--green-med-dark\<deleted\|variable-24d72cb9-1ba9-e800-fe50-f4ff238e9359\>);
  text-shadow: 2px 2px 1px rgba(0, 0, 0, .31);
  border-radius: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.circle.homes {
  background-color: var(--gold-med);
  color: #000;
  background-image: linear-gradient(rgba(233, 197, 72, .8), rgba(233, 197, 72, .8)), url('../images/homes.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
}

.circle.homes.dark-grey {
  background-color: var(--dark-grey\<deleted\|variable-578e66bd-29da-4a90-0ccb-a32619c87cd5\>);
  color: #fff;
  background-image: linear-gradient(rgba(46, 46, 46, .8), rgba(46, 46, 46, .8)), url('../images/homes.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.chart {
  text-align: center;
  font-family: astoria, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.chart.title {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.chart.days {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.chart.subtitle {
  margin-top: 0;
  font-family: astoria, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.chart.sqft {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.chart.obs {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
}

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

.image-item {
  width: 31.3%;
  padding-left: 10px;
  padding-right: 10px;
}

.image-item._25 {
  width: 21%;
}

.circle-image {
  width: 50%;
  border-radius: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonials-slider {
  width: 50%;
  height: 300px;
  background-color: rgba(255, 255, 255, 0);
  margin-left: auto;
  margin-right: auto;
}

.testimonial-content {
  width: 100%;
  height: 100%;
  text-align: justify;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
  display: flex;
}

.testimonial-text {
  font-family: astoria, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.testimonial-author {
  width: 100%;
  text-align: right;
  margin-top: 15px;
  font-size: 16px;
  font-style: italic;
  line-height: 20px;
}

.text-link-2 {
  color: #fff;
  transition: color .4s;
}

.text-link-2:hover {
  color: var(--gold-light);
}

@media screen and (max-width: 991px) {
  .navbar {
    height: 120px;
    padding-left: 10px;
    padding-right: 0;
  }

  .logo.menu {
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    height: 60px;
    padding-top: 20px;
  }

  .menu-button {
    height: 120px;
    color: var(--green-med-dark\<deleted\|variable-24d72cb9-1ba9-e800-fe50-f4ff238e9359\>);
    padding-left: 30px;
    padding-right: 30px;
    transition: color .4s;
  }

  .menu-button:hover {
    color: var(--orange-med);
  }

  .menu-button.w--open {
    color: var(--orange-med);
    background-color: #000;
  }

  .icon {
    color: var(--gold-light);
    margin-top: 30px;
  }

  .nav-menu {
    background-color: #000;
    margin-top: 120px;
  }

  .slider-wrap, .slider {
    height: 65vh;
  }

  .slider-over {
    height: 65vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero {
    height: 65vh;
  }

  .hero.internal {
    height: 500px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero.internal.property {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, .9)), url('../images/property-1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .hero.internal.highlights {
    background-image: linear-gradient(to bottom, null, null), url('../images/aerial.webp');
    background-position: 0 0, 50% 100%;
  }

  .hero.internal.market {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/miami-market-report.jpg');
    background-position: 0 0, 50%;
  }

  .hero.internal.about, .hero.internal.highlights {
    background-image: linear-gradient(to bottom, null, null), url('../images/aerial.webp');
    background-position: 0 0, 50% 100%;
  }

  .section {
    padding: 100px 60px;
  }

  .section.cta.video {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 54px;
    line-height: 58px;
  }

  .heading {
    width: 100%;
  }

  .heading-text {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .button {
    width: 180px;
    font-size: 16px;
  }

  .button.section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.property {
    font-size: 14px;
  }

  .button.filter {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .item-flex {
    height: 260px;
  }

  .form-block {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block.overlay {
    width: 60%;
  }

  .field-label {
    color: var(--white-dark);
  }

  .form-2 {
    width: 90%;
  }

  .property-flex {
    width: 100%;
  }

  .property-flex-img {
    height: 500px;
  }

  .cell-property.left {
    align-items: center;
  }

  .mobile-div {
    flex-direction: column;
  }

  .description {
    width: 100%;
  }

  .table-line {
    font-size: 14px;
  }

  .column {
    width: 15%;
  }

  .column.upper.main {
    width: 25%;
  }

  .unit {
    line-height: 18px;
  }

  .text, .section-image {
    width: 100%;
  }

  .image-item, .image-item._25 {
    width: 46%;
  }

  .circle-image {
    width: 70%;
  }

  .testimonials-slider {
    width: 100%;
  }

  .price {
    font-family: forma-djr-micro;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .logo.footer {
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button.w--open {
    color: #fff;
  }

  .slider-over, .hero.internal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero.internal.property {
    height: 520px;
    background-image: url('../images/property-1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    display: block;
  }

  .section.cta.video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.footer {
    padding-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 54px;
  }

  .hero-heading.property {
    text-align: center;
    margin-bottom: 5px;
  }

  .hero-subheading {
    font-size: 28px;
    line-height: 34px;
  }

  .hero-subheading.property {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading {
    font-size: 32px;
    line-height: 36px;
  }

  .heading.property {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
  }

  .button.section {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .button.property {
    width: 70%;
  }

  .button.property.w--current {
    margin-top: 10px;
  }

  .button.property.lightbox {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-flex.property {
    grid-column-gap: 1%;
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }

  .item-flex {
    height: 180px;
  }

  .form-block {
    width: 100%;
  }

  .form-block.overlay {
    width: 80%;
  }

  .footer-link {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0;
    line-height: 18px;
  }

  .footer-image-link {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .property-flex-img {
    height: 400px;
  }

  .property-flex-title {
    font-size: 16px;
    line-height: 24px;
  }

  .property-flex-price {
    font-size: 16px;
    line-height: 22px;
  }

  .property-flex-features {
    font-size: 14px;
    line-height: 22px;
  }

  .cell {
    padding-left: 0;
  }

  .before-text {
    margin-bottom: 5px;
    padding-left: 0;
  }

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

  .mobile-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .description {
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
  }

  .feature-item {
    width: 31%;
    text-align: center;
  }

  .feature-icon {
    font-family: "Fa 100", sans-serif;
    font-size: 24px;
    line-height: 30px;
  }

  .feature-text {
    font-size: 12px;
    position: static;
  }

  .property-price {
    font-size: 20px;
    line-height: 26px;
  }

  .list {
    width: 60%;
  }

  .copyright {
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-link {
    width: 70%;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .table-line {
    flex-wrap: wrap;
    line-height: 40px;
  }

  .column {
    width: 30%;
  }

  .column.upper {
    border-bottom: 1px solid var(--grey-medium\<deleted\|variable-25ced5da-5ff4-8419-ebfe-283d2a920eee\>);
  }

  .column.upper.main, .column.main {
    width: 40%;
  }

  .text {
    font-size: 16px;
    line-height: 22px;
  }

  .flex-column {
    height: 40px;
  }

  .image-item, .image-item._25 {
    width: 100%;
  }

  .circle-image {
    width: 50%;
  }

  .testimonials-slider {
    height: 360px;
  }

  .testimonial-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-text {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .slider-over {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section {
    padding: 60px 20px;
  }

  .section.cta.video {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.contact {
    background-position: 80% 100%;
  }

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

  .hero-heading {
    text-align: left;
    font-size: 42px;
    line-height: 48px;
  }

  .hero-heading.internal {
    text-align: center;
  }

  .hero-subheading {
    text-align: left;
    font-size: 26px;
    line-height: 32px;
  }

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

  .heading.sub {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-text {
    font-size: 18px;
    line-height: 22px;
  }

  .button {
    margin-right: auto;
  }

  .button.property {
    width: 80%;
    margin-right: 0;
    padding: 9px;
  }

  .button.filter {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .item-flex {
    width: 100%;
    height: 240px;
  }

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

  .text-field {
    font-size: 16px;
  }

  .text-field.message {
    height: 150px;
  }

  .property-flex-img {
    height: 300px;
  }

  .pagination-icon {
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 40px;
  }

  .page-number {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .list {
    width: 80%;
  }

  .copyright {
    font-size: 8px;
    line-height: 12px;
  }

  .lightbox-link {
    width: 80%;
  }

  .table-line {
    font-size: 12px;
  }

  .column {
    overflow: hidden;
  }

  .unit {
    line-height: 16px;
  }

  .testimonials-slider {
    height: 420px;
  }

  .testimonial-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_506891a4-f235-50d5-ee1a-60bf7041a5b0-7041a5af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_21cafdba-1ef1-4d49-8988-6f4fead47eab-26a943ce {
  grid-template-rows: auto;
  grid-template-columns: 3fr .5fr .5fr .5fr;
}

@media screen and (max-width: 991px) {
  #w-node-_506891a4-f235-50d5-ee1a-60bf7041a5b0-7041a5af {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_21cafdba-1ef1-4d49-8988-6f4fead47eab-26a943ce {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_21cafdba-1ef1-4d49-8988-6f4fead47eac-26a943ce {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_506891a4-f235-50d5-ee1a-60bf7041a5b0-7041a5af {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_21cafdba-1ef1-4d49-8988-6f4fead47eab-26a943ce {
    display: none;
  }
}


@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.woff2') format('woff2'), url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}