header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--header-height);
  display: flex;
  z-index: 1000;
  padding: 0 0 0 var(--gap);
  color: #fff;
  transition: all 0.7s, color 0.5s;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  background: #fff;
  color: var(--dark);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
header a {
  position: relative;
  z-index: 6;
}
header a.active-page {
  text-decoration: underline;
}

.logo {
  width: 244px;
  display: block;
}

.btn-holder {
  width: 294px;
  display: flex;
  justify-content: flex-end;
}
.btn-holder .enq {
  background-image: url(/images/enq.jpg);
  background-repeat: no-repeat;
  height: var(--header-height);
  align-items: center;
  padding: 0;
  justify-content: center;
  display: flex;
  width: 219px;
}

#nav {
  position: relative;
  display: flex;
  gap: 66px;
}
#nav li {
  list-style: none;
}
#nav li a {
  text-transform: uppercase;
  font-size: clamp(3vw, 64px, 8vh);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

#nav-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: var(--gap);
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 16px;
  display: none;
}

#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
  cursor: pointer;
  height: 1px;
  width: 30px;
  background: var(--dark);
  position: absolute;
  display: block;
  content: "";
  top: 7px;
  transition: all 0.6s ease-in-out;
}

#nav-toggle span:before {
  top: -7.5px;
}

#nav-toggle span:after {
  top: 7.5px;
}

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

#nav-toggle.active span:after, #nav-toggle.active span:before {
  top: 0;
}

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

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

/* 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 {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: 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-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;
  width: 100%;
}

.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 {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 60px;
  text-transform: uppercase;
  bottom: 0;
  background: none;
  border: none;
  z-index: 3;
  cursor: pointer;
  font-weight: 300;
  font-family: inherit;
  color: var(--dark);
}
.slick-arrow.slick-prev {
  right: auto;
  font-size: 14px;
  letter-spacing: 0.05em;
  left: 0;
}
.slick-arrow path {
  fill: currentColor;
}

.cap-in .slick-arrow {
  color: #fff;
  bottom: 5px;
  right: 10px;
}
.cap-in .slick-arrow.slick-prev {
  left: 10px;
  right: auto;
}

.auto-slider {
  overflow: hidden;
}
.auto-slider img {
  width: calc(100% + 1px);
  max-width: calc(100% + 1px);
}

.auto-slider-holder {
  position: relative;
}

.auto-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  content: "";
  display: block;
}

@font-face {
  font-family: "GT Ultra";
  src: url("/fonts/GTUltra-Regular.woff2") format("woff2"), url("/fonts/GTUltra-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Ultra";
  src: url("/fonts/GTUltra-Light.woff2") format("woff2"), url("/fonts/GTUltra-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HVFlorentinoRegular";
  src: url("/fonts/font.woff2") format("woff2"), url("/fonts/font.woff") format("woff");
}
:root {
  --xxl: clamp(100px,200px,22vh);
  --xl: 100px;
  --l: 56px;
  --m: 40px;
  --s: 20px;
  --xs: 10px;
  --fs-small: 12px;
  --fs-medium: 18px;
  --main-color: #FFFFFF;
  --dark: #000000;
  --gap:50px;
  --hv: "HVFlorentinoRegular";
  --ultra: "GT Ultra";
  --blue: #cde2f4;
  --header-height:55px;
  --light:#f6efe8;
  --light:#f7f0e8;
  --blue:#CDE2F4;
  --bege:#DDC4BF;
}

body {
  font-family: var(--ultra);
  font-size: 17px;
  background: var(--main-color);
  color: var(--main-color);
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.3;
}

.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% - 18.75px);
}

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

.grid_5 {
  width: 41.67%;
}

.half {
  width: calc(50% - 12.5px);
}

.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_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;
}

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

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

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

.w222 {
  width: 222px;
}
.w222 iframe {
  width: 100%;
  height: 378px;
}

.asp11-50 {
  position: relative;
}
.asp11-50 iframe, .asp11-50 video {
  height: calc(100vh - 55px);
  width: calc(56.25vh - 30px);
  -o-object-fit: cover;
     object-fit: cover;
}

.asp11 {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.asp11 iframe {
  width: 100vw;
  height: 100vw;
  position: relative;
  z-index: 0;
}

.abs-iframe-holder {
  position: relative;
  overflow: hidden;
}
.abs-iframe-holder img {
  opacity: 0;
}

.abs-iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: calc(58vw - var(--gap) * 0.28);
}
.abs-iframe.w54 {
  height: calc(56.48vw - var(--gap) * 1.12);
}

.iframe-portrait-holder {
  position: relative;
  overflow: hidden;
  aspect-ratio: 9/16;
  max-height: calc(100vh - var(--header-height));
}
.iframe-portrait-holder video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

#hero-video {
  opacity: 0;
  transition: opacity 1s;
}
#hero-video.loaded {
  opacity: 1;
}

.icon-b {
  width: 28px;
  margin: 0 auto 20px auto;
}

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 */
.red {
  color: var(--red);
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

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

.col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.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;
}

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

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

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

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

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

