﻿
@import url('./_location-banner-section.css?v=90');
@import url('./_cta-section.css?v=99');
@import url('./_hologram.css?v=100');

body{overflow: clip;}

/* LOCATIONS LISTING SECTION */

.locations-listing-section { background: var(--Muted); }
.loc-listing-wrap { align-items: flex-start; gap: 100px; }

.loc-region { padding: 40px 0; border-bottom: 1px solid rgba(0, 77, 153, 0.10); }
.loc-region:first-child { padding-top: 80px; }
.loc-region:last-child  { border-bottom: none; padding-bottom: 80px; }

.loc-region-header { align-items: flex-start; gap: 24px; margin-bottom: 35px; }
.loc-region-label { flex: 0 0 148px; padding-top: 6px; }
.loc-region-label span { display: block; font-size: 12px; font-weight: 500; letter-spacing: 1.2px; text-transform: uppercase; color: var(--Primary); line-height: 100%; margin-bottom: 16px; }
.loc-region-desc h2 { font-size: 28px; font-weight: 400; line-height: 120%; color: var(--Foreground); margin-bottom: 16px; }

ul.loc-items-list { margin: 0; padding: 0; }
ul.loc-items-list > li { padding: 16px 16px 16px 0; justify-content: space-between; align-items: center; margin-bottom: 20px; border-radius: 0 999px 999px 0; background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 69.71%); }
ul.loc-items-list > li:last-child {margin-bottom: 0;}
ul.loc-items-list > li::before { display: none; }

.loc-item-content h3 { font-size: 20px; font-weight: 600; line-height: 100%; margin-bottom: 8px; color: var(--Primary); }
.loc-city-name a { color: var(--Primary); }
.loc-city-name a:hover { color: var(--Foreground); }
.loc-item-content span.loc-entity { color: var(--Foreground); margin-bottom: 8px; display: block; line-height: 100%; }

.loc-phones { gap: 16px; margin-bottom: 9px; width: auto; }
a.loc-phone { color: var(--Foreground); gap: 4px; width: auto; line-height: 1; text-decoration: none; display: inline-flex; align-items: center; }
a.loc-phone:hover { color: var(--Secondary); }
a.loc-phone figure { max-width: 16px; }
a.loc-phone img { width: 16px; object-fit: contain;}

address.loc-address { font-size: 12px; line-height: 150%; color: var(--Foreground-75); font-style: normal; margin-bottom: 0; font-weight: 400; position: relative; margin-top: 8px; padding-top: 8px; }

.loc-globe-sticky { position: sticky; top: 0; padding: 80px 0; }
.loc-globe-wrap figure { width: 100%; display: block; margin: 0; }
.loc-globe-wrap figure img { width: 100%; height: auto; display: block; opacity: 0.85; }

.map-dot { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--Primary); border: 2px solid var(--White); box-shadow: 0 0 0 2px var(--Primary); transform: translate(-50%, -50%); display: block; }


@media only screen and (min-width: 768px) {
    .cta-wrapper{border-top: 1px solid var(--Subtle-2); padding-top: 80px;}
}
@media only screen and (min-width: 1024px) {
    .loc-address::before { position: absolute; display: block; top: 0; width: 100%; height: 1px; background: rgba(0, 129, 255, 0.50); content: ""; }
    .loc-listing-left { flex: 0 0 512px; min-width: 0; }
    .loc-item-content { flex: 1; min-width: 0; }
    .loc-item-image { flex: 0 0 165px; width: 165px; height: 165px; }
    .loc-listing-right { flex: 1; min-width: 0; align-self: stretch; }
}
@media only screen and (min-width: 1400px) {
    .locations-listing-section .container { max-width: none; padding: 0; }
    .loc-listing-wrap { padding-left: calc((100vw - 1200px) / 2); }
}
@media only screen and (max-width: 1399px) and (min-width: 1024px) {
    .locations-listing-section .container { max-width: none; padding: 0; }
    .loc-listing-wrap { padding-left: max(40px, calc((100vw - 1200px) / 2)); gap: 40px; }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .loc-address::before { position: absolute; display: block; top: 0; width: 100%; height: 1px; background: rgba(0, 129, 255, 0.50); content: ""; }
    .loc-item-content { flex: 1; }
}

@media only screen and (max-width: 1023px) {
    .loc-listing-wrap { flex-direction: column; }
    .loc-listing-right { display: none; }
    .loc-region-label { flex: 0 0 120px; }
    .loc-region-desc p { font-size: 22px; }
    .cta-section{padding: 0;}
    
}

@media only screen and (max-width: 767px) {
    .loc-listing-wrap { text-align: center; }
    .loc-region { padding: 26px 0; }
    .loc-region:first-child { padding-top: 50px; }
    .loc-region:last-child  { padding-bottom: 56px; }
    .loc-region-header { flex-direction: column; gap: 10px; margin-bottom: 33px; }
    .loc-region-label { flex: none; }
    .loc-region-desc h2 { font-size: 22px; font-weight: 400; line-height: 26px; }
    .loc-region-desc p { font-size: 20px; }
    ul.loc-items-list > li { padding: 32px 32px 0; margin-bottom: 18px; align-items: flex-start; gap: 16px; flex-direction: column-reverse; border-radius: 999px 999px 0 0; background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 69.71%);}
    .loc-phones { display: none; }
    .loc-phone-mobile { color: var(--Subtle-Foreground); line-height: 150%; text-decoration: none; border: 1px solid var(--Subtle); padding: 12px 16px; width: 100%; }
    .loc-phone-mobile figure { width: 16px; height: auto; flex-shrink: 0; }
    .loc-item-content{width: 100%;}
    .loc-item-content span.loc-entity{margin-bottom: 12px;}
    address.loc-address{margin: 3px 0 0;}
    .cta-section{border-top: 1px solid var(--Subtle-2);}
    .cta-wrapper{padding: 40px 0;}
    .loc-item-image{width: 100%;}
    
}
