.b-image-gallery__wrapper{display:grid;gap:0 .5rem;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.b-image-gallery__wrapper{gap:0 1.5rem;grid-template-columns:repeat(4,1fr)}}.b-image-gallery--inactive .b-image-gallery__wrapper{opacity:.8}.b-image-gallery .wp-block-image img{aspect-ratio:1.44;border-radius:.75rem;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(min-width:768px){.b-image-gallery .wp-block-image img{cursor:pointer}}.b-image-gallery .wp-block-image .wp-element-caption{display:none}.b-image-gallery .wp-block-image:not(.is-visible){height:0;opacity:0;visibility:hidden}.b-image-gallery .wp-block-image.is-visible{height:auto;opacity:1;transition:opacity .2s ease-in,visibility .2s ease-in,margin-top .1s ease-in;visibility:visible}.b-image-gallery .wp-block-image:not(:first-child,:nth-child(2)).is-visible{margin-top:.5rem}@media(min-width:768px){.b-image-gallery .wp-block-image:nth-child(3).is-visible,.b-image-gallery .wp-block-image:nth-child(4).is-visible{margin-top:0}.b-image-gallery .wp-block-image:not(:first-child,:nth-child(2),:nth-child(3),:nth-child(4)).is-visible{margin-top:1.5rem}}.b-image-gallery__button{color:var(--color-green);transition:color .3s ease-in}.b-image-gallery__button--next{right:2rem}.b-image-gallery__button--prev{left:2rem}.b-image-gallery__button:hover{color:var(--color-green-hover)}.b-image-gallery__lightbox{align-items:center;background-color:rgba(13,39,67,.75);display:flex;height:100%;justify-content:center;left:0;opacity:0;overflow:hidden;position:fixed;top:0;transition:opacity .3s ease-out,visibility .3s ease-out;visibility:hidden;width:100%;z-index:10}.b-image-gallery__lightbox.b-image-gallery__lightbox--visible{opacity:1;visibility:visible}.b-image-gallery__lightbox-close{cursor:pointer;height:2rem;position:absolute;right:2rem;top:2rem;width:2rem;z-index:2}.b-image-gallery__lightbox-close:after,.b-image-gallery__lightbox-close:before{background-color:var(--color-green);content:" ";height:2rem;position:absolute;right:1rem;top:0;transition:background-color .3s ease-in;width:.125rem}.b-image-gallery__lightbox-close:before{transform:rotate(45deg)}.b-image-gallery__lightbox-close:after{transform:rotate(-45deg)}.b-image-gallery__lightbox-close:hover:after,.b-image-gallery__lightbox-close:hover:before{background-color:var(--color-green-hover)}.b-image-gallery__swiper .swiper-container{height:100%;width:100%}.b-image-gallery__swiper .swiper-slide{align-items:center;align-self:center;display:flex;height:auto;justify-content:center;position:relative}@media(min-width:768px){.b-image-gallery__swiper .swiper-slide{height:40vh;width:auto}}@media(min-width:1200px){.b-image-gallery__swiper .swiper-slide{height:70vh}}.b-image-gallery__swiper .swiper-slide img{height:100%;max-height:100%;max-width:100%;width:100%}.b-image-gallery__swiper .swiper-slide:before{background-color:rgba(13,39,67,.6);content:"";height:100%;position:absolute;transition:background-color .3s ease-in;width:100%;z-index:10}.b-image-gallery__swiper .swiper-slide.swiper-slide-active:before{background-color:transparent}.b-image-gallery__show-more{color:var(--color-green);cursor:pointer;display:flex;font-size:1rem;justify-content:center;margin:1.5rem 0;text-align:center;transition:color .2s ease-in}@media(min-width:768px){.b-image-gallery__show-more{margin:3rem 0}}.b-image-gallery__show-more:hover{color:var(--color-green-hover)}.b-image-gallery__show-more.is-hidden{display:none}