@import url("https://use.typekit.net/uwt6mov.css");
/*@font-face {*/
/*  font-family: "Audrey";*/
/*  src: url("../../fonts/Audrey-Normal.ttf") format("truetype");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: "Audrey";*/
/*  src: url("../../fonts/Audrey-Normal.woff") format("woff");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
/*@font-face {*/
/*  font-family: "Audrey";*/
/*  src: url("../../fonts/Audrey-Normal.woff2") format("woff2");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
a {
  font-size: 16px;
}
body,
html {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  scroll-behavior: smooth;
}
html {
  overflow-x: hidden;
}
body {
  background-color: #1e2833 !important;
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
.page--wrapper {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: century-gothic, sans-serif;
  font-weight: normal;
}
h1 {
  position: relative;
  text-transform: uppercase;
  font-family: "Audrey";
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 16px;
    line-height: 25px;
  }
}
h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #d89c8d;
}
@media (min-width: 768px) {
  h1::after {
    width: 79px;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3f485c;
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.container {
  max-width: 100%;
}
a {
  white-space: nowrap;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 768px) {
  a {
    width: auto;
  }
}
a.solid {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  background: -webkit-linear-gradient(38.85deg, #a9725e 0%, #cd9879 100%);
  background: -moz-linear-gradient(38.85deg, #a9725e 0%, #cd9879 100%);
  background: -o-linear-gradient(38.85deg, #a9725e 0%, #cd9879 100%);
  background: linear-gradient(51.15deg, #a9725e 0%, #cd9879 100%);
  padding: 15px 20px;
  display: block;
  color: #fff;
  text-decoration: none;
}
a.outline {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  background-color: transparent;
  border: 2px solid #d89c8d;
  display: inline-block;
  font-family: century-gothic, sans-serif;
  color: #d89c8d;
  text-decoration: none;
  position: relative;
  height: 48px;
}
@media (min-width: 1024px) {
  a.outline {
    font-size: 15px;
  }
}
a.outline:after {
  content: "";
  display: block;
  height: 48px;
  width: 50px;
  border: 2px solid #d89c8d;
  border-right-style: solid;
  border-right-color: #d89c8d;
  border-left: 0;
  position: absolute;
  top: -2px;
  left: 100%;
  background-image: url("../../images/ic_plus.svg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  background-size: 14px 14px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a.outline span:not(.main) {
  background-color: transparent;
  height: 100%;
  display: block;
  padding: 12px 30px 12px;
  line-height: 1.3;
  margin: 0;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media (min-width: 1024px) {
  a.outline span:not(.main) {
    padding: 12px 30px 12px;
  }
}
a.outline.no-after:after {
  display: none;
}
a.outline.blue {
  border: 2px solid #fff;
  color: #fff;
}
a.outline.blue span {
  font-family: century-gothic, sans-serif;
  letter-spacing: 3.44px;
  font-size: 13px;
  text-align: center;
  font-weight: normal;
  line-height: 22px;
}
a.outline.blue:hover {
  background-color: #fff;
}
a.outline.blue:hover span {
  color: #3f485c !important;
}
a.outline.white {
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
}
a.outline.white:after {
  background-image: url("../../images/ic_plus_white.svg");
  border: 2px solid #fff;
  border-right-style: solid;
  border-right-color: #fff;
}
a.outline.white:hover {
  background-color: #fff;
  color: #3f485c;
}
a.outline.white:hover:after {
  background-color: #fff;
  background-image: url("../../images/ic_plus_blue.svg");
  color: #3f485c;
}
a.outline.back span {
  padding: 15px 40px;
  background: #fff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
a.outline.back:hover span {
  color: #fff;
  background: #d89c8d;
}
a.outline:hover {
  background-color: #d89c8d;
  color: #fff;
  border-right-style: solid;
  border-right-color: #fff;
}
a.outline:hover:after {
  background-color: #d89c8d;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url("../../images/ic_plus_white.svg");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  left: 10px;
  top: 11px;
}
a.return-button {
  background-color: #f0eddb;
  padding: 9px 16px;
  padding-left: 41px;
  margin-left: 35px;
  position: relative;
}
a.return-button span {
  font-family: century-gothic, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 25px;
  text-align: center;
  letter-spacing: 3.71px;
  color: #3f485c;
}
a.return-button a {
  color: #3f485c;
  text-decoration: none;
}
a.return-button a span {
  text-decoration: none;
}
a.return-button a:hover {
  color: #3f485c;
  text-decoration: none;
}
a.return-button a:hover span {
  text-decoration: none;
}
a.return-button:hover {
  background-color: #3f485c;
  color: #f0eddb;
  text-decoration: none;
}
a.return-button:hover span {
  color: #f0eddb;
  text-decoration: none;
}
a.return-button:hover::before {
  background-image: url("../../images/ic_plus_white.svg");
}
a.return-button::before {
  content: "";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: 20px center;
  background-image: url("../../images/ic_plus_blue.svg");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  left: 10px;
  top: 11px;
}
.flexible--fields .features--section {
  padding-top: 150px;
}
.hide {
  display: none !important;
}
@media (max-height: 820px) and (min-width: 1024px) {
  .mobile--nav {
    padding: 30px 30px !important;
  }
  nav.mobile--navigation ul li {
    padding: 15px 0 !important;
  }
}
header.site--header,
header.site--header-fixed {
  padding: 0 30px;
  width: 100%;
  background-color: #232b36;
  height: 86px;
}
header.site--header {
  background-color: transparent;
}
.home header.site--header,
.home header.site--header-fixed {
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  max-width: 1920px;
}
.home header.site--header.no-top-bar,
.home header.site--header-fixed.no-top-bar {
  top: 0px;
}
@media (min-width: 1024px) {
  header.site--header,
  header.site--header-fixed {
    padding: 0 50px;
    height: 60px;
  }
}
@media (min-width: 1440px) {
  header.site--header,
  header.site--header-fixed {
    padding: 0 80px;
  }
}
@media (min-width: 1920px) {
  header.site--header,
  header.site--header-fixed {
    width: 100%;
    padding: 0 80px 0 80px;
  }
}
header.site--header.dark-theme button.register-button,
header.site--header-fixed.dark-theme button.register-button {
  color: #3f485c;
}
header.site--header.dark-theme button.register-button span,
header.site--header-fixed.dark-theme button.register-button span {
  background-color: #3f485c;
}
header.site--header.dark-theme button.register-button div,
header.site--header-fixed.dark-theme button.register-button div {
  color: #3f485c;
}
header.site--header.dark-theme .register-button a,
header.site--header-fixed.dark-theme .register-button a {
  color: #3f485c;
  border-color: #3f485c;
  font-family: "Audrey";
}
header.site--header.dark-theme .register-button a:hover,
header.site--header-fixed.dark-theme .register-button a:hover {
  color: #fff;
  background-color: #3f485c;
}
header.site--header .wrapper,
header.site--header-fixed .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  header.site--header .wrapper,
  header.site--header-fixed .wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
header.site--header .main--logo,
header.site--header-fixed .main--logo {
  padding: 10px 50px 10px;
}
@media (max-width: 576px) {
  header.site--header .main--logo,
  header.site--header-fixed .main--logo {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (min-width: 1024px) {
  header.site--header .main--logo,
  header.site--header-fixed .main--logo {
    padding: 0 150px;
  }
}

@media (max-width: 1024px) {
  header.site--header .main--logo,
  header.site--header-fixed .main--logo {
    padding: 0 25px;
  }
}
header.site--header .main--logo img,
header.site--header-fixed .main--logo img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) {
  header.site--header .main--logo img,
  header.site--header-fixed .main--logo img {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  header.site--header .main--logo img,
  header.site--header-fixed .main--logo img {
    width: 100px;
  }
}
@media (min-width: 1440px) {
  header.site--header .main--logo img,
  header.site--header-fixed .main--logo img {
    width: 120px;
  }
}
.nav-logo {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
header.site--header-fixed {
  position: fixed;
  top: -130px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  background-color: #232b36 !important;
  z-index: 99;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  max-width: none;
}
.home header.site--header-fixed {
  position: fixed;
  top: -130px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  background-color: #3f485c;
  z-index: 99;
}
header.site--header-fixed.scrolled {
  top: 0;
}
header.site--header-fixed .navigation--logo {
  padding: 25px 0 25px 0;
}
@media (min-width: 1024px) {
  header.site--header-fixed .navigation--logo {
    padding: 25px 0 25px 0;
  }
}
@media (min-width: 1920px) {
  header.site--header-fixed .navigation--logo {
    padding: 25px 0 25px 0;
  }
}
header.site--header-fixed .navigation--logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 210px;
  height: 12px;
}
@media (min-width: 1440px) {
  header.site--header-fixed .navigation--logo img {
    width: 273px;
    height: 53px;
  }
}
header.site--header-fixed nav.main--navigation {
  padding-top: 14px;
  padding-bottom: 14px;
}
header.site--header-fixed nav.main--navigation ul li.enquire a {
  border-color: #d89c8d;
  color: #d89c8d;
}
header.site--header-fixed nav.main--navigation ul li.enquire a:hover {
  background-color: #d89c8d;
  color: #fff;
}
header.site--header-fixed button.mobile--nav-open div {
  font-family: "Audrey";
}
.top--bar {
  background-color: #3f485c;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 0 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.4px;
  position: relative;
  z-index: 6;
  height: 32px;
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .top--bar {
    padding: 6px 0 0;
    font-size: 14px;
  }
}
.mobile--nav {
  position: fixed;
  height: 100%;
  width: 75%;
  right: -100%;
  padding: 30px;
  background: #fff;
  z-index: 999999;
  top: 0;
  -webkit-transition: right 0.5s ease-in-out;
  -o-transition: right 0.5s ease-in-out;
  -moz-transition: right 0.5s ease-in-out;
  transition: right 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .mobile--nav {
    padding: 100px 60px;
  }
}
@media (min-width: 1024px) {
  .mobile--nav {
    right: -400px;
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .mobile--nav {
    right: -450px;
    width: 450px;
  }
}
.mobile--nav .mobile--navigation--logo {
  max-width: 50%;
  margin: 20px 0 50px;
}
.mobile--nav.open {
  right: 0;
}
.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.nav-wrapper .mobile--nav-open {
  margin-left: 30px;
}
.nav-wrapper .mobile--nav-open {
  height: 48px;
  width: 30px;
}
@media (min-width: 1024px) {
  .nav-wrapper .mobile--nav-open {
    width: 120px;
  }
}
button.register-button,
a.register-button {
  height: 48px;
  width: 148px;
  background: #8B5E3C;
  border: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
button.register-button a,
a.register-button a {
  font-family: century-gothic, sans-serif;
  text-decoration: none;
  color: #3f485c;
  letter-spacing: 4px;
  text-transform: uppercase;
}
button.register-button:hover,
a.register-button:hover {
  background: #fff;
  color: #3f485c a;
  color-color: #d89c8d;
}
.button-wrapper {
  padding-left: 5px;
}
@media (min-width: 1024px) {
  .button-wrapper {
    padding-left: 15px;
  }
}
.mobile--nav-open {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .mobile--nav-open {
    border-bottom: 1px #8B5E3C solid !important;
  }
}
.nav-interactive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
button.mobile--nav-open {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  cursor: pointer;
  color: #fff;
}
button.mobile--nav-open div {
  color: #8B5E3C;
  font-size: 16px;
  letter-spacing: 4.14px;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: "Audrey";
  cursor: pointer;
  display: none;
}
@media (min-width: 1024px) {
  button.mobile--nav-open div {
    display: inline-block;
  }
}
button.mobile--nav-open .button-wrapper {
  display: inline-block;
}
button.mobile--nav-open span {
  width: 10px;
  height: 2px;
  background-color: #8B5E3C;
  display: block;
  margin-left: 10px;
  margin-bottom: 4px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
button.mobile--nav-open span:nth-child(2) {
  width: 15px;
  margin-left: 5px;
}
button.mobile--nav-open span:nth-child(3) {
  width: 20px;
  margin-left: 0px;
}
button.mobile--nav-open:hover span:nth-child(1) {
  width: 20px;
  margin-left: 0px;
}
button.mobile--nav-open:hover span:nth-child(3) {
  width: 10px;
  margin-left: 10px;
}
button.mobile--nav-open:focus {
  outline: 0;
}
button.mobile--nav-close {
  position: absolute;
  top: 35px;
  right: 30px;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(255, 255, 255, 0);
  border: 0;
  cursor: pointer;
}
button.mobile--nav-close:focus {
  outline: 0;
}
button.mobile--nav-close span {
  width: 20px;
  height: 2px;
  background: #3f485c;
  display: block;
  top: 0;
  position: absolute;
}
button.mobile--nav-close span:first-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
button.mobile--nav-close span:last-of-type {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav.main--navigation {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
  font-family: century-gothic, sans-serif;
  font-size: 22px;
  line-height: 24px;
  margin-right: 44px;
}
@media (min-width: 1024px) {
  nav.main--navigation {
    margin-right: 140px;
  }
}
nav.main--navigation ul,
nav.main--navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.main--navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
nav.main--navigation ul li a {
  display: block;
  padding: 25px 50px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
nav.main--navigation ul li:not(.enquire):hover a {
  color: #d89c8d;
}
@media (max-width: 1024px) {
  nav.main--navigation ul li:not(.enquire) {
    display: none;
  }
}
nav.main--navigation ul li.enquire a {
  background-color: transparent;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  font-family: century-gothic, sans-serif;
  padding: 12px 15px 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  nav.main--navigation ul li.enquire a {
    padding: 15px 30px 13px;
  }
}
nav.main--navigation ul li.enquire a::before {
  content: none !important;
}
nav.main--navigation ul li.enquire a:hover {
  color: #3f485c;
  background-color: #fff;
}
nav.main--navigation ul li.enquire:hover a {
  color: #3f485c;
  background-color: #fff;
}
nav .enquire a::before {
  content: none !important;
}
nav.mobile--navigation {
  font-family: century-gothic, sans-serif;
  font-size: 16px;
}
nav.mobile--navigation ul,
nav.mobile--navigation li {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.mobile--navigation ul li {
  display: block;
  width: 100%;
  padding: 8px 0;
}
@media (min-width: 1024px) {
  nav.mobile--navigation ul li {
    padding: 16px 0;
  }
}
nav.mobile--navigation ul li:last-of-type {
  border: 0;
}
nav.mobile--navigation ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #3f485c;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  nav.mobile--navigation ul li a {
    line-height: 25px;
    font-size: 15px;
    letter-spacing: 4px;
  }
}
nav.mobile--navigation ul li a::before {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  content: "";
  height: 1px;
  width: 0px;
  background-color: #d89c8d;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
nav.mobile--navigation ul li a:hover {
  text-decoration: none;
  color: #D9B382;
  position: relative;
  padding-left: 35px;
}
nav.mobile--navigation ul li a:hover::before {
  width: 22px;
}
nav.mobile--navigation ul li.enquire a {
  padding: 10px 15px;
  border: 2px solid #d89c8d;
  background-color: #d89c8d;
  color: white;
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
nav.mobile--navigation ul li.enquire a:hover {
  background-color: #fff;
  color: #d89c8d;
  border-color: #d89c8d;
}
@-webkit-keyframes test {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-moz-keyframes test {
  from {
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -moz-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-o-keyframes test {
  from {
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes test {
  from {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  to {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
}
section.flexible--carousel {
  position: relative;
  /* margin-top: 86px; */
}
@media (min-width: 1024px) {
  section.flexible--carousel {
    /* margin-top: 126px; */
  }
}
section.flexible--carousel .slick .slick-slide {
  height: auto;
}
@media (min-width: 1024px) {
  section.flexible--carousel .slick .slick-slide {
    height: -webkit-calc(100vh - 126px);
    height: -moz-calc(100vh - 126px);
    height: calc(100vh - 126px);
    max-height: 700px;
  }
}
@media (min-width: 1440px) {
  section.flexible--carousel .slick .slick-slide {
    max-height: 800px;
  }
}
@media (min-width: 1920px) {
  section.flexible--carousel .slick .slick-slide {
    max-height: 960px;
  }
}
@media (max-width: 1023px) {
  section.flexible--carousel .slick .caption.mobile-caption {
    text-align: center;
    font-family: "Audrey";
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-size: 24px;
    line-height: 30px;
    padding: 30px 15px 0;
  }
}
section.flexible--carousel .slick .slide {
  position: relative;
}
section.flexible--carousel .slick .slide.fill-height {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top center;
  height: -webkit-calc(100vw - 32px);
  height: -moz-calc(100vw - 32px);
  height: calc(100vw - 32px);
}
@media (min-width: 1024px) {
  section.flexible--carousel .slick .slide.fill-height {
    height: -webkit-calc(100vh - 126px);
    height: -moz-calc(100vh - 126px);
    height: calc(100vh - 126px);
    max-height: 700px;
  }
}
@media (min-width: 1440px) {
  section.flexible--carousel .slick .slide.fill-height {
    max-height: 800px;
  }
}
@media (min-width: 1920px) {
  section.flexible--carousel .slick .slide.fill-height {
    max-height: 960px;
  }
}
section.flexible--carousel .slick .slide img {
  width: 100%;
  height: auto;
}
section.flexible--carousel .slick .slide .caption {
  color: #fff;
  padding: 0;
  font-family: "Audrey";
  max-width: 1920px;
  position: absolute;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  font-size: 35px;
  line-height: 45px;
  padding: 0 30px;
}
@media (min-width: 1024px) {
  section.flexible--carousel .slick .slide .caption {
    display: block;
  }
}
@media (min-width: 1024px) {
  section.flexible--carousel .slick .slide .caption {
    width: auto;
  }
}
section.flexible--carousel .slick .slide .caption p {
  width: 100%;
  margin-bottom: 0;
  display: inline-block;
  text-align: center;
}
@media (min-width: 1024px) {
  section.flexible--carousel .slick .slide .caption p {
    width: auto;
  }
}
@media (min-width: 1024px) {
  section.flexible--carousel .slick .slide .caption {
    padding: 0 75px;
  }
}
@media (min-width: 1440px) {
  section.flexible--carousel .slick .slide .caption {
    padding: 0 160px;
  }
}
@media (min-width: 1920px) {
  section.flexible--carousel .slick .slide .caption {
    font-size: 55px;
    line-height: 65px;
    padding: 0 150px;
  }
}
@media (max-width: 1023px) {
  section.flexible--carousel .slick .slide .caption {
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  section.flexible--carousel .slick .slide .caption.left-x {
    left: 0%;
  }
  section.flexible--carousel .slick .slide .caption.middle-x {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  section.flexible--carousel .slick .slide .caption.right-x {
    right: 0%;
  }
  section.flexible--carousel .slick .slide .caption.top-y {
    top: 10%;
  }
  section.flexible--carousel .slick .slide .caption.middle-y {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  section.flexible--carousel .slick .slide .caption.bottom-y {
    bottom: 10%;
  }
  section.flexible--carousel .slick .slide .caption.middle-middle {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
section.flexible--carousel .slick .slick-dots {
  z-index: 1;
  text-align: left;
}
@media (max-width: 1024px) {
  section.flexible--carousel .slick .slick-dots {
    bottom: -20px;
    left: 0;
    width: auto;
  }
}
@media (min-width: 1024px) {
  section.flexible--carousel .slick .slick-dots {
    padding: 0 25px;
    bottom: 25px;
  }
}
section.flexible--carousel .slick .slick-dots li {
  width: 4px;
  height: 4px;
}
@media (min-width: 1024px) {
  section.flexible--carousel .slick .slick-dots li {
    width: auto;
    height: auto;
  }
}
section.flexible--carousel .slick .slick-dots li button {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ccc;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
@media (max-width: 1024px) {
  section.flexible--carousel .slick .slick-dots li button {
    padding: 3px;
    width: auto;
    height: auto;
  }
}
section.flexible--carousel .slick .slick-dots li button:before {
  display: none;
}
section.flexible--carousel .slick .slick-dots li.slick-active button {
  background-color: #d89c8d;
  border: 1px solid #c2c3c4;
}
section.flexible--carousel .thumbs--container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.flexible--carousel .thumbs--container button.next--slide {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: -webkit-linear-gradient(38.85deg, #a9725e 0%, #cd9879 100%);
  background: -moz-linear-gradient(38.85deg, #a9725e 0%, #cd9879 100%);
  background: -o-linear-gradient(38.85deg, #a9725e 0%, #cd9879 100%);
  background: linear-gradient(51.15deg, #a9725e 0%, #cd9879 100%);
  border: 0;
  color: #fff;
  padding: 0 5px;
  cursor: pointer;
  outline: 0;
  height: 100px;
}
@media (min-width: 1024px) {
  section.flexible--carousel .thumbs--container button.next--slide {
    padding: 0 25px;
    height: 250px;
  }
}
section.flexible--carousel .thumbs--container button.next--slide img {
  height: 35px;
  width: 35px;
}
section.flexible--carousel .thumbs--container .slick--thumbs {
  width: 225px;
}
@media (min-width: 1024px) {
  section.flexible--carousel .thumbs--container .slick--thumbs {
    width: 550px;
  }
}
section.flexible--carousel .thumbs--container .slick--thumbs .slide {
  cursor: pointer;
  width: 100px !important;
  height: 100px !important;
}
@media (min-width: 1024px) {
  section.flexible--carousel .thumbs--container .slick--thumbs .slide {
    width: 250px !important;
    height: 250px !important;
  }
}
section.flexible--carousel .thumbs--container .slick--thumbs .slide .inner {
  height: 100%;
  width: 100%;
  margin: 0 25px 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center, center;
  border: 3px solid #ffffff;
}
@media (min-width: 1024px) {
  section.flexible--carousel .thumbs--container .slick--thumbs .slide .inner {
    border: 4px solid #ffffff;
  }
}
.text--content-block#light {
  background-color: #f0eddb !important;
}
.text--content-block#light .overview-interal {
  background-color: #eae7d0;
}
.light,
#light {
  background-color: #f0eddb !important;
}
.light .overview-interal,
#light .overview-interal {
  background-color: #eae7d0;
}
.light h1::after,
#light h1::after {
  background-color: #d89c8d !important;
}
.light .content-button,
#light .content-button {
  margin-top: 30px;
  background-color: #d89c8d;
}
@media (max-width: 768px) {
#our-vision.text--content-block, .container{
        padding: 0;
    }
}
@media (min-width: 768px) {
  .light .content-button,
  #light .content-button {
    margin-top: 0;
  }
}
.light .content-button a,
#light .content-button a {
  color: #3f485c;
  letter-spacing: 3.71px;
  font-family: #d89c8d;
}
.light .content-wrapper,
#light .content-wrapper {
  background: transparent !important;
}
.module-padding {
  padding: 15px;
}
@media (min-width: 1024px) {
  .module-padding {
    padding: 80px 80px !important;
  }
}
@media (min-width: 1200px) {
  .module-padding {
    padding: 80px 160px !important;
  }
}
#left {
  /* background-color: #deab9e; */
  background-position: right;
}
#left .content-wrapper {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  #left .content-wrapper {
    padding-left: 75px;
  }
}
#left h1,
#left p {
  max-width: 450px;
}
@media (min-width: 1024px) {
  #left h1,
  #left p {
    /* max-width: 333px; */
  }
}
#left h1 {
  font-weight: 400;
  padding-bottom: 15px;
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 3.48px;
  color: #fff;
  font-family: "Audrey";
  position: relative;
}
#left h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: none;
  height: 2px;
  width: 218px;
  background-color: #d0a97a;
}
#left p {
  color: #fff;
}
#left .image {
  padding: 15px 0;
}
@media (min-width: 1024px) {
  #left .image {
    padding: 0;
  }
}
.container-fluid {
  height: 100%;
}
.text--content-block {
  padding: 15px;
  position: relative;
  /* background-color: #3f485c; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: left;
}
@media (min-width: 1024px) {
  .text--content-block {
    padding: 0;
  }
}
.text--content-block.left {
  /* background-color: #deab9e; */
}
.text--content-block .left-line {
  display: block;
  left: 0px;
}
@media (min-width: 1024px) {
  .text--content-block .left-line {
    display: none;
  }
}
.text--content-block .right-mobile-line {
  left: unset;
  right: 30px;
}
.text--content-block .border-block {
  border: 2px solid #d89c8d;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .text--content-block .image,
  .text--content-block .content {
    width: 80%;
  }
}
@media (min-width: 1440px) {
  .text--content-block .image,
  .text--content-block .content {
    width: 100%;
  }
}
.text--content-block .image {
  padding: 0 15px;
  height: 35vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center, center;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .text--content-block .image {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .text--content-block .image {
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
  }
}
.text--content-block .image a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: century-gothic, sans-serif;
  text-decoration: none;
  color: #fff;
  letter-spacing: 3.71px;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  background-color: rgba(216, 156, 141, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .text--content-block .image a {
    left: -webkit-calc(50% - 40px);
    left: -moz-calc(50% - 40px);
    left: calc(50% - 40px);
  }
}
.text--content-block .image a:hover {
  background-color: #d89c8d;
}
.text--content-block .image .placeholder-image {
  height: 100%;
  width: 100%;
  padding-bottom: 56.6%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.text--content-block .concrete-background {
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
  width: 45%;
  height: 200px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .text--content-block .concrete-background {
    top: -50px;
    height: 50%;
  }
}
@media (min-width: 1440px) {
  .text--content-block .concrete-background {
    top: -50px;
    height: 75%;
  }
}
@media (min-width: 1920px) {
  .text--content-block .concrete-background {
    top: -100px;
  }
}
.text--content-block .content-wrapper .test-bg {
  height: 100%;
  width: 100%;
}
.text--content-block .content {
  padding: 40px 0 30px;
  height: 100%;
}
@media (min-width: 1024px) {
  .text--content-block .content {
    padding: 0 25px 0 0;
  }
}
@media (min-width: 1920px) {
  .text--content-block .content {
    padding: 0 65px 0 0;
  }
}
.text--content-block .content h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  line-height: 1;
  margin: 0 0 5px 0;
  padding: 0;
  position: relative;
  color: #fff;
  font-weight: bold;
  letter-spacing: 4px;
  padding-bottom: 30px;
  text-transform: none;
}
@media (min-width: 1200px) {
  .text--content-block .content h1 {
    margin: 0 0 30px 0;
  }
}
.text--content-block .content h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 218px;
  background-color: #d89c8d;
}

