@font-face {
  font-family: "ABC ROM Wide";
  src: url("/fonts/ABCROMWide-Medium.woff2") format("woff2"), url("/fonts/ABCROMWide-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unica77 LL";
  src: url("/fonts/Unica77LL-Medium.woff2") format("woff2"), url("/fonts/Unica77LL-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Beausite Fit";
  src: url("/fonts/BeausiteFitLight.eot");
  src: url("/fonts/BeausiteFitLight.eot?#iefix") format("embedded-opentype"), url("/fonts/BeausiteFitLight.woff2") format("woff2"), url("/fonts/BeausiteFitLight.woff") format("woff"), url("/fonts/BeausiteFitLight.svg#BeausiteFitLight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unica 77 LL";
  src: url("/fonts/Unica_77LL-Regular.woff2") format("woff2"), url("/fonts/Unica_77LL-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.med {
  font-family: "Unica77 LL";
  font-weight: 500;
}

:root {
  --header-height: 79px;
  --gap: 20px;
  --light: #f4f4ef ;
  --light-blue: #dae6f1;
  --dark: #636363;
  --brown:#565656;
  --d-brown:#333A25;
  --grey:#797979
  --xxs: 5px;
  --xs: 10px;
  --s: 20px;
  --m: 40px;
  --l: 100px;
  --xl: 120px;
  --xxl: 280px;
}

body {
  font-family: "Unica 77 LL";
  font-weight: normal;
  font-style: normal;
  background: var(--light);
  color: var(--dark);
  font-size: 20px;
  line-height: 1.68;
  margin: 0;
  padding: var(--header-height) 0 0 0;
  text-align: left;
  overflow-x: hidden;
}

#preloader {
  position: fixed;
  display: flex;
  z-index: 51;
  background-color: var(--d-brown);
  transition: transform 1s;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}
#preloader.hide {
  transform: translateY(-100%);
  pointer-events: none;
}

#left, #right {
  position: relative;
  width: 50%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#left img, #right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-slide, .t-slide {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt-slider {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 50%;
  overflow: hidden;
}
.txt-slider h2 {
  color: #fff;
  width: 100%;
  margin: auto;
  text-align: center;
  line-height: 1em;
  font-size: clamp(60px, 120px, 7.5vw);
}

#page-location .txt-slider h2, #page-location .h2-and {
  font-size: clamp(38px, 120px, 6vw);
}

#right .s-slide {
  top: -100%;
}

.h2-and {
  color: #fff;
  font-size: clamp(60px, 120px, 7.5vw);
  z-index: 4;
}

#textRight {
  left: 50%;
}
#textRight .t-slide {
  top: -100%;
}

.enter {
  position: absolute !important;
  bottom: 90px;
  z-index: 5;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
}

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

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 33.33%;
}

.grid_5 {
  width: 41%;
}

.g_5 {
  width: calc(50% - 150px);
  position: relative;
  z-index: 1;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 57%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_half {
  width: calc(50% - 10px);
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: block;
}

.g10 {
  gap: 10px;
}

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

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

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

.img {
  width: 100%;
}

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

#logoSvg.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.d-brown {
  background-color: var(--d-brown);
  color: #fff;
}

.loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: var(--dark);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  top: 0;
}
.loader.disable {
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}