.absolute {
  position: absolute;
}

.artist {
  position: relative;
}
.artist img {
  position: relative;
  z-index: 1;
}
.artist:after {
  content: "Artist Impression";
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 10px;
  display: block;
  line-height: 1;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100vh;
  height: 100svh;
  align-items: center;
  position: relative;
}

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

.gap {
  gap: 25px;
}

.underline {
  letter-spacing: 0.1em;
  text-decoration: underline;
}

.tac {
  text-align: center;
}

.z-2 {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 40px;
}

.caption {
  padding: 12px 0;
  position: relative;
  z-index: 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.caption.f12 {
  font-size: 12px;
}
.caption.f12 span {
  font-family: "GT Ultra";
}
.caption span {
  font-family: var(--hv);
  font-size: 13px;
}
.caption.abs {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
}
.caption.white {
  color: #fff;
}

.max460 {
  width: 421px;
  max-width: calc(100% - 40px);
  margin: auto;
}

.max700 {
  width: 700px;
  max-width: calc(100% - 40px);
  margin: auto;
  color: var(--red);
}

.max900 {
  max-width: 900px;
}

.max695 {
  max-width: 695px;
}

.min-500 {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.has-icon {
  background-image: url(/images/reg.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 328px 493px;
}

.bg-h2 img {
  width: 100%;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-h2 h2 {
  position: absolute;
  top: var(--gap);
  font-size: clamp(30px, 97px, 5vw);
  text-align: center;
  width: 100%;
  color: var(--dark);
}

.btn {
  padding: 9.5px 17.5px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 16px;
  text-align: center;
  display: block;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--main-color);
  transition: color 0.3s, background-color 0.3s;
  color: var(--dark);
  min-width: 172px;
  letter-spacing: 0.1em;
}
.btn.reverse {
  background-color: var(--dark);
  color: var(--main-color);
}
.btn.reverse:hover {
  background-color: var(--main-color);
  color: #000;
}
.btn:hover {
  background-color: var(--dark);
  color: var(--main-color);
}

.play {
  padding: 9.5px 27.5px;
  line-height: 1;
  border: 1px solid #fff;
  color: #fff;
  height: 35px;
  z-index: 5;
  font-size: 16px;
  text-align: center;
  display: block;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0.1em;
  transition: color 0.3s, background-color 0.3s;
}
.play:hover {
  background-color: var(--main-color);
  color: var(--dark);
}

.fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.hw100 {
  aspect-ratio: 1/1;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background-size: cover;
}
.bg-video video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.bg-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .bg-video iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .bg-video iframe {
    width: 177.78vh;
  }
}
.hw100 .bg-video iframe {
  width: 89vw;
}

.d-layer {
  position: relative;
}
.d-layer:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

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

.max545 {
  max-width: 545px;
}

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

#slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prl {
  padding-left: var(--gap);
  padding-right: var(--gap);
}

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

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

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

.pt170 {
  padding-top: 187px;
}

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

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

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

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

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

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

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

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

.pt10 {
  padding-top: 10px;
}

.halfwidth-pl {
  padding-left: var(--halfwidth-padding);
}

.halfwidth-pr {
  padding-right: var(--halfwidth-padding);
}

.mbs {
  margin-bottom: var(--s);
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 35px;
}

.p-l {
  padding-left: 165px;
}

.p-r {
  padding-right: 165px;
}

.bold {
  font-family: var(--grotesk-semibold);
}

.uppercase {
  text-transform: uppercase;
}

.overflow-h {
  overflow: hidden;
}

.links {
  display: flex;
  justify-content: center;
  gap: 15px 65px;
  font-size: 14px;
  align-items: flex-start;
  padding: 15px 0 55px 0;
  text-transform: uppercase;
}
.links img,
.links svg {
  display: block;
  height: auto;
  margin: auto;
}
.links img *,
.links svg * {
  fill: currentColor;
}
.links a {
  display: flex;
  color: inherit;
  font-size: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.links a span {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: flex-start;
  letter-spacing: 0.1em;
}

.f11 {
  font-size: 12px;
}

.footer a:hover {
  text-decoration: underline;
}

.phonix {
  transform: translateY(4px);
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.ani-loop {
  position: relative;
  transition: opacity 0.6s;
}
.ani-loop.off {
  opacity: 0;
}
.ani-loop .f2 {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
.ani-loop.mode .f2 {
  opacity: 1;
  animation-delay: 0.4s;
}
.ani-loop.mode .f1 {
  opacity: 0;
}

.scrollDwn {
  position: absolute;
  bottom: var(--gap);
  left: 0;
  right: 0;
  display: block;
  width: 26px;
  margin: auto;
  z-index: 3;
  animation: bounce2 2s ease infinite;
}

p.big {
  font-size: clamp(26px, 93px, 5vw);
  line-height: 0.95;
}

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

/* Headings */
h1,
h2,
h3 {
  margin: 0;
  font-weight: normal;
  line-height: 1.2em;
  font-family: var(--hv);
}

.f37m {
  line-height: 1;
}

.l-h11 {
  line-height: 1.1;
}

.l10 {
  font-family: var(--ultra);
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.f20 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
.f20 span {
  font-family: "HVFlorentinoRegular";
}

.f17 {
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}
.f17 span {
  font-family: "HVFlorentinoRegular";
}

.f34 {
  font-family: var(--ultra);
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.f34 span {
  display: block;
  font-family: var(--hv);
  letter-spacing: 0;
}

.feature-holder {
  padding-left: 50px;
}
.feature-holder .grid_8 {
  padding-left: 71px;
  margin-top: -20px;
}

.feature-row {
  font-size: 14px;
  border-bottom: 0.5px solid #85939f;
  padding: 30px 0 27px 0;
  transition: opacity 0.3s;
  display: flex;
  flex-wrap: nowrap;
}
.feature-row.pts {
  padding: 0 0 14px 0;
}
.feature-row .title {
  font-family: "HVFlorentinoRegular";
  font-size: 50px;
  line-height: 1;
}
.feature-row .title.alt {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
}
.feature-row:hover .row-img {
  opacity: 1;
}

.s-link.alt {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
}

.switch {
  margin-right: 60px;
  text-decoration: underline;
}
.switch.alt {
  text-decoration: none;
}

.alt .switch {
  text-decoration: none;
}
.alt .switch.alt {
  text-decoration: underline;
}
.alt .s-link {
  opacity: 0;
}
.alt .s-link.alt {
  opacity: 1;
}

#fadeImg {
  width: 367px;
  aspect-ratio: 55/69;
}

.w-holder {
  display: none;
}

.v_w120 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.w120 {
  width: 195px;
}

.row-img {
  position: absolute;
  left: 50px;
  bottom: 0;
  width: 367px;
  opacity: 0;
  transition: opacity 0.5s;
}

.f-light {
  font-weight: 300;
}

iframe {
  pointer-events: none;
}

.venoframe {
  pointer-events: initial;
}

#content:hover .feature-row {
  opacity: 0.2;
}
#content:hover .feature-row:hover {
  opacity: 1;
}

h1, h2 {
  font-size: 55px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.36;
}

.big-h1 {
  font-size: clamp(40px, 10vw, 260px);
  display: flex;
  gap: 15px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  padding: 0 var(--gap);
  line-height: 1;
}

.big-h2 {
  font-size: clamp(40px, 8.8vw, 255px);
  line-height: 1;
}
.big-h2.w65 {
  font-size: clamp(40px, 6.5vw, 220px);
}
.big-h2.w79 {
  font-size: clamp(40px, 7.8vw, 220px);
}

h3 {
  font-size: 25px;
  line-height: 1.36;
}
h3.big {
  font-size: 32px;
}

h4 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

h5 {
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h6 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
}

section {
  position: relative;
  z-index: 1;
}

.feature {
  border-top: 10px solid currentColor;
  border-bottom: 1px solid currentColor;
  padding: 25px 10px 34px 10px;
}

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

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

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

.para {
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: relative;
}

.para .inner-para {
  position: absolute;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.img-holder {
  overflow: hidden;
}
.img-holder img {
  filter: blur(10px);
  transition: filter 1s, opacity 1s;
}
.img-holder.animated img {
  filter: blur(0);
}

.full-height {
  height: 100vh;
  height: 100svh;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.full-height.space-between {
  justify-content: space-between;
}
.full-height.justify-end {
  justify-content: flex-end;
}

.half-h {
  display: flex;
  min-height: 50vh;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  position: relative;
  width: 100%;
}

.fix-row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.grandview {
  display: block;
  width: calc(100% - var(--gap) * 2);
  margin: 0 auto;
  z-index: 5;
}

.arrow {
  width: 32px;
  display: block;
}

.mobile {
  display: none;
}

#thank h2 {
  font-size: 40px;
}

.br {
  display: block;
}

.footer {
  position: relative;
  z-index: 3;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}

.bar:after {
  content: "|";
}

.v-bar {
  width: 57px;
  height: 1px;
  display: block;
  margin: 17px auto 20px auto;
  background-color: var(--dark);
}

.break {
  display: none;
}

.br-m {
  display: none;
}

.explore {
  align-items: flex-start;
  padding-left: 40px;
}

.feature p.big {
  text-transform: uppercase;
  font-weight: 300;
}

.dis-more::after {
  content: "Visit Website";
}

/* enquiry */
#enquire, #thanks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 33px var(--gap) 60px var(--gap);
  background-size: cover;
  background-position: top center;
  font-size: 17px;
  min-height: 100vh;
  margin-top: -1px;
}

#thanks, #brochure-form {
  background-image: url(/images/bg.jpg);
  color: #000;
}

.icon-w {
  margin: 0 auto 104px auto;
}

.register {
  width: 806px;
  position: relative;
  padding: 0 0 60px 0;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.formbox, .enq_frm {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.enq_frm {
  max-width: 560px;
  margin: auto;
}

.b_submit {
  margin: 0 0 30px 0;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  border: none;
  margin: 30px auto 36px auto;
  line-height: 1;
  min-width: 133px;
}

.legal {
  font-size: 14px;
  gap: 5px;
  align-items: center;
}
.legal a {
  font-size: 14px;
  line-height: 24px;
}

.alt-color .b_submit {
  background-color: var(--main-color);
  color: var(--alt-color);
}

.hs-submit {
  border: 1px solid currentColor;
  padding: 10px 30px;
  height: 40px;
}
.hs-submit input {
  border: none;
  padding: 0;
}

label {
  display: block;
  text-align: left;
}

.g6 {
  margin-bottom: 25px;
}

input, select, textarea {
  margin: 0 auto;
  padding: 20px 0 15px 0;
  width: 100%;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid currentColor;
  color: inherit;
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.1em;
  font-family: inherit;
}

.reg {
  width: 40px;
  position: relative;
  z-index: 2;
}

select {
  background-image: url(/images/buttons/arrow.svg);
  background-size: 8px 13px;
  background-position: 100% 55%;
  background-repeat: no-repeat;
}

#brochure-form select {
  background-image: url(/images/buttons/barrow.svg);
}

select option {
  padding: 5px 10px;
  background: #fff;
  color: #000;
}

.privacy {
  margin-top: 15px;
  font-size: 10px;
  text-align: left;
}

.chk_holder {
  padding: 20px 0;
  color: #fff;
}

.checkbox {
  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: left;
}

.checkbox + label {
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  text-align: left;
  display: block;
  position: relative;
  font-size: var(--fs-small);
  font-family: var(--grotesk-regular);
  line-height: 1.4;
  padding-left: 20px;
  margin: auto;
}

.checkbox + label:before {
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  top: 5px;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  content: "";
  display: block;
}

.checkbox + label:after {
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  top: 1px;
  left: 3px;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}

.checkbox:checked + label:after {
  background-color: #fff;
}

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 {
  opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0.2;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0.2;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0.2;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0.2;
}

/* Token Style */
ul.token-input-list-project {
  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;
  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;
  width: 100% !important;
  margin-bottom: 0;
}

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;
}

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

.hbspt-form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.hs-form-field {
  width: calc(50% - 10px) !important;
}

#brochure-form {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  transition: opacity 0.7s;
  opacity: 0;
  background-size: cover;
}
#brochure-form .inner {
  height: 100%;
  overflow-y: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  padding: 20px;
}

