.toggle-disclaimer.active .toggle-disclaimer_content-wrapper {
  pointer-events: initial;
}
.toggle-disclaimer_content.scrollable-wrapper.ps.ps--active-y {
    padding-right: 10px;
}
html.show-header .header, html.open-menu .header, html.open-menu .side-menu{
  transform: none;
}
body {
  overflow: hidden;
}
html.disclaimer-closed body {
  overflow: auto;
}
html[lang=zh-hk] .header-nav{
  grid-column-gap: max(15px, 4vw);
  grid-row-gap: max(15px, 4vw);
}
html[lang=zh-cn] .header-nav{
  grid-column-gap: max(15px, 4vw);
  grid-row-gap: max(15px, 4vw);
}
.ps__rail-y {
  background-color: #d3bda1!important;
  width: 1px!important;
  margin-right: 2px;
}
.ps__thumb-y {
    background-color: #d3bda1!important;
    border-radius: 0!important;
    right: 0px!important;
}
.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y, .ps__rail-y:hover>.ps__thumb-y {
    background-color: #d3bda1!important;
    width: 5px!important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: ''!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: ''!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: -50px!important;
  width:  26px!important;
  height: 74px!important;
  margin-top: calc(26px * -74 / 26)!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: -50px!important;
  width:  26px!important;
  height: 74px!important;
  margin-top: calc(26px * -74 / 26)!important;
  transform: rotateZ(180deg);
}
.fp-overflow {
  overflow: visible !important;
  display: inherit !important;
  align-items: inherit !important;
  justify-content: inherit !important;
  flex-flow: inherit !important;
  width: inherit!important;
  height: inherit!important;
}
.fp-table {
    display: inherit!important;
    flex-direction: inherit!important;
    justify-content: inherit!important;
    width: inherit!important;
}
html .fp-responsive .fp-is-overflow.fp-section {
        height: calc(var(--vh, 1vh) * 100);
}
.body-text ul {
  padding-left: 20px;
  list-style: none;
  list-style-image: url("/wp-content/themes/assembly/images/star.svg");
}
.body-text ul li::marker{
  background-size: 10px 10px;
}
.pswp__bg { background: #fff!important; }
.pswp__icn {
    fill: #000!important;
    color: #eee!important;
}
.swiper-button-prev .mobile-show, .swiper-button-next .mobile-show {
  display: none;
}
.leaflet-container {
  background: rgb(255, 255, 255)!important;
}
.kv-slider-text br {
  display: none;
}
.footer-contact-content a {
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 1679px) {
  .header-nav-item {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1439px) {
  .header-nav-item {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev .mobile-show, .swiper-button-next .mobile-show {
    display: block;
  }
  .swiper-button-prev .mobile-hide, .swiper-button-next .mobile-hide {
    display: none;
  }
 .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: max(-4vw, -50px)!important;
    width:  min(3vw, 26px)!important;
    height: auto!important;
    margin-top: calc(min(3vw, 26px) * -37 / 26)!important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: max(-4vw, -50px)!important;
    width:  min(3vw, 26px)!important;
    height: auto!important;
    margin-top: calc(min(3vw, 26px) * -37 / 26)!important;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .image-3 {
    object-position: 50% 70%;
  }
}


@media screen and (max-width: 478px) {
  
  
  .side-menu-divider {
    display: none;
  }
  .body-text ul{
    width: 300px;
    margin: auto;
    text-align: left;
  }
  .body-text ul br{
    display: none;
  }
  .kv-slider-text br {
    display: block;
  }
}
@media screen and (max-height: 890px) and (orientation: landscape) {
  /* .kv-logo {
    width: min(250px, 25vw);
    margin-bottom: 10px;
  } */

  .side-menu-nav {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .kv-slider-text.font-en-serif {
    font-size: 1.2rem;
  }
  .section-title {
    line-height: 0.8;
  }
  .body-text {
    line-height: 1.25;
  }
  .train-image {
    max-width: 300px;
    margin-top: 0;
  }
}
@media screen and (max-height: 700px) and (orientation: landscape ){
  .train-image {
    max-width: 200px;
    margin-top: 0;
  }
}