/*
@font-face {
    font-family: 'PoppinsBold';
	src: url('../tour/fonts/Poppins-Bold.ttf');	   
}
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  padding: 0px; }

html {
  height: 100%; }

body {
  background-color: #FCCBC1;
  color: #fff;
  font-family: "Arial";
  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%; }

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

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

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

.button {
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  white-space: nowrap; }
  .button:hover {
    background: #000;
    color: #fff; }

.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: 8; }
  .copy-modal-v5-wrapper__container {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .copy-modal-v5-wrapper__content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .copy-modal-v5-wrapper__mask {
    height: 100%;
    position: absolute;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5-wrapper__mask {
        background: rgba(0, 0, 0, 0.5); } }
    @media (max-width: 1024px) {
      .copy-modal-v5-wrapper__mask {
        background: rgba(0, 0, 0, 0.8); } }
  .copy-modal-v5-wrapper--hidden {
    opacity: 0;
    pointer-events: none; }
    .copy-modal-v5-wrapper--hidden * {
      pointer-events: none !important; }

.copy-modal-v5 {
  background: #fff;
  color: #000;
  overflow: hidden;
  pointer-events: all;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 1025px) {
    .copy-modal-v5 {
      max-height: 80vh;
      position: relative;
      width: 920px; } }
  @media (max-width: 1024px) {
    .copy-modal-v5 {
      bottom: 0px;
      height: 100%;
      position: absolute;
      width: 100%; } }
  .copy-modal-v5__close-button {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1; }
    @media (max-width: 1024px) {
      .copy-modal-v5__close-button {
        width: 48px; } }
  .copy-modal-v5__first {
    box-sizing: border-box;
    flex-direction: column;
    position: relative;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__first {
        height: 500px;
        max-height: 50vh; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__first {
        height: 200px; } }
    .copy-modal-v5__first video {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .copy-modal-v5__gallery {
    align-items: center;
    background: #000;
    display: flex;
    justify-content: center;
    position: relative; }
    @media (min-width: 1025px) {
      .copy-modal-v5__gallery {
        height: 500px;
        max-height: 50vh; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__gallery {
        height: 200px; } }
    .copy-modal-v5__gallery > img {
      height: 100%; }
  .copy-modal-v5__gallery-controls {
    bottom: 0px;
    height: 40px;
    position: absolute;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__gallery-controls {
        justify-content: space-between; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__gallery-controls {
        justify-content: center; } }
  .copy-modal-v5__gallery-main {
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    .copy-modal-v5__gallery-main--hidden {
      opacity: 0; }
  .copy-modal-v5__gallery-next {
    transform: scaleX(-1); }
    @media (min-width: 1025px) {
      .copy-modal-v5__gallery-next {
        margin-bottom: calc(min(50%,50vh) - 40px); } }
    @media (max-width: 1024px) {
      .copy-modal-v5__gallery-next {
        bottom: 80px;
        position: absolute;
        right: 0px; } }
  @media (min-width: 1025px) {
    .copy-modal-v5__gallery-prev {
      margin-bottom: calc(min(50%,50vh) - 40px); } }
  @media (max-width: 1024px) {
    .copy-modal-v5__gallery-prev {
      bottom: 80px;
      left: 0px;
      position: absolute; } }
  .copy-modal-v5__gallery-thumbnail {
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    height: 10px;
    margin: 0px 10px;
    pointer-events: all;
    transform: scale(0.6);
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    width: 10px; }
    .copy-modal-v5__gallery-thumbnail img {
      display: none; }
    .copy-modal-v5__gallery-thumbnail:hover, .copy-modal-v5__gallery-thumbnail--active {
      background: radial-gradient(circle, white 0%, white 19%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.2) 99%, rgba(255, 255, 255, 0) 100%);
      transform: scale(1); }
  .copy-modal-v5__main {
    box-sizing: border-box;
    cursor: default;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    right: 0px;
    top: 0px;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__main {
        height: 100%;
        max-height: 80vh; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__main {
        height: 100%; } }
  .copy-modal-v5__second {
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start; }
    @media (min-width: 1025px) {
      .copy-modal-v5__second {
        padding: 40px 80px;
        width: 100%; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__second {
        box-sizing: border-box;
        height: calc(100% - 200px);
        padding: 40px 24px 24px;
        width: 100%; } }
  .copy-modal-v5__scrollable {
    height: 100%;
    overflow-y: auto;
    width: 100%; }
    @media (min-width: 1025px) {
      .copy-modal-v5__scrollable {
        max-height: calc(80vh - min(50vh,500px) - 80px);
        padding-right: 80px; } }
    @media (max-width: 1024px) {
      .copy-modal-v5__scrollable {
        padding-right: 24px; } }
  .copy-modal-v5 h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 31px; }
  .copy-modal-v5 h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .copy-modal-v5 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px; }
  .copy-modal-v5 video {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%; }
  @media (min-width: 1025px) {
    .copy-modal-v5--artist .copy-modal-v5__first {
      width: 40%; } }
  .copy-modal-v5--artist .copy-modal-v5__first img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%; }
  @media (min-width: 1025px) {
    .copy-modal-v5--artist .copy-modal-v5__main {
      flex-direction: row; } }
  @media (min-width: 1025px) {
    .copy-modal-v5--artist .copy-modal-v5__scrollable {
      max-height: calc(min(500px,80vh) - 160px); } }
  @media (max-width: 1024px) {
    .copy-modal-v5--artist .copy-modal-v5__scrollable {
      max-height: 100%; } }
  @media (min-width: 1025px) {
    .copy-modal-v5--artist .copy-modal-v5__second {
      max-height: 500px;
      padding: 80px;
      width: 60%; } }
  @media (max-width: 1024px) {
    .copy-modal-v5--artist .copy-modal-v5__second {
      padding: 40px 24px 24px; } }
  @media (min-width: 1025px) {
    .copy-modal-v5--no-photo .copy-modal-v5__first {
      width: 0%; } }
  @media (min-width: 1025px) {
    .copy-modal-v5--no-photo .copy-modal-v5__main {
      flex-direction: row; } }
  @media (min-width: 1025px) {
    .copy-modal-v5--no-photo .copy-modal-v5__scrollable {
      max-height: calc(min(500px,80vh) - 160px); } }
  @media (max-width: 1024px) {
    .copy-modal-v5--no-photo .copy-modal-v5__scrollable {
      max-height: 100%; } }
  @media (min-width: 1025px) {
    .copy-modal-v5--no-photo .copy-modal-v5__second {
      max-height: 500px;
      padding: 80px;
      width: 100%; } }
  @media (max-width: 1024px) {
    .copy-modal-v5--no-photo .copy-modal-v5__second {
      height: 100%;
      max-height: 100%;
      padding: 48px 24px 24px; } }
  .copy-modal-v5--video {
    background: #000; }
    @media (min-width: 1025px) {
      .copy-modal-v5--video {
        height: calc(min(1280px, 90vw) / 16 * 9);
        width: calc(min(1280px, 90vw)); } }
  .copy-modal-v5--video .copy-modal-v5__first {
    margin-top: -100px;
    top: 50%; }

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

.gui-static {
  height: 100%;
  position: absolute;
  width: 100%; }
  .gui-static__top-shadow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 82.5%);
    height: 104px;
    position: absolute;
    top: 0px;
    width: 100%; }

.header {
  box-sizing: border-box;
  cursor: default;
  left: 0px;
  justify-content: space-between;
  padding: 0px 24px;
  pointer-events: all;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2; }
  @media (min-width: 1025px) {
    .header {
      height: 104px; } }
  @media (max-width: 1024px) {
    .header {
      background: #fff;
      height: 80px; } }
  .header a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (max-width: 1024px) {
      .header a {
        color: #000; } }
    .header a:hover {
      text-decoration: none; }
  .header div {
    text-align: center; }
    @media (min-width: 1025px) {
      .header div {
        width: 160px; } }

.hotspot-v2 {
  height: 32px;
  margin: -16px 0px 0px -16px;
  position: relative;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 32px; }
  .hotspot-v2__icon {
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 2; }
    .hotspot-v2__icon svg {
      fill: #541409;
      width: 12px; }
  .hotspot-v2__icon-over {
    opacity: 0;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 3; }
  .hotspot-v2__shape-1 {
    background: #FCCBC1;
    border-radius: 32px;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .hotspot-v2__shape-2 {
    background: #541409;
    border-radius: 32px;
    left: -6px;
    padding: 13px 16px 13px 54px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 1; }
  .hotspot-v2__title {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap; }
  .hotspot-v2--custom-icon {
    height: 44px;
    margin: -22px 0px 0px -22px;
    width: 44px; }
  .hotspot-v2--custom-icon .hotspot-v2__shape-1 {
    background: #fff; }
  .hotspot-v2--custom-icon .hotspot-v2__shape-2 {
    background: #541409;
    border-radius: 44px;
    height: 100%;
    left: 0px;
    padding: 0px;
    width: 100%;
    z-index: 3; }
  .hotspot-v2:hover .hotspot-v2__icon, .hotspot-v2--tapped .hotspot-v2__icon {
    opacity: 0; }
  .hotspot-v2:hover .hotspot-v2__icon-over, .hotspot-v2--tapped .hotspot-v2__icon-over {
    opacity: 1; }
  .hotspot-v2:hover .hotspot-v2__shape-2, .hotspot-v2--tapped .hotspot-v2__shape-2 {
    opacity: 1;
    pointer-events: all; }
  .hotspot-v2--minified {
    transform: scale(0.01); }

.info {
  background: #FCCBC1;
  bottom: 48px;
  box-sizing: border-box;
  color: #541409;
  cursor: default;
  left: 0px;
  max-height: calc(100% - 48px);
  pointer-events: all;
  position: absolute;
  transition: all 0.85s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 3; }
  @media (min-width: 1025px) {
    .info {
      padding: 32px 48px;
      width: 516px; } }
  @media (max-width: 1024px) {
    .info {
      padding: 20px 24px 15px;
      width: 100%; } }
  .info__description {
    color: #000;
    height: 1px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow-y: hidden;
    transition: all 0.85s cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%; }
    @media (min-width: 1025px) {
      .info__description {
        padding-right: 48px; } }
    @media (max-width: 1024px) {
      .info__description {
        padding-right: 24px; } }
  .info__subtitle {
    font-weight: 400;
    text-decoration: underline; }
    @media (min-width: 1025px) {
      .info__subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px; } }
    @media (max-width: 1024px) {
      .info__subtitle {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 6px; } }
  .info__title {
    font-weight: 700;
    color: #000;
    transition: all 0.85s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .info__title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 16px; } }
    @media (max-width: 1024px) {
      .info__title {
        font-size: 16px;
        line-height: 19px; } }
  .info .hide-more-button {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    padding: 20px 10px;
    pointer-events: none;
    transition: all 0.85s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .info .hide-more-button {
        right: 28px;
        top: 18px; } }
    @media (max-width: 1024px) {
      .info .hide-more-button {
        right: 5px;
        top: 11px; } }
  .info .show-more-button {
    font-size: 15px;
    height: 18px;
    transition: all 0.85s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (max-width: 1024px) {
      .info .show-more-button {
        position: absolute;
        right: 19px;
        top: 15px; } }
    @media (min-width: 1025px) {
      .info .show-more-button img {
        margin-right: 14px; } }
    @media (max-width: 1024px) {
      .info .show-more-button span {
        display: none; } }
  @media (min-width: 1025px) {
    .info--expanded {
      padding-top: 88px; } }
  @media (max-width: 1024px) {
    .info--expanded {
      padding-top: 52px; } }
  .info--expanded .hide-more-button {
    opacity: 1;
    pointer-events: all; }
  .info--expanded .show-more-button {
    height: 0px;
    opacity: 0;
    pointer-events: none !important; }
  .info--expanded .info__description {
    height: 100vh;
    overflow-y: auto; }
  @media (max-width: 1024px) {
    .info--expanded .info__title {
      margin-bottom: 16px; } }

.landing {
  background: #fff;
  color: #fff;
  cursor: default;
  overflow-y: overlay;
  overflow-x: hidden;
  pointer-events: all;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 7; }
  @media (max-width: 1024px) {
    .landing {
      height: calc(100% - 80px);
      top: 80px; } }
  .landing h1 {
    font-weight: 700; }
    @media (min-width: 1025px) {
      .landing h1 {
        font-size: 64px;
        margin-bottom: 16px; } }
    @media (max-width: 1024px) {
      .landing h1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px; } }
  .landing__contact {
    gap: 16px; }
    .landing__contact a span {
      text-decoration: underline; }
    .landing__contact img {
      margin-bottom: 16px; }
  .landing__copyright {
    bottom: 16px;
    font-size: 12px;
    font-weight: 400;
    left: 72px;
    position: absolute; }
  .landing__links {
    gap: 32px; }
    @media (max-width: 1024px) {
      .landing__links {
        width: calc(100% - 16px); } }
    .landing__links a, .landing__links div {
      align-items: center;
      cursor: pointer;
      display: flex;
      font-size: 24px;
      font-weight: 700;
      justify-content: center;
      pointer-events: all; }
      @media (max-width: 1024px) {
        .landing__links a, .landing__links div {
          justify-content: space-between;
          width: 100%; } }
      .landing__links a span, .landing__links div span {
        transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
        width: 148px; }
      .landing__links a:hover span, .landing__links div:hover span {
        width: 164px; }
  .landing__scroll {
    background: #fff;
    bottom: 0px;
    color: #541409;
    font-size: 16px;
    font-weight: 400;
    left: 0px;
    padding: 24px 24px 24px 30px;
    position: absolute; }
    @media (max-width: 1024px) {
      .landing__scroll {
        display: none; } }
    .landing__scroll img {
      margin-right: 14px; }
  .landing__section-1 {
    background-color: #ABB541;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100vw; }
    @media (min-width: 1025px) {
      .landing__section-1 {
        background-image: url("/tour/img/landing.svg");
        background-position: 15% 60%;
        background-size: 100%; } }
    @media (max-width: 1024px) {
      .landing__section-1 {
        background-image: url("/tour/img/landing-mobile.svg");
        background-size: calc(100% - 6px); } }
    .landing__section-1 h1 {
      font-weight: 700; }
      @media (min-width: 1025px) {
        .landing__section-1 h1 {
          font-size: 32px;
          line-height: 37px;
          margin-bottom: 8px; } }
      @media (max-width: 1024px) {
        .landing__section-1 h1 {
          font-size: 20px;
          line-height: 23px;
          text-transform: uppercase; } }
    .landing__section-1 h2 {
      font-size: 32px;
      line-height: 37px;
      font-weight: 400; }
      @media (max-width: 1024px) {
        .landing__section-1 h2 {
          display: none; } }
    .landing__section-1__text {
      position: absolute; }
      @media (min-width: 1025px) {
        .landing__section-1__text {
          bottom: 24px;
          left: 320px;
          max-width: 512px; } }
      @media (max-width: 1024px) {
        .landing__section-1__text {
          bottom: 80px;
          left: 16px;
          max-width: 220px; } }
  .landing__section-2 {
    box-sizing: border-box;
    color: #000;
    width: 100%; }
    @media (min-width: 1025px) {
      .landing__section-2 {
        padding: 120px 183px 0px; } }
    @media (max-width: 1024px) {
      .landing__section-2 {
        padding: 64px 24px 0px; } }
    @media (max-width: 1024px) {
      .landing__section-2 h1 {
        font-size: 40px;
        line-height: 46px; } }
    .landing__section-2 p {
      font-weight: 400; }
      @media (min-width: 1025px) {
        .landing__section-2 p {
          font-size: 24px;
          line-height: 39px;
          margin-bottom: 40px;
          max-width: 850px; } }
      @media (max-width: 1024px) {
        .landing__section-2 p {
          font-size: 20px;
          line-height: 32px;
          margin-bottom: 24px; } }
  .landing__section-3 {
    box-sizing: border-box;
    color: #000;
    width: 100%; }
    @media (min-width: 1025px) {
      .landing__section-3 {
        padding: 160px 183px 0px; } }
    @media (max-width: 1024px) {
      .landing__section-3 {
        padding: 80px 24px 0px; } }
  .landing__section-4 {
    box-sizing: border-box;
    color: #000;
    width: 100%; }
    @media (min-width: 1025px) {
      .landing__section-4 {
        padding: 150px 183px 160px; } }
    @media (max-width: 1024px) {
      .landing__section-4 {
        padding: 80px 24px 80px; } }
    @media (max-width: 1024px) {
      .landing__section-4 > div {
        flex-direction: column; } }
    .landing__section-4 > div > div {
      max-width: 700px; }
    .landing__section-4 h2 {
      font-weight: 700;
      margin-bottom: 16px; }
      @media (min-width: 1025px) {
        .landing__section-4 h2 {
          font-size: 32px; } }
      @media (max-width: 1024px) {
        .landing__section-4 h2 {
          font-size: 20px;
          text-transform: uppercase; } }
    @media (min-width: 1025px) {
      .landing__section-4 img {
        margin-right: 80px;
        width: 300px; } }
    @media (max-width: 1024px) {
      .landing__section-4 img {
        margin-bottom: 16px;
        width: 100%; } }
    .landing__section-4 p {
      font-size: 18px;
      font-weight: 400;
      line-height: 29px; }
  .landing__section-5 {
    background: #000;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    width: 100%; }
    @media (min-width: 1025px) {
      .landing__section-5 {
        padding: 68px 183px 128px; } }
    @media (max-width: 1024px) {
      .landing__section-5 {
        padding: 80px 40px 200px; } }
    @media (min-width: 1025px) {
      .landing__section-5 > div {
        gap: 100px; } }
    @media (max-width: 1024px) {
      .landing__section-5 > div {
        flex-direction: column-reverse;
        gap: 105px;
        line-height: 24px; } }
    .landing__section-5 > img {
      position: absolute; }
      @media (min-width: 1025px) {
        .landing__section-5 > img {
          right: 72px;
          top: 0px; } }
      @media (max-width: 1024px) {
        .landing__section-5 > img {
          bottom: 100px;
          right: 40px; } }
  @media (min-width: 1025px) {
    .landing__showcase {
      margin-left: -16px; } }
  .landing__showcase--en {
    cursor: url("/tour/img/cursors/en.svg"), auto; }
  .landing__showcase--fr {
    cursor: url("/tour/img/cursors/fr.svg"), auto; }
  .landing__showcase--nl {
    cursor: url("/tour/img/cursors/nl.svg"), auto; }
  .landing__showcase-item {
    color: #000;
    pointer-events: all;
    position: relative;
    text-align: center; }
    @media (min-width: 1025px) {
      .landing__showcase-item {
        margin-right: 48px;
        width: 400px; } }
    @media (max-width: 1024px) {
      .landing__showcase-item {
        margin-right: 32px;
        width: 310px; } }
    .landing__showcase-item h1 {
      text-transform: uppercase; }
      @media (min-width: 1025px) {
        .landing__showcase-item h1 {
          font-size: 20px;
          line-height: 24px; } }
      @media (max-width: 1024px) {
        .landing__showcase-item h1 {
          font-size: 18px;
          line-height: 22px; } }
    .landing__showcase-item h2 {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 2px;
      text-transform: uppercase; }
    .landing__showcase-item img {
      box-sizing: border-box;
      margin-bottom: 12px;
      object-fit: cover;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
      @media (min-width: 1025px) {
        .landing__showcase-item img {
          border: 16px solid #fff;
          height: 400px;
          width: 400px; } }
      @media (max-width: 1024px) {
        .landing__showcase-item img {
          height: 310px;
          width: 310px; } }
    @media (hover: hover) and (pointer: fine) {
      .landing__showcase-item:hover img {
        border: 16px solid #FCCBC1; } }
  .landing__start {
    box-sizing: border-box;
    cursor: pointer;
    justify-content: space-between;
    pointer-events: all;
    position: fixed;
    transition: padding 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .landing__start {
        background: #FCCBC1;
        bottom: 0px;
        color: #541409;
        padding: 72px 46px 24px 24px;
        right: 0px;
        width: 294px; } }
    @media (max-width: 1024px) {
      .landing__start {
        background: #541409;
        bottom: 16px;
        color: #FCCBC1;
        left: 16px;
        padding: 20px 0px;
        width: calc(100% - 32px); } }
    @media (max-width: 1024px) {
      .landing__start img {
        display: none; } }
    .landing__start span {
      font-size: 20px;
      font-weight: 700;
      line-height: 24px; }
      @media (min-width: 1025px) {
        .landing__start span {
          max-width: 128px; } }
      @media (max-width: 1024px) {
        .landing__start span {
          text-align: center;
          width: 100%; } }
    @media (hover: hover) and (pointer: fine) {
      .landing__start:hover {
        padding: 72px 40px 24px 24px; } }

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

.lang-switcher {
  border: 1px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  gap: 0px !important;
  padding: 8px 0px;
  pointer-events: all;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 128px; }
  @media (min-width: 1025px) {
    .lang-switcher {
      right: 183px;
      top: 68px; } }
  @media (max-width: 1024px) {
    .lang-switcher {
      bottom: 100px;
      flex-direction: row-reverse !important;
      left: 40px; } }
  .lang-switcher__arrow {
    margin-bottom: 4px; }
    @media (min-width: 1025px) {
      .lang-switcher__arrow {
        margin-left: 14px; } }
    @media (max-width: 1024px) {
      .lang-switcher__arrow {
        margin-right: 14px; } }
  .lang-switcher__flag {
    display: none; }

.lang-list {
  box-sizing: border-box;
  pointer-events: all;
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
  @media (min-width: 1025px) {
    .lang-list {
      background: rgba(255, 255, 255, 0.1);
      right: 183px;
      top: 107px; } }
  @media (max-width: 1024px) {
    .lang-list {
      background: #1b1b1b;
      bottom: 148px;
      left: 40px; } }
  .lang-list__flag {
    display: none; }
  .lang-list__item {
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0px;
    width: 128px; }
    @media (min-width: 1025px) {
      .lang-list__item {
        padding-right: 40px;
        text-align: right; } }
    @media (max-width: 1024px) {
      .lang-list__item {
        padding-left: 40px;
        text-align: left; } }
    .lang-list__item--active {
      display: none; }
  .lang-list--hidden {
    opacity: 0;
    pointer-events: none; }

/*
.menu {
    background: $color-2;
    color: $color-4;
    pointer-events: all;
    transition: all $duration $easing;
    z-index: index($zIndices, 'menu');

    &__footer, &__main {
        padding: 0px 40px;
    }

    &__footer {
        margin-top: 80px;

        span:first-child {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            display: block;
            margin-bottom: 12px;
            padding: 12px 0px;
            width: 100%;
        }

        span:nth-child(2) {
            font-size: 14px;
            font-weight: 400;

            strong {
                font-size: 16px;
                font-weight: 700;
            }
        }
    }

    &__header {
        box-sizing: border-box;
        height: 80px;
        justify-content: space-between;
        padding: 0px 24px;
        width: 100%;
    }

    &__main {
        gap: 40px;
        margin-top: 50px;

        & > a, & > div {
            font-size: 32px;
            font-weight: 700;
            line-height: 37px;
        }
    }

    &__sub {
        box-sizing: border-box;
        justify-content: space-between;
        padding: 0px 24px;
        width: 100%;

        a {
            font-size: 12px;
            font-weight: 400;
            text-decoration: underline;
        }

        span {
            font-size: 14px;
            font-weight: 400;
        }
    }

    a {
        color: $color-4;
    }
}
*/
.nav-button {
  align-items: center;
  background: #541409;
  bottom: 0px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  height: 48px;
  left: 0px;
  padding: 0px 19px;
  position: absolute;
  z-index: 4; }
  @media (min-width: 1025px) {
    .nav-button {
      width: 516px; } }
  @media (max-width: 1024px) {
    .nav-button {
      width: 100%; } }
  .nav-button img {
    margin-right: 13px; }

