.uu-locations{background-color:var(--bi-white,#fafafa);overflow:hidden;padding:7rem 0 8rem;position:relative}.uu-locations__container{margin:0 auto;max-width:1280px;padding:0 1.5rem}.uu-locations__header{margin:0 auto 4rem;max-width:700px;text-align:center}.uu-locations__overline{color:var(--bi-blue,#00f);display:inline-block;font-size:.8125rem;font-weight:700;letter-spacing:.08em;margin-bottom:1rem;text-transform:uppercase}.uu-locations__headline{color:var(--bi-dark-1,#131315);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;letter-spacing:-.01em;line-height:1.15;margin:0 0 1.25rem}.uu-locations__intro{color:var(--bi-mid-gray,#6e6e6e);font-size:1.0625rem;line-height:1.7;margin:0}.uu-locations__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(5,1fr);margin-bottom:3rem}.uu-locations__card{align-items:center;background-color:var(--bi-dark-1,#131315);border-radius:1.25rem;display:flex;flex-direction:column;padding:2.25rem 1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.uu-locations__card:hover{box-shadow:0 12px 32px rgba(0,0,0,.15);transform:translateY(-4px)}.uu-locations__card-image{border-radius:.75rem;height:120px;margin-bottom:1.25rem;overflow:hidden;width:100%}.uu-locations__card-image img{height:100%;object-fit:cover;opacity:.7;transition:opacity .3s ease,transform .5s ease;width:100%}.uu-locations__card:hover .uu-locations__card-image img{opacity:1;transform:scale(1.05)}.uu-locations__card-icon{align-items:center;color:var(--bi-blue-light,#2e75ff);display:flex;height:48px;justify-content:center;margin-bottom:1rem;width:48px}.uu-locations__card-city{color:var(--bi-white,#fafafa);font-size:1.125rem;font-weight:700;line-height:1.3;margin:0 0 .375rem}.uu-locations__card-detail{color:hsla(0,0%,98%,.65);font-size:.8125rem;line-height:1.4}.uu-locations__card-maps{align-items:center;color:hsla(0,0%,98%,.6);display:inline-flex;font-size:.75rem;font-weight:500;gap:.375rem;margin-top:.75rem;text-decoration:none;transition:color .2s ease}.uu-locations__card-maps:hover{color:var(--bi-blue-light,#2e75ff)}.uu-locations__gallery{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.uu-locations__gallery-item{aspect-ratio:3/2;border-radius:.75rem;overflow:hidden}.uu-locations__gallery-item img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.uu-locations__gallery-item:hover img{transform:scale(1.05)}.uu-locations__card-maps:focus-visible{outline:2px solid var(--bi-blue-light,#2e75ff);outline-offset:2px}@media (max-width:1024px){.uu-locations__grid{grid-template-columns:repeat(3,1fr)}.uu-locations__gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.uu-locations{padding:4.5rem 0 5rem}.uu-locations__grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.uu-locations__card{padding:1.75rem 1.25rem}.uu-locations__gallery{grid-template-columns:repeat(2,1fr)}}[data-scroll-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}[data-scroll-reveal].is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){[data-scroll-reveal]{opacity:1;transform:none;transition:none}}