:root {
  --bs-primary: #00A6B8;
  --bs-primary-rgb: 0, 166, 184;
  --bs-primary-dark: #002A3F;
  --bs-primary-light: #35BDFA;
  --bs-primary-bg-subtle: rgba(var(--bs-primary-rgb), 0.3);
  --bs-primary-border-subtle: rgba(var(--bs-primary-rgb), 0.6);
  --bs-light: #FAF8F3;
  --bs-light-rgb: 250, 248, 243;
  --bs-info: #35BDFA;
  --bs-info-rgb: 53, 189, 250;
  --bs-dark: #041415;
  --bs-dark-rgb: 4, 20, 21;
  --bs-body-color: #000000;
  --bs-cyan: #35BDFA;
  --bs-gold: #BE8226;
  --bs-gold-light: #F2EEBA;
  --bs-gold-dark: #A26C2C;
  --bs-purple: #13003F;
  --bs-teal: #0B8997;
  --bs-gray: #6c757d;
  --bs-gray-200: #848484;
  --bs-gray-600: #6E6E6E;
  --bs-yellow-light: #F2EEBA;
  --bs-yellow-light-rgb: 242, 238, 186;
  --bs-body-color: #fff;
  --bs-body-color-rgb: 255,255,255;
  --bs-body-font-family: "roc-grotesk";
  --bs-font-family-2: "roc-grotesk-wide";
  --bs-heading-font-family: "ff-market-web";
}

@media (min-width: 1800px) {
  html {
    font-size: 18px;
  }
}

body {
  background-color: var(--bs-primary-dark);
  font-family: "roc-grotesk", sans-serif;
  font-weight: normal;
  font-style: normal;
}

textarea {
  resize: none;
}

