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

@font-face {
  font-family: "CachetBook";
  src: url("../tour/fonts/CachetStd-Book.otf"); }

@font-face {
  font-family: "OpenSansRegular";
  src: url("../tour/fonts/OpenSans-Regular.ttf"); }

@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../tour/fonts/OpenSans-SemiBold.ttf"); }

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

html {
  height: 100%; }

body {
  background-color: #1E4B6B;
  color: #FFF;
  font-family: "CachetBook";
  font-weight: normal;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0; }

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; }

.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 {
    background: #1D1D1B;
    opacity: 0.5;
    height: 100%;
    position: absolute;
    width: 100%; }
  .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: #4FAF9E;
  pointer-events: all;
  position: relative;
  right: 0px; }
  @media (min-width: 1025px) {
    .copy-modal-v5 {
      width: 475px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5 {
      height: 100%;
      width: 100%; } }
  @media (max-width: 1024px) {
    .copy-modal-v5__buttons {
      flex-wrap: wrap; } }
  .copy-modal-v5__button {
    background: #56B8C9;
    border: 1px solid #56B8C9;
    box-sizing: border-box;
    border-radius: 2px;
    flex: 1;
    font-family: "OpenSansSemiBold";
    font-size: 14px;
    padding: 9px; }
    @media (min-width: 1025px) {
      .copy-modal-v5__button {
        margin: 0px 5px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__button {
        margin: 5px 0px;
        min-width: 100%; } }
    .copy-modal-v5__button--ghost {
      background: none;
      color: #56B8C9; }
  .copy-modal-v5__close-button {
    position: absolute;
    z-index: 1; }
    @media (min-width: 1025px) {
      .copy-modal-v5__close-button {
        height: 42px;
        right: -21px;
        top: -21px;
        width: 42px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__close-button {
        bottom: 26px;
        height: 48px;
        left: 50%;
        margin-left: -17px;
        width: 48px; } }
  .copy-modal-v5__gallery {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .copy-modal-v5__gallery {
        flex-shrink: 0; } }
    .copy-modal-v5__gallery__main {
      object-fit: cover; }
      @media (min-width: 1025px) {
        .copy-modal-v5__gallery__main {
          height: 280px;
          width: 280px; } }
      @media (max-width: 1024px) {
        .copy-modal-v5__gallery__main {
          height: 50vw;
          width: calc(100vw - 116px); } }
    .copy-modal-v5__gallery__next, .copy-modal-v5__gallery__previous {
      background: #56B8C9;
      border-radius: 3px;
      opacity: 0.5;
      padding: 13.5px 16.5px;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
      .copy-modal-v5__gallery__next:hover, .copy-modal-v5__gallery__previous:hover {
        opacity: 1; }
    .copy-modal-v5__gallery__next {
      transform: rotate(180deg); }
    .copy-modal-v5__gallery__thumbnail {
      border-bottom: 3px solid transparent;
      border-radius: 3px;
      cursor: pointer;
      filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.12));
      height: 70px;
      margin: 0px 5px;
      object-fit: cover;
      pointer-events: all;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
      width: 100px; }
      .copy-modal-v5__gallery__thumbnail--active {
        border-bottom: 3px solid #56B8C9; }
    .copy-modal-v5__gallery__thumbnails {
      justify-content: flex-start;
      margin-top: 20px;
      padding-bottom: 6px;
      overflow-x: auto;
      width: 100%; }
  .copy-modal-v5__main {
    box-sizing: border-box;
    cursor: default;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    right: 0px;
    top: 0px;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__main {
        padding: 27px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__main {
        height: calc(100% - 96px);
        justify-content: space-between;
        padding: 14px 10px; } }
  .copy-modal-v5 h1 {
    color: #5A7A92;
    font-family: "CachetBook";
    margin-bottom: 18px;
    word-break: break-word; }
    @media (min-width: 1025px) {
      .copy-modal-v5 h1 {
        font-size: 24px;
        line-height: 28px;
        width: calc(100% - 90px); } }
    @media (max-width: 1024px) {
      .copy-modal-v5 h1 {
        font-size: 20px;
        line-height: 24px; } }
  .copy-modal-v5 ul {
    margin-left: 22px;
    margin-top: 24px; }
    .copy-modal-v5 ul li {
      margin: 8px 0px; }
      .copy-modal-v5 ul li a {
        color: #56B8C9; }
  .copy-modal-v5 .video-container {
    margin-bottom: 26px; }

.cta {
  height: 100%;
  position: absolute;
  right: 40px; }
  .cta__button {
    background: #56B8C9;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 8px 16px;
    width: 100%; }
    .cta__button--ghost {
      background: transparent;
      border: 1px solid #56B8C9;
      border-radius: 3px;
      color: #56B8C9; }
    .cta__button img {
      margin-right: 20px; }
  .cta__container {
    background: #F7F9FA;
    border: 1px solid #CED9E1;
    border-radius: 3px;
    flex-direction: column;
    padding: 14px 18px; }
    .cta__container h1, .cta__container div {
      margin: 5px 0px; }
  .cta__section-1, .cta__section-2 {
    align-items: flex-start;
    flex-direction: column;
    width: 100%; }
    .cta__section-1 a, .cta__section-1 h2, .cta__section-1 span, .cta__section-2 a, .cta__section-2 h2, .cta__section-2 span {
      margin: 9px 0px; }
    .cta__section-1 a > span, .cta__section-2 a > span {
      margin: 0px; }
  .cta__separator {
    background: #CED9E1;
    height: 1px;
    width: calc(100% + 36px); }
  .cta h1 {
    color: #4FAF9E;
    font-family: "CachetBook";
    font-size: 20px;
    width: 100%; }
  .cta h2 {
    color: #5A7A92;
    font-family: "OpenSansSemiBold";
    font-size: 16px; }
  .cta span {
    color: #5A7A92;
    font-family: "OpenSansRegular";
    font-size: 14px;
    line-height: 19px; }

.header {
  align-items: center;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  left: 0px;
  position: absolute;
  top: 0px;
  transition: opacity 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: 5; }
  @media (min-width: 1025px) {
    .header {
      height: 100px; } }
  @media (max-width: 1024px) {
    .header {
      height: 64px; } }
  @media (min-width: 1025px) {
    .header--hidden {
      opacity: 0;
      pointer-events: none; } }

.hotspot-v2 {
  height: 32px;
  margin: -40px 0px 0px -10px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 32px; }
  .hotspot-v2__arrow {
    position: absolute;
    transform: scale(0.01);
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 2; }
  .hotspot-v2__icon {
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    .hotspot-v2__icon img {
      width: 12px; }
    .hotspot-v2__icon svg {
      fill: #FFF;
      height: 4px;
      width: 4px; }
  .hotspot-v2__indicator {
    flex-direction: column;
    margin-top: 78px;
    transform-origin: top;
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0.75s; }
    .hotspot-v2__indicator--hidden {
      transform: scale(0.01); }
  .hotspot-v2__indicator-tail {
    background: #FFF;
    height: 40px;
    width: 1px; }
  .hotspot-v2__indicator-dot {
    background: #FFF;
    border-radius: 7px;
    height: 7px;
    width: 7px; }
  .hotspot-v2__shape-1 {
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    height: 32px;
    width: 32px; }
  .hotspot-v2__shape-2 {
    background: #4FAF9E;
    border-radius: 50%;
    position: absolute;
    height: 24px;
    width: 24px; }
  .hotspot-v2__title {
    background: #FFF;
    border-radius: 100px;
    color: #547990;
    font-family: "CachetMedium";
    font-size: 14px;
    line-height: 17px;
    max-width: 240px;
    padding: 10px 30px;
    width: max-content; }
  .hotspot-v2__title-container {
    left: 28px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  .hotspot-v2__title-pin {
    background: #FFF;
    border-radius: 1px;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 10px; }
  .hotspot-v2--custom-icon {
    margin: -80px 0px 0px -10px; }
  .hotspot-v2--custom-icon .hotspot-v2__indicator {
    top: -24px; }
  .hotspot-v2--minified {
    transform: scale(0.01); }
  .hotspot-v2--minified .hotspot-v2__indicator {
    transform: scale(0.01); }
  .hotspot-v2--minified .hotspot-v2__title-pin {
    opacity: 0; }
  .hotspot-v2--no-title .hotspot-v2__title-container {
    display: none; }
  .hotspot-v2--traversal .hotspot-v2__indicator {
    display: none; }
  .hotspot-v2:hover .hotspot-v2__arrow {
    transform: scale(1); }
  .hotspot-v2:hover .hotspot-v2__icon {
    transform: scale(0.01); }
  .hotspot-v2:hover .hotspot-v2__title-container {
    opacity: 1;
    pointer-events: all; }

.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-static {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1; }
  .gui-static__bottom-shadow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.126236) 46.09%, rgba(0, 0, 0, 0.25) 100%);
    bottom: 0px;
    height: 240px;
    position: absolute;
    width: 100%; }

.info {
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  text-align: left;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 3; }
  @media (min-width: 1025px) {
    .info {
      bottom: 38px;
      left: 38px;
      max-width: 50%; } }
  @media (max-width: 1024px) {
    .info {
      bottom: 50px;
      left: 23px;
      max-width: calc(100% - 100px); } }
  .info--hidden {
    opacity: 0; }
  .info__title {
    font-family: "CachetMedium";
    word-wrap: break-word; }
    @media (min-width: 1025px) {
      .info__title {
        font-size: 70px;
        line-height: 84px; } }
    @media (max-width: 1024px) {
      .info__title {
        font-size: 40px;
        line-height: 48px; } }

.landing {
  pointer-events: all;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 8; }
  .landing__container {
    flex-direction: column; }
    @media (min-width: 1025px) {
      .landing__container > * {
        margin: 25px 0px; } }
    @media (max-width: 1024px) {
      .landing__container > * {
        margin: 15px 0px; } }
    @media (max-width: 1024px) {
      .landing__container {
        box-sizing: border-box;
        justify-content: flex-start;
        overflow-y: auto;
        padding: 20px; } }
  .landing__description {
    color: #1D1D1B !important;
    font-family: "OpenSansRegular";
    font-size: 14px !important;
    line-height: 19px !important;
    text-align: center; }
  .landing__mask {
    background: white; }
  @media (min-width: 1025px) {
    .landing__menu {
      margin-top: 37px; } }
  @media (max-width: 1024px) {
    .landing__menu {
      flex-direction: column;
      justify-content: flex-start;
      width: 100%; } }
  @media (min-width: 1025px) {
    .landing__menu > div {
      margin: 0px 10px; } }
  @media (max-width: 1024px) {
    .landing__menu > div {
      margin: 6px 0px; } }
  .landing__menu-item {
    flex-direction: column;
    flex-shrink: 0;
    position: relative; }
    .landing__menu-item__mark {
      height: 3px;
      margin-top: 3px;
      width: 96px; }
    .landing__menu-item__overlay {
      background: linear-gradient(90.35deg, rgba(29, 29, 27, 0.5) 0.29%, rgba(29, 29, 27, 0) 99.7%);
      border-radius: 3px;
      height: 100%;
      position: absolute;
      z-index: 1;
      width: 100%; }
    .landing__menu-item__text {
      bottom: 16px;
      left: 18px;
      max-width: 50%;
      position: absolute;
      z-index: 2; }
    .landing__menu-item img {
      border-radius: 3px;
      object-fit: cover; }
      @media (min-width: 1025px) {
        .landing__menu-item img {
          height: 182px;
          width: 325px; } }
      @media (max-width: 1024px) {
        .landing__menu-item img {
          height: calc(56.25vw - 20px);
          width: calc(100vw - 36px); } }
    .landing__menu-item:nth-of-type(1) .landing__menu-item__mark {
      background: #56B8C9; }
    .landing__menu-item:nth-of-type(2) .landing__menu-item__mark {
      background: #904695; }
    .landing__menu-item:nth-of-type(3) .landing__menu-item__mark {
      background: #4FAF9E; }
  .landing h1 {
    color: #1E4B6B;
    font-family: "CachetMedium"; }
    @media (min-width: 1025px) {
      .landing h1 {
        font-size: 35px; } }
    @media (max-width: 1024px) {
      .landing h1 {
        font-size: 25px;
        line-height: 30px;
        text-align: center; } }
  .landing h2 {
    color: #FFF;
    font-family: "CachetMedium";
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 3px; }
  .landing span {
    color: #FFF;
    font-family: "OpenSansRegular";
    line-height: 19px; }
    @media (min-width: 1025px) {
      .landing span {
        font-size: 20px; } }
    @media (max-width: 1024px) {
      .landing span {
        font-size: 20px;
        line-height: 27px; } }
  .landing .logo {
    pointer-events: none !important; }
    @media (min-width: 1025px) {
      .landing .logo img {
        width: 675px; } }
    @media (max-width: 1024px) {
      .landing .logo img {
        width: calc(100% - 20px); } }
  .landing--hidden {
    opacity: 0;
    pointer-events: none; }
    .landing--hidden * {
      pointer-events: none !important; }

@media (min-width: 1025px) {
  .logo {
    margin-left: 24px; } }

@media (max-width: 1024px) {
  .logo {
    margin-left: 20px; } }

@media (min-width: 1025px) {
  .logo img {
    height: 74px; } }

@media (max-width: 1024px) {
  .logo img {
    width: calc(100% - 24px); } }

.mobile-mark {
  background: #FFF;
  border-radius: 10px;
  bottom: 12px;
  height: 6px;
  left: 50%;
  margin-left: -66px;
  opacity: 0.75;
  position: absolute;
  width: 132px;
  z-index: 7; }

@media (min-width: 1025px) {
  .nav-button, .nav-close-button {
    margin-right: 40px; } }

@media (max-width: 1024px) {
  .nav-button, .nav-close-button {
    margin-right: 18px; } }

.nav {
  background: #4FAF9E;
  color: #FFF;
  cursor: default;
  font-size: 20px !important;
  height: 100%;
  pointer-events: all;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1), z-index 0s cubic-bezier(0.86, 0, 0.07, 1) 0.35s;
  width: 100%;
  z-index: 6; }
  .nav__copyright {
    bottom: -2px;
    right: -10px;
    position: absolute;
    transform: rotate(-90deg); }
  .nav__header {
    background: #FFF;
    justify-content: space-between; }
    @media (min-width: 1025px) {
      .nav__header {
        height: 100px; } }
    @media (max-width: 1024px) {
      .nav__header {
        height: 64px; } }
  .nav__container {
    display: flex;
    margin: 0px auto;
    width: calc(100% - 300px); }
    @media (min-width: 1025px) {
      .nav__container {
        height: calc(100% - 100px); } }
    @media (max-width: 1024px) {
      .nav__container {
        width: 100%; } }
  .nav__copyright {
    font-family: "OpenSansRegular"; }
    @media (min-width: 1025px) {
      .nav__copyright {
        font-size: 14px;
        margin-top: 22px; } }
    @media (max-width: 1024px) {
      .nav__copyright {
        font-size: 12px;
        margin: 8px 0px 16px; } }
  .nav__list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    pointer-events: all; }
    .nav__list--root {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; }
      @media (min-width: 1025px) {
        .nav__list--root {
          margin-top: 72px; } }
      @media (max-width: 1024px) {
        .nav__list--root {
          flex-direction: column;
          margin-top: 16px; } }
    .nav__list--sub {
      display: block !important;
      margin-top: 28px; }
  .nav__list-container {
    height: 100%; }
    @media (min-width: 1025px) {
      .nav__list-container {
        width: 100%; } }
  .nav__list-item {
    font-family: "CachetBook";
    line-height: 34px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .nav__list-item {
        font-size: 24px;
        margin: 10px 0px; } }
    @media (max-width: 1024px) {
      .nav__list-item {
        font-size: 18px;
        margin: 8px 0px; } }
    .nav__list-item--spot {
      cursor: pointer;
      opacity: 0.5; }
    .nav__list-item--spot.nav__list-item--active, .nav__list-item--spot.nav__list-item:hover, .nav__list-item--url.nav__list-item:hover {
      opacity: 1.0; }
    .nav__list-item--category {
      width: 50%; }
    .nav__list-item--url {
      color: #4FAF9E;
      display: block;
      opacity: 0.5; }
      @media (min-width: 1025px) {
        .nav__list-item--url:nth-of-type(1) {
          margin-top: 60px; } }
      @media (max-width: 1024px) {
        .nav__list-item--url:nth-of-type(1) {
          margin-top: 20px; } }
  .nav__list-item-header {
    line-height: 34px; }
    @media (min-width: 1025px) {
      .nav__list-item-header {
        font-size: 32px; } }
    @media (max-width: 1024px) {
      .nav__list-item-header {
        font-size: 28px; } }
  .nav__list-item-toggle {
    display: none; }
  .nav--hidden {
    opacity: 0;
    top: -100%;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1), z-index 0s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    z-index: 4; }
    .nav--hidden * {
      pointer-events: none; }

.overview {
  pointer-events: all;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 8; }
  .overview__container {
    flex-direction: column; }
    @media (min-width: 1025px) {
      .overview__container > * {
        margin: 25px 0px; } }
    @media (max-width: 1024px) {
      .overview__container > * {
        margin: 15px 0px; } }
    @media (max-width: 1024px) {
      .overview__container {
        box-sizing: border-box;
        justify-content: flex-start;
        overflow-y: auto;
        padding: 20px; } }
  .overview__description {
    color: #1D1D1B !important;
    font-family: "OpenSansRegular";
    font-size: 14px !important;
    line-height: 19px !important;
    text-align: center; }
  .overview__mask {
    background: rgba(255, 255, 255, 0.8); }
  .overview__menu {
    flex-wrap: wrap; }
    @media (min-width: 1025px) {
      .overview__menu {
        gap: 20px;
        margin-top: 37px; } }
    @media (max-width: 1024px) {
      .overview__menu {
        flex-direction: column;
        gap: 12px;
        justify-content: flex-start;
        width: 100%; } }
  .overview__menu-item {
    flex-direction: column;
    flex-shrink: 0;
    position: relative; }
    .overview__menu-item__mark {
      height: 3px;
      margin-top: 3px;
      width: 96px; }
    .overview__menu-item__overlay {
      background: linear-gradient(90.35deg, rgba(29, 29, 27, 0.5) 0.29%, rgba(29, 29, 27, 0) 99.7%);
      border-radius: 3px;
      height: 100%;
      position: absolute;
      z-index: 1;
      width: 100%; }
    .overview__menu-item__text {
      bottom: 16px;
      left: 18px;
      max-width: 50%;
      position: absolute;
      z-index: 2; }
    .overview__menu-item img {
      border-radius: 3px;
      object-fit: cover; }
      @media (min-width: 1025px) {
        .overview__menu-item img {
          height: 182px;
          width: 325px; } }
      @media (max-width: 1024px) {
        .overview__menu-item img {
          height: calc(56.25vw - 20px);
          width: calc(100vw - 36px); } }
    .overview__menu-item:nth-of-type(1) .overview__menu-item__mark {
      background: #56B8C9; }
    .overview__menu-item:nth-of-type(2) .overview__menu-item__mark {
      background: #904695; }
    .overview__menu-item:nth-of-type(3) .overview__menu-item__mark {
      background: #4FAF9E; }
    .overview__menu-item:nth-of-type(4) .overview__menu-item__mark {
      background: #56B8C9; }
    .overview__menu-item:nth-of-type(5) .overview__menu-item__mark {
      background: #904695; }
    .overview__menu-item:nth-of-type(6) .overview__menu-item__mark {
      background: #4FAF9E; }
    .overview__menu-item:nth-of-type(7) .overview__menu-item__mark {
      background: #56B8C9; }
    .overview__menu-item:nth-of-type(8) .overview__menu-item__mark {
      background: #904695; }
    .overview__menu-item:nth-of-type(9) .overview__menu-item__mark {
      background: #4FAF9E; }
  .overview h1 {
    color: #1E4B6B;
    font-family: "CachetMedium"; }
    @media (min-width: 1025px) {
      .overview h1 {
        font-size: 35px; } }
    @media (max-width: 1024px) {
      .overview h1 {
        font-size: 25px;
        line-height: 30px;
        text-align: center; } }
  .overview h2 {
    color: #FFF;
    font-family: "CachetMedium";
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 3px; }
  .overview span {
    color: #FFF;
    font-family: "OpenSansRegular";
    line-height: 19px; }
    @media (min-width: 1025px) {
      .overview span {
        font-size: 20px; } }
    @media (max-width: 1024px) {
      .overview span {
        font-size: 20px;
        line-height: 27px; } }
  .overview .logo {
    pointer-events: none !important; }
    @media (min-width: 1025px) {
      .overview .logo img {
        width: 675px; } }
    @media (max-width: 1024px) {
      .overview .logo img {
        width: calc(100% - 20px); } }
  .overview--hidden {
    opacity: 0;
    pointer-events: none; }
    .overview--hidden * {
      pointer-events: none !important; }

.radar-container {
  position: absolute;
  z-index: 2; }
  @media (min-width: 1025px) {
    .radar-container {
      bottom: 55px;
      display: flex;
      justify-content: center;
      right: 68px; } }
  @media (max-width: 1024px) {
    .radar-container {
      bottom: 60px;
      right: 32px; } }

.radar {
  background: #C4C4C4;
  border-radius: 50%;
  height: 32px;
  width: 32px; }
  .radar__center {
    background: #FFF;
    border-radius: 50%;
    height: 8px;
    margin: -4px 0px 0px -4px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px; }
  .radar__hotspots {
    height: 32px;
    position: absolute;
    width: 32px; }
  .radar__hotspot {
    background: #FFF;
    border-radius: 6px;
    height: 6px;
    margin: -3px 0px 0px -3px;
    position: absolute;
    width: 6px; }
  .radar__seeker {
    border-radius: 50%;
    height: 32px;
    width: 32px; }

.landing-hidden {
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  .landing-hidden * {
    pointer-events: none; }

.os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
  background: #1E4B6B;
  border-radius: 0;
  opacity: 1.0; }

* {
  scrollbar-width: thin;
  scrollbar-color: #FFF #1E4B6B; }

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

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

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