@font-face {
  font-family: "GalanoGrotesqueMedium";
  src: url("../tour/fonts/GalanoGrotesque-Medium.otf");
}

@font-face {
  font-family: "GalanoGrotesqueSemibold";
  src: url("../tour/fonts/GalanoGrotesque-SemiBold.otf");
}

@font-face {
  font-family: "GalanoGrotesqueBold";
  src: url("../tour/fonts/GalanoGrotesque-Bold.otf");
}

* {
  -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: #fff;
  color: #000;
  font-family: "GalanoGrotesqueSemibold";
  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: #000;
  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;
}

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

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

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

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

.button {
  align-items: center;
  background: #212529bf;
  border: 1px solid #212529bf;
  border-radius: 0px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: "GalanoGrotesqueMedium";
  font-size: 17px;
  justify-content: center;
  line-height: 30px;
  padding: 9px 22px;
  text-align: center;
  transition: all 0.35s ease-in-out;
  width: fit-content;
}
.button span.win-only {
  margin-bottom: 5px;
}
.button:hover {
  background: #002c5b;
  color: #fff;
}
.button--inverted {
  background: #fff;
  color: #000;
}

.copyright {
  bottom: 10px;
  color: #fff;
  font-family: "GalanoGrotesqueMedium";
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}

.copyright:hover {
  opacity: 0.75;
}

