.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.hero-section {
  height: 600px;
  background-image: url('../images/Asset-3.svg'), url('../images/Asset-2.svg'), url('../images/Asset-1.png');
  background-position: 100%, 0 -25px, 50% 40%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 38%, 62%, cover;
}

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

.hero-content {
  height: 100%;
  justify-content: space-between;
  padding-top: 20px;
  display: flex;
}

.hero-col-left {
  width: 68%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.logo-div {
  width: 200px;
  display: none;
}

.h1 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Avenir black, sans-serif;
  font-size: 52px;
  font-weight: 900;
}

.hero-h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.div-block {
  border-radius: 50px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.hero-exclusive-rate {
  width: 30%;
  color: #fff;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.exclusive-rate-label {
  color: #f9ae40;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  font-family: Avenir black, sans-serif;
  font-size: 38px;
  line-height: 1.2em;
}

.exclusive-rate-percentage {
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  font-family: Avenir black, sans-serif;
  font-size: 78px;
  line-height: 1.2em;
}

.exclusive-rate-details {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.qualified-buyers-details {
  width: 70%;
  text-align: right;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.2em;
  display: flex;
}

.qualified-buyers-label {
  font-family: Avenir black, sans-serif;
  font-size: 20px;
}

.hero-float-banner {
  border-bottom: 1px solid rgba(192, 192, 192, .32);
  margin-top: 0;
  position: relative;
}

.hero-float-banner-content {
  position: relative;
}

.hero-float-banner-card {
  width: 100%;
  box-shadow: none;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.badge-bedroom {
  width: 80px;
  height: 80px;
  background-color: #e29229;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: -43px;
  bottom: auto;
  left: 33px;
  right: auto;
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, .15);
}

.bedroom-counter {
  color: #fff;
  font-family: Avenir black, sans-serif;
  font-size: 30px;
  line-height: 1em;
}

.badge-icon {
  width: 40px;
  margin-top: -10px;
}

.float-banner-hd {
  color: #334ba1;
  text-transform: uppercase;
  font-family: Avenir black, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.float-banner-hd.bigger {
  font-size: 26px;
  line-height: 1.3em;
}

.float-banner-checklist-div {
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

.checklist-item {
  align-items: center;
  margin-right: 30px;
  font-size: 16px;
  display: flex;
}

.checklist-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.banner-section-content {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.h3 {
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Avenir black, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.h3.yellow {
  color: #e29229;
  margin-bottom: 0;
}

.arrow-down {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #1c2b4a;
  border-radius: 50%;
  align-items: center;
  margin-top: 0;
  margin-bottom: 22px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -24%;
  left: 48%;
  right: 0%;
}

.arrow-down:hover {
  background-color: #06080e;
}

.section-features {
  background-image: linear-gradient(#f7f7f7, #fff);
  margin-top: 0;
}

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

.section-features-content.v2 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.slanted-btn {
  color: #fff;
  background-color: #334ba1;
  background-image: url('../images/Asset-10.svg'), url('../images/Asset-11.svg');
  background-position: 100.5%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
}

.slanted-btn.bigger {
  cursor: pointer;
  background-color: #e29229;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 60px;
  font-size: 20px;
}

.slanted-btn.bigger:hover {
  background-color: #c57813;
}

.section-hd {
  width: 75%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-section {
  color: #231f20;
  font-family: Avenir black, sans-serif;
}

.h2-section.blue {
  color: #334ba1;
}

.h2-section.hide {
  display: block;
}

.paragraph {
  color: #231f20;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

.paragraph.margin-bot {
  margin-bottom: 10px;
}

.paragraph.smaller {
  color: rgba(35, 31, 32, .8);
  font-size: 14px;
}

.paragraph.smaller.white {
  color: rgba(255, 255, 255, .8);
  margin-top: 0;
}

.paragraph.mt-0 {
  margin-top: 0;
}

.slider-features {
  margin-top: 0;
  padding-top: 30px;
}

.slide {
  width: 31%;
  margin: 0% 1%;
}

.slider {
  height: 300px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.mask {
  padding-left: 60px;
  padding-right: 60px;
}

.slider-container {
  height: 100%;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.icon {
  width: 40px;
  height: 40px;
  color: #505050;
  background-color: #e9e9e9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  display: flex;
}

.slide-nav {
  color: #5f5f5f;
}

.section-features2 {
  background-image: none;
  margin-top: 0;
}

.text-span-bold {
  color: #e29229;
  font-family: Avenir black, sans-serif;
}

.additional-line {
  width: 75%;
  margin-top: 15px;
}

.banner-section2 {
  background-color: #f7f7f7;
  position: relative;
}

.banner-section2-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 40px;
  display: flex;
}

.banner-section-text-div {
  width: 42%;
}

.div-block-2 {
  width: 52%;
  position: relative;
  left: 0;
}

.contact-us-content {
  width: 80%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
}

.section-footer {
  background-color: #1c2b4a;
}

.contact-col1 {
  width: 40%;
}

.contact-col2 {
  width: 55%;
  justify-content: flex-end;
  display: flex;
}

.div-block-3, .div-block-4 {
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-5.v2 {
  color: #f9ae40;
}

.tour-video {
  width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-6 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.slanted-section {
  color: #fff;
  background-color: #334ba1;
  background-image: url('../images/Asset-10.svg'), url('../images/Asset-11.svg');
  background-position: 100.5%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
}

.slanted-section.bigger {
  background-color: #e29229;
  margin-bottom: 20px;
  padding: 20px 60px;
  font-size: 20px;
}

.slanted-section.small {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.slanted-section.small.gray {
  background-color: #505b72;
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.slanted-section.small.gray.big {
  padding-left: 50px;
  padding-right: 50px;
}

.slanted-section.small.add-left-padding {
  padding-left: 40px;
  padding-right: 60px;
}

.contact-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.contact-item {
  align-items: center;
  margin-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.contact-info {
  margin-top: 20px;
  margin-left: 20px;
}

.contact-card {
  width: 480px;
  background-color: #fff;
  border-radius: 20px;
  padding: 0;
  display: block;
  position: relative;
  box-shadow: 0 0 11px 4px rgba(0, 0, 0, .08);
}

.contact-person {
  align-items: center;
  display: flex;
  position: absolute;
  top: -7%;
  bottom: auto;
  left: -8%;
  right: auto;
}

.contact-form {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.select-field {
  height: 50px;
  color: rgba(51, 51, 51, .85);
  border-radius: 7px;
  font-size: 16px;
}

.textarea {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}

.div-block-126 {
  height: 130px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.div-block-125 {
  margin-top: 40px;
}

.field-label {
  color: #4b4b4b;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 400;
}

.form-col {
  width: 49%;
}

.div-block-127 {
  flex-direction: column;
  display: flex;
}

.form-row {
  margin-bottom: 20px;
}

.form-row._2-col {
  justify-content: space-between;
  display: flex;
}

.cta-text-field {
  height: 50px;
  border: .5px solid #d4d4d4;
  border-radius: 7px;
  font-size: 18px;
}

.btn-main {
  min-width: 180px;
  text-align: center;
  cursor: pointer;
  background-color: #f1884f;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
}

.btn-main:hover {
  background-color: #dc7741;
}

.btn-main.large {
  height: 52.2222px;
  background-color: #e29229;
  padding: 15px 35px;
  font-size: 18px;
}

.contact-logo {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 5px solid #f9ae40;
  border-radius: 50%;
  padding: 9px;
  position: relative;
}

.contact-person-info {
  width: 350px;
  height: 70px;
  color: #fff;
  background-color: #1c2b4a;
  background-image: url('../images/Asset-10.svg');
  background-position: 100.5%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  margin-left: -49px;
  padding-left: 60px;
  display: flex;
}

.contact-name {
  font-family: Avenir black, sans-serif;
  font-size: 20px;
}

.contact-person-details {
  font-size: 18px;
}

.footer-content {
  color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-128 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-span-opacity {
  color: rgba(51, 51, 51, .7);
  font-size: 14px;
}

.div-block-129 {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.4em;
  display: none;
}

.text-financial-disclaimer {
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Avenir black, sans-serif;
}

.disclaimer-section {
  background-color: #292929;
  display: block;
}

.rate-disclaimer-content {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-130 {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .71);
  background-color: #1c2b4a;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 120px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.3em;
  display: none;
  box-shadow: 0 -2px 14px rgba(0, 0, 0, .16);
}

.div-block-131 {
  width: auto;
  color: rgba(255, 255, 255, .8);
  text-align: right;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.3em;
  display: none;
}

.text-span-bold-large {
  font-size: 18px;
}

.bill-7-disclaimer {
  width: 80%;
  background-color: #f1f1f1;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  display: flex;
}

.bold-text {
  color: #f9ae40;
}

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

._10 {
  width: 50%;
  text-align: right;
  margin-top: 20px;
}

.text-block-2 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #e29229;
  border-radius: 30px;
  padding: 5px 15px;
  font-family: Avenir black, sans-serif;
}

.hero-banner {
  background-color: #334ba1;
  font-size: 16px;
  display: none;
}

.hero-paragraph {
  margin-bottom: 5px;
}

.div-block-133 {
  color: #fff;
  padding-top: 20px;
  padding-left: 40px;
  display: none;
}

.checklist-text {
  flex: 1;
}

.list {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
}

.feature-content1 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.text-span-bold-white {
  margin-right: 10px;
  font-size: 18px;
}

.text-span-blue {
  color: #334ba1;
  font-weight: 600;
}

.html-embed {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.disclaimer-note {
  color: #f9ae40;
  margin-top: -6px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.disclaimer-note.hero {
  top: -10px;
  left: 40px;
}

.div-block-134 {
  display: flex;
}

.text-or {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.boasting-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.inline-note1 {
  color: #e29229;
  margin-top: -5px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
}

.inline-note1.bigger {
  margin-top: -8px;
  font-size: 18px;
}

.cta-section {
  background-color: #f0f1f1;
  background-image: url('../images/Asset-26.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 50vw;
}

.cta-section-content {
  display: flex;
}

.cta-section-text {
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.cta-section-image {
  display: none;
}

.h4 {
  margin-bottom: 5px;
  font-size: 28px;
}

.div-block-135 {
  margin-bottom: 20px;
  font-size: 16px;
}

.div-block-135.orange {
  color: #e29229;
}

.slanted-button {
  color: #fff;
  cursor: pointer;
  background-color: #e29229;
  background-image: url('../images/Asset-37.svg'), url('../images/Asset-36.svg');
  background-position: 100.5%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.slanted-button:hover {
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
}

.slanted-button.bigger {
  background-color: #e29229;
  margin-bottom: 20px;
  padding: 20px 60px;
  font-size: 20px;
}

.slanted-button.small {
  margin-bottom: 0;
}

.slanted-button.small.gray {
  background-color: #505b72;
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.slanted-button.small.gray.big {
  padding-left: 50px;
  padding-right: 50px;
}

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

.map-legends-col {
  margin-right: 20px;
}

.contact-header {
  height: 142px;
  background-image: url('../images/waipahu-duplex.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.disclaimer-row {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.disclaimer-legend {
  color: #f9ae40;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
}

.herocard_header {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
}

.herocards_icon {
  width: 60px;
  height: 60px;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
}

.herocard_item {
  width: 23%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.1em;
  display: flex;
}

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

.herocard_item.text-white._w-20 {
  width: 20%;
}

.herocard_item.text-white._w-28 {
  width: 28%;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.image-100 {
  min-height: 100%;
  min-width: 100%;
}

.herocards {
  width: 49%;
  background-color: #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.herocards.bg-darkblue {
  background-color: #1c2b4a;
  align-items: flex-start;
}

.herocardsrow {
  z-index: 10;
  justify-content: space-between;
  display: flex;
  position: relative;
  top: 25px;
}

.sectionlist {
  align-items: center;
  display: flex;
}

.slanted-btn-2 {
  color: #fff;
  background-color: #334ba1;
  background-image: url('../images/Asset-10.svg'), url('../images/Asset-11.svg');
  background-position: 100.5%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 500;
}

.slanted-btn-2.bigger {
  cursor: pointer;
  background-color: #e29229;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 60px;
  font-size: 20px;
}

.slanted-btn-2.bigger:hover {
  background-color: #c57813;
}

.sectioncontent_left {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-2 {
  color: #231f20;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.h3-display2 {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.sectionlistcontainer {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.sectionlist_icon {
  width: 15px;
  height: 15px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.sectioncontent_center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-left: 13%;
  padding-right: 13%;
  display: flex;
}

.h2-display2 {
  color: #334ba1;
  text-transform: uppercase;
  font-family: Avenir black, sans-serif;
  font-size: 40px;
  font-weight: 900;
}

.paragraph-style2 {
  color: #505b72;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

@media screen and (min-width: 1440px) {
  .hero-section {
    background-position: 100%, 0 -60px, 50% 40%;
    background-size: 43%, 65%, cover;
  }

  .slider-features {
    margin-top: 0;
  }

  .div-block-2 {
    width: 50vw;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    height: 60vh;
    background-position: 100%, 0 -40%, 50%;
    background-size: 50%, 55vw, cover;
  }

  .margin {
    width: 1400px;
  }

  .qualified-buyers-details {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .hero-float-banner-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section-hd {
    width: 80%;
  }

  .banner-section2-content {
    justify-content: space-between;
    align-items: center;
  }

  .banner-section-text-div {
    width: 40%;
  }

  .div-block-2 {
    width: 40vw;
  }

  .contact-card {
    width: 550px;
  }

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

  .contact-header {
    height: 158px;
  }

  .div-block-136 {
    flex-direction: column;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: url('../images/Asset-2.svg'), url('../images/Asset-1.png');
    background-position: 0 0, 50% 40%;
    background-repeat: no-repeat, no-repeat;
    background-size: 80%, cover;
  }

  .margin {
    width: 95%;
  }

  .hero-content {
    flex-direction: column;
  }

  .hero-col-left {
    width: 80%;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 42px;
  }

  .hero-h2 {
    margin-top: 0;
    font-size: 28px;
  }

  .hero-exclusive-rate {
    width: auto;
    background-color: rgba(28, 43, 74, .75);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px 10px 80px;
  }

  .exclusive-rate-label {
    font-size: 24px;
  }

  .exclusive-rate-percentage {
    font-size: 48px;
  }

  .exclusive-rate-details {
    flex: 1;
    align-items: flex-start;
    margin-left: 40px;
  }

  .qualified-buyers-details {
    width: auto;
    text-align: left;
    margin-top: 5px;
  }

  .float-banner-checklist-div {
    flex-wrap: wrap;
  }

  .checklist-item {
    width: 40%;
    margin-bottom: 20px;
  }

  .h3, .h3.yellow {
    font-size: 24px;
  }

  .arrow-down {
    bottom: -18%;
    left: 47%;
  }

  .section-features-content.v2 {
    padding-bottom: 40px;
  }

  .slanted-btn.bigger {
    margin-top: 0;
  }

  .slide {
    width: 49%;
  }

  .slider {
    height: 300px;
  }

  .additional-line {
    width: 100%;
  }

  .banner-section2-content {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .banner-section-text-div {
    width: 100%;
  }

  .div-block-2 {
    width: 100%;
    margin-bottom: 40px;
    left: 0;
  }

  .contact-us-content {
    width: 100%;
    padding: 80px 0 40px;
  }

  .contact-col2 {
    width: 62%;
  }

  .div-block-5 {
    text-align: center;
    margin-bottom: 0;
  }

  .tour-video {
    margin-top: 20px;
  }

  .contact-card {
    width: 500px;
  }

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

  .div-block-130 {
    display: none;
  }

  .div-block-131 {
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
  }

  .bill-7-disclaimer {
    width: 100%;
  }

  .hero-banner {
    display: block;
  }

  .hero-banner.m-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-133 {
    padding-bottom: 5px;
    padding-left: 130px;
  }

  .list {
    color: #fff;
  }

  .cta-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-section-content {
    flex-direction: row-reverse;
  }

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

  .cta-section-image {
    width: 50%;
    background-image: url('../images/Asset-26.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .div-block-136 {
    justify-content: center;
    display: flex;
  }

  .herocardsrow {
    width: 95vw;
    position: relative;
    top: auto;
    bottom: -88%;
    left: 0%;
    right: 0%;
  }

  .herocardsrow.tablet-show {
    bottom: auto;
  }

  .herocardsrow.tablet-hide {
    display: none;
  }

  .slanted-btn-2.bigger {
    margin-top: 0;
  }

  .h3-display2 {
    font-size: 24px;
  }

  .sectioncontent_center {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-position: 0 -45px, 50% 40%;
    background-size: 150%, cover;
  }

  .hero-content {
    padding-top: 0;
  }

  .h1 {
    margin-top: 10px;
    font-size: 32px;
  }

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

  .hero-exclusive-rate {
    padding-left: 20px;
  }

  .hero-float-banner-card {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .badge-bedroom {
    position: static;
  }

  .float-banner-checklist-div {
    justify-content: center;
  }

  .h3, .h3.yellow {
    font-size: 20px;
  }

  .arrow-down {
    bottom: -14%;
  }

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

  .slanted-btn.bigger {
    padding: 15px 40px;
    font-size: 18px;
  }

  .section-hd {
    width: 100%;
  }

  .h2-section {
    font-size: 20px;
    line-height: 1.2em;
  }

  .paragraph {
    font-size: 14px;
  }

  .slide {
    width: 90%;
  }

  .slider {
    height: 320px;
  }

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

  .contact-us-content {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 40px;
  }

  .contact-col1 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contact-col2 {
    width: 80%;
  }

  .tour-video {
    width: 100%;
    margin-top: 10px;
  }

  .div-block-133 {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .disclaimer-note {
    margin-left: 2px;
  }

  .cta-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-section-content {
    flex-direction: column;
  }

  .cta-section-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-section-image {
    width: 100%;
    height: 300px;
    display: block;
  }

  .slanted-button {
    font-size: 15px;
  }

  .map-legends {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .map-legends-col {
    width: 48%;
  }

  .text-block-3 {
    flex: 1;
  }

  .herocard_item.text-white._w-28 {
    top: 15px;
    transform: none;
  }

  .herocards {
    width: 100%;
    margin-bottom: 10px;
  }

  .herocardsrow {
    flex-direction: column;
  }

  .slanted-btn-2.bigger {
    padding: 15px 40px;
    font-size: 18px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

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

  .paragraph-style2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 12px;
  }

  .hero-section {
    height: 500px;
    background-position: 0 -30px, 50%;
    background-size: 160vw, cover;
  }

  .hero-col-left {
    width: auto;
  }

  .h1 {
    font-size: 22px;
    line-height: 1.2em;
  }

  .hero-h2 {
    font-size: 18px;
    line-height: 1.2em;
  }

  .hero-exclusive-rate {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .exclusive-rate-label {
    font-size: 18px;
  }

  .exclusive-rate-percentage {
    font-size: 24px;
  }

  .exclusive-rate-details {
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
  }

  .qualified-buyers-details {
    width: 100%;
    margin-top: 0;
  }

  .qualified-buyers-label {
    font-family: Avenir, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
  }

  .float-banner-hd {
    text-align: center;
    font-size: 18px;
    line-height: 1.2em;
  }

  .checklist-item {
    width: 100%;
  }

  .arrow-down {
    left: 45%;
  }

  .paragraph.mt-0 {
    flex: 1;
  }

  .slide {
    width: 100%;
  }

  .slider {
    height: 250px;
  }

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

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

  .contact-col1 {
    width: 100%;
  }

  .contact-col2 {
    width: 90%;
  }

  .slanted-section.small {
    font-size: 14px;
  }

  .slanted-section.small.gray {
    text-align: center;
  }

  .contact-card {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .form-col {
    width: auto;
    margin-bottom: 10px;
  }

  .form-row._2-col {
    flex-direction: column;
    margin-bottom: 5px;
  }

  .cta-text-field {
    height: 40px;
  }

  .btn-main.large {
    height: 45px;
    font-size: 16px;
  }

  .contact-logo {
    width: 80px;
    height: 80px;
    border-width: 3px;
  }

  .contact-person-info {
    width: 290px;
    height: 60px;
  }

  .contact-name {
    font-size: 16px;
  }

  .contact-person-details {
    font-size: 12px;
  }

  .div-block-128 {
    align-items: flex-start;
  }

  .text-block {
    font-size: 12px;
  }

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

  .div-block-131 {
    font-size: 12px;
    line-height: 1.2em;
  }

  .disclaimer-note {
    margin-left: 3px;
  }

  .disclaimer-note.hero {
    left: 29px;
  }

  .text-or {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .inline-note1.bigger {
    margin-top: -5px;
    font-size: 14px;
  }

  .cta-section-image {
    height: 200px;
  }

  .slanted-button.small {
    font-size: 14px;
  }

  .map-legends {
    flex-direction: column;
  }

  .map-legends-col {
    width: 100%;
    margin-bottom: 10px;
  }

  .herocard_header {
    text-align: left;
  }

  .herocard_item, .herocard_item.text-white._w-20 {
    width: 48%;
    margin-bottom: 10px;
  }

  .herocard_item.text-white._w-28 {
    width: 48%;
    top: 13px;
    transform: none;
  }

  .herocards {
    flex-wrap: wrap;
  }

  .sectionlist_icon {
    flex-direction: column;
  }

  .h2-display2 {
    text-align: center;
    font-size: 18px;
    line-height: 1.2em;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTProHeavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTProBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTProMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/AvenirLTProHeavy.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir black';
  src: url('../fonts/AvenirLTProBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}