.interactive-map{--im-red:#c8102e;--im-red-dark:#a60e27;--im-ink:#1a1f2b;--im-slate:#2e3744;--im-slate-hover:#3a4453;--im-text:#2a2f39;--im-line:#e3e3e3;--im-bg:#f5f5f5;--im-shadow:0 14px 44px rgba(26,31,43,0.3),0 4px 12px rgba(26,31,43,0.18);--im-plan-w:680px;--im-pad:28px;font-size:18px;color:var(--im-text);line-height:1.5;max-width:100%;overflow-x:clip}.interactive-map .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}.interactive-map .stage{position:relative;padding:0;max-width:100%;min-width:0}.interactive-map .filter{display:flex;flex-direction:column;gap:8px;width:100%}.interactive-map .plan-area{padding:0 var(--im-pad);max-width:100%;min-width:0;box-sizing:border-box}.interactive-map .plan{position:relative;width:100%;max-width:100%;margin:0;line-height:0}.interactive-map .plan>picture,.interactive-map .plan>picture>img.bg{display:block;width:100%;max-width:100%}.interactive-map .plan>picture>img.bg{height:auto}.interactive-map .hotspot{position:absolute;transform:translate(-50%,-50%);width:36px;height:36px;border-radius:50%;border:3px solid #fff;background:var(--im-red);color:#fff;cursor:pointer;padding:0;display:grid;place-items:center;box-shadow:0 3px 10px rgba(0,0,0,.35);z-index:2;transition:transform .18s ease,background .15s ease,opacity .18s ease}.interactive-map .hotspot:before{content:"";position:absolute;inset:-8px;border-radius:50%;border:2px solid var(--im-red);opacity:.6;animation:im-pulse 2s infinite}.interactive-map .hotspot:after{content:attr(data-title);position:absolute;bottom:130%;left:50%;transform:translateX(-50%) translateY(4px);background:var(--im-ink);color:#fff;font-size:12px;font-weight:600;line-height:1.2;white-space:nowrap;padding:5px 9px;border-radius:4px;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:6}.interactive-map .hotspot:focus-visible:after,.interactive-map .hotspot:hover:after{opacity:1;transform:translateX(-50%) translateY(0)}.interactive-map .hotspot svg{width:17px;height:17px}.interactive-map .hotspot:focus-visible,.interactive-map .hotspot:hover{background:var(--im-red-dark);outline:none}.interactive-map .hotspot:focus-visible{box-shadow:0 0 0 4px rgba(200,16,46,.35)}.interactive-map .hotspot[hidden]{display:none!important}.interactive-map .plan.has-active .hotspot:not(.is-active){opacity:.35}.interactive-map .hotspot.is-active{transform:translate(-50%,-50%) scale(1.18);background:var(--im-red-dark);z-index:50;box-shadow:0 0 0 5px rgba(200,16,46,.3),0 3px 12px rgba(0,0,0,.4)}.interactive-map .hotspot.is-active:before{animation:none;opacity:0}.interactive-map .hotspot.is-active:after{opacity:0!important}@keyframes im-pulse{0%{transform:scale(1);opacity:.6}70%{transform:scale(1.6);opacity:0}to{transform:scale(1.6);opacity:0}}.interactive-map .panel-backdrop{position:absolute;inset:0;background:transparent;z-index:40}.interactive-map .panel{position:absolute;width:340px;max-width:calc(100% - 2 * var(--im-pad));max-height:calc(100% - 2 * var(--im-pad));overflow:auto;background:#fff;box-shadow:var(--im-shadow);z-index:60;line-height:1.5;opacity:0;transform:scale(.96);transition:opacity .18s ease,transform .18s ease}.interactive-map .panel.open{opacity:1;transform:scale(1)}.interactive-map .panel-arrow{position:absolute;width:0;height:0}.interactive-map .panel-arrow.on-left{left:-10px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:10px solid #fff}.interactive-map .panel-arrow.on-right{right:-10px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #fff}.interactive-map .panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px 0}.interactive-map .panel-head h2{margin:0;font-size:22px;font-weight:800;color:var(--im-red);line-height:1.2}.interactive-map .panel-close{border:none;background:var(--im-bg);width:34px;height:34px;border-radius:0;font-size:22px;line-height:1;cursor:pointer;flex:none;color:var(--im-ink)}.interactive-map .panel-close:hover{background:#e7e7e7}.interactive-map .panel-body{padding:12px 20px 20px}.interactive-map .panel-body p{margin:0 0 14px;font-size:18px;color:var(--im-text)}.interactive-map .slider{position:relative;overflow:hidden;background:#fff;touch-action:pan-y}.interactive-map .slides{display:flex;align-items:stretch;transition:transform .3s ease}.interactive-map .slides figure{display:flex;align-items:center;justify-content:center;margin:0;min-width:100%}.interactive-map .slides picture{display:flex;align-items:center;justify-content:center;width:100%}.interactive-map .slides img{width:auto;max-width:100%;max-height:200px;height:auto;display:block;cursor:zoom-in}.interactive-map .slide-btn{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:0;border:none;background:rgba(255,255,255,.9);cursor:pointer;font-size:20px;color:var(--im-ink);display:grid;place-items:center}.interactive-map .slide-btn.prev{left:8px}.interactive-map .slide-btn.next{right:8px}.interactive-map .slide-btn:hover{background:#fff}.interactive-map .dots{display:flex;gap:6px;justify-content:center;padding:12px 0 0}.interactive-map .dots button{width:9px;height:9px;border-radius:50%;border:none;background:#ccc;cursor:pointer;padding:0}.interactive-map .dots button[aria-current=true]{background:var(--im-red)}.interactive-map .lightbox{position:absolute;inset:0;background:transparent;display:none;align-items:center;justify-content:center;z-index:90;padding:18px}.interactive-map .lightbox.open{display:flex}.interactive-map .lightbox picture{display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%}.interactive-map .lightbox img{max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;background:#fff;border:6px solid #fff;box-shadow:var(--im-shadow)}.interactive-map .lightbox .lb-btn{position:absolute;background:var(--im-slate);border:none;color:#fff;width:44px;height:44px;border-radius:0;font-size:24px;cursor:pointer;box-shadow:0 4px 12px rgba(26,31,43,.35)}.interactive-map .lightbox .lb-btn:hover{background:var(--im-slate-hover)}.interactive-map .lightbox .lb-prev{left:20px;top:50%;transform:translateY(-50%)}.interactive-map .lightbox .lb-next{right:20px;top:50%;transform:translateY(-50%)}.interactive-map .lightbox .lb-close{top:20px;right:20px}@media (max-width:700px){.interactive-map{--im-pad:16px}.interactive-map .hotspot{width:30px;height:30px;border-width:2px}.interactive-map .hotspot svg{width:13px;height:13px}.interactive-map .panel.as-sheet{left:0!important;right:0;top:auto!important;bottom:0;width:100%;max-width:100%;max-height:calc(100% - 12px);transform:translateY(100%)}.interactive-map .panel.as-sheet.open{transform:translateY(0)}.interactive-map .panel.as-sheet .panel-arrow{display:none}.interactive-map .panel-head{padding:14px 16px 0;gap:10px}.interactive-map .panel-head h2{font-size:18px}.interactive-map .panel-close{width:30px;height:30px;font-size:18px}.interactive-map .panel-body{padding:10px 16px 16px}.interactive-map .panel-body p{font-size:15px;margin-bottom:12px}.interactive-map .slide-btn{width:34px;height:34px;font-size:18px}.interactive-map .slides img{max-height:160px}}@media (prefers-reduced-motion:reduce){.interactive-map .hotspot:before{animation:none}.interactive-map .hotspot,.interactive-map .hotspot:after,.interactive-map .panel,.interactive-map .panel-backdrop,.interactive-map .panel.as-sheet,.interactive-map .slides{transition:none}}