/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  backface-visibility: visible;
}

.vbox-overlay {
  background: #000 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

#page-team .vbox-overlay {
  background: #000 !important;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 50px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 89;
}

.vbox-close, .b-close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  z-index: 50;
  color: #fff;
}

.b-close {
  color: #000;
}

.vbox-close:after, .b-close::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 40px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: currentColor;
  top: 0;
}

.vbox-close:before, .b-close::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 40px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: currentColor;
  top: 0;
}

.vbox-left {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
}

.vbox-num {
  display: inline-block;
  margin: 6px 0 6px 15px;
}

/* ----- Social share ----- */
.vbox-share {
  line-height: 28px;
  font-size: 12px;
  overflow: hidden;
  position: fixed;
  left: 0;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.vbox-share svg {
  max-height: 28px;
  width: 28px;
  z-index: 10;
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  vertical-align: middle;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
}

.venoframe.vbvid {
  width: 80vw;
  height: 44vw;
}

@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-figlio {
  max-width: 100%;
  text-align: initial;
  background: transparent !important;
}

img.vbox-figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1s;
}
@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
  animation-delay: -0.9s;
}
@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.sk-spinner-pulse {
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-chasing-dots {
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: "";
  background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s;
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .venoframe.vbvid {
    width: 100%;
    height: 56vw;
  }
}
@media screen and (max-width: 1760px) {
  #nav {
    gap: 56px;
  }
  .feature-holder {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1600px) {
  #nav {
    gap: 45px;
  }
  .btn-holder {
    width: 200px;
  }
  .logo {
    width: 200px;
  }
  .w120 {
    width: 150px;
  }
  .feature-holder .grid_8 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --gap: 30px;
  }
  #nav {
    gap: 35px;
  }
  .feature-holder {
    padding-left: 0;
  }
  .btn-holder {
    width: 180px;
  }
  .logo {
    width: 180px;
  }
  .w120 {
    width: 130px;
  }
  .feature-holder .grid_8 {
    padding-left: 10px;
  }
  .feature-row .title {
    font-size: 36px;
  }
  .row-img {
    width: 295px;
  }
  .f34 {
    font-size: 32px;
  }
  h3.big {
    font-size: 30px;
  }
  .break {
    display: block;
    width: 100%;
    height: 1px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --gap: 20px;
  }
  header {
    font-size: 13px;
  }
  .btn {
    font-size: 16px;
  }
  #nav {
    gap: 20px;
  }
  .btn-holder {
    width: 140px;
  }
  .logo {
    width: 140px;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 40px ;
  }
  .p-l {
    padding-left: 100px;
  }
  .p-r {
    padding-right: 100px;
  }
  .logo {
    background-image: url(/images/icon-b.svg);
    width: 20px;
    height: 30px;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .logo img {
    display: none;
  }
  .btn-holder {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 6;
  }
  .btn-holder .enq {
    width: 100%;
    height: 28px;
    background-image: url(/images/bg-l.jpg);
    line-height: 1;
    color: #000 !important;
    padding-top: 1px;
    background-size: cover;
  }
  #nav-toggle {
    display: block;
  }
  body {
    width: 100%;
  }
  body.fixed {
    height: 100vh;
    overflow: hidden;
  }
  #nav {
    transform: translateY(-100%);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: calc(100vh + 60px);
    height: calc(100svh + 60px);
    padding: 0px 10px 60px 10px;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    justify-content: center;
    gap: 5.75vh;
    background-image: url(/images/bg-nav.jpg);
    background-size: cover;
    transition: transform 1s;
    z-index: 5;
    overflow: hidden;
  }
  #nav a {
    font-family: "HVFlorentinoRegular";
    font-size: clamp(20px, 50px, 4.5vh);
  }
  #nav::before {
    content: "";
    width: 90%;
    max-width: 336px;
    aspect-ratio: 33/50;
    background-image: url(/images/icon-w.svg);
    opacity: 0.25;
    z-index: 0;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 5;
    background-size: contain;
  }
  #nav.active {
    transform: translateY(0%);
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --xxl: 90px;
    --xl: 80px;
    --l: 60px;
    --m: 30px;
    --s: 20px;
    --xs: 10px;
    --fs-medium: 16px;
    --horizontal: 20px;
  }
  h1, h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 18px;
  }
  h5, .l10 {
    font-size: 14px;
  }
  h5 {
    line-height: 1.3;
  }
  .row {
    gap: 30px 0;
  }
  .has-icon {
    background-size: 224px 339px;
  }
  .min-500 {
    min-height: 415px;
  }
  .desk {
    display: none !important;
  }
  .z-2 {
    position: relative;
    padding: 60px var(--gap);
    background-color: var(--blue);
    width: 100%;
    text-align: center;
    bottom: 0;
  }
  .z-2 .enq {
    background-color: #000;
    color: #fff;
  }
  .txt-holder {
    margin-top: -15px;
  }
  .txt-holder .gr-l {
    padding-left: var(--gap);
    justify-content: flex-start;
  }
  .txt-holder .gr-r {
    padding-right: var(--gap);
    justify-content: flex-end;
  }
  #h31 {
    left: var(--gap);
    transform: translateX(0%);
  }
  #h32 {
    left: calc(100% - var(--gap));
    transform: translateX(-100%);
  }
  @keyframes ani1 {
    from {
      left: var(--gap);
      transform: translateX(0%);
    }
    to {
      left: 100%;
      transform: translateX(-85%);
    }
  }
  @keyframes ani2 {
    from {
      left: calc(100% - var(--gap));
      transform: translateX(-100%);
    }
    to {
      left: 0%;
      transform: translateX(18%);
    }
  }
  header .enq {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff !important;
    color: #000 !important;
    z-index: 50;
    width: 100%;
  }
  .mobile {
    display: block;
  }
  .fix-row {
    display: none;
  }
  .grid_3,
  .grid_4,
  .grid_8,
  .grid_6,
  .grid_7,
  .grid_5,
  .g6 {
    width: 100%;
  }
  .message {
    padding: 30px;
  }
  .links {
    flex-wrap: wrap;
    padding: 0 0 45px 0;
  }
  .links a {
    width: 100%;
    padding: 10px 0;
    display: block;
  }
  .links a span {
    height: 20px;
  }
  .bar {
    display: block;
    height: 1px;
    width: 100%;
    opacity: 0;
  }
  .break-m {
    padding: 8px 0;
    opacity: 1;
  }
  .break-m:after {
    content: "";
    width: 20px;
    height: 1px;
    margin: auto;
    background-color: currentColor;
    display: block;
  }
  .br {
    display: none;
  }
  .col-reverse {
    flex-direction: column-reverse;
  }
  .p4 {
    top: 0;
    width: 100px;
  }
  .p5 {
    bottom: 0;
    width: 100px;
  }
  .min-h {
    height: 70vw;
    min-height: 100px;
  }
  input,
  select,
  textarea {
    font-size: 14px;
  }
  .half {
    width: 100%;
  }
  .gap {
    gap: 0;
  }
  .links {
    display: block;
  }
  .links img {
    margin: 10px auto;
  }
  #enquire {
    padding-top: 40px;
  }
  select,
  select option {
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    text-align-last: center;
  }
  .legal {
    gap: 0;
  }
  .f-slide.ani-step2.bg-trn {
    background-position: 0% 50%;
  }
  .para {
    height: calc(100vh - 35px);
    height: calc(100svh - 35px);
  }
  #h5 {
    transform: translateY(100%) scale(0.3);
  }
  #enquire h3 {
    font-size: 48px;
  }
  .btn {
    min-width: 135px;
    font-size: 16px;
    padding: 9.5px 15.5px;
  }
  .scrollDwn {
    bottom: 130px;
  }
  #page-home .scrollDwn {
    bottom: 70px;
  }
  .big-h1 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    height: 100%;
    padding: 60px 0 40px 0;
    font-size: clamp(20px, 66px, 17vw);
  }
  .play {
    padding: 8.5px 24.5px;
    height: 32px;
    font-size: 14px;
  }
  .ani-loop .f2 {
    left: 0;
    margin: auto;
  }
  .slick-arrow {
    font-size: 0 !important;
    height: 38px;
    color: var(--dark);
  }
  .slick-arrow svg {
    width: 30px;
    height: auto;
  }
  #fadeImg {
    margin: 20px 0;
  }
  .feature-holder .grid_4 div {
    width: 100%;
  }
  .feature-row.pts {
    font-size: 12px;
  }
  .v_w120 {
    flex-direction: column;
    gap: 5px;
  }
  .v_w120 .underline {
    font-size: 12px;
  }
  .caption {
    font-size: 12px;
  }
  .caption.abs {
    position: relative;
    bottom: auto;
  }
  .caption.white {
    color: var(--dark);
  }
  .w120 {
    font-size: 12px;
  }
  .feature-row .title {
    font-size: 20px;
  }
  .pt170 {
    padding-top: 60px;
  }
  .gap-m {
    flex-direction: column;
    justify-content: space-between;
    gap: 80px;
  }
  .br-m {
    display: block;
  }
  .switch {
    margin-right: 20px;
  }
  p.big {
    line-height: 1.5;
  }
  .f20 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .ani-loop {
    display: block;
    width: 100%;
  }
  .ani-loop .f1, .ani-loop .f2 {
    width: 100%;
    display: block;
    text-align: center;
  }
  .gap0 {
    gap: 0;
  }
  .hw100 {
    height: 100vh;
    height: 100svh;
  }
  .hw100 .bg-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
  }
  .f37m {
    font-size: 37px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) and (min-aspect-ratio: 16/9) {
  .hw100 .bg-video iframe {
    height: 56.25vw;
  }
}
@media screen and (max-width: 1000px) and (max-aspect-ratio: 16/9) {
  .hw100 .bg-video iframe {
    width: 177.78vh;
  }
}
@media screen and (max-width: 1000px) {
  .explore {
    padding-left: 0;
  }
  #enquire {
    background-image: url(/images/FooterImage.jpg);
    background-size: cover;
    background-position: 40% 0%;
  }
  #enquire:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  #enquire .bg-video {
    display: none;
  }
  .b_submit {
    letter-spacing: 0;
  }
  .container .feature:first-child {
    border-top: 4px solid currentColor;
  }
  .container .feature:last-child {
    border-bottom: 1px solid currentColor;
  }
  .feature {
    border-top: 1px solid currentColor;
    border-bottom: 0;
  }
  .feature {
    border-top: 1px solid currentColor;
    border-bottom: 0;
  }
  .feature-row {
    position: relative;
    opacity: 1 !important;
  }
  .feature-row.dis-af::after {
    display: none;
  }
  .feature-row::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    display: block;
  }
  .feature-row.active {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .feature-row.active .dis-more::after {
    content: "Visit Website";
  }
  .feature-row.active .dis-hide::after {
    content: "Hide";
  }
  .prl {
    padding-left: 0;
    padding-right: 0;
  }
  p.big {
    font-size: clamp(26px, 50px, 11vw);
  }
  .bg-h2 h2 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .bg-h2 img {
    min-height: 30px;
  }
  .big-h2 {
    font-size: clamp(40px, 59px, 11vw);
  }
  #page-location .sw-holder {
    padding-top: 60px;
  }
  .sw-holder {
    padding-top: 0;
  }
  .sw-holder .switch {
    margin: 0 15px !important;
    text-transform: uppercase;
    font-size: 12px;
  }
  .slider-50 .caption {
    display: none;
  }
  .auto-slider img {
    height: calc(50vh - var(--header-height) * 0.5);
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    transform: translate(-1px, 0px);
    margin-top: -2px;
  }
  .f12m {
    font-size: 12px;
  }
  .scroll-m {
    overflow-x: scroll;
  }
  .scroll-m img {
    width: 220vw;
    max-width: 220vw;
  }
  .big-h2.w79 {
    font-size: clamp(40px, 59PX, 11vw);
  }
  .vbox-content {
    margin: 0 !important;
    padding: 0 !important;
  }
  .venoframe.vbvid {
    width: 100%;
    height: 100vh;
  }
  .w-holder {
    max-height: 0;
    transition: max-height 0.5s;
    overflow: hidden;
    display: block;
  }
  .w-holder img {
    display: block;
    width: calc(100% - 40px);
    margin: 20px 0;
  }
  #fadeImg {
    display: none;
  }
  .explore {
    margin-bottom: 20px;
  }
  .feature-row.active .w-holder {
    max-height: 100vh;
  }
  .underline {
    font-size: 14px;
  }
  .asp11-50 {
    aspect-ratio: 9/16;
  }
  .asp11-50 iframe {
    width: 100%;
    height: 100%;
  }
  .dis-more::after {
    content: "Discover More";
  }
  .dis-hide::after {
    content: "Discover More";
  }
  #switch::after {
    display: none;
  }
}