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

@font-face {
  font-family: 'FormaDJRMicro';
  font-weight: 400;
  src: url("../tour/fonts/FormaDJRMicro-Regular.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: #0171AD;
  color: #fff;
  font-family: "FormaDJRMicro";
  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: #000;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "FormaDJRMicro";
  font-size: 16px;
  justify-content: center;
  line-height: 22px;
  padding: 13px 24px 9px;
  pointer-events: all;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: fit-content; }

.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: 9; }
  .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 {
    opacity: 0;
    pointer-events: none; }
    .copy-modal-v5-wrapper--hidden * {
      pointer-events: none !important; }

.copy-modal-v5 {
  color: #000;
  pointer-events: all;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 1025px) {
    .copy-modal-v5 {
      max-height: 80vh;
      position: relative;
      width: 470px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5 {
      bottom: 0px;
      height: 100%;
      position: absolute;
      width: 100%; } }
  .copy-modal-v5__close-button {
    position: absolute;
    right: 0px;
    z-index: 1; }
    @media (min-width: 1025px) {
      .copy-modal-v5__close-button {
        top: -32px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__close-button {
        top: 0px; } }
  .copy-modal-v5__cta {
    gap: 24px;
    justify-content: flex-start;
    margin: 23px 0px 15px;
    padding: 0px 13px; }
    @media (max-width: 1024px) {
      .copy-modal-v5__cta {
        align-items: flex-start;
        flex-direction: column; } }
  .copy-modal-v5__first {
    box-sizing: border-box;
    position: relative;
    width: 100%; }
    .copy-modal-v5__first video {
      display: block;
      object-fit: cover;
      width: 100%; }
  .copy-modal-v5__footer {
    box-sizing: border-box;
    padding: 13px;
    width: 100%; }
    @media (max-width: 1024px) {
      .copy-modal-v5__footer {
        margin-top: auto; } }
    .copy-modal-v5__footer img {
      height: 28px;
      margin: 4px; }
  .copy-modal-v5__gallery {
    align-items: center;
    background: #F2F2F2;
    display: flex;
    justify-content: center;
    position: relative; }
    @media (min-width: 1025px) {
      .copy-modal-v5__gallery {
        height: 280px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__gallery {
        height: 160px; } }
    .copy-modal-v5__gallery > img {
      height: 100%; }
  .copy-modal-v5__gallery-controls {
    align-items: flex-end;
    bottom: 15px;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 0px 13px;
    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); }
    @media (min-width: 1025px) {
      .copy-modal-v5__gallery-next {
        margin-bottom: 112px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__gallery-next {
        margin-bottom: 52px; } }
  @media (min-width: 1025px) {
    .copy-modal-v5__gallery-prev {
      margin-bottom: 112px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5__gallery-prev {
      margin-bottom: 52px; } }
  .copy-modal-v5__gallery-thumbnail {
    background: #C4C4C4;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    cursor: pointer;
    height: 10px;
    margin: 0px 4px;
    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;
      box-shadow: none; }
  .copy-modal-v5__main {
    box-sizing: border-box;
    cursor: default;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
    right: 0px;
    top: 0px;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__main {
        height: 100%;
        max-height: 80vh; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__main {
        height: 100%; } }
  .copy-modal-v5__second {
    box-sizing: border-box; }
    @media (min-width: 1025px) {
      .copy-modal-v5__second {
        width: 100%; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__second {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%; } }
  .copy-modal-v5 a {
    color: #000; }
    .copy-modal-v5 a img {
      margin-right: 10px; }
  .copy-modal-v5 h1 {
    font-family: "FormaDJRDisplay";
    font-size: 40px;
    line-height: 46px;
    padding: 12px 13px 4px;
    word-break: break-word; }
    @media (max-width: 1024px) {
      .copy-modal-v5 h1 {
        max-width: calc(100% - 48px); } }
  .copy-modal-v5 p {
    font-family: "FormaDJRMicro";
    font-size: 16px;
    line-height: 19px;
    margin: 13px 0px;
    padding: 0px 13px; }
  .copy-modal-v5 .button {
    color: #fff; }
    @media (min-width: 1025px) {
      .copy-modal-v5 .button {
        min-width: 124px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5 .button {
        width: 100%; } }

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

.gui-static {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2; }
  .gui-static__bottom {
    bottom: 0px;
    height: 80px;
    opacity: 0.3;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%; }
  .gui-static__frame {
    border-style: solid;
    box-sizing: border-box;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%; }
    @media (min-width: 1025px) {
      .gui-static__frame {
        border-width: 24px; } }
    @media (max-width: 1024px) {
      .gui-static__frame {
        border-width: 8px; } }
  .gui-static__map {
    bottom: 0px;
    height: 128px;
    position: absolute;
    right: 0px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 148px; }

.hotspot-v2 {
  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__icon {
    position: absolute;
    top: 9px; }
    .hotspot-v2__icon svg path {
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  .hotspot-v2__marker {
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 2; }
  .hotspot-v2__shape {
    height: 100%;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%; }
  .hotspot-v2__tip {
    border-radius: 1.5px;
    display: none;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 10px; }
  .hotspot-v2__title {
    font-family: "FormaDJRMicro";
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 55px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    white-space: nowrap; }
  .hotspot-v2--arrow-down .hotspot-v2__tip {
    bottom: -5px;
    display: block;
    left: 50%;
    margin-left: -5px; }
  .hotspot-v2--arrow-up .hotspot-v2__tip {
    display: block;
    left: 50%;
    margin-left: -5px;
    top: -5px; }
  .hotspot-v2--arrow-left .hotspot-v2__tip {
    bottom: 50%;
    display: block;
    left: -5px;
    margin-bottom: -5px; }
  .hotspot-v2--arrow-right .hotspot-v2__tip {
    bottom: 50%;
    display: block;
    right: -5px;
    margin-bottom: -5px; }
  .hotspot-v2--minified {
    transform: scale(0.01); }
  .hotspot-v2--traversal .hotspot-v2__tip, .hotspot-v2--traversal .hotspot-v2__icon {
    display: none; }
  .hotspot-v2--traversal .hotspot-v2__shape {
    height: 12px;
    position: absolute;
    top: 6px;
    width: 12px; }
  .hotspot-v2--custom-icon .hotspot-v2__marker {
    display: none; }
  @media (hover: hover) and (pointer: fine) {
    .hotspot-v2--custom-icon.hotspot-v2:hover .hotspot-v2__icon svg path {
      fill: #0171AD !important; }
    .hotspot-v2--custom-icon.hotspot-v2:hover .hotspot-v2__shape, .hotspot-v2--custom-icon.hotspot-v2:hover .hotspot-v2__tip {
      background: #f2f9fd !important; }
    .hotspot-v2--custom-icon.hotspot-v2:hover.hotspot-v2--arrow-down {
      margin-top: -25px; }
    .hotspot-v2--custom-icon.hotspot-v2:hover.hotspot-v2--arrow-up {
      margin-top: -15px; }
    .hotspot-v2--custom-icon.hotspot-v2:hover.hotspot-v2--arrow-right {
      margin-left: -25px; }
    .hotspot-v2--custom-icon.hotspot-v2:hover.hotspot-v2--arrow-left {
      margin-left: -15px; }
    .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__marker {
      margin-top: 10px; }
    .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__shape {
      margin-top: 4px; }
    .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__title {
      opacity: 1;
      pointer-events: all; } }

.landing {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 6; }
  @media (min-width: 1025px) {
    .landing {
      background: url("/tour/img/landing.jpg"); } }
  @media (max-width: 1024px) {
    .landing {
      background: url("/tour/img/landing-mobile.jpg"); } }
  .landing__content {
    z-index: 2; }
    @media (min-width: 1025px) {
      .landing__content {
        margin-left: 160px;
        max-width: 550px; } }
    @media (max-width: 1024px) {
      .landing__content {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: flex-end;
        padding: 0px 40px 40px;
        width: 100%; } }
  .landing__footer {
    background: #fff;
    bottom: 0px;
    box-sizing: border-box;
    height: 110px;
    left: 0px;
    padding: 20px 28px;
    position: absolute;
    width: 100%;
    z-index: 10; }
    .landing__footer h1 {
      color: #030303;
      font-size: 40px;
      width: 100%; }
      @media (max-width: 1500px) {
        .landing__footer h1 {
          font-size: 32px !important;
          line-height: 36px !important; } }
      @media (max-width: 1200px) {
        .landing__footer h1 {
          font-size: 24px !important;
          line-height: 28px !important; } }
    .landing__footer a {
      cursor: pointer;
      pointer-events: all;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
      @media (pointer: fine) {
        .landing__footer a {
          opacity: 0.8; } }
      @media (hover: hover) and (pointer: fine) {
        .landing__footer a:hover {
          opacity: 1; } }
      .landing__footer a img {
        flex-shrink: 1;
        margin: 0px 10px;
        width: 100px; }
        @media (max-width: 1150px) {
          .landing__footer a img {
            width: 80px; } }
      .landing__footer a:first-of-type img {
        margin-right: -8px; }
  .landing__gradient {
    background: radial-gradient(333.94% 384.48% at 42.33% 112.87%, rgba(5, 60, 90, 0.7) 0.22%, rgba(0, 0, 0, 0) 99.99%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0.77%, rgba(0, 0, 0, 0) 98.12%);
    height: 100%;
    left: 0px;
    opacity: 0.6;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1; }
  .landing h1 {
    font-family: "FormaDJRDisplay"; }
    @media (min-width: 1025px) {
      .landing h1 {
        font-size: 48px;
        line-height: 54px; } }
    @media (max-width: 1024px) {
      .landing h1 {
        font-size: 40px;
        line-height: 44px; } }
  .landing p {
    margin: 16px 0px 24px; }
    @media (min-width: 1025px) {
      .landing p {
        font-family: "FormaDJRMicro";
        font-size: 17px;
        line-height: 23px; } }
    @media (max-width: 1024px) {
      .landing p {
        font-family: "FormaDJRDisplay";
        font-size: 20px;
        line-height: 28px; } }
  @media (max-width: 1024px) {
    .landing .button {
      width: 100%; } }
  .landing .lang-list {
    right: 24px;
    top: 50px; }

.lang-list {
  right: 38px;
  position: absolute;
  top: 50px;
  z-index: 5; }
  @media (max-width: 1024px) {
    .lang-list {
      display: none; } }
  .lang-list__item {
    font-family: "FormaDJRDisplay";
    font-size: 16px;
    padding: 0px 14px;
    pointer-events: all;
    text-decoration: underline; }
    .lang-list__item--active {
      pointer-events: none;
      text-decoration: none; }
    .lang-list__item:last-of-type {
      border-left-color: white;
      border-left-width: 1px;
      border-left-style: solid; }

.info {
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 1025px) {
    .info {
      -moz-backdrop-filter: blur(5px);
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      bottom: 24px;
      left: 24px;
      max-width: 630px;
      padding: 40px;
      z-index: 1; } }
  @media (max-width: 1024px) {
    .info {
      box-sizing: border-box;
      text-align: center;
      top: calc(100% - 80px);
      width: 100%;
      z-index: 4; } }
  .info__background {
    bottom: 0px;
    left: 0px;
    opacity: 0.4; }
  .info__description {
    font-family: "FormaDJRMicro";
    font-size: 17px;
    line-height: 23px;
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 2; }
    @media (min-width: 1025px) {
      .info__description {
        max-height: 0px;
        overflow: hidden; } }
    @media (max-width: 1024px) {
      .info__description {
        padding: 10px 26px 22px;
        opacity: 0; } }
  .info__mask {
    height: 2000px;
    top: -1000px;
    pointer-events: none; }
  .info__title-container {
    width: 100%;
    z-index: 2; }
    @media (min-width: 1025px) {
      .info__title-container {
        justify-content: flex-start; } }
    @media (max-width: 1024px) {
      .info__title-container {
        padding-top: 22px;
        pointer-events: all; } }
    .info__title-container img {
      display: none;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  .info__title {
    font-family: "FormaDJRDisplay";
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .info__title {
        font-size: 48px; } }
    @media (max-width: 1024px) {
      .info__title {
        font-size: 24px;
        margin-right: 16px; } }
  .info__toggle {
    bottom: 14px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 16px; }
  .info--filled .info__toggle {
    opacity: 1;
    pointer-events: all; }
  .info--filled .info__title-container img {
    display: block; }
  .info--full .info__description {
    opacity: 1; }
    @media (min-width: 1025px) {
      .info--full .info__description {
        max-height: 1000px; } }
    @media (max-width: 1024px) {
      .info--full .info__description {
        opacity: 1; } }
  .info--full .info__mask {
    pointer-events: all; }
  .info--full .info__title-container img {
    transform: rotate(180deg); }
  @media (min-width: 1025px) {
    .info--filled.info--full .info__title {
      margin-bottom: 16px; } }

.logo {
  pointer-events: all;
  position: absolute;
  z-index: 7; }
  @media (min-width: 1025px) {
    .logo {
      left: 40px;
      top: 40px; } }
  @media (max-width: 1024px) {
    .logo {
      left: 24px;
      top: 24px; } }
  .logo__img {
    width: 150px; }

.map-container {
  background-color: #EEE;
  box-sizing: border-box;
  cursor: default;
  pointer-events: all;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 8; }
  @media (min-width: 1025px) {
    .map-container {
      padding: 0px 100px; } }
  @media (max-width: 1024px) {
    .map-container {
      align-items: flex-start;
      flex-direction: column;
      justify-content: flex-start;
      padding-top: 32px; } }
  .map-container__close {
    position: absolute; }
    @media (min-width: 1025px) {
      .map-container__close {
        right: 43px;
        top: 51px; } }
    @media (max-width: 1024px) {
      .map-container__close {
        right: 0px;
        top: 0px; } }
  .map-container .category-list {
    margin-left: 50px; }
    .map-container .category-list__item {
      color: #1D242D;
      font-family: "FormaDJRMicro"; }
      @media (min-width: 1025px) {
        .map-container .category-list__item {
          font-size: 30px;
          margin: 21px 0px; } }
      @media (max-width: 1024px) {
        .map-container .category-list__item {
          font-size: 20px;
          margin: 16px 0px; } }
      @media (min-width: 1025px) {
        .map-container .category-list__item img {
          margin-right: 29px;
          width: 74px; } }
      @media (max-width: 1024px) {
        .map-container .category-list__item img {
          margin-right: 22px;
          width: 55px; } }
  .map-container .map {
    position: relative; }
    .map-container .map__area {
      position: absolute; }
    .map-container .map__spot {
      background-clip: padding-box;
      border: 8px solid rgba(255, 255, 255, 0.6);
      border-radius: 100%;
      position: absolute;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      z-index: 2; }
      @media (min-width: 1025px) {
        .map-container .map__spot {
          height: 16px;
          width: 16px; } }
      @media (max-width: 1024px) {
        .map-container .map__spot {
          height: 8px;
          width: 8px; } }
      @media (hover: hover) and (pointer: fine) {
        .map-container .map__spot:hover {
          border: 8px solid rgba(255, 255, 255, 0.8); } }
    .map-container .map img {
      width: 100%; }
  .map-container .copyright {
    bottom: 12px;
    color: #1D242D;
    font-family: "FormaDJRMicro";
    font-size: 12px;
    opacity: 0.5;
    position: absolute;
    right: 12px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    .map-container .copyright:hover {
      opacity: 1; }

.map-button {
  position: absolute;
  right: 19px;
  top: 19px; }
  .map-button path {
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }

.pano-stepper {
  box-sizing: border-box;
  font-family: "FormaDJRMicro";
  font-size: 17px;
  height: 100%;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: 3; }
  @media (min-width: 1025px) {
    .pano-stepper {
      padding: 0px 16px; } }
  @media (max-width: 1024px) {
    .pano-stepper {
      padding: 0px; } }
  @media (min-width: 1025px) {
    .pano-stepper__next {
      padding: 10px 10px 10px 16px; } }
  @media (min-width: 1025px) {
    .pano-stepper__prev {
      padding: 10px 16px 10px 10px; } }
  .pano-stepper__next, .pano-stepper__prev {
    background-color: #fff; }
    @media (max-width: 1024px) {
      .pano-stepper__next, .pano-stepper__prev {
        padding: 4px; } }
    .pano-stepper__next svg, .pano-stepper__prev svg {
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
      .pano-stepper__next svg path, .pano-stepper__prev svg path {
        transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (hover: hover) and (pointer: fine) {
      .pano-stepper__next:hover svg path:first-of-type, .pano-stepper__prev:hover svg path:first-of-type {
        fill: #f2f9fd !important; }
      .pano-stepper__next:hover svg path:last-of-type, .pano-stepper__prev:hover svg path:last-of-type {
        fill: #005A8A !important; } }
  @media (min-width: 1025px) {
    .pano-stepper__next svg {
      margin-left: 16px; } }
  .pano-stepper__prev svg {
    transform: scaleX(-1); }
    @media (min-width: 1025px) {
      .pano-stepper__prev svg {
        margin-right: 16px; } }
  .pano-stepper p {
    color: #1D242D;
    font-size: 18px; }

.tutorial {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  left: 0px;
  pointer-events: none;
  top: 0px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 9999; }
  .tutorial__container {
    height: 300px;
    width: 300px; }
  .tutorial__bottom {
    margin-top: 35px;
    position: relative;
    width: 100%; }
  .tutorial__dots {
    gap: 10px;
    position: absolute; }
  .tutorial__dot {
    background: #fff;
    border-radius: 4px;
    height: 4px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 4px; }
    .tutorial__dot--red {
      background: #0171AD;
      transform: scale(1.25); }
  .tutorial__middle {
    height: 100px;
    width: 200px; }
    .tutorial__middle svg {
      position: absolute;
      width: 200px; }
      .tutorial__middle svg:last-child {
        opacity: 0.75; }
  .tutorial__slider {
    background: #170F0A;
    border: 2px solid #fff;
    border-radius: 32px;
    gap: 8px;
    height: 52px;
    position: absolute;
    width: 80px; }
    .tutorial__slider svg:first-child {
      transform: scaleX(-1); }
  .tutorial h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 21.5px;
    text-align: center; }

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

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

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

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