@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

@media only screen and (max-width: 575px) {
  #title h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-top: 32px; }
  #title hr, #map hr {
    width: 67.5%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-bottom: 2px solid #f3bc00; }
  #map img {
    margin: 32px 0; }
  #info {
    position: relative; }
    #info .glide__slide {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-top: 32px;
      height: auto !important; }
      #info .glide__slide img {
        width: 60%;
        cursor: pointer;
        min-width: 184px; }
    #info .glide__arrows .glide__arrow {
      background: transparent;
      border: 0;
      position: absolute;
      height: 100%;
      width: 10%;
      top: 0; }
    #info .glide__arrows .glide__arrow--left {
      left: 0; }
    #info .glide__arrows .glide__arrow--right {
      right: 0; }
  #modals .modal {
    width: 82%; } }

@media only screen and (min-width: 576px) {
  #title,
  #info .glide__arrows {
    display: none; }
  #title hr, #map hr {
    display: none; }
  #map img {
    margin: 0; }
  #map,
  #info,
  #info .glide__track,
  #info .glide__slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%; }
  #map {
    display: flex;
    align-items: center;
    justify-content: center; }
    #map img {
      width: 80%; }
  #info {
    position: relative; }
    #info .glide__slide {
      position: absolute;
      width: auto;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      transform: translate(-50%, -50%); }
      #info .glide__slide img {
        width: 100px;
        cursor: pointer; }
      #info .glide__slide .label.label {
        font-size: 10px;
        width: auto;
        white-space: nowrap; }
      #info .glide__slide.slide-1 {
        top: 30%;
        left: 18%; }
      #info .glide__slide.slide-2 {
        top: 24%;
        left: 40%; }
      #info .glide__slide.slide-3 {
        top: 24%;
        left: 60%; }
      #info .glide__slide.slide-4 {
        top: 30%;
        left: 82%; }
      #info .glide__slide.slide-5 {
        top: 60%;
        left: 18%; }
      #info .glide__slide.slide-6 {
        top: 66%;
        left: 40%; }
      #info .glide__slide.slide-7 {
        top: 66%;
        left: 60%; }
      #info .glide__slide.slide-8 {
        top: 60%;
        left: 82%; }
  #modals .modal {
    width: 90%;
    max-width: 412px; } }

@media only screen and (min-width: 768px) {
  #map img {
    width: 70%; }
  #info .glide__slide img {
    width: 140px; }
  #info .glide__slide.slide-1 {
    top: 28%;
    left: 18%; }
  #info .glide__slide.slide-2 {
    top: 22%;
    left: 40%; }
  #info .glide__slide.slide-3 {
    top: 22%;
    left: 60%; }
  #info .glide__slide.slide-4 {
    top: 28%;
    left: 82%; }
  #info .glide__slide.slide-5 {
    top: 68%;
    left: 18%; }
  #info .glide__slide.slide-6 {
    top: 76%;
    left: 40%; }
  #info .glide__slide.slide-7 {
    top: 76%;
    left: 60%; }
  #info .glide__slide.slide-8 {
    top: 68%;
    left: 82%; } }

@media only screen and (min-width: 992px) {
  #map img {
    width: 60%; }
  #info .glide__slide img {
    width: 160px; }
  #info .glide__slide .label.label {
    font-size: 12px; }
  #info .glide__slide.slide-1 {
    top: 28%;
    left: 18%; }
  #info .glide__slide.slide-2 {
    top: 20%;
    left: 40%; }
  #info .glide__slide.slide-3 {
    top: 20%;
    left: 60%; }
  #info .glide__slide.slide-4 {
    top: 28%;
    left: 82%; }
  #info .glide__slide.slide-5 {
    top: 68%;
    left: 18%; }
  #info .glide__slide.slide-6 {
    top: 80%;
    left: 40%; }
  #info .glide__slide.slide-7 {
    top: 80%;
    left: 60%; }
  #info .glide__slide.slide-8 {
    top: 68%;
    left: 82%; } }

@media only screen and (min-width: 1400px) {
  #map img {
    width: 50%; }
  #info .glide__slide img {
    width: 180px; }
  #info .glide__slide .label.label {
    font-size: 14px; } }

body, html {
  margin: 0;
  padding: 0; }

body {
  color: #233D5A;
  font-family: 'Open Sans', sans-serif;
  background-color: #d2eaf2; }

#info .glide__slide .label {
  position: relative;
  background-color: #f3bc00;
  padding: 8px 16px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-top: -24px;
  cursor: pointer;
  max-width: 96%; }
  #info .glide__slide .label .add {
    position: absolute;
    top: -15px;
    right: -19px;
    background-image: url("/assets/plus.svg");
    background-repeat: no-repeat;
    width: 38px;
    height: 38px; }

#modals .modal.hidden,
#modals .overlay.hidden {
  display: none; }

#modals .overlay {
  background-color: #007193;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99; }

#modals .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f3bc00;
  padding: 0 16px 20px;
  z-index: 100; }
  #modals .modal h3 {
    font-size: 18px;
    font-weight: bold; }
  #modals .modal p {
    font-size: 14px;
    font-weight: normal; }
  #modals .modal a {
    color: #233D5A;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none; }
    #modals .modal a img {
      transform: translateY(2px); }
  #modals .modal .close {
    position: absolute;
    top: -13px;
    right: -24px;
    background-image: url("/assets/close.svg");
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    cursor: pointer; }
