.photo-gallery{position:relative}.photo-gallery__photos{max-width:calc(100vw - 4rem);width:var(--container-width)}.photo-gallery__photo{pointer-events:none;position:relative;text-decoration:none}.photo-gallery__photo>img{aspect-ratio:4/3;border-radius:var(--border-radius);height:100%;margin-bottom:1rem;object-fit:cover;width:100%}.photo-gallery__expand{display:none}.photo-gallery__cta{align-self:center;justify-items:center;text-align:center}@media(min-width:768px){.photo-gallery__photo{aspect-ratio:4/3;border-radius:var(--border-radius);overflow:hidden;pointer-events:auto;position:relative}.photo-gallery__photo>img{aspect-ratio:unset;border-radius:unset;inset:0;margin-bottom:0;position:absolute}.photo-gallery__expand{background-color:var(--accent-color-1);border-radius:50%;display:grid;height:4rem;opacity:0;place-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:opacity .2s ease;width:4rem}.photo-gallery__photo:active .photo-gallery__expand,.photo-gallery__photo:focus .photo-gallery__expand,.photo-gallery__photo:hover .photo-gallery__expand{opacity:.3}.photo-gallery__cta{height:0!important;visibility:hidden}}.photo-gallery__nav-buttons{display:none}.photo-gallery__pagination{margin-top:2.4rem;margin-inline:auto;transform:translateX(0)!important}.photo-gallery .swiper-button-disabled{opacity:.3;pointer-events:none}@media(min-width:1340px){.photo-gallery__nav-buttons{display:flex;gap:var(--gap);justify-content:center}.photo-gallery__nav-button{display:block;font-size:0;position:absolute;top:50%;transform:translate(-50%);z-index:2}.photo-gallery__nav-button>svg>circle{fill:var(--primary-color)}.photo-gallery__nav-button:hover{cursor:pointer}.photo-gallery__nav-button:active>svg>circle,.photo-gallery__nav-button:focus>svg>circle,.photo-gallery__nav-button:hover>svg>circle{fill:var(--primary-color-hover)}.photo-gallery__nav-button--prev{left:-2rem;transform:translate(-100%,calc(-50% - 1.5rem))}.photo-gallery__nav-button--next{right:-2rem;transform:translate(100%,calc(-50% - 1.5rem))}}#photoGalleryCTA{display:none}@media(max-width:767px){.glightbox-container{display:none}.pswp-caption-content{color:var(--base-color);display:block;font-size:1.4rem;text-align:center}}@media(min-width:768px){.gslide #photoGalleryCTA{background-color:var(--white);border-radius:var(--border-radius);display:grid;height:100%;justify-items:center;padding:8rem;place-content:center;text-align:center;width:100%}}