
.__nuxt-error-page {
  padding: 1rem;
  background: #F7F8FB;
  color: #47494E;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 100 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.__nuxt-error-page .error {
  max-width: 450px;
}
.__nuxt-error-page .title {
  font-size: 1.5rem;
  margin-top: 15px;
  color: #47494E;
  margin-bottom: 8px;
}
.__nuxt-error-page .description {
  color: #7F828B;
  line-height: 21px;
  margin-bottom: 10px;
}
.__nuxt-error-page a {
  color: #7F828B !important;
  text-decoration: none;
}
.__nuxt-error-page .logo {
  position: fixed;
  left: 12px;
  bottom: 12px;
}


.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: black;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator[data-v-71e9e103] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-71e9e103], .v-leave-active[data-v-71e9e103] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-71e9e103] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-71e9e103] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_nuxt/assets/fonts/Noto_Sans-400-cyrillic-ext1.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_nuxt/assets/fonts/Noto_Sans-400-cyrillic2.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_nuxt/assets/fonts/Noto_Sans-400-devanagari3.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_nuxt/assets/fonts/Noto_Sans-400-greek-ext4.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_nuxt/assets/fonts/Noto_Sans-400-greek5.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_nuxt/assets/fonts/Noto_Sans-400-vietnamese6.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_nuxt/assets/fonts/Noto_Sans-400-latin-ext7.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_nuxt/assets/fonts/Noto_Sans-400-latin8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.card-layout[data-v-7ce47338] {
  min-height: 100vh;
}