.fullyvideo {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .fullyvideo {
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullyvideo {
    width: 100% !important;
  }
}
.min-h {
  min-height: calc(100vh - var(--header-height));
  display: flex;
  justify-content: center;
  color: #000;
  align-items: center;
}

section {
  position: relative;
}

.full-height {
  height: calc(100vh - var(--header-height));
  height: calc(100svh - var(--header-height));
  background-size: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* General */
.row {
  display: flex;
  flex-direction: row;
}

.r-reverse {
  flex-direction: row-reverse;
}

.col {
  display: flex;
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.space-evenly {
  justify-content: space-evenly;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

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

.left-align {
  text-align: left;
}

.align-end {
  align-items: flex-end;
}

.relative {
  position: relative;
}

.self-stretch {
  align-self: stretch;
}

.absolute {
  position: absolute;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 33px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb70 {
  margin-bottom: 74px;
}

.mauto {
  margin-left: auto;
  margin-right: auto;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.tac {
  text-align: center;
}

.black {
  color: #000;
}

.ptxxl {
  padding-top: var(--xxl);
}

.pbxxl {
  padding-bottom: var(--xxl);
}

.ptxl {
  padding-top: var(--xl);
}

.ptl {
  padding-top: var(--l);
}

.ptm {
  padding-top: var(--m);
}

.pts {
  padding-top: var(--s);
}

.ptxs {
  padding-top: var(--xs);
}

.ptxxs {
  padding-top: var(--xxs);
}

.pbxl {
  padding-bottom: var(--xl);
}

.pbl {
  padding-bottom: var(--l);
}

.pbm {
  padding-bottom: var(--m);
}

.pbs {
  padding-bottom: var(--s);
}

.pbxs {
  padding-bottom: var(--xs);
}

.pbxxs {
  padding-bottom: var(--xxs);
}

.pad-l {
  padding-left: 65px;
}

.pad-r {
  padding-right: 40px;
}

.pad-rr {
  padding-left: 60px;
}

.pb160 {
  padding-bottom: 160px;
}

.pt160 {
  padding-top: 160px;
}

.pb250 {
  padding-bottom: 250px;
}

.pt250 {
  padding-top: 250px;
}

.bg-light {
  background-color: var(--light);
}

.grey {
  color: var(--grey);
}

.border-b {
  border-bottom: 1px solid #E6DDD3;
}

.pad-l-10vw {
  padding-left: 10vw;
}

.pad-r-10vw {
  padding-right: 10vw;
}

.img-holder {
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-15px);
  transition: all 1s;
  position: relative;
}
.img-holder.l-to-r {
  transform: translateX(15px);
}
.img-holder.b-to-t {
  transform: translateY(15px);
}
.img-holder.animated {
  opacity: 1;
  transform: translate(0, 0) !important;
  filter: blur(0);
}

.filter {
  transition: all 1s;
  filter: grayscale(100%);
}
.filter:hover {
  filter: grayscale(0%);
}

.middle {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.middle-h {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: block;
}

/* Headings */
h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--brown);
  font-weight: normal;
}

.d-brown h1, .d-brown h2, .d-brown h3, .d-brown h4 {
  color: #fff;
}

h1,
h2, h3 {
  font-family: "Beausite Fit";
  line-height: 1.26;
  font-weight: 300;
}

h1, h2 {
  font-size: clamp(30px, 66px, 4vw);
  max-width: 34em;
}

.max15em {
  max-width: 15em;
  text-align: center;
  line-height: 1;
}

h3 {
  font-size: 43.13px;
}

h4, .h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 20.51px;
  letter-spacing: 0.11em;
  font-family: "ABC ROM Wide";
}

h5 {
  font-family: "Beausite Fit";
  font-weight: 300;
}

.abs-h5 {
  position: absolute;
  font-size: clamp(55px, 115px, 7vw);
  line-height: 1.06;
  width: -moz-max-content;
  width: max-content;
  text-align: left;
  z-index: 2;
}
.abs-h5.h51 {
  top: 30px;
  right: 0;
  transform: translate(90%, 0);
}
.abs-h5.h52 {
  bottom: 0;
  right: 0;
  transform: translate(35%, 35%);
  line-height: 1;
}
.abs-h5.h53 {
  bottom: 0;
  left: 0;
  transform: translate(-75%, -50%);
  line-height: 1;
}
.abs-h5.h54 {
  top: 0;
  left: 0;
}
.abs-h5.h55 {
  bottom: 0;
  right: 0;
  transform: translate(75%, -25%);
  line-height: 1;
}

.trnT80 {
  margin-top: calc(var(--l) * -2);
}

.container {
  max-width: calc(100% - var(--gap) - var(--gap));
  margin: 0 auto;
  position: relative;
}

.max740 {
  max-width: 740px;
}

.max825 {
  max-width: 825px;
}

.max580 {
  max-width: 630px;
}

.max550 {
  max-width: 550px;
}

.max650 {
  max-width: 650px;
}

.max950 {
  max-width: 920px;
}

.fadeIn {
  opacity: 0;
  transition: opacity 1s;
}
.fadeIn.animated {
  opacity: 1;
}

.btn {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  font-size: 17px;
}
.btn img {
  display: block;
  width: 16px;
  transition: transform 0.3s;
}
.btn:hover img {
  transform: translateX(5px);
}

.hover-bw:hover {
  transition: all 0.4s;
  color: var(--light);
  background-color: var(--dark);
}

.artist:after {
  content: "Artist Impression";
  position: absolute;
  bottom: 20px;
  right: 15px;
  color: #fff;
  display: block;
  line-height: 1;
  z-index: 2;
  font-family: "ABC ROM Wide";
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.11em;
}

.fitimg {
  width: 100%;
  max-height: calc(100vh - var(--header-height));
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 600px;
}

footer {
  color: #69705C;
  background-color: var(--d-brown);
  width: 100%;
  padding: 0 var(--gap) 40px var(--gap);
  font-size: 12px;
  z-index: 50;
  position: relative;
}
footer .g50 {
  gap: 60px;
}

.logos {
  margin-bottom: 60px;
  gap: 30px;
  padding-top: 70px;
  align-items: center;
  justify-content: center;
}

.links {
  gap: 10px;
}

.underline {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.underline:after {
  transform: translateY(4px);
  display: block;
  content: "";
  height: 1px;
  background-color: currentColor;
  width: 100%;
}

.sec-bg {
  padding: var(--gap);
  color: #fff;
}
.sec-bg h2 {
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 18em;
  text-align: center;
  line-height: 1;
}

.par-75l-r {
  padding-left: 75px;
  padding-right: var(--gap);
}

.dark-bg::before {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#mapHolder {
  height: 1020px;
  width: calc(100% - 470px);
}
#mapHolder #map {
  height: 100%;
}

#pois {
  width: 400px;
}
#pois a {
  display: block;
  color: #ABB39D;
  margin-bottom: 2px;
}
#pois a.active {
  color: #fff;
}

