.gallery:empty{display:none}.gallery{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem 1.5rem;justify-content:space-between;margin:0 auto;padding:1.5rem}.gallery.container-size-narrow{margin-top:1.5rem}.gallery.inset-true{padding-left:1.5rem;padding-right:1.5rem}.gallery.align-LEFT{justify-content:flex-start}.gallery .image-wrap,.gallery .video-wrap{flex:0 0 100%}.gallery .image-wrap img,.gallery .image-wrap video{aspect-ratio:16/9;border-radius:var(--image-border-radius);display:block;height:auto;object-fit:cover;object-position:center;width:100%}.gallery.crop-portrait .image-wrap img,.gallery.crop-portrait .image-wrap video{aspect-ratio:8/16;height:auto}.gallery.crop-square .image-wrap img,.gallery.crop-square .image-wrap video{aspect-ratio:1;height:auto}.gallery.crop-wide .image-wrap img,.gallery.crop-wide .image-wrap video{aspect-ratio:21/9;height:auto}.gallery.crop-superwide .image-wrap img,.gallery.crop-superwide .image-wrap video{aspect-ratio:32/9;height:auto}.gallery .image-wrap.crop-portrait img,.gallery .image-wrap.crop-portrait video{aspect-ratio:8/16;height:auto}.gallery .image-wrap.crop-square img,.gallery .image-wrap.crop-square video{aspect-ratio:1;height:auto}.gallery .image-wrap.crop-wide img,.gallery .image-wrap.crop-wide video{aspect-ratio:21/9;height:auto}.gallery .image-wrap.crop-superwide img,.gallery .image-wrap.crop-superwide video{aspect-ratio:32/9;height:auto}.gallery.align-LEFT .image-wrap{justify-content:flex-start}.gallery.align-LEFT .image-wrap img{object-position:left center}@media (min-width:1024px){.gallery{gap:1rem;padding:0}.gallery .image-wrap{flex:0 0 calc(20% - 1rem)}.gallery.count-1 .image-wrap{flex:0 0 100%}.gallery.count-2{gap:4rem}.gallery.count-2 .image-wrap{flex:0 0 calc(50% - 2rem)}.gallery.count-3{gap:4rem}.gallery.count-3 .image-wrap{flex:0 0 calc(33% - 2.67rem)}.gallery.count-3.apply-mixed-alignment-true{gap:2rem}.gallery.count-3.apply-mixed-alignment-true .image-wrap{flex:1 0 calc(25% - 1.5rem)}.gallery.count-3.apply-mixed-alignment-true .image-wrap:first-child{flex:0 0 calc(50% - 1.5rem);margin-top:2rem}.gallery.count-3.apply-mixed-alignment-true .image-wrap:nth-child(3){margin-bottom:8rem}.gallery.count-4{gap:1rem}.gallery.count-4 .image-wrap{flex:0 0 calc(25% - 0.75rem)}.gallery .image-wrap img{border-radius:var(--image-border-radius)}.gallery:not(.container-size-narrow):not(.inset-true) .image-wrap:first-child img,.gallery:not(.container-size-narrow):not(.inset-true) .image-wrap:first-child video{border-radius:0 var(--image-border-radius) var(--image-border-radius) 0}.gallery:not(.container-size-narrow):not(.inset-true) .image-wrap:last-child img,.gallery:not(.container-size-narrow):not(.inset-true) .image-wrap:last-child video{border-radius:var(--image-border-radius) 0 0 var(--image-border-radius)}}@media (min-width:768px){.gallery.inset-true{padding:0 6vw}}