iframe {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.navbar {
  --bs-navbar-color: rgba(var(--bs-body-color-rgb), 1);
  --bs-navbar-hover-color: rgba(var(--bs-body-color-rgb), 1);
  --bs-navbar-disabled-color: rgba(var(--bs-body-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-body-color-rgb), 1);
}

.ff-heading, .heading-text {
  font-family: var(--bs-heading-font-family);
  font-weight: normal;
  font-style: normal;
}

.ff-heading-2 {
  font-family: var(--bs-font-family-2);
  font-weight: 700;
  font-style: normal;
}

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

.fw-thin {
  font-weight: 100 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.fs-italic {
  font-style: italic;
}

.anchor-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 3;
}

.z-index-1 {
  z-index: 1;
}

.fs-13px {
  font-size: 13px;
}

.fs-14px {
  font-size: 14px;
}

.fs-21px {
  font-size: 21px;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.text-spacing-10 {
  letter-spacing: 10.85px;
}

.text-primary-dark {
  color: var(--bs-primary-dark);
}

.text-gold {
  color: var(--bs-gold);
}

.text-purple {
  color: var(--bs-purple);
}

.text-yellow-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-yellow-light-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-27 {
  --bs-text-opacity: .27 !important;
}

.text-opacity-95 {
  --bs-text-opacity: .95;
}

.text-opacity-86 {
  --bs-text-opacity: .86;
}

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

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

.w-77_5 {
  width: 77.5%;
}

.overlay-top-separator {
  --separator-height: 142px;
}

.overlay-separator, .bottom-offset-separtor {
  --separator-height: 334px;
  --separator-bottom-height: 142px;
}

[class*=overlay-shade] {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}

.overlay-type-2 {
  top: unset;
  bottom: 0;
  height: calc(100% - var(--separator-bottom-height));
}

.bottom-offset-separtor {
  margin-bottom: calc(var(--separator-bottom-height) * -1);
}

.top-separtor-bg {
  width: 100%;
  height: calc(100% - var(--separator-bottom-height));
}

.overlay-top-separator {
  height: var(--separator-height);
}

.overlay-top-2 {
  bottom: unset;
  top: 0;
  height: 16.5%;
}

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

.bg-gray {
  background-color: #DEDEDE;
}

.bg-overlay-1 {
  --bg-overlay-1: #092D31;
  --bg-overlay-1-rgb: 9, 45, 49;
  background-color: rgba(var(--bg-overlay-1-rgb), 0.31);
}

.bg-overlay-2 {
  background: transparent linear-gradient(250deg, rgba(23, 21, 21, 0) 0%, #000000 100%) 0% 0% no-repeat padding-box;
}

.bg-overlay-3 {
  background: transparent linear-gradient(180deg, rgba(250, 248, 243, 0) 0%, #000E19 100%) 0% 0% no-repeat padding-box;
}

.map-overlay {
  background: #00A6B8 0% 0% no-repeat padding-box;
  opacity: 0.35;
  mix-blend-mode: color;
}

.leaflet-overlay-pane {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00A6B8 0% 0% no-repeat padding-box;
  opacity: 0.35;
  mix-blend-mode: color;
}

.overlay-elipse-dots-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  mix-blend-mode: overlay;
  overflow: hidden;
}
.overlay-elipse-dots-2:before {
  content: "";
  background-image: url(../img/element/ellipse-dots.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 91.23%;
  height: 94.6%;
  top: 50px;
  left: 50px;
}

.overlay-elipse-dots-3 {
  position: absolute;
  width: 91.66666667%;
  height: 77%;
  right: 0;
  bottom: -10%;
  z-index: -1;
  mix-blend-mode: overlay;
  overflow: hidden;
}
.overlay-elipse-dots-3:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/element/ellipse-dots.svg);
  background-size: contain;
  background-repeat: repeat;
  position: absolute;
}

.overlay-elipse-dots-4 {
  position: absolute;
  width: 91.2%;
  height: 83%;
  right: 0;
  top: 12%;
  z-index: -1;
  mix-blend-mode: normal;
  overflow: hidden;
}
.overlay-elipse-dots-4:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: repeat;
  background-image: radial-gradient(circle at 2px 2px, #45464D 2px, transparent 0);
  background-size: 21px 21px;
  background-position: 0px 0px;
}

.overlay-elipse-dots-5 {
  position: absolute;
  width: 89.2%;
  height: 78%;
  right: 0;
  top: -10%;
  z-index: -1;
  mix-blend-mode: normal;
  overflow: hidden;
}
.overlay-elipse-dots-5:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: repeat;
  background-image: radial-gradient(circle at 2px 2px, #45464D 2px, transparent 0);
  background-size: 21px 21px;
  background-position: 0px 0px;
}

.blend-lighten {
  mix-blend-mode: lighten;
}

.blend-multiply {
  mix-blend-mode: multiply;
}

.blend-overlay {
  mix-blend-mode: overlay;
}

.blend-hard-light {
  mix-blend-mode: hard-light;
}

.bg-blend-3 {
  mix-blend-mode: lighten;
  opacity: 0.5;
  filter: blur(1px);
}

.filter-1px {
  filter: blur(1px);
}

.light-separator {
  width: 100%;
  height: 334px;
}

.text-gray {
  color: var(--bs-gray) !important;
}

.text-gray-2 {
  color: var(--bs-gray-200) !important;
}

.text-gray-6 {
  color: var(--bs-gray-600);
}

.banner-text {
  font-size: 14vw;
  line-height: 1.145;
}
@media (min-width: 576px) {
  .banner-text {
    font-size: 10vw;
  }
}
@media (min-width: 768px) {
  .banner-text {
    font-size: 8vw;
  }
}
@media (min-width: 992px) {
  .banner-text {
    font-size: 6.3vw;
  }
}
@media (min-width: 1600px) {
  .banner-text {
    font-size: 7.3vw;
  }
}

.heading-text-1 {
  font-size: 7.97vw;
  line-height: 1;
}
@media (min-width: 992px) {
  .heading-text-1 {
    font-size: 7.97vw;
  }
}
@media (min-width: 1600px) {
  .heading-text-1 {
    font-size: 7.97vw;
  }
}

.heading-text-2 {
  font-size: 12vw;
  font-size: calc(2.2rem + 1.5vw);
  line-height: 1;
  letter-spacing: 2.036vw;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .heading-text-2 {
    font-size: calc(2.2rem + 1.5vw);
  }
}
@media (min-width: 992px) {
  .heading-text-2 {
    font-size: 6.28vw;
  }
}
@media (min-width: 1600px) {
  .heading-text-2 {
    font-size: 6.2vw;
  }
}

.text-outline {
  --bs-text-opacity: .95;
  -webkit-text-stroke: 1px rgba(var(--bs-primary-rgb), var(--bs-text-opacity));
  -webkit-text-fill-color: transparent;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.col-px {
  --bs-gutter-x: 1.5rem;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.rotate-33 {
  transform: rotate(33deg);
}

.rotate-n1 {
  transform: rotate(-1deg);
}

.rotate-n8 {
  transform: rotate(-8deg);
}

.rotate-n10 {
  transform: rotate(-10deg);
}

.rotate-n14 {
  transform: rotate(-14deg);
}

.rotate-n53 {
  transform: rotate(-53deg);
}

.rotate-n75 {
  transform: rotate(-75deg);
}

.rotate-n90 {
  transform: rotate(-90deg);
}

.rotate-103 {
  transform: rotate(103deg);
}

.rotate-110 {
  transform: rotate(110deg);
}

.rotateY-180 {
  transform: rotateY(180deg);
}

.lh-md {
  line-height: 1.67;
}

._img-line {
  position: relative;
}
._img-line:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 12px;
  background-color: var(--bs-primary-light);
  z-index: 1;
  content: "";
  mix-blend-mode: hard-light;
}
._img-line:has(> .responsive-map-container):before {
  z-index: 99999;
}

._img-line-top {
  position: relative;
}
._img-line-top:before {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: 12px;
  background-color: var(--bs-primary-light);
  z-index: 1;
  content: "";
  mix-blend-mode: hard-light;
}

.mw-474px {
  max-width: 474px;
}

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

.z-999 {
  z-index: 999 !important;
}

.z-9999 {
  z-index: 9999 !important;
}

.ul-ps-1 ul {
  padding-inline-start: 1rem;
}

.h-120vh {
  height: 120vh;
}

.h-68vw {
  height: 68vw;
}

.h-64vw {
  height: 64vw;
}

.ms-n100pct {
  margin-left: -100%;
}

.ratio-bx-1 {
  --bs-aspect-ratio: 70%;
}

.ratio-bx-2 {
  --bs-aspect-ratio: 66.5%;
}

.ratio-bx-3 {
  --bs-aspect-ratio: 68.5%;
}

.ratio-bx-4 {
  --bs-aspect-ratio: 155%;
}

.ratio-bx-5 {
  --bs-aspect-ratio: 94%;
}

.ratio-bx-6 {
  --bs-aspect-ratio: 81%;
}

.ratio-bx-7 {
  --bs-aspect-ratio: 68.234%;
}

.mt-n3px {
  margin-top: -3px;
}

.mt-n6px {
  margin-top: -6px;
}

.mb-n3px {
  margin-bottom: -3px;
}

.mb-n6pct {
  margin-bottom: -6%;
}

.mt-n50pct {
  margin-top: -50%;
}

.mt-n6-5pct {
  margin-top: -6.5%;
}

.mb-n50pct {
  margin-bottom: -50%;
}

.mb-n55pct {
  margin-bottom: -55%;
}

.mb-n60pct {
  margin-bottom: -60%;
}

.mb-n100pct {
  margin-bottom: -100%;
}

.me-n100pct {
  margin-right: -100%;
}

.rotatexy-45-180 {
  transform: rotateZ(45deg) rotateY(180deg);
}

.w-maxcontent {
  width: max-content;
}

.w-86 {
  width: 86% !important;
}

.w-90 {
  width: 90% !important;
}

.top-auto {
  top: auto !important;
}

.fs-24px {
  font-size: 24px !important;
}

.w-90pct {
  width: 90%;
}

@media (min-width: 768px) {
  .h-md-100 {
    height: 100% !important;
  }
}
@media (min-width: 992px) {
  .col-lg-px {
    --bs-gutter-x: 1.5rem;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .fs-lg-13px {
    font-size: 13px;
  }
  .fs-lg-24px {
    font-size: 24px;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .fs-lg-3 {
    font-size: 1rem !important;
  }
  .fs-lg-27px {
    font-size: 27px !important;
  }
}
@media (min-width: 1200px) {
  .mw-xl-277 {
    max-width: 277px;
  }
  .fs-xl-14px {
    font-size: 14px;
  }
  .h-xl-100 {
    height: 100%;
  }
  .fs-xl-3 {
    font-size: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-21px {
    font-size: 21px;
  }
  .spacing-xxl p {
    margin-bottom: 1.5rem;
  }
  .position-xxl-absolute {
    position: absolute;
  }
  .pt-xxl-120px {
    padding-top: 120px !important;
  }
  .px-xxl-35px {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .fs-xxl-27px {
    font-size: 27px !important;
  }
}
@media (min-width: 1600px) {
  .px-xxxl-140px {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  .pt-xxxl-190px {
    padding-top: 190px !important;
  }
  .fs-xxxl-27px {
    font-size: 27px !important;
  }
}
.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.btn {
  position: relative;
  font-family: var(--bs-font-family-2);
  --bs-btn-border-radius: 0;
  --bs-btn-padding-x: 6px;
  --bs-btn-padding-y: 8px;
  line-height: 1;
  font-size: 14px;
}
.btn:after {
  content: "";
  width: 176px;
  height: 97px;
  background-image: url(../img/element/btn-hover-element.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn:hover:after {
  opacity: 1;
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary-light);
  --bs-btn-border-color: var(--bs-primary-light);
  --bs-btn-hover-bg: var(--bs-primary-light);
  --bs-btn-hover-border-color: var(--bs-primary-light);
  --bs-btn-active-bg: var(--bs-primary-light);
  --bs-btn-active-border-color: var(--bs-primary-light);
  --bs-btn-disabled-bg: var(--bs-primary-light);
  --bs-btn-disabled-border-color: var(--bs-primary-light);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-gold {
  --bs-btn-bg: var(--bs-gold);
  --bs-btn-border-color: var(--bs-gold);
  --bs-btn-hover-bg: var(--bs-gold-dark);
  --bs-btn-hover-border-color: var(--bs-gold-dark);
  --bs-btn-active-bg: var(--bs-gold-dark);
  --bs-btn-active-border-color: var(--bs-gold-dark);
  --bs-btn-disabled-bg: var(--bs-gold);
  --bs-btn-disabled-border-color: var(--bs-gold);
}

.btn-nav-link {
  font-family: var(--bs-heading-font-family);
  font-size: 24px;
  --bs-btn-border-radius: 0;
  --bs-btn-padding-y: 21px;
  padding-left: 21px;
  padding-right: 28px;
  line-height: 1;
  color: #041415;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
  border-radius: 34px;
  text-transform: uppercase;
}
.btn-nav-link [class*=rotate] {
  display: inline-block;
}

.bg-white .btn-primary {
  --bs-btn-border-color: #0D293D;
  --bs-btn-hover-border-color: #0D293D;
  --bs-btn-active-border-color: #0D293D;
  --bs-btn-disabled-border-color: #0D293D;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: var(--bs-primary-light);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.2);
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.newsletter-form .form-control {
  background-color: #000;
  border-color: #000;
  padding: 14px 34px;
}
.newsletter-form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-form .form-control::-moz-placeholder {
  color: #fff;
}
.newsletter-form .form-control:-ms-input-placeholder {
  color: #fff;
}
.newsletter-form .form-control:-moz-placeholder {
  color: #fff;
}

form.form-theme label {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
form.form-theme .form-group:not(.form-check) {
  position: relative;
  margin-bottom: 36px;
}
form.form-theme .form-group:not(.form-check) label {
  position: absolute;
  top: 10px;
  transition: all ease 0.35s;
  pointer-events: none;
}
form.form-theme .form-group:not(.form-check):has(> textarea.form-control) {
  margin-top: 48px;
}
form.form-theme .form-group:not(.form-check):has(> textarea.form-control) label {
  top: 20px;
}
form.form-theme .form-control {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #808080;
  padding: 12px;
  color: #fff;
}
form.form-theme .form-control:focus {
  box-shadow: none;
}
form.form-theme .form-control:focus ~ label, form.form-theme .form-control:valid ~ label {
  transform: translateY(calc(-100% - 4px));
}
form.form-theme textarea.form-control {
  border-top: 1px solid #808080;
  padding: 20px 12px;
}
form.form-theme textarea.form-control:focus ~ label, form.form-theme textarea.form-control:valid ~ label {
  transform: translateY(calc(-100% - 30px));
}

.form-bg-white {
  background-color: #ffffff;
}
.form-bg-white form.form-theme label {
  color: #13003F;
}
.form-bg-white form.form-theme .form-control {
  background-color: #ffffff;
  color: #13003F;
}

.content-section-row {
  position: relative;
}

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-img-fill._object-top img {
  object-position: top;
}
.bg-img-fill._object-right img {
  object-position: right;
}
.bg-img-fill._object-bottom img {
  object-position: bottom;
}
.bg-img-fill._object-left img {
  object-position: left;
}
.bg-img-fill + div {
  position: relative;
  z-index: 2;
}
.bg-img-fill img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.bg-img-fill._object-contain img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.container-limited {
  max-width: 1920px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading {
  font-family: var(--bs-heading-font-family);
  font-size: 9vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.036vw;
  text-transform: uppercase;
}

.underlay-heading-text {
  position: absolute;
  z-index: -1;
  top: -0.45em;
  left: -0.16em;
  margin: 0;
}

.swiper-component iframe,
.swiper-component video {
  pointer-events: none;
}
.swiper-component .swiper-slide[data-video-type=youtube] {
  background-color: #000;
}

.responsive-video-container {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 130%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  /* set video aspect ratio and vertically center */
}
.responsive-video-container:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
}
.responsive-video-container .responsive-video-width {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.responsive-video-container .responsive-video-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}
.responsive-video-container .responsive-video-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.responsive-video-container .responsive-video-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
@media (min-width: 1200px) {
  .responsive-video-container {
    width: 135%;
  }
}
@media (min-width: 1600px) {
  .responsive-video-container {
    width: 124%;
  }
}

.vertical-text {
  white-space: nowrap;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  line-height: 1;
}

.section-shade-overlay {
  background: transparent linear-gradient(180deg, #002A3F 0%, rgba(0, 42, 63, 0) 100%) 0% 0% no-repeat padding-box;
  height: 15.3%;
}

.section-shade-overlay-bottom {
  background: transparent linear-gradient(0deg, #002A3F 0%, rgba(0, 42, 63, 0) 100%) 0% 0% no-repeat padding-box;
  height: 15.3%;
}

.bg-shade-overlay-bottom {
  background: transparent linear-gradient(0deg, #002A3F 0%, rgba(0, 44, 63, 0) 100%) 0% 0% no-repeat padding-box;
  height: 41%;
}

.section-shade-overlay-bottom-2 {
  background: transparent linear-gradient(180deg, #020C0F 0%, rgba(6, 69, 76, 0) 100%) 0% 0% no-repeat padding-box;
  height: 23%;
  bottom: -11em !important;
}

.section-shade-overlay-top {
  background: transparent linear-gradient(180deg, #04223F 0%, rgba(0, 42, 63, 0) 100%) 0% 0% no-repeat padding-box;
  height: 14%;
}

.section-shade-overlay-top-2 {
  background: transparent linear-gradient(180deg, #002A3F 0%, rgba(0, 44, 63, 0) 100%) 0% 0% no-repeat padding-box;
  height: 102px;
}

.section-shade-overlay-bottom-3 {
  background: transparent linear-gradient(0deg, #002A3F 0%, rgba(0, 44, 63, 0) 100%) 0% 0% no-repeat padding-box;
  height: 102px;
}

.section-shade-overlay-bottom-4 {
  background: transparent linear-gradient(0deg, #002A3F 0%, rgba(0, 44, 63, 0) 100%) 0% 0% no-repeat padding-box;
  height: 186px;
}

.bg-height-120 {
  height: 120%;
  top: -20%;
}

.curve-sideline-left {
  height: 100%;
  max-height: 77%;
}

.curve-sideline-right {
  height: 100%;
  max-height: 95%;
}

.curve-sideline {
  position: relative;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.curve-sideline img {
  width: 100%;
  height: 100%;
}

.ratio-type-1 {
  --bs-aspect-ratio: 88.4%;
}

.accordion-theme {
  --bs-accordion-bg: transparent;
  --bs-accordion-color: #ffffff;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-color: #ffffff;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-active-color: var(--bs-primary);
  --bs-border-radius: 0px;
  --bs-border-width: 0px;
  --bs-accordion-btn-padding-y: 20px;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-body-padding-x: 0;
}
.accordion-theme .accordion-item {
  border-bottom: 1px solid #707070;
}
.accordion-theme .accordion-button {
  font-weight: 700;
  box-shadow: none;
}
.accordion-theme .accordion-button:after {
  width: 12px;
  height: 20px;
  background-size: contain;
  margin-right: 10px;
  background-image: url(../img/icons/arrow-accordion-down.svg);
}
.accordion-theme .accordion-body {
  padding-top: 10px;
}

.board-heading-3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1;
  padding: 33px 69px 20px 45px;
  background-color: #002A3F;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100%;
  -webkit-mask-image: url(../img/element/bg-mask-top.svg);
  mask-image: url(../img/element/bg-mask-top.svg);
}
.board-heading-3:before, .board-heading-3:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.board-heading-3:before {
  background-image: url(../img/element/bg-mask-bottom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  mix-blend-mode: multiply;
}
.board-heading-3:after {
  background-image: url(../img/element/bg-mask-top.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.ellipse-text-bg {
  position: relative;
}
.ellipse-text-bg:before {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 16px);
  position: absolute;
  background-color: #BE8226;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -54%);
  border-radius: 100%;
}
.ellipse-text-bg:after {
  content: "";
  width: 96%;
  position: absolute;
  height: 1px;
  background-color: #FFFFFF;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
}

.sidenav-slider-container {
  position: relative;
  padding-bottom: 40px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-color: var(--bs-gold);
  --swiper-pagination-bullet-inactive-color: var(--bs-primary);
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.sidenav-slider-container .swiper-slide {
  padding-bottom: 6px;
}
.sidenav-slider-container .swiper-pagination-vertical.swiper-pagination-bullets {
  top: auto;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sidenav-slider-container .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 11px;
  --swiper-pagination-bullet-height: 11px;
}

.icon-container-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.icon-container-1 img {
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .icon-container-1 {
    height: 100px;
  }
}
@media (min-width: 1400px) {
  .icon-container-1 {
    height: 151px;
  }
}

.icon-container-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;
}
.icon-container-2 img {
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .icon-container-2 {
    height: 130px;
  }
}
@media (min-width: 1400px) {
  .icon-container-2 {
    height: 200px;
  }
}

ul.list-arrow-bullets {
  list-style: none;
  padding-inline-start: 0;
}
ul.list-arrow-bullets li {
  position: relative;
  margin-bottom: 6px;
}
ul.list-arrow-bullets li:before {
  content: "";
  width: 35px;
  height: 20px;
  background-image: url(../img/icons/icon-arrow-right-gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-right: 12px;
  position: absolute;
  top: 4px;
  left: 0;
  margin-left: -47px;
}
@media (max-width: 767px) {
  ul.list-arrow-bullets {
    padding-inline-start: 45px;
  }
}

@media (max-width: 767px) {
  .scroll-down img {
    max-height: 30px;
  }
}
@media (min-width: 576px) {
  .main-heading {
    font-size: 6.28vw;
  }
  .underlay-heading-text {
    font-size: 9vw;
  }
  .sidenav-slider-container {
    --swiper-pagination-bullet-vertical-gap: 8px;
    --swiper-pagination-right: auto;
    --swiper-pagination-left: -28px;
    --swiper-pagination-bullet-vertical-gap: 0px;
    padding-bottom: 0px;
  }
  .sidenav-slider-container .swiper-pagination-vertical.swiper-pagination-bullets {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    bottom: auto;
    top: 50%;
  }
  .sidenav-slider-container .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0 !important;
  }
}
@media (min-width: 768px) {
  ._arrow-right-inline {
    position: relative;
  }
  ._arrow-right-inline:before {
    content: "";
    width: 35px;
    height: 20px;
    background-image: url(../img/icons/icon-arrow-right-gold.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    margin-right: 12px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  ._arrow-right-inline:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -47px;
  }
}
@media (min-width: 768px) {
  .sidenav-slider-container {
    --swiper-pagination-left: -33px;
  }
  .sidenav-slider-container .swiper-pagination-vertical.swiper-pagination-bullets {
    gap: 16px;
  }
}
@media (min-width: 992px) {
  .curve-right-mh {
    max-height: 1300px;
    height: 1300px;
  }
  .underlay-heading-text {
    font-size: 6.28vw;
  }
  .sidenav-slider-container {
    padding: 0px 33px;
    --swiper-pagination-left: 0px;
  }
}
@media (min-width: 1200px) {
  .curve-right-mh {
    max-height: 1477px;
    height: 1477px;
  }
}
@media (min-width: 1400px) {
  .curve-right-mh {
    max-height: 1477px;
    height: 1477px;
  }
}
@media (min-width: 1600px) {
  .curve-right-mh {
    max-height: 1477px;
    height: 1477px;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  z-index: 1030;
}
#header .brand img {
  max-height: 80px;
}
@media (min-width: 768px) {
  #header .brand img {
    max-height: 100px;
  }
}
@media (min-width: 992px) {
  #header {
    position: absolute;
    padding: 24px 0;
  }
  #header .brand img {
    max-height: 120px;
  }
}
@media (min-width: 1400px) {
  #header {
    padding: 30px 0;
  }
}
@media (min-width: 1600px) {
  #header {
    padding: 40px 0;
  }
  #header .brand img {
    max-height: 180px;
  }
}
#header .top-nav {
  justify-content: space-between;
}
#header .top-nav .nav-item {
  display: flex;
}
#header .top-nav .nav-link {
  font-family: var(--bs-font-family-2);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 0px 0px 0px 18px;
  display: flex;
  flex-direction: column;
}
#header .top-nav .menu-icon {
  display: block;
  margin-bottom: 28px;
  margin-left: -18px;
  margin-bottom: auto;
}
#header .top-nav .menu-icon img {
  max-width: 50px;
}
#header .top-nav .menu-icon.menu-verviers img {
  max-width: 50px;
}
#header .top-nav .menu-text {
  margin-top: 8px;
  display: block;
}
@media (min-width: 992px) {
  #header .top-nav .menu-icon img {
    max-width: 60px;
  }
  #header .top-nav .menu-icon.menu-verviers img {
    max-width: 75px;
  }
  #header .top-nav .nav-link {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  #header .top-nav .menu-icon img {
    max-width: 65px;
  }
  #header .top-nav .menu-icon.menu-verviers img {
    max-width: 75px;
  }
  #header .top-nav .nav-link {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  #header .top-nav .menu-icon img, #header .top-nav .menu-icon.menu-verviers img {
    max-width: auto;
  }
  #header .top-nav .menu-text {
    margin-top: 13px;
  }
  #header .top-nav .nav-link {
    font-size: 32px;
  }
}
#header .nav {
  --bs-link-color: #ffffff;
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color: var(--bs-primary);
  --bs-link-hover-color-rgb: var(--bs-primary-rgb);
}
#header.inner-header .top-nav .nav-item:not(.active) {
  display: none;
}
#header.menu-hide .top-nav {
  display: none;
}