.disclaimer {
  font-size: 11px;
  font-weight: 500;
  line-height: 15.6px;
  width: 1668px;
  max-width: 95%;
  margin: auto;
  padding: 0 0 30px 0;
  text-align: center;
}

.mob {
  display: none !important;
}

.pad24 {
  padding: 10px 24px 0 0;
  color: var(--dark);
}

.gm-style-iw-chr {
  position: absolute;
  right: -5px;
  top: -7px;
}

button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}

.desc {
  display: block;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 53;
  background-color: inherit;
  padding: 0 var(--gap);
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border-bottom: 1px solid currentColor;
}
header path {
  fill: currentColor;
}
header #nav {
  align-self: stretch;
  height: 100%;
}
header #nav #ul {
  list-style: none;
  display: flex;
  align-self: stretch;
  height: 100%;
  gap: 75px;
  font-size: 18px;
}
header #nav li {
  display: flex;
  align-items: center;
}
header a {
  color: var(--d-brown);
}
header a.active {
  font-weight: 500;
}
header .enq {
  transition: all 0.3s;
}
header.white {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
}
header.white a {
  color: #fff;
}
header.white path {
  fill: currentColor;
}
header.white .enq {
  background-color: #fff;
  color: var(--d-brown);
}
header.white .enq:hover {
  background-color: var(--d-brown);
  color: #fff;
}

.d-brown header {
  color: #fff;
}
.d-brown header a {
  color: #fff;
}
.d-brown .enq {
  background-color: #fff;
  color: var(--d-brown);
}
.d-brown .enq:hover {
  background-color: var(--d-brown);
  color: #fff;
}

.active-page {
  font-weight: 600;
}

.logo {
  display: block;
  width: 306px;
  z-index: 5;
  left: var(--gap);
}
.logo svg {
  width: 100%;
  display: block;
}

#nav-toggle {
  display: none;
  height: 18px;
  width: 28px;
  right: var(--gap);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

#nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  right: 0;
  transition: all 0.55s;
}
#nav-toggle span.sp1 {
  top: 0;
  transform-origin: left bottom;
}
#nav-toggle span.sp2 {
  top: calc(50% - 1px);
}
#nav-toggle span.sp3 {
  top: calc(100% - 1px);
  transform-origin: left top;
}

#nav-toggle.active span.sp1 {
  transform: rotate(45deg);
  width: 23px;
}

#nav-toggle.active span.sp3 {
  transform: rotate(-45deg);
  width: 23px;
}

#nav-toggle.active span.sp2 {
  opacity: 0;
}

.reg {
  position: fixed;
  bottom: 0;
  z-index: 50;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1;
  display: block;
  background-color: #fff;
  padding: 12px 0;
  width: 470px;
  max-width: 100%;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.enq {
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  width: 180px;
  align-items: center;
  justify-content: center;
  align-items: center;
  background-color: var(--d-brown);
  color: #fff;
}
.enq:hover {
  background-color: #fff;
  color: var(--d-brown);
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: inherit;
  transition: opacity 0.7s;
}
#loader.loaded {
  opacity: 0;
  pointer-events: none;
}

#enquire {
  text-align: center;
  color: #fff;
}
#enquire h2 {
  color: #fff;
}

