.theme-map-section{--map-py: 3rem;--map-col-gap: 2rem;--map-stack-gap: 1rem;--map-content-gap: 1.5rem;--map-contact-gap: .75rem;--map-pin-office: 1.375rem;--map-pin-customer: .875rem;--map-halo: 12.5rem;--map-legend-gap: .75rem;--map-legend-icon: .875rem;--map-contact-icon: 1.125rem;position:relative;padding:var(--map-py) 0;background-color:var(--color-black);color:var(--theme-base-light)}.theme-map-section__layout{display:flex;flex-direction:column;gap:var(--map-col-gap)}@media (min-width: 992px){.theme-map-section__layout{flex-direction:row;align-items:center}}.theme-map-section__map-col{display:flex;flex-direction:column;gap:var(--map-stack-gap)}@media (min-width: 992px){.theme-map-section__map-col{flex:0 0 50%}}@media (min-width: 1200px){.theme-map-section__map-col{flex:0 0 55%}}@media (min-width: 1710px){.theme-map-section__map-col{flex:0 0 50.625rem}}.theme-map-section__content-col{display:flex;flex-direction:column;gap:var(--map-content-gap)}@media (min-width: 992px){.theme-map-section__content-col{flex:1 1 0}}.theme-map-section__map-wrapper{position:relative;aspect-ratio:683/807;overflow:visible}.theme-map-section__map-svg{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.theme-map-section__pins{position:absolute;inset:0}.theme-map-section__pin{position:absolute;transform:translate(-50%,-100%)}.theme-map-section__pin .icon{display:block}.theme-map-section__pin--company{z-index:2}.theme-map-section__pin--company .icon{width:var(--map-pin-office);height:var(--map-pin-office);color:var(--theme-base-light);filter:drop-shadow(0 .125rem .375rem rgba(0,0,0,.5))}.theme-map-section__pin--company:before{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);width:var(--map-halo);height:var(--map-halo);border-radius:50%;background:radial-gradient(circle,#00b4df73,#00b4df2e,#00b4df00 70%);z-index:-1;pointer-events:none}.theme-map-section__pin--customer{z-index:1;cursor:default}.theme-map-section__pin--customer .icon{width:var(--map-pin-customer);height:var(--map-pin-customer);color:var(--theme-secondary-color)}.theme-map-section__pin:hover{z-index:3}.theme-map-section__pin:hover .theme-map-section__pin-tooltip{opacity:1;visibility:visible}.theme-map-section__pin-tooltip{position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);background-color:var(--theme-base-light);color:var(--color-text);font-family:var(--theme-text-ff);font-weight:600;font-size:.75rem;line-height:1.5;padding:.25rem .625rem;border-radius:.25rem;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity var(--theme-transition),visibility var(--theme-transition);pointer-events:none;z-index:10}.theme-map-section__pin-tooltip:after{content:"";position:absolute;top:calc(100% - 1px);left:50%;transform:translate(-50%);border:.3125rem solid transparent;border-top-color:var(--theme-base-light)}.theme-map-section__legend{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}@media (min-width: 576px){.theme-map-section__legend{flex-direction:row;gap:var(--map-legend-gap)}}.theme-map-section__legend-item{display:inline-flex;align-items:center;gap:.625rem}.theme-map-section__legend-item .icon{width:var(--map-legend-icon);height:var(--map-legend-icon)}.theme-map-section__legend-item span{font-family:var(--theme-text-ff);font-weight:400;font-size:var(--theme-base-fs);line-height:var(--theme-text-lh);color:var(--theme-base-light)}.theme-map-section__legend-item--company .icon{color:var(--theme-base-light)}.theme-map-section__legend-item--customer .icon{color:var(--theme-secondary-color)}.theme-map-section__title-text{display:flex;flex-direction:column;gap:var(--map-content-gap)}.theme-map-section__title,.theme-map-section__title.h1,.theme-map-section__title.h2,.theme-map-section__title.h3,.theme-map-section__title.h4,.theme-map-section__title.h5{margin:0;color:var(--theme-base-light)}.theme-map-section__text{color:var(--theme-base-light)}.theme-map-section__text p{margin:0 0 .75rem;font-size:var(--theme-base-fs);line-height:var(--theme-text-lh);color:var(--theme-base-light)}.theme-map-section__text p:last-child{margin-bottom:0}.theme-map-section__text a{color:var(--theme-secondary-color)}.theme-map-section__contacts{display:flex;flex-direction:column;gap:var(--map-contact-gap)}.theme-map-section__contact-row{display:flex;align-items:flex-start;gap:.5rem;text-decoration:none;color:var(--theme-base-light);font-family:var(--theme-text-ff);font-weight:400;font-size:var(--theme-base-fs);line-height:var(--theme-text-lh);transition:opacity var(--theme-transition)}.theme-map-section__contact-row .icon{width:var(--map-contact-icon);height:var(--map-contact-icon);flex-shrink:0;margin-top:.125rem;color:var(--theme-base-light)}.theme-map-section__contact-row span{color:var(--theme-base-light)}@media (any-hover: hover){.theme-map-section__contact-row:hover{opacity:.8}}.theme-map-section__contact-text{display:flex;flex-direction:column;gap:0;color:var(--theme-base-light)}.theme-map-section__contact-text span{display:block}.theme-map-section__buttons{display:flex;flex-direction:column;gap:1rem}@media (min-width: 576px){.theme-map-section__buttons{flex-direction:row;flex-wrap:wrap}}.theme-map-section__map-wrapper:has(.theme-map-section__coords){cursor:crosshair}.theme-map-section__coords{position:absolute;top:.625rem;left:.625rem;background-color:#000000bf;color:#fff!important;font-family:monospace;font-size:.8125rem;line-height:1.4;padding:.375rem .625rem;border-radius:.25rem;pointer-events:none;z-index:20;opacity:0;transition:opacity .15s ease}.theme-map-section__coords.is-visible{opacity:1}@media (min-width: 576px){.theme-map-section{--map-py: 3.5rem;--map-col-gap: 2.5rem;--map-stack-gap: 1.125rem;--map-content-gap: 1.625rem;--map-contact-gap: .8125rem;--map-pin-office: 1.625rem;--map-pin-customer: 1rem;--map-halo: 16.25rem;--map-legend-gap: 1rem;--map-contact-icon: 1.25rem}}@media (min-width: 768px){.theme-map-section{--map-py: 4.5rem;--map-col-gap: 3.5rem;--map-stack-gap: 1.375rem;--map-content-gap: 1.75rem;--map-contact-gap: .875rem;--map-pin-office: 1.875rem;--map-pin-customer: 1.125rem;--map-halo: 21.25rem;--map-legend-gap: 1.25rem;--map-legend-icon: 1rem;--map-contact-icon: 1.375rem}}@media (min-width: 992px){.theme-map-section{--map-py: 5rem;--map-col-gap: 3.75rem;--map-stack-gap: 1.625rem;--map-content-gap: 1.875rem;--map-contact-gap: .9375rem;--map-pin-office: 2.125rem;--map-pin-customer: 1.25rem;--map-halo: 26.25rem;--map-legend-gap: 1.5rem}}@media (min-width: 1200px){.theme-map-section{--map-py: 5.5rem;--map-col-gap: 6.25rem;--map-stack-gap: 1.75rem;--map-content-gap: 2rem;--map-contact-gap: 1rem;--map-pin-office: 2.375rem;--map-pin-customer: 1.375rem;--map-halo: 31.25rem;--map-legend-gap: 1.75rem;--map-legend-icon: 1.125rem;--map-contact-icon: 1.5rem}}@media (min-width: 1710px){.theme-map-section{--map-py: 6.25rem;--map-col-gap: 10.625rem;--map-stack-gap: 2rem;--map-content-gap: 2rem;--map-contact-gap: 1rem;--map-pin-office: 2.5rem;--map-pin-customer: 1.375rem;--map-halo: 35.25rem;--map-legend-gap: 1.875rem;--map-legend-icon: 1.125rem;--map-contact-icon: 1.5rem}}
