.content-gallery{--gallery-cols:4;--gallery-min:220px;--gallery-floor:2;--gallery-gap:var(--grid-gap,var(--spacing-default))}.content-gallery:not(.pos-fixed):not(.pos-absolute):not(.pos-sticky):not(.pos-static){position:relative}.content-gallery :is(ul,ol){list-style:none;margin:0;padding:0}.content-gallery :is(ul,ol)>li{min-width:0}.content-gallery :is(ul,ol)>li :is(img){display:block;height:auto;max-width:100%;width:100%}.content-gallery.content-gallery--hide :is(ul,ol){display:grid;grid-gap:var(--gallery-gap);gap:var(--gallery-gap);grid-auto-rows:0;grid-template-columns:repeat(auto-fit,minmax(min(100%,var(--gallery-min,220px)),1fr));grid-template-rows:max-content;margin-inline:auto;max-inline-size:calc(var(--gallery-cols, 4) * var(--gallery-min, 220px) + (var(--gallery-cols, 4) - 1) * var(--gallery-gap));overflow:clip}.content-gallery.content-gallery--slide.content-gallery--css :is(ul,ol){display:flex;flex-wrap:nowrap;gap:var(--gallery-gap);overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.content-gallery.content-gallery--slide.content-gallery--css :is(ul,ol)::-webkit-scrollbar{display:none}.content-gallery.content-gallery--slide.content-gallery--css :is(ul,ol)>li{flex:0 0 calc((100% - (var(--gallery-cols, 4) - 1) * var(--gallery-gap)) / var(--gallery-cols, 4));max-width:100%;min-inline-size:var(--gallery-min,220px);scroll-snap-align:start}.content-gallery .gallery-nav{align-items:center;background:var(--gallery-nav-bg,rgba(0,0,0,.5));border:0;border-radius:9999px;color:var(--gallery-nav-color,var(--swiper-arrow-color,#fff));cursor:pointer;display:grid;height:var(--swiper-arrow-size);justify-items:center;place-items:center;position:absolute;top:50%;translate:0 -50%;width:var(--swiper-arrow-size);z-index:2}.content-gallery .gallery-nav:before{border-color:currentColor;border-style:solid;border-width:var(--gallery-nav-weight,var(--swiper-arrow-weight,2px)) var(--gallery-nav-weight,var(--swiper-arrow-weight,2px)) 0 0;content:"";height:.6em;width:.6em}.content-gallery .gallery-prev{inset-inline-start:.25rem}.content-gallery .gallery-prev:before{margin-inline-start:.2em;rotate:-135deg}.content-gallery .gallery-next{inset-inline-end:.25rem}.content-gallery .gallery-next:before{margin-inline-end:.2em;rotate:45deg}.content-gallery .gallery-nav[hidden]{display:none}.content-gallery:is(.arrows-top-left,.arrows-top-right){padding-top:calc(var(--swiper-arrow-size) + var(--swiper-arrow-gap, var(--spacing-default)))}.content-gallery:is(.arrows-bottom-left,.arrows-bottom-right){padding-bottom:calc(var(--swiper-arrow-size) + var(--swiper-arrow-gap, var(--spacing-default)))}.content-gallery:is(.arrows-top-left,.arrows-top-right) .gallery-nav{top:0;translate:none}.content-gallery:is(.arrows-bottom-left,.arrows-bottom-right) .gallery-nav{bottom:0;top:auto;translate:none}.content-gallery:is(.arrows-top-left,.arrows-bottom-left) .gallery-prev{inset-inline-start:0}.content-gallery:is(.arrows-top-left,.arrows-bottom-left) .gallery-next{inset-inline-end:auto;inset-inline-start:calc(var(--swiper-arrow-size) + var(--swiper-arrow-gap, var(--spacing-default)))}.content-gallery:is(.arrows-top-right,.arrows-bottom-right) .gallery-next{inset-inline-end:0}.content-gallery:is(.arrows-top-right,.arrows-bottom-right) .gallery-prev{inset-inline-end:calc(var(--swiper-arrow-size) + var(--swiper-arrow-gap, var(--spacing-default)));inset-inline-start:auto}@media (max-width:767px){.content-gallery.arrows-sm-hide .gallery-nav{display:none}.content-gallery.arrows-sm-hide:is(.arrows-top-left,.arrows-top-right){padding-top:0}.content-gallery.arrows-sm-hide:is(.arrows-bottom-left,.arrows-bottom-right){padding-bottom:0}}.content-gallery :is(figure) a[href]{display:block;overflow:clip;position:relative}.content-gallery :is(figure) a[href] :is(img){transition:transform var(--animation-duration,.3s) var(--animation-easing,ease)}.content-gallery :is(figure) a[href]:hover :is(img){transform:scale(var(--gallery-hover-scale))}.content-gallery :is(figure) a[href]:before{backdrop-filter:var(--gallery-overlay-blur,none);background:var(--gallery-overlay,transparent);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity var(--animation-duration,.3s) var(--animation-easing,ease);z-index:1}.content-gallery :is(figure) a[href]:hover:before{opacity:1}.content-gallery :is(figure) a[href]:after{background:var(--gallery-icon-color,#fff);content:var(--gallery-icon-content,none);height:var(--gallery-icon-size);inset:var(--gallery-icon-t,0) var(--gallery-icon-r,0) var(--gallery-icon-b,0) var(--gallery-icon-l,0);margin:auto;mask:var(--gallery-icon,none) center /contain no-repeat;-webkit-mask:var(--gallery-icon,none) center /contain no-repeat;opacity:0;pointer-events:none;position:absolute;transition:opacity var(--animation-duration,.3s) var(--animation-easing,ease);width:var(--gallery-icon-size);z-index:2}.content-gallery :is(figure) a[href]:hover:after{opacity:1}