.theme-gallery{--gal-py: 3.5rem;--gal-row-gap: 1.25rem;--gal-col-gap: 1.25rem;--gal-header-gap: 1.5rem;position:relative;isolation:isolate;padding:var(--gal-py) 0}.theme-gallery.section-bg--white{background-color:var(--theme-base-light, #ffffff)}.theme-gallery.section-bg--blue{background-color:var(--theme-base-soft, #e5eef4)}.theme-gallery.section-bg--dark{background-color:var(--color-black, #0b0e10);color:var(--theme-base-light)}.theme-gallery.section-bg--dark .theme-gallery__title,.theme-gallery.section-bg--dark .theme-gallery__description{color:var(--theme-base-light)}.theme-gallery__header{display:flex;flex-direction:column;gap:var(--gal-header-gap);margin-bottom:2rem}@media (min-width: 992px){.theme-gallery__header{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:3rem}}.theme-gallery__title{margin:0;font-family:var(--theme-heading-ff);font-weight:800;color:var(--theme-primary-color, #004A6D);font-size:clamp(2rem,4.5vw,3.75rem);line-height:1.2;letter-spacing:-.01em}.theme-gallery__title .accent{color:var(--theme-secondary-color)}.theme-gallery__description{margin:0;padding:0 0 0 2rem;border-left:.25rem solid var(--theme-primary-color, #004A6D);font-family:var(--theme-text-ff);font-weight:400;font-size:var(--theme-base-fs);line-height:var(--theme-text-lh, 1.5);color:var(--theme-base-text, #282A2B);max-width:41.875rem}.theme-gallery__description p{margin:0}@media (min-width: 992px){.theme-gallery__description{align-self:stretch;display:flex;align-items:center}}.theme-gallery__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:var(--gal-row-gap) var(--gal-col-gap)}@media (min-width: 576px){.theme-gallery__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.theme-gallery__grid{grid-template-columns:repeat(3,1fr)}}.theme-gallery__item{margin:0}.theme-gallery__thumb{display:block;width:100%;padding:0;margin:0;border:0;background:transparent;cursor:zoom-in;overflow:hidden;aspect-ratio:530/298;position:relative}.theme-gallery__thumb:focus-visible{outline:2px solid var(--theme-secondary-color);outline-offset:4px}.theme-gallery__img,.theme-gallery__thumb img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.theme-gallery__thumb:hover .theme-gallery__img,.theme-gallery__thumb:hover img{transform:scale(1.03)}@media (min-width: 992px){.theme-gallery{--gal-py: 5rem;--gal-row-gap: 1.875rem;--gal-col-gap: 1.875rem;--gal-header-gap: 2rem}}@media (min-width: 1710px){.theme-gallery{--gal-py: 6.25rem}}.theme-gallery__lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;--lb-pad-y: 3rem;--lb-pad-x: 1rem;--lb-arrow-space: 3.5rem;padding:var(--lb-pad-y) var(--lb-pad-x);background-color:#000c;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);opacity:0;transition:opacity .2s ease}.theme-gallery__lightbox[hidden]{display:none}.theme-gallery__lightbox.is-open{opacity:1}@media (min-width: 768px){.theme-gallery__lightbox{--lb-pad-y: 5rem;--lb-pad-x: 4rem;--lb-arrow-space: 5rem}}@media (min-width: 992px){.theme-gallery__lightbox{--lb-pad-y: 7.5rem;--lb-pad-x: 8.75rem;--lb-arrow-space: 6rem}}@media (min-width: 1200px){.theme-gallery__lightbox{--lb-pad-y: 10rem;--lb-pad-x: 12.5rem;--lb-arrow-space: 7rem}}@media (min-width: 1710px){.theme-gallery__lightbox{--lb-pad-y: 12.5rem;--lb-pad-x: 17.1875rem;--lb-arrow-space: 7rem}}.theme-gallery__lightbox-figure{margin:0;min-width:0;min-height:0;display:flex;flex-direction:column;align-items:center;gap:.75rem;flex:0 1 auto}.theme-gallery__lightbox-img{display:block;max-width:calc(100vw - var(--lb-pad-x) * 2 - var(--lb-arrow-space) * 2);max-height:calc(100vh - var(--lb-pad-y) * 2);width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:.125rem;box-shadow:0 1.25rem 3.75rem #0006}.theme-gallery__lightbox-caption{color:#ffffffd9;font-size:.875rem;line-height:1.4;max-width:45rem;text-align:center}.theme-gallery__lightbox-caption[hidden]{display:none}.theme-gallery__lightbox-close{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem .5rem .75rem;border:0;background-color:#ffffff24;color:#fff;cursor:pointer;font-family:var(--theme-text-ff, inherit);line-height:1;display:inline-flex;align-items:center;gap:.5rem;border-radius:62.4375rem;transition:background-color .15s ease,transform .15s ease}.theme-gallery__lightbox-close:hover{background-color:#ffffff47;transform:translateY(-1px)}.theme-gallery__lightbox-close:focus-visible{background-color:#ffffff47;outline:2px solid var(--theme-secondary-color);outline-offset:2px}@media (min-width: 992px){.theme-gallery__lightbox-close{top:2rem;right:2rem;padding:.625rem 1.25rem .625rem .875rem}}.theme-gallery__lightbox-close-icon{font-size:1.75rem;font-weight:300;line-height:1;margin-top:-.1875rem}.theme-gallery__lightbox-close-label{font-size:.9375rem;font-weight:600;letter-spacing:.01em}@media (min-width: 992px){.theme-gallery__lightbox-close-label{font-size:1rem}}.theme-gallery__lightbox-nav{width:3rem;height:3rem;padding:0;border:0;background:transparent;color:#fff;cursor:pointer;font-size:1.75rem;line-height:1;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .15s ease;flex-shrink:0}.theme-gallery__lightbox-nav:hover,.theme-gallery__lightbox-nav:focus-visible{background-color:#ffffff1f}.theme-gallery__lightbox-nav:focus-visible{outline:2px solid var(--theme-secondary-color);outline-offset:2px}.theme-gallery__lightbox-nav--prev{margin-right:.5rem;order:-1}.theme-gallery__lightbox-nav--next{margin-left:.5rem}@media (min-width: 992px){.theme-gallery__lightbox-nav{width:4rem;height:4rem;font-size:2.25rem}.theme-gallery__lightbox-nav--prev{margin-right:1.5rem}.theme-gallery__lightbox-nav--next{margin-left:1.5rem}}body.is-gallery-lightbox-open{overflow:hidden}body.admin-bar .theme-gallery__lightbox-close{top:calc(46px + .5rem)}@media (min-width: 783px){body.admin-bar .theme-gallery__lightbox-close{top:calc(32px + 1rem)}}
