@charset "UTF-8";.gallery--item{isolation:isolate;border-radius:var(--block-border-radius, 16px)}.gallery--item{box-shadow:var(--block-shadows)}.gallery{display:block}.gallery--inner.gallery--carousel{display:flex;flex-wrap:nowrap;overflow:hidden;min-width:100%;padding:0;position:relative}.gallery--carousel{--gallery-items-per-row-mobile: 1;--gallery-items-per-row-desktop: 4;--gallery-mobile-reference-width: 280px;--gallery-desktop-reference-width: 1440px}.gallery--carousel .carousel__slide{flex-shrink:0;margin-bottom:0}@media only screen and (max-width: 767px){.gallery--carousel.column-spacing--none .carousel__slide{width:calc(var(--gallery-mobile-reference-width) / var(--gallery-items-per-row-mobile))}.gallery--carousel.column-spacing--small .carousel__slide,.gallery--carousel.column-spacing--medium .carousel__slide,.gallery--carousel.column-spacing--large .carousel__slide{width:calc((var(--gallery-mobile-reference-width) - (var(--gallery-items-per-row-mobile) - 1) * 10px) / var(--gallery-items-per-row-mobile))}}@media only screen and (min-width: 768px){.gallery--carousel.column-spacing--none .carousel__slide{width:calc(var(--gallery-desktop-reference-width) / var(--gallery-items-per-row-desktop))}.gallery--carousel.column-spacing--small .carousel__slide{width:calc((var(--gallery-desktop-reference-width) - (var(--gallery-items-per-row-desktop) - 1) * 10px) / var(--gallery-items-per-row-desktop))}.gallery--carousel.column-spacing--medium .carousel__slide{width:calc((var(--gallery-desktop-reference-width) - (var(--gallery-items-per-row-desktop) - 1) * 20px) / var(--gallery-items-per-row-desktop))}.gallery--carousel.column-spacing--large .carousel__slide{width:calc((var(--gallery-desktop-reference-width) - (var(--gallery-items-per-row-desktop) - 1) * 40px) / var(--gallery-items-per-row-desktop))}}.gallery--carousel.flickity-enabled{overflow:visible}.gallery--carousel.column-spacing--small .carousel__slide,.gallery--carousel.column-spacing--medium .carousel__slide{margin-right:10px}@media only screen and (min-width: 768px){.gallery--carousel.column-spacing--medium .carousel__slide{margin-right:20px}}.gallery--carousel.column-spacing--large .carousel__slide{margin-right:10px}@media only screen and (min-width: 768px){.gallery--carousel.column-spacing--large .carousel__slide{margin-right:40px}}.gallery--carousel.column-spacing--none .carousel__slide{margin-right:0}.gallery .section-header{justify-content:flex-end}.gallery .section-header .section-header--content{display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column}@media only screen and (max-width: 767px){.gallery .section-header .section-header--content{justify-content:flex-start;align-items:flex-start}}.gallery--carousel.column-spacing--none .gallery--item{border-radius:0}.gallery--item{position:relative;overflow:hidden}.gallery--item figure.gallery--item-figure.aspect-ratio{width:100%;margin:0}.gallery--item figure.gallery--item-figure.aspect-ratio img,.gallery--item figure.gallery--item-figure.aspect-ratio picture img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:10}.gallery--item figure:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:11;background:rgba(var(--overlay-color-rgb),var(--overlay-opacity))}.gallery--item .gallery__video{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.gallery--item .gallery__video video{height:100%;width:100%;object-fit:cover}.gallery--item-content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;display:flex;padding:16px;color:#fff}@media only screen and (min-width: 768px){.gallery--item-content{padding:16px}}.gallery--item-content.content-top-left{justify-content:flex-start;align-items:flex-start}.gallery--item-content.content-top-center{justify-content:center;align-items:flex-start}.gallery--item-content.content-top-right{justify-content:flex-end;align-items:flex-start}.gallery--item-content.content-middle-left{justify-content:flex-start;align-items:center}.gallery--item-content.content-middle-center{justify-content:center;align-items:center}.gallery--item-content.content-middle-right{justify-content:flex-end;align-items:center}.gallery--item-content.content-bottom-left{justify-content:flex-start;align-items:flex-end}.gallery--item-content.content-bottom-center{justify-content:center;align-items:flex-end}.gallery--item-content.content-bottom-right{justify-content:flex-end;align-items:flex-end}.gallery--item-content h4{color:inherit;margin-bottom:8px}.gallery--item-content h4+.button{margin-top:20px}.gallery--item-content p{margin-bottom:8px;line-height:1}.gallery--item-content p.subheading{font-size:.75rem;margin-bottom:15px}@media only screen and (min-width: 1068px){.gallery--item-content .description-size--small{font-size:.9375rem}}@media only screen and (min-width: 1068px){.gallery--item-content .description-size--large{font-size:1.25rem}}.gallery--item-content .description-size p{font-size:inherit}@media only screen and (min-width: 768px){.gallery--item-content>div{max-width:90%}}.gallery--item-content>div>*:last-child{margin-bottom:0}.gallery--item-content .button,.gallery--item-content .text-button{position:relative;z-index:22}.gallery--item-content-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:21}
