/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/map/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.interactive-map {
  position: relative;
  isolation: isolate;
  margin-top: -1.2rem;
}

.interactive-map .col-36-36 {
  padding: 0;
}

.interactive-map nav h3 {
  color: var(--ivory, #FFFDE7);
  text-align: center;
  font-family: var(--font-primary, "filson-pro");
  font-style: normal;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 164.286%;
  letter-spacing: 0.02em;
  margin: 0 0 2rem;
}

.interactive-map .dropdown-mobile-container ul {
  padding: 0;
}

.interactive-map .dropdown-mobile-container li {
  list-style-type: none;
  color: var(--ivory, #FFFDE7);
  font-family: var(--font-primary, "filson-pro");
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.4em;
  font-weight: 700;
}

.interactive-map .dropdown-mobile-container li.active {
  z-index: 3;
}

.interactive-map [data-comp=image-container] figure,
.interactive-map .map {
  width: 100%;
  height: 62rem;
}

@media only screen and (min-width: 961px) {
  .interactive-map nav {
    margin: 0 0 -1rem;
  }
  .interactive-map nav > h3 {
    display: none;
  }
  .interactive-map .dropdown-mobile-container {
    position: relative;
    z-index: 2;
  }
  .interactive-map .dropdown-mobile-container ul::before {
    content: attr(data-text-desktop);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 9.2rem;
    background-color: var(--bgcolorActive, #EFA35F);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 2rem 2rem 0 0;
    overflow: hidden;
    position: relative;
    z-index: 3;
    color: var(--ivory, #FFFDE7);
    text-align: center;
    font-family: var(--font-primary, "filson-pro");
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.03em;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .interactive-map .dropdown-mobile-container ul {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .interactive-map .dropdown-mobile-container li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 10rem;
    height: 9.2rem;
    border-radius: 0 0 2rem 2rem;
    overflow: hidden;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -0.02em;
    cursor: pointer;
  }
  .interactive-map [data-comp=image-container] figure,
  .interactive-map .map {
    height: 86.5rem;
  }
}
@media only screen and (min-width: 0) and (max-width: 960px) {
  .interactive-map .nav-container {
    background-color: var(--orange, #EFA35F);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 2rem 2rem 0 0;
    position: relative;
    z-index: 2;
  }
  .interactive-map nav h3 {
    padding: 2rem 4rem;
    font-size: 2.2rem;
    line-height: 135%;
    letter-spacing: 0.03em;
  }
  .interactive-map .dropdown-mobile {
    padding: 0 4rem;
    width: calc(100% - 8rem);
    margin-left: 4rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    border: 1px solid var(--ivory, #FFFDE7);
    height: 5.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    position: relative;
    z-index: 2;
    background-color: var(--orange, #EFA35F);
  }
  .interactive-map .dropdown-mobile h4 {
    color: var(--white);
    font-family: var(--font-primary, "filson-pro");
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .interactive-map .dropdown-mobile i {
    font-size: 12px;
  }
  .interactive-map .dropdown-mobile i::before {
    color: var(--white);
  }
  .interactive-map .dropdown-mobile-container {
    position: relative;
  }
  .interactive-map .dropdown-mobile-container ul {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 3.8rem;
    left: 4rem;
    width: calc(100% - 8rem);
    padding: 2rem 0 0;
    background: var(--alt-orange, #C09A78);
  }
  .interactive-map .dropdown-mobile-container.active ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .interactive-map .dropdown-mobile-container ul li {
    list-style-type: none;
    color: var(--ivory, #FFFDE7);
    text-align: center;
    font-family: var(--font-primary, "filson-pro");
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 425;
    line-height: 146.667%;
    text-transform: uppercase;
    height: 6.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .interactive-map .dropdown-mobile-container ul li:not(:last-child) {
    border-bottom: 1px solid var(--white);
  }
}
/* ANIMATIONS */
:where(#wrapper) .interactive-map {
  opacity: 0;
  --duration: 1s;
}

:where(#wrapper) .interactive-map.animateActive {
  animation: fade var(--duration) forwards;
  animation-delay: var(--delay, 0);
}

.interactive-map [data-comp=image-container] figure,
.interactive-map .show-image .map {
  display: none;
}

.interactive-map [data-comp=image-container].show-image figure {
  display: block;
}

/*# sourceMappingURL=style-index.css.map*/