.navbar .navbar-toggler {
  margin-right: -5px;
  border: 0;
  color: var(--primary);
}
.navbar .navbar-toggler.collapsed {
  color: #585858;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  background-image: none;
  font-size: 26px;
}

.navbar-brand img {
  max-width: 229px;
}

.fullscreen-menu-toggle {
  padding: 18px 16px 16px 16px;
  background-color: #fff;
  color: var(--bs-primary-dark);
  cursor: pointer;
  font-family: var(--bs-font-family-2);
  font-size: 14px;
  text-transform: lowercase;
  font-weight: 600;
  position: absolute;
  top: 15px;
  right: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  margin-top: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fullscreen-menu-toggle:hover {
  background-color: var(--bs-primary-dark);
  color: #ffffff;
}

.toggle-hamburger {
  margin-top: 10px;
  width: 14px;
  height: 15px;
  background-color: var(--bs-primary);
  -webkit-mask-image: url(../img/icons/icon-hamburger.svg);
  mask-image: url(../img/icons/icon-hamburger.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.inner-header .fullscreen-menu-toggle {
  margin-top: 0;
  top: 15px;
}
.inner-header .fullscreen-menu-toggle:hover {
  background-color: var(--bs-primary);
}
.inner-header .fullscreen-menu-toggle:hover .toggle-hamburger {
  background-color: var(--bs-primary-dark);
}

#navbar-drawer {
  position: fixed;
  top: 0;
  z-index: 1036;
  height: 100%;
  right: 0;
  width: 100%;
  background: transparent linear-gradient(238deg, #00181A 0%, #02444B 60%, #001315 100%) 0% 0% no-repeat padding-box;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  overflow: auto;
  --siderbar-width: 75px;
}
#navbar-drawer.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  #navbar-drawer {
    --siderbar-width: 88px;
  }
}
@media (min-width: 992px) {
  #navbar-drawer {
    --siderbar-width: 98px;
  }
}
@media (min-width: 1400px) {
  #navbar-drawer {
    --siderbar-width: 108px;
  }
}
@media (min-width: 1600px) {
  #navbar-drawer {
    --siderbar-width: 128px;
  }
}
#navbar-drawer .container-fluid {
  width: calc(100% - var(--siderbar-width));
  margin: 0;
}
#navbar-drawer .sidebar-drawer {
  position: absolute;
  width: var(--siderbar-width);
  height: 100%;
  top: 0;
  right: 0;
  z-index: 4;
}

