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

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

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

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

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

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

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

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

.overflow-x {
  background-color: #ebe5df;
}

.index_slide_p {
  height: 80vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.index_slide_p.p1 {
  background-image: url('../images/index_slide_p1.jpg');
}

.index_slide_p.p2 {
  background-image: url('../images/logo.svg');
}

.slide {
  height: auto;
}

.mask {
  height: auto;
}

.black_dim {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.hide {
  display: none;
}

.footer {
  padding-top: 30px;
  padding-bottom: 20px;
  background-image: url('../images/footer_bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container_1180 {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container_1180.footer {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.container_1180.relative {
  position: relative;
}

.footer_link {
  margin-right: 5%;
  margin-left: 5%;
  padding-left: 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.footer_link:hover {
  color: #d7b97f;
}

.footer_link.phone {
  padding-left: 35px;
  background-image: url('../images/footer_phone.svg');
  background-size: 20px 20px;
}

.footer_link.email {
  background-image: url('../images/footer_email.svg');
  background-size: 20px 15px;
}

.footer_link.address {
  background-image: url('../images/footer_address.svg');
  background-size: 16px 19px;
}

.footer_inner {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Sofiapro, sans-serif;
  font-weight: 300;
  text-align: center;
}

.footer_disclaimer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Sofiapro, sans-serif;
  color: #fff;
  font-weight: 300;
}

.link-block {
  padding-bottom: 5px;
  border-bottom: 1px solid #d7b97f;
  color: #fff;
  text-decoration: none;
}

.navbar {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #2d2c2e;
  color: #fff;
}

.navbar.homepage {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #fff;
  background-color: transparent;
}

.nav-link {
  position: relative;
  padding: 20px 32px;
  font-family: Sofiapro, sans-serif;
  color: #a08771;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link:hover {
  color: #fff;
}

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

.brand {
  width: 4.5%;
  margin-top: 5px;
}

.brand:hover {
  opacity: 0.7;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle {
  padding-bottom: 17px;
  font-family: Sofiapro, sans-serif;
  color: #a08771;
  font-weight: 300;
}

.text-block {
  border-bottom: 1px solid #a08771;
}

.dropdown-list {
  top: 73px;
  background-color: #a08771;
}

.dropdown-link {
  color: #fff;
  text-align: center;
}

.dropdown-link:hover {
  opacity: 0.7;
}

.nav-menu {
  position: static;
  width: 95%;
  text-align: center;
}

.dropdown {
  float: right;
}

.index_video_inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.45);
}

.index_logo {
  width: 17%;
  height: auto;
  max-width: 234px;
  background-color: #36373a;
}

.image {
  width: 100%;
  height: auto;
  padding: 9.8% 19.8%;
}

.link-block-2 {
  padding: 10px 35px;
  border: 1px solid #c8ad7a;
  background-color: #d7b97f;
  opacity: 0.88;
  font-family: Sofiapro, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-2:hover {
  background-color: #d1a95b;
}

.div-block-3 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.text-block-2 {
  font-family: 'Grifo m', sans-serif;
  color: #d7b97f;
  font-size: 67px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.49);
}

.text-block-3 {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Sofiapro, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.b2t_btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 3%;
  min-height: 35px;
  min-width: 35px;
  padding: 0.8%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 68.2%, 0.32);
  border-radius: 100%;
  color: #d7b97f;
}

.b2t_btn:hover {
  border-color: rgba(0, 0, 0, 0.32);
  background-color: #d7b97f;
  color: #464243;
}

.html-embed {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding-top: 100%;
}

.div-block-4 {
  width: 17%;
  max-width: 234px;
}

.contact_lb {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1200;
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.index_contact_form {
  position: relative;
  width: 90vw;
  height: auto;
  max-width: 624px;
  margin-bottom: 0px;
  padding: 66px 40px 36px;
  background-color: #dfcfc1;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.21);
  font-family: Sofiapro, sans-serif;
  font-weight: 300;
}

.text-field {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 1px none #000;
  background-color: #f8f0e9;
  line-height: 20px;
}

.text-field.col_25 {
  width: 25%;
  margin-right: 3%;
  float: left;
}

.text-field.col_75 {
  width: 72%;
  float: left;
}

.text-field.col_50 {
  width: 48%;
  margin-right: 2%;
  float: left;
}

.text-field.col_20 {
  width: 18%;
  margin-right: 2%;
  float: left;
}

.paragraph {
  margin-bottom: 0px;
  color: #000;
  font-size: 13px;
  text-align: justify;
}

.checkbox-field {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #000;
  font-size: 13px;
}

.text-block-4 {
  color: #000;
  font-size: 13px;
}

.div-block-5 {
  margin-top: 30px;
  text-align: center;
}

.checkbox {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  border: 1px solid #ac9683;
  border-radius: 0px;
  background-color: #fff;
}

.checkbox.w--redirected-checked {
  border-color: #d8bc88;
  background-color: #cea862;
}

.checkbox.w--redirected-focus {
  border-color: #d8bc88;
  box-shadow: 0 0 3px 1px transparent;
}

.textarea {
  height: 186px;
  min-height: 186px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 1px none #000;
  background-color: #f8f0e9;
}

.textarea:focus {
  padding: 14px 19px;
}

.select-field {
  margin-bottom: 20px;
  padding-right: 16px;
  padding-left: 16px;
  border: 1px none #000;
  background-color: #f8f0e9;
  background-image: url('../images/select_dd_icon.png');
  background-position: 97% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.select-field.col_30 {
  width: 30%;
  float: left;
}

.background-video {
  min-height: 630px;
  padding-top: 56.25%;
}

.contact_lb_close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 3%;
  min-width: 22px;
  margin-top: 27px;
  margin-right: 15px;
}

.contact_lb_close:hover {
  opacity: 0.7;
}

.submit-button {
  width: auto;
  padding: 9px 64px;
  background-color: #d9be8b;
  color: #fff;
  font-size: 12.6px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #be9648;
}

.vr_embed {
  position: relative;
  width: 100%;
  padding-top: 49%;
}

.dev_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 20px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebe5df;
  font-family: Sofiapro, sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}

.dev_link {
  width: auto;
  margin-right: 2%;
  margin-left: 2%;
  color: #9e9e9e;
  text-decoration: none;
}

.dev_link:hover {
  color: #a08771;
}

.dev_link.current {
  margin-top: 3px;
  padding-bottom: 1px;
  border-bottom: 1px solid #a08771;
  color: #a08771;
  text-decoration: none;
}

.wrapper {
  width: 100%;
  background-color: #ebe5df;
}

.wrapper._292826 {
  margin-bottom: 150px;
  background-color: #292826;
}

.contact_form {
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.div-block-2b {
  width: 26%;
  height: auto;
  max-width: 234px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.div-block-6 {
  width: 100%;
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 100px;
}

.text-block-5 {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 53px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cdaa70;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-family: 'Grifo m', sans-serif;
  color: #d3b686;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 13px;
}

.hb_banner {
  position: relative;
  width: 100%;
  padding-top: 20.63%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  font-family: 'Grifo m', sans-serif;
  color: #ebe5df;
  font-size: 100px;
  line-height: 60px;
}

.hb_banner.tnc {
  background-image: url('../images/tnc_hb_1.jpg');
}

.hb_banner.gallery {
  background-image: url('../images/gallery_hb.jpg');
  font-family: 'Grifo m', sans-serif;
  color: #ebe5df;
  font-size: 100px;
  line-height: 59px;
  font-weight: 500;
}

.hb_banner.doncaster {
  padding-top: 33.33%;
  background-image: url('../images/doncaster_hb.jpg');
}

.paragraph-2 {
  color: #3d3d40;
  line-height: 24px;
  text-align: justify;
}

.div-block-6b {
  width: 100%;
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 28px;
  padding-bottom: 100px;
}

.nav_dd_list {
  position: absolute;
  left: 0%;
  right: 0%;
  display: none;
  width: 100%;
  margin-top: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(45, 44, 46, 0.66);
  text-align: center;
}

.nav_dd_link {
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.35;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.nav_dd_link:hover {
  opacity: 0.85;
  color: #d7b97f;
}

.nav_dd_link.current {
  opacity: 1;
  color: #d7b97f;
}

.nav_dd {
  display: inline-block;
}

.div-block-7 {
  width: 108%;
  margin-left: -4%;
  padding-top: 40px;
  padding-bottom: 0px;
  font-family: Sofiapro, sans-serif;
}

.div-block-8 {
  width: 42%;
  margin-right: 4%;
  margin-left: 4%;
  float: left;
  color: #231f20;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.text-block-6 {
  color: #876d4b;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
}

.paragraph-3 {
  font-size: 14px;
  text-align: justify;
}

.div-block-9 {
  padding: 14px 89px 13px;
}

.text-block-7 {
  margin-bottom: 10px;
}

.div-block-9b {
  padding-top: 38px;
  padding-bottom: 22px;
}

.contact_link {
  margin: 10px 5%;
  padding-left: 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #231f26;
  text-decoration: none;
}

.contact_link.phone {
  padding-left: 24px;
  background-image: url('../images/footer_phone.svg');
  background-size: 20px 20px;
}

.contact_link.email {
  background-image: url('../images/footer_email.svg');
  background-size: 20px 15px;
}

.contact_link.address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  text-align: left;
}

.contact_link.web {
  padding-left: 27px;
  background-image: url('../images/globe.svg');
}

.div-block-10 {
  padding: 12px 79px;
}

.div-block-11 {
  display: block;
  width: 26px;
  height: auto;
}

.text-block-8 {
  display: inline-block;
  width: auto;
  text-align: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104%;
  margin-left: -2%;
  padding: 100px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-13 {
  position: relative;
  display: block;
  width: 56%;
  margin-right: 2%;
  margin-left: 2%;
  padding-right: 5%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.paragraph-4 {
  width: auto;
  max-width: 292px;
  margin-bottom: 0px;
  font-family: Sofiapro, sans-serif;
  color: #a08771;
  font-size: 21px;
  line-height: 31px;
  font-weight: 300;
  text-align: left;
}

.paragraph-4.justify {
  text-align: left;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Grifo m', sans-serif;
  color: #a08771;
  font-size: 44px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading.number {
  display: inline-block;
  margin-bottom: 7px;
  color: #d7b97f;
  font-size: 66px;
  line-height: 45px;
}

.div-block-13b {
  display: block;
  width: 36%;
  margin-top: 45px;
  margin-right: 2%;
  margin-left: 2%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading_line_top {
  position: relative;
  top: -10px;
  padding-left: 140px;
}

.heading_line_top.num {
  top: -15px;
  padding-left: 31%;
}

.heading_line_bottom {
  position: relative;
  top: 12px;
  padding-right: 123px;
}

.heading_line_bottom.num {
  padding-right: 43%;
}

.paragraph-5 {
  width: auto;
  margin-bottom: 0px;
  font-family: Sofiapro, sans-serif;
  color: #a08771;
  font-size: 21px;
  line-height: 31px;
  font-weight: 300;
  text-align: justify;
}

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

.div-block-13c {
  position: relative;
  display: block;
  width: 46%;
  margin-right: 2%;
  margin-left: 2%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-13d {
  display: block;
  width: 45%;
  margin-left: 5%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.gold_gradient_line {
  width: 100%;
  height: 13px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ebcda5), color-stop(67%, #9d7f64), to(#ebcda5));
  background-image: linear-gradient(90deg, #ebcda5, #9d7f64 67%, #ebcda5);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.text-block-9 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  text-align: center;
  letter-spacing: 50px;
  text-transform: uppercase;
}

.gallery_img_wrapper {
  position: relative;
  width: 100%;
  padding-top: 51.04%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery_img_wrapper.living {
  background-image: url('../images/gallery_living.jpg');
}

.gallery_img_wrapper.bed1 {
  background-image: url('../images/gallery_bed1.jpg');
}

.gallery_img_wrapper.bed2 {
  background-image: url('../images/gallery_bed2.jpg');
}

.gallery_img_wrapper.multi1 {
  background-image: url('../images/gallery_multi1.jpg');
}

.gallery_img_wrapper.multi2 {
  background-image: url('../images/gallery_multi2.jpg');
}

.gallery_img_wrapper.bath {
  background-image: url('../images/gallery_bath.jpg');
}

.gallery_img_wrapper.kitchen {
  background-image: url('../images/gallery_kitchen.jpg');
}

.img_reveal_mask {
  position: absolute;
  left: -1%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 101%;
  background-color: #ebe5df;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

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

.div-block-14.mb-140 {
  margin-bottom: 140px;
}

.img_wrapper_50 {
  width: 50%;
  float: left;
}

.img_wrapper_50.y-50 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.img_wrapper_50.y-50.reverse {
  right: 0px;
}

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

.div-block-14b {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

.div-block-16 {
  position: relative;
  width: 100%;
}

.div-block-14c {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

.div-block-13e {
  display: block;
  width: 45%;
  margin-right: 5%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-17 {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block-5b {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 53px;
  padding-bottom: 20px;
  border-bottom: 1px none #cdaa70;
  font-family: 'Grifo m', sans-serif;
  color: #d3b686;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 13px;
  text-transform: uppercase;
}

.div-block-18 {
  padding-top: 40px;
  padding-bottom: 10px;
  color: #a08771;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Grifo m', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.text-block-10 {
  font-family: Sofiapro, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Grifo m', sans-serif;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.div-block-19 {
  position: relative;
  top: 23px;
  text-align: center;
}

.link-block-2b {
  padding: 10px 35px;
  border: 1px solid #c8ad7a;
  background-color: #d7b97f;
  opacity: 1;
  font-family: Sofiapro, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-2b:hover {
  background-color: #d1a95b;
}

.text-block-11 {
  font-family: Sofiapro, sans-serif;
  color: #a08771;
  font-size: 30px;
  line-height: 38px;
  text-align: justify;
  letter-spacing: 0.3px;
}

.div-block-20 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.div-block-21 {
  width: 100%;
  padding-top: 20px;
  padding-right: 21%;
  padding-left: 21%;
}

.living_img_wrapper {
  position: relative;
  width: 100%;
  padding-top: 81.08%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.living_img_wrapper.living {
  background-image: url('../images/gallery_living.jpg');
}

.living_img_wrapper.bed1 {
  background-image: url('../images/gallery_bed1.jpg');
}

.living_img_wrapper.bed2 {
  background-image: url('../images/gallery_bed2.jpg');
}

.living_img_wrapper.multi1 {
  background-image: url('../images/gallery_multi1.jpg');
}

.living_img_wrapper.multi2 {
  background-image: url('../images/gallery_multi2.jpg');
}

.living_img_wrapper.bath {
  background-image: url('../images/gallery_bath.jpg');
}

.living_img_wrapper.kitchen {
  background-image: url('../images/gallery_kitchen.jpg');
}

.living_img_wrapper.p1 {
  padding-top: 66.88%;
  background-image: url('../images/doncaster_p1.jpg');
}

.living_img_wrapper.map1 {
  background-image: url('../images/doncaster_p2.jpg');
}

.living_img_wrapper.map2 {
  background-image: url('../images/doncaster_p3.jpg');
}

.living_img_wrapper.p2 {
  padding-top: 66.91%;
  background-image: url('../images/doncaster_p4.jpg');
}

.living_img_wrapper.p3 {
  padding-top: 66.91%;
  background-image: url('../images/doncaster_p5.jpg');
}

.div-block-22 {
  width: 100%;
  margin-top: 6%;
  margin-bottom: 6%;
}

.div-block-23 {
  width: 1px;
  height: 10vh;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ccb291;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.hb_banner_dim {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 518px;
  padding-top: 60px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: 'Grifo m', sans-serif;
  color: #ebe5df;
  font-size: 100px;
  line-height: 100px;
}

.hb_banner_dim.tnc {
  background-image: url('../images/tnc_hb.jpg');
}

.hb_banner_dim.gallery {
  background-image: url('../images/gallery_hb.jpg');
  font-family: 'Grifo m', sans-serif;
  color: #ebe5df;
  font-size: 100px;
  line-height: 100px;
  font-weight: 500;
}

.hb_banner_dim.doncaster {
  padding-top: 33.33%;
  background-image: url('../images/doncaster_hb.jpg');
}

.hb_banner_dim.edu {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/edu_hb.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/edu_hb.jpg');
}

.hb_banner_dim.culture {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/culture_hb.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/culture_hb.jpg');
}

.hb_banner_dim.park {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/park_hb.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/park_hb.jpg');
}

.hb_banner_dim.shop {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/shop_hb.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/shop_hb.jpg');
}

.text-block-12 {
  padding-left: 5px;
  font-family: Sofiapro, sans-serif;
  color: #a48771;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 3.4px;
  text-transform: uppercase;
}

.text-block-13 {
  max-width: 410px;
  margin-right: auto;
  margin-left: auto;
  font-family: Sofiapro, sans-serif;
  color: #a08771;
  font-size: 21px;
  line-height: 30px;
  text-align: justify;
}

.text-block-13.center {
  text-align: center;
}

.div-block-24 {
  width: 50%;
  float: left;
}

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

.div-block-25.mb-140 {
  margin-bottom: 140px;
}

.edu_img_wrapper {
  position: relative;
  width: 100%;
  padding-top: 67.2%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.edu_img_wrapper.p1 {
  background-image: url('../images/edu_p1.jpg');
}

.edu_img_wrapper.p2 {
  padding-top: 64.58%;
  background-image: url('../images/edu_p2.jpg');
}

.edu_img_wrapper.p3 {
  background-image: url('../images/edu_p3.jpg');
}

.edu_img_wrapper.p4 {
  padding-top: 147.83%;
  background-image: url('../images/edu_p4.jpg');
}

.div-block-27 {
  width: 55%;
  min-width: 551px;
  margin-top: 15px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  border-right: 1px solid #a08771;
}

.text-block-14 {
  margin-bottom: 10px;
  font-family: Sofiapro, sans-serif;
  color: #a08771;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 300;
}

.text-block-15 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 48px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 50%;
  background-size: 29px;
  background-repeat: no-repeat;
  font-family: Sofiapro, sans-serif;
  color: #a08771;
  font-size: 21px;
  line-height: 30px;
}

.text-block-15.cert {
  background-image: url('../images/cert_icon.svg');
  background-position: 0px 13px;
}

.text-block-15.car {
  background-image: url('../images/car_icon.svg');
}

.text-block-15.walk {
  background-image: url('../images/walk_icon.png');
  background-position: 4px 50%;
  background-size: 21px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-29 {
  position: relative;
  width: 100%;
  padding-top: 64.58%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-29.p1 {
  background-image: url('../images/edu_p2.jpg');
}

.div-block-27b {
  width: 55%;
  min-width: 551px;
  margin-bottom: 15px;
  padding-right: 40px;
  padding-left: 40px;
  float: right;
  border-left: 1px solid #a08771;
}

.div-block-28b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-29b {
  position: relative;
  width: 100%;
  padding-top: 147.83%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-29b.p1 {
  background-image: url('../images/edu_p4.jpg');
}

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

.culture_img_wrapper {
  position: relative;
  width: 100%;
  padding-top: 67.2%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.culture_img_wrapper.p1 {
  padding-top: 74.46%;
  background-image: url('../images/culture_p1.jpg');
}

.culture_img_wrapper.p2 {
  padding-top: 67.58%;
  background-image: url('../images/culture_p2.jpg');
}

.culture_img_wrapper.p3 {
  padding-top: 72.5%;
  background-image: url('../images/culture_p3.jpg');
}

.culture_img_wrapper.p4 {
  padding-top: 83.9%;
  background-image: url('../images/culture_p4.jpg');
}

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

.div-block-28d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 100px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-24b {
  width: 50%;
  padding-right: 2%;
  float: left;
}

.div-block-25b {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 60px;
}

.div-block-25b.mb-140 {
  margin-bottom: 140px;
}

.div-block-27c {
  width: 55%;
  min-width: 408px;
  margin-top: 15px;
  padding-top: 10px;
  float: right;
  border-right: 1px solid #a08771;
}

.text-span {
  font-size: 21px;
}

.div-block-27d {
  width: 55%;
  min-width: 551px;
  margin-bottom: 15px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  float: right;
  border-left: 1px solid #a08771;
}

.div-block-21b {
  width: 100%;
  padding-right: 21%;
  padding-left: 21%;
}

.shop_img_wrapper {
  position: relative;
  width: 100%;
  padding-top: 67.37%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.shop_img_wrapper.living {
  background-image: url('../images/gallery_living.jpg');
}

.shop_img_wrapper.bed1 {
  background-image: url('../images/gallery_bed1.jpg');
}

.shop_img_wrapper.bed2 {
  background-image: url('../images/gallery_bed2.jpg');
}

.shop_img_wrapper.multi1 {
  background-image: url('../images/gallery_multi1.jpg');
}

.shop_img_wrapper.multi2 {
  background-image: url('../images/gallery_multi2.jpg');
}

.shop_img_wrapper.bath {
  background-image: url('../images/gallery_bath.jpg');
}

.shop_img_wrapper.kitchen {
  background-image: url('../images/gallery_kitchen.jpg');
}

.shop_img_wrapper.p1 {
  background-image: url('../images/shop_p1.jpg');
}

.shop_img_wrapper.p2 {
  background-image: url('../images/shop_p2.jpg');
}

.div-block-12b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 140px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12b.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-21c {
  width: 100%;
  padding-right: 23%;
  padding-left: 23%;
}

.paragraph-6 {
  width: auto;
  margin-bottom: 0px;
  font-family: Sofiapro, sans-serif;
  color: #a08771;
  font-size: 21px;
  line-height: 31px;
  font-weight: 300;
  text-align: justify;
}

.div-block-27e {
  width: 55%;
  min-width: 551px;
  margin-top: 15%;
  padding-right: 100px;
  float: right;
}

.div-block-27f {
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-27f.last {
  margin-bottom: 40px;
}

.div-block-27g {
  width: 55%;
  min-width: 500px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-right: 40px;
  padding-left: 20px;
  float: right;
  border-right: 1px solid #a08771;
}

.div-block-28e {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 359px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.park_img_wrapper {
  position: relative;
  width: 100%;
  padding-top: 67.2%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.park_img_wrapper.p1 {
  padding-top: 76.05%;
  background-image: url('../images/park_p1.jpg');
}

.park_img_wrapper.p2 {
  padding-top: 133.43%;
  background-image: url('../images/park_p2.jpg');
}

.park_img_wrapper.p3 {
  padding-top: 66.76%;
  background-image: url('../images/park_p3.jpg');
}

.park_img_wrapper.p4 {
  padding-top: 147.83%;
  background-image: url('../images/edu_p4.jpg');
}

.div-block-28f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 718px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav_dd_arrow {
  margin-right: 15px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ap_listing {
  width: 104%;
  height: auto;
  margin-bottom: 140px;
  margin-left: -2%;
  padding-right: 11%;
  padding-left: 11%;
  background-color: transparent;
}

.ap_listing.ap_info {
  width: 83%;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0%;
  padding: 13px 5px 15px 6px;
  border: 1px solid #b2ada9;
}

.ap_listing_each {
  display: inline-block;
  width: 46%;
  margin-right: 2%;
  margin-bottom: 60px;
  margin-left: 2%;
  float: left;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.ap_listing_each.ap_list1 {
  z-index: 1;
  width: 49.1%;
  margin-right: 1.9%;
  padding-left: 7%;
}

.ap_listing_each.ap_list1.ap_info {
  margin-bottom: 20px;
}

.ap_listing_each.ap_list2 {
  z-index: 1;
  width: 43%;
  margin-right: 0%;
  margin-left: 4%;
}

.ap_listing_each.ap_list2.ap_info {
  margin-bottom: 20px;
}

.ap_listing_each.ap_list3 {
  z-index: 1;
  width: 46.05%;
  margin-right: 0%;
  margin-left: 0%;
}

.ap_listing_each.ap_list3.ap_info {
  margin-bottom: 0px;
}

.ap_listing_each.ap_list4 {
  z-index: 1;
  width: 44.3%;
  margin-right: 0%;
  margin-left: 9%;
  padding-left: 2%;
}

.ap_listing_each.ap_list4.ap_info {
  margin-bottom: 0px;
}

.fp_hover_img {
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.fp_img {
  position: relative;
  z-index: 2;
}

.fp_each {
  position: relative;
  z-index: 1;
  width: 25%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6e6b6a;
}

.fp_each:hover {
  color: #fff;
}

.fp_each.a_fp {
  width: 25.14%;
  text-decoration: none;
}

.fp_each.b_fp {
  width: 24.39%;
}

.fp_each.c_fp {
  width: 30.08%;
  margin-left: -5.3%;
}

.fp_each.d_fp {
  width: 25.26%;
}

.fp_each.e_fp {
  width: 24.8%;
}

.fp_each.f_fp {
  width: 29.7%;
}

.fp_each.g_fp {
  width: 25.31%;
  margin-left: -6.5%;
}

.fp_each.h_fp {
  width: 24.62%;
}

.fp_each.p_fp {
  width: 27.63%;
}

.fp_each.o_fp {
  width: 22.7%;
}

.fp_each.m_fp {
  width: 24.5%;
}

.fp_each.n_fp {
  width: 25.14%;
}

.fp_each.l_fp {
  width: 25.44%;
}

.fp_each.k_fp {
  width: 26.95%;
  margin-left: -3.7%;
}

.fp_each.j_fp {
  width: 24.63%;
}

.fp_each.i_fp {
  width: 26.08%;
}

.fp_expand_btn {
  position: relative;
  left: auto;
  right: auto;
  z-index: 3;
  width: 37px;
  height: 37px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.19);
  text-align: center;
}

.fp_expand_btn:hover {
  background-color: #000;
}

.fp_each_data {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}

.fp_each_data.offset_left {
  padding-right: 21px;
}

.fp_each_data.offset_right {
  padding-left: 27px;
}

.fp_each_data.offset_right_xs {
  padding-left: 17px;
}

.fp_each_title {
  position: relative;
  margin-top: 10px;
  font-family: 'Grifo m', sans-serif;
}

.fp_each_info {
  position: absolute;
  left: 90px;
  width: 15vw;
  height: auto;
  max-width: 181px;
  margin-top: 11px;
  padding: 12px 15px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.18);
  opacity: 0;
}

.fp_each_info_each {
  width: 44%;
  margin: 8% 3%;
  float: left;
  font-family: Sofiapro, sans-serif;
  color: #a08771;
  font-size: 11px;
  text-align: center;
}

.fp_each_info_each.ap_info {
  width: 31%;
  margin: 2% 1%;
  font-size: 14px;
}

.fp_each_info_img {
  width: auto;
  height: 26px;
  margin-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
}

.fp_each_info_img.last {
  margin-bottom: 7px;
}

.fp_each_info_img.ap_info {
  height: 31px;
  margin-bottom: 8px;
  padding-right: 31px;
  padding-left: 31px;
}

.fp_each_info_num {
  font-size: 17px;
}

.fp_each_info_num.ap_info {
  font-size: 20px;
}

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

.div-block-6c {
  width: 100%;
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 20px;
}

.ap_listing_mask {
  overflow: visible;
}

.ap_left_arrow {
  display: none;
  color: #a08771;
  font-size: 1vw;
}

.ap_right_arrow {
  display: none;
  color: #a08771;
  font-size: 1vw;
}

.ap_nav {
  display: none;
}

.ap_listing_wrapper {
  position: relative;
  width: 100%;
}

.compass_gold {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 41px;
  margin-right: 20px;
}

.ap_detail_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ap_detail_sidebar {
  width: 28%;
  margin-right: 5%;
}

.ap_detail_fp {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Grifo m', sans-serif;
  color: #a08771;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.heading2.number {
  display: inline-block;
  margin-bottom: 7px;
  color: #d7b97f;
  font-size: 66px;
  line-height: 45px;
}

.ap_detail_house_title {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading_line_top_xs {
  position: relative;
  top: -10px;
  width: 73%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18%;
  padding-left: 40%;
}

.heading_line_top_xs.num {
  top: 27px;
  padding-left: 25%;
}

.heading_line_bottom_xs {
  position: relative;
  top: 8px;
  width: 67%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 41%;
  padding-left: 11%;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110%;
  margin-left: -6%;
  padding-top: 6px;
  padding-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list {
  margin-right: 10%;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Sofiapro, sans-serif;
  color: #a08771;
  line-height: 1.1;
  list-style-type: none;
}

.text-span-2 {
  font-size: 20px;
  line-height: 1.1;
}

.list-item {
  padding-top: 6px;
  padding-bottom: 6px;
}

.div-block-35b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}

.div-block-35c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.compass_black {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 32px;
  margin-right: 5px;
}

.ap_detail_disclaimer {
  margin-bottom: 140px;
  padding-top: 30px;
  border-top: 1px solid #cdaa70;
  color: #3d3d40;
  font-size: 11px;
  line-height: 1.7;
}

.div-block-37 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Grifo m', sans-serif;
  color: #a08771;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}

.text-block-16 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-left: 10px;
  text-align: center;
}

.back_btn {
  position: absolute;
  left: auto;
  top: 10%;
  right: 0%;
  bottom: auto;
  padding-left: 17px;
  background-image: url('../images/back_arrow.svg');
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: Sofiapro, sans-serif;
  color: #2d2c2e;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

.back_btn:hover {
  padding-left: 22px;
  background-position: 0% 100%;
  opacity: 0.69;
}

.div-block-38 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -80px;
  width: 118px;
}

.div-block-6d {
  width: 100%;
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 100px;
}

.link {
  color: #6d5831;
}

.link:hover {
  opacity: 0.67;
}

.m_spacing {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-12c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104%;
  margin-left: -2%;
  padding: 100px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12c.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bgm_toggle {
  position: relative;
  display: none;
  width: 19px;
}

.bgm_toggle:hover {
  opacity: 0.7;
}

.bgm_mute_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 3px;
}

.bgm_active_img {
  display: none;
}

.bgm {
  display: none;
}

.link-2 {
  color: #876d4b;
}

.link-2:hover {
  color: #d9be8b;
}

.scroll_btn {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 2%;
  width: 2%;
  min-height: 35px;
  min-width: 35px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 68.2%, 0.15);
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  color: rgba(255, 255, 255, 0.62);
}

.scroll_btn:hover {
  padding-top: 13px;
  padding-bottom: 7px;
  border-style: solid;
  border-color: rgba(123, 142, 84, 0.2);
  background-color: rgba(0, 0, 0, 0.4);
  color: rgba(215, 185, 127, 0.6);
}

.scroll_btn.homepage {
  display: none;
}

.tnc_contact_btn {
  position: fixed;
  right: 0px;
  bottom: 41%;
  z-index: 1200;
  padding: 10px 35px;
  border: 1px solid #c8ad7a;
  background-color: #d7b97f;
  opacity: 0.88;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  font-family: Sofiapro, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.tnc_contact_btn:hover {
  background-color: #d1a95b;
}

.bgm_toggle_wrapper {
  display: inline-block;
  margin-top: 19px;
  float: right;
}

.error-message {
  background-color: transparent;
  color: #f2051b;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}

.success-message {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: transparent;
  color: #8c7760;
  font-size: 18px;
  line-height: 1.5;
}

html.w-mod-js *[data-ix="index-contact-open"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="img-reveal-mask-left"] {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

html.w-mod-js *[data-ix="fadeup-1-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
}

html.w-mod-js *[data-ix="fadeleft-1-1"] {
  opacity: 0;
  -webkit-transform: translate(-35px, 0px);
  -ms-transform: translate(-35px, 0px);
  transform: translate(-35px, 0px);
}

html.w-mod-js *[data-ix="faderight-1-1"] {
  opacity: 0;
  -webkit-transform: translate(35px, 0px);
  -ms-transform: translate(35px, 0px);
  transform: translate(35px, 0px);
}

html.w-mod-js *[data-ix="fadedown-1-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="scalein-1-1"] {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="scalex-1-1"] {
  -webkit-transform: scale(0.01, 1);
  -ms-transform: scale(0.01, 1);
  transform: scale(0.01, 1);
}

html.w-mod-js *[data-ix="scaley-1-1"] {
  -webkit-transform: scale(1, 0.01);
  -ms-transform: scale(1, 0.01);
  transform: scale(1, 0.01);
}

@media screen and (max-width: 991px) {
  .overflow-x {
    padding-top: 77px;
  }

  .overflow-x.homepage {
    padding-top: 0px;
  }

  .container_1180.footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container_1180.nav {
    position: relative;
    padding: 10px 0px;
  }

  .footer_link {
    margin-right: 2.5%;
    margin-left: 2.5%;
  }

  .footer_link.phone {
    padding-left: 27px;
  }

  .footer_link.email {
    padding-left: 27px;
  }

  .footer_link.address {
    padding-left: 23px;
    white-space: nowrap;
  }

  .footer_disclaimer {
    font-size: 12px;
  }

  .link-block {
    padding-bottom: 3px;
  }

  .navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-link {
    padding-right: 20px;
    padding-left: 25px;
  }

  .brand {
    position: absolute;
    left: 0px;
    right: 0px;
    width: auto;
    max-width: 52px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .dropdown-toggle {
    padding: 20px 25px;
    float: left;
    clear: both;
  }

  .dropdown-list {
    position: relative;
    top: 12px;
    display: block;
    float: none;
    background-color: transparent;
  }

  .dropdown-link:hover {
    color: #a08771;
  }

  .nav-menu {
    width: 100%;
    background-color: #2d2c2e;
  }

  .dropdown {
    float: left;
  }

  .index_video_inner {
    padding-top: 10%;
  }

  .index_logo {
    width: 16%;
    max-width: 180px;
  }

  .link-block-2 {
    font-size: 16px;
    line-height: 22px;
  }

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

  .text-block-2 {
    font-size: 50px;
    line-height: 56px;
  }

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

  .b2t_btn {
    top: -10%;
    right: 2%;
    padding: 11px;
  }

  .b2t_btn.w--current {
    top: -10%;
    right: 2%;
  }

  .index_contact_form {
    height: 500px;
  }

  .background-video {
    min-height: 550px;
  }

  .vr_embed {
    padding-top: 90%;
  }

  .dev_nav {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .dev_link {
    margin-right: 3%;
    margin-left: 3%;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-6 {
    padding-top: 50px;
  }

  .hb_banner {
    padding-top: 35%;
    font-size: 80px;
    line-height: 49px;
  }

  .hb_banner.gallery {
    font-size: 80px;
    line-height: 49px;
  }

  .nav_dd_list {
    position: relative;
    display: none;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    background-color: #272625;
    text-align: left;
  }

  .nav_dd_link {
    display: block;
    margin: 15px 0%;
  }

  .nav_dd {
    display: block;
    text-align: left;
  }

  .div-block-9 {
    padding-right: 37px;
    padding-left: 37px;
  }

  .contact_link.phone {
    margin-right: 0%;
    margin-left: 0%;
    background-size: 18px 18px;
  }

  .contact_link.web {
    margin-right: 0%;
    margin-left: 0%;
    background-size: 18px;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-11 {
    max-width: 15px;
  }

  .text-block-8 {
    padding-left: 12px;
    text-align: left;
  }

  .div-block-12 {
    width: 100%;
    margin-left: 0%;
    padding-top: 35px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-12.ptb-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-13 {
    width: 100%;
    max-width: 490px;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 0%;
  }

  .paragraph-4 {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .paragraph-4.justify {
    max-width: 420px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

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

  .heading.number {
    font-size: 61px;
    line-height: 41px;
  }

  .div-block-13b {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .heading_line_top {
    padding-right: 38%;
    padding-left: 53%;
  }

  .heading_line_top.num {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 19%;
    padding-left: 54%;
  }

  .heading_line_top.hb_section {
    padding-right: 21%;
    padding-left: 45%;
  }

  .heading_line_bottom {
    padding-right: 54.5%;
    padding-left: 36.5%;
  }

  .heading_line_bottom.num {
    padding-right: 49%;
    padding-left: 0%;
  }

  .heading_line_bottom.hb_section {
    padding-left: 23.5%;
  }

  .paragraph-5 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-13c {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .div-block-13d {
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
  }

  .gold_gradient_line {
    height: 11px;
  }

  .text-block-9 {
    padding-left: 5%;
  }

  .div-block-14.mb-140 {
    margin-bottom: 100px;
  }

  .img_wrapper_50.y-50 {
    position: relative;
    top: 0%;
    width: 100%;
    -webkit-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-14c {
    position: relative;
  }

  .div-block-13e {
    width: 100%;
    margin-right: 0%;
  }

  .text-block-5b {
    font-size: 28px;
    line-height: 46px;
    letter-spacing: 10px;
  }

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

  .text-block-10 {
    font-size: 16px;
    line-height: 1;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 1;
  }

  .link-block-2b {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-11 {
    padding-bottom: 6px;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }

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

  .div-block-21 {
    padding-top: 35px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .div-block-23 {
    height: 6vh;
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .hb_banner_dim {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .hb_banner_dim.edu {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .hb_banner_dim.culture {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-block-12 {
    font-size: 26px;
    letter-spacing: 2.4px;
  }

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

  .div-block-25 {
    padding-top: 100px;
  }

  .div-block-25.mb-140 {
    margin-bottom: 100px;
  }

  .edu_img_wrapper.p1 {
    width: 100%;
  }

  .edu_img_wrapper.p3 {
    width: 100%;
  }

  .div-block-27 {
    width: 100%;
    min-width: auto;
    padding-right: 40px;
    padding-left: 10%;
    float: left;
  }

  .text-block-14 {
    font-size: 26px;
  }

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

  .div-block-28.tablet_reverse {
    width: 90%;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-27b {
    width: 100%;
    min-width: auto;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .div-block-28b.tablet_reverse {
    width: 90%;
    margin-top: 60px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-30 {
    margin-top: 0px;
  }

  .div-block-28d.tablet_reverse {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-24b {
    width: 95%;
    padding-right: 0%;
  }

  .div-block-25b {
    margin-top: 100px;
    padding-top: 0%;
    padding-bottom: 0px;
  }

  .div-block-25b.mb-140 {
    margin-bottom: 100px;
  }

  .div-block-27c {
    width: 90%;
    min-width: auto;
  }

  .text-span {
    font-size: 18px;
    line-height: 0.8;
  }

  .div-block-27d {
    width: 100%;
    min-width: auto;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .div-block-12b {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-21c {
    padding-right: 10%;
    padding-left: 10%;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 27px;
  }

  .div-block-27e {
    width: 100%;
    min-width: auto;
    margin-top: 0%;
    margin-bottom: 100px;
    padding-right: 0px;
    padding-left: 40px;
  }

  .div-block-27g {
    width: 100%;
    min-width: auto;
    margin-top: 15px;
    margin-bottom: 0px;
    border-left: 1px solid #a08771;
    border-right-style: none;
  }

  .div-block-28e {
    width: 90%;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-28f {
    width: 95%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .nav_dd_arrow {
    right: -15px;
  }

  .ap_listing {
    width: 100%;
    margin-left: 0%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .ap_listing.ap_info {
    width: 100%;
  }

  .ap_listing_each {
    padding-right: 12%;
    padding-left: 12%;
    float: none;
  }

  .ap_listing_each.ap_list1 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 12%;
    padding-left: 12%;
  }

  .ap_listing_each.ap_list1.ap_info {
    width: 51%;
    margin-right: 1.9%;
    padding-right: 0%;
    padding-left: 7%;
  }

  .ap_listing_each.ap_list2 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .ap_listing_each.ap_list2.ap_info {
    width: 43%;
    margin-left: 4%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .ap_listing_each.ap_list3 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 60px;
    padding-left: 12%;
  }

  .ap_listing_each.ap_list3.ap_info {
    width: 46.05%;
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
    clear: left;
  }

  .ap_listing_each.ap_list4 {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 60px;
    padding-left: 12%;
  }

  .ap_listing_each.ap_list4.ap_info {
    width: 44.3%;
    margin-left: 9%;
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 2%;
  }

  .fp_each_info {
    left: auto;
    top: -245px;
    right: auto;
    width: 23vw;
  }

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

  .ap_listing_mask {
    overflow: visible;
  }

  .ap_left_arrow {
    left: -5%;
    display: block;
    margin-top: -10%;
    font-size: 3vw;
  }

  .ap_right_arrow {
    right: -5%;
    display: block;
    margin-top: -10%;
    font-size: 3vw;
  }

  .ap_nav {
    display: block;
    margin-bottom: -20px;
  }

  .ap_listing_wrapper.ap_info {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50%;
    padding-top: 30px;
  }

  .compass_gold {
    top: -13%;
    margin-right: 0px;
  }

  .ap_detail_wrapper {
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .ap_detail_sidebar {
    position: relative;
    width: 100%;
    margin-top: 60px;
    margin-right: 0%;
    padding-top: 40px;
    border-top: 1px solid #cdaa70;
  }

  .ap_detail_fp {
    width: 100%;
  }

  .ap_detail_house_title {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 19%;
    margin-top: 7%;
    margin-left: 1%;
    float: left;
  }

  .heading_line_top_xs {
    top: -5px;
    width: 90%;
    padding-right: 10%;
    padding-left: 53%;
  }

  .heading_line_bottom_xs {
    top: 6px;
    width: 90%;
    padding-right: 61%;
    padding-left: 0%;
  }

  .div-block-35 {
    display: block;
    width: 49.2%;
    margin-left: -3.2%;
    padding-top: 14px;
    padding-bottom: 14px;
    float: left;
    clear: none;
  }

  .div-block-35b {
    display: block;
    width: 46%;
    padding-top: 14px;
    padding-bottom: 14px;
    float: none;
    clear: both;
  }

  .div-block-35c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 46%;
    padding-top: 14px;
    padding-bottom: 14px;
    float: left;
  }

  .compass_black {
    top: auto;
    bottom: -38px;
  }

  .ap_detail_disclaimer {
    margin-bottom: 120px;
  }

  .div-block-37 {
    padding-bottom: 40px;
  }

  .back_btn {
    top: 40px;
  }

  .div-block-38 {
    left: auto;
    top: -20px;
    right: 0%;
    bottom: auto;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #b9ad88;
  }

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

  .m_spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-12c {
    width: 100%;
    margin-left: 0%;
    padding-top: 35px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-12c.ptb-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bgm_toggle {
    padding-bottom: 10px;
    float: left;
  }

  .scroll_btn {
    right: 2%;
    padding: 11px;
  }

  .scroll_btn.w--current {
    top: -10%;
    right: 2%;
  }

  .tnc_contact_btn {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .bgm_toggle_wrapper {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 16px 20px 22px 25px;
  }

  .icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .overflow-x {
    padding-top: 71px;
  }

  .container_1180.footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container_1180.nav {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .footer_link {
    margin-right: 0%;
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .footer_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block {
    padding-bottom: 2px;
    line-height: 18px;
  }

  .brand {
    width: auto;
    max-width: 48px;
    padding-left: 0px;
  }

  .index_video_inner {
    padding-top: 14%;
  }

  .index_logo {
    width: 22%;
  }

  .link-block-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-3 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-block-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-3 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
  }

  .b2t_btn {
    top: 0%;
    right: 3%;
  }

  .b2t_btn.w--current {
    top: 0%;
  }

  .index_contact_form {
    padding: 40px 25px 30px;
  }

  .text-field {
    padding-right: 15px;
    padding-left: 15px;
  }

  .text-field.col_25 {
    width: 30%;
  }

  .text-field.col_75 {
    width: 67%;
  }

  .text-field.col_50 {
    width: 63%;
    margin-right: 0%;
  }

  .text-field.col_20 {
    width: 35%;
  }

  .paragraph {
    font-size: 11px;
    line-height: 17px;
  }

  .checkbox-field {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-4 {
    font-size: 11px;
    line-height: 18px;
  }

  .textarea {
    padding-right: 15px;
    padding-left: 15px;
  }

  .select-field {
    padding-right: 15px;
    padding-left: 10px;
  }

  .select-field.col_30 {
    width: 100%;
  }

  .contact_lb_close {
    width: 16px;
    min-width: auto;
    margin-top: 8px;
    margin-right: 8px;
  }

  .dev_nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dev_link {
    margin-right: 4%;
    margin-left: 4%;
  }

  .wrapper._292826 {
    margin-bottom: 100px;
  }

  .div-block-6 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .text-block-5 {
    margin-bottom: 35px;
    padding-top: 40px;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 9px;
  }

  .hb_banner {
    padding-top: 37%;
    font-size: 60px;
    line-height: 37px;
  }

  .hb_banner.gallery {
    font-size: 60px;
    line-height: 37px;
  }

  .paragraph-2 {
    font-size: 13px;
    line-height: 22px;
  }

  .div-block-6b {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .div-block-7 {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-8 {
    width: 100%;
    margin: 20px 0% 40px;
  }

  .div-block-9 {
    padding-right: 23%;
    padding-left: 23%;
  }

  .div-block-11 {
    width: 18px;
  }

  .div-block-12 {
    padding-top: 25px;
    padding-bottom: 60px;
  }

  .div-block-12.ptb-60 {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 29px;
  }

  .paragraph-4.justify {
    font-size: 16px;
    line-height: 24px;
  }

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

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

  .heading_line_top {
    top: -7px;
    padding-right: 40%;
    padding-left: 52%;
  }

  .heading_line_top.num {
    top: -12px;
    padding-right: 30%;
    padding-left: 58%;
  }

  .heading_line_top.hb_section {
    padding-right: 34%;
    padding-left: 54%;
  }

  .heading_line_bottom {
    top: 8px;
    padding-right: 54%;
    padding-left: 37%;
  }

  .heading_line_bottom.num {
    padding-right: 62%;
    padding-left: 26%;
  }

  .heading_line_bottom.hb_section {
    top: -12px;
    padding-right: 55%;
    padding-left: 34%;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 24px;
  }

  .gold_gradient_line {
    height: 8px;
  }

  .text-block-9 {
    padding-left: 3%;
    letter-spacing: 30px;
  }

  .img_wrapper_50 {
    width: 100%;
  }

  .img_wrapper_50.m_100 {
    width: 100%;
  }

  .text-block-5b {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 42px;
    letter-spacing: 8px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .text-block-10 {
    line-height: 1.4;
  }

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

  .text-block-11 {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-21 {
    padding-right: 0%;
    padding-left: 0%;
  }

  .div-block-23 {
    height: 9vh;
    margin-top: 30px;
  }

  .hb_banner_dim {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .hb_banner_dim.edu {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .text-block-12 {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 1.8px;
  }

  .text-block-13 {
    font-size: 18px;
    line-height: 28px;
  }

  .text-block-13.center {
    font-size: 18px;
    line-height: 26px;
  }

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

  .div-block-27 {
    padding-right: 30px;
    padding-left: 5%;
  }

  .text-block-14 {
    margin-bottom: 5px;
    font-size: 23px;
  }

  .text-block-15 {
    font-size: 16px;
    line-height: 21px;
  }

  .div-block-28.tablet_reverse {
    width: 95%;
  }

  .div-block-27b {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-28b.tablet_reverse {
    width: 95%;
  }

  .div-block-28d.tablet_reverse {
    width: 95%;
  }

  .div-block-27c {
    width: 95%;
  }

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

  .div-block-27d {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-12b {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-21c {
    padding-right: 0%;
    padding-left: 0%;
  }

  .paragraph-6 {
    font-size: 16px;
    line-height: 23px;
  }

  .div-block-27e {
    margin-bottom: 60px;
  }

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

  .div-block-27g {
    padding-right: 20px;
  }

  .ap_listing {
    margin-bottom: 100px;
  }

  .ap_listing_each.ap_list1 {
    padding-right: 9%;
    padding-left: 9%;
  }

  .ap_listing_each.ap_list2 {
    padding-right: 9%;
    padding-left: 9%;
  }

  .ap_listing_each.ap_list3 {
    padding-top: 35px;
    padding-right: 9%;
    padding-left: 9%;
  }

  .ap_listing_each.ap_list4 {
    padding-top: 25px;
    padding-right: 9%;
    padding-left: 9%;
  }

  .fp_expand_btn {
    width: 33px;
    height: 33px;
  }

  .fp_each_data.offset_left {
    padding-right: 16px;
  }

  .fp_each_data.offset_right {
    padding-left: 17px;
  }

  .fp_each_data.offset_right_xs {
    padding-left: 17px;
  }

  .fp_each_info {
    width: 36vw;
  }

  .div-block-6c {
    padding-top: 40px;
  }

  .ap_left_arrow {
    left: -11%;
  }

  .ap_right_arrow {
    right: -11%;
  }

  .ap_listing_wrapper.ap_info {
    position: relative;
    width: 100%;
    padding-top: 0px;
    float: left;
    clear: left;
  }

  .compass_gold {
    width: 30px;
  }

  .ap_detail_wrapper {
    margin-bottom: 40px;
  }

  .ap_detail_sidebar {
    margin-top: 40px;
    padding-top: 8px;
  }

  .ap_detail_fp {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .heading2 {
    font-size: 24px;
  }

  .ap_detail_house_title {
    width: 26%;
    margin-left: -4%;
  }

  .heading_line_top_xs {
    padding-right: 18%;
    padding-left: 52%;
  }

  .heading_line_bottom_xs {
    top: 8px;
    padding-right: 58%;
    padding-left: 15%;
  }

  .div-block-35 {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-35b {
    width: 46%;
    float: left;
    clear: none;
    border-top-style: none;
    border-bottom-style: none;
  }

  .div-block-35c {
    width: 54%;
    float: left;
  }

  .compass_black {
    top: -32px;
    right: -6px;
    bottom: auto;
  }

  .ap_detail_disclaimer {
    margin-bottom: 100px;
  }

  .div-block-37 {
    padding-bottom: 30px;
    font-size: 16px;
  }

  .div-block-6d {
    padding-bottom: 60px;
  }

  .div-block-12c {
    padding-top: 25px;
    padding-bottom: 0px;
  }

  .div-block-12c.ptb-60 {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .scroll_btn {
    width: 3%;
  }

  .scroll_btn.w--current {
    top: 0%;
  }

  .tnc_contact_btn {
    bottom: 2%;
    padding-right: 16px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .overflow-x {
    padding-top: 70px;
  }

  .footer {
    padding-top: 20px;
  }

  .container_1180 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container_1180.footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container_1180.nav {
    padding-top: 12px;
    padding-bottom: 0px;
  }

  .footer_link {
    margin-bottom: 32px;
  }

  .footer_inner {
    padding-top: 24px;
  }

  .footer_disclaimer {
    font-size: 11px;
    line-height: 19px;
  }

  .link-block {
    padding-bottom: 0px;
    line-height: 16px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand {
    max-width: 39px;
  }

  .index_video_inner {
    padding-top: 18%;
  }

  .index_logo {
    width: 27%;
    max-width: 200px;
  }

  .text-block-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .text-block-3 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .b2t_btn {
    right: 4%;
  }

  .index_contact_form {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-field {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-field.col_25 {
    width: 35%;
  }

  .text-field.col_75 {
    width: 62%;
  }

  .paragraph {
    font-size: 11px;
    line-height: 19px;
  }

  .checkbox-field {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-4 {
    font-size: 11px;
    line-height: 15px;
  }

  .checkbox {
    margin-top: 2px;
  }

  .textarea {
    padding: 10px;
  }

  .select-field {
    padding-right: 15px;
    padding-left: 6px;
  }

  .contact_lb_close {
    width: 12px;
  }

  .vr_embed {
    padding-top: 100%;
  }

  .dev_nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dev_link {
    margin-right: 5%;
    margin-left: 5%;
    font-size: 13px;
    line-height: 18px;
  }

  .wrapper._292826 {
    margin-bottom: 80px;
  }

  .div-block-2b {
    width: 38%;
  }

  .div-block-6 {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .text-block-5 {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 37px;
    letter-spacing: 7px;
  }

  .hb_banner {
    font-size: 48px;
    line-height: 30px;
  }

  .hb_banner.gallery {
    font-size: 48px;
    line-height: 30px;
  }

  .hb_banner.doncaster {
    padding-top: 37%;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-6b {
    padding-top: 10px;
  }

  .div-block-7 {
    padding-top: 20px;
  }

  .paragraph-3 {
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-9 {
    padding-right: 13%;
    padding-left: 13%;
  }

  .text-block-8 {
    padding-left: 15px;
  }

  .div-block-12 {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .div-block-12.ptb-60 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-13 {
    max-width: none;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 27px;
  }

  .paragraph-4.justify {
    font-size: 14px;
    line-height: 22px;
  }

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

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

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

  .heading_line_top {
    padding-right: 39%;
    padding-left: 53%;
  }

  .heading_line_top.num {
    top: -7px;
    padding-right: 26%;
    padding-left: 59%;
  }

  .heading_line_top.hb_section {
    top: 9px;
    padding-right: 37%;
    padding-left: 52%;
  }

  .heading_line_bottom {
    padding-right: 56%;
    padding-left: 37%;
  }

  .heading_line_bottom.num {
    top: 6px;
    padding-right: 66%;
    padding-left: 22%;
  }

  .heading_line_bottom.hb_section {
    top: -24px;
    padding-right: 55%;
    padding-left: 35%;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }

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

  .text-block-9 {
    letter-spacing: 20px;
  }

  .div-block-14.mb-140 {
    margin-bottom: 60px;
  }

  .text-block-5b {
    margin-bottom: 10px;
    padding-top: 40px;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 5px;
  }

  .heading-2 {
    font-size: 28px;
  }

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

  .link-block-2b {
    font-size: 14px;
    line-height: 20px;
  }

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

  .div-block-21 {
    padding-top: 20px;
  }

  .div-block-23 {
    height: 7vh;
    margin-top: 20px;
  }

  .hb_banner_dim {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .hb_banner_dim.edu {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .hb_banner_dim.culture {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-12 {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 1.2px;
  }

  .text-block-13 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-13.center {
    font-size: 16px;
    line-height: 23px;
  }

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

  .div-block-25 {
    padding-top: 40px;
  }

  .div-block-27 {
    padding-right: 20px;
    padding-left: 5%;
  }

  .text-block-14 {
    font-size: 20px;
  }

  .text-block-15 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-28.tablet_reverse {
    width: 95%;
    margin-top: 40px;
  }

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

  .div-block-28b.tablet_reverse {
    width: 95%;
  }

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

  .div-block-28d.tablet_reverse {
    width: 95%;
    margin-top: 40px;
  }

  .div-block-24b {
    width: 95%;
  }

  .div-block-25b {
    margin-top: 60px;
  }

  .div-block-25b.mb-140 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .div-block-27c {
    width: 95%;
  }

  .text-span {
    font-size: 14px;
  }

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

  .div-block-12b {
    padding: 40px 0px;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 19px;
  }

  .div-block-27e {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-27g {
    padding-right: 20px;
  }

  .div-block-28e {
    width: 95%;
    margin-right: 0px;
  }

  .div-block-28f {
    width: 95%;
  }

  .ap_listing_each.ap_list1 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .ap_listing_each.ap_list2 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .ap_listing_each.ap_list3 {
    padding-top: 45px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .ap_listing_each.ap_list4 {
    padding-top: 32px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .fp_expand_btn {
    width: 30px;
    height: 30px;
    padding-top: 5px;
    padding-right: 7px;
    padding-left: 7px;
  }

  .fp_each_data.offset_left {
    padding-right: 12px;
  }

  .fp_each_data.offset_right {
    padding-left: 14px;
  }

  .fp_each_data.offset_right_xs {
    padding-left: 14px;
  }

  .fp_each_info {
    width: 46vw;
  }

  .fp_each_title_wrapper {
    font-size: 12px;
  }

  .div-block-6c {
    padding-top: 20px;
  }

  .ap_left_arrow {
    left: -6%;
    width: 40px;
  }

  .ap_right_arrow {
    right: -6%;
    width: 40px;
  }

  .ap_listing_wrapper.ap_info {
    margin-top: 18px;
  }

  .compass_gold {
    top: -15%;
    width: 24px;
    margin-right: -10px;
  }

  .ap_detail_house_title {
    width: 32%;
    margin-left: -1%;
  }

  .heading_line_top_xs {
    top: -4px;
    width: 100%;
    padding-right: 17%;
    padding-left: 57%;
  }

  .heading_line_bottom_xs {
    top: 5px;
    width: 100%;
    padding-right: 68%;
    padding-left: 7%;
  }

  .div-block-35 {
    width: 113%;
    margin-left: -6.5%;
  }

  .div-block-35b {
    width: 58%;
  }

  .div-block-35c {
    display: block;
    width: 42%;
  }

  .compass_black {
    left: 0%;
    top: -32px;
    right: auto;
    bottom: auto;
  }

  .ap_detail_disclaimer {
    margin-bottom: 80px;
  }

  .div-block-37 {
    padding-bottom: 20px;
    font-size: 14px;
  }

  .text-block-16 {
    padding-left: 5px;
  }

  .div-block-38 {
    width: 107px;
  }

  .div-block-6d {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-12c {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .div-block-12c.ptb-60 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tnc_contact_btn {
    bottom: 30%;
    padding: 4px 12px 3px 10px;
    font-size: 12px;
  }

  .bgm_toggle_wrapper {
    padding-top: 13px;
    padding-bottom: 17px;
  }
}

@font-face {
  font-family: 'Grifo m';
  src: url('../fonts/Grifo-M-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofiapro';
  src: url('../fonts/sofiapro-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}