@font-face {
  font-family: "Right Grotesk Wide";
  src: url("/fonts/RightGrotesk-WideRegular.eot");
  src: url("/fonts/RightGrotesk-WideRegular.eot?#iefix") format("embedded-opentype"), url("/fonts/RightGrotesk-WideRegular.woff2") format("woff2"), url("/fonts/RightGrotesk-WideRegular.woff") format("woff"), url("/fonts/RightGrotesk-WideRegular.ttf") format("truetype"), url("/fonts/RightGrotesk-WideRegular.svg#RightGrotesk-WideRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Heroic Condensed";
  src: url("/fonts/HeroicCondensed-Regular.eot");
  src: url("/fonts/HeroicCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/HeroicCondensed-Regular.woff2") format("woff2"), url("/fonts/HeroicCondensed-Regular.woff") format("woff"), url("/fonts/HeroicCondensed-Regular.ttf") format("truetype"), url("/fonts/HeroicCondensed-Regular.svg#HeroicCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Right Grotesk Spatial";
  src: url("/fonts/RightGrotesk-SpatialMedium.eot");
  src: url("/fonts/RightGrotesk-SpatialMedium.eot?#iefix") format("embedded-opentype"), url("/fonts/RightGrotesk-SpatialMedium.woff2") format("woff2"), url("/fonts/RightGrotesk-SpatialMedium.woff") format("woff"), url("/fonts/RightGrotesk-SpatialMedium.ttf") format("truetype"), url("/fonts/RightGrotesk-SpatialMedium.svg#RightGrotesk-SpatialMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 80px;
  --gap: 60px;
  --light: #ffff;
  --creame: #ECE9E5;
  --brown: #B4A48A;
  --xxs: 5px;
  --xs: 10px;
  --s: 20px;
  --m: 40px;
  --l: 100px;
  --xl: 180px;
  --xxl: 300px;
  --xxxl: 385px;
}

body {
  font-family: "Right Grotesk Wide";
  font-size: 15px;
  line-height: 20px;
  background: var(--light);
  color: var(--brown);
  margin: 0;
  text-align: center;
  line-height: 1.33;
  overflow: hidden;
}

*,
*: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: calc(33.33% - 16px);
}

.grid_5 {
  width: 41%;
}

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

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

.ptb100 {
  padding: 100px 0;
}

.pt100 {
  padding-top: 108px;
}

.pb100 {
  padding-bottom: 108px;
}

.pb80 {
  padding-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.container {
  margin: 0 auto;
  width: calc(100% - var(--gap) * 2);
}

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

.para {
  position: relative;
  overflow: hidden;
}

.full-vh {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  flex-wrap: wrap;
}
.full-vh * {
  position: relative;
  z-index: 5;
}

.col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 60px, 6vh);
}

p.larg {
  font-size: clamp(16px, 28px, 3vw);
  max-width: 58em;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.bar {
  background-color: var(--brown);
  color: #fff;
  padding: 30px;
}
.bar h3 {
  font-size: clamp(30px, 48px, 6vw);
}
.bar.border-b {
  box-shadow: 1px 7px 10px -5px rgba(0, 0, 0, 0.5);
  z-index: 3;
}

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

.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;
  }
}
section {
  position: relative;
  background-color: inherit;
}

h1, h2, h3, h4 {
  font-family: "Heroic Condensed";
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 0.9;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(40px, 266.74px, 20vw);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
}

h2 {
  font-size: clamp(35px, 63px, 6vw);
  font-weight: 400;
  line-height: 1.01;
}

.med {
  font-size: clamp(14px, 24px, 5vw);
}

.big {
  font-size: clamp(48px, 103.74px, 11vw);
  line-height: 0.9;
}

h3 {
  font-size: clamp(33px, 53px, 4vw);
  font-weight: 400;
}

h4 {
  font-weight: 500;
  font-size: 41px;
}

h5 {
  text-transform: uppercase;
  font-family: "Right Grotesk Spatial";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.abs-sc {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 8;
  letter-spacing: 0.2em;
  line-height: 2em;
  text-align: center;
  font-weight: 500;
  color: #fff;
}

.scrollTo svg {
  display: block;
  margin: 10px auto 0 auto;
}

.fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  position: relative;
  z-index: 0;
}

.abs-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.gradient {
  background-color: rgba(180, 164, 138, 0.5);
  color: #fff;
  width: 100%;
  padding: 15px;
}

