/* Generated by vite-plugin-svg-spritemap */
.aboutmap {
  background-color: #dce1c8;
}
.aboutmap__container {
  display: grid;
  grid-template-columns: minmax(17.5rem, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
}
.aboutmap__text {
  line-height: 1.75;
}
.aboutmap__map {
  position: relative;
  width: 100%;
  max-width: 47.5rem;
  margin-inline: auto;
}
.aboutmap__plan {
  display: block;
  width: 100%;
  height: auto;
}
.aboutmap__zones {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.aboutmap__zone {
  fill: var(--fill);
  opacity: var(--opacity);
  cursor: pointer;
  outline: none;
  pointer-events: auto;
  stroke: rgba(255, 255, 255, 0.75);
  stroke-width: 0;
  transition: opacity 0.2s ease, fill 0.2s ease;
}
.aboutmap__zone:hover, .aboutmap__zone:focus-visible, .aboutmap__zone.is-active {
  fill: var(--fill-hover);
  opacity: var(--opacity-hover);
}
.aboutmap__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: min(48vw, 38.125rem);
  padding: 0.9375rem;
  border-radius: 0.5rem;
  background-color: rgba(160, 172, 48, 0.94);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.96);
  transform-origin: center;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 4;
}
.aboutmap__preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.aboutmap__preview.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.aboutmap__close {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  z-index: 1;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  border-radius: 50%;
  background-color: rgba(42, 64, 30, 0.82);
  cursor: pointer;
}
.aboutmap__close::before, .aboutmap__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.125rem;
  background-color: #ffffff;
}
.aboutmap__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.aboutmap__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 61.99875em) {
  .aboutmap__container {
    grid-template-columns: 1fr;
  }
  .aboutmap__text {
    max-width: 42.5rem;
  }
  .aboutmap__map {
    max-width: 45rem;
  }
  .aboutmap__preview {
    width: min(86vw, 35rem);
  }
}
@media (max-width: 47.99875em) {
  .aboutmap__map {
    overflow: visible;
  }
  .aboutmap__preview {
    position: absolute;
    top: 0;
    right: 0.625rem;
    bottom: auto;
    left: 0.625rem;
    width: auto;
    padding: 0.625rem;
    transform: translateY(calc(-100% - 0.75rem));
  }
  .aboutmap__preview.is-visible {
    transform: translateY(calc(-100% - 0.75rem)) scale(1);
  }
}
@media (max-width: 20em) {
  .aboutmap__container {
    gap: 1.875rem;
  }
  .aboutmap__text {
    font-size: 1rem;
  }
}
@media (min-width: 20em) and (max-width: 76.25em) {
  .aboutmap__container {
    gap: clamp( 1.875rem , 1.31944444444375rem  +  2.7777777778vw , 3.4375rem );
  }
  .aboutmap__text {
    font-size: clamp( 1rem , 0.95555555555625rem  +  0.2222222222vw , 1.125rem );
  }
}
@media (min-width: 76.25em) {
  .aboutmap__container {
    gap: 3.4375rem;
  }
  .aboutmap__text {
    font-size: 1.125rem;
  }
}