@import url("https://use.typekit.net/jxr0asg.css");
@font-face {
  font-family: "BonVivant";
  src: url("/fonts/BonVivant-Regular.eot");
  src: url("/fonts/BonVivant-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/BonVivant-Regular.woff2") format("woff2"), url("/fonts/BonVivant-Regular.woff") format("woff"), url("/fonts/BonVivant-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canela";
  src: url("/fonts/Canela-Thin.eot");
  src: url("/fonts/Canela-Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/Canela-Thin.woff2") format("woff2"), url("/fonts/Canela-Thin.woff") format("woff"), url("/fonts/Canela-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 4;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-indent: 999px;
}
.flex-direction-nav a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  right: 5px;
  margin: auto;
  background: #FFFFFF;
}
.flex-direction-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  right: 6px;
  margin: auto;
  border-bottom: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  transform: rotate(-45deg);
}

.flex-direction-nav .flex-prev {
  left: 100px;
  transform: rotate(180deg);
}

.flex-direction-nav .flex-next {
  right: 100px;
  text-align: right;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #FFFFFF;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 100%;
  border: 1px solid #EEAB70;
}

.flex-control-paging li a:hover {
  background: #EEAB70;
}

.flex-control-paging li a.flex-active {
  background: #EEAB70;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: calc(25% - 9px);
}

.grid_4 {
  width: calc(33.33% - 30px);
}

.grid_5 {
  width: 41.67%;
}

.new_grid_5 {
  width: 46.5%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid {
  display: grid;
}
.grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.grid.five {
  grid-template-columns: repeat(5, auto);
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

img {
  border: none;
  max-width: 100%;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
body {
  font-family: "indivisible", sans-serif;
  background: #FFFFFF;
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.1px;
  overflow-x: hidden;
}

body.no_scroll {
  overflow: hidden;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

p {
  text-align: center;
  margin: 0;
  max-width: 100%;
  line-height: 1.4;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "Canela";
  font-weight: normal;
  text-align: center;
}

h1 {
  font-size: 36px;
  text-align: center;
}

h2 {
  color: #EEAB70;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 250;
  line-height: 108%; /* 86.4px */
  letter-spacing: 2px;
  text-transform: uppercase;
}

h3 {
  color: #EEAB70;
  text-align: center;
  font-family: "BonVivant";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 50px */
  letter-spacing: 2px;
}

h4 {
  font-size: 22px;
}

h5 {
  color: #EEAB70;
  text-align: center;
  font-family: "indivisible", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.p20 {
  padding: 20px;
}

.pl130 {
  padding-left: 130px;
  padding-left: 7vw;
}

.pl120 {
  padding-left: 6.5vw;
}

.pr120 {
  padding-right: 6.5vw;
}

.pr40 {
  padding-right: 40px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pr130 {
  padding-right: 130px;
  padding-right: 7vw;
}

.plr100 {
  padding-left: 100px;
  padding-right: 100px;
}

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

.plr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

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

.pt180 {
  padding-top: 180px;
}

.pt160 {
  padding-top: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb200 {
  padding-bottom: 200px;
}

.pt20 {
  padding-top: 20px;
}

.pt200 {
  padding-top: 200px;
}

.pt220 {
  padding-top: 11.5vw;
}

.pt240 {
  padding-top: 12.5vw;
}

.pb240 {
  padding-bottom: 12.5vw;
}

.pb220 {
  padding-bottom: 11.5vw;
}

nav {
  padding: 0;
}

/* nav_toggle */
#nav_toggle {
  cursor: pointer;
  width: 30px;
  display: none;
  height: 24px;
  position: relative;
}

#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #EEAB70;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}

#nav_toggle span:before {
  top: -10px;
}

#nav_toggle span:after {
  bottom: -10px;
}

#nav_toggle.active span {
  background-color: transparent !important;
}

#nav_toggle.active span:after,
#nav_toggle.active span:before {
  background: #EEAB70;
  top: 0;
}

#nav_toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#nav_toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

#enquire input,
#enquire label,
#enquire textarea,
#enquire select {
  color: #FFFFFF;
  font-family: "indivisible", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 125% */
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  -ms-text-align-last: left;
  margin: 0;
  display: block;
  margin-bottom: 5px;
}
#enquire label {
  font-weight: 700;
  font-size: 20px;
  border: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
#enquire textarea {
  height: 80px;
  max-width: 100%;
}
#enquire .b_submit {
  border: none;
  background: #FFFFFF;
  display: block;
  padding: 15px 0;
  font-size: 14px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #EEAB70;
  cursor: pointer;
  letter-spacing: 1.68px;
  border: 1px solid #EEAB70;
  margin: 15px 0 25px;
}
#enquire select option {
  padding: 10px 0;
  background: #000000;
  color: #FFFFFF;
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
}

