.sp-html-source-home .sp-map-v2 {
  position: relative;
  width: min(1140px, 94vw);
  aspect-ratio: 2012 / 781;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
  isolation: isolate;
  border: 2px solid rgba(255, 255, 255, .78);
  border-radius: 18px;
  background: #071126;
  box-shadow: 0 30px 72px rgba(0, 0, 0, .46), 0 0 0 5px rgba(13, 42, 104, .52);
}

.sp-html-source-home .sp-map-v2__picture,
.sp-html-source-home .sp-map-v2__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.sp-html-source-home .sp-map-v2__image {
  object-fit: cover;
}

.sp-html-source-home .sp-map-v2__zone {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.sp-html-source-home .sp-map-v2__hotspot {
  position: absolute;
  z-index: 4;
  left: var(--dx);
  top: var(--dy);
  width: var(--dw);
  height: var(--dh);
  display: block;
  clip-path: var(--dpoly);
  border: 0;
  background: transparent;
  text-decoration: none;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.sp-html-source-home .sp-map-v2__hotspot:hover,
.sp-html-source-home .sp-map-v2__hotspot:focus-visible {
  outline: 0;
}

.sp-html-source-home .sp-map-v2__zone:hover,
.sp-html-source-home .sp-map-v2__zone:focus-within {
  z-index: 12;
}

.sp-html-source-home .sp-map-v2__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sp-html-source-home .sp-map-v2__tooltip {
  position: absolute;
  z-index: 5;
  left: var(--tx);
  top: var(--ty);
  width: var(--tw);
  min-height: 50px;
  padding: .55rem .65rem;
  border: 2px solid #fff;
  border-radius: 9px;
  background: #071126;
  color: #fff;
  box-shadow: 4px 4px 0 #c8102e, 0 10px 24px rgba(0, 0, 0, .46);
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  pointer-events: auto;
  text-align: left;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.sp-html-source-home .sp-map-v2__tooltip strong,
.sp-html-source-home .sp-map-v2__tooltip small {
  display: block;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.sp-html-source-home .sp-map-v2__tooltip strong {
  font: 900 .82rem/1.15 Archivo, Arial, sans-serif;
}

.sp-html-source-home .sp-map-v2__tooltip small {
  margin-top: .2rem;
  font: 600 .72rem/1.25 Arial, sans-serif;
  color: #dce7ff;
  -webkit-text-fill-color: #dce7ff;
}

.sp-html-source-home .sp-map-v2__hotspot:hover ~ .sp-map-v2__tooltip,
.sp-html-source-home .sp-map-v2__hotspot:focus-visible ~ .sp-map-v2__tooltip,
.sp-html-source-home .sp-map-v2__tooltip:hover,
.sp-html-source-home .sp-map-v2__tooltip:focus-visible {
  border-color: #e31837;
  box-shadow: 6px 6px 0 #fff, 0 16px 34px rgba(0, 0, 0, .62);
  transform: translateY(-3px) scale(1.035);
  outline: 0;
}

.sp-html-source-home .sp-map-v2__leader {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.sp-html-source-home .sp-map-v2__leader-line--desktop,
.sp-html-source-home .sp-map-v2__leader-line--mobile {
  fill: none;
  stroke: #e31837;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  transition: stroke-width .18s ease, filter .18s ease;
}

.sp-html-source-home .sp-map-v2__leader-line--mobile {
  display: none;
}

.sp-html-source-home .sp-map-v2__hotspot:hover ~ .sp-map-v2__leader polyline,
.sp-html-source-home .sp-map-v2__hotspot:focus-visible ~ .sp-map-v2__leader polyline,
.sp-html-source-home .sp-map-v2__tooltip:hover + .sp-map-v2__leader polyline,
.sp-html-source-home .sp-map-v2__tooltip:focus-visible + .sp-map-v2__leader polyline {
  stroke-width: 4;
  filter: drop-shadow(0 0 4px rgba(227, 24, 55, .95));
}

@media (max-width: 699px) {
  .sp-html-source-home {
    width: 100%;
    max-width: 100%;
    overflow-x: clip !important;
  }

  html body.page-id-28428 .sp-html-source-home {
    overflow-x: clip !important;
  }

  .sp-html-source-home .categories {
    height: auto !important;
    min-height: 100svh !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .sp-html-source-home .sp-map-v2 {
    width: min(94vw, 520px);
    aspect-ratio: 862 / 1825;
    border-radius: 14px;
  }

  .sp-html-source-home .sp-map-v2__zone {
    inset: 0;
  }

  .sp-html-source-home .sp-map-v2__hotspot {
    left: var(--mx);
    top: var(--my);
    width: var(--mw);
    height: var(--mh);
    clip-path: var(--mpoly);
    transform: none;
  }

  .sp-html-source-home .sp-map-v2__tooltip {
    left: var(--mtx);
    top: var(--mty);
    width: var(--mtw);
    min-height: 52px;
    padding: .42rem .5rem;
    border-width: 1.5px;
    border-radius: 7px;
    box-shadow: 3px 3px 0 #c8102e, 0 8px 18px rgba(0, 0, 0, .48);
  }

  .sp-html-source-home .sp-map-v2__tooltip strong {
    font-size: .72rem;
    line-height: 1.1;
  }

  .sp-html-source-home .sp-map-v2__tooltip small {
    margin-top: .12rem;
    font-size: .62rem;
    line-height: 1.15;
  }

  .sp-html-source-home .sp-map-v2__leader-line--desktop {
    display: none;
  }

  .sp-html-source-home .sp-map-v2__leader-line--mobile {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sp-html-source-home .sp-map-v2__hotspot,
  .sp-html-source-home .sp-map-v2__tooltip {
    transition: none;
  }
}
