.offices-gallery{width:100%}.offices-gallery__location{margin-bottom:0}.offices-gallery__header{background-color:var(--primary-color);padding:var(--spacing-xl) var(--spacing-md);text-align:center;position:relative;overflow:hidden}.offices-gallery__header:before{content:"";pointer-events:none;background:linear-gradient(135deg,rgba(2,103,167,.15) 0%,transparent 60%);position:absolute;top:0;bottom:0;left:0;right:0}@media (min-width:768px){.offices-gallery__header{padding:var(--spacing-2xl) var(--spacing-lg)}}.offices-gallery__location-name{font-family:var(--font-family-heading);font-size:max(1.75rem,min(1.4rem + 1.8vw,2.75rem));font-weight:var(--font-weight-normal);color:var(--text-light);letter-spacing:2px;text-transform:capitalize;margin:0;position:relative}.offices-gallery__location-subtitle{font-family:var(--font-family-subtitle);font-size:var(--font-h4);font-weight:var(--font-weight-bold);color:var(--tertiary-color);text-transform:uppercase;letter-spacing:3px;margin-bottom:var(--spacing-xs);display:block;position:relative}.offices-gallery__location-divider{background-color:var(--tertiary-color);width:60px;height:3px;margin:var(--spacing-sm) auto 0;border-radius:2px;position:relative}.offices-gallery__grid{grid-template-columns:1fr;gap:0;display:grid}@media (min-width:640px){.offices-gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.offices-gallery__grid{grid-template-columns:repeat(3,1fr)}.offices-gallery__grid--4{grid-template-columns:repeat(2,1fr)}}@media (min-width:640px){.offices-gallery__grid--5{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.offices-gallery__grid--5{grid-template-columns:repeat(3,1fr)}.offices-gallery__grid--5 .offices-gallery__photo:first-child{grid-area:1/1/3/2}.offices-gallery__grid--5 .offices-gallery__photo:first-child .offices-gallery__photo-image{height:100%}.offices-gallery__grid--6{grid-template-columns:repeat(3,1fr)}}@media (min-width:640px){.offices-gallery__grid--2{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.offices-gallery__grid--2{grid-template-columns:repeat(2,1fr)}}.offices-gallery__photo{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;margin:0;padding:0;display:block;position:relative;overflow:hidden}.offices-gallery__photo:hover .offices-gallery__photo-image{transform:scale(1.05)}.offices-gallery__photo:hover .offices-gallery__photo-overlay{opacity:1}.offices-gallery__photo-image{object-fit:cover;width:100%;height:280px;transition:transform .4s;display:block}@media (min-width:768px){.offices-gallery__photo-image{height:340px}}@media (min-width:1024px){.offices-gallery__photo-image{height:380px}}.offices-gallery__photo-overlay{padding:var(--spacing-lg);opacity:0;background:linear-gradient(transparent 50%,rgba(0,49,80,.7) 100%);align-items:flex-end;transition:opacity .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.offices-gallery__photo-caption{font-family:var(--font-family);color:var(--text-light);font-size:15px;font-weight:var(--font-weight-medium)}.offices-gallery__location:nth-child(2n) .offices-gallery__header{background-color:var(--secondary-color)}.offices-lightbox{z-index:9999;background:rgba(0,0,0,.92);justify-content:center;align-items:center;animation:.25s lightboxFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.offices-lightbox__close{top:var(--spacing-md);right:var(--spacing-md);color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;width:40px;height:40px;padding:0;transition:opacity .2s;position:absolute}.offices-lightbox__close:hover{opacity:.7}.offices-lightbox__close svg{width:100%;height:100%}.offices-lightbox__arrow{color:#fff;cursor:pointer;z-index:10;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.offices-lightbox__arrow:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5)}.offices-lightbox__arrow svg{width:24px;height:24px}.offices-lightbox__arrow--prev{left:var(--spacing-md)}.offices-lightbox__arrow--next{right:var(--spacing-md)}.offices-lightbox__content{flex-direction:column;align-items:center;max-width:90vw;max-height:85vh;display:flex}.offices-lightbox__image{object-fit:contain;border-radius:4px;width:auto;max-width:90vw;height:auto;max-height:75vh}.offices-lightbox__caption{color:#fff;font-family:var(--font-family);font-size:16px;font-weight:var(--font-weight-medium);margin-top:var(--spacing-sm);text-align:center}.offices-lightbox__counter{color:rgba(255,255,255,.5);font-family:var(--font-family);text-align:center;margin-top:4px;font-size:14px}