.location-page .text--content-block {
  margin: 40px 0;
  padding: 80px 0 0;
}

.location-page .text--content-block .content h1 {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.location-page .text--content-block .content h1::after {
  background-color: #d0a97a;
}

.location-page #left .content h1 {
  color: #d0a97a;
}

.location-page #left .content h1::after {
  background-color: #d0a97a;
  left: 50%;
  transform: translateX(-50%);
}

.location-page #left .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: left;
  color: #d0a97a;
}

.location-page .text--content-block .content p .text--content-block .content p {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
}
.text--content-block .content .content-img-btn {
  height: 36px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .text--content-block.right {
    margin-left: -200px;
  }
}
.text--content-block.right .concrete-background {
  background-image: url("../../images/concrete-charcoal.jpg");
  top: -30px;
  right: auto;
  left: 0;
}
@media (min-width: 1024px) {
  .text--content-block.right .concrete-background {
    top: -50px;
  }
}
@media (min-width: 1920px) {
  .text--content-block.right .concrete-background {
    top: -100px;
  }
}
@media (min-width: 1024px) {
  .text--content-block.right.contained {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .text--content-block.contained .container {
    padding: 0;
  }
}
@media (max-width: 1024px) and (min-width: 1024px) {
  .text--content-block.contained .content h1:after {
    left: -45px;
  }
}
.text--content-block.contained .image {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 15px;
}
@media (min-width: 1024px) {
  .text--content-block.contained .image {
    margin: 40px 0;
  }
}
.text--content-block.overview {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .text--content-block.overview {
    padding: 0 80px;
  }
}
@media (min-width: 1200px) {
  .text--content-block.overview {
    padding: 0 160px;
  }
}
.text--content-block.overview.left {
  /* background-color: #deab9e; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.text--content-block.overview p {
  color: #3f485c;
}
.text--content-block.overview .overview-interal {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 15px;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 1024px) {
  .text--content-block.overview .overview-interal {
    padding: 40px 0;
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  .text--content-block.overview .overview-interal {
    padding: 80px 0;
    padding-right: 80px;
  }
}
.text--content-block.overview .image {
  width: 100%;
  padding-bottom: 56.6%;
}
@media (min-width: 1024px) {
  .text--content-block.overview .image {
    left: -40px;
  }
}
@media (min-width: 1200px) {
  .text--content-block.overview .image {
    left: -80px;
  }
}
.text--content-block.overview .content-overview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.text--content-block.overview .content-wrapper {
  /* background-color: #d89c8d; */
  position: relative;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .text--content-block.overview .content-wrapper {
    padding: 0;
  }
}
.text--content-block.overview .content {
  width: 100%;
  height: 100%;
  margin-left: 0;
  color: #fff;
}
.text--content-block.overview .content img.ov--logo {
  width: 75px;
}
@media (min-width: 1024px) {
  .text--content-block.overview .content img.ov--logo {
    position: absolute;
    right: 50px;
  }
}
@media (max-width: 768px) {
  .text--content-block.overview .content img.ov--logo {
    top: 30px;
    margin: 0 0 25px;
  }
}
.text--content-block.overview .content h1 {
  color: #3f485c;
}
.text--content-block.overview .content h1:after {
  background-color: #d0a97a;
  left: 0;
  transform: none;
}
.text--content-block.overview.dark .overview-interal {
  /* background-color: #d89c8d; */
}
@media (min-width: 1024px) {
  .text--content-block.overview.dark .overview-interal {
    padding-left: 0;
  }
}
.text--content-block.overview.dark .content-wrapper {
  /* background-color: #d89c8d; */
}
.text--content-block.overview.right {
  margin-left: 0;
}
.text--content-block.overview.right .image {
  left: auto;
  right: 0;
}
.text--content-block.overview.right .content {
  margin-left: 0;
}
#right .text--content-block-wrapper {
  padding: 0;
}
@media (min-width: 1024px) {
  #right .text--content-block-wrapper {
    padding: 0 15px;
  }
}
#right .content {
  padding: 30px;
}
@media (min-width: 1024px) {
  #right .content {
    padding: 15px;
  }
}
#right .content-wrapper {
  width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  #right .content-wrapper {
    padding: 0;
  }
}
.text--content-block-wrapper {
  position: relative;
}
.top-line {
  width: -webkit-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: calc(100% - 0px);
  left: 0px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .top-line {
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
    left: -80px;
  }
}
.right-line {
  width: 2px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .right-line {
    right: 80px;
  }
}
.left-line {
  width: 2px;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: -75px;
}
.bottom-line {
  left: 0px;
  width: -webkit-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: calc(100% - 0px);
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1024px) {
  .bottom-line {
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
    left: -80px;
  }
}
.pink {
  background-color: #d89c8d;
}
.bottom-image {
  position: absolute;
  bottom: 0;
  width: 45px;
  border: 5px solid #f0eddc;
  bottom: -20px;
  left: 20px;
  background-color: #f0eddc;
}
@media (min-width: 768px) {
  .bottom-image {
    left: unset;
  }
}
.rightside {
  right: -80px;
  left: unset;
  width: -webkit-calc(100% + 80px);
  width: -moz-calc(100% + 80px);
  width: calc(100% + 80px);
}
.rightpos {
  left: 0;
}
.rightside-text {
  background-color: #d89c8d;
  right: 30px;
  left: unset;
}
@media (min-width: 768px) {
  .rightside-text {
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
    right: -80px;
  }
}
.rightpos-text {
  background-color: #d89c8d;
}
@media (min-width: 1024px) {
  .rightpos-text {
    left: 80px;
  }
}
.right-mob-line {
  left: unset;
}
@media (min-width: 768px) {
  .right-mob-line {
    left: 80px;
  }
}
.bottom-mob-line,
.top-mob-line {
  right: 0;
}
@media (min-width: 1024px) {
  .bottom-mob-line,
  .top-mob-line {
    right: -80px;
  }
}
.flex-right-mob-line {
  left: unset;
}
@media (min-width: 1024px) {
  .flex-right-mob-line {
    left: unset;
  }
}
.features--section {
  padding: 0 0 0 10px;
}
@media (min-width: 1024px) {
  .features--section {
    padding: 0 17.5% 150px 0;
  }
}
@media (max-width: 1024px) {
  .features--section h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
.features--section img.main--graphic {
  max-width: 100%;
  opacity: 0.25;
}
@media (min-width: 1024px) {
  .features--section img.main--graphic {
    max-width: 75%;
  }
}
.features--section .feature {
  margin: 25px 0;
}
.features--section .feature img.icon {
  width: 45px;
  height: 45px;
}
.features--section .feature .content {
  padding: 25px 25px 0 0;
}
@media (min-width: 1024px) {
  .features--section .feature .content {
    padding: 25px 50px 25px 0;
  }
}
@media (max-width: 1024px) {
  .features--section .feature .content {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
  }
}
.features--section .feature .content p {
  line-height: 25px;
}
@media (min-width: 1024px) {
  .features--section .feature .content p {
    line-height: 30px;
  }
}
.features--section .feature .content h2 {
  color: #d89c8d;
  margin: 0 0 25px 0;
}
@media (max-width: 1024px) {
  .features--section .feature .content h2 {
    margin: 0 0 0 0;
    font-size: 18px;
    line-height: 35px;
  }
}
.content-button {
  margin-top: 30px;
  background-color: #3f485c;
  height: 48px;
  width: auto;
  border: 0;
  padding: 0 30px;
  letter-spacing: 4px;
  cursor: pointer;
  text-transform: uppercase;
  color: #d89c8d;
  display: inline-block;
  height: 48px;
  line-height: 48px;
}
@media (min-width: 768px) {
  .content-button {
    margin-top: 0;
  }
}
.content-button:hover {
  background-color: #fff;
  color: #3f485c;
  text-decoration: none;
}
.page-template-template-basic {
  background-repeat: repeat-x;
  background-position: 0 -500px;
  background-color: #eae7d0;
}
.page-template-template-basic .basic-internal {
  background-color: #3f485c;
  color: #fff;
  padding: 30px 30px 100px;
}
@media (min-width: 1024px) {
  .page-template-template-basic .basic-internal {
    margin-bottom: 0;
    margin-left: 0px;
    padding: 50px 50px 150px;
  }
}
@media (min-width: 1440px) {
  .page-template-template-basic .basic-internal {
    padding: 75px 75px 150px;
    margin-left: 0px;
    margin-bottom: 0;
  }
}
@media (min-width: 1920px) {
  .page-template-template-basic .basic-internal {
    padding: 100px 150px 150px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.page-template-template-basic .basic-internal img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.page-template-template-basic .basic-internal h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 35px;
}
@media (min-width: 1024px) {
  .page-template-template-basic .basic-internal h1 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
.page-template-template-basic .basic-internal h2 {
  font-size: 25px;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}
.page-template-template-basic .basic-internal h3 {
  font-size: 20px;
  margin-bottom: 1.5rem;
  letter-spacing: 1.75px;
}
.page-template-template-basic .basic-internal p {
  line-height: 2;
}
.page-template-template-basic .basic-internal p strong {
  font-family: century-gothic, sans-serif;
}
.page-template-template-basic .basic-internal h1,
.page-template-template-basic .basic-internal h2,
.page-template-template-basic .basic-internal h3 {
  text-transform: uppercase;
}
.row {
  margin: 0 !important;
}
.page-template-template-browse,
.apartment-template-default {
  background-color: #f0eddb;
}
.browse-lines {
  position: relative;
}
.browse-lines .browse-line {
  background-color: #d89c8d;
}
.browse-lines .browse-line-right {
  right: 15px;
  top: -15px;
}
@media (min-width: 1024px) {
  .browse-lines .browse-line-right {
    right: 80px;
    top: -80px;
  }
}
@media (min-width: 1440px) {
  .browse-lines .browse-line-right {
    right: 160px;
  }
}
.browse-lines .browse-line-left {
  left: 15px;
  top: -15px;
}
@media (min-width: 1024px) {
  .browse-lines .browse-line-left {
    left: 80px;
    top: -80px;
  }
}
@media (min-width: 1440px) {
  .browse-lines .browse-line-left {
    left: 160px;
  }
}
.browse-lines .browse-line-top {
  left: 15px;
  top: -15px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}
@media (min-width: 1024px) {
  .browse-lines .browse-line-top {
    left: 80px;
    top: -80px;
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
  }
}
@media (min-width: 1440px) {
  .browse-lines .browse-line-top {
    left: 160px;
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
  }
}
.browse-lines .browse-line-bottom {
  left: 15px;
  bottom: 15px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}
@media (min-width: 1024px) {
  .browse-lines .browse-line-bottom {
    left: 80px;
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
    bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .browse-lines .browse-line-bottom {
    left: 160px;
    bottom: 80px;
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
  }
}
.browse {
  background-color: #fff;
  padding: 30px;
  color: #3f485c;
}
@media (min-width: 1024px) {
  .browse {
    margin-bottom: 0px;
    padding: 50px 160px 160px 160px;
  }
}
@media (min-width: 1440px) {
  .browse {
    padding: 80px 240px 160px;
  }
}
.browse .browse--content {
  line-height: 30px;
}
@media (min-width: 1024px) {
  .browse .browse--content {
    max-width: 50%;
  }
}
.browse .browse--floorplates .navigate--floorplates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .browse .browse--floorplates .navigate--floorplates {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 50px;
  }
}
.browse .browse--floorplates .navigate--floorplates .label {
  padding: 0 25px 0 0;
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #3f485c;
}
@media (max-width: 768px) {
  .browse .browse--floorplates .navigate--floorplates .label {
    width: 100%;
    padding: 0 0 10px;
  }
}
.browse .browse--floorplates .navigate--floorplates ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.browse .browse--floorplates .navigate--floorplates ul.tabs li {
  text-transform: uppercase;
  margin: 0 5px;
  margin-bottom: 0;
}
.browse .browse--floorplates .navigate--floorplates ul.tabs li:first-of-type {
  margin-left: 0;
}
.browse .browse--floorplates .navigate--floorplates ul.tabs li span {
  padding-left: 5px;
  background: #eae7cf;
  color: #3f485c;
  width: 33px;
  height: 33px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  font-weight: normal;
  font-family: century-gothic, sans-serif;
  font-size: 18px;
  letter-spacing: 3.97px;
  line-height: 25px;
}
.browse .browse--floorplates .navigate--floorplates ul.tabs li.current {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.browse .browse--floorplates .navigate--floorplates ul.tabs li.current span {
  background-color: #3f485c;
  color: #fff;
}
@media (min-width: 768px) {
  .browse .browse--floorplates .floorplates-wrapper {
    height: 550px;
  }
}
.browse .browse--floorplates .floorplates-wrapper .floorplate img {
  width: 100%;
}
.browse .browse--floorplates .floorplates-wrapper .has-map {
  max-width: 100%;
}
.browse .browse--floorplates .floorplates-wrapper .apt-label {
  position: absolute;
  z-index: 9;
  color: #fff;
  color: #3f485c;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  min-width: 0;
  pointer-events: none;
  text-align: center;
}
.browse
  .browse--floorplates
  .floorplates-wrapper
  .apt-label[data-title="apartment-3"],
.browse
  .browse--floorplates
  .floorplates-wrapper
  .apt-label[data-title="apartment-8"],
.browse
  .browse--floorplates
  .floorplates-wrapper
  .apt-label[data-title="apartment-13"],
.browse
  .browse--floorplates
  .floorplates-wrapper
  .apt-label[data-title="apartment-18"] {
  margin-left: 4%;
}
@media (max-width: 768px) {
  .browse .browse--floorplates .floorplates-wrapper .apt-label {
    display: none;
  }
}
.browse .browse--floorplates .floorplates-wrapper .apt-label .apt-title {
  background: #d89c8d;
  padding: 5px 10px;
}
.browse .browse--floorplates .floorplates-wrapper .apt-label .apt-archivelabel {
  color: #3f485c;
  background-color: #d1d2ce;
  padding: 5px;
}
.browse .browse--floorplates .floorplates-wrapper .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.browse .browse--floorplates .floorplates-wrapper .tab-content.current {
  opacity: 1;
  z-index: 9;
}
.browse.single img {
  max-width: 100%;
}
.browse.single .single--map {
  position: relative;
}
@media (max-width: 1024px) {
  .browse.single .single--map {
    margin-top: 30px;
  }
}
.browse.single .single--map img {
  position: absolute;
  top: 0;
  left: 0;
}
.browse.single .single--map img.hover_img {
  z-index: 1;
}
.accordions .accordion {
  position: relative;
  border-bottom: 1px solid #d89c8d;
}
.accordions .accordion .accordion-content {
  display: none;
  padding: 15px 0;
  font-size: 14px;
  font-weight: normal;
  overflow: auto;
}
@media (min-width: 1024px) {
  .accordions .accordion .accordion-content {
    padding: 15px 0;
  }
}
.accordions .accordion .accordion-content .sold-label {
  display: inline-block;
  background: #3f485c;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
  margin: 5px 5px 5px 0;
  width: auto;
  padding: 0 5px;
}
@media (min-width: 1024px) {
  .accordions .accordion .accordion-content .sold-label {
    font-size: 15px;
    padding: 10px 40px;
    margin: 0 0 0 25px;
  }
}
.accordions .accordion .accordion-content a {
  float: right;
  border-width: 1px;
}
@media (max-width: 768px) {
  .accordions .accordion .accordion-content a {
    margin: 5px 0;
  }
}
.accordions .accordion .accordion-content a:hover span {
  color: #fff;
}
.accordions .accordion .accordion-content table {
  width: 100%;
}
.accordions .accordion .accordion-content table th,
.accordions .accordion .accordion-content table td {
  line-height: 1;
  padding: 0 5px;
}
@media (min-width: 1024px) {
  .accordions .accordion .accordion-content table th,
  .accordions .accordion .accordion-content table td {
    padding: 20px 0;
  }
}
.accordions .accordion .accordion-content table td {
  color: #3f485c;
}
.accordions .accordion .accordion-content table th {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 4px;
  color: white;
  font-family: century-gothic, sans-serif;
  text-transform: uppercase;
}
.accordions .accordion .accordion-content table .level,
.accordions .accordion .accordion-content table .text-align-center,
.accordions .accordion .accordion-content table .area {
  text-align: center;
}
.accordions .accordion .accordion-content table tr {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: white;
  font-family: #3f485c;
}
.accordions .accordion-toggle {
  cursor: pointer;
  margin: 0;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordions .accordion-toggle .title {
  font-family: century-gothic, sans-serif;
  font-size: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.accordions .accordion-toggle .symbol-wrapper {
  height: 32px;
  width: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  background: #deab9e;
}
.accordions .accordion-toggle .symbol span {
  width: 10px;
  height: 2px;
  display: block;
  background: #3f485c;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 1024px) {
  .accordions .accordion-toggle .symbol span {
    width: 12px;
  }
}
.accordions .accordion-toggle .symbol span:first-of-type {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 2px;
}
.accordions .accordion-toggle.current .symbol span:first-of-type {
  opacity: 0;
}
.floorplan--image {
  margin: 0 0 25px 0;
}
@media (min-width: 1024px) {
  .floorplan--image {
    margin: 25px 0 75px 0;
  }
}
.property_info {
  margin-top: 30px;
  margin-bottom: 100px;
}
.property_info .property-info-heading {
  color: #3f485c;
  padding: 15px 35px 10px;
  font-family: "Audrey";
  font-weight: normal;
  font-size: 27px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 40px !important;
}
.property_info .property-info-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35px;
  background-color: #d89c8d;
  height: 1px;
  width: 80px;
}
.property_info .property-info {
  padding: 20px 20px;
  font-weight: 300;
  font-family: century-gothic, sans-serif;
  font-size: 15px;
  line-height: 14px;
  color: #343434;
}
.remove-padding-bottom {
  padding-bottom: 0px !important;
}
.full-width {
  height: 75vw;
}
@media (min-width: 1024px) {
  .full-width {
    height: -webkit-calc(100vh - 126px);
    height: -moz-calc(100vh - 126px);
    height: calc(100vh - 126px);
  }
}
.full-width-image {
  position: relative;
  /* background-color: #fff; */
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
.full-width-image .container-fluid {
  padding: 20px 15px;
}
@media (min-width: 1024px) {
  .full-width-image .container-fluid {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .full-width-image .container-fluid {
    padding: 40px 0;
  }
  .full-width-image.tour {
    height: calc(100vh + 120px);
  }
}
@media (min-width: 1440px) {
  .full-width-image .container-fluid {
    padding: 40px 0;
  }
}

@media (min-width: 1920px) {
  .full-width-image.tour {
    height: 960px;
  }
}
@media (max-width: 640px) {
  .full-width-image .container-fluid {
    padding: 20px 0;
  }
}
.full-width-image.add-padding-bottom {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .full-width-image.add-padding-bottom {
    padding-bottom: 120px;
  }
}
.full-width-image.add-padding-top {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .full-width-image.add-padding-top {
    padding-top: 75px;
  }
}
@media (min-width: 1920px) {
  .full-width-image.add-padding-top {
    padding-top: 120px;
  }
}
.full-width-image .image-block-wrapper {
  position: relative;
  text-align: right;
}
.full-width-image .image-block-wrapper .test-wrap {
  max-width: 400px;
  position: relative;
  margin: 0 0 0 auto;
}
@media (min-width: 1024px) {
  .full-width-image .image-block-wrapper .test-wrap {
    max-width: 350px;
    top: -10%;
  }
}
@media (min-width: 1440px) {
  .full-width-image .image-block-wrapper .test-wrap {
    max-width: 400px;
  }
}
.full-width-image .image-block-wrapper .lower-image {
  position: relative;
  z-index: 3;
}
@media (min-width: 1200px) {
  .full-width-image .image-block-wrapper .lower-image {
    margin-top: -30px;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .full-width-image.tour {
    height: 900px;
  }
}
.full-width-image .content-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 0 !important;
}
.full-width-image .content-block-wrapper p {
  font-size: 13px;
}
.full-width-image .central-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.full-width-image .central-image-wrapper img {
  z-index: 2;
  border-top: 30px solid #eae7cf;
  border-right: 30px solid #eae7cf;
}
@media (min-width: 1024px) {
  .full-width-image .central-image-wrapper img {
    position: absolute;
    right: -250px;
  }
}
.full-width-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.full-width-image .caption {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  font-size: 15px;
  top: 30px;
  line-height: 22px;
  letter-spacing: 1.25px;
  color: #d89c8d;
  font-family: "Audrey";
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .full-width-image .caption {
    position: absolute;
    left: 48%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .full-width-image .caption {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 1.75px;
  }
}
@media (min-width: 1120px) {
  .full-width-image .caption {
    top: 220px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1920px) {
  .full-width-image .caption {
    top: 248px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.full-width-image .caption p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 27px;
  line-height: 35px;
  letter-spacing: 3.48px;
  max-width: 300px;
  color: #3f485c;
}
@media (min-width: 1024px) {
  .full-width-image .caption p {
    display: block;
  }
}
.full-width-image .caption.hide-lg {
  display: block;
}
@media (min-width: 1024px) {
  .full-width-image .caption.hide-lg {
    display: none;
  }
}
.full-width-image .caption.hide-mb {
  display: block;
}
@media (min-width: 1024px) {
  .full-width-image .caption.hide-mb {
    display: none;
  }
}
.full-width-image .caption.push-right {
  text-align: right;
  top: 90px;
}
.full-width-image .caption.push-right p {
  padding: 20px;
  color: #fff;
  font-size: 27px;
  letter-spacing: 3.48px;
  line-height: 35px;
  text-align: left;
  display: inline-block;
  background-color: rgba(164, 165, 165, 0.671);
}
.full-width-image .caption.centre-title {
  text-align: center;
  position: absolute;
  top: 220px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.full-width-image .caption.centre-title p {
  margin: 0 auto;
}
.full-width-image .full-height {
  height: 100vh;
}
.full-width-image .content-block {
  min-height: 0;
  padding: 30px 15px;
}
@media (min-width: 1440px) {
  .full-width-image .content-block {
    padding: 0 80px;
    height: 100%;
  }
}
@media (max-width: 766px) {
  .full-width-image .content-block h1 {
    margin-bottom: 0;
  }
}
.full-width-image .content-block h1,
.full-width-image .content-block p {
  color: #3f485c;
}
.full-width-image .content-block .row {
  height: 100%;
}

.full-width-image .content-block ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #D9B382;
}
.full-width-para {
  font-size: 13px;
}
.drone-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
  background: transparent
}
.drone-map img {
  width: 100%;
  height: auto;
}
.drone-map h1::after {
  content: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}
.credits {
  margin: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.credits .credit--block {
  border: 2px solid #fff;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.credits .credit--block a {
  display: block;
  width: 60px;
  height: 60px;
}
.credits .credit--block img {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 20px;
  left: 20px;
}
.credits .credit--block img.icon-hover {
  opacity: 0;
}
.credits .credit--block:not(:last-of-type) {
  margin-right: 25px;
  position: relative;
}
.drone-map-wrapper {
  background-position-y: center;
  padding: 0 15px 15px;
  padding-bottom: 60px;
}

.drone-map-wrapper .drone-map .slick-slide img{
    width: 100%;
    height: 680px;
}

.drone-map-wrapper .slider-text {
    color: #D9B382;
    margin: 20px 0;
    font-size: 1.5rem;
    min-height: 40px;
    text-align: center;
}

.drone-map-wrapper .slider-nav .slick-slide{
    margin-left: 10px;
    width: 100%;
    height: 245px;
}

.drone-map-wrapper .slider-nav .slick-slide img{
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.drone-map-wrapper .slider-nav{
  margin-top: 30px;
}

@media (max-width: 640px) {
  .drone-map-wrapper .slider-nav .slick-slide, .drone-map-wrapper .slider-nav .slick-slide img{
    height: 100px;
  }
}

@media (min-width: 1024px) {
  .drone-map-wrapper {
    padding: 0 80px 80px;
  }
}
@media (min-width: 1200px) {
  .drone-map-wrapper {
    padding: 0 80px 80px;
  }
}
@media (min-width: 1440px) {
  .drone-map-wrapper {
    padding: 0 80px 80px;
  }

  .drone-map-wrapper .drone-map .slick-slide img {
    height: auto;
  }
}
@media (max-width: 640px) {
      .drone-map-wrapper {
    padding: 0 15px 20px;
  }
  
  .drone-map-wrapper .drone-map .slick-slide img {
    height: auto;
  }

  .drone-map-wrapper .slider-nav .slick-slide img {
    height: 80px;
  }
  
  #design-architecture .caption.centre-title{
    top: 150px;
  }
}
.table-content-container {
  padding: 30px 15px;
  background-color: #f0eddb;
}
@media (min-width: 1024px) {
  .table-content-container {
    padding: 80px 80px 160px;
  }
}
.table-content-container .mb-right-line {
  display: block;
  left: unset;
  right: 0;
}
@media (min-width: 768px) {
  .table-content-container .mb-right-line {
    display: none;
  }
}
.table-content-container .mb-top-line {
  width: -webkit-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: calc(100% - 0px);
  right: 0;
}
@media (min-width: 768px) {
  .table-content-container .mb-top-line {
    right: -80px;
    width: -webkit-calc(100% + 80px);
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
  }
}
.table-content-container .mb-bottom-line {
  width: -webkit-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: calc(100% - 0px);
  right: 0;
}
@media (min-width: 768px) {
  .table-content-container .mb-bottom-line {
    right: -80px;
    width: -webkit-calc(100% + 80px);
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px);
  }
}
.table-content-container .container-fluid {
  position: relative;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .table-content-container .container-fluid {
    padding: 40px 40px;
  }
}
@media (min-width: 1200px) {
  .table-content-container .container-fluid {
    padding: 80px 80px;
  }
}
.table-content-container .container-fluid h1 {
  padding-left: 15px;
  font-family: "Audrey";
  font-size: 27px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 3.48px;
  color: #d89c8d;
  text-align: center;
  max-width: 220px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1024px) {
  .table-content-container .container-fluid h1 {
    margin-left: 0;
    text-align: left;
    margin-bottom: 40px;
  }
}
.table-content-container .container-fluid h1::after {
  content: none;
}
.table-content-container .container-fluid p {
  font-family: century-gothic, sans-serif;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 22px;
  color: #3f485c;
  max-width: 400px;
}
.table-content-container .container-fluid .logo {
  max-width: 40%;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  margin: 20px 0;
}
.table-content-container .container-fluid .image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.table-content-container .container-fluid .table-content {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .table-content-container .container-fluid .table-content {
    display: block;
  }
}
.table-content-container .container-fluid .table-content .image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  min-height: 240px;
}
@media (min-width: 1024px) {
  .table-content-container .container-fluid .table-content .image {
    height: 340px;
    width: 400px;
    border: 25px solid #f0eddb;
  }
}
@media (min-width: 1024px) {
  .table-content-container .container-fluid .table-content:first-child {
    padding-left: 0;
    padding-right: 40px;
  }
}
.table-content-container .container-fluid .table-content:last-child {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .table-content-container .container-fluid .table-content:last-child {
    padding-right: 0;
    padding-left: 40px;
    padding-top: 0;
  }
}
.table-content-container .container-fluid .offset-wrapper .offset-image {
  height: 100%;
  width: 100%;
  min-height: 240px;
  z-index: 3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media (min-width: 1024px) {
  .table-content-container .container-fluid .offset-wrapper .offset-image {
    min-height: 180px;
  }
}
@media (min-width: 1200px) {
  .table-content-container .container-fluid .offset-wrapper .offset-image {
    height: 340px;
    width: 400px;
  }
}
@media (min-width: 1024px) {
  .table-content-container .container-fluid .offset-wrapper .offset-image {
    margin-left: 40px;
    border: 25px solid #f0eddb;
  }
}
@media (min-width: 1440px) {
  .table-content-container .container-fluid .offset-wrapper .offset-image {
    margin-left: 0px;
    top: -127px;
    position: absolute;
    left: -50px;
  }
}
.table-content-container .wlogo::after {
  content: "";
  left: 0;
  bottom: 0;
  background: url("../../images/bpr-pink@2x.png");
  width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 30px;
}
.table-content-container .row {
  width: 100%;
}
.content--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content--wrapper img {
  width: 100%;
  height: 100%;
}
.image-anchor {
  display: inline-block;
  vertical-align: top;
}
.gallery-image {
  width: 100%;
  height: auto;
}
.browse-hero {
  padding: 50px 40px 80px;
}
@media (min-width: 1024px) {
  .browse-hero {
    padding: 80px 80px 120px;
  }
}
@media (min-width: 1440px) {
  .browse-hero {
    padding: 80px 160px 120px;
  }
}
.browse-hero h1 {
  font-family: "Audrey";
  font-size: 34px;
  line-height: 35px;
  letter-spacing: 4.4px;
  text-align: center;
  font-weight: normal;
  margin: 0;
  padding-bottom: 40px;
}
.browse-hero h1::after {
  content: none;
}
.browse-hero .browse--content {
  max-width: 650px;
  margin: 0 auto;
}
.browse-hero p {
  text-align: center;
  color: #deab9e;
  margin-bottom: 15px;
  font-size: 14px;
}
.hero-image {
  height: -webkit-calc(100vh - 593px);
  height: -moz-calc(100vh - 593px);
  height: calc(100vh - 593px);
  min-height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.accordion-wrapper {
  padding: 40px 15px;
  background-color: #deab9e;
}
@media (min-width: 1024px) {
  .accordion-wrapper {
    padding: 80px 80px 0;
  }
}
@media (min-width: 1440px) {
  .accordion-wrapper {
    padding: 80px 160px 0;
  }
}
.accordions {
  position: relative;
  padding: 80px 15px;
  background-color: #d89c8d;
}
@media (min-width: 1024px) {
  .accordions {
    padding: 80px;
  }
}
.accordions .title {
  color: #3f485c;
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  font-size: 16px !important;
  line-height: 11px;
  letter-spacing: 4.24px;
}
.accordions h1.accordion-header {
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Audrey";
  font-size: 27px;
  letter-spacing: 3.48px;
  line-height: 35px;
  max-width: 300px;
  color: #3f485c;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
.accordions h1.accordion-header:after {
  display: none;
}
.accordions .accordion {
  border-bottom: 1px solid #3f485c;
}
.accordions .accordion-toggle {
  padding: 20px 0;
  padding-left: 0;
}
.gallery-hero {
  position: relative;
  height: 40vw;
}
@media (min-width: 1024px) {
  .gallery-hero {
    height: 35vh;
  }
}
.gallery-hero .gallery-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gallery-hero .gallery-title.single h1 {
  color: #3f485c;
}
.gallery-hero .gallery-title h1 {
  font-weight: normal;
  font-family: "Audrey";
  font-size: 34px;
  letter-spacing: 4.4px;
  text-align: center;
  line-height: 35px;
  padding: 0;
  margin: 0;
}
.gallery-hero .gallery-title h1:after {
  content: none;
}
.gallery-wrapper.pink-wrapper {
  background-color: #deab9e;
}
.gallery-wrapper.yellow-wrapper {
  background-color: #f0eddb;
}
.gallery-wrapper .image-anchor {
  margin: 15px 0;
  outline: none;
}
.gallery-wrapper .image-2,
.gallery-wrapper .image-5 {
  margin: 0 auto;
}
.gallery-wrapper .image-3,
.gallery-wrapper .image-6 {
  float: right;
}
.gallery-wrapper .gallery-content-wrapper {
  padding: 50px 15px;
}
@media (min-width: 1024px) {
  .gallery-wrapper .gallery-content-wrapper {
    padding: 80px 80px;
  }
}
.gallery-wrapper .gallery-content-wrapper .row {
  position: relative;
  z-index: 9;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .gallery-wrapper .gallery-content-wrapper .row {
    padding: 80px 0;
  }
}
.gallery-wrapper .gallery-content-wrapper .row.pink {
  position: relative;
}
.gallery-wrapper .gallery-content-wrapper .row.pink::after {
  content: "";
  background-color: #d89c8d;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  .gallery-wrapper .gallery-content-wrapper .row.pink::after {
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
  }
}
.gallery-wrapper .gallery-content-wrapper .row.yellow {
  position: relative;
}
.gallery-wrapper .gallery-content-wrapper .row.yellow::after {
  content: "";
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #eae7d0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (min-width: 1024px) {
  .gallery-wrapper .gallery-content-wrapper .row.yellow::after {
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
  }
}
.gallery-wrapper h1 {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  color: #3f485c;
  font-family: "Audrey";
  font-size: 27px;
  line-height: 35px;
  letter-spacing: 3.48px;
  text-align: center;
  font-weight: normal;
}
.gallery-wrapper h1::after {
  content: none;
}
.scheme-container {
  padding: 0 15px 75px;
  background-color: #deab9e;
}
@media (min-width: 1024px) {
  .scheme-container {
    padding: 80px 60px 160px 60px;
  }
}
@media (min-width: 1440px) {
  .scheme-container {
    padding: 80px 80px 200px 80px;
  }
}
.scheme-container .right-line {
  right: 160px;
}
.scheme-container .top-line,
.scheme-container .bottom-line {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
}
.scheme-container .container-fluid {
  position: relative;
  padding: 40px 0 0;
}
@media (min-width: 1024px) {
  .scheme-container .container-fluid {
    padding: 80px 0;
  }
}
.scheme-container img {
  /* width: 100%;
  height: auto; */
}
.scheme-container .scheme-2 {
  display: none;
}
.scheme-container .scheme-1,
.scheme-container .scheme-2 {
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .scheme-container .scheme-1,
  .scheme-container .scheme-2 {
    margin-bottom: 0;
  }
}
.scheme-container .scheme-btn-wrapper {
  display: none;
  padding: 15px 0 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .scheme-container .scheme-btn-wrapper {
    padding: 0 120px 80px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 1440px) {
  .scheme-container .scheme-btn-wrapper {
    padding: 0 160px 80px 0;
  }
}
.scheme-container .scheme-btn-wrapper .scheme-button-1,
.scheme-container .scheme-btn-wrapper .scheme-button-2 {
  padding: 10px 20px;
  border: 2px solid white;
  color: white;
  margin: 0 10px;
  background-color: transparent;
  cursor: pointer;
}
.scheme-container .scheme-btn-wrapper .scheme-button-1:hover,
.scheme-container .scheme-btn-wrapper .scheme-button-2:hover {
  background-color: white;
}
.scheme-container .scheme-btn-wrapper .scheme-button-1:hover a,
.scheme-container .scheme-btn-wrapper .scheme-button-2:hover a {
  color: #3f485c;
}
.scheme-container .scheme-btn-wrapper .scheme-button-1.active,
.scheme-container .scheme-btn-wrapper .scheme-button-2.active {
  background-color: white;
}
.scheme-container .scheme-btn-wrapper .scheme-button-1.active a,
.scheme-container .scheme-btn-wrapper .scheme-button-2.active a {
  color: #3f485c;
}
.scheme-container .scheme-btn-wrapper .scheme-button-1 a,
.scheme-container .scheme-btn-wrapper .scheme-button-2 a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 3.71px;
  font-family: century-gothic, sans-serif;
}
.scheme-container .scheme-btn-wrapper .scheme-button-1 a:hover,
.scheme-container .scheme-btn-wrapper .scheme-button-2 a:hover {
  color: #3f485c;
}
.scheme-container .scheme-top-line {
  width: 100%;
}
@media (min-width: 1024px) {
  .scheme-container .scheme-top-line {
    width: 100%;
  }
}
.scheme-container .scheme-left-line {
  display: block;
  left: 0;
}
@media (min-width: 1024px) {
  .scheme-container .scheme-left-line {
    display: none;
  }
}
.scheme-container .scheme-right-line {
  right: 0px;
}
@media (min-width: 1024px) {
  .scheme-container .scheme-right-line {
    right: 80px;
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: calc(100% - 80px);
  }
}
.scheme-container .scheme-bottom-line {
  width: 100%;
}
@media (min-width: 1024px) {
  .scheme-container .scheme-bottom-line {
    bottom: 80px;
    width: 100%;
  }
}
.offset-scheme-image {
  /* left: 50%;
  transform: translateX(-25%); */
  width: 100%;
}
@media (min-width: 1024px) {
  .offset-scheme-image {
    height: 100%;
    bottom: -80px;
  }
}
.scheme-image-right,
.scheme-image-left {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.scheme-content {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  .scheme-content {
    padding-right: 0;
    padding-left: 80px;
  }
}
.scheme-content h1 {
  font-family: "Audrey";
  font-size: 27px;
  line-height: 35px;
  letter-spacing: 3.48px;
  color: #3f485c;
  max-width: 350px;
}
@media (max-width: 1023px) {
  .scheme-content h1 {
    padding-bottom: 0;
  }
}
.scheme-content h1::after {
  content: none;
}
.scheme-content p {
  font-family: century-gothic, sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #3f485c;
  max-width: 500px;
}
.gfield_label {
  display: none;
}
.gform_body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ginput_container input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #f0c591;
  height: 45px;
  color: white;
  font-size: 14px;
  line-height: 29px;
  font-family: century-gothic, sans-serif;
  font-weight: normal;
  margin: 12px 0;
  width: 100%;
}
.ginput_container input::-webkit-input-placeholder {
  color: #d89c8d;
  font-size: 14px;
  line-height: 29px;
  font-family: century-gothic, sans-serif;
  font-weight: normal;
}
.ginput_container input:-moz-placeholder {
  color: #d89c8d;
  font-size: 14px;
  line-height: 29px;
  font-family: century-gothic, sans-serif;
  font-weight: normal;
}
.ginput_container input::-moz-placeholder {
  color: #d89c8d;
  font-size: 14px;
  line-height: 29px;
  font-family: century-gothic, sans-serif;
  font-weight: normal;
}
.ginput_container input:-ms-input-placeholder {
  color: #d89c8d;
  font-size: 14px;
  line-height: 29px;
  font-family: century-gothic, sans-serif;
  font-weight: normal;
}
.ginput_container input::-ms-input-placeholder {
  color: #d89c8d;
  font-size: 14px;
  line-height: 29px;
  font-family: century-gothic, sans-serif;
  font-weight: normal;
}
.ginput_container input::placeholder {
  color: #d89c8d;
  font-size: 14px;
  line-height: 29px;
  font-family: century-gothic, sans-serif;
  font-weight: normal;
}
.ginput_container select {
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  width: 100%;
  height: 45px;
  color: #d89c8d;
  font-size: 14px;
  line-height: 29px;
  font-family: century-gothic, sans-serif;
  font-weight: normal;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 12px 0;
  border-bottom: 1px solid #d89c8d;
}
.gform_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}
.gform_footer input[type="submit"] {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #d89c8d;
  border: none;
  color: #3f485c;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 3.71px;
  font-size: 14px;
  font-family: century-gothic, sans-serif;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 374px) {
  .gform_footer input[type="submit"] {
    width: auto;
    position: absolute;
    bottom: -40px;
    right: 0;
  }
}
.gform_footer input[type="submit"]:hover {
  background-color: #fff;
}
.instruction {
  display: none;
}
form {
  position: relative;
}
@media (min-width: 576px) {
  .email-input {
    margin-right: 15px;
  }
}
@media (min-width: 576px) {
  .phone-input {
    margin-left: 15px;
  }
}
.submit-warning {
  font-family: century-gothic, sans-serif;
  line-height: 18px;
  font-size: 12px;
  color: #d89c8d;
  display: inline-block;
}
@media (min-width: 374px) {
  .submit-warning {
    max-width: 160px;
    position: absolute;
    bottom: -40px;
    left: 0;
  }
}
.submit-warning a {
  text-decoration: underline;
  font-family: century-gothic, sans-serif;
  line-height: 18px;
  font-size: 12px;
  color: #d89c8d !important;
}
.image-left-wrapper {
  position: absolute;
  top: 280px;
  left: -130px;
  width: 28vw;
  z-index: 2;
}
@media (min-width: 1024px) {
  .image-left-wrapper {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  .image-left-wrapper {
    left: -50px;
  }
}
@media (min-width: 1440px) {
  .image-left-wrapper {
    left: -150px;
  }
}
.image-left-wrapper::after {
  content: "";
  display: block;
  width: 60%;
  height: -webkit-calc(100% + 60px);
  height: -moz-calc(100% + 60px);
  height: calc(100% + 60px);
  position: absolute;
  background-color: #eae7d0;
  top: -30px;
  right: -30px;
  z-index: -1;
}
footer.top-footer {
  padding: 52px 38px 23px;
  background-color: #959c95;
}

footer.site--footer {
  padding: 0;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  max-width: 1920px;
  /* background-color: #eae7cf; */
}
footer.site--footer .wrapper {
  padding: 0 35px;
}
footer.site--footer a,
footer.site--footer .copyright {
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 10%;
  text-transform: uppercase;
}
footer.site--footer .copyright {
  margin-right: 10px;
}
footer.site--footer .footer--logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
@media (min-width: 768px) {
  footer.site--footer .footer--logo {
    display: block;
  }
}
footer.site--footer .footer--logo img {
  width: 170px;
  height: 12px;
  margin: 0;
}
footer.site--footer .footer--logo a:last-of-type img {
  width: 100px;
  height: 60px;
}
footer.site--footer .copyright {
  display: inline-block;
  color: #3f485c;
}
@media (min-width: 768px) {
  footer.site--footer .copyright {
    padding-left: 15px;
  }
}
footer.site--footer nav {
  font-weight: bold;
  display: inline-block;
}
footer.site--footer nav ul,
footer.site--footer nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.site--footer nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  footer.site--footer nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
footer.site--footer nav ul li a {
  color: #a99e8c;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 1024px) {
  footer.site--footer nav ul li a {
    padding: 0 0 0 15px;
  }
}
footer.site--footer nav ul li:hover a {
  color: #d89c8d;
}
footer.contact--footer {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 30px 15px;
}
@media (min-width: 1024px) {
  footer.contact--footer {
    padding: 0 80px 0 80px;
  }
}
footer.contact--footer .content {
  color: #fff;
  margin-top: 50px;
  line-height: 2;
}
footer.contact--footer .content strong {
  font-family: century-gothic, sans-serif;
}
footer.contact--footer a {
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer.contact--footer a svg {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer.contact--footer a svg rect {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #3f485c;
}
footer.contact--footer a svg path {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer.contact--footer a:hover {
  text-decoration: none;
}
footer.contact--footer a:hover svg rect {
  stroke: white;
  fill: white;
}
footer.contact--footer a:hover svg path {
  fill: #3f485c;
}
footer.contact--footer h1 {
  font-family: century-gothic, sans-serif;
  font-size: 18px;
  line-height: 35px;
  margin: 0 0 20px;
  color: #fff;
}
footer.contact--footer h1:after {
  content: "";
  width: 30px;
  height: 4px;
  background-color: #828860;
  display: block;
  margin-top: 5px;
}
@media (min-width: 1024px) {
  footer.contact--footer h1:after {
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  footer.contact--footer h1 {
    margin: 0 0 35px;
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1024px) {
  footer.contact--footer p {
    font-size: 15px;
  }
}
footer.contact--footer .container {
  padding: 0;
}
footer.contact--footer .bg--block {
  position: absolute;
  -webkit-background-size: 37.5px 37.5px;
  -moz-background-size: 37.5px;
  background-size: 37.5px;
  background-position: center, center;
  height: 400px;
  bottom: -60px;
  z-index: -1;
}
@media (max-width: 768px) {
  footer.contact--footer .bg--block {
    right: -15px;
  }
}
@media (min-width: 768px) {
  footer.contact--footer .bg--block {
    height: 100%;
    width: -webkit-calc(100% + 100px);
    width: -moz-calc(100% + 100px);
    width: calc(100% + 100px);
    bottom: -225px;
    left: -50px;
    -webkit-transform: translatex(70%);
    -moz-transform: translatex(70%);
    -ms-transform: translatex(70%);
    -o-transform: translatex(70%);
    transform: translatex(70%);
  }
}
footer.contact--footer .hero--image {
  height: 35vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center, center;
}
@media (max-width: 1440px) {
  footer.contact--footer .hero--image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 25px;
  }
}
@media (min-width: 1024px) {
  footer.contact--footer .hero--image {
    height: 50vh;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    margin-left: 200px;
  }
}
footer.contact--footer .form--map-wrap {
  position: relative;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  footer.contact--footer .form--map-wrap {
    padding-top: 50px;
  }
}
@media (min-width: 1440px) {
  footer.contact--footer .form--map-wrap {
    padding-top: 75px;
  }
}
@media (min-width: 1920px) {
  footer.contact--footer .form--map-wrap {
    padding-top: 120px;
  }
}
footer.contact--footer .form--map-wrap .cf-wrap {
  width: 100%;
  background-color: #3f485c;
  position: relative;
  padding: 30px 30px 30px;
}
@media (min-width: 768px) {
  footer.contact--footer .form--map-wrap .cf-wrap {
    padding: 50px;
  }
}
@media (min-width: 1024px) {
  footer.contact--footer .form--map-wrap .cf-wrap {
    padding: 50px;
  }
}
@media (min-width: 1440px) {
  footer.contact--footer .form--map-wrap .cf-wrap {
    padding: 75px;
  }
}
@media (min-width: 1920px) {
  footer.contact--footer .form--map-wrap .cf-wrap {
    padding: 75px 120px;
  }
}
@media (min-width: 1024px) {
  footer.contact--footer .form--map-wrap .cf-wrap {
    width: 50%;
  }
}
footer.contact--footer .form--map-wrap .cf-wrap .cf-thanks {
  display: none;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
footer.contact--footer .form--map-wrap .cf-wrap .cf-thanks .thanks--content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
footer.contact--footer .form--map-wrap .cf-wrap .cf-thanks .thanks--content h1 {
  margin: 0 0 15px;
}
footer.contact--footer .form--map-wrap .cf-wrap .contact--form .wpcf7 input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  input:not([type="submit"]) {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ffffff;
  color: #3f485c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  padding: 10px;
  margin: 0 0 20px;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  input.wpcf7-not-valid {
  border-color: red;
}
footer.contact--footer .form--map-wrap .cf-wrap .contact--form .wpcf7 select {
  width: 100%;
  height: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  border: 0;
  margin: 0 0 20px;
  padding-left: 10px;
  background-image: url("../../images/arrow-down-blue.svg");
  background-repeat: no-repeat;
  background-position: 97%;
  -webkit-background-size: 16px 16px;
  -moz-background-size: 16px 16px;
  background-size: 16px 16px;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  ::-webkit-input-placeholder {
  color: #3f485c;
  opacity: 1;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  :-moz-placeholder {
  color: #3f485c;
  opacity: 1;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  ::-moz-placeholder {
  color: #3f485c;
  opacity: 1;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  :-ms-input-placeholder {
  color: #3f485c;
  opacity: 1;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  ::-ms-input-placeholder {
  color: #3f485c;
  opacity: 1;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  ::placeholder {
  color: #3f485c;
  opacity: 1;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  .wpcf7-response-output {
  display: none !important;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: 50%;
  text-align: right;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  font-size: 12px;
}
@media (min-width: 1024px) {
  footer.contact--footer
    .form--map-wrap
    .cf-wrap
    .contact--form
    .wpcf7
    .send--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  .send--container
  .terms {
  width: 100%;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  padding-right: 25px;
  color: #fff;
}
@media (min-width: 1024px) {
  footer.contact--footer
    .form--map-wrap
    .cf-wrap
    .contact--form
    .wpcf7
    .send--container
    .terms {
    width: 50%;
  }
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  .send--container
  .terms
  a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  .send--container
  .terms
  a:hover {
  color: #d89c8d;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  .send--container
  .send--button {
  position: relative;
  width: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  footer.contact--footer
    .form--map-wrap
    .cf-wrap
    .contact--form
    .wpcf7
    .send--container
    .send--button {
    margin-top: 0;
  }
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  .send--container
  .send--button:after {
  content: "";
  display: block;
  height: 48px;
  width: 50px;
  border: 2px solid #d89c8d;
  border-right-style: solid;
  border-right-color: #d89c8d;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../images/ic_plus_white.svg");
  border: 2px solid #fff;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 14px 14px;
  -moz-background-size: 14px 14px;
  background-size: 14px 14px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  .send--container
  .send--button
  input[type="submit"] {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  background-color: transparent;
  border: 2px solid #fff;
  border-right: none;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
  height: 48px;
  line-height: 45px;
  font-family: century-gothic, sans-serif;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  .send--container
  .send--button
  input[type="submit"]:hover {
  background-color: transparent;
  color: #fff;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  .send--container
  .send--button:hover
  input[type="submit"] {
  background-color: #fff;
  color: #3f485c;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  .send--container
  .send--button:hover:after {
  background-color: #fff;
  background-image: url("../../images/ic_plus_blue.svg");
  color: #3f485c;
}
footer.contact--footer
  .form--map-wrap
  .cf-wrap
  .contact--form
  .wpcf7
  .send--container
  .send--button
  .ajax-loader {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer.contact--footer .form--map-wrap .contact--map {
  width: 100%;
  padding-top: 0;
  background-color: #3f485c;
}
@media (max-width: 1024px) {
  footer.contact--footer .form--map-wrap .contact--map {
    left: -30px;
    position: relative;
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    height: 50vw;
  }
}
@media (min-width: 1024px) {
  footer.contact--footer .form--map-wrap .contact--map {
    position: absolute;
    padding-top: 50px;
    width: -webkit-calc(50% + 100px);
    width: -moz-calc(50% + 100px);
    width: calc(50% + 100px);
    top: 50px;
    right: -50px;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
  }
}
@media (min-width: 1440px) {
  footer.contact--footer .form--map-wrap .contact--map {
    padding-top: 75px;
    width: -webkit-calc(50% + 150px);
    width: -moz-calc(50% + 150px);
    width: calc(50% + 150px);
    right: -75px;
    top: 75px;
    height: -webkit-calc(100% - 75px);
    height: -moz-calc(100% - 75px);
    height: calc(100% - 75px);
  }
}
@media (min-width: 1920px) {
  footer.contact--footer .form--map-wrap .contact--map {
    height: -webkit-calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
    top: 120px;
  }
}
footer.contact--footer .form--map-wrap .contact--map .acf-map {
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  footer.contact--footer .form--map-wrap .contact--map .acf-map {
    margin-left: 50px;
  }
}
@media (min-width: 1440px) {
  footer.contact--footer .form--map-wrap .contact--map .acf-map {
    margin-left: 75px;
  }
}
.footer-logo {
  padding: 0;
  margin-top: 10px;
  height: 36px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .footer-logo {
    margin: 0;
    padding-left: 15px;
  }
}
.footer-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-detail {
  position: relative;
  padding: 30px 0;
}
.contact-detail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #d89c8d;
}
.contact-detail p,
.contact-detail a {
  margin: 0;
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 3.61px;
  font-size: 14px;
  text-transform: uppercase;
}
.contact--footer {
  padding: 30px;
}
@media (min-width: 1024px) {
  .contact--footer {
    padding: 80px;
  }
}
.contact--footer .container-fluid {
  position: relative;
  top: -80px;
  background-color: #3f485c;
  padding: 0;
}
.contact--map,
.acf-map {
  height: 100%;
}
.contact--map {
  min-height: 500px;
}
.form-header-wrapper h1 {
  font-family: "Audrey" !important;
  font-size: 27px !important;
  line-height: 35px !important;
  letter-spacing: 3.48px !important;
  color: #d89c8d !important;
  font-weight: normal !important;
}
.form-header-wrapper h1:after {
  content: none !important;
}
.contact--form {
  min-height: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-wrapper {
  padding: 30px;
}
@media (min-width: 768px) {
  .form-wrapper {
    padding: 90px;
  }
}
@media (min-width: 1024px) {
  .form-wrapper {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .form-wrapper {
    padding: 90px;
  }
}
.social-icon {
  margin: 0 5px;
}
.social-icon:last-of-type {
  margin-right: 0;
}
.contact--map {
  min-height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
footer .contact--footer nav {
  padding-top: 10px;
}
@media (min-width: 768px) {
  footer .contact--footer nav {
    padding: 0;
  }
}
footer .contact--footer .copyright {
  padding: 0px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  footer .contact--footer .copyright {
    padding-left: 15px;
  }
}
footer .site--footer .footer--logo {
  padding: 0;
}
@media (min-width: 768px) {
  footer .site--footer .footer--logo {
    padding-right: 15px;
  }
}
.footer-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer-list-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.main-background {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url('../images/background-ladingpage-MGT-image.png') no-repeat center center;
  background-size: cover;
  pointer-events: none;
  opacity: 0.35; /* mờ hơn */
}

.main-background > * {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

/* 
.main-background {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url('../images/background-ladingpage-MGT-image.jpg') no-repeat center center;
  background-size: cover;
  pointer-events: none;
} */