.chk_holder {
  margin: 0 auto 10px auto;
  color: #FFFFFF;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #FFFFFF;
  content: "";
  display: block;
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #FFFFFF;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #FFFFFF;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #FFFFFF;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #FFFFFF;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project {
  color: #FFFFFF;
  cursor: default;
  font-size: 16px;
  list-style: none;
  display: inline-block;
}

li.token-input-token-project p {
  display: inline-block;
  padding: 7px 0;
  margin: 0 5px 0 0;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #000000;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #000000;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #000000;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #000000;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #FFFFFF;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: center;
  color: #f00d0d;
  position: absolute;
  bottom: -15px;
  left: 0;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.black {
  font-weight: 900;
}

.ls2 {
  letter-spacing: 2px;
}

.fs60 {
  font-size: 60px;
}

.fs50 {
  font-size: 50px;
}

.fs40 {
  font-size: 40px;
}

.fs36 {
  font-size: 36px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.fs16 {
  font-size: 16px;
}

.fs15 {
  font-size: 15px;
}

.fs18 {
  font-size: 18px;
}

.fs14 {
  font-size: 14px;
}

.fs11 {
  font-size: 11px;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb200 {
  margin-bottom: 200px;
}

.mr20 {
  margin-right: 20px;
}

.mr40 {
  margin-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.flex_3 > * {
  flex-basis: 33%;
}
.flex.justify_start {
  justify-content: flex-start;
}
.flex.justify_end {
  justify-content: flex-end;
}
.flex.align_start {
  align-items: flex-start;
}
.flex.align_end {
  align-items: flex-end;
}
.flex.align_stretch {
  align-items: stretch;
}
.flex .col {
  flex-direction: column;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.justify_center {
  justify-content: center;
}
.flex.col_reverse {
  flex-direction: column-reverse;
}
.flex.row_reverse {
  flex-direction: row-reverse;
}

.align_center {
  align-items: center;
}

.col_gap_5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.col_gap_75 {
  -moz-column-gap: 75px;
       column-gap: 75px;
}

.col_gap_10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.col_gap_12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.col_gap_20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.col_gap_20 .grid_4 {
  width: calc(33.333% - 13.333px);
}

.col_gap_30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.col_gap_40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.col_gap_45 {
  -moz-column-gap: 45px;
       column-gap: 45px;
}

.col_gap_80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.row_gap_20 {
  row-gap: 20px;
}

.row_gap_30 {
  row-gap: 30px;
}

.row_gap_40 {
  row-gap: 40px;
}

.row_gap_45 {
  row-gap: 45px;
}

.row_gap_50 {
  row-gap: 50px;
}

.row_gap_80 {
  row-gap: 80px;
}

.uppercase {
  text-transform: uppercase;
}

.no_uppercase {
  text-transform: initial;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_block {
  display: inline-block;
}

.left_align {
  text-align: left;
}

.right_align {
  text-align: right;
}

.float_right {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.wow {
  visibility: hidden;
}

.wow.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  visibility: visible;
}
.wow.animated.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mob {
  display: none;
}

.w1680 {
  width: 1680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1610 {
  width: 1610px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1465 {
  width: 1465px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1440 {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1385 {
  width: 1385px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1360 {
  width: 1360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.w1150 {
  width: 1150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1120 {
  width: 1120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1100 {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1060 {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w980 {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w785 {
  width: 785px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w700 {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w875 {
  width: 875px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w846 {
  width: 846px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w820 {
  width: 820px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w530 {
  width: 530px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w500 {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w450 {
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w440 {
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w400 {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w410 {
  width: 424px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w420 {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w460 {
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w770 {
  width: 770px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w650 {
  width: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w600 {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w200 {
  width: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w880 {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w620 {
  width: 620px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w675 {
  width: 675px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w350 {
  width: 350px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mw870 {
  max-width: 870px;
  width: 60%;
}

.mw400 {
  max-width: 400px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb150 {
  margin-bottom: 150px;
}

.ml_auto {
  margin-left: auto;
}

.mb50 {
  margin-bottom: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.max_w580 {
  max-width: 580px;
  width: calc(100% - 40px);
}

.center_align {
  text-align: center;
}
.center_align p {
  text-align: center;
}

.relate {
  position: relative;
}

.static {
  position: static;
}

.p30 {
  padding: 30px;
}

.pt100 {
  padding-top: 100px;
}

.pt170 {
  padding-top: 170px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt150 {
  padding-top: 150px;
  padding-top: 8vw;
}

.pt80 {
  padding-top: 80px;
  padding-top: 5vw;
}

.pb190 {
  padding-bottom: 190px;
}

.pt30 {
  padding-top: 30px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pl50 {
  padding-left: 50px;
}

.pr70 {
  padding-right: 70px;
}

.pt50 {
  padding-top: 50px;
}

.ptb200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

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

.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.ptb70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

.ml50vw {
  margin-left: 50vw;
}

.pl150 {
  padding-left: 150px;
  padding-left: 8vw;
}

.pr150 {
  padding-right: 150px;
  padding-right: 8vw;
}

.b50 {
  bottom: 50px;
}

.r100 {
  right: 100px;
}

.l100 {
  left: 100px;
}

.mr0 {
  margin-right: 0;
}

.mr15 {
  margin-right: 15px;
}

.ml_auto {
  margin-left: auto;
}

.ml0 {
  margin-left: 0;
}

.mr10 {
  margin-right: 10px;
}

.mr150 {
  margin-right: 8vw !important;
}

.mr50vw {
  margin-right: 50vw !important;
}

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

.mlr_auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.m0 {
  margin: 0;
}

.white {
  color: #FFFFFF;
}

.lazy_load {
  display: block;
}

.block {
  display: block;
}

.mb180 {
  margin-bottom: 180px;
}

.pl60 {
  padding-left: 60px;
}

.pl40 {
  padding-left: 40px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pr190 {
  padding-right: 10vw;
}

.pl225 {
  padding-left: 11.5vw;
}

.pl200 {
  padding-left: 200px;
}

.pr200 {
  padding-right: 200px;
}

.pt120 {
  padding-top: 120px;
}

.pb30 {
  padding-bottom: 30px;
}

.pr20 {
  padding-right: 20px;
}

.pr60 {
  padding-right: 60px;
}

.pt130 {
  padding-top: 130px;
}

.pb150 {
  padding-bottom: 150px;
}

.bg {
  background-position: center;
  background-size: cover;
}

.bg_img {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullVh {
  height: 100vh;
}

.object_cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.ipad {
  display: none;
}

.med {
  font-weight: 500;
  font-style: normal;
}

.fully-video {
  position: relative;
  width: 100%;
}
.fully-video .bg-video {
  position: absolute;
  height: 100vw;
  width: 135vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-size: cover;
}
@media screen and (orientation: portrait) {
  .fully-video .bg-video {
    height: 100vh;
    width: 185vh;
  }
}

.bb {
  border-bottom: 1px solid;
}

.bt {
  border-top: 1px solid;
}

.bw2 {
  border-width: 2px;
}

.bg_black {
  background: #000000;
}
.bg_black * {
  color: #FFFFFF;
}

.bg_white {
  background: #FFFFFF;
}

.tab {
  display: none !important;
}

.overlay {
  position: relative;
}
.overlay::after {
  content: "";
  position: absolute;
  background: #000000;
  opacity: 0.3;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.z1 {
  z-index: 1;
}

.z4 {
  z-index: 4;
}

.fullH {
  height: 100%;
}

ul.dash {
  list-style: none;
}
ul.dash li {
  padding-left: 20px;
  position: relative;
  padding-bottom: 5px;
}
ul.dash li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  margin: auto;
  width: 5px;
  height: 1px;
  background: #FFFFFF;
}

ul.bullet {
  list-style-type: disc;
  padding-left: 20px;
}

ul.numbered {
  list-style-type: none;
  position: relative;
}
ul.numbered li {
  text-align: left;
  position: relative;
  padding-left: 20px;
}
ul.numbered li span {
  position: absolute;
  left: 0;
}

@keyframes bounce {
  0% {
    bottom: 0;
  }
  30% {
    bottom: -15px;
  }
}
.select_arrow {
  position: relative;
}
.select_arrow:after {
  right: 20px;
  top: 15px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  z-index: -1;
  content: "";
}

.z2 {
  z-index: 2;
}

.abs {
  position: absolute;
}

.b0 {
  bottom: 0;
}

.b30 {
  bottom: 30px;
}

img.aspect_ratio_3by2 {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

img.aspect_ratio_1 {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect_ratio_1 {
  aspect-ratio: 1;
}

.capitalize {
  text-transform: capitalize !important;
}

.black_color {
  color: #000000;
}

.italic {
  font-family: "BonVivant";
}

.highlight {
  font-family: "Canela";
}

.tm42 {
  top: -42px;
}

#badge {
  position: absolute;
  bottom: 60px;
  left: 80px;
}

.caption {
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 1.92px;
  text-transform: uppercase;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 2;
}
.caption.top {
  top: 60px;
}
.caption.bottom {
  bottom: 60px;
}

.artist {
  color: #FFFFFF;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 14px */
  letter-spacing: 2px;
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  text-transform: uppercase;
}

.btn {
  color: #FFFFFF;
  background: #EEAB70;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 106.667% */
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  width: 205px;
  padding: 12px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

header {
  position: absolute;
  top: 100vh;
  left: 0;
  padding: 20px 50px;
  border-bottom: 1px solid #EEAB70;
  background: #FFFFFF;
  z-index: 9;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
header.fix {
  top: 0;
  position: fixed;
}
header nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header nav #nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  list-style: none;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
header nav #nav a {
  color: #EEAB70;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 21px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  position: relative;
}
header nav #nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  height: 1px;
  background: #EEAB70;
  opacity: 0;
  transition: all 0.2s ease;
}
header nav #nav li.active a:after {
  opacity: 1;
}

#landing_hero {
  background: #EEAB70;
  width: 100%;
  height: 100vh;
}
#landing_hero #banner_logo {
  z-index: 2;
  opacity: 0;
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
}
#landing_hero .hero {
  width: 40%;
  height: 50%;
  border-left: 10vw solid #EEAB70;
  border-right: 10vw solid #EEAB70;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  transition: all 2s ease-in;
}
#landing_hero .hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #EEAB70;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 1;
}
#landing_hero .caption, #landing_hero .artist, #landing_hero #badge {
  opacity: 0;
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
}
#landing_hero.t1 #banner_logo {
  opacity: 1;
}
#landing_hero.t2 .hero:after {
  top: 100%;
}
#landing_hero.t3 .hero {
  width: 100%;
  height: 100%;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
#landing_hero.t4 .caption, #landing_hero.t4 .artist, #landing_hero.t4 #badge {
  opacity: 1;
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

.flexslider .slides {
  position: relative;
}

#landmark_stamp {
  position: absolute;
  right: -75px;
  top: -75px;
  z-index: 3;
}

#map_wrapper {
  grid-template-columns: 1.8fr 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
#map_wrapper .pois {
  color: #a9cdd2;
  font-family: "indivisible", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-left: 35px;
}
#map_wrapper .pois::before {
  content: "___";
  position: absolute;
  bottom: 0;
  left: 10px;
  color: #a9cdd2;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  font-size: 12px;
}

#map {
  aspect-ratio: 1.1;
}

.numbered {
  text-align: left;
}

#enquire {
  background: #EEAB70;
}
#enquire h3,
#enquire h5 {
  color: #FFFFFF;
}
#enquire form {
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#enquire .privacy {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: underline;
}
#enquire #th {
  color: #FFFFFF;
  margin-bottom: 60px;
}

.parallax {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.parallax > .bg_img {
  transform: scale(1.5);
}

@media screen and (max-width: 1100px) {
  #banner_logo {
    width: calc(100% - 100px);
    margin: auto;
  }
  #logo svg {
    width: 200px;
  }
  .col_gap_75 {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (max-width: 1000px) {
  #landing_hero .hero {
    width: 50%;
  }
  #banner_logo {
    width: calc(100% - 80px);
    margin: auto;
  }
  #nav_toggle {
    display: block;
  }
  #logo svg {
    width: 200px;
  }
  .col_gap_75 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .plr50 {
    padding-left: 40px;
    padding-right: 40px;
  }
  header {
    padding: 20px 40px;
  }
  header nav {
    position: fixed;
    transform: translateX(-100%);
    transition: all 0.6s ease;
    top: 77px;
    left: 0;
    width: 100%;
    height: calc(100vh - 77px);
    background: #FFFFFF;
    z-index: 8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  header nav #nav {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  header nav #nav a {
    font-size: 25px;
  }
  header.active_nav {
    top: 0;
    position: fixed;
  }
  header.active_nav nav {
    transform: translateX(0);
  }
  #badge {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
  }
  h3 {
    font-size: 45px;
  }
  h2 {
    font-size: 60px;
  }
  #landmark_stamp {
    width: 100px;
    height: auto;
    top: 40px;
    right: 40px;
  }
  .l100 {
    left: 0;
  }
  .grid.three,
  #map_wrapper {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  .grid.three.tm42 {
    position: static;
    margin-top: 50px;
  }
  #enq_btn {
    position: absolute;
    right: 100px;
  }
}
@media screen and (max-width: 760px) {
  html {
    height: 100%;
  }
  html body {
    height: 100%;
  }
  html body header {
    top: 100%;
    padding: 10px 20px;
  }
  html body header #logo {
    display: block;
    height: 31px;
  }
  html body header #logo svg {
    width: 150px;
  }
  html body header nav {
    top: 52px;
    height: calc(100vh - 52px);
  }
  html body header nav #nav a {
    font-size: 20px;
  }
  html body header #enq_btn {
    transition: all 0.3s ease;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  html body header #enq_btn.hide {
    opacity: 0;
    visibility: hidden;
  }
  html body #landing_hero {
    height: 100%;
  }
  html body #banner_logo {
    width: calc(100% - 40px);
  }
  html body #badge {
    width: 70px;
  }
  html body .caption {
    font-size: 14px;
  }
  html body .plr50 {
    padding-left: 20px;
    padding-right: 20px;
  }
  html body .ptb200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  html body .mb50 {
    margin-bottom: 25px;
  }
  html body .mb60 {
    margin-bottom: 30px;
  }
  html body .mb120 {
    margin-bottom: 60px;
  }
  html body .mb20 {
    margin-bottom: 10px;
  }
  html body .mb40 {
    margin-bottom: 20px;
  }
  html body .mb30 {
    margin-bottom: 15px;
  }
  html body .mb150 {
    margin-bottom: 75px;
  }
  html body .pb150 {
    padding-bottom: 75px;
  }
  html body .ptb150 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  html body h3 {
    font-size: 35px;
  }
  html body h2 {
    font-size: 38px;
    letter-spacing: 0;
  }
  html body .hero h2 {
    font-size: 55px;
  }
  html body h5 {
    font-size: 14px;
    letter-spacing: 2px;
  }
  html body .grid.three,
  html body #map_wrapper {
    row-gap: 30px;
  }
  html body #landmark_stamp {
    width: 70px;
    top: 20px;
    right: 20px;
  }
  html body .italic.abs {
    position: static;
    text-align: left;
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */