.map-overview{position:relative;padding-top:var(--spacing-30);padding-bottom:85px;background-color:var(--colour-bg-primary);color:var(--colour-text-light);--base-width: 434}@media (min-width: 1024px){.map-overview{padding-top:calc(var(--spacing-30) + 160px);padding-bottom:var(--spacing-30)}}.map-overview:before{content:"";position:absolute;top:0;left:0;width:100%;height:70px;background-image:linear-gradient(to right,transparent calc(18900% / var(--base-width)),white calc(18900% / var(--base-width))),linear-gradient(to right,transparent calc(30500% / var(--base-width)),white calc(30500% / var(--base-width)));background-size:100% 50%,100% 50%;background-position:top left,top 50% left;background-repeat:no-repeat}@media (min-width: 1024px){.map-overview:before{--base-width: 1440;background-image:linear-gradient(to right,transparent calc(38500% / 1440),white calc(38500% / 1440)),linear-gradient(to right,transparent calc(61500% / 1440),white calc(61500% / 1440));background-image:linear-gradient(to right,transparent calc(38500% / var(--base-width)),white calc(38500% / var(--base-width))),linear-gradient(to right,transparent calc(61500% / var(--base-width)),white calc(61500% / var(--base-width)));height:160px}}.map-overview:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:35px;background-image:linear-gradient(to right,transparent calc(30500% / var(--base-width)),white calc(30500% / var(--base-width)));background-size:100% 100%;background-position:bottom left;background-repeat:no-repeat}@media (min-width: 1024px){.map-overview:after{display:none}}.map-overview.hide-block-graphic-top:before{display:none}.map-overview.hide-block-graphic-bottom:after{display:none}.map-overview__inner{display:flex;flex-direction:column;opacity:0;transform:translateY(50px);transition:opacity .5s ease-in-out,transform .5s ease-in-out}.is-in-view .map-overview__inner{opacity:1;transform:translateY(0)}@media (min-width: 1024px){.map-overview__inner{display:grid;grid-template-areas:"header header header header" "content . map ." "items . map .";grid-template-columns:minmax(0,442fr) minmax(0,113fr) minmax(0,555fr) minmax(0,113fr);grid-auto-rows:auto}}.map-overview__header{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:var(--spacing-7-half);margin-bottom:var(--spacing-7-half);display:flex;flex-direction:column;gap:var(--spacing-7-half)}@media (min-width: 1024px){.map-overview__header{margin-bottom:var(--spacing-15);padding-bottom:var(--spacing-15);gap:var(--spacing-15);grid-area:header}}.map-overview__subtitle{font-family:var(--font-family-mono);font-size:var(--text-body-regular);font-weight:var(--font-weight-regular);line-height:1.2;letter-spacing:var(--letter-spacing-tight);text-transform:uppercase;display:flex;align-items:center;gap:var(--spacing-3)}.map-overview__subtitle:before{content:"";display:block;width:20px;height:14px;background-image:url(/SiteFiles/dist/images/icons/lines-small-label.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.map-overview__subtitle:before{background-image:url(/SiteFiles/dist/images/icons/lines-small-label--white.svg)}.map-overview__title{--text-map-overview: clamp(3.75rem, 1.0891rem + 9.901vw, 10rem);font-size:clamp(3.75rem,1.0891rem + 9.901vw,10rem);font-size:var(--text-map-overview);font-weight:var(--font-weight-medium);line-height:1;letter-spacing:var(--letter-spacing-default)}.map-overview__content{display:flex;flex-direction:column;gap:var(--spacing-12)}@media (min-width: 1024px){.map-overview__content{grid-area:content}}.map-overview__text{font-size:var(--text-3xl);line-height:1.2;font-weight:var(--font-weight-medium);letter-spacing:var(--letter-spacing-default)}@media (min-width: 1024px){.map-overview__text{font-size:var(--text-4xl)}}.map-overview__ctas{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--spacing-3)}.map-overview__map{margin-top:var(--spacing-15)}@media (min-width: 1024px){.map-overview__map{grid-area:map}}.map-overview__map svg{width:100%;height:auto}.map-overview__map svg g[id^=pin-]{cursor:pointer;z-index:10;pointer-events:all;border-radius:50%}.map-overview__map svg g[id^=pin-]:focus{outline:transparent}.map-overview__map svg g[id^=pin-]:focus-visible{outline:2px solid white}.map-overview__map svg g[id^=pin-] circle{transform-origin:center;transition:all .5s ease-in-out;transform-box:fill-box}.map-overview__map svg g[id^=pin-] circle:nth-child(1){animation:pulse 2s infinite}.map-overview__map svg g[id^=pin-]:hover circle,.map-overview__map svg g[id^=pin-].is-active circle{fill:#fff;animation:none}.map-overview__map svg g[id^=pin-]:hover circle:nth-child(2),.map-overview__map svg g[id^=pin-].is-active circle:nth-child(2){transform:scale(1.5)}.map-overview__map svg g[id^=pin-].is-inactive circle:nth-child(1){animation:none;transform:scale(0)}.map-overview__items{margin-top:var(--spacing-15)}@media (min-width: 1024px){.map-overview__items{padding-top:var(--spacing-15);margin-top:auto;grid-area:items;max-width:442px}}.map-overview-item{padding-top:var(--spacing-5);padding-bottom:var(--spacing-8);background-image:linear-gradient(to right,#fff),linear-gradient(to right,#fff3);background-size:0% 1px,100% 1px;background-position:top left;background-repeat:no-repeat;transition:background-size .3s ease-in-out,color .3s ease-in-out;color:#ffffff4d;cursor:pointer}@media (min-width: 1024px){.map-overview-item{padding-top:var(--spacing-5);padding-bottom:var(--spacing-5)}}.map-overview-item:last-child{border-bottom:1px solid rgba(255,255,255,.2)}.map-overview-item.is-active{background-size:124px 1px,100% 1px;color:#fff}.map-overview-item.is-active .map-overview-item__description{height:var(--item-description-height)}.map-overview-item__title{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.2;letter-spacing:var(--letter-spacing-default)}@media (min-width: 1024px){.map-overview-item__title{font-size:var(--text-2xl);line-height:1.5}}.map-overview-item__description{height:auto;height:var(--item-description-height, auto);overflow:hidden;font-size:var(--text-body-lg);line-height:1.2;letter-spacing:var(--letter-spacing-default);color:#ffffffb3;transition:height .3s ease-in-out}@media (min-width: 1024px){.map-overview-item__description{font-size:var(--text-body-lg);line-height:-.04em}}.is-ready .map-overview-item__description{height:0}.map-overview-item__description-inner{padding-top:var(--spacing-5)}@media (min-width: 1024px){.map-overview-item__description-inner{padding-bottom:var(--spacing-5)}}@keyframes pulse{0%{transform:scale(0);opacity:1}50%{opacity:.5}to{transform:scale(1.2);opacity:0}}
