header {
  z-index: 2000 !important;
}
html {
  overflow: hidden;
  width: 100vw;
}
.container.tour {
  position: relative;
}
.container.tour .navigation {
  pointer-events: auto;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  z-index: 791;
  left: calc(50% + 420px);
}
@media (orientation: landscape) and (max-height: 700px) and (min-height: 600px) {
  .container.tour .navigation {
    left: calc(40% + 420px);
  }
}
@media (max-width: 1024px) {
  .container.tour .navigation {
    display: none;
  }
}
.container.tour .navigation ul {
  list-style-type: none;
}
.container.tour .navigation ul li {
  list-style-type: none;
}
.container.tour .navigation ul li a {
  text-decoration: none;
  font-size: 12px;
  color: lightgray;
  text-transform: lowercase;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: auto;
}
.container.tour .navigation ul li:before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background-color: lightgray;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.container.tour .navigation ul li.active a {
  color: #3f3277;
  font-weight: 700;
}
.container.tour .navigation ul li.active:before {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  background-color: #3f3277;
}
.container.tour .section {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .container.tour .section.fp-auto-height-responsive .intro {
    height: 100vh !important;
  }
  .container.tour .section.fp-auto-height-responsive .myContent {
    height: 200vh !important;
  }
}
.container.tour .section .intro {
  background-color: white;
  position: relative;
  z-index: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .container.tour .section .intro {
    padding-top: 0px;
  }
}
@media (max-width: 1024px) {
  .container.tour .section .myContent {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200vh;
  }
}
.container.tour .section .footer {
  min-height: 100%;
  height: auto;
}
.container.tour .section .myContent,
.container.tour .section .intro {
  height: 100%;
}
.container.tour .section .myContent .image,
.container.tour .section .intro .image {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  z-index: 700;
  right: calc(40% + 50px);
  top: 0;
}
@media (max-width: 1259px) {
  .container.tour .section .myContent .image,
  .container.tour .section .intro .image {
    right: unset;
    left: -40px;
    top: 30px;
  }
}
@media (max-width: 1024px) {
  .container.tour .section .myContent .image,
  .container.tour .section .intro .image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: unset;
    left: unset;
    top: 22px;
    width: 1000%;
    max-width: 840px;
  }
}
.container.tour .section .myContent .image .image-inner,
.container.tour .section .intro .image .image-inner {
  width: 847px;
  height: 636px;
  border-radius: 10px;
  overflow: hidden;
}
@media (orientation: landscape) and (max-height: 700px) and (min-height: 600px) {
  .container.tour .section .myContent .image .image-inner,
  .container.tour .section .intro .image .image-inner {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: -20px;
  }
}
@media (max-width: 1024px) {
  .container.tour .section .myContent .image .image-inner,
  .container.tour .section .intro .image .image-inner {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@media (max-width: 425px) {
  .container.tour .section .myContent .image .image-inner,
  .container.tour .section .intro .image .image-inner {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.container.tour .section .myContent .image .image-inner img,
.container.tour .section .intro .image .image-inner img {
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
}
.container.tour .section .myContent .showcase,
.container.tour .section .intro .showcase {
  width: 400px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  z-index: 720;
  left: 50%;
  max-width: 100%;
}
@media (orientation: landscape) and (max-height: 700px) and (min-height: 600px) {
  .container.tour .section .myContent .showcase,
  .container.tour .section .intro .showcase {
    left: 40%;
  }
}
@media (max-width: 1024px) {
  .container.tour .section .myContent .showcase,
  .container.tour .section .intro .showcase {
    right: unset;
    left: unset;
    padding: 10px;
    width: 94%;
    max-width: 400px;
  }
}
.container.tour .section .myContent .showcase .showcase-inner,
.container.tour .section .intro .showcase .showcase-inner {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  padding: 50px;
  text-align: center;
  max-height: 80%;
  overflow-y: auto;
}
.container.tour .section .myContent .showcase .showcase-inner > *,
.container.tour .section .intro .showcase .showcase-inner > * {
  color: white;
}
.container.tour .section .myContent .showcase .showcase-inner p,
.container.tour .section .intro .showcase .showcase-inner p {
  font-size: 12px;
}
.container.tour .section.active .image .image-inner img {
  opacity: 1 !important;
}
.container.tour .ipad {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  z-index: 700;
  right: 40%;
  max-width: 100%;
}
@media (max-width: 1259px) {
  .container.tour .ipad {
    right: unset;
    left: -90px;
    top: 30px;
  }
}
@media (max-width: 1024px) {
  .container.tour .ipad {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0;
    left: 0;
    top: 0px;
  }
  .container.tour .ipad img {
    -webkit-transform: scale(0.5) !important;
    -ms-transform: scale(0.5) !important;
    transform: scale(0.5) !important;
    top: 15px !important;
    margin-top: 40px !important;
  }
}
@media (max-width: 1024px) and (max-width: 425px) {
  .container.tour .ipad img {
    -webkit-transform: scale(0.3) !important;
    -ms-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
    top: 10px !important;
  }
}
.container.tour .ipad img {
  margin-top: 64px;
  position: relative;
  z-index: 700;
}
@media (orientation: landscape) and (max-height: 700px) and (min-height: 600px) {
  .container.tour .ipad img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 20px;
  }
}
.container.tour #fullpage {
  position: relative;
}
