body.page .theme-blocks-grid .blocks,body.single .theme-blocks-grid .blocks{display:flex;flex-wrap:wrap;--blocks-in-row: 1;gap:var(--bs-gutter-x)}@media (min-width: 768px){body.page .theme-blocks-grid .blocks,body.single .theme-blocks-grid .blocks{--blocks-in-row: 2}}@media (min-width: 992px){body.page .theme-blocks-grid .blocks,body.single .theme-blocks-grid .blocks{display:grid;grid-template-columns:39fr 53fr 39fr;grid-template-rows:274fr 207fr 283fr;align-items:stretch}}body.page .theme-blocks-grid .block,body.single .theme-blocks-grid .block{position:relative;width:calc(100% / var(--blocks-in-row))}@media (min-width: 768px){body.page .theme-blocks-grid .block,body.single .theme-blocks-grid .block{width:calc(100% / var(--blocks-in-row) - var(--bs-gutter-x) / 2)}}@media (min-width: 992px){body.page .theme-blocks-grid .block,body.single .theme-blocks-grid .block{width:auto}body.page .theme-blocks-grid .block:nth-of-type(6n+1),body.single .theme-blocks-grid .block:nth-of-type(6n+1){grid-column:1;grid-row:1}body.page .theme-blocks-grid .block:nth-of-type(6n+2),body.single .theme-blocks-grid .block:nth-of-type(6n+2){grid-column:2;grid-row:1/span 2}body.page .theme-blocks-grid .block:nth-of-type(6n+3),body.single .theme-blocks-grid .block:nth-of-type(6n+3){grid-column:3;grid-row:1}body.page .theme-blocks-grid .block:nth-of-type(6n+4),body.single .theme-blocks-grid .block:nth-of-type(6n+4){grid-column:1;grid-row:2/span 2}body.page .theme-blocks-grid .block:nth-of-type(6n+5),body.single .theme-blocks-grid .block:nth-of-type(6n+5){grid-column:2;grid-row:3}body.page .theme-blocks-grid .block:nth-of-type(6n+6),body.single .theme-blocks-grid .block:nth-of-type(6n+6){grid-column:3;grid-row:2/span 2}}body.page .theme-blocks-grid .block:before,body.single .theme-blocks-grid .block:before{content:"";display:block;width:100%;position:absolute;height:100%;inset:0;pointer-events:none;z-index:1}@media (min-width: 992px){body.page .theme-blocks-grid .block:nth-of-type(6n+1) .image,body.page .theme-blocks-grid .block:nth-of-type(6n+3) .image,body.single .theme-blocks-grid .block:nth-of-type(6n+1) .image,body.single .theme-blocks-grid .block:nth-of-type(6n+3) .image{aspect-ratio:390/274}body.page .theme-blocks-grid .block:nth-of-type(6n+2) .image,body.single .theme-blocks-grid .block:nth-of-type(6n+2) .image{aspect-ratio:530/481}body.page .theme-blocks-grid .block:nth-of-type(6n+4) .image,body.page .theme-blocks-grid .block:nth-of-type(6n+6) .image,body.single .theme-blocks-grid .block:nth-of-type(6n+4) .image,body.single .theme-blocks-grid .block:nth-of-type(6n+6) .image{aspect-ratio:390/490}body.page .theme-blocks-grid .block:nth-of-type(6n+5) .image,body.single .theme-blocks-grid .block:nth-of-type(6n+5) .image{aspect-ratio:530/283}}body.page .theme-blocks-grid .image,body.single .theme-blocks-grid .image{width:100%;-o-object-fit:cover;object-fit:cover;height:100%;aspect-ratio:16/9}body.page .theme-blocks-grid .text,body.single .theme-blocks-grid .text{position:absolute;display:block;padding:1.25rem 1.1875rem;bottom:0;left:0;width:100%;z-index:2;font-weight:700;font-size:var(--theme-h3-fs);color:var(--theme-tertiary);text-overflow:ellipsis;overflow:hidden}
