#top .interactive-map.com {
  position: relative;
  max-width: 1324px;
  margin: 0 auto;
}

#top .interactive-map .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

#top .interactive-map .img-box img {
  display: block;
  width: 100%;
  height: auto;
}

#top .interactive-map .svg-box {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#top .interactive-map .svg-box svg {
  display: block;
  width: 100%;
  height: 100%;
}

#top .interactive-map .dg-map-pin {
  pointer-events: all;
  cursor: pointer;
}

#top .interactive-map .dg-map-pin:focus {
  outline: none;
}

#top .interactive-map .dg-map-pin:focus-visible use,
#top .interactive-map .dg-map-pin:focus-visible path {
  filter: drop-shadow(0 0 4px rgba(60, 122, 194, 0.8));
}

#top .dg-map-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

#top .dg-map-modal.is-open {
  display: flex;
}

#top .dg-map-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

#top .dg-map-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  padding: 32px 28px 28px;
}

#top .dg-map-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 4px;
  background: #f5f5f5;
  color: #3b3c3f;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

#top .dg-map-modal__close:hover {
  background: #ececec;
}

#top .dg-map-modal__content h3 {
  margin: 0 0 16px;
}

#top .dg-map-modal__content h5 {
  margin: 0 0 12px;
  font-weight: 500;
}

#top .dg-map-modal__content a {
  word-break: break-word;
}

body.dg-map-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  #top .dg-map-modal {
    padding: 16px;
  }

  #top .dg-map-modal__panel {
    padding: 28px 20px 20px;
  }
}
