p:first-child{
  margin-top: 0;
}
p:last-child{
  margin-bottom: 0;
}
p>span{
  display: inline-block;
}
.disclaimer-opening body {
  overflow: hidden;
}
.wb_popup.vr-popup {
  transition: 0.5s;
  display: block;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  padding: var(--header-height) 0 0 0;
}
.wb_popup.vr-popup.active {
  opacity: 1;
  pointer-events: all;
  user-select: all;
}
.wb_bg_img-wrapper.vr {
  background-color: rgba(0, 0, 0, .69);
}
.wb_popup.vr-popup .wb_popup_content-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  max-height: none;
  position: relative;
}
.wb_popup.vr-popup .wb_popup_content-wrapper .wb_popup_content-3 {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}
.wb_popup.vr-popup .wb_popup_content {
  width: 1024px;
  height: 768px;
  max-height: 80vh;
  max-width: 90vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  user-select: none;
}
.wb_popup.disclaimer-popup {
  display: flex;
}
.wb_popup.disclaimer-popup .wb_popup_content {
  height: auto;
}
.menu-list-submenu {
  width: max-content;
}
.hamburger .hamburger-middle {
  transition: width 0.2s;
}
.menu-button.active .hamburger .hamburger-middle {
  width: 0;
}
.hamburger .hamburger-bottom {
  transition: all 0.4s;
}
.menu-button.active .hamburger .hamburger-bottom {
  transform: translateY(-13px) rotateZ(45deg);
}
.hamburger .hamburger-top {
  transition: all 0.4s;
}
.menu-button.active .hamburger .hamburger-top {
  transform: translateY(13px) rotateZ(-45deg);
}
.menu-button.active + .side-menu {
  transform: none;
}
.otgs-development-site-front-end {
  display: none;
}
.teaser-header .menu-button {
  display: none;
}
@media screen and (max-width: 767px){
  .menu-button+.navigation-items {
    transition: 0.5s;
  }
  .menu-button.active+.navigation-items {
    transform: none;
  }
  .teaser-header .menu-button {
    display: block;
  }
  .teaser-header .side-menu-list-wrapper.sub-menu {
    width: auto;
    padding-left: 0;
    border-left:none;
  }
}

/* html .ps__rail-y {
  opacity: 1;
  background-color: #8B8A8A;
  border-radius: 0;
  width: 1px;
  margin-right: 2px;
} */
.wb_scrollable-wrapper.ps--active-y {
padding-right: 20px;
}
html .ps--active-y > .ps__rail-y {
  display: block;
  opacity: 1;
  /* background-color: #8B8A8A; */
}
html .ps .ps__rail-y.ps--clicking {
  /* background-color: #8B8A8A; */
  opacity: 1;
}
html .ps__thumb-y {
  /* border-radius: 0;
  right: 0;
  background-color: var(--bg-color); */
  box-sizing: border-box;
  /* border: 1px solid #8b8a8a; */
  width: 5px;
  margin-right: -2px;
}
.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y, .ps__rail-y:hover>.ps__thumb-y {
  background-color: var(--bg-color);
  width: 5px;
}
html .ps:hover > .ps__rail-y {
  opacity: 1;
}

picture {
  width: 100%;
}
@media (hover: hover) {
  .building-item {
    transition: all 0.5s;
    cursor: pointer;
  }
  .building-item:hover {
    transform: scale(1.2)
  }
}

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

.tag-line .letter{
  opacity: 0;
}
html:not(.disclaimer-opening) .tag-line .letter{
  animation-duration: 1s;
  animation-name: title_animation;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
}

@keyframes title_animation {
  0% { opacity:0; }
  100% { opacity:1;}
}

.top_button {
  transition: opacity 0.5s;
  opacity: 0;
}
html.scrolled .top_button {
  opacity: 1;
}
.map_list_locator .bullet_popup {
  pointer-events: none;
  user-select: none;
}
.map_list_locator.active .bullet_popup {
  opacity: 1;
}
.mtr-icon {
  height: 22px;
  width: auto;
  margin-bottom: 0.2em;
}
.bottom_disclaimer, .bottom_disclaimer * {
  margin-bottom: 20px;
  font-size: 1.1rem !important;
  line-height: 1.25 !important;
  list-style-type: decimal;
  color: #000 !important;
  font-weight: 400 !important;
  word-break: break-word;
}
.w-slider {
  transition: height 0.3s ease;
  
}
.w-slider-mask {
  transition: height 0.3s ease;
  width: 100%;
}
.building-item {
    display: flex;
}
.bullet_popup_text {
    font-size: min(2vw, 1.6rem);
}
.wb_toggle-disclaimer_content-wrapper.wb_scrollable-wrapper {
    font-size: min(2vw, 1.6rem);
}
.ratio-wrapper-home {
    height: auto;
}
.wb_section {
    position: relative;
    overflow-x: hidden;
    width: 100%;
}
.row.align-left {
    justify-content: flex-start;
}
.map-icon {
    width: 40px;
    height: auto;
    margin-left: 70px;
    margin-top: 20px;
}
.black-dim {
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .ratio-wrapper-home {
    aspect-ratio: 1 / 1.2;
    width: 100%;
  }
  .padder_40px.mobile-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .swiper.swiper-home {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .map-icon {
    width: 36px;
  }
}
@media screen and (max-width: 767px) {
    .wb_toggle-disclaimer-2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .image-wrapper-bullet {
        width: 10px;
        height: 10px;
    }
    .bullet_number {
        font-size: .6rem;
    }
  .bullet_popup {
    left: auto;
    right: auto;
    top: 100%;
  }
  .bullet_popup.align-left {
    left: auto;
    right: auto;
  }
  .map_list_locator.active {
    z-index: 10;
  }
  .map_list_text {
    font-size: 1.4rem;
  }
  .swiper.swiper-home {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 479px) {
    .wb_toggle-disclaimer_content p{
        font-size: min(2vw, 1.2rem);
    }
    .ratio-wrapper-home {
      aspect-ratio: 1 / 1.8;
      width: 100%;
    }
    .wb_toggle-disclaimer_toggle_label {
      font-size: min(2vw, 1.6rem);
  }
}
