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

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  src: url("../tour/fonts/Roboto-Medium.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: #21A0D2;
  color: #fff;
  font-family: "Roboto";
  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; }

.button {
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  color: #004A96;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 24px;
  padding: 16px 32px;
  pointer-events: all;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  white-space: nowrap;
  width: fit-content; }
  @media (hover: hover) and (pointer: fine) {
    .button:hover {
      background: #004A96;
      color: #fff; }
      .button:hover svg path {
        fill: #fff; } }
  .button svg path {
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  .button--icon-after svg {
    margin-left: 12px; }
  .button--icon-before svg {
    margin-right: 12px; }
  .button--inverted {
    background: #004A96;
    color: #fff; }
    @media (hover: hover) and (pointer: fine) {
      .button--inverted:hover {
        background: #fff;
        color: #004A96; }
        .button--inverted:hover svg path {
          fill: #004A96; } }
  @media (hover: hover) and (pointer: fine) {
    .button--inverted.button--no-hover:hover {
      background: #004A96;
      color: #fff; }
      .button--inverted.button--no-hover:hover svg path {
        fill: #fff; } }
  .button--lang {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 0px; }
    @media (min-width: 1025px) {
      .button--lang {
        min-height: 56px;
        min-width: 56px;
        max-width: 56px; } }
    @media (max-width: 1024px) {
      .button--lang {
        min-height: 48px;
        min-width: 48px;
        max-width: 48px; } }
    .button--lang span {
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (hover: hover) and (pointer: fine) {
      .button--lang:hover {
        background: #fff;
        color: #004A96; } }
  .button--lang-selected {
    background: #fff;
    color: #004A96; }
  .button--lexicon {
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    @media (min-width: 1025px) {
      .button--lexicon {
        padding: 16px 32px; } }
    @media (hover: hover) and (pointer: fine) {
      .button--lexicon:hover {
        background: #fff;
        border: 1px solid #21A0D2;
        color: #21A0D2; }
        .button--lexicon:hover svg path {
          fill: #21A0D2; } }
    @media (max-width: 1024px) {
      .button--lexicon {
        padding: 11px 32px; } }
    .button--lexicon svg {
      margin-bottom: 2px; }
  .button--square {
    background: transparent;
    border: 1px solid #fff;
    padding: 0px; }
    @media (min-width: 1025px) {
      .button--square {
        min-height: 56px;
        min-width: 56px;
        max-width: 56px; } }
    @media (max-width: 1024px) {
      .button--square {
        min-height: 48px;
        min-width: 48px;
        max-width: 48px; } }
    .button--square span {
      font-size: 1px;
      opacity: 0;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    .button--square svg {
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
      .button--square svg path {
        fill: #fff; }
    @media (hover: hover) and (pointer: fine) {
      .button--square:hover {
        background: #fff;
        color: #004A96;
        max-width: 500px;
        padding: 15px 32px; }
        .button--square:hover span {
          font-size: 16px;
          opacity: 1; }
        .button--square:hover svg path {
          fill: #004A96; } }
  @media (hover: hover) and (pointer: fine) {
    .button--square.button--no-text:hover {
      padding: 0px; } }
  .button--square.button--icon-after svg {
    margin-left: -6px; }
  @media (hover: hover) and (pointer: fine) {
    .button--square.button--icon-after:hover svg {
      margin-left: 12px; } }
  .button--square.button--icon-before svg {
    margin-right: -6px; }
  @media (hover: hover) and (pointer: fine) {
    .button--square.button--icon-before:hover svg {
      margin-right: 12px; } }

.copy-modal-v5-wrapper {
  align-items: center;
  height: 100%;
  justify-content: center;
  left: 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(33, 160, 210, 0.8); } }
  .copy-modal-v5-wrapper--hidden {
    opacity: 0;
    pointer-events: none; }
    .copy-modal-v5-wrapper--hidden * {
      pointer-events: none !important; }

.copy-modal-v5 {
  background: #fff;
  color: #004A96;
  overflow: hidden;
  pointer-events: all;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 1025px) {
    .copy-modal-v5 {
      height: 100%;
      right: 0px;
      width: 600px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5 {
      height: 100%;
      left: 0px;
      width: 100%; } }
  .copy-modal-v5__close-button {
    border: 1px solid #fff;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 3; }
    @media (min-width: 1025px) {
      .copy-modal-v5__close-button {
        height: 56px;
        right: 38px;
        top: 38px;
        width: 56px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__close-button {
        background: #004A96;
        height: 48px;
        right: 32px;
        top: 32px;
        width: 48px; } }
    @media (hover: hover) and (pointer: fine) {
      .copy-modal-v5__close-button:hover {
        border: 1px solid #004A96; } }
    @media (min-width: 1025px) {
      .copy-modal-v5__close-button img {
        background: #004A96;
        padding: 8px; } }
  .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;
    position: absolute; }
    @media (min-width: 1025px) {
      .copy-modal-v5__second {
        height: calc(100% - 200px);
        padding: 0px 64px;
        top: 120px;
        width: 100%; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__second {
        height: calc(100% - 180px);
        margin-right: 22px;
        padding: 0px 34px;
        top: 120px; } }
  .copy-modal-v5__scrollable {
    height: 100%;
    overflow-y: auto;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__scrollable {
        padding-right: 24px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__scrollable {
        padding-right: 24px; } }
    .copy-modal-v5__scrollable h1 {
      font-weight: 400; }
      @media (min-width: 1025px) {
        .copy-modal-v5__scrollable h1 {
          font-size: 56px;
          line-height: 56px; } }
      @media (max-width: 1024px) {
        .copy-modal-v5__scrollable h1 {
          font-size: 40px;
          line-height: 40px; } }
    .copy-modal-v5__scrollable img {
      width: 100%; }
      @media (min-width: 1025px) {
        .copy-modal-v5__scrollable img {
          margin-bottom: 40px; } }
      @media (max-width: 1024px) {
        .copy-modal-v5__scrollable img {
          margin-bottom: 20px; } }
    .copy-modal-v5__scrollable p {
      font-weight: 400; }
      @media (min-width: 1025px) {
        .copy-modal-v5__scrollable p {
          font-size: 16px;
          line-height: 24px;
          margin-top: 24px; } }
      @media (max-width: 1024px) {
        .copy-modal-v5__scrollable p {
          font-size: 14px;
          line-height: 20px;
          margin-top: 16px; } }

.cta-button {
  left: 75%;
  margin-top: -28px;
  position: absolute;
  top: 50%;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }

.d_ep3 {
  object-fit: cover;
  object-position: top;
  right: 600px; }

.fade {
  background: transparent;
  pointer-events: none;
  transition: all 2s;
  z-index: 15; }
  .fade--active {
    background: black;
    pointer-events: all; }

.gui-pano {
  height: 100%;
  width: 100%; }
  .gui-pano--hidden {
    display: none; }

.gui-static {
  height: 100%;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%; }
  .gui-static__bottom-shadow {
    background: linear-gradient(360deg, rgba(0, 42, 84, 0.5) 0%, rgba(0, 74, 150, 0) 100%);
    bottom: 0px;
    height: 136px;
    position: absolute;
    width: 100%; }

.hotspot-v2 {
  height: 56px;
  margin: -28px 0px 0px -28px;
  position: relative;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 56px; }
  .hotspot-v2__icon {
    position: absolute;
    z-index: 2; }
  .hotspot-v2__shape-1 {
    background: transparent;
    border: 1px solid #fff;
    height: 100%;
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%; }
  .hotspot-v2__shape-2 {
    background: #fff;
    height: 32px;
    position: absolute;
    width: 32px;
    z-index: 1; }
  .hotspot-v2__title {
    background: #fff;
    bottom: -44px;
    color: #004A96;
    font-size: 16px;
    opacity: 0;
    padding: 6px 12px;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    white-space: nowrap; }
  .hotspot-v2--tapped .hotspot-v2__shape-1 {
    opacity: 0.5; }
  .hotspot-v2--tapped .hotspot-v2__title {
    opacity: 1; }
  @media (hover: hover) and (pointer: fine) {
    .hotspot-v2:hover .hotspot-v2__shape-1 {
      opacity: 0.5; }
    .hotspot-v2:hover .hotspot-v2__title {
      opacity: 1; } }
  .hotspot-v2--minified {
    transform: scale(0.01); }

.landing {
  background: #000;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 9; }
  @media (min-width: 1025px) {
    .landing__overlay {
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%); } }
  @media (max-width: 1024px) {
    .landing__overlay {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 35%, rgba(0, 0, 0, 0) 100%); } }
  .landing__text {
    position: absolute; }
    @media (min-width: 1025px) {
      .landing__text {
        align-items: flex-end;
        bottom: 36px;
        justify-content: space-between;
        left: 72px;
        width: calc(100% - 144px); } }
    @media (max-width: 1024px) {
      .landing__text {
        align-items: flex-start;
        bottom: 44px;
        padding: 0px 34px; } }
  @media (min-width: 1025px) {
    .landing__title {
      margin-bottom: 48px; } }
  .landing h1 {
    font-weight: 400; }
    @media (min-width: 1025px) {
      .landing h1 {
        font-size: 144px;
        line-height: 120px; }
        .landing h1:first-child {
          font-size: 80px;
          line-height: 80px; } }
    @media (max-width: 1024px) {
      .landing h1 {
        font-size: 40px;
        line-height: 40px; } }
  .landing p {
    font-weight: 400; }
    @media (min-width: 1025px) {
      .landing p {
        font-size: 16px;
        line-height: 24px;
        margin-left: 11px;
        margin-top: 24px;
        max-width: 600px; } }
    @media (max-width: 1024px) {
      .landing p {
        font-size: 14px;
        line-height: 20px;
        margin: 16px 0px 24px; } }
  .landing video {
    object-fit: cover;
    height: 100%;
    position: absolute;
    width: 100%; }

.lang-screen {
  background: url("/tour/img/nav_pattern.jpg");
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 12; }
  @media (min-width: 1025px) {
    .lang-screen {
      gap: 32px; } }
  @media (max-width: 1024px) {
    .lang-screen {
      gap: 16px; } }
  @media (min-width: 1025px) {
    .lang-screen__buttons {
      gap: 24px; } }
  @media (max-width: 1024px) {
    .lang-screen__buttons {
      flex-direction: column;
      gap: 8px; } }
  .lang-screen__buttons .button {
    width: 192px; }

.lang-list-small {
  position: absolute;
  z-index: 7; }
  @media (min-width: 1025px) {
    .lang-list-small {
      gap: 16px;
      right: 48px;
      top: 40px; } }
  @media (max-width: 1024px) {
    .lang-list-small {
      gap: 8px;
      right: 32px;
      top: 32px; } }
  .lang-list-small div {
    width: 56px; }

.lexicon {
  align-items: flex-start;
  background: #fff;
  box-sizing: border-box;
  color: #004A96;
  cursor: default;
  height: 100%;
  left: 0%;
  pointer-events: all;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 8; }
  @media (min-width: 1025px) {
    .lexicon {
      padding: 0px 64px; } }
  .lexicon__close {
    border: 1px solid #fff;
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 3; }
    @media (min-width: 1025px) {
      .lexicon__close {
        height: 56px;
        right: 38px;
        top: 38px;
        width: 56px; } }
    @media (max-width: 1024px) {
      .lexicon__close {
        background: #004A96;
        height: 48px;
        right: 32px;
        top: 31px;
        width: 48px; } }
    @media (hover: hover) and (pointer: fine) {
      .lexicon__close:hover {
        border: 1px solid #004A96; } }
    @media (min-width: 1025px) {
      .lexicon__close img {
        background: #004A96;
        padding: 8px; } }
  @media (min-width: 1025px) {
    .lexicon__container {
      margin-left: 90px;
      width: 600px; } }
  @media (max-width: 1024px) {
    .lexicon__container {
      width: 100%; } }
  .lexicon__content {
    overflow-y: auto;
    position: absolute; }
    @media (min-width: 1025px) {
      .lexicon__content {
        height: calc(100% - 200px);
        right: 40px;
        top: 136px;
        width: 600px; } }
    @media (max-width: 1024px) {
      .lexicon__content {
        height: calc(100% - 278px);
        left: 34px;
        top: 218px;
        width: calc(100% - 68px); } }
  @media (min-width: 1025px) {
    .lexicon__section {
      margin-bottom: 48px; } }
  @media (max-width: 1024px) {
    .lexicon__section {
      margin-bottom: 32px; } }
  .lexicon__section h1 {
    color: #004A96;
    font-weight: 400; }
    @media (min-width: 1025px) {
      .lexicon__section h1 {
        font-size: 56px; } }
    @media (max-width: 1024px) {
      .lexicon__section h1 {
        font-size: 40px;
        line-height: 40px; } }
  .lexicon__section p {
    font-weight: 400;
    margin-top: 16px; }
    @media (min-width: 1025px) {
      .lexicon__section p {
        font-size: 16px;
        line-height: 24px; } }
    @media (max-width: 1024px) {
      .lexicon__section p {
        font-size: 14px;
        line-height: 20px; } }
  .lexicon__title {
    color: #21A0D2;
    font-weight: 400; }
    @media (min-width: 1025px) {
      .lexicon__title {
        font-size: 104px;
        line-height: 88px;
        margin-top: 143px;
        max-width: 500px; } }
    @media (max-width: 1024px) {
      .lexicon__title {
        font-size: 48px;
        position: absolute;
        text-align: center;
        top: 120px;
        width: 100%; } }

.logo {
  left: 0px;
  pointer-events: all;
  position: absolute;
  z-index: 13; }
  @media (min-width: 1025px) {
    .logo {
      top: 40px; } }
  @media (max-width: 1024px) {
    .logo {
      top: 32px; } }
  @media (min-width: 1025px) {
    .logo img {
      width: 210px; } }
  @media (max-width: 1024px) {
    .logo img {
      width: 118px; } }

.nav-button-container, .back-button-container {
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 11; }
  @media (min-width: 1025px) {
    .nav-button-container, .back-button-container {
      top: 60px;
      width: 100%; } }
  @media (max-width: 1024px) {
    .nav-button-container, .back-button-container {
      background: #fff;
      left: 118px;
      padding: 18px 14px;
      top: 32px; } }

@media (max-width: 1024px) {
  .back-button-container {
    padding: 18px 17px; } }

.nav-button, .back-button {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-align: center; }
  .nav-button:after, .back-button:after {
    border-bottom: 1px solid #fff;
    bottom: -4px;
    content: '';
    left: 0px;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 37%; }
  .nav-button:before, .back-button:before {
    border-bottom: 1px solid #fff;
    bottom: -4px;
    content: '';
    left: 37%;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 63%; }
  @media (hover: hover) and (pointer: fine) {
    .nav-button:hover:after, .back-button:hover:after {
      width: 25%; }
    .nav-button:hover:before, .back-button:hover:before {
      left: 48%;
      width: 52%; } }

.nav {
  background: url("/tour/img/nav_pattern.jpg");
  cursor: default;
  pointer-events: all;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 6; }
  .nav__container {
    position: relative;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .nav__container {
        width: 840px; } }
    @media (max-width: 1024px) {
      .nav__container {
        bottom: 88px;
        height: calc(100% - 196px);
        justify-content: flex-start;
        overflow-x: hidden;
        position: absolute;
        width: 100%; } }
    @media (max-width: 1024px) and (orientation: landscape) {
      .nav__container {
        overflow: hidden; } }
  .nav__copyright-container {
    position: absolute; }
    @media (min-width: 1025px) {
      .nav__copyright-container {
        bottom: 40px;
        left: 48px; } }
    @media (max-width: 1024px) {
      .nav__copyright-container {
        bottom: 5px;
        text-align: center;
        width: 100%; } }
    .nav__copyright-container a {
      opacity: 0.85;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
      @media (hover: hover) and (pointer: fine) {
        .nav__copyright-container a:hover {
          opacity: 1; } }
    .nav__copyright-container span {
      margin: 0px 4px; }
  .nav__instructions {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 60px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  .nav__item {
    cursor: pointer;
    pointer-events: all;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    transform: translateZ(0); }
    @media (min-width: 1025px) {
      .nav__item {
        margin: 0px 12px;
        width: 192px; } }
    @media (max-width: 1024px) {
      .nav__item {
        align-items: center;
        display: flex;
        flex-shrink: 0;
        height: 100%;
        justify-content: center;
        width: 100%; } }
    .nav__item img {
      object-fit: cover;
      /*
            @media ($mobile) and (orientation: landscape) {
                height: 100%;
                margin-left: 30px;
                width: 228px;
            }
            */ }
      @media (min-width: 1025px) {
        .nav__item img {
          height: 360px;
          width: 100%; } }
      @media (max-width: 1024px) and (orientation: portrait) {
        .nav__item img {
          height: 100%;
          margin-left: 30px;
          width: calc(100% - 150px); } }
    @media (min-width: 1025px) {
      .nav__item--active {
        flex: 1 0 auto;
        width: 664px; } }

@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .nav__item:hover {
    width: 216px; } }

@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .nav__item--active.nav__item:hover {
    width: 664px; } }
    @media (min-width: 1025px) {
      .nav__item:nth-child(1) {
        margin-left: 0px; } }
    @media (min-width: 1025px) {
      .nav__item:nth-child(4) {
        margin-right: 0px; } }
  .nav__lexicon {
    position: absolute; }
    @media (min-width: 1025px) {
      .nav__lexicon {
        bottom: 40px;
        right: 48px; } }
    @media (max-width: 1024px) {
      .nav__lexicon {
        right: 170px;
        top: 32px; } }
  .nav__list {
    bottom: 28px;
    pointer-events: all;
    position: absolute; }
  .nav__list-item {
    box-sizing: border-box;
    flex-shrink: 0;
    height: 32px;
    margin: 0px 8px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 32px; }
    .nav__list-item__inside {
      background: #fff;
      height: 6px;
      width: 6px; }
    .nav__list-item--active {
      border: 1px solid #fff; }
    @media (hover: hover) and (pointer: fine) {
      .nav__list-item:hover {
        border: 1px solid #fff; } }
  .nav__text {
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .nav__text {
        left: -88px;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 288px;
        width: calc(100% + 88px); } }
    @media (max-width: 1024px) {
      .nav__text {
        bottom: 115px;
        position: fixed;
        left: 34px;
        width: calc(100% - 68px); } }
    .nav__text p {
      color: #004A96;
      font-weight: 500;
      margin-bottom: 8px; }
      @media (min-width: 1025px) {
        .nav__text p {
          font-size: 15px; } }
      @media (max-width: 1024px) {
        .nav__text p {
          font-size: 12px; } }
  .nav__title {
    font-weight: 400; }
    @media (min-width: 1025px) {
      .nav__title {
        font-size: 104px;
        line-height: 88px; } }
    @media (min-width: 1025px) and (max-height: 900px) {
      .nav__title {
        font-size: 62px;
        line-height: 54px; } }
    @media (max-width: 1024px) {
      .nav__title {
        font-size: 48px;
        line-height: 40px; } }
  @media (min-width: 1025px) {
    .nav__title-and-go {
      align-items: flex-end;
      justify-content: space-between;
      width: 100%; } }
  @media (max-width: 1024px) {
    .nav__title-and-go {
      align-items: flex-start;
      flex-direction: column; } }
  @media (min-width: 1025px) {
    .nav__title-and-go .button {
      margin-bottom: 8px; } }
  @media (max-width: 1024px) {
    .nav__title-and-go .button {
      margin-top: 16px; } }
  @media (max-width: 1024px) {
    .nav__wrapper {
      width: 100%; } }

.pano-stepper {
  justify-content: space-between;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 4; }
  @media (min-width: 1025px) {
    .pano-stepper {
      bottom: 40px;
      left: 48px;
      width: calc(100% - 96px); } }
  @media (max-width: 1024px) {
    .pano-stepper {
      bottom: 27px;
      left: 34px;
      width: calc(100% - 68px); } }

.pause {
  background: rgba(33, 160, 210, 0.9);
  color: #fff;
  cursor: default;
  pointer-events: all;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 3; }
  @media (min-width: 1025px) {
    .pause__description {
      font-size: 16px;
      line-height: 24px;
      margin-top: 24px;
      max-width: 510px; } }
  @media (max-width: 1024px) {
    .pause__description {
      font-size: 14px;
      line-height: 20px;
      margin-top: 16px;
      max-width: calc(100% - 150px); } }
  .pause__title {
    font-weight: 400; }
    @media (min-width: 1025px) {
      .pause__title {
        font-size: 72px;
        line-height: 72px;
        max-width: 740px; } }
    @media (max-width: 1024px) {
      .pause__title {
        font-size: 40px;
        line-height: 40px;
        max-width: calc(100% - 68px); } }

.privacy {
  background: #21A0D2;
  box-sizing: border-box;
  cursor: default;
  font-weight: 400; }
  @media (min-width: 1025px) {
    .privacy {
      height: calc(100% - 150px);
      margin-top: 150px; } }
  @media (max-width: 1024px) {
    .privacy {
      height: calc(100% - 80px);
      margin-top: 80px; } }
  .privacy__content {
    box-sizing: border-box;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: all; }
    @media (min-width: 1025px) {
      .privacy__content {
        padding: 40px;
        padding-top: 0px; } }
    @media (max-width: 1024px) {
      .privacy__content {
        padding: 16px;
        padding-top: 0px;
        width: 100%; } }
  .privacy__section {
    margin: 32px 0px !important; }
  .privacy a {
    position: relative; }
    @media (min-width: 1025px) {
      .privacy a:after {
        border-bottom: 1px solid #fff;
        bottom: -4px;
        content: '';
        left: 0px;
        position: absolute;
        transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
        width: 37%; }
      .privacy a:before {
        border-bottom: 1px solid #fff;
        bottom: -4px;
        content: '';
        left: 37%;
        position: absolute;
        transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
        width: 63%; } }

@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .privacy a:hover:after {
    width: 25%; }
  .privacy a:hover:before {
    left: 48%;
    width: 52%; } }
    @media (max-width: 1024px) {
      .privacy a {
        text-decoration: underline; } }
  .privacy h1, .privacy h2, .privacy h3, .privacy h4, .privacy h5 {
    font-weight: 500;
    margin-bottom: 16px; }
  .privacy h1 {
    font-size: 24px; }
  .privacy h2 {
    font-size: 20px; }
  .privacy h3 {
    font-size: 18px; }
  .privacy h4, .privacy h5 {
    font-size: 16px; }
  .privacy h5, .privacy h5 + div {
    margin-left: 16px; }
  .privacy p {
    font-size: 16px !important;
    font-weight: 400;
    margin: 10px 0px; }
  .privacy ul, .privacy div {
    font-weight: 400;
    margin: 16px 0px; }
  .privacy ul {
    margin-left: 32px; }
    .privacy ul li {
      margin: 16px 0px; }
  .privacy ul.main {
    list-style: none;
    margin-left: 0; }
  .privacy table {
    border-spacing: 0;
    margin: 16px 0px;
    width: 100%; }
    @media (min-width: 1025px) {
      .privacy table {
        text-align: center; } }
    @media (max-width: 1024px) {
      .privacy table {
        text-align: left; } }
    .privacy table td, .privacy table th {
      border: 1px solid #ccc;
      border-bottom: none;
      border-right: none;
      padding: 10px; }
    .privacy table td {
      line-height: 32px; }
      .privacy table td span {
        font-weight: 500;
        margin-right: 12px; }
    .privacy table th {
      background: #004a96;
      font-weight: 400; }
    .privacy table tr.header {
      background: #004a96; }
    .privacy table tr:last-child td {
      border-bottom: 1px solid #ccc; }
    .privacy table tr td:last-child {
      border-right: 1px solid #ccc; }

.side-nav {
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 2; }
  @media (min-width: 1025px) {
    .side-nav {
      height: calc(100% - 248px);
      right: 48px;
      top: 112px; } }
  @media (max-width: 1024px) {
    .side-nav {
      height: calc(100% - 180px);
      right: 22px;
      top: 80px; } }
  .side-nav__item {
    box-sizing: border-box;
    flex-shrink: 0;
    height: 32px;
    margin: 8px 0px;
    position: relative;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 32px; }
    @media (max-height: 700px) {
      .side-nav__item {
        height: 24px;
        width: 24px; } }
    .side-nav__item__inside {
      background: #fff;
      height: 8px;
      width: 8px; }
      @media (max-height: 700px) {
        .side-nav__item__inside {
          height: 6px;
          width: 6px; } }
    .side-nav__item span {
      background: #fff;
      color: #004A96;
      font-size: 14px;
      font-weight: 500;
      height: 32px;
      right: 46px;
      opacity: 0;
      padding: 0px 12px;
      pointer-events: none;
      position: absolute;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      white-space: nowrap; }
      @media (max-height: 700px) {
        .side-nav__item span {
          height: 24px; } }
    .side-nav__item--active {
      border: 1px solid #fff; }
    @media (hover: hover) and (pointer: fine) {
      .side-nav__item:hover {
        border: 1px solid #fff; }
        .side-nav__item:hover span {
          opacity: 1; } }

@media (max-width: 1024px) {
  .video-container {
    background: #21A0D2; } }

.video-controls, .audio-controls {
  left: 0px;
  position: absolute;
  top: 0px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 5; }
  .video-controls__audio, .audio-controls__audio {
    cursor: pointer;
    pointer-events: all;
    position: absolute; }
    @media (min-width: 1025px) {
      .video-controls__audio, .audio-controls__audio {
        right: 48px;
        top: 56px; } }
    @media (max-width: 1024px) {
      .video-controls__audio, .audio-controls__audio {
        right: 33px;
        top: 47px; } }
  .video-controls__bottom, .audio-controls__bottom {
    position: absolute;
    width: 100%; }
    @media (min-width: 1025px) {
      .video-controls__bottom, .audio-controls__bottom {
        bottom: 136px; } }
    @media (max-width: 1024px) {
      .video-controls__bottom, .audio-controls__bottom {
        bottom: 106px; } }
  .video-controls__eq, .audio-controls__eq {
    margin-left: 16px; }
    .video-controls__eq > div, .audio-controls__eq > div {
      background: #fff;
      height: 20px;
      margin: 0px 2px;
      transition: all 0.1s;
      width: 2px; }
  .video-controls__main, .audio-controls__main {
    position: absolute;
    width: 100%; }
    @media (min-width: 1025px) {
      .video-controls__main, .audio-controls__main {
        bottom: 48px; } }
    @media (max-width: 1024px) {
      .video-controls__main, .audio-controls__main {
        bottom: 32px; } }
  .video-controls__toggle-playback-button, .audio-controls__toggle-playback-button {
    cursor: pointer;
    margin: 2px;
    pointer-events: all; }
  .video-controls__toggle-audio-button, .audio-controls__toggle-audio-button {
    cursor: pointer;
    pointer-events: all; }
  .video-controls .video-progress, .video-controls .audio-progress, .audio-controls .video-progress, .audio-controls .audio-progress {
    background: rgba(255, 255, 255, 0.25);
    height: 4px;
    pointer-events: all;
    position: relative;
    width: 100%; }
    .video-controls .video-progress__bar, .video-controls .audio-progress__bar, .audio-controls .video-progress__bar, .audio-controls .audio-progress__bar {
      height: 4px;
      position: absolute; }
      @media (min-width: 1025px) {
        .video-controls .video-progress__bar, .video-controls .audio-progress__bar, .audio-controls .video-progress__bar, .audio-controls .audio-progress__bar {
          background: #21A0D2; } }
      @media (max-width: 1024px) {
        .video-controls .video-progress__bar, .video-controls .audio-progress__bar, .audio-controls .video-progress__bar, .audio-controls .audio-progress__bar {
          background: #004A96; } }
    .video-controls .video-progress__handle, .video-controls .audio-progress__handle, .audio-controls .video-progress__handle, .audio-controls .audio-progress__handle {
      background: #fff;
      height: 12px;
      left: 0px;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: -4px;
      width: 12px; }
      @media (max-width: 1024px) {
        .video-controls .video-progress__handle, .video-controls .audio-progress__handle, .audio-controls .video-progress__handle, .audio-controls .audio-progress__handle {
          opacity: 1; } }
    .video-controls .video-progress--seeking .audio-progress__handle, .video-controls .audio-progress--seeking .audio-progress__handle, .audio-controls .video-progress--seeking .audio-progress__handle, .audio-controls .audio-progress--seeking .audio-progress__handle {
      opacity: 1 !important; }
    .video-controls .video-progress--seeking .video-progress__handle, .video-controls .audio-progress--seeking .video-progress__handle, .audio-controls .video-progress--seeking .video-progress__handle, .audio-controls .audio-progress--seeking .video-progress__handle {
      opacity: 1 !important; }
    .video-controls .video-progress--transitioning, .video-controls .audio-progress--transitioning, .audio-controls .video-progress--transitioning, .audio-controls .audio-progress--transitioning {
      transition: all 0.2s; }
    .video-controls .video-progress--transitioning .video-controls .video-progress__handle, .video-controls .audio-progress--transitioning .video-controls .video-progress__handle, .audio-controls .video-progress--transitioning .video-controls .video-progress__handle, .audio-controls .audio-progress--transitioning .video-controls .video-progress__handle, .video-controls .video-progress--transitioning .video-controls .audio-progress__handle, .video-controls .audio-progress--transitioning .video-controls .audio-progress__handle, .audio-controls .video-progress--transitioning .video-controls .audio-progress__handle, .audio-controls .audio-progress--transitioning .video-controls .audio-progress__handle, .video-controls .video-progress--transitioning .audio-controls .video-progress__handle, .video-controls .audio-progress--transitioning .audio-controls .video-progress__handle, .audio-controls .video-progress--transitioning .audio-controls .video-progress__handle, .audio-controls .audio-progress--transitioning .audio-controls .video-progress__handle, .video-controls .video-progress--transitioning .audio-controls .audio-progress__handle, .video-controls .audio-progress--transitioning .audio-controls .audio-progress__handle, .audio-controls .video-progress--transitioning .audio-controls .audio-progress__handle, .audio-controls .audio-progress--transitioning .audio-controls .audio-progress__handle {
      transition: all 0.2s; }
    @media (hover: hover) and (pointer: fine) {
      .video-controls .video-progress:hover .audio-progress__handle, .video-controls .audio-progress:hover .audio-progress__handle, .audio-controls .video-progress:hover .audio-progress__handle, .audio-controls .audio-progress:hover .audio-progress__handle {
        opacity: 1; }
      .video-controls .video-progress:hover .video-progress__handle, .video-controls .audio-progress:hover .video-progress__handle, .audio-controls .video-progress:hover .video-progress__handle, .audio-controls .audio-progress:hover .video-progress__handle {
        opacity: 1; } }
  .video-controls--hidden, .audio-controls--hidden {
    opacity: 0;
    pointer-events: none !important; }
    .video-controls--hidden *, .audio-controls--hidden * {
      pointer-events: none !important; }
  .video-controls--paused .video-progress__bar, .video-controls--paused .audio-progress__bar, .audio-controls--paused .video-progress__bar, .audio-controls--paused .audio-progress__bar {
    background: #004A96; }
  .video-controls--paused .video-progress__handle, .video-controls--paused .audio-progress__handle, .audio-controls--paused .video-progress__handle, .audio-controls--paused .audio-progress__handle {
    opacity: 1 !important; }

.tutorial {
  color: #004A96;
  cursor: default;
  pointer-events: all;
  position: absolute;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 14; }
  .tutorial__content {
    background: #fff;
    box-sizing: border-box;
    padding: 64px; }
    @media (min-width: 1025px) {
      .tutorial__content {
        height: 360px;
        width: 410px; } }
    @media (max-width: 1024px) {
      .tutorial__content {
        height: 344px;
        width: calc(100% - 68px); } }
  .tutorial p {
    margin: 20px 0px 40px; }

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

.gui-pano--ios .video-controls__audio, .gui-pano--ios .audio-controls__audio {
  display: none; }

.captions {
  position: absolute;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%; }
  @media (min-width: 1025px) {
    .captions {
      bottom: 160px;
      font-size: 20px; } }
  @media (max-width: 1024px) {
    .captions {
      bottom: 130px;
      box-sizing: border-box;
      font-size: 20px;
      padding: 0px 24px; } }
  .captions__text {
    background: #21A0D2;
    color: #fff;
    padding: 16px; }

video::cue {
  visibility: hidden; }

.cookies {
  bottom: 0px;
  position: absolute;
  width: 100%;
  z-index: 100; }

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

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

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

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