:root,:host{--gallery-column-gap-min: 8;--gallery-row-gap-min: 8;--gallery-column-gap-max: 16;--gallery-row-gap-max: 16;--gallery-collage-group-2-columns-mobile: 2fr;--gallery-collage-group-2-columns-tablet: 1fr 1fr;--gallery-collage-group-2-columns-desktop: 1fr 1fr;--gallery-collage-group-2-columns-wide: 1fr 1fr;--gallery-collage-group-3-columns-mobile: 2fr;--gallery-collage-group-3-columns-tablet: 1fr 1fr 1fr;--gallery-collage-group-3-columns-desktop: 1fr 1fr 1fr;--gallery-collage-group-3-columns-wide: 1fr 1fr 1fr;--gallery-collage-group-4-columns-mobile: 2fr;--gallery-collage-group-4-columns-tablet: 1fr 1fr 1fr 1fr;--gallery-collage-group-4-columns-desktop: 1fr 1fr 1fr 1fr;--gallery-collage-group-4-columns-wide: 1fr 1fr 1fr 1fr;--gallery-collage-group-5-columns-mobile: 2fr;--gallery-collage-group-5-columns-tablet: 1fr 1fr 1fr 1fr 1fr;--gallery-collage-group-5-columns-desktop: 1fr 1fr 1fr 1fr 1fr;--gallery-collage-group-5-columns-wide: 1fr 1fr 1fr 1fr 1fr;--gallery-collage-group-6-columns-mobile: 2fr;--gallery-collage-group-6-columns-tablet: 1fr 1fr 1fr 1fr 1fr 1fr;--gallery-collage-group-6-columns-desktop: 1fr 1fr 1fr 1fr 1fr 1fr;--gallery-collage-group-6-columns-wide: 1fr 1fr 1fr 1fr 1fr 1fr}.gallery,.gallery.layout--gallery,.gallery.layout--gallery [class*=collage-group],.gallery .layout--gallery,.gallery .layout--gallery [class*=collage-group],.layout--gallery,.layout--gallery.layout--gallery,.layout--gallery.layout--gallery [class*=collage-group],.layout--gallery .layout--gallery,.layout--gallery .layout--gallery [class*=collage-group]{--grid-column-gap-min: var(--gallery-column-gap-min, 8);--grid-column-gap-max: var(--gallery-column-gap-max, 16);--grid-row-gap-min: var(--gallery-row-gap-min, 8);--grid-row-gap-max: var(--gallery-row-gap-max, 16);--column-gap-min: var(--gallery-column-gap-min, 8);--column-gap-max: var(--gallery-column-gap-max, 16);--row-gap-min: var(--gallery-row-gap-min, 8);--row-gap-max: var(--gallery-row-gap-max, 16)}.gallery--featured>.grid>*:first-child,.layout--gallery--featured>.grid>*:first-child{grid-column:1/-1}.gallery--collage .layout--gallery,.layout--gallery--collage .layout--gallery{--grid-cols: 1;--grid-cols-mobile: 1;--grid-cols-tablet: 1;--grid-cols-desktop: 1;--grid-cols-wide: 1}.gallery--collage .layout--gallery .collage-group--2,.layout--gallery--collage .layout--gallery .collage-group--2{--grid-cols: 2;--span-mobile: var(--gallery-collage-group-2-columns-mobile, 2);--span-tablet: var(--gallery-collage-group-2-columns-tablet, 1);--span-desktop: var(--gallery-collage-group-2-columns-desktop, 1);--span-wide: var(--gallery-collage-group-2-columns-wide, 1)}.gallery--collage .layout--gallery .collage-group--3,.layout--gallery--collage .layout--gallery .collage-group--3{--grid-cols: 3;--span-mobile: var(--gallery-collage-group-3-columns-mobile, 3);--span-tablet: var(--gallery-collage-group-3-columns-tablet, 1);--span-desktop: var(--gallery-collage-group-3-columns-desktop, 1);--span-wide: var(--gallery-collage-group-3-columns-wide, 1)}.gallery--collage .layout--gallery .collage-group--4,.layout--gallery--collage .layout--gallery .collage-group--4{--grid-cols: 4;--span-mobile: var(--gallery-collage-group-4-columns-mobile, 4);--span-tablet: var(--gallery-collage-group-4-columns-tablet, 1);--span-desktop: var(--gallery-collage-group-4-columns-desktop, 1);--span-wide: var(--gallery-collage-group-4-columns-wide, 1)}.gallery--collage .layout--gallery .collage-group--5,.layout--gallery--collage .layout--gallery .collage-group--5{--grid-cols: 5;--span-mobile: var(--gallery-collage-group-5-columns-mobile, 5);--span-tablet: var(--gallery-collage-group-5-columns-tablet, 2);--span-desktop: var(--gallery-collage-group-5-columns-desktop, 2);--span-wide: var(--gallery-collage-group-5-columns-wide, 2)}.gallery--collage .layout--gallery .collage-group--6,.layout--gallery--collage .layout--gallery .collage-group--6{--grid-cols: 6;--span-mobile: var(--gallery-collage-group-6-columns-mobile, 6);--span-tablet: var(--gallery-collage-group-6-columns-tablet, 2);--span-desktop: var(--gallery-collage-group-6-columns-desktop, 2);--span-wide: var(--gallery-collage-group-6-columns-wide, 1)}:root,:host{--grid-scrollable-col-size: 90%;--grid-column-gap-min: var(--layout-mixed-column-gap-min);--grid-column-gap-max: var(--layout-mixed-column-gap-max);--grid-row-gap-min: var(--layout-mixed-row-gap-min);--grid-row-gap-max: var(--layout-mixed-row-gap-max)}.grid{--max-col-count: 3;--min-col-size: 300px;--col-size-calc: calc((100% - var(--column-gap) * var(--max-col-count)) / var(--max-col-count));--grid-col-min-size-calc: min(max(var(--min-col-size), var(--col-size-calc)), 100%);display:grid;grid-template-columns:repeat(auto-fit, minmax(var(--grid-col-min-size-calc), 1fr));--column-gap:clamp(var(--grid-column-gap-min)*1px,(var(--grid-column-gap-max) - var(--grid-column-gap-min))/(var(--viewport-max) - var(--viewport-min))*100vw + (var(--grid-column-gap-min) - (var(--grid-column-gap-max) - var(--grid-column-gap-min))*var(--viewport-min)/(var(--viewport-max) - var(--viewport-min)))*1px,var(--grid-column-gap-max)*1px);--row-gap:clamp(var(--grid-row-gap-min)*1px,(var(--grid-row-gap-max) - var(--grid-row-gap-min))/(var(--viewport-max) - var(--viewport-min))*100vw + (var(--grid-row-gap-min) - (var(--grid-row-gap-max) - var(--grid-row-gap-min))*var(--viewport-min)/(var(--viewport-max) - var(--viewport-min)))*1px,var(--grid-row-gap-max)*1px);gap:var(--row-gap) var(--column-gap)}@media screen and (max-width: 767px){.grid.scrollable{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.grid.scrollable::-webkit-scrollbar{display:none}.grid.scrollable>*{flex:0 0 auto;flex-basis:var(--grid-scrollable-col-size, 90%)}}.grid.has-1-columns{--max-col-count: 1}.grid.has-2-columns{--max-col-count: 2}.grid.has-3-columns{--max-col-count: 3}.grid.has-4-columns{--max-col-count: 4}.grid.has-5-columns{--max-col-count: 5}.grid.has-6-columns{--max-col-count: 6}.grid.item-width-xxs{--min-col-size: 100px}.grid.item-width-xs{--min-col-size: 200px}.grid.item-width-sm{--min-col-size: 300px}.grid.item-width-md{--min-col-size: 400px}@media screen and (max-width: 420px){.grid.item-width-md{--max-col-count: 1;grid-template-columns:1fr}}.grid.item-width-lg{--min-col-size: 500px}@media screen and (max-width: 525px){.grid.item-width-lg{--max-col-count: 1;grid-template-columns:1fr}}.grid.item-width-xl{--min-col-size: 600px}@media screen and (max-width: 640px){.grid.item-width-xl{--max-col-count: 1;grid-template-columns:1fr}}.grid.item-width-xxl{--min-col-size: 700px}@media screen and (max-width: 768px){.grid.item-width-xxl{--max-col-count: 1;grid-template-columns:1fr}}.grid>.grid-item,.grid>*{max-width:100% !important}.grid--buttons>*{width:auto}