@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 20px;
}

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

body {
  font-family: "SuisseIntl-Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 1rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: rgb(33.1380753138, 125.1882845188, 186.8619246862);
}

ul, ol {
  margin: 0 0 1rem 2rem;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  display: block;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

@font-face {
  font-family: "SuisseIntl-Regular";
  src: url("/dist/assets/assets/fonts/suisseintl-regular/SuisseIntl-Regular.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.text-center {
  text-align: center;
}

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

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

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.main-menu {
  position: fixed;
  margin: 1.5rem;
  left: 0;
  right: 0;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  z-index: 1000;
}
.main-menu__logo {
  height: 4rem;
}
.main-menu__logo img {
  max-height: 100%;
}

.scroll-arrow {
  bottom: 1rem;
  right: 1rem;
  height: 3rem;
  width: 1rem;
}

.page-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("/dist/assets/assets/images/main/marble.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.page-bg--overlay {
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
}

.button {
  padding: 1rem;
  background: white;
  border-radius: 32px;
  border: 0.05rem rgba(251, 240, 218, 0.3) solid;
  -webkit-backdrop-filter: blur(2rem);
          backdrop-filter: blur(2rem);
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  display: inline-flex;
  cursor: pointer;
  transition: background-color 0.5s ease-in-out;
}
.button:hover {
  background: rgba(255, 255, 255, 0.9);
}
.button-text {
  text-align: center;
  color: black;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  word-wrap: break-word;
}

.alotoftext {
  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums ordinal;
  font-feature-settings: "case" on, "salt" on;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.21rem;
}
@media (max-width: 991px) {
  .alotoftext {
    font-size: 2.1rem;
    letter-spacing: -0.1rem;
  }
}
.alotoftext.left {
  text-align: left;
}

.circleEight {
  display: none;
  position: absolute;
  /* top: 0; */
  left: 50%;
  right: 0;
  height: 30vh;
  background-color: white;
  border-radius: 50%;
  z-index: 110;
  width: 140%;
  transform: translateX(-50%) scale(1.5);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-container {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  border-radius: 0;
  background-color: transparent;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1010;
}
.modal-close .close-button {
  background: transparent;
  border: none;
  font-size: 24px;
  color: black;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  transition: transform 0.2s ease;
}
.modal-close .close-button:hover {
  transform: scale(1.1);
}
.modal-close .close-icon {
  line-height: 1;
}

.modal-v10 {
  width: 28rem;
  padding: 2rem;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .modal-v10 {
    width: 100%;
    max-width: 95vw;
  }
}

.heading-title-v10 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
.heading-title-v10 .items {
  align-self: stretch;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.project-title {
  flex: 1 1 0;
  color: black;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.3rem;
  word-wrap: break-word;
}

.description-text {
  align-self: stretch;
  color: #5C5C5C;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  word-wrap: break-word;
}

#subscribeForm {
  width: 100%;
}

.form-items {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}

.input-items {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.input-v11 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}
.input-v11 .item {
  align-self: stretch;
  height: 52px;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: hidden;
  border-bottom: 1px rgba(0, 0, 0, 0.2) solid;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.input-v11 .container {
  flex: 1 1 0;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
}

.text-input {
  width: 100%;
  border: none;
  outline: none;
  color: black;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}
.text-input::-moz-placeholder {
  color: #5C5C5C;
}
.text-input::placeholder {
  color: #5C5C5C;
}

.checkbox-line-v10 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.checkbox-v10 {
  align-self: stretch;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.checkbox-input {
  width: 16px;
  height: 16px;
  position: relative;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin: 0;
}
.checkbox-input:checked {
  background-color: black;
  border-color: black;
}
.checkbox-input:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.privacy-policy-text {
  flex: 1 1 0;
  color: #5C5C5C;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  word-wrap: break-word;
  cursor: pointer;
}

.underline {
  color: black;
  text-decoration: underline;
}

.button-v10 {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: black;
  overflow: hidden;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
  transition: background-color 0.2s ease;
}
.button-v10:hover {
  background-color: #333;
}

.request-a-call-back {
  color: white;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

#formMessage {
  margin-top: 15px;
  text-align: center;
  display: none;
}

/* Turn Your Phone Overlay Styles */
.turnyourphone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.turnyourphone.active {
  opacity: 1;
  visibility: visible;
}

.turnyourphone--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  max-width: 90%;
  text-align: center;
}

.turnyourphone--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.turnyourphone--content svg {
  width: 64px;
  height: 64px;
}

.turnyourphone--text {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
}

/* Only show on mobile devices */
@media (min-width: 1024px) {
  .turnyourphone {
    display: none;
  }
}
.main-section {
  width: 100%;
  position: relative;
  background: black;
  overflow-x: hidden;
  overflow-y: visible;
}
.main-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}
.main-section__bg__img, .main-section__bg__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-section__bg__img {
  left: -10rem;
  right: -10rem;
  top: -10rem;
  bottom: -10rem;
}
.main-section__bg__img video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.main-section__bg__overlay {
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.main-section__small-pic {
  position: absolute;
  top: 12rem;
  right: 10rem;
  width: 30rem;
  display: flex;
  gap: 1rem;
}
.main-section__small-pic-container {
  width: 20rem;
  height: 9rem;
  overflow: hidden;
  position: relative;
}
.main-section__small-pic-container img {
  position: absolute;
  width: 150%;
  max-width: none;
  bottom: 0;
  left: -25%;
}
.main-section__small-pic-text {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
.main-section__small-pic-text-line {
  height: 0.2rem;
  width: 100%;
  background: #FBF0DA;
  opacity: 0.2;
  margin-bottom: 1rem;
}
.main-section__small-pic-text-content {
  color: #FBF0DA;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.5rem */
  letter-spacing: 0.025rem;
}
@media (max-width: 991px) {
  .main-section__small-pic {
    left: 1rem;
    right: 1rem;
    width: auto;
    top: 10rem;
  }
}
.main-section__text {
  position: absolute;
  bottom: 10rem;
  right: 45rem;
  z-index: 10;
}
@media (max-width: 991px) {
  .main-section__text {
    left: 1rem;
    bottom: 15rem;
  }
}
.main-section__text-main, .main-section__text-secondary {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums ordinal;
  font-feature-settings: "case" on, "salt" on;
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.84025rem;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .main-section__text-main, .main-section__text-secondary {
    font-size: 6rem;
    letter-spacing: -0.38rem;
  }
}
.main-section__text-secondary {
  position: relative;
  top: -1.5rem;
  left: 4rem;
  background: linear-gradient(180deg, white 0%, #FBF0DA 32%, black 190%, white 300%, white 400%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .main-section__text-secondary {
    font-size: 6rem;
    left: 2rem;
    height: auto;
    min-width: 26rem;
  }
}
.main-section__text .button {
  position: relative;
  left: 4.5rem;
}
@media (max-width: 991px) {
  .main-section__text .button {
    display: none;
  }
}
.main-section__big-pic {
  position: absolute;
  bottom: 3rem;
  z-index: 5;
  right: 15rem;
  width: 44.3rem;
  height: 22rem;
}
@media (max-width: 991px) {
  .main-section__big-pic {
    width: 19.3rem;
    height: 12.1rem;
    right: 6rem;
    bottom: 6.5rem;
  }
}
.main-section__big-pic-one, .main-section__big-pic-two {
  width: 44.3rem;
  height: 22rem;
  background: linear-gradient(180deg, white 0%, #FBF0DA 32%, black 190%, white 30%);
  position: absolute;
  overflow: hidden;
}
@media (max-width: 991px) {
  .main-section__big-pic-one, .main-section__big-pic-two {
    width: 22.6rem;
    height: 14.2rem;
  }
}
.main-section__big-pic-one {
  left: 2rem;
  top: 2rem;
  background: url(/dist/assets/assets/images/main/marble.webp) top left no-repeat;
  background-size: 120%;
}
.main-section__big-pic-two-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.main-section__big-pic-two-image img {
  position: absolute;
  display: block;
  bottom: 0;
  max-width: none;
  width: 200%;
  left: -50%;
}
.main-section__big-pic-two-image:after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%);
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.main-section__big-pic-two-text {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  color: white;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  letter-spacing: -0.8px;
  font-variant-numeric: lining-nums proportional-nums ordinal;
  font-feature-settings: "case" on, "salt" on;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: transparent;
  overflow: hidden;
  color: #fff;
  z-index: 100;
  /* ---------- Title & subtitle ---------- */
  /* ---------- Bottom‑left note ---------- */
}
.hero__background {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 2;
  opacity: 0.4;
}
.hero__center {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.hero__title, .hero__subtitle {
  width: 100%;
  max-width: 80rem;
  padding: 0 1rem;
  text-align: center;
  z-index: 3;
}
.hero__title {
  top: 40%;
  font-size: 4.2rem;
  letter-spacing: -0.27429rem;
  line-height: 1.1;
  text-transform: capitalize;
  font-variant-numeric: lining-nums proportional-nums ordinal;
  font-feature-settings: "case" on, "salt" on;
  /* Desktop / large breakpoint overrides */
}
@media (min-width: 992px) {
  .hero__title {
    top: 45%;
    font-size: 6rem;
    line-height: 1.1;
    letter-spacing: -0.36rem;
    text-transform: capitalize;
  }
}
.hero__subtitle {
  top: 60%;
  font: 400 clamp(1rem, 5vw, 1.5rem)/1.35 "SuisseIntl-Regular", sans-serif;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 992px) {
  .hero__subtitle {
    font-size: 2rem;
    line-height: 1.3;
    max-width: 80rem;
  }
}
.hero__note {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  max-width: 24rem;
  font: 400 clamp(0.75rem, 3vw, 1rem)/1.3 "SuisseIntl-Regular", sans-serif;
  z-index: 3;
}
@media (min-width: 992px) {
  .hero__note {
    bottom: 1rem;
    left: 1rem;
    font-size: 1rem;
  }
}

.hero-centered {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: transparent;
  overflow: hidden;
  color: #fff;
}
.hero-centered .container {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.hero-centered .container .button {
  position: absolute;
  bottom: 10rem;
  z-index: 10;
}

.sevenScreen {
  position: relative;
}
.sevenScreen__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  z-index: 1;
}
.sevenScreen .container {
  position: relative;
  top: 8rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .sevenScreen .container {
    top: 4rem;
  }
}
@media (max-width: 991px) {
  .sevenScreen .container .button {
    display: none;
  }
}
.sevenScreen .alotoftext {
  max-width: 50rem;
  position: relative;
  z-index: 2;
}
.sevenScreen .numbers {
  position: absolute;
  top: 32rem;
  right: 2rem;
  width: 30rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .sevenScreen .numbers {
    top: 28rem;
    width: auto;
    left: 2rem;
    right: 2rem;
    max-width: 80%;
  }
  .sevenScreen .numbers svg {
    max-width: 100%;
  }
}

.section.eightScreen {
  min-height: 60rem;
}
@media (max-width: 991px) {
  .section.eightScreen {
    min-height: 70rem;
  }
}

.inspired {
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  bottom: 0;
  color: #000;
}
.inspired__content {
  width: 26.6rem;
  text-align: left;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.inspired__content h2 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 61.6px */
  letter-spacing: -0.21rem;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .inspired__content h2 {
    font-size: 2.8rem;
    letter-spacing: -0.1rem;
  }
}
.inspired__content p {
  font-size: 2rem;
  font-style: normal;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.12rem;
  margin-bottom: 1rem;
  text-align: left;
}
@media (max-width: 991px) {
  .inspired__content p {
    font-size: 1.2rem;
    letter-spacing: -0.05rem;
  }
}
.inspired__content .designed-by {
  color: #D57520;
  text-decoration: none;
  display: inline-block;
  font-size: 1.8rem;
  font-style: normal;
  letter-spacing: -0.05rem;
  margin-bottom: 2rem;
  text-align: left;
}
.inspired__grid {
  position: relative;
  top: 8rem;
}
@media (max-width: 992px) {
  .inspired__grid {
    top: 15rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: flex-start;
    max-height: 49rem;
  }
}
.inspired__grid .item {
  width: 28.43rem;
  position: absolute;
}
.inspired__grid .item--hotel, .inspired__grid .item--wellness {
  left: 8rem;
}
.inspired__grid .item--wellness {
  top: 30rem;
}
.inspired__grid .item--beach {
  top: -3rem;
}
.inspired__grid .item--beach, .inspired__grid .item--yacht {
  right: 8rem;
}
.inspired__grid .item--yacht {
  top: 37rem;
}
.inspired__grid .item--dining {
  left: 50%;
  transform: translateX(-50%);
  top: 15rem;
}
.inspired__grid .item--caption {
  padding-top: 1rem;
}
@media (max-width: 992px) {
  .inspired__grid .item {
    width: calc(49% - 0.5rem);
    position: static;
  }
  .inspired__grid .item--hotel,
  .inspired__grid .item--wellness,
  .inspired__grid .item--beach,
  .inspired__grid .item--yacht,
  .inspired__grid .item--dining {
    left: auto;
    top: auto;
    right: auto;
    transform: none;
    margin-bottom: 1rem;
  }
  .inspired__grid .item--hotel .item--caption,
  .inspired__grid .item--wellness .item--caption,
  .inspired__grid .item--beach .item--caption,
  .inspired__grid .item--yacht .item--caption,
  .inspired__grid .item--dining .item--caption {
    padding-top: 1rem;
    font-size: 1rem;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .inspired__content {
    margin-bottom: 2.5rem;
  }
}
.section.nineScreen {
  height: 400vh !important;
}

.nineScreen .wrapper {
  position: relative;
  margin-top: 5rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.nineScreen--caption {
  font-size: 6rem;
  color: white;
  letter-spacing: -0.36rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70rem;
  line-height: 110%;
  text-align: center;
}
.nineScreen--caption--one {
  top: 30rem;
}
.nineScreen--caption--two {
  top: 110rem;
}
.nineScreen--caption--three {
  top: 190rem;
}
@media (max-width: 991px) {
  .nineScreen--caption {
    font-size: 4.57143rem;
    letter-spacing: -0.27429rem;
    text-align: center;
    width: 95vw;
  }
}
.nineScreen--item.right {
  right: 0rem;
}
.nineScreen--item.right .nineScreen--item--image--under {
  left: -1.5rem;
  right: auto;
}
.nineScreen--item {
  width: 35rem;
  height: 26.25rem;
  top: 20rem;
  position: absolute;
}
.nineScreen--item--image {
  width: 100%;
  height: 100%;
  position: relative;
}
.nineScreen--item--image--main {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: url(/dist/assets/assets/screens/7screen_bgs/1.webp) top left no-repeat;
  background-size: cover;
}
.nineScreen--item--image--under {
  width: 100%;
  height: 100%;
  position: relative;
  left: 1.5rem;
  top: 1.5rem;
  background: url(/dist/assets/assets/images/main/marble.webp) top left no-repeat;
  background-size: cover;
}
.nineScreen--item--01 .nineScreen--item--image--main {
  background-image: url(/dist/assets/assets/screens/7screen_bgs/1.webp);
}
.nineScreen--item--02 {
  top: 60rem;
  width: 30.625rem;
  height: 32.875rem;
}
.nineScreen--item--02 .nineScreen--item--image--main {
  background-image: url(/dist/assets/assets/screens/7screen_bgs/2.webp);
}
.nineScreen--item--03 {
  top: 100rem;
  width: 42.25rem;
  height: 23.75rem;
}
.nineScreen--item--03 .nineScreen--item--image--main {
  background-image: url(/dist/assets/assets/screens/7screen_bgs/3.webp);
}
.nineScreen--item--04 {
  top: 140rem;
  width: 28.4375rem;
  height: 40.75rem;
}
.nineScreen--item--04 .nineScreen--item--image--main {
  background-image: url(/dist/assets/assets/screens/7screen_bgs/4.webp);
}
.nineScreen--item--05 {
  top: 180rem;
  width: 28.4375rem;
  height: 30rem;
}
.nineScreen--item--05 .nineScreen--item--image--main {
  background-image: url(/dist/assets/assets/screens/7screen_bgs/5.webp);
}
.nineScreen--item--06 {
  top: 220rem;
  width: 28.4375rem;
  height: 30rem;
}
.nineScreen--item--06 .nineScreen--item--image--main {
  background-image: url(/dist/assets/assets/screens/7screen_bgs/6.webp);
}

@media (max-width: 991px) {
  .nineScreen .wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .nineScreen--item {
    width: 20.3rem;
    height: 15.2rem;
  }
}
.section.screenThirteen {
  min-height: 60rem;
}
@media (max-width: 991px) {
  .section.screenThirteen {
    min-height: 70rem;
  }
}

.partnership-content {
  position: absolute;
  top: 15rem;
  left: 15rem;
  width: 32rem;
}
.partnership-content--headline {
  color: #FBF0DA;
  font-variant-numeric: lining-nums proportional-nums ordinal;
  font-feature-settings: "case" on, "salt" on;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 3.85rem */
  letter-spacing: -0.21rem;
}
.partnership-content--text {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums ordinal;
  font-feature-settings: "case" on, "salt" on;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 2.1125rem */
  letter-spacing: -0.065rem;
}

.partnership-logos {
  position: absolute;
  width: 40rem;
  top: 15rem;
  right: 0;
}
.partnership-logos--item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  padding: 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  align-self: stretch;
}
.partnership-logos--item--title {
  color: #FFF;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.065rem;
}
.partnership-logos--item--logo {
  height: 5rem;
}
.partnership-logos--item--logo img {
  max-height: 100%;
  min-height: 100%;
}

@media (max-width: 991px) {
  .screenThirteen .wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1.2rem;
    padding-top: 5rem;
  }
  .screenThirteen .wrapper .partnership-logos, .screenThirteen .wrapper .partnership-content {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .screenThirteen .wrapper .partnership-content--headline {
    font-size: 2.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 2.51429rem */
    letter-spacing: -0.13714rem;
  }
  .screenThirteen .wrapper .partnership-content--text {
    font-size: 1.14286rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 1.48571rem */
    letter-spacing: -0.04571rem;
  }
}
.footer .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.footer--content {
  display: flex;
  width: 58.125rem;
  flex-direction: column;
  align-items: center;
  gap: 7.5rem;
  align-content: center;
  justify-content: center;
}
.footer--content--headline {
  color: #E7DDC9;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.5rem */
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}
.footer--content--points li {
  margin-top: 1rem;
}
.footer--content--points a {
  color: #FFF;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums ordinal;
  font-feature-settings: "case" on, "salt" on;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 2.125rem */
  letter-spacing: -0.05rem;
}
.footer--content--rights {
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 2.125rem */
  letter-spacing: -0.05rem;
}

.loader {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ebded6 url("/dist/assets/assets/images/main/marble.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.loader--bg {
  position: absolute;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.loader--logo {
  width: 24rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loader--progress {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}
.loader--progress--numbers {
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums ordinal;
  font-feature-settings: "case" on, "salt" on;
  font-size: 8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 8.8rem */
  letter-spacing: -0.64rem;
  text-transform: capitalize;
}
.loader--progress--bar {
  width: 100%;
  height: 0.1875rem;
}
.loader--progress--bar--color {
  width: 100%;
  height: 100%;
  background: #fff; /* or brand colour */
  transform-origin: left;
  transform: scaleX(0); /* start empty */
}

@media (max-width: 991px) {
  .loader--logo {
    width: 18rem;
    top: 40%;
  }
  .loader--progress {
    margin-bottom: 10rem;
  }
}
.section.location {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: rgb(5, 5, 5);
  z-index: 150;
}

.location--content {
  position: absolute;
  top: 15rem;
  left: 15rem;
  width: 32rem;
}
@media (max-width: 991px) {
  .location--content {
    left: 2rem;
    top: 8rem;
  }
}
.location--content--headline {
  color: #FBF0DA;
  font-variant-numeric: lining-nums proportional-nums ordinal;
  font-feature-settings: "case" on, "salt" on;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 3.85rem */
  letter-spacing: -0.21rem;
}
@media (max-width: 991px) {
  .location--content--headline {
    font-size: 2.28571rem;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 2.51429rem */
    letter-spacing: -0.13714rem;
  }
}
.location--content--text {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums ordinal;
  font-feature-settings: "case" on, "salt" on;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 2.1125rem */
  letter-spacing: -0.065rem;
}
.location--map {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
}
.location--map--image {
  background: url("/dist/assets/assets/images/mapjpg.webp") center center;
  width: 100%;
  min-height: 100%;
  background-size: cover;
}
@media (max-width: 991px) {
  .location--map--image {
    background-position: 30% 0%;
  }
}
.location--cards {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  position: absolute;
}
.location--cards--item {
  width: 20rem;
  background: #3B3B3C;
  padding: 1rem;
}
@media (max-width: 991px) {
  .location--cards--item {
    width: calc(50% - 0.5rem);
  }
}
.location--cards--item--header {
  color: #FBF0DA;
  font-size: 1.71429rem;
  letter-spacing: -0.10286rem;
}
.location--cards--item--text {
  letter-spacing: -0.05714rem;
  font-size: 1.4rem;
  color: white;
}
.location--cards--item--text span.small {
  font-size: 1rem;
  margin: 0 0.3rem;
}

/* 1.  ORIGINAL STYLES YOU ALREADY HAVE
   (kept here for context – no changes) */
.slidingBG {
  position: absolute;
  bottom: 3rem;
  right: 15rem;
  z-index: 5;
  width: 44.3rem;
  height: 22rem;
  overflow: hidden;
  opacity: 0;
  /* 2.  EXPANDED STATE
     Simply add or remove the class .slidingBG--expanded
     (e.g. with JS, :target, or the :checked hack)          */
}
@media (max-width: 991px) {
  .slidingBG {
    width: 22.6rem;
    height: 14.2rem;
  }
}
.slidingBG--image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.slidingBG--image img {
  position: absolute;
  display: block;
  bottom: 0;
  left: -50%;
  width: 200%;
  max-width: none;
}
.slidingBG--frames {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slidingBG--frames--scene1 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0; /* Initially hidden */
}
.slidingBG--frames--scene2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0; /* Initially hidden */
}
.slidingBG--frames img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slidingBG--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.slidingBG--expanded {
  /* Pin the block to the viewport so it “unfolds” outward */
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  border-radius: 0;
  z-index: 999;
  /* Optional: give the image and video a subtle zoom for drama */
}
.slidingBG--expanded .slidingBG--image img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  left: 0;
}
.slidingBG--expanded .slidingBG--frames {
  width: 100%;
  height: 100%;
  opacity: 1; /* Show frames in expanded state */
}
.slidingBG--expanded .slidingBG--frames img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

:root {
  --vh: 100vh; /* Fallback if JS doesn't run */
}

/* Use this class for full-screen elements */
.full-height {
  height: calc(var(--vh, 1vh) * 100);
}

body.is‑loading,
html.is‑loading {
  overflow: hidden;
  height: 100%; /* avoids iOS overscroll */
}

.section, section {
  position: relative;
  width: 100%;
  min-height: 40rem;
  background: transparent;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100);
}

.WillChange {
  will-change: transform, left, top;
}

.SmoothTransitions {
  transition: all ease-in-out 0.1s;
}

html {
  font-size: 16px;
  font-variant-numeric: lining-nums proportional-nums ordinal;
  font-feature-settings: "case" on, "salt" on;
}
@media (max-width: 992px) {
  html {
    font-size: 3.2558139535vw;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 0.8333333333vw;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  font-family: "SuisseIntl-Regular", sans-serif;
}

.animation-box {
  margin-top: 2rem;
}

h1 {
  text-transform: uppercase;
}

.fixed {
  position: fixed;
}