.breakdance .bde-columns{max-width:100%;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--bde-column-gap)}.breakdance .bde-column{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;align-items:flex-start;width:calc(var(--column-width) - var(--bde-column-gap) * ((var(--columnCount) - 1) / var(--columnCount)));position:relative;background-size:cover}.breakdance .bde-masker{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:100%;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:auto;mask-size:auto}.breakdance .bde-stats-grid{--num-columns:3;--space-between-items:20px;display:grid;grid-template-columns:repeat(var(--num-columns),1fr);gap:var(--space-between-items);max-width:100%}.breakdance .bde-stats-grid_item{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:flex-start;padding:24px}.breakdance .bde-stats-grid_icon{margin-bottom:12px}.breakdance .bde-stats-grid_number{font-size:2em;margin-top:0;margin-bottom:6px}.breakdance .bde-stats-grid_text{font-size:0.875em;margin:0}.breakdance .bde-adjacentposts{width:100%;max-width:100%;display:flex;gap:20px;text-align:left}.breakdance .bde-adjacentposts .ee-adjacentposts-prev,.breakdance .bde-adjacentposts .ee-adjacentposts-next{width:50%;display:flex;flex-direction:row;align-items:center;text-decoration:none;gap:15px}.breakdance .bde-adjacentposts .ee-adjacentposts-next{justify-content:flex-end}.breakdance .bde-adjacentposts .ee-adjacentposts-content{display:flex;flex-direction:column;height:100%;width:100%;justify-content:center;gap:5px}.breakdance .bde-adjacentposts .ee-adjacentposts-next .ee-adjacentposts-content{text-align:right}.breakdance .bde-adjacentposts .ee-adjacentposts-icon{display:flex;font-size:24px}.breakdance .bde-adjacentposts .ee-adjacentposts-icon>svg{font-size:inherit;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}.breakdance .bde-adjacentposts .ee-adjacentposts-full{width:100%}.breakdance .bde-adjacentposts .ee-adjacentposts-label{display:block}.breakdance .bde-adjacentposts .ee-adjacentposts-title{margin:0}.breakdance .bde-text{max-width:100%;margin:0;color:var(--bde-text-color,var(--bde-body-text-color))}