.gallery{container-type:inline-size;margin-top:var(--rnb--margin-between--blocks)}.gallery__heading{font-size:var(--wp--preset--font-size--h-2);line-height:var(--rnb--line-height--h2)}.gallery__thumbnails{display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);margin-top:1.5rem}@media (min-width:768px){.gallery__thumbnails{gap:1rem;grid-template-columns:repeat(4,1fr);margin-top:2.5rem}}.gallery__thumb{background-color:var(--wp--preset--color--black,#000);position:relative}.gallery__thumb:hover{cursor:pointer}.gallery__thumb:hover:after{opacity:1}.gallery__thumb:hover img{opacity:.8;z-index:1}.gallery__thumb:after{background-color:var(--wp--preset--color--white,#fff);bottom:1rem;content:"";height:1.5rem;left:1rem;mask-image:url(../../../img/icons/search.svg);mask-repeat:no-repeat;mask-size:cover;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s ease-in-out;width:1.5rem}@media (min-width:768px){.gallery__thumb:after{bottom:1.5rem;height:3rem;left:1.5rem;width:3rem}@container (max-width: 600px){.gallery__thumb:after{bottom:.5rem;height:1rem;left:.5rem;width:1rem}}@container (max-width: 900px){.gallery__thumb:after{bottom:1rem;height:1.5rem;left:1rem;width:1.5rem}}}.gallery__thumb img{aspect-ratio:1/1;display:block;height:auto;object-fit:cover;transition:opacity .3s ease;width:100%}.gallery__thumb img:focus,.gallery__thumb img:focus-within{outline:solid;outline-color:currentcolor;outline-offset:3px;outline-width:2px}.gallery__lightbox{background-color:var(--wp--preset--color--black,#000);border:none;color:var(--wp--preset--color--white,#fff);cursor:pointer;height:100vh;left:0;opacity:0;padding:0 .5rem;position:fixed;top:0;width:100vw;z-index:2}@media (min-width:768px){.gallery__lightbox{padding:3.75rem 3.5rem}}.gallery__lightbox-content{cursor:default;max-width:100%;width:auto}.gallery__lightbox-slide-wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.gallery__lightbox-slide-wrapper img{height:auto;max-height:80vh;max-width:100%;object-fit:contain;width:auto}.gallery__lightbox-button:focus,.gallery__lightbox-button:focus-within{outline:solid;outline-color:currentcolor;outline-width:2px}.gallery__lightbox-button{align-items:center;background-color:#0000;border:none;color:var(--wp--preset--color--white,#fff);cursor:pointer;display:flex;flex-flow:row nowrap;height:1.5rem;justify-content:center;margin:0;padding:.25rem;transition:color .3s ease,background-color .3s ease;width:1.5rem}@media (min-width:768px){.gallery__lightbox-button{height:2rem;width:2rem}}.gallery__lightbox-button--close,.gallery__lightbox-button:hover{background-color:var(--wp--preset--color--white,#fff);color:var(--wp--preset--color--black,#000)}.gallery__lightbox-button--close{position:absolute;right:0;top:0}@media (min-width:768px){.gallery__lightbox-button--close{height:2.5rem;width:2.5rem}}.gallery__lightbox-button--close:hover{background-color:var(--wp--preset--color--black,#000);color:var(--wp--preset--color--white,#fff)}.gallery__lightbox-button i{height:100%;width:100%}.gallery__lightbox-button.swiper-button-disabled{opacity:0}.gallery__lightbox-pagination{align-items:center;column-gap:2.5rem;display:flex;flex-flow:row nowrap;font-size:var(--wp--preset--font-size--body);justify-content:center;line-height:var(--rnb--line-height--body);margin-top:1.5rem;padding-bottom:1.5rem}.gallery__lightbox.gallery-lightbox--open{align-items:center;animation:b .25s ease-in-out normal;display:flex;justify-content:center;opacity:1}.gallery__lightbox.gallery-lightbox--closing{animation:c .25s ease-in-out normal;display:block}.gallery__lightbox.gallery-lightbox--closed{display:none}.gallery__lightbox-swiper .swiper-slide-active{align-items:center;display:flex;flex-flow:row nowrap;justify-content:center}.gallery body:has(.gallery-lightbox[aria-hidden=false]) #wpadminbar{display:none}@keyframes b{0%{opacity:0}to{opacity:1}}@keyframes c{0%{opacity:1}to{opacity:0}}