label {
  display: block;
  font-weight: 500;
  width: 100px;
}

.register {
  width: 1038px;
  margin: auto;
  position: relative;
}

.tel {
  font-size: 20px;
  display: block;
}

input,
textarea,
select,
.upload-holder,
.post-holder {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #9FA29A;
  border-bottom: 1px solid currentColor;
  font-family: inherit;
  font-size: 10px;
  margin-bottom: 15px;
  padding: 15px 0;
  line-height: 1;
  resize: none;
  width: 100%;
  display: block;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

select {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}

select option {
  text-align: center;
}

.b_submit {
  font-family: "ABC ROM Wide";
  color: #fff;
  width: -moz-max-content !important;
  width: max-content !important;
  border: none;
  border-bottom: 1px solid currentColor;
  padding: 0 12px 6px 12px;
  text-align: left;
  margin: 40px auto;
  font-size: 15px;
  letter-spacing: 0.11em;
  cursor: pointer;
}

.thx {
  height: 100%;
  width: 100;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.form-row {
  padding-bottom: 15px;
  position: relative;
}

.err-message {
  color: red;
  font-size: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.spinner {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.spinner svg {
  animation: loading-rotate 2s linear infinite;
  height: 42px;
  width: 42px;
}

.spinner .path {
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #fff;
  stroke-linecap: round;
  animation: loading-dash 1.5s ease-in-out infinite;
}

@keyframes loading-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

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

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

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

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

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

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

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

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

.parsley-errors-list {
  list-style: none;
}

.chk_holder {
  border-bottom: 1px solid #9FA29A;
  padding-bottom: 10px;
}

#chkInternational,
#chk1,
#chk2 {
  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,
#chk1 + label,
#chk2 + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: left;
  display: block;
  color: #9FA29A;
  font-size: 10px;
  font-family: inherit;
  text-transform: uppercase;
  margin: auto;
  font-weight: 400;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

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

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

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

ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

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

ul.token-input-list-project li input {
  width: 100% !important;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  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: #fff;
  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: #fff;
}

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

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: #fff;
}

/* 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: left;
  color: #F00D0D;
}

a.switch {
  padding-bottom: 30px;
  font-size: 14px;
  text-decoration: underline;
}

.res-mode .ret-switch {
  opacity: 0.5;
}
.res-mode .ret-sec {
  display: none;
}

.ret-mode .res-switch {
  opacity: 0.5;
}
.ret-mode .res-sec {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider div {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: -40px;
  display: flex;
  gap: 15px;
  padding: 10px 0;
}
.slick-dots li {
  list-style: none;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots button {
  border: none;
  background-color: transparent;
  opacity: 0.5;
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  font-family: inherit;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  width: 40px;
  height: 39px;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 4;
  right: -80px;
  background-image: url(/images/buttons/next.svg);
  font-size: 0;
  background-size: cover;
}

.slick-arrow.slick-prev {
  left: -80px;
  right: auto;
  background-image: url(/images/buttons/prev.svg);
}

@media screen and (max-width: 1790px) {
  .pad-l-10vw {
    padding-left: 8vw;
  }
  .pad-r-10vw {
    padding-right: 8vw;
  }
}
@media screen and (max-width: 1410px) {
  :root {
    --l: 90px;
    --xl: 100px;
    --xxl: 200px;
    --m: 20px;
  }
  .pad-l-10vw {
    padding-left: 60px;
  }
  .pad-r-10vw {
    padding-right: 60px;
  }
  .pad-l {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1368px) {
  body {
    font-size: 17px;
  }
  h3 {
    font-size: 38px;
  }
  #pois {
    width: 320px;
  }
  #mapHolder {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height: 60px;
    --l: 40px;
    --xl: 70px;
    --xxl: 80px;
  }
  body {
    font-size: 15px;
  }
  #preloader #left, #preloader #right {
    position: relative;
    width: 100%;
    height: 50%;
    z-index: 1;
  }
  #preloader #textLeft {
    top: 25%;
    transform: translateY(-50%);
  }
  #preloader #textRight {
    top: 75%;
    transform: translateY(-50%);
    left: 0;
  }
  #preloader .txt-slider {
    width: 100%;
  }
  #preloader .logos {
    transform: none;
    padding-top: 40px;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .pt250 {
    padding-top: 70px;
  }
  .pb250 {
    padding-bottom: 70px;
  }
  .pt160 {
    padding-top: 60px;
  }
  .pb160 {
    padding-bottom: 60px;
  }
  .center-align {
    text-align: left;
  }
  .gap {
    gap: 40px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .desc {
    display: none !important;
  }
  .desk {
    display: none;
  }
  .mob {
    display: block !important;
  }
  .enq.mob {
    display: flex !important;
  }
  h3 {
    font-size: 26px;
  }
  .tel {
    font-size: 18px;
    display: block;
  }
  .d-brown header.active a {
    color: var(--d-brown);
  }
  header.active {
    color: var(--d-brown) !important;
  }
  header .logo {
    width: 190px;
  }
  header #nav {
    height: 150vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: inherit;
    transition-duration: 0.7s;
    transform: translate(-110%);
    -webkit-transform: translateX(-110%);
    background-color: #cbd4c9;
  }
  header #nav.active {
    left: 0;
    transform: translate(0);
    -webkit-transform: translateX(0);
  }
  header #nav #ul {
    height: 100vh;
    height: 100svh;
    flex-wrap: wrap;
    gap: 0;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 30px 0;
  }
  header #nav #ul li {
    text-align: center;
    width: 100%;
  }
  header #nav #ul li a {
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "Beausite Fit";
    font-weight: 300;
    font-size: 38px;
    padding: 10px 0;
    line-height: 1.1;
  }
  header #nav #ul li a.active {
    font-weight: 400;
  }
  #nav-toggle {
    display: block;
  }
  .row {
    flex-wrap: wrap;
  }
  .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_half {
    width: 100%;
  }
  .gap-m {
    gap: 40px;
  }
  .w100m {
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .self-stretch {
    gap: 40px;
  }
  footer .g50 {
    display: block;
  }
  .pad-rr {
    padding-left: 0;
  }
  h4, .h4 {
    font-size: 12px;
  }
  .max15em {
    text-align: left;
    line-height: 1.2;
    margin-left: 0;
    margin-right: 0;
  }
  .par-75l-r {
    padding-left: var(--gap);
    padding-top: 40px;
  }
  .pad-l-10vw {
    padding-left: 0;
  }
  .pad-r-10vw {
    padding-right: 0;
  }
  .enq {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 44px;
    display: flex;
    z-index: 5;
  }
  .pad-l {
    padding-left: 0;
  }
  .artist::after {
    font-size: 9px;
    bottom: 10px;
  }
  .logos a {
    max-width: 50%;
  }
  footer {
    padding-bottom: 60px;
  }
  .max580 {
    margin-left: 0;
    margin-right: 0;
  }
  .abs-h5.h51, .abs-h5.h54, .abs-h5.h55 {
    top: auto;
    right: auto;
    left: 24px;
    bottom: -85px;
    transform: translate(0%, 0%);
  }
  .abs-h5.h52 {
    right: auto;
    left: 30px;
    transform: translate(0%, 50%);
  }
  .abs-h5.h53 {
    left: auto;
    right: 0;
    transform: translate(14vw, -30px);
  }
  .trnT80 {
    margin-top: 0;
  }
  .pt40-m {
    padding-top: 40px;
  }
  .mb70 {
    margin-bottom: 40px;
  }
  #mapHolder {
    width: 100%;
    height: 100vw;
    margin-bottom: 30px;
    top: auto;
  }
  .pad-l-r {
    padding-left: 16vw;
  }
  .pad-r-m {
    padding-right: 16vw;
  }
  .sec-bg {
    height: auto;
    background-size: 0;
    padding-bottom: 30px;
    text-align: left;
    color: var(--dark);
    padding: 0;
  }
  .sec-bg h2 {
    color: var(--dark);
    text-align: left;
    margin-bottom: 30px !important;
    line-height: 1.2;
    padding-top: 10px;
  }
  .sec-bg .mauto {
    margin: 0;
    padding: 0 var(--gap);
  }
  .sec-bg::before {
    display: none;
  }
  .enter {
    position: absolute !important;
    bottom: 50px;
  }
  #enquire {
    text-align: left;
  }
  input, select {
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .b_submit {
    margin: 30px 0;
    padding: 0 0 6px 0;
  }
  .logo-footer {
    display: none;
  }
  .w60m {
    height: 75vw;
  }
  .full-m {
    max-width: 100%;
  }
  #pois {
    padding-left: var(--gap);
    padding-right: var(--gap);
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  #pois a {
    display: block;
    width: 100%;
  }
  #chkInternational + label {
    text-align: left;
    margin: 0 0 5px 0;
  }
}