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

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

@font-face {
  font-family: "DinOffcProMedium";
  src: url("../tour/fonts/DINOffcPro-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: #104271;
  color: #FFF;
  font-family: "DinOffcPro";
  font-weight: normal;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  @media (max-width: 1024px) and (orientation: landscape) {
    body {
      height: 100vh; } }

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

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

h1, h2 {
  font-weight: normal; }

input:focus {
  outline: none; }

.disabled {
  pointer-events: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.back-button {
  left: 16px;
  position: absolute;
  top: 98px;
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1); }
  .back-button img {
    margin-right: 3px; }
  .back-button--hidden {
    opacity: 0;
    pointer-events: none; }

.button {
  align-items: center;
  background: #94C11A;
  border-radius: 0px;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: flex;
  font-family: "DinOffcProBold";
  font-size: 16px;
  justify-content: center;
  line-height: 30px;
  padding: 10px 16px;
  text-align: center;
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  width: fit-content; }

.contact {
  align-items: flex-start;
  background: #FFF;
  color: #363536;
  cursor: default;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  pointer-events: all;
  position: absolute;
  top: 0px;
  transition: top 0.75s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: 7; }
  @media (max-width: 1024px) {
    .contact {
      word-break: break-word; } }
  .contact a {
    color: #104271;
    font-family: "DinOffcProMedium";
    font-size: 20px;
    margin-bottom: 8px;
    max-width: calc(100% - 60px);
    text-decoration: underline; }
    .contact a:last-of-type {
      margin: 14px 0px 15px; }
  .contact h1 {
    font-family: "DinOffcProMedium";
    font-size: 24px;
    margin-bottom: 12px; }
  .contact h2 {
    font-family: "DinOffcProMedium";
    font-size: 18px; }
  .contact p {
    font-family: "DinOffcProMedium";
    font-size: 20px;
    margin: 8px 0px;
    max-width: calc(100% - 60px); }
  .contact p.small {
    font-family: "DinOffcPro";
    font-size: 12px; }
  .contact__close-button {
    position: absolute;
    right: 36px;
    top: 26px; }
  .contact__entry {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07); }
  @media (max-width: 1024px) {
    .contact__first {
      width: 100%; } }
  .contact__main {
    align-items: flex-start; }
    @media (min-width: 1025px) {
      .contact__main {
        left: 75px;
        position: absolute;
        top: 120px;
        width: calc(100% - 150px); } }
    @media (max-width: 1024px) {
      .contact__main {
        box-sizing: border-box;
        height: 100%;
        margin-top: 100px;
        overflow-y: auto;
        padding: 0px 24px;
        width: 100%; } }
  .contact__row {
    justify-content: flex-start; }
    @media (min-width: 1025px) {
      .contact__row {
        margin: 15px 5px; } }
    @media (max-width: 1024px) {
      .contact__row {
        margin: 15px 0px; } }
    .contact__row img {
      box-sizing: border-box;
      height: 110px;
      object-fit: contain;
      padding: 10px;
      width: 110px; }
      @media (min-width: 1025px) {
        .contact__row img {
          margin: 0px 8px; } }
      @media (max-width: 1024px) {
        .contact__row img {
          height: calc(50vw - 32px);
          margin: 8px 0px;
          padding: 24px;
          width: calc(50vw - 32px); } }
    .contact__row:nth-of-type(1) {
      align-items: flex-start;
      flex-direction: column;
      flex-wrap: wrap; }
    @media (min-width: 1025px) {
      .contact__row:nth-of-type(2) {
        margin-top: 50px; } }
    @media (max-width: 1024px) {
      .contact__row:nth-of-type(2) {
        margin-top: 25px; } }
    .contact__row:nth-of-type(3) {
      justify-content: space-between; }
      @media (max-width: 1024px) {
        .contact__row:nth-of-type(3) {
          flex-wrap: wrap; } }
    @media (max-width: 1024px) {
      .contact__row:nth-of-type(4) {
        align-items: flex-start;
        flex-direction: column;
        padding: 16px; } }
    .contact__row:nth-of-type(4) img {
      box-sizing: initial;
      width: 160px; }
      @media (min-width: 1025px) {
        .contact__row:nth-of-type(4) img {
          padding: 14px 40px; } }
      @media (max-width: 1024px) {
        .contact__row:nth-of-type(4) img {
          margin-left: -8px; } }
    .contact__row:nth-of-type(4) a, .contact__row:nth-of-type(4) p {
      font-family: "DinOffcPro";
      font-size: 12px;
      line-height: 16px; }
    .contact__row:nth-of-type(4) p {
      box-sizing: border-box;
      color: #707070;
      max-width: 270px;
      padding-right: 16px; }
  .contact__second {
    margin-left: 40px;
    margin-top: 70px; }
    @media (max-width: 1024px) {
      .contact__second {
        display: none; } }
    .contact__second img {
      max-width: 100%; }
  .contact .logo {
    left: 32px;
    position: absolute;
    top: 10px; }
    .contact .logo img {
      height: 56px; }
  .contact--hidden {
    pointer-events: none;
    opacity: 0;
    top: -100%; }
    .contact--hidden a {
      pointer-events: none; }
  .contact--hidden .contact__close-button {
    pointer-events: none; }

.copy-modal-v5-wrapper {
  align-items: center;
  justify-content: center;
  left: 0%;
  pointer-events: all;
  position: absolute;
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: 6; }
  @media (min-width: 1025px) {
    .copy-modal-v5-wrapper {
      height: calc(100% - 80px);
      top: 80px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5-wrapper {
      height: 100%;
      top: 0px; } }
  .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%; }
  .copy-modal-v5-wrapper--hidden {
    left: 100%; }

.copy-modal-v5 {
  color: #000;
  height: 100%;
  pointer-events: all;
  position: absolute;
  right: 0px; }
  @media (min-width: 1025px) {
    .copy-modal-v5 {
      max-width: 480px;
      width: 50%; } }
  @media (max-width: 1024px) {
    .copy-modal-v5 {
      width: 100%; } }
  .copy-modal-v5__close-button {
    background: #FFF;
    padding: 16px;
    position: absolute;
    z-index: 1; }
    @media (min-width: 1025px) {
      .copy-modal-v5__close-button {
        right: 100%; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__close-button {
        background: #104271;
        height: 56px;
        justify-content: flex-end;
        left: 0px;
        padding: 0px;
        width: 100%; } }
    @media (min-width: 1025px) {
      .copy-modal-v5__close-button svg {
        fill: #363536; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__close-button svg {
        fill: #FFF;
        margin-right: 16px; } }
  .copy-modal-v5__gallery {
    overflow: hidden;
    position: relative; }
    @media (min-width: 1025px) {
      .copy-modal-v5__gallery {
        height: 250px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__gallery {
        height: 210px; } }
  .copy-modal-v5__gallery-controls {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    height: 48px;
    position: absolute;
    width: 100%; }
    .copy-modal-v5__gallery-controls img {
      background: #94C11A;
      padding: 0px 14px;
      width: 20px; }
    .copy-modal-v5__gallery-controls img:nth-of-type(1) {
      transform: rotate(180deg); }
  .copy-modal-v5__gallery-image {
    display: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%; }
    .copy-modal-v5__gallery-image:first-of-type {
      display: block; }
  .copy-modal-v5__gallery-quickjump-element {
    background: #FFF;
    border-radius: 8px;
    height: 8px;
    margin: 0px 5px;
    width: 8px; }
    .copy-modal-v5__gallery-quickjump-element--active {
      border: 2px solid #94C11A;
      background: #104271;
      height: 6px;
      width: 6px; }
  .copy-modal-v5__main {
    overflow-y: auto;
    overflow-x: hidden;
    background: #FFF;
    cursor: default;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0px;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__main {
        height: 100%;
        top: 0px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__main {
        height: calc(100% - 56px);
        top: 56px; } }
  .copy-modal-v5__second {
    height: 100%;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__second {
        padding: 8px 24px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__second {
        height: calc(100% - 210px);
        overflow-y: auto;
        position: absolute;
        top: 210px; } }
  .copy-modal-v5__text-container {
    height: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__text-container {
        width: calc(100% - 24px); } }
  .copy-modal-v5__text {
    display: none;
    position: absolute; }
    @media (min-width: 1025px) {
      .copy-modal-v5__text {
        margin: 24px;
        margin-right: 48px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__text {
        margin: 16px;
        width: calc(100% - 32px); } }
    .copy-modal-v5__text:first-of-type {
      display: block; }
  .copy-modal-v5 h1 {
    font-family: "DinOffcProMedium";
    font-size: 28px;
    line-height: 37px;
    word-break: break-word; }
  .copy-modal-v5 p {
    font-family: "DinOffcPro";
    font-size: 18px;
    line-height: 24px; }
  .copy-modal-v5 h1, .copy-modal-v5 p {
    margin-bottom: 24px; }
  .copy-modal-v5 ul, .copy-modal-v5 ol {
    margin-left: 18px; }
  @media (min-width: 1025px) {
    .copy-modal-v5--single .copy-modal-v5__second {
      margin-top: 20px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5--single .copy-modal-v5__second {
      margin-top: 56px; } }
  .copy-modal-v5--video {
    max-width: none;
    width: 100%; }
    .copy-modal-v5--video video {
      height: 100%;
      outline: none; }
      @media (min-width: 1025px) {
        .copy-modal-v5--video video {
          object-fit: contain;
          object-position: center;
          width: 100%; } }
      @media (max-width: 1024px) {
        .copy-modal-v5--video video {
          position: absolute; } }
  @media (min-width: 1025px) {
    .copy-modal-v5--video .copy-modal-v5__close-button {
      padding: 36px;
      right: 0px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5--video .copy-modal-v5__close-button {
      background: none; } }
  .copy-modal-v5--video .copy-modal-v5__main {
    width: 100%; }
    @media (max-width: 1024px) {
      .copy-modal-v5--video .copy-modal-v5__main {
        background: #000;
        height: 100%;
        justify-content: center;
        top: 0px; } }
  .copy-modal-v5--video .copy-modal-v5__second {
    padding: 0px; }
    @media (max-width: 1024px) {
      .copy-modal-v5--video .copy-modal-v5__second {
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
        top: auto; } }

.header {
  align-items: center;
  background: #FFF;
  display: flex;
  height: 80px;
  justify-content: space-between;
  left: 0px;
  position: absolute;
  top: 0px;
  transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
  width: 100%;
  z-index: 4; }
  .header .logo {
    margin-left: 32px; }
    .header .logo img {
      height: 56px; }
  @media (min-width: 1025px) {
    .header--hidden {
      opacity: 0;
      pointer-events: none; } }

.hotspot-v2 {
  background: #363536;
  border: 2px solid #94C11A;
  border-radius: 50%;
  height: 30px;
  transform: scale(1);
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  width: 30px; }
  .hotspot-v2__icon {
    height: 100%;
    transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%;
    z-index: 3; }
    .hotspot-v2__icon img {
      width: 16px; }
    .hotspot-v2__icon svg {
      fill: #94C11A;
      transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
      width: 8px; }
  .hotspot-v2__shape {
    background: #FFF;
    border-radius: 50%;
    height: 24px;
    position: absolute;
    transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    width: 24px;
    z-index: 2; }
  .hotspot-v2__title {
    font-family: "DinOffcProBold";
    font-size: 16px;
    line-height: 21px;
    max-width: 150px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 48px;
    transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    width: max-content; }
  .hotspot-v2--custom-icon {
    height: 38px;
    width: 38px; }
  .hotspot-v2--custom-icon .hotspot-v2__shape {
    background: #94C11A;
    height: 28px;
    width: 28px; }
  .hotspot-v2--custom-icon .hotspot-v2__title {
    background: white;
    border-radius: 40px;
    color: #363536;
    font-family: "DinOffcProMedium";
    font-size: 18px;
    left: 5px;
    max-width: none;
    padding: 10px 20px 10px 50px;
    top: 0px;
    transform: scale(0.05, 0.5);
    transform-origin: left;
    transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    white-space: nowrap; }
  .hotspot-v2--minified {
    transform: scale(0.01); }
  .hotspot-v2--modal .hotspot-v2__icon {
    top: 20px;
    width: auto; }
  .hotspot-v2--opened .hotspot-v2__icon svg {
    fill: #FFF; }
  .hotspot-v2--opened .hotspot-v2__shape {
    background: #94C11A;
    height: 40px;
    width: 40px; }
  .hotspot-v2--opened .hotspot-v2__title {
    opacity: 1; }
  .hotspot-v2--video .hotspot-v2__icon img {
    width: 9px; }
  .hotspot-v2--custom-icon.hotspot-v2:hover .hotspot-v2__shape {
    height: 40px;
    width: 40px; }
  .hotspot-v2--custom-icon.hotspot-v2:hover .hotspot-v2__title {
    opacity: 1;
    transform: scale(1, 1); }
  .hotspot-v2--modal.hotspot-v2:hover .hotspot-v2__icon {
    transform: rotate(90deg); }

.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%; }
  .gui-static__bottom-shadow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    bottom: 0px;
    height: 290px;
    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: 1; }
  @media (min-width: 1025px) {
    .info {
      bottom: 48px;
      left: 32px;
      max-width: calc(50% - 197px); } }
  @media (max-width: 1024px) {
    .info {
      display: none; } }
  .info--hidden {
    opacity: 0; }
  .info__description {
    font-family: "DinOffcPro";
    font-size: 18px;
    line-height: 24px; }
  .info__title {
    font-family: "DinOffcProBold";
    word-wrap: break-word; }
    @media (min-width: 1025px) {
      .info__title {
        font-size: 40px;
        line-height: 46px; } }
    @media (max-width: 1024px) {
      .info__title {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 4px;
        max-width: calc(100% - 32px); } }

.landing {
  bottom: 0px;
  height: 100%;
  position: absolute;
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: 9; }
  .landing__blue {
    background: #104271;
    height: calc(100% - 48px);
    opacity: 0.75;
    position: relative;
    transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%; }
  .landing__border {
    border-top: 16px solid #94C11A;
    border-right: 16px solid #94C11A;
    height: 104px;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    width: 104px; }
  .landing__content {
    height: 344px;
    width: 256px;
    z-index: 1; }
    @media (min-width: 1025px) {
      .landing__content {
        margin-top: -42px; } }
    @media (max-width: 1024px) {
      .landing__content {
        margin-top: -27px; } }
  .landing__footer {
    background: #FFF;
    color: #363536;
    bottom: 0px;
    box-sizing: border-box;
    position: absolute;
    width: 100%; }
    @media (min-width: 1025px) {
      .landing__footer {
        height: 84px;
        justify-content: flex-end;
        padding-right: 65px; } }
    @media (max-width: 1024px) {
      .landing__footer {
        height: 54px;
        justify-content: space-evenly;
        padding: 0px 20px; } }
    .landing__footer img {
      height: 36px; }
      @media (min-width: 1025px) {
        .landing__footer img {
          margin: 0px 20px; } }
      @media (max-width: 1024px) {
        .landing__footer img {
          flex-shrink: 1;
          margin: 0px 10px;
          min-width: 0px; } }
    .landing__footer p {
      font-family: "DinOffcProBold";
      font-size: 12px; }
      @media (min-width: 1025px) {
        .landing__footer p {
          margin-right: 20px; } }
      @media (max-width: 1024px) {
        .landing__footer p {
          color: #FFF;
          left: 30px;
          position: absolute;
          top: -20px; } }
  .landing__mask {
    background: rgba(54, 53, 54, 0.8);
    height: 100%;
    position: absolute;
    width: 100%; }
  .landing__video {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%; }
  .landing .button {
    width: 100%; }
  .landing .lang-list {
    position: absolute;
    bottom: 16px;
    z-index: 1; }
    .landing .lang-list__item {
      font-family: "DinOffcPro";
      font-size: 16px;
      margin: 0px 5px; }
      .landing .lang-list__item--active {
        font-family: "DinOffcProBold"; }
      .landing .lang-list__item:first-of-type:after {
        content: '|';
        margin-left: 10px; }
    .landing .lang-list img {
      display: none; }
  .landing h1, .landing h2 {
    position: absolute;
    transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1); }
  .landing h1 {
    font-family: "DinOffcProBold";
    top: 42px;
    width: 300px; }
    @media (min-width: 1025px) {
      .landing h1 {
        font-size: 68px;
        line-height: 65px;
        right: 60px; } }
    @media (max-width: 1024px) {
      .landing h1 {
        font-size: 46px;
        left: -24px;
        line-height: 48px; } }
  .landing h2 {
    bottom: 20px;
    font-family: "DinOffcPro";
    font-size: 14px;
    left: 16px;
    line-height: 18px;
    width: calc(100% - 32px); }
  .landing span.green {
    color: #94C11A; }
  @media (min-width: 1025px) {
    .landing--closed {
      animation: landing 0.75s cubic-bezier(0.86, 0, 0.07, 1) 0.75s forwards; } }
  @media (max-width: 1024px) {
    .landing--closed {
      opacity: 0; } }
  .landing--closed .button, .landing--closed h1, .landing--closed h2 {
    opacity: 0; }
  .landing--closed .landing__blue {
    opacity: 1; }
    @media (min-width: 1025px) {
      .landing--closed .landing__blue {
        height: 100%; } }
  @media (min-width: 1025px) {
    .landing--closed .landing__border {
      opacity: 0; } }
  @media (min-width: 1025px) {
    .landing--closed .landing__content {
      animation: landing-content 0.75s cubic-bezier(0.86, 0, 0.07, 1) forwards; } }
  .landing--hidden {
    opacity: 0;
    pointer-events: none; }

.nav-button {
  margin-right: 32px; }

.nav-close-button {
  align-items: center;
  cursor: pointer;
  color: #FFF;
  display: flex;
  flex-direction: column;
  height: 24px;
  justify-content: center;
  right: 36px;
  pointer-events: all;
  position: absolute;
  text-align: center;
  top: 26px;
  width: 24px;
  z-index: 2; }
  .nav-close-button i {
    font-size: 24px;
    width: 24px; }
  .nav-close-button span {
    font-family: "DinOffcProBold";
    font-size: 10px;
    line-height: 12px;
    margin-top: 6px;
    text-transform: uppercase; }
  .nav-close-button:hover i, .nav-close-button:hover span {
    opacity: 0.8; }

.nav {
  background: #FFF;
  color: #000;
  cursor: default;
  font-size: 20px !important;
  pointer-events: all;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 5; }
  @media (min-width: 1025px) {
    .nav {
      height: 100%;
      width: 100%; } }
  @media (max-width: 1024px) {
    .nav {
      height: 100%;
      width: 100%; } }
  .nav--hidden {
    opacity: 0;
    top: -100%; }
  .nav__background {
    align-items: center;
    background: #FFF;
    display: flex;
    height: 80px; }
    .nav__background .logo {
      display: flex;
      margin-left: 32px; }
      .nav__background .logo img {
        height: 56px; }
  .nav__container {
    display: flex;
    flex-direction: column;
    height: calc(100% - 80px);
    margin: 0px;
    position: absolute;
    width: 100%; }
  .nav__copyright {
    bottom: 17px;
    color: #363536;
    font-size: 16px;
    opacity: 0.75;
    position: absolute;
    right: 20px;
    transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (hover: hover) and (pointer: fine) {
      .nav__copyright:hover {
        opacity: 1; } }
  @media (min-width: 1025px) {
    .nav__footer {
      height: 60px; } }
  @media (max-width: 1024px) {
    .nav__footer {
      background: #104271;
      bottom: 0px;
      box-sizing: border-box;
      height: 70px;
      justify-content: space-between;
      padding: 0px 24px;
      position: absolute;
      width: 100%;
      z-index: 2; } }
  @media (min-width: 1025px) {
    .nav__footer .lang-list {
      color: #363536;
      bottom: 17px;
      left: 19px;
      position: absolute; } }
  @media (max-width: 1024px) {
    .nav__footer .lang-list {
      color: #FFF; } }
  .nav__footer .lang-list__item {
    cursor: pointer;
    font-family: "DinOffcPro";
    font-size: 15px;
    pointer-events: all; }
    @media (min-width: 1025px) {
      .nav__footer .lang-list__item {
        margin: 0px 5px; } }
    @media (max-width: 1024px) {
      .nav__footer .lang-list__item {
        margin: 0px 8px; } }
    .nav__footer .lang-list__item--active {
      font-family: "DinOffcProBold";
      pointer-events: none; }
    .nav__footer .lang-list__item:first-of-type:after {
      content: '|';
      font-family: "DinOffcPro";
      margin-left: 15px; }
  .nav__footer .lang-list img {
    display: none; }
  .nav__list {
    list-style: none;
    margin: 0px;
    overflow-x: hidden;
    padding: 0px;
    pointer-events: all; }
    .nav__list--root {
      overflow: hidden; }
      @media (min-width: 1025px) {
        .nav__list--root {
          display: flex; } }
    .nav__list--sub {
      display: none;
      overflow: hidden; }
      @media (min-width: 1025px) {
        .nav__list--sub {
          display: block !important;
          margin: -40px 0px -2px 24px; } }
      @media (max-width: 1024px) {
        .nav__list--sub {
          margin: -40px 0px -2px 32px; } }
  .nav__list-container {
    height: 100%;
    margin: 0px;
    width: 100%; }
    @media (min-width: 1025px) {
      .nav__list-container {
        align-items: center;
        display: flex;
        justify-content: center; } }
    @media (max-width: 1024px) {
      .nav__list-container {
        height: calc(100% - 70px);
        overflow-y: scroll; } }
  .nav__list-item {
    cursor: pointer;
    opacity: 1; }
    @media (min-width: 1025px) {
      .nav__list-item--category {
        margin: 0px 95px;
        position: relative; } }
    @media (min-width: 1025px) {
      .nav__list-item--category:nth-of-type(1):after, .nav__list-item--category:nth-of-type(2):after {
        background: #E8E8E8;
        content: '';
        height: 100%;
        left: calc(100% + 95px);
        position: absolute;
        top: 0px;
        width: 2px; } }
    .nav__list-item--level-1.nav__list-item--spot {
      margin: 24px 0px 24px 24px; }
    .nav__list-item--level-2 {
      color: #363536;
      font-family: "DinOffcProMedium";
      font-size: 20px;
      line-height: 27px;
      margin: 24px 0px; }
    .nav__list-item:hover, .nav__list-item--active {
      color: #104271; }
  .nav__list-item:last-of-type {
    margin-bottom: 0px; }
  .nav__list-item-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-family: "DinOffcProBold";
    transition: all 0.75s ease-in-out; }
    .nav__list-item-header--level-1 {
      color: #104271;
      font-family: "DinOffcProBold";
      font-size: 24px;
      line-height: 32px;
      margin: 40px 0px 40px 24px; }
  .nav__list-item-toggle {
    display: none; }
  .nav__social {
    width: 100%; }
    .nav__social div {
      color: #FFF;
      font-family: "DinOffcProMedium";
      font-size: 20px; }
      .nav__social div:last-of-type {
        margin-left: 10px; }
        @media (min-width: 375px) {
          .nav__social div:last-of-type {
            margin-left: 30px; } }
  .nav .os-theme-minimal-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:before {
    background: #104271;
    border-radius: 0;
    opacity: 1.0;
    width: 10px; }

.partners {
  align-items: flex-start;
  background: #FFF;
  color: #363536;
  cursor: default;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
  pointer-events: all;
  position: absolute;
  top: 0px;
  transition: top 0.75s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: 8; }
  @media (max-width: 1024px) {
    .partners {
      word-break: break-word; } }
  .partners a {
    color: #104271;
    font-family: "DinOffcProMedium";
    font-size: 20px;
    margin-bottom: 8px;
    max-width: calc(100% - 60px);
    text-decoration: underline; }
    .partners a:last-of-type {
      margin: 14px 0px 15px; }
  .partners h1 {
    font-family: "DinOffcProMedium";
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 12px; }
  .partners h2 {
    font-family: "DinOffcProMedium";
    font-size: 24px; }
    @media (max-width: 1024px) {
      .partners h2 {
        font-size: 18px; } }
  .partners h3 {
    font-family: "DinOffcProMedium";
    font-size: 16px; }
  .partners p {
    font-family: "DinOffcPro";
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0px; }
  .partners__close-button {
    position: absolute;
    right: 36px;
    top: 26px; }
  .partners__entry {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.07); }
  .partners__first {
    flex: 1;
    max-width: 800px; }
    @media (max-width: 1024px) {
      .partners__first {
        width: 100%; } }
  .partners__main {
    align-items: flex-start; }
    @media (min-width: 1025px) {
      .partners__main {
        height: 100%;
        overflow-y: auto;
        width: 100%; } }
    @media (max-width: 1024px) {
      .partners__main {
        box-sizing: border-box;
        flex-direction: column; } }
  .partners__row {
    align-items: flex-start;
    justify-content: flex-start; }
    @media (min-width: 1025px) {
      .partners__row {
        margin-bottom: 40px; } }
    @media (max-width: 1024px) {
      .partners__row {
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 20px; } }
    @media (min-width: 1025px) {
      .partners__row h2 {
        margin-bottom: -24px; } }
    @media (max-width: 1024px) {
      .partners__row h2 {
        margin-bottom: -14px; } }
    .partners__row img {
      height: 80px;
      margin: 6px;
      object-fit: contain;
      padding: 10px;
      width: 80px; }
      @media (max-width: 1024px) {
        .partners__row img {
          height: calc(50vw - 60px);
          margin: 8px;
          width: calc(50vw - 60px); } }
    @media (min-width: 1025px) {
      .partners__row img.double {
        height: 80px;
        width: 170px; } }
    @media (max-width: 1024px) {
      .partners__row img.double {
        width: calc(100% - 16px); } }
    @media (max-width: 1024px) {
      .partners__row--grouped {
        flex-direction: column; } }
    @media (max-width: 1024px) {
      .partners__row--grouped div:nth-of-type(1), .partners__row--grouped div:nth-of-type(2) {
        margin-bottom: 20px; } }
  .partners__second {
    flex: 1; }
    @media (min-width: 1025px) {
      .partners__second {
        margin-left: 40px; } }
    .partners__second img {
      max-width: 100%; }
  .partners__video {
    padding-bottom: 56.25%;
    position: relative;
    width: 100%; }
    .partners__video video {
      height: 100%;
      position: absolute;
      width: 100%; }
  @media (min-width: 1025px) {
    .partners__wrapper {
      height: calc(100% - 120px);
      left: 75px;
      margin-bottom: 40px;
      position: absolute;
      top: 120px;
      width: calc(100% - 75px); } }
  @media (max-width: 1024px) {
    .partners__wrapper {
      box-sizing: border-box;
      height: calc(100% - 120px);
      margin-bottom: 40px;
      padding: 0px 24px;
      position: absolute;
      top: 120px;
      width: 100%; } }
  .partners__bedrifjspartners, .partners__kennispartners, .partners__opleidingspartners {
    flex: 1; }
    .partners__bedrifjspartners img, .partners__kennispartners img, .partners__opleidingspartners img {
      box-sizing: border-box; }
  .partners .logo {
    left: 32px;
    position: absolute;
    top: 10px; }
    .partners .logo img {
      height: 56px; }
  .partners--hidden {
    pointer-events: none;
    opacity: 0;
    top: -100%; }
    .partners--hidden a {
      pointer-events: none; }
  .partners--hidden .partners__close-button {
    pointer-events: none; }

.path-menu-button {
  background: #104271;
  bottom: 0px;
  font-family: "DinOffcProBold";
  font-size: 16px;
  height: 48px;
  position: absolute;
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: 3; }
  @media (min-width: 1025px) {
    .path-menu-button {
      display: none; } }
  .path-menu-button--hidden {
    opacity: 0;
    pointer-events: none; }

.path-menu {
  position: absolute;
  transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1) 0.5s, all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  z-index: 2; }
  @media (min-width: 1025px) {
    .path-menu {
      align-items: stretch;
      bottom: 40px; } }
  @media (max-width: 1024px) {
    .path-menu {
      align-items: center;
      bottom: 62px;
      flex-direction: column;
      height: 100%;
      justify-content: flex-end;
      opacity: 1; } }
  .path-menu__option {
    background: #104271;
    display: flex;
    margin: 0px 20px; }
    @media (min-width: 1025px) {
      .path-menu__option {
        flex-direction: column;
        width: 256px; } }
    @media (max-width: 1024px) {
      .path-menu__option {
        margin: 10px 0px;
        max-width: 500px;
        width: calc(100% - 32px); } }
    @media (min-width: 1025px) {
      .path-menu__option .button {
        width: 100%; } }
    @media (max-width: 1024px) {
      .path-menu__option .button {
        width: 48px; } }
    .path-menu__option h1 {
      font-family: "DinOffcProMedium";
      font-size: 20px;
      line-height: 18px; }
      @media (min-width: 1025px) {
        .path-menu__option h1 {
          margin: 64px 0px 10px; } }
      @media (max-width: 1024px) {
        .path-menu__option h1 {
          margin-bottom: 5px; } }
    @media (min-width: 1025px) {
      .path-menu__option img {
        position: absolute;
        top: 30px;
        transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1); } }
    @media (max-width: 1024px) {
      .path-menu__option img {
        padding: 38px 24px 36px; } }
    .path-menu__option p {
      font-family: "DinOffcPro";
      font-size: 14px;
      line-height: 18px; }
    .path-menu__option:hover img {
      top: 24px; }
  @media (min-width: 1025px) {
    .path-menu__option-content {
      flex: 1;
      flex-direction: column;
      padding: 30px 16px 22px;
      text-align: center; } }
  @media (max-width: 1024px) {
    .path-menu__option-content {
      text-align: left;
      width: 100%; } }
  @media (max-width: 1024px) {
    .path-menu__text {
      display: flex;
      flex-direction: column;
      margin-right: 16px;
      margin-top: 4px; } }
  @media (min-width: 1025px) {
    .path-menu--hidden {
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1); } }
  @media (max-width: 1024px) {
    .path-menu--hidden {
      bottom: -100%;
      opacity: 0; } }
  .path-menu--hidden .path-menu__option {
    pointer-events: none; }
  .path-menu--hidden * {
    pointer-events: none !important; }

.social {
  bottom: 16px;
  position: absolute;
  right: 16px;
  transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1) 0.5s; }
  .social div {
    font-family: "DinOffcProMedium";
    font-size: 16px;
    margin: 0px 10px; }
    .social div:hover {
      font-family: "DinOffcProBold"; }
    .social div:last-of-type {
      margin-right: 18px; }
  .social--hidden {
    opacity: 0;
    pointer-events: none; }

.tutorial {
  background: rgba(54, 53, 54, 0.8);
  flex-direction: column;
  height: calc(100% - 100px);
  position: absolute;
  top: 100px;
  transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%; }
  .tutorial span {
    font-family: "DinOffcProMedium";
    font-size: 20px;
    line-size: 27px;
    margin-top: 16px; }
  .tutorial--hidden {
    opacity: 0;
    pointer-events: none; }

.visitor-path {
  bottom: 0px;
  pointer-events: none;
  position: absolute;
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%; }
  @media (min-width: 1025px) {
    .visitor-path {
      align-items: center;
      display: flex;
      justify-content: center; } }
  .visitor-path .less-info-button {
    background: #104271;
    padding: 10px 24px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0px;
    transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1);
    width: 24px; }
  .visitor-path .more-info-button {
    position: absolute;
    top: -22px; }
  .visitor-path .more-info {
    height: 0px;
    pointer-events: all;
    transition: height 0.75s cubic-bezier(0.86, 0, 0.07, 1); }
    .visitor-path .more-info .more-info__text-container {
      background: #FFF;
      color: #363536; }
      .visitor-path .more-info .more-info__text-container .info__description {
        padding: 24px 16px; }
  .visitor-path .visitor-path-title {
    font-family: "DinOffcProBold";
    font-size: 18px;
    line-height: 24px;
    margin: 23px 16px;
    text-align: center; }
  .visitor-path--more-info .less-info-button {
    opacity: 1;
    pointer-events: all; }
  .visitor-path--more-info .more-info__text-container {
    max-height: 100%; }
  .visitor-path--more-info .visitor-path-steppers__prev, .visitor-path--more-info .visitor-path-steppers__next {
    opacity: 0;
    pointer-events: none; }

.visitor-path-steppers {
  transition: all 0.75s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 1025px) {
    .visitor-path-steppers {
      width: 330px; } }
  @media (max-width: 1024px) {
    .visitor-path-steppers {
      background: #104271;
      width: 100%; } }
  .visitor-path-steppers__prev {
    display: flex;
    left: 0px;
    padding: 0px 18px;
    transform: rotate(180deg);
    transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1); }
    .visitor-path-steppers__prev--disabled {
      opacity: 0;
      pointer-events: none; }
  .visitor-path-steppers__next {
    display: flex;
    right: 0px;
    padding: 0px 18px;
    transition: opacity 0.75s cubic-bezier(0.86, 0, 0.07, 1); }
    .visitor-path-steppers__next--disabled {
      opacity: 0;
      pointer-events: none; }
  .visitor-path-steppers--hidden {
    opacity: 0;
    pointer-events: none; }

@keyframes landing {
  0% {
    bottom: 0px; }
  100% {
    bottom: 100%; } }

@keyframes landing-content {
  0% {
    height: 344px;
    width: 256px; }
  100% {
    height: 100%;
    margin-top: 0px;
    width: 100%; } }

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

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

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

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

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