.dnd-section:has(.photo-gallery){overflow-x:clip}.photo-gallery{position:relative}.photo-gallery__photos{overflow:visible}.photo-gallery__photo{position:relative;text-decoration:none;width:calc(100% - 2rem)}.photo-gallery__photo>img{aspect-ratio:3/2;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 (max-width:767px){.photo-gallery .swiper-wrapper{width:100%!important}}@media(min-width:768px){.photo-gallery__photos{overflow:hidden}.photo-gallery__photo{aspect-ratio:4/3;border-radius:var(--border-radius);overflow:hidden;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(--secondary-color);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:.8}.photo-gallery__cta{height:0!important;visibility:hidden}}@media(min-width:992px){.photo-gallery__photo>img{aspect-ratio:4/3}}.photo-gallery__nav-buttons{display:none}.photo-gallery__pagination{margin-top:2.4rem;margin-inline:auto;text-align:center;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))}}