.trans-change-language-icon {
  width: 10px;
  height: auto;
  margin-left: 8px;
}
.trans-change-language-wrapper {
  margin: 0 1vw;
  cursor: pointer;
  position: relative;
}
.trans-change-language-wrapper:hover .trans-change-language-menu {
  padding: 10px 0;
  height: auto;
  overflow: hidden;
}
.trans-change-language-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}
.trans-change-language-menu {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(300px);
          backdrop-filter: blur(300px);
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  overflow: hidden;
}
.trans-change-language-menu-item {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  padding: 8px 25px;
}
.trans-change-language-menu-item:hover {
  color: #e4c09f;
}
@media all and (min-width: 1000px) and (max-width: 1080px) {
.trans-change-language-title {
    font-size: 10px;
}
}
.items-center {
  align-items: flex-start;
}
.trans-footer-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  padding: 0 0 0 0;
  /*margin-bottom: 5px;*/
}
@media screen and (max-width: 992px) {
.trans-footer-wrapper {
    padding: 48px 4vw 40px !important;
}
.trans-footer-social {
    margin-top: 20px;
}
.items-center {
    align-items: center !important;
}
.trans-footer-title {
    padding: 5% 0 0 0 !important;
}
.trans-footer-detail {
    justify-content: center !important;
}
}
.trans-footer-wrapper {
  padding: 64px 24px 34px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
}
.trans-footer-detail {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  display: flex;
  /*width: fit-content;*/
}
.trans-footer-icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.trans-footer-logo-left {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  width: calc((100% - 120px) / 2);
}
.trans-footer-logo {
  height: 64px;
  width: auto;
}
.trans-footer-logo-right {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  width: calc((100% - 120px) / 2);
}
@-webkit-keyframes fadein {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@-webkit-keyframes flyin {
from {
    opacity: 0;
    transform: translateX(-20px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}
@keyframes flyin {
from {
    opacity: 0;
    transform: translateX(-20px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}
.trans-header-brands-info-wrapper {
  display: table;
  table-layout: fixed;
}
.trans-header-wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.01);
}
.trans-header-wrapper > div.trans-header-content {
  padding: 24px;
}
.trans-header-wrapper.scrolling > div.trans-header-content {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.trans-header-logo {
  max-height: 52px;
}
.trans-header-link {
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Montserrat";
  margin-right: 3vw;
  transition: all 0.3s;
  cursor: pointer;
  text-transform: uppercase;
}
.trans-header-divider {
  height: 24px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 1vw;
}
.trans-header-icon {
  width: 16px;
  height: auto;
  margin: 0 1vw;
}
.trans-header-contact {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Montserrat";
  cursor: pointer;
}
.trans-header-icon-arrow {
  width: 12px;
  margin-left: 4px;
}
.flexible {
  flex: 25%;
  padding: 3% !important;
}
.trans-header-brands-info {
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px) !important;
          backdrop-filter: blur(20px) !important;
  position: absolute;
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
  overflow-y: auto;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 3;
}
.trans-header-brands-info .trans-header-brands-info__wrapper {
  padding: 20px;
}
.trans-header-brands-info__logo-active {
  background: rgba(255, 255, 255, 0.2) !important;
}
.trans-header-brands-info__logo:nth-child(1) {
  padding: 30px;
  width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.5s;
  cursor: pointer;
}
.trans-header-brands-info__logo:nth-child(1):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__logo:nth-child(1) img {
  opacity: 1;
  width: 60%;
}
.trans-header-brands-info__logo:nth-child(2) {
  padding: 30px;
  width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.5s;
  cursor: pointer;
}
.trans-header-brands-info__logo:nth-child(2):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__logo:nth-child(2) img {
  opacity: 1;
  width: 60%;
}
.trans-header-brands-info__logo:nth-child(3) {
  padding: 30px;
  width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.5s;
  cursor: pointer;
}
.trans-header-brands-info__logo:nth-child(3):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__logo:nth-child(3) img {
  opacity: 1;
  width: 60%;
}
.trans-header-brands-info__logo:nth-child(4) {
  padding: 30px;
  width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.5s;
  cursor: pointer;
}
.trans-header-brands-info__logo:nth-child(4):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__logo:nth-child(4) img {
  opacity: 1;
  width: 60%;
}
.trans-header-brands-info__logo:nth-child(5) {
  padding: 30px;
  width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.5s;
  cursor: pointer;
}
.trans-header-brands-info__logo:nth-child(5):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__logo:nth-child(5) img {
  opacity: 1;
  width: 60%;
}
.trans-header-brands-info__logo:nth-child(6) {
  padding: 30px;
  width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.5s;
  cursor: pointer;
}
.trans-header-brands-info__logo:nth-child(6):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__logo:nth-child(6) img {
  opacity: 1;
  width: 60%;
}
.trans-header-brands-info__logo:nth-child(7) {
  padding: 30px;
  width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.5s;
  cursor: pointer;
}
.trans-header-brands-info__logo:nth-child(7):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__logo:nth-child(7) img {
  opacity: 1;
  width: 60%;
}
.trans-header-brands-info__logo:nth-child(8) {
  padding: 30px;
  width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.5s;
  cursor: pointer;
}
.trans-header-brands-info__logo:nth-child(8):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__logo:nth-child(8) img {
  opacity: 1;
  width: 60%;
}
.trans-header-brands-info__logo:nth-child(9) {
  padding: 30px;
  width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.5s;
  cursor: pointer;
}
.trans-header-brands-info__logo:nth-child(9):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__logo:nth-child(9) img {
  opacity: 1;
  width: 60%;
}
.trans-header-brands-info__yacht-type__item-active {
  background: rgba(255, 255, 255, 0.2) !important;
}
.trans-header-brands-info__yacht-type__item:nth-child(1) {
  opacity: 1;
  width: 200px;
  overflow: hidden;
  padding: 10px 20px;
  background: transparent;
  transition: all 0.3s;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.trans-header-brands-info__yacht-type__item:nth-child(1):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__yacht-type__item:nth-child(2) {
  opacity: 1;
  width: 200px;
  overflow: hidden;
  padding: 10px 20px;
  background: transparent;
  transition: all 0.3s;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.trans-header-brands-info__yacht-type__item:nth-child(2):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__yacht-type__item:nth-child(3) {
  opacity: 1;
  width: 200px;
  overflow: hidden;
  padding: 10px 20px;
  background: transparent;
  transition: all 0.3s;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.trans-header-brands-info__yacht-type__item:nth-child(3):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__yacht-type__item:nth-child(4) {
  opacity: 1;
  width: 200px;
  overflow: hidden;
  padding: 10px 20px;
  background: transparent;
  transition: all 0.3s;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.trans-header-brands-info__yacht-type__item:nth-child(4):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__yacht-type__item:nth-child(5) {
  opacity: 1;
  width: 200px;
  overflow: hidden;
  padding: 10px 20px;
  background: transparent;
  transition: all 0.3s;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.trans-header-brands-info__yacht-type__item:nth-child(5):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__yacht-type__item:nth-child(6) {
  opacity: 1;
  width: 200px;
  overflow: hidden;
  padding: 10px 20px;
  background: transparent;
  transition: all 0.3s;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.trans-header-brands-info__yacht-type__item:nth-child(6):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__yacht-type__item:nth-child(7) {
  opacity: 1;
  width: 200px;
  overflow: hidden;
  padding: 10px 20px;
  background: transparent;
  transition: all 0.3s;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.trans-header-brands-info__yacht-type__item:nth-child(7):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__yacht-type__item:nth-child(8) {
  opacity: 1;
  width: 200px;
  overflow: hidden;
  padding: 10px 20px;
  background: transparent;
  transition: all 0.3s;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.trans-header-brands-info__yacht-type__item:nth-child(8):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__yacht-type__item:nth-child(9) {
  opacity: 1;
  width: 200px;
  overflow: hidden;
  padding: 10px 20px;
  background: transparent;
  transition: all 0.3s;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.trans-header-brands-info__yacht-type__item:nth-child(9):hover {
  background: rgba(255, 255, 255, 0.2);
}
.trans-header-brands-info__products {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 15px;
}
.trans-header-brands-info__products__list {
  display: flex;
}
.trans-header-brands-info__products__list__column {
  flex: 1 1 0;
}
.trans-header-brands-info__product {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #ffffff;
}
.trans-header-brands-info__product:hover {
  color: #e4c09f !important;
}
.trans-header-border-left {
  position: absolute;
  right: 0.5px;
  top: 0;
  transform: all 0.5s;
  height: 100% !important;
  width: 0.5px;
  background-color: rgba(255, 255, 255, 0.4);
}
.trans-header-border-top {
  position: absolute;
  right: 0;
  top: 0;
  transform: all 0.5s;
  height: 0.5px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.trans-header-border-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: all 0.5s;
  height: 0.5px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.trans-brands-active {
  color: #e4c09f;
}
.trans-header-link:hover {
  color: #e4c09f !important;
}
.trans-header-service {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}
.trans-header-service .row-menu {
  justify-content: space-around;
  flex-direction: row;
}
.trans-header-service__item a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
}
.trans-header-service__item a:hover {
  color: #e4c09f;
}
.trans-header-service__item:not(:last-child) {
  border-right: 0px solid rgba(255, 255, 255, 0.2);
}
.trans-header-service__item-center {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.trans-header-wrapper-product-detail {
  background: rgba(255, 255, 255, 0.01) !important;
  /* Transparent/TP20 */
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-sizing: border-box;
  /* Blur */
  -webkit-backdrop-filter: blur(20px) !important;
          backdrop-filter: blur(20px) !important;
}
.trans-menu-mobile {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  z-index: 2;
  padding: 20px;
}
.trans-menu-mobile .trans-header-link {
  font-size: 18px !important;
  line-height: 28px !important;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.arrow-active {
  transform: rotate(180deg);
}
@media only screen and (max-width: 992px) {
.trans-header-service .row-menu {
    justify-content: space-around;
    flex-direction: column !important;
}
.trans-header-wrapper {
    height: 64px !important;
    border: 0 none;
}
.trans-header-wrapper > div.trans-header-content {
    padding: 10px 15px !important;
}
.trans-header-logo {
    max-height: 40px !important;
}
.trans-header-brands-info {
    background: rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(20px) !important;
            backdrop-filter: blur(20px) !important;
}
.trans-header-brands-info__logo {
    padding: 10px !important;
    width: 25% !important;
}
.trans-header-brands-info__logo img {
    width: 100%;
}
.trans-header-brands-info__yacht-type {
    width: 100%;
}
.trans-header-brands-info__yacht-type__item {
    width: 25% !important;
    padding: 8px 4px !important;
    font-size: 12px !important;
    line-height: 18px !important;
}
.trans-header-brands-info__products {
    margin-bottom: 20px;
    font-size: 18px !important;
    line-height: 28px !important;
}
.trans-header-brands-info__products__list {
    display: grid !important;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    gap: 20px;
}
.trans-header-brands-info__product {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 15px;
}
.trans-header-service {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
}
.trans-header-service__item a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    cursor: pointer;
}
.trans-header-service__item a:hover {
    color: #e4c09f;
}
.trans-header-service__item:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.trans-header-service__item-center {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
}
@media all and (min-width: 300px) and (max-width: 992px) {
.trans-header-link {
    margin-right: 0;
}
.trans-header-icon {
    margin: 0 20px;
}
.flexible {
    flex: 50%;
    padding: 3% !important;
}
}
@media all and (min-width: 1000px) and (max-width: 1080px) {
.trans-header-link {
    font-size: 10px;
}
.trans-header-icon {
    width: 13px;
}
.trans-header-contact {
    font-size: 10px;
}
}
.list-enter-active,
.list-leave-active {
  transition: all 0.5s ease;
}
.list-enter-from,
.list-leave-to {
  opacity: 0;
  transform: translateX(30px);
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
0% {
    transform: scale(0);
}
100% {
    transform: scale(1);
}
}
@keyframes lds-ellipsis1 {
0% {
    transform: scale(0);
}
100% {
    transform: scale(1);
}
}
@-webkit-keyframes lds-ellipsis3 {
0% {
    transform: scale(1);
}
100% {
    transform: scale(0);
}
}
@keyframes lds-ellipsis3 {
0% {
    transform: scale(1);
}
100% {
    transform: scale(0);
}
}
@-webkit-keyframes lds-ellipsis2 {
0% {
    transform: translate(0, 0);
}
100% {
    transform: translate(24px, 0);
}
}
@keyframes lds-ellipsis2 {
0% {
    transform: translate(0, 0);
}
100% {
    transform: translate(24px, 0);
}
}
.trans-float-buttons-wrapper {
  position: fixed;
  z-index: 999;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trans-float-buttons-wrapper a:not(:last-child) {
  margin-bottom: 8px;
}
body,
html {
  font-family: "Montserrat", sans-serif !important;
}
.layout-content-wrapper {
  padding: 0 50px;
}
.layout-content {
  padding: 24px 0;
  background: #fff;
}
.page-content {
  padding: 0 24px;
}
#components-layout-demo-custom-trigger {
  min-height: 100vh;
}
#components-layout-demo-custom-trigger .trigger {
  font-size: 18px;
  line-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  transition: color 0.3s;
}
#components-layout-demo-custom-trigger .trigger:hover {
  color: #1890ff;
}
#components-layout-demo-custom-trigger .logo {
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  margin: 16px;
}
.trans-app {
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  background: #E2DED2;
}
.trans-divider {
  padding-top: 140px;
}
.line {
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
@media all and (min-width: 1000px) and (max-width: 1080px) {
.stay-connected-wrapper-right form input,
.stay-connected-wrapper-right form textarea {
    width: 17em !important;
}
}
@media screen and (max-width: 992px) {
.stay-connected-wrapper {
    padding: 40px 2vw !important;
    display: flex;
    flex-direction: column !important;
}
.stay-connected-wrapper .stay-connected-wrapper-left {
    padding-right: 0 !important;
}
.stay-connected-wrapper .stay-connected-wrapper-left h3 {
    font-size: 32px !important;
    line-height: 48px !important;
    margin-bottom: 20px !important;
    text-align: center;
}
.stay-connected-wrapper .stay-connected-wrapper-left p {
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}
.stay-connected-wrapper .stay-connected-wrapper-right {
    width: 100% !important;
}
.stay-connected-wrapper .stay-connected-wrapper-right form {
    flex-direction: column !important;
}
.stay-connected-wrapper .stay-connected-wrapper-right form div:first-child {
    margin-right: 0 !important;
}
.stay-connected-wrapper .stay-connected-wrapper-right form div input,
.stay-connected-wrapper .stay-connected-wrapper-right form div textarea {
    width: 100% !important;
}
.stay-connected-wrapper .stay-connected-wrapper-right form div input {
    margin-bottom: 16px !important;
}
.stay-connected-wrapper .stay-connected-wrapper-right form div textarea {
    height: 200px !important;
}
.stay-connected-wrapper .stay-connected-wrapper-right button[type=submit] {
    margin-top: 48px;
    background: #ffffff;
    border-radius: 0px 24px;
    border: 0 none;
    padding: 12px 32px;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}
}
.stay-connected-wrapper {
  padding: 80px 2vw;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background: #000000;
}
.stay-connected-wrapper .stay-connected-wrapper-left {
  padding-right: 10%;
}
.stay-connected-wrapper .stay-connected-wrapper-left h3 {
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 32px;
  line-height: 56px;
  margin-bottom: 32px;
}
.stay-connected-wrapper .stay-connected-wrapper-left p {
  font-family: "Montserrat";
  font-size: 16px !important;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}
.stay-connected-wrapper .stay-connected-wrapper-right form {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.stay-connected-wrapper .stay-connected-wrapper-right form div {
  display: flex;
  flex-direction: column;
}
.stay-connected-wrapper .stay-connected-wrapper-right form div:first-child {
  margin-right: 16px;
}
.stay-connected-wrapper .stay-connected-wrapper-right form div input,
.stay-connected-wrapper .stay-connected-wrapper-right form div textarea {
  background: transparent;
  border: 1px solid rgb(255, 255, 255);
  padding: 12px 16px;
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 16px;
  width: 25em;
}
.stay-connected-wrapper .stay-connected-wrapper-right form div input:focus, .stay-connected-wrapper .stay-connected-wrapper-right form div input:active,
.stay-connected-wrapper .stay-connected-wrapper-right form div textarea:focus,
.stay-connected-wrapper .stay-connected-wrapper-right form div textarea:active {
  outline: none;
}
.stay-connected-wrapper .stay-connected-wrapper-right form div input:not(:last-child) {
  margin-bottom: 16px;
}
.stay-connected-wrapper .stay-connected-wrapper-right form div textarea {
  height: 100%;
}
.stay-connected-wrapper .stay-connected-wrapper-right button[type=submit] {
  margin-top: 48px;
  background: #ffffff;
  border-radius: 0px 24px;
  border: 0 none;
  padding: 12px 32px;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s;
}
.stay-connected-wrapper .stay-connected-wrapper-right button[type=submit]:hover {
  color: #ACACAC !important;
}
body,
html {
  font-family: "Montserrat", sans-serif !important;
}
.layout-content-wrapper {
  padding: 0 50px;
}
.layout-content {
  padding: 24px 0;
  background: #fff;
}
.page-content {
  padding: 0 24px;
}
#components-layout-demo-custom-trigger {
  min-height: 100vh;
}
#components-layout-demo-custom-trigger .trigger {
  font-size: 18px;
  line-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  transition: color 0.3s;
}
#components-layout-demo-custom-trigger .trigger:hover {
  color: #1890ff;
}
#components-layout-demo-custom-trigger .logo {
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  margin: 16px;
}
.trans-app {
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  background: #E2DED2;
}
.trans-divider {
  padding-top: 140px;
}
.line {
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.trans-float-buttons-member-wrapper {
  position: fixed;
  z-index: 9999;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trans-float-buttons-member-wrapper a:not(:last-child) {
  margin-bottom: 10px;
}
.trans-float-buttons-member-wrapper img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  padding: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.trans-float-buttons-member-wrapper a:hover img {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}
@media (max-width: 768px) {
.trans-float-buttons-member-wrapper {
    right: 12px;
    bottom: 16px;
}
.trans-float-buttons-member-wrapper img {
    width: 40px;
    height: 40px;
}
}
.minimal-layout {
  position: relative;
  min-height: 100vh;
  background: transparent;
}
.change-language {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 9999;
}
.about-panel[data-v-0cc5478b] {
  background: #16162a;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.about-panel .section-title[data-v-0cc5478b] {
  font-size: 12px;
  letter-spacing: 2px;
  color: #8e8ea9;
  margin: 0 0 24px;
  font-weight: 500;
}
.about-content p[data-v-0cc5478b] {
  font-size: 14px;
  color: #8e8ea9;
  line-height: 1.6;
}
.card-overview-panel[data-v-361f3677] {
  background: #16162a;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.section-title[data-v-361f3677] {
  font-size: 12px;
  letter-spacing: 2px;
  color: #8e8ea9;
  margin: 0 0 24px;
  font-weight: 500;
}
.overview-content[data-v-361f3677] {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  gap: 24px;
}
.card-visual[data-v-361f3677] {
  width: 100%;
  max-width: 450px;
  height: 240px;
  border-radius: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.card-visual[data-v-361f3677]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 50%, transparent 60%);
  background-size: 200% 200%;
}
.card-visual.tier-bronze[data-v-361f3677] {
  background: linear-gradient(135deg, #8f6a3e 0%, #5a4028 100%);
}
.card-visual.tier-gold[data-v-361f3677] {
  background: linear-gradient(135deg, #f2c94c 0%, #b8860b 100%);
}
.card-visual.tier-platinum[data-v-361f3677] {
  background: linear-gradient(135deg, #dff3ff 0%, #9ec7de 42%, #5f8098 100%);
}
.card-shine[data-v-361f3677] {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  -webkit-animation: shine-data-v-361f3677 3s infinite;
          animation: shine-data-v-361f3677 3s infinite;
}
@-webkit-keyframes shine-data-v-361f3677 {
to {
    left: 150%;
}
}
@keyframes shine-data-v-361f3677 {
to {
    left: 150%;
}
}
.card-company .company-name[data-v-361f3677] {
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: 600;
  margin-bottom: 2px;
}
.card-company .company-subtitle[data-v-361f3677] {
  font-size: 11px;
  letter-spacing: 2px;
  opacity: 0.9;
}
.card-tier[data-v-361f3677] {
  position: absolute;
  top: 32px;
  left: 32px;
  margin-top: 80px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.95;
}
.card-number[data-v-361f3677] {
  position: absolute;
  bottom: 32px;
  left: 32px;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.8;
}
.card-metrics[data-v-361f3677] {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 44%;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  gap: 10px;
}
.metric-item[data-v-361f3677] {
  background: rgba(8, 10, 18, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  padding: 8px 10px;
}
.metric-item .metric-label[data-v-361f3677] {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 4px;
}
.metric-item .metric-value[data-v-361f3677] {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}
.card-note[data-v-361f3677] {
  font-size: 12px;
  color: #9ca4bb;
  font-style: italic;
  line-height: 1.45;
  margin-top: -8px;
}
@media (max-width: 1100px) {
.card-metrics[data-v-361f3677] {
    width: 48%;
}
}
@media (max-width: 768px) {
.card-visual[data-v-361f3677] {
    height: 270px;
}
.card-metrics[data-v-361f3677] {
    position: static;
    width: 100%;
    margin-top: 16px;
}
.card-number[data-v-361f3677] {
    bottom: 16px;
    left: 16px;
}
}
.benefits-banner[data-v-361f3677] {
  background: linear-gradient(120deg, rgba(214, 176, 82, 0.28) 0%, rgba(214, 176, 82, 0.12) 100%);
  border: 1px solid rgba(226, 191, 105, 0.55);
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: flex-start;
  grid-gap: 14px;
  gap: 14px;
  color: #f3d78b;
  box-shadow: 0 10px 30px rgba(201, 169, 97, 0.18), inset 0 0 0 1px rgba(255, 242, 209, 0.08);
}
.benefits-banner .benefit-icon[data-v-361f3677] {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 2px;
}
.benefits-banner .benefit-content[data-v-361f3677] {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  gap: 10px;
  width: 100%;
}
.benefits-banner .benefit-text[data-v-361f3677] {
  font-weight: 700;
  letter-spacing: 0.35px;
  color: #fff7dd;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.35;
}
.benefits-banner .benefit-cta[data-v-361f3677] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 236, 194, 0.6);
  background: rgba(19, 25, 44, 0.55);
  color: #fff4cf;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.benefits-banner .benefit-cta[data-v-361f3677]:hover {
  background: rgba(19, 25, 44, 0.78);
  border-color: rgba(255, 236, 194, 0.85);
  transform: translateY(-1px);
}
.section-title[data-v-197cce24] {
  font-size: 14px;
  letter-spacing: 2px;
  color: #8e8ea9;
  margin: 0 0 24px;
  font-weight: 500;
}
.section-loading[data-v-197cce24],
.empty-state[data-v-197cce24] {
  text-align: center;
  padding: 60px 24px;
  color: #8e8ea9;
}
.charter-rows[data-v-197cce24] {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}
.charter-row[data-v-197cce24] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 20px;
  gap: 20px;
}
.charter-boat-card[data-v-197cce24] {
  position: relative;
  background: #111423;
  background-size: contain;
  background-position: center 18%;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  overflow: hidden;
}
.charter-boat-card .card-backdrop[data-v-197cce24] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(160deg, rgba(12, 16, 33, 0.92), rgba(11, 16, 30, 0.72));
}
.charter-boat-card .card-content[data-v-197cce24] {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.charter-boat-card.highlighted[data-v-197cce24] {
  border-color: rgba(201, 169, 97, 0.55);
  box-shadow: 0 0 0 1px rgba(201, 169, 97, 0.18), 0 10px 30px rgba(201, 169, 97, 0.1);
}
.boat-header[data-v-197cce24] {
  margin-bottom: 14px;
}
.boat-header h3[data-v-197cce24] {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0.5px;
}
.boat-header .highlight-badge[data-v-197cce24] {
  display: inline-block;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 999px;
  color: #c9a961;
  border: 1px solid rgba(201, 169, 97, 0.45);
  background: rgba(201, 169, 97, 0.12);
  letter-spacing: 0.3px;
  text-transform: none;
  font-weight: 500;
}
.boat-specs-grid[data-v-197cce24] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 16px;
  gap: 10px 16px;
  margin-bottom: 16px;
}
.boat-specs-grid .spec-item[data-v-197cce24] {
  display: flex;
  flex-direction: column;
  grid-gap: 4px;
  gap: 4px;
}
.boat-specs-grid .spec-item.full[data-v-197cce24] {
  grid-column: 1/-1;
}
.boat-specs-grid .label[data-v-197cce24] {
  color: #8e8ea9;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.boat-specs-grid .value[data-v-197cce24] {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}
.prices-wrap[data-v-197cce24] {
  overflow-x: auto;
}
.prices-table[data-v-197cce24] {
  width: 100%;
  border-collapse: collapse;
}
.prices-table thead tr[data-v-197cce24] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.prices-table th[data-v-197cce24],
.prices-table td[data-v-197cce24] {
  text-align: left;
  vertical-align: top;
  padding: 10px 8px;
  font-size: 13px;
}
.prices-table th[data-v-197cce24] {
  color: #8e8ea9;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.prices-table td[data-v-197cce24] {
  color: #d4d4e7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.prices-table tbody tr:last-child td[data-v-197cce24] {
  border-bottom: none;
}
.price-stack[data-v-197cce24] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 4px;
  gap: 4px;
}
.price-stack .old-price[data-v-197cce24] {
  text-decoration: line-through;
  color: rgba(212, 212, 231, 0.55);
  font-size: 11px;
  margin-left: 12px;
  letter-spacing: 0.2px;
}
.price-stack .new-price[data-v-197cce24] {
  color: #f4d082;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}
.action-row[data-v-197cce24] {
  margin-top: 14px;
  display: flex;
  grid-gap: 10px;
  gap: 10px;
}
.ghost-btn[data-v-197cce24],
.book-btn[data-v-197cce24] {
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}
.ghost-btn[data-v-197cce24] {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}
.book-btn[data-v-197cce24] {
  border: 1px solid rgba(201, 169, 97, 0.55);
  color: #111423;
  background: #c9a961;
  font-weight: 600;
  min-width: 44px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.book-btn .book-btn-icon[data-v-197cce24] {
  display: inline-flex;
  width: 18px;
  height: 18px;
}
.book-btn .book-btn-icon svg[data-v-197cce24] {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.book-btn .book-btn-text[data-v-197cce24] {
  display: none;
}
.charter-note[data-v-197cce24] {
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
}
.charter-note p[data-v-197cce24] {
  color: #9aa3c7;
  font-size: 13px;
  margin: 0 0 6px;
}
.gallery-modal[data-v-197cce24],
.lightbox-modal[data-v-197cce24] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.gallery-dialog[data-v-197cce24] {
  background: #141a30;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  width: min(920px, 100%);
  max-height: 86vh;
  overflow: auto;
  padding: 16px;
}
.gallery-head[data-v-197cce24] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.gallery-head h3[data-v-197cce24] {
  color: #fff;
  margin: 0;
}
.close-btn[data-v-197cce24] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.gallery-grid[data-v-197cce24] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.thumb-btn[data-v-197cce24] {
  border: none;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: #0f1220;
}
.thumb-btn img[data-v-197cce24] {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.gallery-footer[data-v-197cce24] {
  margin-top: 12px;
  text-align: center;
}
.lightbox-dialog[data-v-197cce24] {
  position: relative;
  width: min(1000px, 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-image[data-v-197cce24] {
  width: 100%;
  max-height: 84vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.nav-btn[data-v-197cce24] {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  background: rgba(20, 26, 48, 0.7);
  color: #fff;
}
.nav-btn.left[data-v-197cce24] {
  left: 10px;
}
.nav-btn.right[data-v-197cce24] {
  right: 10px;
}
.floating[data-v-197cce24] {
  position: absolute;
  top: 12px;
  right: 12px;
}
@media (max-width: 992px) {
.charter-row[data-v-197cce24] {
    grid-template-columns: 1fr;
}
.action-row[data-v-197cce24] {
    flex-wrap: wrap;
}
.book-btn .book-btn-icon[data-v-197cce24] {
    display: none;
}
.book-btn .book-btn-text[data-v-197cce24] {
    display: inline;
}
}
.nlbm-backdrop[data-v-53e051d8] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.nlbm-modal[data-v-53e051d8] {
  width: 640px;
  max-width: 92%;
  background: #0f1724;
  color: #fff;
  padding: 24px;
  border-radius: 12px;
  position: relative;
}
.nlbm-close[data-v-53e051d8] {
  position: absolute;
  right: 12px;
  top: 12px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.nlbm-title[data-v-53e051d8] {
  margin: 0 0 8px;
  color: #ffffff !important;
}
.nlbm-sub[data-v-53e051d8] {
  color: #9aa3b2;
  margin-bottom: 16px;
}
.nlbm-list[data-v-53e051d8] {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nlbm-list li[data-v-53e051d8] {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.nlbm-desc[data-v-53e051d8] {
  color: #b8c0cc;
  margin-top: 6px;
  font-size: 14px;
}
.nlbm-actions[data-v-53e051d8] {
  display: flex;
  grid-gap: 12px;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 18px;
}
.nlbm-btn[data-v-53e051d8] {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  color: #d6dbe2;
  cursor: pointer;
}
.nlbm-primary[data-v-53e051d8] {
  background: linear-gradient(90deg, #c9a961, #d4af37);
  color: #10203a;
  border: none;
}
.privileges-panel[data-v-58b3745e] {
  background: #16162a;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.privilege-content .privilege-tier-name[data-v-58b3745e] {
  font-size: 18px;
  font-weight: 600;
  color: #c9a961;
  margin-bottom: 12px;
}
.privilege-content .privilege-description[data-v-58b3745e] {
  font-size: 14px;
  color: #8e8ea9;
  line-height: 1.6;
  margin-bottom: 24px;
}
.privilege-content .view-privileges-button[data-v-58b3745e] {
  width: 100%;
  padding: 12px 24px;
  background: rgba(201, 169, 97, 0.1);
  border: 1px solid rgba(201, 169, 97, 0.3);
  color: #c9a961;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
  transition: all 0.3s ease;
}
.privilege-content .view-privileges-button[data-v-58b3745e]:hover {
  background: rgba(201, 169, 97, 0.2);
  border-color: rgba(201, 169, 97, 0.5);
}
.privilege-content .view-privileges-button .arrow[data-v-58b3745e] {
  font-size: 18px;
}
.progress-panel[data-v-184e0773] {
  background: #16162a;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.section-title[data-v-184e0773] {
  font-size: 12px;
  letter-spacing: 2px;
  color: #8e8ea9;
  margin: 0 0 24px;
  font-weight: 500;
}
.progress-content .current-level-wrap[data-v-184e0773] {
  margin-bottom: 16px;
}
.progress-content .current-level-row[data-v-184e0773] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 12px;
  gap: 12px;
}
.progress-content .current-level-label[data-v-184e0773] {
  color: #8e8ea9;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 8px;
}
.progress-content .level-chips[data-v-184e0773] {
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  flex-wrap: wrap;
}
.progress-content .level-chip[data-v-184e0773] {
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  color: #8e8ea9;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
}
.progress-content .level-chip.active[data-v-184e0773] {
  font-weight: 600;
}
.progress-content .level-chip.tier-bronze.active[data-v-184e0773] {
  color: #c89b66;
  border-color: rgba(200, 155, 102, 0.6);
  background: rgba(200, 155, 102, 0.2);
}
.progress-content .level-chip.tier-gold.active[data-v-184e0773] {
  color: #e8c24d;
  border-color: rgba(232, 194, 77, 0.62);
  background: rgba(232, 194, 77, 0.2);
}
.progress-content .level-chip.tier-platinum.active[data-v-184e0773] {
  color: #9fd4ef;
  border-color: rgba(159, 212, 239, 0.62);
  background: rgba(159, 212, 239, 0.18);
}
.progress-content .progress-value[data-v-184e0773] {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
}
.progress-content .progress-subtitle[data-v-184e0773] {
  font-size: 14px;
  color: #8e8ea9;
  margin-bottom: 24px;
}
.progress-content .highest-tier-wrap[data-v-184e0773] {
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(159, 212, 239, 0.3);
  border-radius: 12px;
  background: rgba(159, 212, 239, 0.08);
}
.progress-content .highest-tier-message[data-v-184e0773] {
  color: #d9ecf8;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.progress-content .highest-tier-benefits-title[data-v-184e0773] {
  color: #9da6c0;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.progress-content .highest-tier-benefits-list[data-v-184e0773] {
  margin: 0;
  padding-left: 18px;
  color: #f0f4fb;
}
.progress-content .highest-tier-benefits-list li[data-v-184e0773] {
  margin-bottom: 4px;
  font-size: 14px;
}
.progress-content .progress-bar-container[data-v-184e0773] {
  background: rgba(201, 169, 97, 0.1);
  height: 12px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 12px;
}
.progress-content .progress-bar-fill[data-v-184e0773] {
  height: 100%;
  background: linear-gradient(90deg, #c9a961 0%, #d4af37 100%);
  transition: width 0.5s ease;
  box-shadow: 0 0 10px rgba(201, 169, 97, 0.5);
}
.progress-content .progress-numbers[data-v-184e0773] {
  font-size: 14px;
  color: #8e8ea9;
  text-align: right;
  margin-bottom: 24px;
}
.progress-content .progress-actions[data-v-184e0773] {
  display: flex;
  margin-left: auto;
}
.progress-content .continue-button[data-v-184e0773] {
  width: 100%;
  padding: 14px 24px;
  background: rgba(201, 169, 97, 0.1);
  border: 1px solid rgba(201, 169, 97, 0.3);
  color: #c9a961;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  gap: 8px;
  transition: all 0.3s ease;
}
.progress-content .continue-button[data-v-184e0773]:hover {
  background: rgba(201, 169, 97, 0.2);
  border-color: rgba(201, 169, 97, 0.5);
}
.progress-content .continue-button .arrow[data-v-184e0773] {
  font-size: 20px;
}
.progress-content .continue-button.subtle[data-v-184e0773] {
  width: auto;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 12px;
  background: rgba(30, 34, 56, 0.9);
  border-color: rgba(201, 169, 97, 0.38);
  color: #b7bed2;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.22);
}
.progress-content .continue-button.subtle[data-v-184e0773]:hover {
  background: rgba(40, 45, 74, 0.98);
  border-color: rgba(201, 169, 97, 0.58);
  color: #d3d9e8;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
.progress-content .current-level-row[data-v-184e0773] {
    flex-direction: column;
    align-items: flex-start;
}
.progress-content .progress-actions[data-v-184e0773] {
    margin-left: 0;
}
.progress-content .continue-button.subtle[data-v-184e0773] {
    width: auto;
    border-radius: 8px;
    text-align: center;
}
}
.dashboard-history-panel[data-v-5560aca3] {
  background: #16162a;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.dashboard-history-panel .section-title[data-v-5560aca3] {
  font-size: 12px;
  letter-spacing: 2px;
  color: #8e8ea9;
  margin: 0;
  font-weight: 500;
}
.dashboard-history-panel .history-filters[data-v-5560aca3] {
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  margin-top: 20px;
}
.dashboard-history-panel .history-filters .filter-item[data-v-5560aca3] {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  gap: 8px;
  min-width: 180px;
}
.dashboard-history-panel .history-filters .filter-item span[data-v-5560aca3] {
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #8e8ea9;
  text-transform: uppercase;
}
.dashboard-history-panel .history-filters .filter-item input[data-v-5560aca3],
.dashboard-history-panel .history-filters .filter-item select[data-v-5560aca3] {
  background: #101024;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #d4d4e7;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
}
.dashboard-history-panel .history-table[data-v-5560aca3] {
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
}
.dashboard-history-panel .history-table thead[data-v-5560aca3] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dashboard-history-panel .history-table thead th[data-v-5560aca3] {
  text-align: left;
  padding: 12px 16px;
  font-size: 13px;
  color: #8e8ea9;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.dashboard-history-panel .history-table tbody tr[data-v-5560aca3] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s ease;
}
.dashboard-history-panel .history-table tbody tr[data-v-5560aca3]:hover {
  background: rgba(255, 255, 255, 0.03);
}
.dashboard-history-panel .history-table tbody tr td[data-v-5560aca3] {
  padding: 16px;
  font-size: 14px;
  color: #d4d4e7;
}
.dashboard-history-panel .history-table tbody tr td.value-cell[data-v-5560aca3] {
  font-weight: 600;
  color: #c9a961;
}
.dashboard-history-panel .view-all-link[data-v-5560aca3] {
  margin-top: 16px;
  text-align: center;
}
.dashboard-history-panel .view-all-link a[data-v-5560aca3] {
  color: #8e8ea9;
  font-size: 14px;
  cursor: pointer;
  transition: color 0.2s ease;
}
.dashboard-history-panel .view-all-link a[data-v-5560aca3]:hover {
  color: #c9a961;
}
.dashboard-history-panel .section-loading[data-v-5560aca3],
.dashboard-history-panel .empty-state[data-v-5560aca3] {
  text-align: center;
  padding: 60px 24px;
  color: #8e8ea9;
}
.dashboard-history-panel .history-note[data-v-5560aca3] {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(201, 169, 97, 0.25);
  border-radius: 10px;
  background: rgba(201, 169, 97, 0.06);
  display: flex;
  justify-content: flex-end;
}
.dashboard-history-panel .history-note .history-note-line[data-v-5560aca3] {
  margin: 0;
  color: #d7d7e7;
  font-size: 12px;
  line-height: 1.5;
  font-style: italic;
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.dashboard-history-panel .history-note .history-note-dot[data-v-5560aca3] {
  color: #c9a961;
}
@media (max-width: 900px) {
.dashboard-history-panel[data-v-5560aca3] {
    overflow-x: auto;
}
.dashboard-history-panel .history-filters[data-v-5560aca3] {
    flex-direction: column;
}
.dashboard-history-panel .history-filters .filter-item[data-v-5560aca3] {
    min-width: 100%;
}
.dashboard-history-panel .history-table[data-v-5560aca3] {
    min-width: 760px;
}
}
.section-title[data-v-d2b73978] {
  font-size: 14px;
  letter-spacing: 2px;
  color: #8e8ea9;
  margin: 0;
  font-weight: 500;
}
.history-header[data-v-d2b73978] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}
.history-total[data-v-d2b73978] {
  text-align: right;
}
.history-total span[data-v-d2b73978] {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  color: #8e8ea9;
  text-transform: uppercase;
}
.history-total strong[data-v-d2b73978] {
  display: block;
  margin-top: 6px;
  font-size: 24px;
  font-weight: 700;
  color: #c9a961;
}
.section-loading[data-v-d2b73978],
.empty-state[data-v-d2b73978] {
  text-align: center;
  padding: 60px 24px;
  color: #8e8ea9;
}
.history-note[data-v-d2b73978] {
  margin-bottom: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(201, 169, 97, 0.25);
  border-radius: 10px;
  background: rgba(201, 169, 97, 0.06);
  display: flex;
  justify-content: flex-end;
}
.history-note .history-note-line[data-v-d2b73978] {
  margin: 0;
  color: #d7d7e7;
  font-size: 12px;
  line-height: 1.5;
  font-style: italic;
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.history-note .history-note-dot[data-v-d2b73978] {
  color: #c9a961;
}
.transactions-list[data-v-d2b73978] {
  background: #16162a;
  border-radius: 12px;
  overflow: hidden;
}
.transaction-item[data-v-d2b73978] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.transaction-item[data-v-d2b73978]:last-child {
  border-bottom: none;
}
.transaction-item[data-v-d2b73978]:hover {
  background: rgba(255, 255, 255, 0.02);
}
.tx-details[data-v-d2b73978] {
  flex: 1;
}
.tx-details .tx-date-highlight[data-v-d2b73978] {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}
.tx-details .tx-meta[data-v-d2b73978] {
  font-size: 14px;
  color: #8e8ea9;
  margin-bottom: 4px;
}
.tx-details .tx-route[data-v-d2b73978] {
  font-size: 13px;
  color: #6b6b85;
}
.tx-right[data-v-d2b73978] {
  text-align: right;
}
.tx-right .tx-amount[data-v-d2b73978] {
  font-size: 22px;
  font-weight: 700;
}
.tx-right .tx-amount.positive[data-v-d2b73978] {
  color: #60d394;
}
.tx-right .tx-status[data-v-d2b73978] {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.8px;
  color: #8e8ea9;
  text-transform: uppercase;
}
@media (max-width: 768px) {
.history-header[data-v-d2b73978] {
    flex-direction: column;
    grid-gap: 16px;
    gap: 16px;
}
.history-total[data-v-d2b73978] {
    text-align: left;
}
.transaction-item[data-v-d2b73978] {
    flex-direction: column;
    grid-gap: 14px;
    gap: 14px;
}
.tx-right[data-v-d2b73978] {
    text-align: left;
}
}
.section-title[data-v-0c2fcb40] {
  font-size: 14px;
  letter-spacing: 2px;
  color: #8e8ea9;
  margin: 0 0 24px;
  font-weight: 500;
}
.section-loading[data-v-0c2fcb40],
.empty-state[data-v-0c2fcb40] {
  text-align: center;
  padding: 60px 24px;
  color: #8e8ea9;
}
.privileges-content[data-v-0c2fcb40] {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  gap: 20px;
}
.diamond-top-grid[data-v-0c2fcb40] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
}
.diamond-story-box[data-v-0c2fcb40],
.diamond-journey-box[data-v-0c2fcb40],
.diamond-privileges-box[data-v-0c2fcb40] {
  background: #16162a;
  border-radius: 12px;
  padding: 14px;
}
.diamond-box-title[data-v-0c2fcb40] {
  margin: 0 0 12px;
  padding-bottom: 8px;
  color: #f4f7ff;
  font-size: 16px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.diamond-frame[data-v-0c2fcb40] {
  border-radius: 10px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(18, 26, 50, 0.68) 0%, rgba(14, 20, 40, 0.74) 100%);
}
.diamond-badge[data-v-0c2fcb40] {
  color: #9ad9ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin-bottom: 12px;
}
.diamond-keyline[data-v-0c2fcb40] {
  margin-top: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.diamond-stats-grid[data-v-0c2fcb40] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  gap: 12px;
}
.journey-stat-card[data-v-0c2fcb40] {
  border-radius: 8px;
  padding: 12px;
  background: rgba(16, 24, 46, 0.6);
}
.journey-stat-label[data-v-0c2fcb40] {
  color: #e6e9f2;
  font-size: 13px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}
.journey-stat-value[data-v-0c2fcb40] {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
.diamond-benefit-list[data-v-0c2fcb40] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.diamond-benefit-list li[data-v-0c2fcb40] {
  padding: 12px 0;
}
.diamond-benefit-list li[data-v-0c2fcb40]:first-child {
  padding-top: 0;
}
.diamond-benefit-list li[data-v-0c2fcb40]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.diamond-benefit-name[data-v-0c2fcb40] {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.diamond-benefit-desc[data-v-0c2fcb40] {
  margin-top: 6px;
  color: #d4d7e3;
  font-size: 24px;
  line-height: 1.4;
}
.privilege-overview-box[data-v-0c2fcb40] {
  background: #16162a;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px;
}
.level-head-row[data-v-0c2fcb40] {
  display: flex;
  grid-gap: 12px;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.level-pill[data-v-0c2fcb40] {
  min-width: 220px;
  border-radius: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.level-pill-current[data-v-0c2fcb40] {
  border-color: rgba(201, 169, 97, 0.46);
  background: rgba(201, 169, 97, 0.12);
}
.level-pill-upcoming[data-v-0c2fcb40] {
  border-color: rgba(100, 194, 244, 0.36);
  background: rgba(100, 194, 244, 0.11);
}
.level-pill-max[data-v-0c2fcb40] {
  border-color: rgba(158, 205, 229, 0.38);
  background: rgba(158, 205, 229, 0.1);
}
.level-pill-label[data-v-0c2fcb40] {
  display: block;
  color: #9da6c0;
  font-size: 12px;
  margin-bottom: 4px;
}
.level-pill-name[data-v-0c2fcb40] {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.3px;
}
.benefits-vs-condition[data-v-0c2fcb40] {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 16px;
  gap: 16px;
}
.benefits-columns[data-v-0c2fcb40] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 14px;
  gap: 14px;
}
.benefits-columns.single-column[data-v-0c2fcb40] {
  grid-template-columns: minmax(0, 1fr);
}
.benefits-vs-condition.is-max-tier[data-v-0c2fcb40] {
  grid-template-columns: 1fr;
}
.max-tier-note[data-v-0c2fcb40] {
  border: 1px solid rgba(158, 205, 229, 0.42);
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(158, 205, 229, 0.16) 0%, rgba(28, 33, 53, 0.94) 62%);
  padding: 14px;
  color: #d9e7f2;
}
.max-tier-head[data-v-0c2fcb40] {
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
  gap: 10px;
}
.max-tier-icon[data-v-0c2fcb40] {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(201, 169, 97, 0.22);
  color: #f3d78d;
  font-size: 14px;
  line-height: 1;
  margin-top: 1px;
}
.max-tier-title[data-v-0c2fcb40] {
  color: #f7fbff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}
.max-tier-subtitle[data-v-0c2fcb40] {
  color: #d6dfef;
  font-size: 12px;
  line-height: 1.45;
}
.call-us-btn[data-v-0c2fcb40] {
  margin-top: 12px;
  border: 1px solid rgba(201, 169, 97, 0.52);
  background: rgba(201, 169, 97, 0.14);
  color: #f4d78d;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.call-us-btn svg[data-v-0c2fcb40] {
  width: 15px;
  height: 15px;
}
.call-us-btn[data-v-0c2fcb40]:hover {
  background: rgba(201, 169, 97, 0.22);
  border-color: rgba(201, 169, 97, 0.7);
  transform: translateY(-1px);
}
.benefits-col[data-v-0c2fcb40] {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background: rgba(21, 25, 42, 0.75);
  padding: 14px;
}
.col-title[data-v-0c2fcb40] {
  margin-bottom: 12px;
  color: #dce2f3;
  font-size: 13px;
  font-weight: 600;
}
.benefit-list[data-v-0c2fcb40] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  gap: 10px;
}
.benefit-list li[data-v-0c2fcb40] {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  padding-bottom: 10px;
}
.benefit-list li[data-v-0c2fcb40]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.upgrade-condition-box[data-v-0c2fcb40] {
  border-radius: 12px;
  border: 1px solid rgba(201, 169, 97, 0.54);
  background: linear-gradient(180deg, rgba(201, 169, 97, 0.18) 0%, rgba(25, 29, 47, 0.9) 100%);
  padding: 14px;
}
.upgrade-condition-box.muted[data-v-0c2fcb40] {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}
.condition-title[data-v-0c2fcb40] {
  color: #f2dfae;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 8px;
}
.condition-value[data-v-0c2fcb40] {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.condition-note[data-v-0c2fcb40] {
  margin-top: 6px;
  color: #d8dded;
  font-size: 13px;
}
.condition-threshold[data-v-0c2fcb40] {
  margin-top: 8px;
  color: #9aa3bc;
  font-size: 12px;
}
.tier-cards-wrap[data-v-0c2fcb40] {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
}
.subsection-title[data-v-0c2fcb40] {
  margin: 0;
  font-size: 13px;
  letter-spacing: 1.2px;
  color: #a5aec8;
}
.tier-cards-grid[data-v-0c2fcb40] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 24px;
  gap: 24px;
}
.tier-card[data-v-0c2fcb40] {
  background: #16162a;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tier-card-header[data-v-0c2fcb40] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.tier-card-header h3[data-v-0c2fcb40] {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.4px;
}
.tier-empty[data-v-0c2fcb40] {
  color: #8e8ea9;
  font-size: 14px;
}
.tier-benefit-list[data-v-0c2fcb40] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
}
.tier-benefit-list li[data-v-0c2fcb40] {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  padding-bottom: 10px;
}
.tier-benefit-list li[data-v-0c2fcb40]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.benefit-name[data-v-0c2fcb40] {
  color: #dfe3ef;
  font-size: 14px;
  font-weight: 500;
}
.benefit-desc[data-v-0c2fcb40] {
  color: #8e8ea9;
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.5;
}
.tier-note[data-v-0c2fcb40] {
  margin-top: 14px;
  color: #8e8ea9;
  font-size: 12px;
}
@media (max-width: 992px) {
.benefits-vs-condition[data-v-0c2fcb40] {
    grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.diamond-top-grid[data-v-0c2fcb40] {
    grid-template-columns: 1fr;
}
.diamond-stats-grid[data-v-0c2fcb40] {
    grid-template-columns: 1fr;
}
.diamond-benefit-name[data-v-0c2fcb40] {
    font-size: 22px;
}
.diamond-benefit-desc[data-v-0c2fcb40] {
    font-size: 17px;
}
.privilege-overview-box[data-v-0c2fcb40] {
    padding: 16px;
}
.benefits-columns[data-v-0c2fcb40] {
    grid-template-columns: 1fr;
}
}
.trans-product-lines-item[data-v-04ea3156] {
  position: absolute;
  bottom: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.trans-product-lines-item__name[data-v-04ea3156] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.trans-product-lines-item__detail[data-v-04ea3156] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #e4c09f;
  margin-top: 10px;
  cursor: pointer;
}
.trans-product-lines-item__overlay[data-v-04ea3156] {
  position: absolute;
  height: 25vw;
  bottom: -2px;
  background: linear-gradient(270deg, rgba(19, 34, 36, 0) 0%, rgba(19, 34, 36, 0.703125) 49.69%, #132224 98.56%);
  transform: rotate(-90deg);
  width: 100%;
}
@media screen and (max-width: 992px) {
.trans-home-brands-logo[data-v-19569131] {
    font-size: 14px !important;
    line-height: 20px !important;
}
.trans-home-brands-logo img[data-v-19569131] {
    max-width: 50% !important;
    opacity: 1 !important;
}
.trans-home-brands-logo div[data-v-19569131] {
    width: 50%;
    text-align: center;
    visibility: hidden;
}
.trans-home-brands-title[data-v-19569131] {
    font-size: 32px !important;
    line-height: 48px !important;
}
.trans-home-brands-description[data-v-19569131] {
    font-size: 14px !important;
    line-height: 24px !important;
    width: 90% !important;
}
.trans-home-brands-image:hover .trans-home-brands-logo div[data-v-19569131] {
    display: none !important;
    opacity: 1;
}
}
.trans-home-brands-logo[data-v-19569131] {
  position: absolute;
  z-index: 1;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trans-home-brands-logo div[data-v-19569131] {
  width: 50%;
  text-align: center;
  transition: opacity 1s ease-in;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.trans-home-brands-logo img[data-v-19569131] {
  max-width: 40%;
  opacity: 0;
  /*
      transition: all 0.3s;
  */
}
.trans-home-brands-image[data-v-19569131] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.trans-home-brands-image:hover .trans-home-brands-background[data-v-19569131] {
  transition: all 0.3s;
  filter: blur(17px);
}
.trans-home-brands-image:hover .trans-home-brands-logo div[data-v-19569131] {
  display: block;
  opacity: 1;
  height: auto;
}
.trans-home-brands-image:hover .trans-home-brands-logo img[data-v-19569131] {
  max-width: 40%;
  opacity: 1;
  transition: all 1.5s ease-in-out;
}
.trans-home-brands-wrapper[data-v-19569131] {
  margin-top: 80px;
}
.trans-home-brands-title[data-v-19569131] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  background: #1E201D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.trans-home-brands-description[data-v-19569131] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.12px;
  color: #1E201D;
  width: 75%;
}
.introduce-container {
  position: relative;
}
.introduce-container .introduce-float-buttons {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.introduce-container .introduce-float-buttons a:not(:last-child) {
  margin-bottom: 8px;
}
.introduce-container .introduce-slide-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #435864;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(300px);
          backdrop-filter: blur(300px);
  border-radius: 16px 16px 0px 0px;
}
.introduce-container .introduce-slide-controls .introduce-slide-controls-next,
.introduce-container .introduce-slide-controls .introduce-slide-controls-prev {
  padding: 24px;
  cursor: pointer;
}
.introduce-container .introduce-slide-controls .introduce-slide-controls-page {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.introduce-container .introduce-slide .introduce-slide-content {
  height: 100vh;
  widows: 100vw;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.introduce-container .introduce-slide .introduce-slide-content * {
  position: relative;
}
.introduce-container .introduce-slide .introduce-slide-content::before {
  content: "";
  width: 60%;
  height: 60%;
  position: absolute;
  background: radial-gradient(50% 50% at 50%, at 50%, rgba(62, 90, 105, 0.81) 27.08%, rgba(63, 91, 105, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(62, 90, 105, 0.81) 27.08%, rgba(63, 91, 105, 0) 100%);
}
.introduce-container .introduce-slide .introduce-slide-content h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #ffffff;
  margin-bottom: 16px;
  text-align: center;
}
.introduce-container .introduce-slide .introduce-slide-content .introduce-slide-content-description {
  font-family: "Montserrat";
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  width: 80%;
}
.introduce-container .introduce-slide .introduce-slide-content .introduce-slide-content-buttons {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.introduce-container .introduce-slide .introduce-slide-content .introduce-slide-content-buttons a {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  min-width: 15em;
  padding: 12px 20px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.introduce-container .introduce-slide .introduce-slide-content .introduce-slide-content-buttons a:hover {
  color: #e4c09f;
}
.introduce-container .introduce-slide .introduce-slide-content .introduce-slide-content-buttons a:first-child {
  border-bottom-left-radius: 24px;
}
.introduce-container .introduce-slide .introduce-slide-content .introduce-slide-content-buttons a:last-child {
  border-top-right-radius: 24px;
}
@media screen and (max-width: 992px) {
.introduce-container {
    position: relative;
}
.introduce-container .introduce-float-buttons {
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.introduce-container .introduce-float-buttons a:not(:last-child) {
    margin-bottom: 8px;
}
.introduce-container .introduce-slide-controls .introduce-slide-controls-next,
.introduce-container .introduce-slide-controls .introduce-slide-controls-prev {
    padding: 16px;
    cursor: pointer;
}
.introduce-container .introduce-slide-controls .introduce-slide-controls-page {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}
.introduce-container .introduce-slide .introduce-slide-content {
    height: 62vh;
}
.introduce-container .introduce-slide .introduce-slide-content h3 {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 16px;
    text-align: center;
}
.introduce-container .introduce-slide .introduce-slide-content .introduce-slide-content-description {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    width: 80%;
}
.introduce-container .introduce-slide .introduce-slide-content .introduce-slide-content-buttons {
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 95%;
    justify-content: center;
}
.introduce-container .introduce-slide .introduce-slide-content .introduce-slide-content-buttons a {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    width: 100%;
    padding: 14px 5px;
    text-align: center;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: #e4c09f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.introduce-container .introduce-slide .introduce-slide-content .introduce-slide-content-buttons a:first-child {
    border-bottom-left-radius: 24px;
}
.introduce-container .introduce-slide .introduce-slide-content .introduce-slide-content-buttons a:last-child {
    border-top-right-radius: 24px;
}
}
@media screen and (max-width: 992px) {
.marina-image-1 {
    max-width: 100%;
    height: 45.6vw !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.marina-image-2 {
    max-width: 100%;
    height: 45.6vw !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.marina-image-3 {
    width: 100%;
    height: 26.66vw !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.marina-image-4 {
    width: 100%;
    height: 26.66vw !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.marina-image-5 {
    max-width: 100%;
    height: 72.26vw !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.home-marina-image-wrapper {
    padding: 16px 6vw 16px 4vw !important;
    width: 100%;
}
.home-marina-border-image-2 {
    border-radius: 0 0 90% 0/0 0 50% 0;
    padding-left: 10px;
}
.trans-marina-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 32px !important;
    line-height: 46px !important;
    color: #e4c09f;
}
.trans-marina-by {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #e4c09f;
}
.trans-marina-subtitle {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 32px !important;
    line-height: 48px !important;
    color: #e4c09f;
}
.trans-home-marina-wrapper {
    padding: 0em 1vw 0 3vw;
}
.trans-description-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #1E201D;
    margin-top: 20px !important;
    margin-right: 2vw !important;
    text-align: center !important;
}
.trans-marina-explore-button {
    padding: 12px 32px;
    background: #e4c09f;
    -webkit-backdrop-filter: blur(300px);
            backdrop-filter: blur(300px);
    border-radius: 0px 24px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #1E201D;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 40px;
}
}
.marina-image-1 {
  max-width: 100%;
  max-height: 100%;
  min-height: 23vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.marina-image-2 {
  max-width: 100%;
  min-height: 23vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.marina-image-3 {
  width: 100%;
  height: 13.125vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.marina-image-4 {
  width: 100%;
  height: 13.125vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.marina-image-5 {
  max-width: 100%;
  height: 26.18vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-marina-image-wrapper img {
  padding-bottom: 10px;
}
.home-marina-border-image-1 {
  border-radius: 90% 0 0 0/50% 0 0 0;
  padding-right: 10px;
}
.home-marina-border-image-2 {
  border-radius: 0 0 90% 0/0 0 50% 0;
  padding-left: 10px;
}
.trans-marina-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 72px;
  color: #e4c09f;
}
.trans-marina-by {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #e4c09f;
}
.trans-marina-subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  color: #e4c09f;
}
.trans-home-marina-wrapper {
  padding: 4em 1vw 0 3vw;
  background: url(/_nuxt/assets/images/home/marina/image-6.jpg);
  position: relative;
}
.trans-home-marina-wrapper::before {
  content: "";
  position: absolute;
  left: -199px;
  width: 200px;
  height: 90%;
  background: #e4c09f;
  filter: blur(160px);
}
.trans-description-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #1E201D;
  margin-top: 30px;
  text-align: center;
}
.trans-marina-explore-button {
  padding: 12px 32px;
  background: #e4c09f;
  -webkit-backdrop-filter: blur(300px);
          backdrop-filter: blur(300px);
  border-radius: 0px 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #1E201D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.3s;
}
.trans-marina-explore-button:hover {
  color: #ffffff !important;
}
@media all and (min-width: 1000px) and (max-width: 1080px) {
.trans-title-text-second[data-v-ad264510] {
    font-size: 22px !important;
    line-height: 22px !important;
}
.trans-title-text-first[data-v-ad264510] {
    font-size: 22px !important;
}
.trans-home-quality-info-wrapper .trans-home-quality-info__item-title[data-v-ad264510] {
    font-size: 30px !important;
    line-height: 48px !important;
}
.trans-home-quality-info-wrapper .trans-home-quality-info__item-detail[data-v-ad264510] {
    font-size: 15px !important;
    line-height: 24px !important;
}
}
@media screen and (max-width: 992px) {
.our-quality[data-v-ad264510] {
    padding-top: 6vw !important;
}
.trans-title-text-wrapper[data-v-ad264510] {
    width: 100%;
}
.trans-title-text-second[data-v-ad264510] {
    font-size: 28px !important;
    line-height: 48px !important;
}
.trans-title-text-first[data-v-ad264510] {
    font-size: 28px !important;
}
.trans-home-quality-info-wrapper .trans-home-quality-info__item-title[data-v-ad264510] {
    font-size: 40px !important;
    line-height: 48px !important;
}
.trans-home-quality-info-wrapper .trans-home-quality-info__item-detail[data-v-ad264510] {
    font-size: 16px !important;
    line-height: 24px !important;
}
.trans-home-quality-info-wrapper .border-image-1[data-v-ad264510] {
    margin-bottom: 10px;
    border-radius: 0 81% 0 80%/0 100% 0 100% !important;
    text-align: center;
}
.trans-home-quality-info-wrapper .border-image-2[data-v-ad264510] {
    margin-bottom: 10px;
    border-radius: 81% 0 80% 0/100% 0 100% 0 !important;
}
.our-quality-image-1[data-v-ad264510] {
    height: 40vw !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.our-quality-image-2[data-v-ad264510] {
    height: 40vw !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.our-quality-image-3[data-v-ad264510] {
    height: 80vw !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
}
.our-quality-image-1[data-v-ad264510] {
  height: 17vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-quality-image-2[data-v-ad264510] {
  height: 17vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-quality-image-3[data-v-ad264510] {
  height: 34.2vw;
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trans-title-text-second[data-v-ad264510] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  background: #1E201D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
}
.trans-title-text-first[data-v-ad264510] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  background: #1E201D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
}
.trans-home-quality-info-wrapper .border-image-1[data-v-ad264510] {
  margin-bottom: 10px;
  border-radius: 0 80% 0 80%/0 100% 0 100%;
  text-align: center;
}
.trans-home-quality-info-wrapper .border-image-2[data-v-ad264510] {
  margin-bottom: 10px;
  border-radius: 80% 0 80% 0/100% 0 100% 0;
}
.trans-home-quality-info-wrapper .border-image-3[data-v-ad264510] {
  margin-left: 10px;
  border-radius: 0 100% 0 100%/0 50% 0 50%;
}
.trans-home-quality-info-wrapper .trans-home-quality-info[data-v-ad264510] {
  margin-top: 20px;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
  gap: 20px;
}
.trans-home-quality-info-wrapper .trans-home-quality-info__item-title[data-v-ad264510] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 72px;
  color: #1E201D;
  text-align: center;
}
.trans-home-quality-info-wrapper .trans-home-quality-info__item-detail[data-v-ad264510] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #1E201D;
  text-align: center;
}
@media all and (min-width: 576px) and (max-width: 992px) {
.trans-home-quality-info__item[data-v-ad264510] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
}
@media (min-width: 1500px) {
.trans-title-text-second[data-v-ad264510] {
    font-size: 36px !important;
    line-height: 56px !important;
}
.trans-title-text-first[data-v-ad264510] {
    font-size: 36px !important;
    line-height: 56px !important;
}
.trans-home-quality-info-wrapper .trans-home-quality-info__item-title[data-v-ad264510] {
    font-size: 46px !important;
    line-height: 54px !important;
}
.trans-home-quality-info-wrapper .trans-home-quality-info__item-detail[data-v-ad264510] {
    font-size: 26px !important;
    line-height: 34px !important;
}
}
@media screen and (max-width: 992px) {
.renting-service-image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 192vw !important;
}
.trans-home-renting-content {
    padding-left: 0 !important;
    width: 100% !important;
}
.trans-title-text-first {
    font-size: 32px !important;
    line-height: 48px !important;
}
.trans-description-text {
    font-size: 14px !important;
    line-height: 24px !important;
    text-align: center !important;
}
}
.renting-service-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 62.5vw;
}
.trans-home-rentin-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1E201D;
}
.trans-home-renting-wrapper {
  display: flex;
  align-items: center;
  background: rgba(19, 34, 36, 0.6980392157);
}
.trans-home-renting-background {
  width: 100%;
}
.trans-home-renting-background img {
  width: 100%;
}
.trans-home-renting-content {
  padding-left: 1vw;
  position: absolute;
  z-index: 2;
  width: 50%;
}
.trans-title-text-first {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 72px;
  color: #1E201D;
}
.trans-description-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #1E201D;
  margin-top: 25px;
  text-align: left;
}
.trans-renting-service-explore-button {
  padding: 12px 32px;
  background: #e4c09f;
  -webkit-backdrop-filter: blur(300px);
          backdrop-filter: blur(300px);
  border-radius: 0px 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #1E201D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.3s;
}
.trans-renting-service-explore-button:hover {
  color: #ffffff !important;
}
.home-sevice-border-image-1 {
  border-radius: 40% 0 0 0/30% 0 0 0;
  height: 66.25vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trans-home-service-overlay-1 {
  position: absolute;
  top: 0;
  left: -2vw;
  transform: translateY(-25%);
  z-index: -1;
}
.trans-home-service-overlay-2 {
  position: absolute;
  top: -10%;
  left: -25%;
}
@media screen and (max-width: 992px) {
.home-sevice-border-image-1 {
    height: 156vw !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.trans-home-service-wrapper {
    padding: 0 2vw !important;
}
.trans-description-text {
    font-size: 14px !important;
    text-align: center !important;
}
.trans-service-explore-button {
    margin-bottom: 40px !important;
}
}
.trans-home-service-wrapper {
  padding-left: 1vw;
}
.trans-description-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 25px;
  text-align: left;
}
.trans-service-explore-button {
  padding: 12px 32px;
  background: #e4c09f;
  -webkit-backdrop-filter: blur(300px);
          backdrop-filter: blur(300px);
  border-radius: 0px 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.3s;
}
.trans-service-explore-button:hover {
  color: #ffffff !important;
}
@media all and (min-width: 1000px) and (max-width: 1080px) {
.trans-title-text-second[data-v-fded7b9e] {
    font-size: 30px !important;
    line-height: 30px !important;
}
.trans-title-text-first[data-v-fded7b9e] {
    font-size: 30px !important;
    line-height: 30px !important;
}
.trans-description-text[data-v-fded7b9e] {
    font-size: 16px !important;
    line-height: 26px !important;
}
}
@media screen and (max-width: 992px) {
.welcome-image-1[data-v-fded7b9e] {
    height: 80vw !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.welcome-image-2[data-v-fded7b9e] {
    height: 80vw !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.trans-home-welcome[data-v-fded7b9e] {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 2vw;
    padding-top: 100px;
}
.trans-title-text-second[data-v-fded7b9e] {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    background: #1E201D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
}
.trans-title-text-first[data-v-fded7b9e] {
    margin-top: 2rem;
    padding-top: 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    background: #1E201D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
}
.trans-description-text[data-v-fded7b9e] {
    font-family: "Montserrat";
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #1E201D;
    margin-top: 40px;
    margin-right: 20px;
    text-align: center;
}
.trans-welcome-explore-button[data-v-fded7b9e] {
    margin: 40px 0 0 0 !important;
    align-items: center;
}
}
.trans-home-welcome[data-v-fded7b9e] {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.trans-home-welcome-left[data-v-fded7b9e] {
  padding-left: 4vw;
  transform: translateY(-10%);
}
.trans-home-welcome-right[data-v-fded7b9e] {
  display: flex;
  justify-content: flex-end;
}
.trans-home-welcome-right .custom-image-1[data-v-fded7b9e] {
  border-radius: 0 0 0 100%/0 0 0 50%;
}
.trans-home-welcome-right .custom-image-2[data-v-fded7b9e] {
  border-radius: 0 0 0 0/0 0 0 0;
}
.welcome-image-1[data-v-fded7b9e] {
  height: 38vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome-image-2[data-v-fded7b9e] {
  height: 38vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trans-title-text-second[data-v-fded7b9e] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 70px;
  background: #1E201D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.trans-title-text-second .line[data-v-fded7b9e] {
  display: block;
}
.trans-title-text-second .line .words[data-v-fded7b9e] {
  display: block;
}
.trans-title-text-first[data-v-fded7b9e] {
  margin-top: 2rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  background: #1E201D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 50px 0 0 0;
}
.trans-title-text-first .line[data-v-fded7b9e] {
  display: block;
}
.trans-title-text-first .line .words[data-v-fded7b9e] {
  display: block;
}
.trans-description-text[data-v-fded7b9e] {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #1E201D;
  margin-top: 40px;
  text-align: center;
}
.trans-welcome-explore-button[data-v-fded7b9e] {
  padding: 12px 32px;
  background: #1E201D;
  -webkit-backdrop-filter: blur(300px);
          backdrop-filter: blur(300px);
  border-radius: 0px 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #d9d9d9 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.3s;
}
.trans-welcome-explore-button[data-v-fded7b9e]:hover {
  color: #ffffff !important;
}
@media all and (min-width: 576px) and (max-width: 992px) {
.trans-welcome-explore-button[data-v-fded7b9e] {
    margin-left: auto !important;
    margin-right: auto !important;
}
}
@media (min-width: 1500px) {
.trans-title-text-second[data-v-fded7b9e] {
    font-size: 36px !important;
    line-height: 56px !important;
}
.trans-title-text-first[data-v-fded7b9e] {
    font-size: 36px !important;
    line-height: 56px !important;
}
.trans-description-text[data-v-fded7b9e] {
    font-size: 24px !important;
    line-height: 34px !important;
}
}
.trans-home-welcome[data-v-075527cd] {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.trans-home-welcome-left[data-v-075527cd] {
  padding-left: 4vw;
  transform: translateY(-10%);
}
.trans-home-welcome-right[data-v-075527cd] {
  display: flex;
  justify-content: flex-end;
}
.trans-home-welcome-right .custom-image-1[data-v-075527cd] {
  border-radius: 0 0 0 100%/0 0 0 50%;
}
.trans-home-welcome-right .custom-image-2[data-v-075527cd] {
  border-radius: 0 0 0 0/0 0 0 0;
}
.welcome-image-1[data-v-075527cd] {
  height: 38vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome-image-2[data-v-075527cd] {
  height: 38vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trans-title-text-second[data-v-075527cd] {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 70px;
  background: #1E201D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.trans-title-text-first[data-v-075527cd] {
  margin-top: 2rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  background: #1E201D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding: 50px 0 0 0;
}
.trans-description-text[data-v-075527cd] {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #1E201D;
  margin-top: 40px;
  text-align: center;
}
.trans-welcome-explore-button[data-v-075527cd] {
  padding: 12px 32px;
  background: #1E201D;
  -webkit-backdrop-filter: blur(300px);
          backdrop-filter: blur(300px);
  border-radius: 0px 24px;
  font-family: "Montserrat";
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #d9d9d9 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.3s;
}
.trans-welcome-explore-button[data-v-075527cd]:hover {
  color: #ffffff !important;
}
@media all and (min-width: 576px) and (max-width: 992px) {
.trans-welcome-explore-button[data-v-075527cd] {
    margin-left: auto !important;
    margin-right: auto !important;
}
}
@media (min-width: 1500px) {
.trans-title-text-second[data-v-075527cd] {
    font-size: 36px !important;
    line-height: 56px !important;
}
.trans-title-text-first[data-v-075527cd] {
    font-size: 36px !important;
    line-height: 56px !important;
}
.trans-description-text[data-v-075527cd] {
    font-size: 24px !important;
    line-height: 34px !important;
}
}
@media all and (min-width: 1000px) and (max-width: 1080px) {
.trans-title-text-second[data-v-075527cd] {
    font-size: 30px !important;
    line-height: 30px !important;
}
.trans-title-text-first[data-v-075527cd] {
    font-size: 30px !important;
    line-height: 30px !important;
}
.trans-description-text[data-v-075527cd] {
    font-size: 16px !important;
    line-height: 26px !important;
}
}
@media screen and (max-width: 992px) {
.welcome-image-1[data-v-075527cd] {
    height: 80vw !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.welcome-image-2[data-v-075527cd] {
    height: 80vw !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.trans-home-welcome[data-v-075527cd] {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 2vw;
    padding-top: 100px;
}
.trans-title-text-second[data-v-075527cd] {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 32px !important;
    line-height: 48px;
    background: #1E201D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
}
.trans-title-text-first[data-v-075527cd] {
    margin-top: 2rem;
    padding-top: 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 32px !important;
    line-height: 48px;
    background: #1E201D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
}
.trans-description-text[data-v-075527cd] {
    font-family: "Montserrat";
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #1E201D;
    margin-top: 40px;
    margin-right: 20px;
    text-align: center;
}
.trans-welcome-explore-button[data-v-075527cd] {
    margin: 40px 0 0 0 !important;
    align-items: center;
}
}
.marinas .title {
  padding-top: 100px;
  background-color: #000000;
  background-size: cover;
  background-position: top;
}
.marinas .title p {
  padding: 64px 24px 42px;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 36px;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.marinas .section-title p {
  padding: 0 24px 40px;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 36px;
  line-height: 56px;
  color: #000000;
}
.marinas .banner {
  width: 100%;
}
.marinas .banner img {
  width: 100%;
}
.marinas .quote {
  margin: 100px 18em;
  position: relative;
  padding: 60px 0;
  /*&::before,
  &::after {
    content: "";
    width: 52%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }*/
  margin: 0;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  line-height: 56px;
  color: #000000;
  text-align: center;
}
.marinas .quote::before {
  top: 20px;
}
.marinas .quote::after {
  bottom: 20px;
}
.marinas .quote p {
  margin: 0;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  line-height: 56px;
  color: #000000;
  text-align: center;
  margin: 0;
}
.marinas .facilities {
  margin-bottom: 100px;
}
.marinas .facilities .facility-list {
  display: flex;
  flex-direction: row;
  justify-self: center;
  flex-wrap: wrap;
  margin: 0 -1px;
}
.marinas .facilities .facility-list .facility-item {
  width: calc(33.3333333333% - 2px);
  margin: 1px;
  background: rgba(255, 255, 255, 0.2);
  padding: 48px 24px;
}
.marinas .facilities .facility-list .facility-item .facility-logo {
  margin-bottom: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.marinas .facilities .facility-list .facility-item .facility-logo img {
  width: 35%;
}
.marinas .facilities .facility-list .facility-item p {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin: 0;
}
.marinas .facilities .facility-list .facility-item:last-child {
  margin: auto;
}
.marinas .slide-wrapper {
  position: relative;
  overflow: hidden;
}
.marinas .slide-wrapper::after, .marinas .slide-wrapper::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  z-index: 1;
  opacity: 0.7;
}
.marinas .slide-wrapper::after {
  right: -15px;
}
.marinas .slide-wrapper::before {
  left: -15px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.marinas .slide-wrapper .slide-prev,
.marinas .slide-wrapper .slide-next {
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 13px;
  cursor: pointer;
  transform: translate(0, -50%);
  z-index: 2;
}
.marinas .slide-wrapper .slide-prev {
  left: 24px;
}
.marinas .slide-wrapper .slide-next {
  right: 24px;
}
.marinas .slide-wrapper .slick-track .slick-slide > div {
  padding: 0 8px;
}
.marinas .slide-wrapper .slide .slide-content {
  width: 100%;
  height: auto;
}
.marinas .slide-wrapper .slide .slide-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.marinas .services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 18em 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.marinas .services .service-title {
  text-align: center;
  margin-bottom: 80px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
}
.marinas .services .service-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 54px;
  padding-bottom: 54px;
}
.marinas .services .service-item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.marinas .services .service-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.marinas .services .service-item .service-item-info {
  text-align: center;
  padding: 0 55px;
}
.marinas .services .service-item .service-item-info h3 {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 8px;
}
.marinas .services .service-item .service-item-info div {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 992px) {
.marinas .title {
    padding-top: 64px;
}
.marinas .title p {
    padding: 30px 2vw;
    font-size: 24px;
    line-height: 32px;
}
.marinas .section-title p {
    padding: 20px 2vw 20px 2vw;
    font-size: 24px;
    line-height: 32px;
}
.marinas .banner {
    width: 100%;
}
.marinas .banner img {
    width: 100%;
}
.marinas .quote {
    margin: 20px 2vw;
    position: relative;
    padding: 20px 0;
}
.marinas .quote::before, .marinas .quote::after {
    content: "";
    width: 52%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.marinas .quote::before {
    top: 20px;
}
.marinas .quote::after {
    bottom: 20px;
}
.marinas .quote p {
    font-size: 20px;
    line-height: 56px;
    color: #000000;
    text-align: center;
    padding: 10px 0;
}
.marinas .facilities {
    margin-bottom: 40px;
}
.marinas .facilities .facility-list {
    flex-direction: column;
}
.marinas .facilities .facility-list .facility-item {
    width: 100%;
    margin: 0 0 6px 0;
    background: rgba(255, 255, 255, 0.2);
    padding: 48px 24px;
}
.marinas .facilities .facility-list .facility-item .facility-logo {
    margin-bottom: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.marinas .facilities .facility-list .facility-item .facility-logo img {
    width: 35%;
}
.marinas .facilities .facility-list .facility-item p {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin: 0;
}
.marinas .facilities .facility-list .facility-item:last-child {
    margin: auto;
}
.marinas .slide-wrapper {
    position: relative;
    overflow: hidden;
}
.marinas .slide-wrapper::after, .marinas .slide-wrapper::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.7;
}
.marinas .slide-wrapper::after {
    right: -15px;
}
.marinas .slide-wrapper::before {
    left: -15px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.marinas .slide-wrapper .slide-prev,
.marinas .slide-wrapper .slide-next {
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 13px;
    cursor: pointer;
    transform: translate(0, -50%);
    z-index: 2;
}
.marinas .slide-wrapper .slide-prev {
    left: 24px;
}
.marinas .slide-wrapper .slide-next {
    right: 24px;
}
.marinas .slide-wrapper .slick-track .slick-slide > div {
    padding: 0 8px;
}
.marinas .slide-wrapper .slide .slide-content {
    width: 100%;
    height: 50%;
}
.marinas .slide-wrapper .slide .slide-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.marinas .services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 2vw;
}
.marinas .services .service-title {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
}
.marinas .services .service-item {
    display: flex;
    flex-direction: column-reverse !important;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.marinas .services .service-item:not(:last-child) {
    border-bottom: none;
}
.marinas .services .service-item .service-item-info {
    text-align: center;
    padding: 0 2vw;
}
.marinas .services .service-item .service-item-info h3 {
    line-height: 26px;
    margin-top: 20px;
}
.marinas .services .service-item .service-item-info div {
    font-size: 14px;
    line-height: 26px;
}
}
@media screen and (max-width: 992px) {
.marina-image-1 {
    max-width: 100%;
    height: 45.6vw !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.marina-image-2 {
    max-width: 100%;
    height: 45.6vw !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.marina-image-3 {
    width: 100%;
    height: 26.66vw !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.marina-image-4 {
    width: 100%;
    height: 45.6vw !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.marina-image-5 {
    max-width: 100%;
    height: 72.26vw !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.home-marina-image-wrapper {
    padding: 16px 6vw 16px 4vw !important;
    width: 100%;
}
.home-marina-border-image-2 {
    border-radius: 0 0 90% 0/0 0 50% 0;
    padding-left: 10px;
}
.home-marina-border-image-4 {
    border-radius: 0 0 0 90%/0 0 0 100%;
}
.service-marina-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 32px !important;
    line-height: 46px !important;
    color: #000000;
}
.service-marina-by {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #000000;
}
.service-marina-subtitle {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 32px !important;
    line-height: 48px !important;
    color: #000000;
}
.service-home-marina-wrapper {
    padding: 0em 1vw 0 3vw;
}
.service-description-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #000000;
    margin-top: 20px !important;
    margin-right: 2vw !important;
    text-align: justify !important;
    -moz-text-align-last: center;
         text-align-last: center;
}
}
.marina-image-1 {
  max-width: 100%;
  max-height: 100%;
  min-height: 23vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.marina-image-2 {
  max-width: 100%;
  min-height: 23vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.marina-image-3 {
  width: 100%;
  height: 13.125vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.marina-image-4 {
  width: 100%;
  height: 13.125vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.marina-image-5 {
  max-width: 100%;
  height: 26.18vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-marina-image-wrapper img {
  padding-bottom: 10px;
}
.home-marina-border-image-1 {
  border-radius: 90% 0 0 0/50% 0 0 0;
  padding-right: 10px;
}
.home-marina-border-image-2 {
  border-radius: 0 0 90% 0/0 0 50% 0;
  padding-left: 10px;
}
.home-marina-border-image-4 {
  border-radius: 0 0 0 90%/0 0 0 100%;
}
.service-marina-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 72px;
  color: #000000;
}
.service-marina-by {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
}
.service-marina-subtitle {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  color: #000000;
}
.service-home-marina-wrapper {
  padding: 4em 1vw 0 3vw;
  position: relative;
}
.service-description-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-top: 30px;
  text-align: center;
}
.services .services-border-image {
  border-radius: 0 30% 0 0/0 60% 0 0;
}
.services .title {
  padding-top: 100px;
  background-color: #000000;
  background-size: cover;
  background-position: top;
}
.services .title p {
  padding: 64px 24px 42px;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 36px;
  line-height: 56px;
  letter-spacing: 5px;
  color: #ffffff;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
}
.services .section-title p {
  padding: 0 24px 40px;
  margin: 0;
  font-family: "Montserrat";
  letter-spacing: 5px;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
}
.services .banner {
  width: 100%;
}
.services .banner img {
  width: 100%;
}
.services .top-services {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 100px 16px;
  position: relative;
  padding: 20px 0;
}
.services .top-services::before, .services .top-services::after {
  content: "";
  width: 52%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.services .top-services::before {
  top: 20px;
}
.services .top-services::after {
  bottom: 20px;
}
.services .top-services .top-service-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.services .top-services .top-service-list:last-child {
  margin-bottom: 40px;
}
.services .top-services .top-service-list .top-service-item {
  margin: 40px 8px 0;
  width: calc(33.3333333333% - 16px);
  position: relative;
}
.services .top-services .top-service-list .top-service-item p {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(67, 88, 100, 0.75);
  text-align: center;
  padding: 16px 0;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}
.services .top-services .top-service-list .top-service-item img {
  width: 100%;
}
.services .facilities {
  margin-bottom: 100px;
}
.services .facilities .facility-list {
  display: flex;
  flex-direction: row;
  justify-self: center;
  flex-wrap: wrap;
  margin: 0 -1px;
}
.services .facilities .facility-list .facility-item {
  width: calc(33.3333333333% - 2px);
  margin: 1px;
  background: rgba(0, 0, 0, 0.2);
  padding: 48px 24px;
}
.services .facilities .facility-list .facility-item .facility-logo {
  margin-bottom: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.services .facilities .facility-list .facility-item .facility-logo img {
  width: 35%;
}
.services .facilities .facility-list .facility-item p {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin: 0;
}
.services .facilities .facility-list .facility-item:last-child {
  margin: auto;
}
.services .services {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.services .services > img {
  max-width: 100%;
}
.services .services .services-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  padding: 0 24px;
}
.services .services .services-detail .service-title {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
  line-height: 56px;
  color: #000000;
  margin-right: 11%;
  width: 30%;
}
.services .services .services-detail .service-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.services .services .services-detail .service-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.services .services .services-detail .service-item img {
  width: 50px;
  margin-right: 50px;
}
.services .services .services-detail .service-item h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  flex: 1;
  margin-bottom: 0;
}
.services .services .services-detail .service-item div {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.8);
  flex: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
.services .title {
    padding-top: 64px;
}
.services .title p {
    padding: 30px 20px;
    font-size: 24px;
    line-height: 32px;
}
.services .section-title p {
    padding: 0 2vw 30px 2vw;
    font-size: 24px;
    line-height: 32px;
}
.services .banner {
    width: 100%;
}
.services .banner img {
    width: 100%;
}
.services .top-services {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 40px 2vw;
    position: relative;
    padding: 0;
}
.services .top-services::before, .services .top-services::after {
    content: "";
    width: 52%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.services .top-services::before {
    top: 20px;
}
.services .top-services::after {
    bottom: 20px;
}
.services .top-services .top-service-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.services .top-services .top-service-list:nth-child(1) {
    margin-top: 60px;
}
.services .top-services .top-service-list .top-service-item {
    margin: 0 0 20px 0;
    width: 100%;
    position: relative;
}
.services .top-services .top-service-list .top-service-item p {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(67, 88, 100, 0.75);
    text-align: center;
    padding: 16px 0;
    margin: 0;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}
.services .top-services .top-service-list .top-service-item img {
    width: 100%;
}
.services .facilities {
    margin-bottom: 60px;
}
.services .facilities .facility-list {
    display: flex;
    flex-direction: column;
}
.services .facilities .facility-list .facility-item {
    width: 100%;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.2);
    padding: 48px 24px;
}
.services .facilities .facility-list .facility-item .facility-logo {
    margin-bottom: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.services .facilities .facility-list .facility-item .facility-logo img {
    width: 70%;
}
.services .facilities .facility-list .facility-item p {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    margin-top: 20px;
}
.services .facilities .facility-list .facility-item:last-child {
    margin-top: 10px;
}
.services .services {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.services .services > img {
    max-width: 100%;
}
.services .services .services-detail {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding: 0 2vw;
}
.services .services .services-detail .service-title {
    font-size: 24px;
    line-height: 32px;
    margin-right: 0;
    margin-bottom: 20px;
}
.services .services .services-detail .service-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    padding-bottom: 32px;
}
.services .services .services-detail .service-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.services .services .services-detail .service-item img {
    width: 60px;
    margin-right: 0;
    margin-bottom: 20px;
}
.services .services .services-detail .service-item h3 {
    margin-bottom: 20px;
    margin-right: 0;
}
.services .services .services-detail .service-item div {
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    flex: 1;
    margin-bottom: 0;
}
}
.service-description-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  padding: 0 24px;
  text-align: center;
  display: block;
  justify-content: center;
}
.service-head-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  color: #000000;
  margin-top: 25px;
  padding: 0 24px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.service-border-image-1 {
  height: 35vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.charter .title {
  padding-top: 100px;
  background-color: #000000;
  background-size: cover;
  background-position: top;
}
.charter .title p {
  padding: 64px 24px 42px;
  margin: 0;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 36px;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.charter .banner {
  width: 100%;
}
.charter .banner img {
  width: 100%;
}
.charter .banner .banner-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(19, 34, 36, 0.3);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 4em 0;
}
.charter .banner .banner-text div {
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300px;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
}
.charter .description {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  color: #000;
  padding: 0 24px;
  text-align: center;
  display: block;
  justify-content: center;
}
.charter .products-wrapper .product:nth-child(2n) .inner {
  flex-direction: row-reverse;
}
.charter .products-wrapper .item {
  width: 50%;
}
.charter .products-wrapper .content {
  padding: 4%;
}
.charter .products-wrapper .content .product-info span {
  font-weight: bold;
}
.charter .products-wrapper .content .product-info .product-spec {
  list-style-type: none;
  display: flex;
  padding: 0;
}
.charter .products-wrapper .content .product-info .product-spec li {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-right: 20px;
}
.charter .products-wrapper .content .product-info .product-spec li span {
  display: flex;
  flex-direction: row;
  padding: 0;
  float: left;
  line-height: 20px;
  font-weight: inherit;
}
.charter .products-wrapper .content .product-info .product-spec li span .ico-yacht {
  width: 26px;
  height: 20px;
}
.charter .products-wrapper .content .product-info .product-spec li span .ico-calendar {
  width: 24px;
  height: 20px;
}
.charter .products-wrapper .content .product-info .product-spec li span .ico-cabin {
  width: 26px;
  height: 20px;
}
.charter .products-wrapper .content .product-info .product-spec li span img {
  margin-right: 4px;
}
.charter .products-wrapper .content .product-info .product-spec li .tend {
  font-weight: bold;
}
.charter .products-wrapper .item .show-type-1 .border-image-1 {
  border-radius: 65% 35% 0 0/90% 0 0 0;
  padding-bottom: 5px;
  height: 17vw;
  width: 80%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.charter .products-wrapper .item .show-type-1 .border-image-2 {
  border-radius: 0 0 35% 65%/0 0 0 100%;
  height: 17vw;
  width: 80%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.charter .products-wrapper .item .show-type-1 .border-image-3 {
  padding-left: 5px;
  border-radius: 0 65% 65% 0/0 65% 65% 0;
  height: 34vw;
  width: 80%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.charter .products-wrapper .item .show-type-2 .border-image-1 {
  padding-bottom: 5px;
  border-radius: 0 50% 0 50%/0 80% 0 100%;
  text-align: center;
  height: 17vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.charter .products-wrapper .item .show-type-2 .border-image-2 {
  border-radius: 50% 0 50% 0/100% 0 80% 0;
  height: 17vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.charter .products-wrapper .item .show-type-2 .border-image-3 {
  padding-left: 5px;
  border-radius: 0 100% 0 100%/0 50% 0 50%;
  height: 34vw;
  width: 80%;
  -o-object-fit: cover;
  object-fit: cover;
}
.charter .products-wrapper .item .show-type-3 .border-image-1 {
  padding-bottom: 5px;
  border-radius: 65% 35% 0 0/90% 0 0 0;
  height: 17vw;
  width: 80%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.charter .products-wrapper .item .show-type-3 .border-image-2 {
  border-radius: 0 0 35% 65%/0 0 0 100%;
  height: 17vw;
  width: 80%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.charter .products-wrapper .item .show-type-3 .border-image-3 {
  padding-left: 5px;
  height: 34vw;
  width: 80%;
  object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}
.charter .slide-wrapper {
  position: relative;
  overflow: hidden;
}
.charter .slide-wrapper .section-title p {
  margin: 0;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 35px;
  line-height: 46px;
  color: #000000;
}
.charter .slide-wrapper::after, .charter .slide-wrapper::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  z-index: 1;
  opacity: 0.7;
}
.charter .slide-wrapper::after {
  right: -15px;
}
.charter .slide-wrapper::before {
  left: -15px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.charter .slide-wrapper .slide-prev,
.charter .slide-wrapper .slide-next {
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px 13px;
  cursor: pointer;
  transform: translate(0, -50%);
  z-index: 2;
}
.charter .slide-wrapper .slide-prev {
  left: 24px;
}
.charter .slide-wrapper .slide-next {
  right: 24px;
}
.charter .slide-wrapper .slick-track .slick-slide > div {
  padding: 0 8px;
}
.charter .slide-wrapper .slide .slide-content {
  width: 100%;
  height: auto;
}
.charter .slide-wrapper .slide .slide-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
.charter .products-wrapper .product .inner:nth-child(odd) {
    flex-direction: column-reverse !important;
}
.charter .products-wrapper .product h2.tend {
    font-size: 1.3rem;
    margin: 15px 0 !important;
}
.charter .products-wrapper .product .product-info .product-spec {
    margin-bottom: 15px !important;
}
.charter .products-wrapper .product .item {
    width: 100%;
}
.charter .products-wrapper .product .item .show-type-1 .border-image-1 {
    height: 30vw;
    width: 100%;
}
.charter .products-wrapper .product .item .show-type-1 .border-image-2 {
    height: 30vw;
    width: 100%;
}
.charter .products-wrapper .product .item .show-type-1 .border-image-3 {
    height: 60vw;
    width: 100%;
}
.charter .products-wrapper .product .item .show-type-2 .border-image-1 {
    height: 30vw;
    width: 100%;
}
.charter .products-wrapper .product .item .show-type-2 .border-image-2 {
    height: 30vw;
    width: 100%;
}
.charter .products-wrapper .product .item .show-type-2 .border-image-3 {
    height: 60vw;
    width: 100%;
}
.charter .products-wrapper .product .item .show-type-3 .border-image-1 {
    height: 30vw;
    width: 100%;
}
.charter .products-wrapper .product .item .show-type-3 .border-image-2 {
    height: 30vw;
    width: 100%;
}
.charter .products-wrapper .product .item .show-type-3 .border-image-3 {
    height: 60vw;
    width: 100%;
}
.charter .slide-wrapper .slide-prev,
.charter .slide-wrapper .slide-next {
    top: 60% !important;
}
}
@media (max-width: 991px) {
.charter .products-wrapper .product .content h2.tend {
    font-size: 1.5rem;
}
}
@media screen and (max-width: 992px) {
.about-us-slide-control {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.charter .title {
    padding-top: 64px;
}
.charter .title p {
    padding: 30px 2vw;
    font-size: 24px;
    line-height: 32px;
}
.charter .banner {
    width: 100%;
}
.charter .banner img {
    width: 100%;
}
.charter .products-wrapper .item .show-type-1 .border-image-1 {
    height: 17vw;
    width: 100%;
}
.charter .products-wrapper .item .show-type-1 .border-image-2 {
    height: 17vw;
    width: 100%;
}
.charter .products-wrapper .item .show-type-1 .border-image-3 {
    height: 34vw;
    width: 100%;
}
.charter .products-wrapper .item .show-type-2 .border-image-1 {
    padding-bottom: 5px;
    text-align: center;
    height: 17vw;
    width: 100%;
}
.charter .products-wrapper .item .show-type-2 .border-image-2 {
    height: 17vw;
    width: 100%;
}
.charter .products-wrapper .item .show-type-2 .border-image-3 {
    height: 34vw;
    width: 100%;
}
.charter .products-wrapper .item .show-type-3 .border-image-1 {
    height: 17vw;
    width: 100%;
}
.charter .products-wrapper .item .show-type-3 .border-image-2 {
    height: 17vw;
    width: 100%;
}
.charter .products-wrapper .item .show-type-3 .border-image-3 {
    height: 34vw;
    width: 100%;
}
.charter .slide-wrapper {
    position: relative;
    overflow: hidden;
}
.charter .slide-wrapper .section-title p {
    padding: 20px 2vw 20px 2vw;
    font-size: 24px;
    line-height: 32px;
}
.charter .slide-wrapper::after, .charter .slide-wrapper::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.7;
}
.charter .slide-wrapper::after {
    right: -15px;
}
.charter .slide-wrapper::before {
    left: -15px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.charter .slide-wrapper .slide-prev,
.charter .slide-wrapper .slide-next {
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 13px;
    cursor: pointer;
    transform: translate(0, -50%);
    z-index: 2;
}
.charter .slide-wrapper .slide-prev {
    left: 24px;
}
.charter .slide-wrapper .slide-next {
    right: 24px;
}
.charter .slide-wrapper .slick-track .slick-slide > div {
    padding: 0 8px;
}
.charter .slide-wrapper .slide .slide-content {
    width: 100%;
    height: 50%;
}
.charter .slide-wrapper .slide .slide-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
}