.nav-close-button {
  align-items: center;
  background: #541409;
  bottom: 0px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  height: 48px;
  left: 0px;
  padding: 0px 19px;
  position: absolute;
  width: 100%; }
  .nav-close-button img {
    margin-right: 13px; }

.nav {
  background: #2A0A04;
  cursor: default;
  height: 100%;
  left: 0px;
  pointer-events: all;
  position: absolute;
  top: 0%;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 5; }
  @media (min-width: 1025px) {
    .nav {
      width: 516px; } }
  @media (max-width: 1024px) {
    .nav {
      width: 100%; } }
  @media (min-width: 1025px) {
    .nav__container {
      height: calc(100% - 133px);
      margin-top: 85px;
      padding: 0px 48px; } }
  @media (max-width: 1024px) {
    .nav__container {
      height: calc(100% - 117px);
      margin-top: 69px;
      padding: 0px 24px; } }
  .nav__header {
    box-sizing: border-box;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%; }
    @media (min-width: 1025px) {
      .nav__header {
        height: 85px;
        padding-left: 48px;
        padding-top: 40px; } }
    @media (max-width: 1024px) {
      .nav__header {
        height: 69px;
        padding-left: 24px;
        padding-top: 24px; } }
    .nav__header h1 {
      font-size: 24px;
      font-weight: 700; }
  .nav__list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    pointer-events: all; }
    .nav__list--root {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: flex-start; }
    .nav__list--sub {
      display: block !important; }
  .nav__list-container {
    overflow-y: auto;
    width: 100%; }
    @media (min-width: 1025px) {
      .nav__list-container {
        height: calc(100% - 48px);
        padding-right: 48px; } }
    @media (max-width: 1024px) {
      .nav__list-container {
        height: calc(100% - 24px);
        padding-right: 24px; } }
  .nav__list-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    @media (min-width: 1025px) {
      .nav__list-item {
        padding: 40px 0px; } }
    @media (max-width: 1024px) {
      .nav__list-item {
        padding: 32px 0px; } }
    .nav__list-item > div {
      align-items: center;
      justify-content: space-between;
      pointer-events: none; }
      @media (min-width: 1025px) {
        .nav__list-item > div > div {
          max-width: 320px; } }
      @media (max-width: 1024px) {
        .nav__list-item > div > div {
          max-width: calc(100vw - 128px); } }
    .nav__list-item img {
      margin-right: 16px;
      opacity: 0.5;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); }
    .nav__list-item span:first-child {
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 19px;
      margin-bottom: 4px;
      opacity: 0.7; }
    .nav__list-item--active img, .nav__list-item:hover img {
      margin-right: 0px; }
    .nav__list-item--active span:nth-child(2), .nav__list-item:hover span:nth-child(2) {
      color: #FCCBC1; }
  .nav--hidden {
    top: 100%; }

.pano-stepper {
  position: absolute;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 6; }
  @media (min-width: 1025px) {
    .pano-stepper {
      bottom: 24px;
      right: 24px; } }
  @media (max-width: 1024px) {
    .pano-stepper {
      bottom: 0px;
      right: 18px; } }
  @media (min-width: 1025px) {
    .pano-stepper__next, .pano-stepper__prev {
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid #fff;
      padding: 29px 23px;
      transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1); } }
  @media (max-width: 1024px) {
    .pano-stepper__next, .pano-stepper__prev {
      padding: 18px 12px; } }
  @media (hover: hover) and (pointer: fine) {
    .pano-stepper__next:hover, .pano-stepper__prev:hover {
      background: rgba(255, 255, 255, 0.15); } }
  @media (min-width: 1025px) {
    .pano-stepper__prev {
      margin-right: 4px; } }
  .pano-stepper__prev img {
    transform: scaleX(-1); }

* {
  scrollbar-width: thin;
  scrollbar-color: #FCCBC1 #541409; }

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

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

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