.overlay-elipse-dots-menu {
  position: absolute;
  left: 54px;
  top: 44px;
  bottom: 44px;
  right: var(--siderbar-width);
  z-index: -1;
  mix-blend-mode: overlay;
  overflow: hidden;
}
.overlay-elipse-dots-menu:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: repeat;
  background-image: radial-gradient(circle at 2px 2px, #E3E3E3 2px, transparent 0);
  background-size: 21px 21px;
  background-position: 0px 0px;
  opacity: 0.54;
}

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

.img-col-menu {
  position: relative;
  height: 100%;
}
.img-col-menu:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.main-menu .nav {
  padding-inline-start: 12px;
}
.main-menu .nav-item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .main-menu .nav-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.main-menu .nav-link {
  font-family: "ff-market-web", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0;
}
.main-menu .nav-link span {
  font-size: 28px;
  color: var(--bs-gold);
}
.main-menu [class*=rock-icon-] {
  position: relative;
}
.main-menu [class*=rock-icon-]:before {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-right: 10px;
}
.main-menu .rock-icon-1:before {
  width: 36px;
  height: 33px;
  background-image: url("../img/icons/icon-verviers-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: sub;
}
.main-menu .rock-icon-2:before {
  width: 36px;
  height: 20px;
  background-image: url("../img/icons/icon-liege-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main-menu .rock-icon-3:before {
  width: 36px;
  height: 20px;
  background-image: url("../img/icons/icon-malmedy-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main-menu .rock-icon-cabines:before {
  width: 38px;
  height: 51px;
  background-image: url("../img/icons/icon-cabines-sm.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .main-menu .rock-icon-cabines:before {
    height: 35px;
    margin-right: 5px;
  }
}

.secondary-menu {
  margin-top: 70px;
}
.secondary-menu .nav {
  list-style-type: disc;
  padding-inline-start: 44px;
}
.secondary-menu .nav-item::marker {
  color: var(--bs-gold);
}
.secondary-menu .nav-item:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .secondary-menu .nav-item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.secondary-menu .nav-link {
  font-family: "roc-grotesk-wide", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
  position: relative;
  display: inline-block;
}
.secondary-menu .nav-link:before {
  position: absolute;
  content: "";
  min-width: 200px;
  width: 151%;
  padding-top: 41%;
  min-width: 170px;
  min-height: 49px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/element/menu-active-hover-img.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.secondary-menu .nav-link.active, .secondary-menu .nav-link:hover {
  color: var(--bs-primary);
}
.secondary-menu .nav-link.active:before, .secondary-menu .nav-link:hover:before {
  opacity: 1;
}

.fullscreen-menu-close {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}
.header-utilities {
  padding-top: 65px;
}
.header-utilities .w-50px {
  width: 60px;
}
.header-utilities .nav-item {
  text-align: center;
}
.header-utilities .nav-link {
  color: #ffffff;
}
.header-utilities .nav-link:hover, .header-utilities .nav-link.active {
  color: var(--bs-gold);
}
.header-utilities .nav-social-media {
  gap: 16px;
}
.header-utilities .nav-social-media .nav-link {
  font-size: 23px;
  padding: 5px;
}
.header-utilities .nav-language {
  width: 40px;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
}
.header-utilities .nav-language .nav-item:not(:last-child) {
  border-bottom: 1px solid;
}
.header-utilities .nav-language .nav-link {
  position: relative;
  font-family: "roc-grotesk-wide", sans-serif;
  font-size: 17px;
  font-weight: 500;
  padding: 5px 0;
}
.header-utilities .nav-language .nav-link.active:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: var(--bs-gold);
  border-radius: 100px;
  top: 44%;
  left: -7px;
}

.menu-curve-text {
  font-size: 24px !important;
}

.menu-logo img {
  max-width: 40%;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .menu-logo img {
    max-height: 100px;
    max-width: 100px;
    margin-right: auto;
  }
}

.img-stones-1 {
  max-width: 67%;
  width: 100%;
  height: auto;
}

.img-stones-2 {
  max-width: 76.6%;
  width: 100%;
  height: auto;
}

@media (max-width: 1500px) {
  .img-stone-2 {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .brand-column > .d-flex {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
  }
  .navigation-column {
    padding-bottom: 10px;
    flex-grow: 1;
    justify-content: space-between;
    gap: 20px;
  }
  .secondary-menu {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .fullscreen-menu-toggle {
    top: 100%;
    margin-top: 4.5em;
  }
  .inner-header .fullscreen-menu-toggle {
    top: 60px;
  }
  .main-menu .nav-link {
    font-size: 24px;
  }
  .main-menu .nav-link span {
    font-size: 36px;
  }
  .secondary-menu .nav-link {
    font-size: 18px;
  }
  .brand-column {
    flex: 1 0 25%;
    width: auto;
  }
  .navigation-column, .img-col-menu {
    flex: 1 0 26.75%;
    width: auto;
  }
  .extra-column {
    flex: 1 0 calc(21.25% - var(--siderbar-width));
    width: auto;
  }
  .menu-logo img {
    max-width: 58%;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .fullscreen-menu-toggle {
    margin-top: 4.5em;
    padding: 40px 26px;
    font-size: 1rem;
  }
  .toggle-hamburger {
    margin-top: 12px;
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1400px) {
  .fullscreen-menu-toggle {
    margin-top: 5.5em;
  }
  .main-menu .nav-link {
    font-size: 24px;
  }
  .main-menu .nav-link span {
    font-size: 40px;
  }
  .secondary-menu .nav-link {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .fullscreen-menu-toggle {
    padding: 50px 32px;
    margin-top: 6.5em;
  }
  .main-menu .nav-link {
    font-size: 30px;
  }
  .main-menu .nav-link span {
    font-size: 49px;
  }
  .secondary-menu .nav-link {
    font-size: 24px;
  }
  .menu-curve-text {
    font-size: 2.5rem !important;
  }
}
footer {
  position: relative;
  padding: 42px 0 24px;
}
footer:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #002A3F 0%, #011F2C 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}
footer .text-copyright {
  font-size: 14px;
}
footer a:hover {
  color: var(--bs-primary) !important;
}

.social-media-follow {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 6.72px;
  padding: 0px 18px;
}

.social-links {
  --bs-nav-link-color: #ffffff;
  --bs-nav-link-hover-color: #ffffff;
}
.social-links :hover {
  --bs-nav-link-color: var(--bs-primary);
  --bs-nav-link-hover-color: var(--bs-primary);
}

.footer-brand {
  max-width: 115px;
}

@media (min-width: 1200px) {
  .footer-brand {
    max-width: 141px;
  }
}
.image-slider {
  --swiper-scrollbar-size: 1px;
  --swiper-scrollbar-bg-color: #BE8226;
  --swiper-scrollbar-sides-offset: 0px;
  --swiper-navigation-top-offset: calc(100% - 40px);
  --swiper-navigation-size: 35px;
  padding-bottom: 86px;
}
.image-slider .swiper-wrapper {
  align-items: center;
}
.image-slider .swiper-slide {
  flex: 0 0 auto;
  width: auto;
}
.image-slider .swiper-slide img {
  max-width: 458px;
  max-height: 458px;
}
.image-slider .swiper-scrollbar-drag {
  height: 6px;
  background: #BE8226;
  top: -2px;
  border-radius: 0;
}
.image-slider .swiper-button-next, .image-slider .swiper-button-prev {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-slider .swiper-button-next:after, .image-slider .swiper-button-prev:after {
  display: none;
}
.image-slider .swiper-button-next:before, .image-slider .swiper-button-prev:before {
  content: "";
  position: relative;
  width: 16px;
  height: 21px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.image-slider .swiper-button-next {
  right: auto;
  left: 52px;
}
.image-slider .swiper-button-next:before {
  background-image: url(./../img/icons/icon-slider-arrow-right.svg);
}
.image-slider .swiper-button-prev:before {
  background-image: url(./../img/icons/icon-slider-arrow-left.svg);
}

.event-slider-container {
  --swiper-navigation-size: 35px;
  --swiper-navigation-sides-offset: 0px;
}
.event-slider-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.event-slider-container .swiper-button-next, .event-slider-container .swiper-button-prev {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-slider-container .swiper-button-next:after, .event-slider-container .swiper-button-prev:after {
  display: none;
}
.event-slider-container .swiper-button-next:before, .event-slider-container .swiper-button-prev:before {
  content: "";
  position: relative;
  width: 16px;
  height: 21px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.event-slider-container .swiper-button-next:before {
  background-image: url(./../img/icons/icon-slider-arrow-right.svg);
}
.event-slider-container .swiper-button-prev:before {
  background-image: url(./../img/icons/icon-slider-arrow-left.svg);
}

.main-banner {
  position: relative;
  height: 650px;
  padding-top: 4.4%;
}
.main-banner .swiper-component {
  height: 100%;
}
.main-banner .overlay-elipse-dots {
  position: absolute;
  width: 91.23%;
  height: 94.6%;
  top: 27.8%;
  right: 0;
  z-index: -1;
  mix-blend-mode: overlay;
  overflow: hidden;
}
.main-banner .overlay-elipse-dots:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/element/ellipse-dots.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: -34px;
  position: absolute;
}
.main-banner .slide-content {
  position: relative;
}
.main-banner .banner-side-text {
  font-family: var(--bs-heading-font-family);
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
.main-banner .banner-side-text .rotate-n10 {
  transform: rotate(-10deg);
}
.main-banner .banner-side-text .curve-line-1 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.main-banner .banner-side-text .curve-line-1 img {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .main-banner {
    height: 650px;
  }
  .main-banner .banner-side-text {
    font-size: 32px;
  }
  .main-banner .banner-side-text .curve-line-1 {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .main-banner {
    height: 750px;
  }
}
@media (min-width: 1400px) {
  .main-banner {
    height: 750px;
  }
  .main-banner .banner-side-text {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .main-banner {
    height: 1048px;
    padding-top: 8.4%;
  }
  .main-banner .banner-side-text {
    font-size: 49px;
  }
}

.room-item {
  display: flex;
  padding: 52px 0 62px;
}
.room-item:first-child {
  padding-top: 20px;
}
.room-item:not(:first-child) {
  border-top: 1px solid #808080;
}
.room-item .icon-heading {
  margin-bottom: auto;
}
.room-item .thumbnail {
  position: relative;
  overflow: hidden;
  margin-right: 25px;
  --thumb-width: 120px;
  --thumb-height: 120px;
  flex-shrink: 0;
}
.room-item .thumbnail:after {
  content: "";
  width: var(--thumb-width);
  height: var(--thumb-height);
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='white' stroke-width='1' stroke-dasharray='8' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 100px;
}
.room-item .thumbnail img {
  width: var(--thumb-width);
  height: var(--thumb-height);
  object-fit: cover;
  object-position: center;
  border-radius: 100px;
}
.room-item .room-icon {
  margin-right: 20px;
}
.room-item .room-icon img {
  max-height: 30px;
}
.room-item .room-name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.room-item .extra-text, .room-item .sub-heading {
  font-size: 28px;
}
.room-item .extra-text {
  font-family: var(--bs-heading-font-family);
  text-transform: uppercase;
}
.room-item .sub-heading {
  font-family: var(--bs-heading-font-family);
  text-transform: uppercase;
  margin-top: 5px;
}
.room-item .btn {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .room-item .thumbnail {
    --thumb-width: 157px;
    --thumb-height: 157px;
    margin-right: 40px;
  }
  .room-item .room-icon img {
    max-height: 100%;
  }
  .room-item .extra-text, .room-item .sub-heading {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .room-item .extra-text, .room-item .sub-heading {
    font-size: 32px;
  }
}
.room-item .thumbnail {
  width: var(--thumb-width);
  height: var(--thumb-height);
}
.room-item.active .room-name, .room-item:hover .room-name {
  color: var(--bs-gold);
}

.board-heading-wrap {
  display: flex;
  align-items: center;
}
.board-heading-wrap:before {
  content: "";
  width: 121px;
  height: 139px;
  position: absolute;
  top: -6px;
  left: auto;
  z-index: 2;
  background-image: url(../img/element/curve-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -45px;
}
.board-heading-wrap:after {
  content: "";
  height: 2px;
  flex: 1 0 auto;
  background-color: #fff;
  margin-left: -40px;
  margin-top: -16px;
  z-index: 1;
}

.board-heading {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 42px 78px 46px 52px;
  background-color: #002A3F;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 125%;
  -webkit-mask-image: url(../img/element/board-heading-bg-toplayer1.svg);
  mask-image: url(../img/element/board-heading-bg-toplayer1.svg);
}
.board-heading:before, .board-heading:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.board-heading:before {
  background-image: url(../img/element/board-heading-bg-toplayer2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  mix-blend-mode: multiply;
}
.board-heading:after {
  background-image: url(../img/element/board-heading-bg-toplayer1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.article-item {
  position: relative;
  background: #EFEFEF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.32);
}
.article-item .item-wrapper {
  padding: 98px 42px 0;
}
.article-item .article-img {
  margin-bottom: 28px;
}
.article-item .content-wrapper {
  margin-bottom: 40px;
  padding: 0 8px;
}
.article-item .item-category {
  font-size: 16px;
  line-height: 1;
  color: var(--bs-primary);
  text-transform: uppercase;
  margin-bottom: 26px;
}
.article-item .description {
  color: var(--bs-gray-600);
  padding: 0 12px;
}
.article-item .btn {
  margin-left: auto;
}

@media (min-width: 768px) {
  .article-item .item-wrapper {
    padding: 58px 25px 0;
  }
}
@media (min-width: 992px) {
  .article-item .item-wrapper {
    padding: 68px 32px 0;
  }
}
@media (min-width: 1400px) {
  .article-item .item-wrapper {
    padding: 98px 42px 0;
  }
}
.inner-header:not(.menu-hide) + section {
  padding-top: 14.2% !important;
}

.responsive-video-box {
  position: relative;
  padding-bottom: 66%;
  width: 100%;
  text-align: left;
}
.responsive-video-box iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

.round-slider .swiper-slide {
  border-radius: 210px;
  overflow: hidden;
}
.round-slider .swiper-pagination {
  --swiper-pagination-bottom: 10px;
  --swiper-pagination-bullet-horizontal-gap: .5rem;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: var(--bs-primary);
  --swiper-pagination-color: var(--bs-gold);
  width: auto;
  left: auto;
  right: 0;
  transform: rotate(-40deg);
}
.round-slider .swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 11px;
  --swiper-pagination-bullet-height: 11px;
}

.board-2 {
  background-color: transparent;
  padding: 54px 104px 46px 55px;
  margin-left: -2.5rem;
  text-transform: uppercase;
  letter-spacing: 10.85px;
  margin-top: -10px;
}

.time-board {
  padding: 40px 32px 30px;
}
.time-board ul {
  padding-inline-start: 1rem;
}
.time-board ul li {
  text-indent: 24px;
}
.time-board .horizotal-separator {
  height: 100%;
  border-right: 1px dashed #fff;
}
.time-board .vertical-separator {
  height: 1px;
  width: 100%;
  max-width: 100%;
  border-bottom: 1px dashed #fff;
}

.responsive-map-container {
  position: relative;
  padding-bottom: 39.6%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-map-container {
    padding-bottom: 100%;
  }
}
.responsive-map-container._img-line:before {
  z-index: 99999;
}

.responsive-map-container iframe,
.responsive-map-container object,
.responsive-map-container embed,
.responsive-map-container #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-arrow img {
  margin-top: 24px;
}

.widget-box {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
}
.widget-box:before {
  content: "";
  display: block;
  padding-top: 55.5%;
  float: left;
}
.widget-box .widget-wrap {
  position: relative;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  float: left;
}
.widget-box .widget-content {
  width: 100%;
  height: 100%;
  padding: 30px;
  color: #fff;
  font-family: var(--bs-heading-font-family);
  text-transform: uppercase;
}
.event-category .category {
  padding: 0px 13px;
  color: #fff;
}

@media (min-width: 1400px) {
  .time-board {
    padding: 50px 45px 45px;
  }
  .time-board ul li {
    text-indent: 45px;
  }
  .time-board .horizotal-separator {
    height: 100%;
    border-right: 1px dashed #fff;
  }
}
@media (min-width: 1600px) {
  .time-board {
    padding: 58px 52px 52px;
  }
  .time-board ul li {
    text-indent: 55px;
  }
}
.event-item {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  --bs-gutter-y: 2rem;
  --bs-gutter-x: 0;
}
.event-item:first-child {
  padding-top: 0;
}
.event-item:not(:last-child) {
  border-bottom: 1px solid #C3C3C3;
}

.event-title {
  font-family: var(--bs-heading-font-family);
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.event-content {
  align-self: center;
}

.thumbnail-image {
  position: relative;
  --bs-aspect-ratio: 85.105%;
}
.thumbnail-image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: -2%;
  margin-right: auto;
  width: 103.5%;
  height: 8px;
  background-color: var(--bs-primary-light);
  z-index: 1;
  content: "";
  mix-blend-mode: hard-light;
}

.event-cat {
  margin-bottom: 1rem;
  line-height: 1;
}

.event-desc {
  margin-bottom: 30px;
}

.profile-card {
  position: relative;
}

.card-image {
  max-width: 328px;
  margin: 0 auto;
  --bs-aspect-ratio: 84%;
  margin-bottom: 47px;
}
.card-image .bg-img-fill {
  border-radius: 137px;
  overflow: hidden;
}
.card-image:after {
  content: "";
  width: 118px;
  height: 141px;
  position: absolute;
  bottom: -4px;
  left: -3px;
  background-image: url(../img/element/card-corner-curve.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.profile-info {
  text-align: center;
  padding-bottom: 15px;
}

.profile-name {
  font-family: var(--bs-heading-font-family);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 10.85px;
  color: var(--bs-primary);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.room-location {
  font-family: var(--bs-heading-font-family);
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 10.85px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.card-pricing {
  position: relative;
  height: 100%;
  z-index: 1;
  padding: 30px 35px 40px 40px;
}

.card-pricing .card-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}
.card-pricing .card-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/time-board-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  mix-blend-mode: multiply;
}

.price-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.pricing-name {
  position: relative;
  font-size: 21px;
  font-weight: 700;
  padding: 0 12px;
  flex: 1 0 auto;
  border-bottom: 2px solid;
}
.pricing-name:before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  border: 2px solid;
  bottom: -12px;
  left: -20px;
  border-radius: 100px;
}

.price-box {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  padding: 10px 10px;
  line-height: 1;
  margin-left: auto;
  min-width: 95px;
  min-height: 76px;
}

.poster-img, .cardwood-bg-offset, .poster-line {
  --poster-image-height: 240px;
}
@media (min-width: 1200px) {
  .poster-img, .cardwood-bg-offset, .poster-line {
    --poster-image-height: 320px;
  }
}
@media (min-width: 1400px) {
  .poster-img, .cardwood-bg-offset, .poster-line {
    --poster-image-height: 330px;
  }
}
@media (min-width: 1600px) {
  .poster-img, .cardwood-bg-offset, .poster-line {
    --poster-image-height: 429px;
  }
}

.poster-column {
  padding-top: 10px;
  padding-bottom: 62px;
}

.poster-column, .poster-img {
  padding-left: 50px;
  padding-right: 50px;
}

.poster-img {
  margin-bottom: 3rem;
  z-index: 2;
  position: relative;
}

.poster-heading {
  font-size: calc(1.375rem + 1.5vw);
}

@media (max-width: 991px) {
  .poster-img {
    margin-bottom: -1rem;
  }
  .poster-column {
    position: relative;
    background: var(--bs-gold);
    padding: 50px 20px;
  }
  .poster-column:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/time-board-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    mix-blend-mode: multiply;
    z-index: 1;
  }
  .poster-column > * {
    position: relative;
    z-index: 2;
  }
}
.poster-box {
  background-color: rgba(11, 137, 151, 0.72);
  border: 2px solid rgba(33, 34, 34, 0.72);
  border-radius: 52px;
  overflow: hidden;
}
.poster-box ul {
  padding-inline-start: 20px;
}

.cardwood-bg {
  position: absolute;
  background: var(--bs-gold);
  inset: 0;
}
.cardwood-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/time-board-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  mix-blend-mode: multiply;
}

.highlight-text {
  --bs-highlight-bg: #0B8997;
  background-color: var(--bs-highlight-bg);
  box-shadow: -7px 0px 0px 0px var(--bs-highlight-bg), -5px 1px 1px -3px var(--bs-highlight-bg), 12px 0px 0px 0px var(--bs-highlight-bg);
  box-decoration-break: clone;
  display: inline-block;
}

.mx-w390px {
  max-width: 390px;
  margin: 0 auto;
}

.bottom-poster-text {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  transform: rotate(-8deg);
}

.poster-line {
  position: absolute;
  width: 0;
  bottom: 0;
  border-right: 3px solid #60451B;
  height: calc(100% - var(--poster-image-height) + 44px);
}

.top-line {
  margin: 0;
  color: inherit;
  border: 0;
  border-top: 3px solid #60451B;
  opacity: 1;
  width: calc(100% + 10px) !important;
}

@media (max-width: 991px) {
  .arrow-poster img {
    margin-top: -59%;
    margin-left: -20px;
  }
}
@media (min-width: 576px) {
  .poster-column, .poster-img {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .event-cat {
    margin-bottom: 25px;
  }
  .event-title {
    margin-bottom: 23px;
  }
  .poster-column, .poster-img {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .event-item {
    --bs-gutter-y: 0;
  }
  .event-image {
    width: 36.306%;
    margin-right: 30px;
  }
  .thumbnail-image:after {
    height: 12px;
    width: 105.5%;
    margin-left: -4%;
  }
  .event-title {
    font-size: 35px;
  }
  .event-desc {
    margin-bottom: 40px;
    line-height: 1.6;
  }
  .poster-img .ratio {
    --bs-aspect-ratio: var(--poster-image-height);
  }
  .cardwood-bg-offset {
    top: calc(var(--poster-image-height) - 43px) !important;
    height: calc(100% - var(--poster-image-height) - 29px) !important;
  }
  .poster-column, .poster-img {
    padding-left: 30px;
    padding-right: 30px;
  }
  .poster-heading {
    font-size: calc(1.4rem + 0.6vw);
  }
  .poster-content {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .poster-heading {
    font-size: calc(1.6rem + 0.6vw);
  }
}
@media (min-width: 1400px) {
  .event-image {
    margin-right: 40px;
  }
  .poster-heading {
    font-size: calc(1.4rem + 1.2vw);
  }
  .poster-content {
    padding-right: 44px;
  }
  .bottom-poster-text {
    font-size: 27px;
  }
}
@media (min-width: 1600px) {
  .event-image {
    margin-right: 50px;
  }
  .event-desc {
    margin-bottom: 70px;
  }
  .card-pricing .heading-text:not(.sub-heading) {
    font-size: 40px;
  }
  .poster-column, .poster-img {
    padding-left: 50px;
    padding-right: 50px;
  }
  .poster-heading {
    font-size: 2.75rem;
  }
  .poster-content {
    padding-right: 55px;
  }
}

/*# sourceMappingURL=app.css.map */