.cookie-notice {
  background: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: "GalanoGrotesqueMedium";
  font-size: 17px;
  line-height: 20px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 3;
}
@media (min-width: 1025px) {
  .cookie-notice {
    bottom: 17px;
    justify-content: space-evenly;
    left: 50%;
    margin-left: -350px;
    padding: 20px 20px;
    position: absolute;
    width: 700px;
  }
}
@media (max-width: 1024px) {
  .cookie-notice {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding: 20px 12px;
    position: relative;
    width: 100%;
  }
}
.cookie-notice a {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .cookie-notice img {
    margin-right: 36px;
  }
}
@media (max-width: 1024px) {
  .cookie-notice img {
    margin-right: 20px;
  }
}
.cookie-notice > span.win-only {
  padding-bottom: 7px;
}
@media (max-width: 1024px) {
  .cookie-notice > span.win-only {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 1024px) {
  .cookie-notice__buttons {
    margin-top: 20px;
  }
}
.cookie-notice__close-button {
  margin: 0px 5px;
}

.copy-modal-v5-wrapper {
  align-items: center;
  height: 100%;
  justify-content: center;
  pointer-events: all;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: 5;
}
.copy-modal-v5-wrapper__bottom-shadow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  bottom: 0px;
  height: 40px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.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 {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.copy-modal-v5-wrapper--hidden {
  opacity: 0;
  pointer-events: none;
}

.copy-modal-v5 {
  background: #fff;
  color: #000;
  pointer-events: all;
  position: relative;
}
@media (min-width: 1025px) {
  .copy-modal-v5 {
    box-sizing: border-box;
    max-height: 75vh;
    max-width: 75vh;
    padding: 48px 0px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .copy-modal-v5 {
    height: 100%;
    position: absolute;
    width: 100%;
  }
}
.copy-modal-v5__buttons {
  align-items: flex-start;
  flex-wrap: wrap;
}
.copy-modal-v5__close-button {
  pointer-events: all;
  position: absolute;
  z-index: 2;
}
@media (min-width: 1025px) {
  .copy-modal-v5__close-button {
    right: -35px;
    top: 0px;
  }
}
@media (max-width: 1024px) {
  .copy-modal-v5__close-button {
    right: 20px;
    top: 20px;
  }
}
@media (min-width: 1025px) {
  .copy-modal-v5__close-button svg {
    fill: #fff;
  }
}
@media (min-width: 1025px) {
  .copy-modal-v5__first {
    flex: 2;
  }
}
@media (max-width: 1024px) {
  .copy-modal-v5__first {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
  }
  .copy-modal-v5__first iframe {
    position: absolute;
    top: 0;
  }
}
@media (max-width: 1024px) {
  .copy-modal-v5__main {
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .copy-modal-v5__second {
    flex: 1;
    max-width: 33.33%;
  }
}
@media (max-width: 1024px) {
  .copy-modal-v5__second {
    flex: 2;
    position: relative;
  }
}
.copy-modal-v5__text-container {
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .copy-modal-v5__text-container {
    height: 100%;
    max-height: calc(75vh - 80px);
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .copy-modal-v5__text-container {
    height: calc(100% - 64px);
    margin-top: 64px;
  }
}
@media (min-width: 1025px) {
  .copy-modal-v5__text {
    margin: 0px 64px;
  }
}
@media (max-width: 1024px) {
  .copy-modal-v5__text {
    margin: 0px 14px 24px;
  }
}
.copy-modal-v5 h1 {
  font-family: "GalanoGrotesqueBold";
  font-size: 40px;
  line-height: 36px;
  word-break: break-word;
  color: #002c5b;
}
@media (min-width: 1025px) {
  .copy-modal-v5 h1 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .copy-modal-v5 h1 {
    margin-bottom: 20px;
  }
}
.copy-modal-v5 h2 {
  font-family: "GalanoGrotesqueMedium";
  font-size: 28px;
  line-height: 28px;
  margin: 12px 0px;
}
.copy-modal-v5 p {
  font-family: "GalanoGrotesqueMedium";
  font-size: 17px;
  line-height: 28px;
  margin: 12px 0px;
}
.copy-modal-v5 ul {
  font-family: "GalanoGrotesqueMedium";
  font-size: 17px;
  line-height: 28px;
  list-style: none;
}
.copy-modal-v5 ul li:before {
  content: "-";
  margin-right: 5px;
}
.copy-modal-v5--video {
  width: 100%;
}
@media (min-width: 1025px) {
  .copy-modal-v5--video {
    padding-top: min(600px, calc(100% * 0.5625));
  }
}
@media (max-width: 1024px) {
  .copy-modal-v5--video {
    height: auto;
    padding-top: 56.25%;
  }
}
.copy-modal-v5--video .copy-modal-v5__close-button {
  right: 20px;
  top: 20px;
}
@media (max-width: 1024px) {
  .copy-modal-v5 .button {
    bottom: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
  }
}

.gui-stage {
  background: #fff;
  box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.25);
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  width: 100%;
}

.gui-pano {
  display: none;
  height: 100%;
  width: 100%;
}
.gui-pano--hidden {
  display: none;
}
.gui-pano--no-description .info {
  bottom: -32px;
}
.gui-pano--no-description .info-more-button {
  display: none;
}
.gui-pano--nav-open .header__goto-web {
  background: #fff;
  color: #000;
}
.gui-pano--nav-open .header__goto-web svg path {
  fill: black;
}

.header {
  background: #fff;
  cursor: default;
  height: 72px;
  justify-content: space-between;
  pointer-events: all;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: 4;
}
.header__goto-web {
  background: #212529bf;
  color: #fff;
  flex-shrink: 0;
  font-family: "GalanoGrotesqueMedium";
  font-size: 17px;
  height: 72px;
  line-height: 30px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 210px;
}
@media (max-width: 1024px) {
  .header__goto-web {
    display: none;
  }
}
.header__goto-web span.win-only {
  padding-top: 5px;
  box-sizing: border-box;
  height: 48px;
}
.header__goto-web svg {
  fill: #fff;
  margin-left: 16px;
  position: relative;
  left: 0;
  transition: left 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}
.header__goto-web svg path {
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}
.header__goto-web:hover {
  background: #002c5b;
  color: #fff;
}
.header__goto-web:hover svg {
  left: 5px;
  fill: #fff;
}
.header__spacer {
  width: 100%;
}
.header .logo {
  height: 64px;
  margin-left: 6px;
  width: auto;
}

.header .logo__img {
  height: 64px;
  width: auto;
}

.hotspot-v2 {
  position: absolute;
  transform: translate(-30%, -50%);
  left: 50%;
  top: 50%;
  height: 46px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 46px;
}
.hotspot-v2__icon {
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
  z-index: 3;
}
.hotspot-v2__shape-1 {
  background: #002c5b;
  height: 46px;
  left: 0px;
  max-width: 46px;
  transition: left 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s,
    transform 0.25s cubic-bezier(0.86, 0, 0.07, 1) 0.1s,
    max-width 0.35s cubic-bezier(0.86, 0, 0.07, 1),
    top 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s,
    width 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s,
    height 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s,
    opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
  opacity: 0;
}
.hotspot-v2__shape-2 {
  background: #fff;
  height: 46px;
  transform: rotate(45deg);
  width: 46px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
  z-index: 2;
}
.hotspot-v2__shape-1,
.hotspot-v2__shape-2 {
  position: absolute;
}
.hotspot-v2__title {
  font-family: "GalanoGrotesqueSemibold";
  font-size: 18px;
  margin-left: 42px;
  opacity: 0;
  padding: 0px 12px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  white-space: nowrap;
  color: #fff;
}
.hotspot-v2--info .hotspot-v2__shape-1 {
  border-radius: 50%;
  left: 3px;
  top: 3px;
}
@media (max-width: 1024px) {
  .hotspot-v2--info .hotspot-v2__shape-1 {
    left: 0px;
    top: 0px;
    transform: scale(1.15);
  }
}
.hotspot-v2--info .hotspot-v2__shape-2 {
  border-radius: 50%;
}
@media (hover: hover) and (pointer: fine) {
  .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__icon {
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    transform: rotate(90deg);
  }
  .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__shape-1 {
    left: 5px;
    max-width: 1000px;
    transform: rotate(0deg);
    transition: left 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s,
      transform 0.25s cubic-bezier(0.86, 0, 0.07, 1) 0.1s,
      max-width 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s,
      opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
    opacity: 1;
  }
  .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__shape-2 {
    transform: rotate(0deg);
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__title {
    opacity: 1;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
  }
}
@media (hover: hover) and (pointer: fine) {
  .hotspot-v2--info.hotspot-v2:hover .hotspot-v2__icon {
    padding-top: 3px;
  }
  .hotspot-v2--info.hotspot-v2:hover .hotspot-v2__shape-1 {
    left: 0px;
    top: 0px;
    transform: scale(1.15);
  }
}
.hotspot-v2--tapped.hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__icon {
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  transform: rotate(90deg);
}
.hotspot-v2--tapped.hotspot-v2--traversal.hotspot-v2:hover
  .hotspot-v2__shape-1 {
  left: 5px;
  max-width: 1000px;
  transform: rotate(0deg);
  transition: left 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s,
    transform 0.25s cubic-bezier(0.86, 0, 0.07, 1) 0.1s,
    max-width 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s,
    opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
  opacity: 1;
}
.hotspot-v2--tapped.hotspot-v2--traversal.hotspot-v2:hover
  .hotspot-v2__shape-2 {
  transform: rotate(0deg);
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}
.hotspot-v2--tapped.hotspot-v2--traversal.hotspot-v2:hover .hotspot-v2__title {
  opacity: 1;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
}
.hotspot-v2--minified {
  transform: scale(0.01);
}

.info {
  background: transparent;
  align-items: flex-start;
  box-sizing: border-box;
  color: #fff;
  cursor: default;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 1;
}
@media (min-width: 1025px) {
  .info {
    bottom: 20px;
    left: 16px;
    padding-bottom: 48px;
    width: 600px;
  }
}
@media (max-width: 1024px) {
  .info {
    bottom: 22px;
    left: 22px;
    max-height: 65%;
    padding-bottom: 48px;
    width: calc(100% - 44px);
  }
}
.info__description {
  font-family: "GalanoGrotesqueMedium";
  font-size: 17px;
  line-height: 28px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}
.info__description-container {
  background: #fff;
  box-sizing: border-box;
  opacity: 0;
  padding: 0px;
  width: 0%;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (min-width: 1025px) {
  .info__description-container {
    height: 0px;
  }
}
@media (max-width: 1024px) {
  .info__description-container {
    height: 0px;
    width: 100%;
  }
}
.info__title {
  background-color: #002c5b;
  box-sizing: border-box;
  font-family: "GalanoGrotesqueBold";
  font-size: 40px;
  line-height: 46px;
  min-width: 0px;
  transition: min-width 0.35s cubic-bezier(0.86, 0, 0.07, 1),
    margin-top 0.35s cubic-bezier(0.86, 0, 0.07, 1),
    background-color 0.35s cubic-bezier(0.86, 0, 0.07, 1),
    color 0.35s cubic-bezier(0.86, 0, 0.07, 1),
    padding 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (min-width: 1025px) {
  .info__title {
    padding: 17px 20px;
  }
}
@media (max-width: 1024px) {
  .info__title {
    padding: 5px 20px;
  }
}
@media (max-width: 450px) {
  .info__title {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .info__title {
    font-size: 25px;
  }
}
@media (min-width: 1025px) {
  .info__title.win-only {
    padding: 8px 20px 25px;
  }
}
.info .info-more-button {
  background: #fff;
  bottom: 0px;
  box-sizing: border-box;
  color: #000;
  font-family: "GalanoGrotesqueMedium";
  font-size: 17px;
  height: 48px;
  left: 0px;
  padding: 0px 22px;
  pointer-events: all;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 160px;
  z-index: 2;
}
.info .info-more-button span.win-only {
  box-sizing: border-box;
  height: 48px;
  padding-top: 8px;
}
.info .info-more-button svg {
  fill: #fff;
  margin-left: 20px;
}
.info .info-more-button .show-more-icon {
  display: block;
  position: relative;
  left: 0;
  transition: left 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}
.info .info-more-button .show-more-icon path {
  transition: fill 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}
.info .info-more-button:hover .show-more-icon path {
  fill: #fff !important;
}
.info .info-more-button .hide-more-icon {
  display: none;
  transition: transform 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}
.info .info-more-button:hover {
  background: #002c5b;
  color: #fff;
}
.info .info-more-button:hover svg {
  fill: #fff;
  left: 5px;
}
.info--opened {
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (min-width: 1025px) {
  .info--opened {
    height: 100%;
  }
}
.info--opened .info-more-button {
  background: #000;
  color: #fff;
  justify-content: space-between;
  width: 100%;
}
.info--opened .info-more-button .show-more-icon {
  display: none;
}
.info--opened .info-more-button .hide-more-icon {
  display: block;
}
@media (max-width: 1024px) {
  .info--opened .info-more-button .hide-more-icon {
    height: 20px;
    width: 20px;
  }
}
.info--opened .info-more-button:hover {
  background: #000;
  color: #fff;
}
.info--opened .info-more-button:hover svg {
  fill: #fff;
}
.info--opened .info-more-button:hover .hide-more-icon {
  transform: rotate(90deg);
}
.info--opened .info__description-container {
  opacity: 1;
}
@media (min-width: 1025px) {
  .info--opened .info__description-container {
    padding: 0px 36px 36px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .info--opened .info__description-container {
    height: 100%;
    padding: 0px 14px 32px;
  }
}
.info--opened .info__description {
  color: #000;
}
.info--opened .info__title {
  background-color: #fff;
  color: #000;
  margin-top: 18px;
  min-width: 100%;
}
@media (min-width: 1025px) {
  .info--opened .info__title {
    padding: 25px 34px;
    transition: min-width 0.35s cubic-bezier(0.86, 0, 0.07, 1),
      margin-top 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.25s background-color
        0.35s cubic-bezier(0.86, 0, 0.07, 1),
      color 0.35s cubic-bezier(0.86, 0, 0.07, 1),
      padding 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  }
}
@media (max-width: 1024px) {
  .info--opened .info__title {
    padding: 13px 14px;
    transition: min-width 0.35s cubic-bezier(0.86, 0, 0.07, 1),
      margin-top 0.35s cubic-bezier(0.86, 0, 0.07, 1),
      background-color 0.35s cubic-bezier(0.86, 0, 0.07, 1),
      color 0.35s cubic-bezier(0.86, 0, 0.07, 1),
      padding 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  }
}

.landing {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 7;
}
.landing h1 {
  font-family: "GalanoGrotesqueBold";
}
@media (min-width: 1025px) {
  .landing h1 {
    font-size: 66px;
    line-height: 77px;
    max-width: calc(100% - 300px);
  }
}
@media (max-width: 1024px) {
  .landing h1 {
    bottom: 24px;
    font-size: 28px;
    line-height: 32px;
    max-width: calc(100% - 60px);
    position: absolute;
  }
}
.landing .button {
  background: #002c5b;
  color: #000;
  font-size: 18px;
  height: 80px;
  line-height: 22px;
  width: 80px;
}
.landing .button span.win-only {
  box-sizing: border-box;
  height: 80px;
}
@media (min-width: 1025px) {
  .landing .button span.win-only {
    padding-top: 7px;
  }
}
@media (max-width: 1024px) {
  .landing .button span.win-only {
    padding-top: 17px;
  }
}
.landing__logo {
  left: 24px;
  position: absolute;
  top: 12px;
}
.landing__logo img {
  height: 24px;
  width: 80px;
}
.landing__step-2,
.landing__step-1 {
  height: 100%;
  position: absolute;
  width: 100%;
  text-align: center;
}
.landing__step-2 {
  display: none;
}

.nav-button {
  height: 72px;
}
@media (min-width: 1025px) {
  .nav-button {
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
  .nav-button {
    margin-right: 20px;
  }
}
.nav-button img {
  margin-left: 12px;
}
.nav-button span.win-only {
  padding-top: 7px;
  box-sizing: border-box;
  height: 48px;
}

.nav-close-button {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 72px;
  padding: 0px 32px;
  position: absolute;
  text-align: center;
  z-index: 2;
}
@media (min-width: 1025px) {
  .nav-close-button {
    background: #002c5b;
    color: #fff;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .nav-close-button {
    background: #fff;
    color: #000;
    justify-content: center;
    right: 20px;
    width: 86px;
  }
}
.nav-close-button span {
  font-family: "GalanoGrotesqueSemibold";
}
@media (min-width: 1025px) {
  .nav-close-button span {
    font-size: 17px;
  }
}
@media (max-width: 1024px) {
  .nav-close-button span {
    font-size: 16px;
    margin-right: 17px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .nav-close-button span.win-only {
    padding-top: 7px;
    box-sizing: border-box;
    height: 48px;
  }
}

.nav {
  color: #000;
  font-size: 20px !important;
  pointer-events: all;
  position: absolute;
  top: 0px;
  transition: all 0.35s ease-in-out;
  z-index: 6;
  /*
    &__list-item:last-of-type {
        margin-bottom: 0px;
    }
    */
}
@media (min-width: 1025px) {
  .nav {
    background: #fff;
    border-bottom: 4px solid #002c5b;
    border-left: 4px solid #002c5b;
    border-right: 4px solid #002c5b;
    right: 210px;
    width: 520px;
  }
}
@media (max-width: 1024px) {
  .nav {
    left: 0px;
    height: 100%;
    width: 100%;
  }
}
.nav--hidden {
  top: -100%;
}
.nav__background {
  align-items: center;
  display: flex;
  height: 48px;
}
.nav__background img {
  height: 24px;
  left: 24px;
  position: absolute;
}
.nav__container {
  display: flex;
  flex-direction: column;
  margin: 0px;
  margin-top: 72px;
  width: 100%;
}
@media (min-width: 1025px) {
  .nav__container {
    height: calc(100% - 96px);
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .nav__container {
    background: #fff;
    height: calc(100% - 72px);
    position: absolute;
  }
}
.nav__footer {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .nav__footer {
    display: none;
  }
}
@media (max-width: 1024px) {
  .nav__footer {
    box-sizing: border-box;
    bottom: 0px;
    height: 48px;
    padding: 0px 22px;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
}
.nav__footer span {
  font-family: "GalanoGrotesqueMedium";
  font-size: 17px;
}
.nav__footer span.win-only {
  padding-top: 7px;
  box-sizing: border-box;
  height: 48px;
}
.nav__footer svg {
  fill: #fff;
}
.nav__list {
  list-style: none;
  margin: 0px;
  overflow-x: hidden;
  padding: 0px;
  pointer-events: all;
}
@media (min-width: 1025px) {
  .nav__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 32px;
    width: calc(100% - 64px);
  }
}
.nav__list--root {
  overflow: hidden;
}
.nav__list-container {
  height: 100%;
  margin: 0px;
  overflow-y: auto;
  width: 100%;
}
@media (min-width: 1025px) {
  .nav__list-container {
    padding-top: 14px;
  }
}
@media (max-width: 1024px) {
  .nav__list-container {
    height: 100%;
  }
}
.nav__list-item {
  white-space: nowrap;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-family: "GalanoGrotesqueBold";
  max-width: calc(100% - 120px);
  opacity: 1;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (min-width: 1025px) {
  .nav__list-item {
    font-size: 16px;
    justify-content: flex-start;
    line-height: 18px;
    margin: 12px 30px 12px 0px;
    text-align: left;
    width: 185px;
  }
}
@media (max-width: 1024px) {
  .nav__list-item {
    font-size: 22px;
    justify-content: center;
    line-height: 25px;
    margin: 20px auto;
    padding: 5px 0px;
    text-align: center;
    width: fit-content;
  }
}
.nav__list-item--always-expanded {
  cursor: default;
}
.nav__list-item--active,
.nav__list-item:hover {
  text-decoration: underline;
}
.nav__list-item-header {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-family: "GalanoGrotesqueMedium";
  padding: 15px 0px;
  padding-left: 40px;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 1025px) {
  .nav__list-item-header {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 1024px) {
  .nav__list-item-header {
    font-size: 24px;
    line-height: 28px;
  }
}
.nav__list-item-header--active {
  background: #fff;
  color: #000;
}
.nav__list-item-header--active svg {
  fill: #000 !important;
}
.nav__list-item-header svg {
  fill: #000;
}
.nav__list-item-header:hover {
  background: #fff;
  color: white;
}
.nav__list-item-header:hover svg {
  fill: #000;
}
.nav__list-item-toggle {
  margin-left: auto;
  margin-right: 40px;
  pointer-events: none;
  text-align: center;
  width: 15px;
}
@media (max-width: 1024px) {
  .nav__list-item-toggle {
    margin-right: 38px;
  }
}
.nav__title {
  align-items: center;
  background: #000;
  display: flex;
  font-family: "GalanoGrotesqueMedium";
  font-size: 36px;
  height: 68px;
  left: 0px;
  margin-bottom: 5px;
  padding-left: 40px;
  position: relative;
  top: 0px;
}
.nav--mobile .nav__list-container {
  margin-bottom: 20px;
}
.nav--mobile .nav__copyright {
  bottom: 10px;
}
.nav
  .os-theme-minimal-light
  > .os-scrollbar
  > .os-scrollbar-track
  > .os-scrollbar-handle:before {
  background: #3d4246;
  border-radius: 0px;
}

.side-menu-button {
  background: #fff;
  color: #000;
  font-family: "GalanoGrotesqueMedium";
  font-size: 16px;
  height: 48px;
  padding: 0px 22px;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 2;
}
@media (min-width: 1025px) {
  .side-menu-button {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .side-menu-button {
    left: -100px;
    transform: rotate(-90deg);
    top: 50%;
  }
}
.side-menu-button img {
  margin-right: 17.5px;
}
.side-menu-button span.win-only {
  box-sizing: border-box;
  height: 48px;
  padding-top: 7px;
}
.side-menu-button--disabled {
  opacity: 0;
  pointer-events: none !important;
}
@media (max-width: 1024px) {
  .side-menu-button--info-opened {
    left: -150px;
  }
}

.side-menu-wrapper {
  left: 0px;
  position: absolute;
  top: 0px;
  z-index: 2;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (max-width: 1024px) {
  .side-menu-wrapper {
    background: rgba(0, 0, 0, 0.25);
  }
}

.side-menu {
  align-items: flex-start;
  background: #fff;
  box-sizing: border-box;
  color: #000;
  cursor: default;
  flex-direction: column;
  padding: 20px;
  pointer-events: all;
  position: absolute;
}
@media (min-width: 1025px) {
  .side-menu {
    bottom: 20px;
    right: 20px;
    width: 468px;
  }
}
@media (max-width: 1024px) {
  .side-menu {
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
}
.side-menu__close-button {
  background: #000;
  bottom: 0px;
  box-sizing: border-box;
  color: #fff;
  font-family: "GalanoGrotesqueMedium";
  font-size: 17px;
  height: 48px;
  justify-content: space-between;
  left: 0px;
  padding: 0px 20px;
  position: absolute;
  width: 100%;
}
.side-menu__options {
  margin-bottom: 55px;
}
.side-menu a {
  align-items: flex-start;
  display: flex;
  font-family: "GalanoGrotesqueBold";
  font-size: 22px;
  line-height: 26px;
  margin: 28px auto;
  position: relative;
}
.side-menu a:first {
  margin-top: 15px;
}
.side-menu a:hover,
.side-menu a.active {
  text-decoration: underline;
}
.side-menu a.active {
  cursor: default;
}
.side-menu h1 {
  font-family: "GalanoGrotesqueBold";
}
@media (min-width: 1025px) {
  .side-menu h1 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .side-menu h1 {
    font-size: 34px;
  }
}
.side-menu span.win-only {
  height: 48px;
  padding-top: 15px;
}

.os-theme-minimal-light
  > .os-scrollbar
  > .os-scrollbar-track
  > .os-scrollbar-handle:before {
  background: #000;
  border-radius: 0px;
  opacity: 1;
}
@media (min-width: 1025px) {
  .os-theme-minimal-light
    > .os-scrollbar
    > .os-scrollbar-track
    > .os-scrollbar-handle:before {
    width: 10px;
  }
}

.landing-hidden {
  opacity: 0;
}