.btn {
  margin-left: auto;
  margin-right: auto;
  right: auto;
  padding: 0 15px;
  display: flex;
  background: var(--brown);
  color: var(--light);
  font-family: "Right Grotesk Spatial";
  letter-spacing: 0.12em;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  min-width: 320px;
}

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

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

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

.g70 {
  gap: 70px 20px;
}

.g3 {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.g3 img {
  margin-bottom: 25px;
}

.g3 p {
  max-width: 400px;
}

.g3 h4 {
  margin-bottom: 20px;
}

.leftalign {
  text-align: left;
}

.rightalign {
  text-align: right;
}

.white {
  color: var(--light);
}

.w1000 {
  max-width: 1230px;
  margin: auto;
  justify-content: center;
}

h5.lines {
  padding: 10px 0;
  border-top: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: left;
  width: 100%;
}

.gap20 {
  justify-content: space-between;
  gap: 20px;
}

.videoo-holder {
  height: 50vw;
  min-height: 60vh;
}
.videoo-holder .grid_6 {
  position: relative;
  z-index: 1;
  align-self: stretch;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.videoo-holder video {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 40%;
     object-position: 50% 40%;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.border-r {
  border-right: 1px solid currentColor;
}

.border-t {
  border-top: 1px solid #fff;
}

.ptb30 {
  padding: 30px;
}

.links {
  justify-content: space-between;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}

.mx-c {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.couple-holder {
  background-color: var(--brown);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 0 100px 0;
  align-items: center;
}
.couple-holder .abs-img {
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 53;
  padding: 0 var(--gap);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--light);
}
header.bg {
  background-color: var(--light);
  color: var(--brown);
}

.logo {
  display: block;
  width: 210px;
  z-index: 5;
  left: 0;
}
.logo svg {
  width: 100%;
  display: block;
  height: auto;
}
.logo svg path {
  fill: currentColor;
}

#enquiry_promo_enquiry ._form-label {
  text-align: center !important;
  font-weight: 400 !important;
}

#enquiry_promo_enquiry select, #enquiry_promo_enquiry input {
  text-align: center !important;
  -moz-text-align-last: center !important;
       text-align-last: center !important;
}

._checkbox-radio {
  text-align: center !important;
}

._submit {
  margin: 30px auto 0 auto !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em !important;
  display: block;
  font-size: 11px !important;
  border-radius: 0 !important;
  font-family: "Right Grotesk Spatial" !important;
  min-width: 137px;
  width: 137px;
}

._form-label {
  text-align: center !important;
}

input[type=text], input[type=email], input[type=phone], input[type=tel], input[type=submit], select {
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  text-align: left !important;
  font-size: 15px !important;
  line-height: 1.33 !important;
  padding: 0 0 16px 0 !important;
  color: #fff !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

label {
  color: #fff !important;
}

select option {
  padding: 7px 5px;
  background: #B4A48A;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: left;
}

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

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 0;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 0;
}

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

#page-promotion .register ._submit {
  background: #fff !important;
  color: #B4A48A !important;
}

#_form_68CA8CFE178E8_ ._submit {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #B3A48A !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: #FFFFFF !important;
  padding: 10px !important;
}

._row {
  color: #fff;
}

@media screen and (max-width: 1510px) {
  :root {
    --gap: 20px;
  }
  h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1240px) {
  h5 {
    font-size: 13px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height: 60px;
  }
  body {
    font-size: 14px;
  }
  .logo {
    width: 160px;
  }
  h5 {
    font-size: 12px;
  }
  .btn {
    font-size: 13px;
    min-width: 240px;
  }
  .grid_4, .g3, .grid_6 {
    width: 100%;
  }
  .g70 {
    gap: 34px 20px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .ptb100 {
    padding: 100px 0;
  }
  .pt80 {
    padding-top: 60px;
  }
  .pb80 {
    padding-bottom: 60px;
  }
  .videoo-holder {
    height: calc(100vh - 60px);
  }
  .videoo-holder .grid_6 {
    height: 50%;
  }
  .border-r {
    border-right: none;
    border-bottom: 1px solid currentColor;
  }
  .links {
    flex-direction: column;
    gap: 30px;
  }
  .couple-holder .flex {
    gap: 40px;
  }
  .couple-holder .flex .pt80 {
    padding-top: 10px;
  }
  h5.lines {
    margin-top: 15px;
  }
  .leftalign, .rightalign {
    text-align: center;
  }
}