/** Colors */

/** Box Model  */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/* line 1, resources/assets/styles/common/_global.scss */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

/* line 8, resources/assets/styles/common/_global.scss */

.main {
  height: var(--app-height);
}

/* line 12, resources/assets/styles/common/_global.scss */

:root {
  --app-height: 100%;
}

/* line 16, resources/assets/styles/common/_global.scss */

html,
body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  height: var(--app-height);
}

/* line 26, resources/assets/styles/common/_global.scss */

.orange {
  background-color: #9b6247;
}

/* line 30, resources/assets/styles/common/_global.scss */

.green {
  background-color: #758567;
}

/* line 34, resources/assets/styles/common/_global.scss */

.red {
  background-color: #a43955;
}

/* line 38, resources/assets/styles/common/_global.scss */

.hideme {
  display: none;
}

@font-face {
  font-family: "FFMarkPro-Bold";
  src: url(/wp-content/themes/swa/dist/fonts/FFMarkPro-Bold.woff2) format("woff2"), url(/wp-content/themes/swa/dist/fonts/FFMarkPro-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "FFMarkPro-Heavy";
  src: url(/wp-content/themes/swa/dist/fonts/FFMarkPro-Heavy.woff2) format("woff2"), url(/wp-content/themes/swa/dist/fonts/FFMarkPro-Heavy.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "FFMarkPro-Regular";
  src: url(/wp-content/themes/swa/dist/fonts/FFMarkPro-Regular.woff2) format("woff2"), url(/wp-content/themes/swa/dist/fonts/FFMarkPro-Regular.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}

/* line 63, resources/assets/styles/common/_global.scss */

.overlayblack {
  position: absolute;
  z-index: -200;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 0;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.47);
}

/* line 76, resources/assets/styles/common/_global.scss */

.languageswitcher {
  position: absolute;
  cursor: pointer;
  bottom: 27px;
  border: 3px solid black;
  justify-content: center;
  align-items: center;
  display: flex;
  left: 110px;
  border-bottom: 3px solid black;
  font-family: "FFMarkPro-Bold", Arial, Helvetica, sans-serif;
  width: 80px;
  z-index: 180;
  height: 60px;
  border-left: 0;
  text-transform: uppercase;
  color: black;
  background-color: #bbb9b4bd;
  transition-duration: 0.3s;
}

/* line 96, resources/assets/styles/common/_global.scss */

.languageswitcher img {
  margin-top: 4px;
}

@media screen and (max-width: 800px) {
  /* line 76, resources/assets/styles/common/_global.scss */

  .languageswitcher {
    bottom: 7px;
    left: 70px;
    width: 60px;
    border-bottom: 3px black solid;
  }

  /* line 106, resources/assets/styles/common/_global.scss */

  .languageswitcher img {
    width: 30px;
  }
}

/* line 112, resources/assets/styles/common/_global.scss */

.languageswitcher:hover {
  background-color: rgba(0, 0, 0, 0.507);
  color: white;
}

/* line 117, resources/assets/styles/common/_global.scss */

.back-itineraries {
  position: absolute;
  cursor: pointer;
  bottom: 27px;
  border: 3px solid black;
  justify-content: center;
  align-items: center;
  display: flex;
  left: 190px;
  border-bottom: 3px solid black;
  font-family: "FFMarkPro-Bold", Arial, Helvetica, sans-serif;
  width: 80px;
  z-index: 180;
  height: 60px;
  border-left: 0;
  text-transform: uppercase;
  color: black;
  background-color: black;
  transition-duration: 0.3s;
}

@media screen and (max-width: 800px) {
  /* line 117, resources/assets/styles/common/_global.scss */

  .back-itineraries {
    bottom: 7px;
    left: 130px;
    width: 60px;
    border-bottom: 3px black solid;
  }

  /* line 143, resources/assets/styles/common/_global.scss */

  .back-itineraries img {
    width: 30px;
  }
}

/* line 148, resources/assets/styles/common/_global.scss */

.back-itineraries:hover {
  background-color: rgba(0, 0, 0, 0.507);
  color: white;
}

/* line 154, resources/assets/styles/common/_global.scss */

.infobox {
  position: absolute;
  cursor: pointer;
  bottom: 27px;
  border: 3px solid black;
  justify-content: center;
  align-items: center;
  display: flex;
  left: 30px;
  font-family: "FFMarkPro-Bold", Arial, Helvetica, sans-serif;
  width: 80px;
  z-index: 180;
  height: 60px;
  border-bottom: 3px solid black;
  text-transform: uppercase;
  color: black;
  background-color: #bbb9b4bd;
  transition-duration: 0.3s;
}

/* line 173, resources/assets/styles/common/_global.scss */

.infobox .infotextbtn {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 800px) {
  /* line 154, resources/assets/styles/common/_global.scss */

  .infobox {
    bottom: 7px;
    left: 10px;
    width: 60px;
    border-bottom: 3px black solid;
  }

  /* line 187, resources/assets/styles/common/_global.scss */

  .infobox img {
    width: 30px;
  }
}

/* line 193, resources/assets/styles/common/_global.scss */

.infobox:hover {
  background-color: rgba(0, 0, 0, 0.507);
  color: white;
}

/** Search form */

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 1rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 1rem;
  height: auto;
}

@media (min-width: 30rem) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 1rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 1rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 45, resources/assets/styles/components/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  color: #000;
  background: #fff;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 1, resources/assets/styles/pages/welcome.scss */

.welcome-section {
  height: 100vh;
  width: 100%;
}

/* line 5, resources/assets/styles/pages/welcome.scss */

.welcome-section .welcometitle {
  display: none;
}

/* line 9, resources/assets/styles/pages/welcome.scss */

.welcome-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 19, resources/assets/styles/pages/welcome.scss */

.welcome-section .lottihome {
  max-width: 375px;
  width: 100%;
  height: auto;
}

/* line 25, resources/assets/styles/pages/welcome.scss */

.welcome-section__filterblack {
  background-color: rgba(0, 0, 0, 0.919);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 34, resources/assets/styles/pages/welcome.scss */

.welcome-section__content {
  width: 100%;
  height: 100%;
  padding: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

/* line 43, resources/assets/styles/pages/welcome.scss */

.welcome-section__content--logo {
  max-width: 375px;
  width: 100%;
}

/* line 48, resources/assets/styles/pages/welcome.scss */

.welcome-section__content--buttons {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

/* line 58, resources/assets/styles/pages/welcome.scss */

.welcome-section__content--buttons a {
  width: 166.91px;
  z-index: 2;
  height: 53.67px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px white solid;
  text-transform: uppercase;
  font-family: "FFMarkPro-Regular", Arial, Helvetica, sans-serif;
  color: white;
  animation: forwards showbtn 2s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  opacity: 0;
  text-decoration: none;
  font-size: 1rem;
}

/* line 79, resources/assets/styles/pages/welcome.scss */

.welcome-section__content--text {
  width: 100%;
  margin-top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

/* line 88, resources/assets/styles/pages/welcome.scss */

.welcome-section__content--text h3 {
  font-family: "FFMarkPro-Bold", Arial, Helvetica, sans-serif;
  color: white;
  font-size: 1.3rem;
  text-align: center;
  text-transform: uppercase;
}

/* line 96, resources/assets/styles/pages/welcome.scss */

.welcome-section__content--text p {
  color: #d3845b;
  text-transform: uppercase;
  font-size: 1rem;
  opacity: 0;
  margin-top: 70px;
  text-align: center;
  font-family: "FFMarkPro-Regular", Arial, Helvetica, sans-serif;
  animation: forwards showbtn 2s;
  animation-timing-function: ease-out;
  animation-delay: 1.2s;
}

/* line 108, resources/assets/styles/pages/welcome.scss */

.welcome-section__content--text p span {
  color: #a8b58a;
}

@keyframes showbtn {
  0% {
    top: 80px;
  }

  50% {
    opacity: 0;
  }

  99% {
    top: 0;
  }

  100% {
    opacity: 1;
  }
}

/* line 123, resources/assets/styles/pages/welcome.scss */

.hoverbtn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition-duration: 0.3s;
  z-index: 1;
  height: 0;
  background-color: white;
}

/* line 134, resources/assets/styles/pages/welcome.scss */

.btnhoverbox:hover .hoverbtn {
  height: 100%;
}

/* line 138, resources/assets/styles/pages/welcome.scss */

.btnhoverbox:hover a {
  transition: color 1s;
  color: black;
}

/* line 1, resources/assets/styles/pages/map.scss */

.map-view {
  height: 100vh;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  background-color: #c1c3c3;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

/* line 11, resources/assets/styles/pages/map.scss */

.map-view .overlaytop {
  height: 150px;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 20, resources/assets/styles/pages/map.scss */

.map-view .mapdiv {
  width: 2500px;
  touch-action: none;
}

/* line 25, resources/assets/styles/pages/map.scss */

.map-view .map {
  transition: height 2s;
  width: 100%;
}

/* line 30, resources/assets/styles/pages/map.scss */

.map-view .Peoplecommune {
  width: 100%;
  width: 214.5px;
  position: absolute;
  bottom: 65px;
  left: 170px;
  transform: translate(-50%);
  z-index: 44;
}

@media screen and (max-width: 800px) {
  /* line 30, resources/assets/styles/pages/map.scss */

  .map-view .Peoplecommune {
    display: none;
  }
}

/* line 44, resources/assets/styles/pages/map.scss */

.map-view .archivelogo {
  width: 100%;
  width: 79px;
  position: absolute;
  top: 65px;
  right: 30px;
  transform: translate(-50%);
  z-index: 44;
}

@media screen and (max-width: 800px) {
  /* line 44, resources/assets/styles/pages/map.scss */

  .map-view .archivelogo {
    display: none;
  }
}

/* line 58, resources/assets/styles/pages/map.scss */

.map-view .adminlogo {
  width: 100%;
  width: 152.06px;
  position: absolute;
  top: 65px;
  left: 140px;
  transform: translate(-50%);
  z-index: 44;
}

@media screen and (max-width: 800px) {
  /* line 58, resources/assets/styles/pages/map.scss */

  .map-view .adminlogo {
    display: none;
  }
}

/* line 73, resources/assets/styles/pages/map.scss */

.SimpleStat {
  width: 60px;
  border-radius: 100%;
  z-index: 44;
  position: absolute;
  cursor: pointer !important;
  height: 60px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}

/* line 83, resources/assets/styles/pages/map.scss */

.bgforstation {
  width: 60px;
  opacity: 0.8;
  z-index: 2;
  border-radius: 100%;
  position: absolute;
  cursor: pointer !important;
  height: 60px;
}

/* line 93, resources/assets/styles/pages/map.scss */

.bggreensecond {
  width: 80px;
  z-index: 1;
  opacity: 0.8;
  border-radius: 100%;
  position: absolute;
  cursor: pointer !important;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 106, resources/assets/styles/pages/map.scss */

.SimpleStat:hover .bgforstation {
  opacity: 1;
  transition: 0.3s;
}

/* line 111, resources/assets/styles/pages/map.scss */

.SimpleStat__number {
  width: 40px;
  border-radius: 100%;
  height: 40px;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: black;
}

/* line 126, resources/assets/styles/pages/map.scss */

.SimpleStat__number p {
  position: absolute;
  font-family: "FFMarkPro-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
}

/* line 133, resources/assets/styles/pages/map.scss */

.swiper {
  width: 100%;
  min-height: 400px;
}

/* line 138, resources/assets/styles/pages/map.scss */

.swiper-pagination-bullet-active {
  background-color: #d3845b !important;
}

/* line 142, resources/assets/styles/pages/map.scss */

.swiper-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 15px;
}

/* line 148, resources/assets/styles/pages/map.scss */

.swiper-wrapper {
  margin-bottom: 50px;
}

/* line 152, resources/assets/styles/pages/map.scss */

.swiper-button-next {
  color: #d3845b;
}

/* line 156, resources/assets/styles/pages/map.scss */

.swiper-button-prev {
  color: #d3845b;
}

/* line 160, resources/assets/styles/pages/map.scss */

.swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 100%;
  width: 100%;
  background-color: white;
  background-size: contain;
  gap: 5px;
  background-repeat: no-repeat;
  background-position: center;
  /* Center slide text vertically */
  display: flex;
  -webkit-box-pack: center;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}

/* line 180, resources/assets/styles/pages/map.scss */

.swiper-slide img {
  height: 90%;
  width: 100%;
  object-fit: contain;
}

/* line 187, resources/assets/styles/pages/map.scss */

.section-overmap {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 4444444;
  top: 0;
  left: 0;
}

/* line 196, resources/assets/styles/pages/map.scss */

.caption {
  font-family: "FFMarkPro-Regular", Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  z-index: 8888;
}

/* line 202, resources/assets/styles/pages/map.scss */

.lottihand {
  position: absolute;
  top: 50%;
  height: auto;
  display: none;
  z-index: 33333;
  left: 50%;
  width: 150px;
  transform: translate(-50%);
}

/* line 213, resources/assets/styles/pages/map.scss */

.line-top {
  height: 10px;
  width: 100%;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55;
}

@media screen and (max-width: 800px) {
  /* line 213, resources/assets/styles/pages/map.scss */

  .line-top {
    padding: 10px;
  }
}

/* line 226, resources/assets/styles/pages/map.scss */

.line-top .line {
  width: 100%;
  background-color: black;
  height: 3px;
}

/* line 233, resources/assets/styles/pages/map.scss */

.line-btm {
  height: 10px;
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 55;
}

@media screen and (max-width: 800px) {
  /* line 233, resources/assets/styles/pages/map.scss */

  .line-btm {
    padding: 10px;
  }
}

/* line 246, resources/assets/styles/pages/map.scss */

.line-btm .line {
  width: 100%;
  background-color: black;
  height: 3px;
}

/* line 253, resources/assets/styles/pages/map.scss */

.line-left {
  height: 100%;
  width: 10px;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55;
}

@media screen and (max-width: 800px) {
  /* line 253, resources/assets/styles/pages/map.scss */

  .line-left {
    padding: 10px;
  }
}

/* line 266, resources/assets/styles/pages/map.scss */

.line-left .line {
  width: 3px;
  background-color: black;
  height: 100%;
}

/* line 273, resources/assets/styles/pages/map.scss */

.line-right {
  height: 100%;
  width: 10px;
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 55;
}

@media screen and (max-width: 800px) {
  /* line 273, resources/assets/styles/pages/map.scss */

  .line-right {
    padding: 10px;
  }
}

/* line 286, resources/assets/styles/pages/map.scss */

.line-right .line {
  width: 3px;
  background-color: black;
  height: 100%;
}

/* line 293, resources/assets/styles/pages/map.scss */

.logoblackmap {
  width: 100%;
  max-width: 237px;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translate(-50%);
  z-index: 44;
}

@media screen and (max-width: 800px) {
  /* line 293, resources/assets/styles/pages/map.scss */

  .logoblackmap {
    top: 30px;
    max-width: 150px;
  }
}

/* line 1, resources/assets/styles/components/_card.scss */

.card {
  height: var(--app-height);
  width: 550px;
  background-color: white;
  position: absolute;
  transition: right 0.5s;
  transition-timing-function: ease-in-out;
  z-index: 404;
  border-left: 3px solid black;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  right: -100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  top: 0;
}

@media screen and (max-width: 800px) {
  /* line 1, resources/assets/styles/components/_card.scss */

  .card {
    width: 100%;
    top: 0;
    z-index: 1500;
  }
}

/* line 25, resources/assets/styles/components/_card.scss */

.card #videomulti {
  width: 100%;
  height: 300px;
}

/* line 30, resources/assets/styles/components/_card.scss */

.card .card__multivideo {
  padding: 50px;
  padding-top: 0;
  display: none;
  width: 100%;
}

@media screen and (max-width: 800px) {
  /* line 30, resources/assets/styles/components/_card.scss */

  .card .card__multivideo {
    padding: 30px;
  }
}

/* line 41, resources/assets/styles/components/_card.scss */

.card .closebtn {
  width: 60px;
  height: 60px;
  border: 3px solid black;
  background-color: #bbb9b4bd;
  cursor: pointer;
  display: inline;
  position: absolute;
  z-index: 500;
  top: 0;
  right: 0;
}

/* line 53, resources/assets/styles/components/_card.scss */

.card .closebtn .closex {
  width: 18px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition-duration: 0.1s;
}

/* line 63, resources/assets/styles/components/_card.scss */

.card .closebtn:hover .closex {
  width: 20px;
}

/* line 67, resources/assets/styles/components/_card.scss */

.card .videodiv {
  height: 320px;
  width: 100%;
}

/* line 72, resources/assets/styles/components/_card.scss */

.card--image {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 79, resources/assets/styles/components/_card.scss */

.card__titletext {
  padding: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 800px) {
  /* line 79, resources/assets/styles/components/_card.scss */

  .card__titletext {
    padding: 30px 30px;
  }
}

/* line 92, resources/assets/styles/components/_card.scss */

.card__titletext p {
  font-family: "FFMarkPro-Regular", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 26px;
}

/* line 98, resources/assets/styles/components/_card.scss */

.card__titletext h2 {
  font-family: "FFMarkPro-Bold", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #d3845b;
}

/* line 105, resources/assets/styles/components/_card.scss */

.card__title {
  width: 100%;
  padding: 40px 50px;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 800px) {
  /* line 105, resources/assets/styles/components/_card.scss */

  .card__title {
    padding: 30px 30px;
  }
}

/* line 119, resources/assets/styles/components/_card.scss */

.card__title p {
  font-family: "FFMarkPro-Regular", Arial, Helvetica, sans-serif;
  color: white;
  font-size: 1.25rem;
  width: 30px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 100%;
}

/* line 132, resources/assets/styles/components/_card.scss */

.card__title h2 {
  font-family: "FFMarkPro-Bold", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
}

/* line 138, resources/assets/styles/components/_card.scss */

.card__desc {
  padding: 18px 50px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  /* line 138, resources/assets/styles/components/_card.scss */

  .card__desc {
    padding: 30px 30px;
  }
}

/* line 146, resources/assets/styles/components/_card.scss */

.card__desc p {
  font-family: "FFMarkPro-Regular", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 26px;
}

/* line 154, resources/assets/styles/components/_card.scss */

.right {
  right: 0;
}

/* line 158, resources/assets/styles/components/_card.scss */

.indx {
  z-index: 300;
  opacity: 1;
}

/* line 163, resources/assets/styles/components/_card.scss */

.loaderinfos {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 55;
  width: inherit;
  height: var(--app-height);
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 1, resources/assets/styles/components/_info.scss */

.infopop {
  height: 0;
  width: 100%;
  transition-duration: 0.3s;
  max-width: 600px;
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 40;
  overflow: hidden;
  bottom: 27px;
}

/* line 13, resources/assets/styles/components/_info.scss */

.infopop .topwhite {
  height: 20px;
  z-index: 333;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, white 26%, rgba(255, 255, 255, 0) 100%);
}

/* line 23, resources/assets/styles/components/_info.scss */

.infopop p {
  font-family: "FFMarkPro-Regular", Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 30, resources/assets/styles/components/_info.scss */

.infopop .emptyspace {
  height: 50px;
}

@media screen and (max-width: 800px) {
  /* line 1, resources/assets/styles/components/_info.scss */

  .infopop {
    bottom: 7px;
    padding-left: 10px;
    padding-right: 20px;
  }
}

/* line 40, resources/assets/styles/components/_info.scss */

.infopop .boldtext {
  font-family: "FFMarkPro-Bold", Arial, Helvetica, sans-serif;
}

/* line 44, resources/assets/styles/components/_info.scss */

.infopop .innerline-two {
  width: 100%;
  height: 3px;
  background-color: black;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 52, resources/assets/styles/components/_info.scss */

.infopop .innerline {
  width: 100%;
  height: 3px;
  background-color: black;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 60, resources/assets/styles/components/_info.scss */

.infopop .smallinfotext {
  font-size: 0.8rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 66, resources/assets/styles/components/_info.scss */

.infopop .infotext {
  font-family: "FFMarkPro-Regular", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 73, resources/assets/styles/components/_info.scss */

.infopop__inner {
  background-color: white;
  height: 100%;
  padding-bottom: 20px;
  overflow: scroll;
  border: 3px solid black;
  width: 80%;
}

/* line 83, resources/assets/styles/components/_info.scss */

.infoopen {
  height: 500px;
}

/* line 87, resources/assets/styles/components/_info.scss */

.flexinfo {
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

/* line 95, resources/assets/styles/components/_info.scss */

.flexinfo .imgg {
  height: 70px;
}

/* line 100, resources/assets/styles/components/_info.scss */

.infoclose {
  display: none;
  width: 25px;
  transition-duration: 0.1s;
}

/* line 105, resources/assets/styles/components/_info.scss */

.infoclose:hover {
  width: 30px;
}

/* line 1, resources/assets/styles/components/menucard.scss */

.menucard {
  z-index: 301;
  position: absolute;
  bottom: 27px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: right 0.5s;
  cursor: pointer;
  border-radius: 5px;
  right: 27px;
}

/* line 14, resources/assets/styles/components/menucard.scss */

.menucard .containerBullet {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
  flex-direction: row;
}

/* line 23, resources/assets/styles/components/menucard.scss */

.menucard .greenpath {
  width: 80px;
  border: 3px solid black;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a8b58a;
  height: 60px;
}

@media screen and (max-width: 800px) {
  /* line 23, resources/assets/styles/components/menucard.scss */

  .menucard .greenpath {
    width: 60px;
  }

  /* line 36, resources/assets/styles/components/menucard.scss */

  .menucard .greenpath img {
    width: 30px;
  }
}

/* line 42, resources/assets/styles/components/menucard.scss */

.menucard .redpath {
  width: 80px;
  border: 3px solid black;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a43955;
  height: 60px;
}

@media screen and (max-width: 800px) {
  /* line 42, resources/assets/styles/components/menucard.scss */

  .menucard .redpath {
    width: 60px;
  }

  /* line 55, resources/assets/styles/components/menucard.scss */

  .menucard .redpath img {
    width: 30px;
  }
}

/* line 61, resources/assets/styles/components/menucard.scss */

.menucard .orangepath {
  width: 80px;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid black;
  border-right: 0;
  background-color: #d3845b;
  height: 60px;
}

@media screen and (max-width: 800px) {
  /* line 61, resources/assets/styles/components/menucard.scss */

  .menucard .orangepath {
    width: 60px;
  }

  /* line 75, resources/assets/styles/components/menucard.scss */

  .menucard .orangepath img {
    width: 30px;
  }
}

@media screen and (max-width: 800px) {
  /* line 1, resources/assets/styles/components/menucard.scss */

  .menucard {
    right: 7px;
    bottom: 7px;
  }
}

/* line 86, resources/assets/styles/components/menucard.scss */

.menucard--image {
  width: 40px;
}

/* line 90, resources/assets/styles/components/menucard.scss */

.menucard p {
  color: white;
  font-size: 0.9rem;
  font-family: "FFMarkPro-Bold", Arial, Helvetica, sans-serif;
}

/* line 97, resources/assets/styles/components/menucard.scss */

.menuclosebtn {
  background-color: black;
  z-index: 301;
  cursor: pointer;
  height: 68px;
  right: -100%;
  transition: 0.5s;
  width: 68px;
  position: absolute;
  bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px;
  border-radius: 5px;
}

@media screen and (max-width: 800px) {
  /* line 97, resources/assets/styles/components/menucard.scss */

  .menuclosebtn {
    bottom: 0;
  }
}

/* line 119, resources/assets/styles/components/menucard.scss */

.menuclosebtn--image {
  transition: 0.4s;
  width: 20px;
}

/* line 125, resources/assets/styles/components/menucard.scss */

.menuclosebtn:hover .menuclosebtn--image {
  transform: rotate(180deg);
}

/* line 129, resources/assets/styles/components/menucard.scss */

.hidemenucard {
  right: 27px;
  z-index: 300;
  overflow: hidden;
  position: absolute;
  height: 0;
  bottom: 27px;
  transition: height 0.5s;
}

@media screen and (max-width: 800px) {
  /* line 129, resources/assets/styles/components/menucard.scss */

  .hidemenucard {
    right: 10px;
    bottom: 7px;
    width: 100%;
    max-width: 310px;
  }
}

/* line 146, resources/assets/styles/components/menucard.scss */

.menuopen {
  background-color: white;
  border: solid black 3px;
  box-sizing: initial;
  overflow: scroll;
  width: 320px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 161, resources/assets/styles/components/menucard.scss */

.menuopen .oneplace {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  cursor: pointer;
  color: white;
  align-items: center;
  gap: 20px;
}

/* line 171, resources/assets/styles/components/menucard.scss */

.menuopen .oneplace .orange {
  background-color: #9b6247;
}

/* line 175, resources/assets/styles/components/menucard.scss */

.menuopen .oneplace .green {
  background-color: #758567;
}

/* line 179, resources/assets/styles/components/menucard.scss */

.menuopen .oneplace .red {
  background-color: #a43955;
}

/* line 183, resources/assets/styles/components/menucard.scss */

.menuopen .oneplace h2 {
  font-family: "FFMarkPro-Bold", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 194, resources/assets/styles/components/menucard.scss */

.menuopen .oneplace--inside {
  display: flex;
  gap: 10px;
  width: 100%;
  flex-direction: column;
}

/* line 200, resources/assets/styles/components/menucard.scss */

.menuopen .oneplace--inside p {
  font-size: 1rem;
  transition: 0.3s;
  color: black;
  font-family: "FFMarkPro-Bold", Arial, Helvetica, sans-serif;
}

/* line 207, resources/assets/styles/components/menucard.scss */

.menuopen .oneplace--inside .lineinside {
  height: 0.5px;
  width: 100%;
  background-color: #98989872;
}

/* line 215, resources/assets/styles/components/menucard.scss */

.menuopen .oneplace:hover p {
  margin-left: 5px;
}

/* line 220, resources/assets/styles/components/menucard.scss */

.menuopentrue {
  height: 406px;
}

/* line 224, resources/assets/styles/components/menucard.scss */

.oneplace:first-child {
  margin-top: 20px;
}

/* line 228, resources/assets/styles/components/menucard.scss */

.oneplace:last-child {
  margin-bottom: 71px;
}

/* line 232, resources/assets/styles/components/menucard.scss */

.rightclose {
  right: 50px;
}

@media screen and (max-width: 800px) {
  /* line 232, resources/assets/styles/components/menucard.scss */

  .rightclose {
    right: 0;
  }
}

/* line 240, resources/assets/styles/components/menucard.scss */

.menucardhide {
  right: -100%;
}

/* line 244, resources/assets/styles/components/menucard.scss */

.displaynoneClose {
  display: none;
}

/* line 248, resources/assets/styles/components/menucard.scss */

.orangeclosemneu,
.greenclosemneu,
.redclosemneu {
  display: none;
  width: 25px;
  transition: width 0.1s ease;
}

/* line 255, resources/assets/styles/components/menucard.scss */

.orangeclosemneu:hover,
.greenclosemneu:hover,
.redclosemneu:hover {
  width: 30px;
}

/* line 1, resources/assets/styles/components/notif.scss */

.notficard {
  z-index: 5000;
  background-color: #bbb9b4e3;
  border: 3px solid black;
  padding: 30px;
  padding-left: 50px;
  max-width: 432px;
  width: 100%;
  left: 50%;
  opacity: 0;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

@media screen and (max-width: 800px) {
  /* line 1, resources/assets/styles/components/notif.scss */

  .notficard {
    width: 80%;
  }
}

/* line 25, resources/assets/styles/components/notif.scss */

.notficard .orangemasque {
  height: 110%;
  position: absolute;
  top: 0;
  left: -20px;
}

/* line 32, resources/assets/styles/components/notif.scss */

.notficard p {
  color: white;
  width: 100%;
  font-family: "FFMarkPro-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
}

/* line 38, resources/assets/styles/components/notif.scss */

.notficard p span {
  color: black;
}

/* line 43, resources/assets/styles/components/notif.scss */

.notficard h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 15px;
  cursor: pointer;
  color: white;
  display: inline-block;
  transition-duration: 0.3s;
  background-color: black;
  font-family: "FFMarkPro-Bold", Arial, Helvetica, sans-serif;
}

/* line 54, resources/assets/styles/components/notif.scss */

.notficard h3:hover {
  padding-left: 18px;
  padding-right: 18px;
}

/* line 61, resources/assets/styles/components/notif.scss */

.opacinotif {
  opacity: 1;
}

/* line 1, resources/assets/styles/components/_itineraries.scss */

.itinerary-section {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 800px) {
  /* line 11, resources/assets/styles/components/_itineraries.scss */

  .itinerary-section .logo-itineraries {
    width: 250px;
  }
}

/* line 17, resources/assets/styles/components/_itineraries.scss */

.itinerary-section__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 27, resources/assets/styles/components/_itineraries.scss */

.itinerary-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.92);
  z-index: 1;
}

/* line 37, resources/assets/styles/components/_itineraries.scss */

.itinerary-section__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  gap: 8rem;
  margin-top: -8rem;
}

/* line 49, resources/assets/styles/components/_itineraries.scss */

.itinerary-section__logo {
  max-width: 375px;
  width: 100%;
  height: auto;
}

/* line 55, resources/assets/styles/components/_itineraries.scss */

.itinerary-section__text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
}

/* line 63, resources/assets/styles/components/_itineraries.scss */

.itinerary-section .backmap {
  position: absolute;
}

/* line 66, resources/assets/styles/components/_itineraries.scss */

.itinerary-section .backmap-b {
  top: -3rem;
  left: -5rem;
}

/* line 71, resources/assets/styles/components/_itineraries.scss */

.itinerary-section .backmap-l {
  top: -4rem;
  left: -1rem;
}

/* line 77, resources/assets/styles/components/_itineraries.scss */

.itinerary-section__title {
  color: white;
  font-family: "FFMarkPro-Regular", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  text-align: center;
}

/* line 84, resources/assets/styles/components/_itineraries.scss */

.itinerary-section__subtitle {
  color: white;
  font-family: "FFMarkPro-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
}

/* line 92, resources/assets/styles/components/_itineraries.scss */

.itinerary-section__buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10rem;
  width: 100%;
}

/* line 100, resources/assets/styles/components/_itineraries.scss */

.itinerary-section__button-wrapper {
  position: relative;
}

/* line 104, resources/assets/styles/components/_itineraries.scss */

.itinerary-section__button {
  border: 3.5px solid white;
  font-family: "FFMarkPro-Regular", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: white;
  padding: 0.8rem 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 28px;
  transition: all 0.3s;
}

/* line 117, resources/assets/styles/components/_itineraries.scss */

.itinerary-section__button:hover {
  background: white;
  color: black;
}

@media screen and (max-width: 800px) {
  /* line 104, resources/assets/styles/components/_itineraries.scss */

  .itinerary-section__button {
    font-size: 22px;
  }

  /* line 125, resources/assets/styles/components/_itineraries.scss */

  .itinerary-section__button svg {
    width: 30px;
  }
}


/*# sourceMappingURL=main.css.map*/