@font-face {
  font-family: 'DINOffcPro';
  font-weight: 400;
  src: url("../tour/fonts/DINOffcPro.ttf"); }

@font-face {
  font-family: 'DINOffcPro';
  font-weight: 500;
  src: url("../tour/fonts/DINOffcPro-Medi.ttf"); }

@font-face {
  font-family: 'DINOffcPro';
  font-weight: 700;
  src: url("../tour/fonts/DINOffcPro-Bold.ttf"); }

@font-face {
  font-family: 'DINOffcPro';
  font-weight: 900;
  src: url("../tour/fonts/DINOffcPro-Black.ttf"); }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px; }

html {
  height: 100%; }
  @media (max-width: 1024px) and (orientation: landscape) {
    html {
      height: 100vh; } }

body {
  background-color: #DA5544;
  color: #fff;
  font-family: "DINOffcPro";
  font-weight: normal;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  @media (max-width: 1024px) and (orientation: landscape) {
    body {
      height: 100vh; } }

a {
  color: #fff;
  text-decoration: none; }

iframe {
  height: 100%;
  width: 100%; }

h1, h2 {
  font-weight: normal; }

input:focus {
  outline: none; }

.disabled {
  pointer-events: none; }

.flex-centered {
  align-items: center;
  display: flex;
  justify-content: center; }

.flex-centered-v {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.flex-start {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start; }

.flex-start-v {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.flex-end {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end; }

.flex-end-v {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.fullscreen {
  height: 100%;
  position: absolute;
  width: 100%; }

.video-container-ar-169 {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%; }

.video-ar {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.pointer {
  cursor: pointer !important;
  pointer-events: all !important; }

.truly-hidden {
  opacity: 0;
  pointer-events: none !important; }
  .truly-hidden * {
    pointer-events: none !important; }

@media (max-width: 1024px) {
  .desktop-only {
    display: none !important; } }

@media (min-width: 1025px) {
  .mobile-only {
    display: none !important; } }

.nav-element {
  transition: opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  .nav-element--disabled {
    opacity: 0.5;
    pointer-events: none; }

.bottom-nav {
  cursor: default;
  pointer-events: all;
  z-index: 3; }
  @media (min-width: 1025px) {
    .bottom-nav {
      gap: 12px; } }
  @media (max-width: 1024px) {
    .bottom-nav {
      display: none; } }
  .bottom-nav__index {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    bottom: 16px;
    color: transparent;
    font-size: 80px;
    font-weight: 900;
    position: absolute;
    right: 285px;
    z-index: 2; }
  .bottom-nav__item {
    cursor: pointer;
    position: relative;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    /*
        &:first-child {
            margin-left: 0px;
        }
        &:last-child {
            margin-right: 0px;
        }
        */ }
    @media (min-width: 1025px) {
      .bottom-nav__item {
        border-radius: 24px;
        height: 24px;
        width: 24px; } }
    @media (max-width: 1024px) {
      .bottom-nav__item {
        border-radius: 12px;
        height: 12px;
        width: 12px; } }
    .bottom-nav__item__border {
      border: 2px solid #fff;
      border-radius: 24px;
      height: 24px;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      width: 24px; }
    .bottom-nav__item__inside {
      background: #fff;
      cursor: pointer;
      opacity: 0.5;
      pointer-events: none;
      position: absolute;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
      @media (min-width: 1025px) {
        .bottom-nav__item__inside {
          border-radius: 8px;
          height: 8px;
          width: 8px; } }
      @media (max-width: 1024px) {
        .bottom-nav__item__inside {
          border-radius: 4px;
          height: 4px;
          width: 4px; } }
    .bottom-nav__item--active {
      cursor: default;
      pointer-events: none; }
    .bottom-nav__item--active .bottom-nav__item__inside {
      opacity: 1; }
    @media (hover: hover) and (pointer: fine) {
      .bottom-nav__item:hover .bottom-nav__item__border {
        opacity: 1; } }
  .bottom-nav__preview {
    bottom: 69px;
    position: absolute;
    right: 88px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    .bottom-nav__preview img {
      filter: drop-shadow(0px 30px 50px rgba(0, 0, 0, 0.4));
      height: 177px;
      margin-bottom: 10px;
      object-fit: cover;
      width: 312px; }
  .bottom-nav__title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    z-index: 2; }

.button {
  align-items: center;
  background: #A53121;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  padding: 14px 24px 10px;
  pointer-events: all;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  white-space: nowrap; }
  .button:hover {
    background: #DA5544; }

.copyright {
  bottom: 85px;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 10px;
  opacity: 0.5;
  pointer-events: all;
  position: absolute;
  right: 10px;
  transform: rotate(-90deg);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  will-change: opacity;
  z-index: 6;
  zoom: 1.005; }
  .copyright:hover {
    opacity: 1; }

.copy-modal-v5-wrapper {
  align-items: center;
  height: 100%;
  justify-content: center;
  right: 0%;
  pointer-events: all;
  position: absolute;
  top: 0px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: 10; }
  .copy-modal-v5-wrapper__container {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .copy-modal-v5-wrapper__content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .copy-modal-v5-wrapper__mask {
    height: 100%;
    position: absolute;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5-wrapper__mask {
        background: rgba(0, 0, 0, 0.5); } }
    @media (max-width: 1024px) {
      .copy-modal-v5-wrapper__mask {
        background: rgba(0, 0, 0, 0.8); } }
  .copy-modal-v5-wrapper--hidden {
    right: -100%; }

.copy-modal-v5 {
  background: #fff;
  color: #000;
  overflow: hidden;
  pointer-events: all;
  position: absolute;
  right: 0px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 1025px) {
    .copy-modal-v5 {
      height: 100%;
      width: 620px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5 {
      height: 100%;
      width: 100%; } }
  .copy-modal-v5__close-button {
    z-index: 1; }
    @media (min-width: 1025px) {
      .copy-modal-v5__close-button {
        position: absolute;
        right: 0px;
        top: 0px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__close-button {
        position: absolute;
        right: 0px;
        top: 0px; } }
  .copy-modal-v5__cta {
    margin-top: 24px; }
  .copy-modal-v5__first {
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__first {
        height: 360px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__first {
        height: 200px; } }
    .copy-modal-v5__first video {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .copy-modal-v5__gallery {
    align-items: center;
    background: #A53121;
    display: flex;
    justify-content: center;
    position: relative; }
    @media (min-width: 1025px) {
      .copy-modal-v5__gallery {
        height: 360px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__gallery {
        height: 200px; } }
    .copy-modal-v5__gallery > img {
      height: 100%; }
  .copy-modal-v5__gallery-controls {
    bottom: 10px;
    justify-content: space-between;
    position: absolute;
    width: 100%; }
  .copy-modal-v5__gallery-main {
    height: 100%;
    object-fit: cover;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%; }
    .copy-modal-v5__gallery-main--hidden {
      opacity: 0; }
  .copy-modal-v5__gallery-next {
    transform: scaleX(-1); }
  .copy-modal-v5__gallery-prev, .copy-modal-v5__gallery-next {
    -moz-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px); }
  .copy-modal-v5__gallery-thumbnail {
    background: radial-gradient(circle, white 0%, white 19%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.2) 99%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    cursor: pointer;
    height: 10px;
    margin: 0px 10px;
    pointer-events: all;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 10px; }
    .copy-modal-v5__gallery-thumbnail img {
      display: none; }
    .copy-modal-v5__gallery-thumbnail:hover, .copy-modal-v5__gallery-thumbnail--active {
      background: #fff;
      transform: scale(0.6); }
  .copy-modal-v5__main {
    box-sizing: border-box;
    cursor: default;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    right: 0px;
    top: 0px;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__main {
        height: 100%; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__main {
        height: 100%; } }
  .copy-modal-v5__second {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start; }
    @media (min-width: 1025px) {
      .copy-modal-v5__second {
        max-height: calc(100% - 360px);
        padding: 40px;
        width: 100%; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__second {
        height: 100%;
        max-height: calc(100% - 200px);
        padding: 24px;
        width: 100%; } }
  .copy-modal-v5__scrollable {
    height: 100%;
    overflow-y: auto;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__scrollable {
        padding-right: 40px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__scrollable {
        padding-right: 24px; } }
  .copy-modal-v5 a {
    align-items: center;
    color: #A53121;
    display: flex;
    justify-content: flex-start;
    text-decoration: underline; }
    .copy-modal-v5 a img {
      margin-bottom: 3px; }
    .copy-modal-v5 a span {
      margin-right: 12px; }
  .copy-modal-v5 h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px; }
  .copy-modal-v5 h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 4px; }
  .copy-modal-v5 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 16px; }
  .copy-modal-v5 ul {
    list-style: none;
    margin-top: 16px; }
    .copy-modal-v5 ul li {
      font-size: 16px;
      font-weight: 400;
      margin: 3px 0px;
      padding-left: 13px;
      position: relative; }
      .copy-modal-v5 ul li:before {
        color: #fff;
        content: '.';
        background: #A53121;
        height: 6px;
        left: 0px;
        position: absolute;
        top: 6px;
        width: 6px; }
  .copy-modal-v5--text-only .copy-modal-v5__second {
    max-height: 100%; }

.gui-pano {
  height: 100%;
  width: 100%; }
  .gui-pano--hidden {
    display: none; }
  .gui-pano--safari .button {
    padding: 14px 24px !important; }

.gui-static {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1; }
  .gui-static__bottom-shadow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
    bottom: 0px;
    height: 270px;
    position: absolute;
    width: 100%; }

.hotspot-v2 {
  cursor: pointer;
  height: 40px;
  margin: -20px 0px 0px -20px;
  position: relative;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 40px; }
  .hotspot-v2__arrow {
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  .hotspot-v2__arrow, .hotspot-v2__icon, .hotspot-v2__icon-over {
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 10; }
  .hotspot-v2__arrow, .hotspot-v2__icon-over {
    opacity: 0; }
  .hotspot-v2__icon {
    opacity: 0; }
  .hotspot-v2__index {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 15; }
  .hotspot-v2__shadow {
    background: #181F26;
    filter: blur(6px);
    height: 4px;
    opacity: 0.6;
    position: absolute;
    top: 64px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 48px; }
  .hotspot-v2__shape {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15), 0px 0px 20px rgba(0, 0, 0, 0.25);
    height: 100%;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%;
    z-index: 5; }
  .hotspot-v2__tail {
    position: absolute;
    top: 8px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 6; }
  .hotspot-v2__title {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15), 0px 0px 20px rgba(0, 0, 0, 0.25);
    color: #000;
    font-size: 14px;
    font-weight: 700;
    left: 0px;
    opacity: 0;
    padding: 11px 13px 11px 44px;
    pointer-events: none;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    white-space: nowrap;
    z-index: 2; }
  .hotspot-v2--custom-icon {
    height: 32px;
    margin: -16px 0px 0px -16px;
    width: 32px; }
  .hotspot-v2--custom-icon .hotspot-v2__icon {
    opacity: 1; }
  .hotspot-v2--custom-icon .hotspot-v2__index {
    display: none; }
  .hotspot-v2--custom-icon .hotspot-v2__shadow {
    display: none; }
  .hotspot-v2--custom-icon .hotspot-v2__shape {
    background: #DA5544;
    border-radius: 0px; }
  .hotspot-v2--custom-icon .hotspot-v2__tail {
    display: none; }
  .hotspot-v2--minified {
    transform: scale(0.01); }
  @media (hover: hover) and (pointer: fine) {
    .hotspot-v2--custom-icon.hotspot-v2:hover {
      box-shadow: 0px 0px 50px rgba(218, 85, 68, 0.15), 0px 0px 20px rgba(218, 85, 68, 0.25); }
    .hotspot-v2--custom-icon.hotspot-v2:hover .hotspot-v2__icon {
      opacity: 0; }
    .hotspot-v2--custom-icon.hotspot-v2:hover .hotspot-v2__icon-over {
      opacity: 1; }
    .hotspot-v2--custom-icon.hotspot-v2:hover .hotspot-v2__shape {
      background: #A53121; }
    .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__arrow {
      opacity: 1; }
    .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__index {
      opacity: 0; }
    .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__shape {
      box-shadow: none; }
    .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__title {
      opacity: 1;
      pointer-events: all; } }
  .hotspot-v2--custom-icon.hotspot-v2--tapped {
    box-shadow: 0px 0px 50px rgba(218, 85, 68, 0.15), 0px 0px 20px rgba(218, 85, 68, 0.25); }
  .hotspot-v2--custom-icon.hotspot-v2--tapped .hotspot-v2__icon {
    opacity: 0; }
  .hotspot-v2--custom-icon.hotspot-v2--tapped .hotspot-v2__icon-over {
    opacity: 1; }
  .hotspot-v2--custom-icon.hotspot-v2--tapped .hotspot-v2__shape {
    background: #DA5544; }
  .hotspot-v2--traversal.hotspot-v2--tapped .hotspot-v2__arrow {
    opacity: 1; }
  .hotspot-v2--traversal.hotspot-v2--tapped .hotspot-v2__index {
    opacity: 0; }
  .hotspot-v2--traversal.hotspot-v2--tapped .hotspot-v2__shape {
    box-shadow: none; }
  .hotspot-v2--traversal.hotspot-v2--tapped .hotspot-v2__title {
    opacity: 1;
    pointer-events: all; }
  .hotspot-v2--flying .hotspot-v2__shadow {
    opacity: 0; }
  .hotspot-v2--flying .hotspot-v2__tail {
    top: 0px; }

.info {
  display: flex;
  position: absolute;
  z-index: 2; }
  @media (min-width: 1025px) {
    .info {
      align-items: flex-end;
      bottom: 40px;
      box-sizing: border-box;
      flex-direction: row-reverse;
      justify-content: space-between;
      padding: 0px 80px;
      width: 100%; } }
  @media (max-width: 1024px) {
    .info {
      align-items: flex-start;
      bottom: 66px;
      box-sizing: border-box;
      flex-direction: column;
      padding: 0px 24px;
      width: 100%; } }
  .info__category {
    color: #fff;
    font-weight: 900; }
    @media (min-width: 1025px) {
      .info__category {
        font-size: 40px;
        line-height: 48px;
        max-width: 500px; } }
    @media (max-width: 1024px) {
      .info__category {
        font-size: 20px;
        line-height: 24px; } }
  .info__title {
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    color: transparent;
    font-weight: 900;
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .info__title {
        font-size: 56px;
        line-height: 67px;
        max-width: 500px; } }
    @media (max-width: 1024px) {
      .info__title {
        font-size: 32px;
        line-height: 38px; } }
    @media (max-width: 320px) {
      .info__title {
        font-size: 28px; } }

.landing-ph1 {
  background: #fff;
  cursor: default;
  pointer-events: all;
  z-index: 7; }
  @media (max-width: 1024px) {
    .landing-ph1 {
      flex-direction: column;
      justify-content: flex-start; } }
  @media (min-width: 1025px) {
    .landing-ph1__first {
      height: 100%;
      width: calc(100% - 520px); } }
  @media (max-width: 1024px) {
    .landing-ph1__first {
      height: 56.25vw;
      margin-top: 50px;
      width: 100vw; } }
  .landing-ph1__first img {
    position: absolute;
    z-index: 2; }
  .landing-ph1__first video {
    height: 100%;
    object-fit: cover;
    width: 100%;
    z-index: 1; }
  .landing-ph1__logo {
    position: absolute;
    z-index: 2; }
    @media (min-width: 1025px) {
      .landing-ph1__logo {
        left: 0px;
        top: 0px; } }
    @media (max-width: 1024px) {
      .landing-ph1__logo {
        left: 0px;
        top: 0px;
        width: 100px; } }
  .landing-ph1__logos {
    gap: 24px; }
    @media (max-width: 1024px) {
      .landing-ph1__logos {
        flex-direction: row-reverse; } }
    @media (min-width: 1025px) {
      .landing-ph1__logos a img {
        width: 150px; } }
    @media (max-width: 1024px) {
      .landing-ph1__logos a img {
        width: 100%; } }
    @media (max-width: 1024px) {
      .landing-ph1__logos > img {
        width: 65%; } }
  .landing-ph1__scrollable {
    overflow-y: auto;
    width: 100%; }
    @media (min-width: 1025px) {
      .landing-ph1__scrollable {
        margin: 24px 0px 40px;
        padding-right: 64px; } }
    @media (max-width: 1024px) {
      .landing-ph1__scrollable {
        margin: 24px 0px;
        padding-right: 24px; } }
  .landing-ph1__second {
    box-sizing: border-box; }
    @media (min-width: 1025px) {
      .landing-ph1__second {
        height: 100%;
        justify-content: center;
        max-height: calc(100% - 36px);
        padding: 0px 64px;
        width: 520px; } }
    @media (max-width: 1024px) {
      .landing-ph1__second {
        height: calc(100% - 50px - 56.25vw);
        padding: 24px;
        width: 100%; } }
  .landing-ph1 p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  @media (max-width: 1024px) {
    .landing-ph1 .button {
      box-sizing: border-box;
      width: 100%; } }
  .landing-ph1 .lang-list {
    position: absolute;
    right: 14px;
    top: 16px;
    z-index: 2; }
    @media (max-width: 320px) {
      .landing-ph1 .lang-list {
        right: 10px; } }

.landing-ph2 {
  background: #fff;
  cursor: default;
  pointer-events: all;
  z-index: 7; }
  @media (max-width: 1024px) {
    .landing-ph2 {
      flex-direction: column; } }
  .landing-ph2__business, .landing-ph2__leisure {
    cursor: pointer; }
  .landing-ph2__fade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    bottom: 0px;
    left: 0px;
    z-index: 2; }
  .landing-ph2__first {
    height: 100%;
    position: relative;
    width: calc(100% - 520px); }
    @media (max-width: 1024px) {
      .landing-ph2__first {
        display: none; } }
    .landing-ph2__first h1 {
      color: #fff;
      font-size: 24px;
      font-weight: 400; }
    .landing-ph2__first img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
    .landing-ph2__first p {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin-top: 16px; }
  .landing-ph2__footer {
    background: #E7EBEE;
    bottom: 0px;
    height: 54px;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .landing-ph2__hr {
    background: #E7EBEE;
    height: 1px;
    margin: 40px 0px;
    width: 100%; }
  .landing-ph2__logo {
    position: absolute;
    z-index: 2; }
    @media (min-width: 1025px) {
      .landing-ph2__logo {
        left: 80px;
        top: 52px;
        width: 130px; } }
    @media (max-width: 1024px) {
      .landing-ph2__logo {
        left: 0px;
        top: 0px; } }
  .landing-ph2__logo2 {
    bottom: 40px;
    right: 440px;
    position: absolute;
    z-index: 3; }
    @media (max-width: 1024px) {
      .landing-ph2__logo2 {
        display: none; } }
  .landing-ph2__main {
    bottom: 0px;
    left: 0px;
    padding: 72px 80px;
    position: absolute;
    max-width: 500px;
    z-index: 3; }
    .landing-ph2__main img {
      margin: 16px 0px 18px;
      width: 440px; }
  .landing-ph2__scrollable {
    box-sizing: border-box;
    flex-direction: column;
    overflow-y: auto; }
    @media (max-width: 1024px) {
      .landing-ph2__scrollable {
        padding: 0px 24px; } }
  .landing-ph2__second {
    box-sizing: border-box; }
    @media (min-width: 1025px) {
      .landing-ph2__second {
        padding: 0px 64px;
        width: 520px; } }
    @media (max-width: 1024px) {
      .landing-ph2__second {
        width: 100%; } }
    .landing-ph2__second h1 {
      color: #000;
      font-size: 40px;
      font-weight: 900; }
    .landing-ph2__second p {
      color: #3F5364;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      margin-top: 8px; }
  .landing-ph2 .lang-list {
    position: absolute;
    z-index: 3; }
    @media (min-width: 1025px) {
      .landing-ph2 .lang-list {
        right: 14px;
        top: 28px; } }
    @media (max-width: 1024px) {
      .landing-ph2 .lang-list {
        bottom: 16px;
        right: 3.5px; } }
  .landing-ph2 .map-button {
    position: absolute;
    z-index: 3; }
    @media (min-width: 1025px) {
      .landing-ph2 .map-button {
        bottom: 24px;
        right: 24px; } }
    @media (max-width: 1024px) {
      .landing-ph2 .map-button {
        bottom: 16px;
        left: 16px; } }
    @media (max-width: 1024px) {
      .landing-ph2 .map-button img {
        display: none; } }

.lang-list__item {
  border-right: 1px solid #C4C4C4;
  color: #3F5364;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 12.5px;
  pointer-events: all;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (max-width: 320px) {
    .lang-list__item {
      padding: 0px 8px; } }
  .lang-list__item:last-child {
    border: none; }
  .lang-list__item--active {
    cursor: default; }
  .lang-list__item:hover, .lang-list__item--active {
    color: #181F26;
    font-weight: 900; }

.logo {
  left: 0px;
  pointer-events: all;
  position: absolute;
  top: 0px;
  /*
    &--aerial {
        @media ($desktop) {
            
            @media ($desktop) {
                left: 80px;
                top: 52px;
                width: 132px;                
            }

            @media ($mobile) {
                left: 24px;
                top: 24px;
                width: 78px;
            }
        }
    }
    */ }
  @media (max-width: 1024px) {
    .logo__img {
      width: 100px; } }

.map-button {
  color: #3F5364; }
  @media (min-width: 1025px) {
    .map-button {
      font-size: 14px;
      font-weight: 700; } }
  @media (max-width: 1024px) {
    .map-button {
      font-size: 13px;
      font-weight: 400; } }
  .map-button img {
    margin-bottom: 2px; }
  .map-button span {
    margin-right: 8px; }

.map {
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 9; }
  .map__close-button {
    cursor: pointer;
    position: absolute;
    pointer-events: all;
    z-index: 2; }
    @media (min-width: 1025px) {
      .map__close-button {
        right: 25px;
        top: 25px; } }
    @media (max-width: 1024px) {
      .map__close-button {
        right: 14px;
        top: 12px; } }

.nav-button {
  position: absolute;
  z-index: 4; }
  @media (min-width: 1025px) {
    .nav-button {
      right: 44px;
      top: 38px; } }
  @media (max-width: 1024px) {
    .nav-button {
      right: 20px;
      top: 29px; } }
  .nav-button span {
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
    text-transform: uppercase; }

.nav-close-button {
  color: #181F26;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  pointer-events: all; }
  .nav-close-button span {
    padding: 4px 0px; }

.nav {
  background: #fff;
  cursor: default;
  pointer-events: all;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 8; }
  .nav__container {
    align-items: flex-start;
    cursor: move; }
  .nav__footer {
    bottom: 0px;
    box-sizing: border-box;
    justify-content: space-between;
    position: absolute;
    width: 100%; }
    @media (min-width: 1025px) {
      .nav__footer {
        padding: 0px 13px 22px 48px; } }
    @media (max-width: 1024px) {
      .nav__footer {
        background: #E7EBEE;
        height: 53px;
        padding: 3px 5px 0px 16px; } }
  .nav__header {
    box-sizing: border-box;
    justify-content: space-between;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%; }
    @media (min-width: 1025px) {
      .nav__header {
        height: 120px;
        padding: 0px 44px 0px 99px; } }
    @media (max-width: 1024px) {
      .nav__header {
        height: 104px;
        padding: 0px 20px 0px 24px; } }
  .nav__item {
    color: #181F26;
    pointer-events: all;
    position: relative;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .nav__item {
        margin-right: 48px; } }
    @media (max-width: 1024px) {
      .nav__item {
        margin-right: 32px; } }
    .nav__item__image-container {
      overflow: hidden;
      position: relative;
      width: 100%; }
      @media (min-width: 1025px) {
        .nav__item__image-container {
          height: 240px;
          margin-bottom: 16px; } }
      @media (max-width: 1024px) {
        .nav__item__image-container {
          height: 170px;
          margin: 20px 0px 16px; } }
      .nav__item__image-container img {
        height: 100%;
        object-fit: cover;
        position: absolute;
        transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
        width: 100%; }
        @media (min-width: 1025px) {
          .nav__item__image-container img {
            bottom: -50px; } }
    .nav__item__main {
      flex-shrink: 0;
      pointer-events: all; }
      @media (min-width: 1025px) {
        .nav__item__main {
          width: 400px; } }
      @media (max-width: 1024px) {
        .nav__item__main {
          width: 250px; } }
      .nav__item__main a {
        color: #A53121;
        text-decoration: underline; }
        .nav__item__main a img {
          margin-top: 6px; }
        .nav__item__main a span {
          font-size: 16px;
          margin-right: 12px;
          max-width: 350px;
          transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
      .nav__item__main h1 {
        font-size: 17px;
        font-weight: 700;
        line-height: 22px; }
      .nav__item__main p {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        margin: 8px 0px; }
    .nav__item__sub {
      align-items: center;
      box-sizing: border-box;
      display: flex;
      opacity: 0;
      overflow: hidden;
      padding: 0px;
      pointer-events: none;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      width: 1px; }
      @media (min-width: 1025px) {
        .nav__item__sub {
          height: 600px; } }
      @media (max-width: 1024px) {
        .nav__item__sub {
          align-items: flex-start;
          background: #fff;
          display: flex;
          flex-direction: column;
          height: calc(100vh - 183px);
          justify-content: flex-start;
          left: 0px;
          overflow-y: auto;
          padding: 24px 56px 24px;
          position: fixed;
          top: 104px;
          width: 100vw;
          z-index: 2; } }
      @media (min-width: 1025px) {
        .nav__item__sub h1 {
          display: none; } }
      @media (max-width: 1024px) {
        .nav__item__sub h1 {
          -webkit-text-stroke: 1px #181F26;
          text-stroke: 1px #181F26;
          color: transparent;
          font-size: 40px;
          font-weight: 900;
          line-height: 40px; } }
      @media (max-width: 320px) {
        .nav__item__sub h1 {
          font-size: 32px;
          line-height: 32px;
          word-break: break-all; } }
      .nav__item__sub img {
        cursor: pointer;
        position: absolute; }
        @media (min-width: 1025px) {
          .nav__item__sub img {
            height: 16px;
            right: 8px;
            top: 8px;
            width: 16px; } }
        @media (max-width: 1024px) {
          .nav__item__sub img {
            left: 13px;
            top: 36px; } }
        @media (max-width: 320px) {
          .nav__item__sub img {
            top: 33px; } }
      .nav__item__sub ul {
        list-style: none; }
        @media (max-width: 1024px) {
          .nav__item__sub ul {
            margin-top: 48px; } }
        .nav__item__sub ul li {
          color: #181F26;
          cursor: pointer;
          font-size: 16px;
          font-weight: 400;
          line-height: 22px;
          margin: 12px 0px;
          text-transform: uppercase;
          transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
          .nav__item__sub ul li:hover {
            color: #DA5544; }
    .nav__item:hover a span {
      margin-right: 20px; }
    .nav__item:hover .nav__item__image-container img {
      bottom: 0px; }
    .nav__item--opened .nav__item__sub {
      opacity: 1;
      pointer-events: all; }
      @media (min-width: 1025px) {
        .nav__item--opened .nav__item__sub {
          padding: 0px 128px;
          width: 500px; } }
  .nav__middle {
    position: relative;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .nav__middle {
        margin-left: 80px;
        width: calc(100% - 80px); } }
    @media (max-width: 1024px) {
      .nav__middle {
        box-sizing: border-box;
        margin-top: 25px;
        max-height: calc(100% - 183px);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0px 24px;
        width: 100%; } }
  .nav__title-container {
    z-index: 2; }
    @media (min-width: 1025px) {
      .nav__title-container {
        margin-bottom: -45px;
        position: absolute;
        top: 80px; } }
    .nav__title-container img {
      margin-bottom: 8px;
      margin-right: 22px;
      width: 35px; }
  .nav__title {
    -webkit-text-stroke: 1px #181F26;
    text-stroke: 1px #181F26;
    font-weight: 900; }
    @media (min-width: 1025px) {
      .nav__title {
        font-size: 64px; } }
    @media (max-width: 1024px) {
      .nav__title {
        font-size: 40px;
        line-height: 40px; } }
  @media (min-width: 1025px) {
    .nav .map-button {
      margin-bottom: 16px; } }
  @media (min-width: 1025px) {
    .nav .map-button img {
      margin-right: 8px; } }
  @media (max-width: 1024px) {
    .nav .map-button img {
      display: none; } }
  .nav--hidden {
    opacity: 0;
    pointer-events: none !important; }
    .nav--hidden * {
      pointer-events: none !important; }

.pano-stepper {
  background: rgba(0, 0, 0, 0.35);
  justify-content: space-between;
  position: absolute;
  z-index: 5; }
  @media (max-width: 1024px) {
    .pano-stepper {
      bottom: 0px;
      width: 100%; } }
  .pano-stepper__counter {
    font-size: 16px;
    font-weight: 400; }
  .pano-stepper__prev {
    transform: scaleX(-1); }

* {
  scrollbar-width: thin;
  scrollbar-color: #fff #DA5544; }

*::-webkit-scrollbar {
  height: 6px;
  width: 6px; }

*::-webkit-scrollbar-track {
  background: #fff; }

*::-webkit-scrollbar-thumb {
  background-color: #DA5544;
  border: none; }

.gui-pano--mac.gui-pano--chrome .button {
  padding: 14px 24px; }