.wp-block-bolt-columns{box-sizing:border-box;-moz-column-gap:var(--global-col-gap,var(--col-gap,16px));column-gap:var(--global-col-gap,var(--col-gap,16px));display:flex;flex-wrap:nowrap;margin-bottom:var(--wp--preset--spacing--10);row-gap:var(--global-row-gap,var(--row-gap,16px))}@media(max-width:1000px){.wp-block-bolt-columns{-moz-column-gap:var(--global-col-gap-tablet,var(--global-col-gap,var(--col-gap-tablet,var(--col-gap,16px))));column-gap:var(--global-col-gap-tablet,var(--global-col-gap,var(--col-gap-tablet,var(--col-gap,16px))));row-gap:var(--global-row-gap-tablet,var(--global-row-gap,var(--row-gap-tablet,var(--row-gap,16px))))}}@media(max-width:777px){.wp-block-bolt-columns{-moz-column-gap:var(--global-col-gap-mobile,var(--global-col-gap-tablet,var(--global-col-gap,var(--col-gap-mobile,var(--col-gap-tablet,var(--col-gap,16px))))));column-gap:var(--global-col-gap-mobile,var(--global-col-gap-tablet,var(--global-col-gap,var(--col-gap-mobile,var(--col-gap-tablet,var(--col-gap,16px))))));row-gap:var(--global-row-gap-mobile,var(--global-row-gap-tablet,var(--global-row-gap,var(--row-gap-mobile,var(--row-gap-tablet,var(--row-gap,16px))))))}}.wp-block-bolt-columns.has-flex-wrap-desktop{flex-wrap:wrap}@media(max-width:1000px){.wp-block-bolt-columns:not(.has-flex-wrap-tablet){flex-wrap:nowrap}.wp-block-bolt-columns.has-flex-wrap-tablet{flex-wrap:wrap}}@media(max-width:777px){.wp-block-bolt-columns:not(.has-flex-wrap-mobile){flex-wrap:nowrap}.wp-block-bolt-columns.has-flex-wrap-mobile{flex-wrap:wrap}}.wp-block-bolt-columns.are-vertically-aligned-top,.wp-block-bolt-columns.is-layout-flex{align-items:flex-start}.wp-block-bolt-columns.are-vertically-aligned-center{align-items:center}.wp-block-bolt-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-bolt-columns.are-vertically-aligned-stretch,.wp-block-bolt-columns.equal-height-desktop{align-items:stretch}@media(max-width:1000px){.wp-block-bolt-columns.equal-height-desktop:not(.equal-height-tablet){align-items:flex-start}.wp-block-bolt-columns.equal-height-tablet{align-items:stretch}}@media(max-width:777px){.wp-block-bolt-columns.equal-height-tablet:not(.equal-height-mobile){align-items:flex-start}.wp-block-bolt-columns.equal-height-mobile{align-items:stretch}.wp-block-bolt-columns.col-reverse--sm,.wp-block-bolt-columns.mobile-reverse{align-items:stretch;flex-direction:column-reverse}}.wp-block-bolt-columns:not(.has-custom-width)>.wp-block-bolt-column{width:calc((100% - var(--global-col-gap, var(--col-gap, 16px))*(var(--per-row, 3) - 1))/var(--per-row, 3))}.wp-block-bolt-columns.has-custom-width>.wp-block-bolt-column{width:calc(var(--column-width, 100%) - var(--column-gap-per, 0px))}@media(min-width:777px)and (max-width:1000px){.wp-block-bolt-columns:not(.has-custom-width-tablet)>.wp-block-bolt-column{width:calc((100% - var(--global-col-gap-tablet, var(--global-col-gap, var(--col-gap-tablet, var(--col-gap, 16px))))*(var(--per-row-tablet, 2) - 1))/var(--per-row-tablet, 2))}.wp-block-bolt-columns.has-custom-width-tablet>.wp-block-bolt-column{width:calc(var(--column-width-tablet, var(--column-width, 100%)) - var(--column-gap-per-tablet, var(--column-gap-per, 0px)))}}@media(max-width:777px){.wp-block-bolt-columns:not(.has-custom-width-mobile)>.wp-block-bolt-column{width:calc((100% - var(--global-col-gap-mobile, var(--global-col-gap-tablet, var(--global-col-gap, var(--col-gap-mobile, var(--col-gap-tablet, var(--col-gap, 16px))))))*(var(--per-row-mobile, 1) - 1))/var(--per-row-mobile, 1))}.wp-block-bolt-columns.has-custom-width-mobile>.wp-block-bolt-column{width:calc(var(--column-width-mobile, var(--column-width-tablet, var(--column-width, 100%))) - var(--column-gap-per-mobile, var(--column-gap-per-tablet, var(--column-gap-per, 0px))))}}.wp-block-bolt-column{box-sizing:border-box;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-bolt-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-bolt-column.is-vertically-aligned-center{align-self:center}.wp-block-bolt-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-bolt-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-bolt-column.is-vertically-aligned-bottom,.wp-block-bolt-column.is-vertically-aligned-center,.wp-block-bolt-column.is-vertically-aligned-top,.wp-block-bolt-columns.has-custom-width>.wp-block-bolt-column.bolt-column-full-width-desktop{width:100%}@media(min-width:777px)and (max-width:1000px){.wp-block-bolt-columns.has-custom-width-tablet>.wp-block-bolt-column.bolt-column-full-width-tablet{width:100%}}@media(max-width:777px){.wp-block-bolt-columns.has-custom-width-mobile>.wp-block-bolt-column.bolt-column-full-width-mobile{width:100%}}@media(min-width:1001px){.wp-block-bolt-columns.equal-height-desktop>.wp-block-bolt-column{align-self:stretch;display:flex;flex-direction:column;min-height:0}.wp-block-bolt-columns.equal-height-desktop>.wp-block-bolt-column.is-vertically-aligned-top{justify-content:flex-start}.wp-block-bolt-columns.equal-height-desktop>.wp-block-bolt-column.is-vertically-aligned-center{justify-content:center}.wp-block-bolt-columns.equal-height-desktop>.wp-block-bolt-column.is-vertically-aligned-bottom{justify-content:flex-end}.wp-block-bolt-columns.equal-height-desktop>.wp-block-bolt-column.is-vertically-aligned-stretch{align-items:stretch;justify-content:flex-start}}@media(max-width:1000px){.wp-block-bolt-columns.equal-height-tablet>.wp-block-bolt-column{align-self:stretch;display:flex;flex-direction:column;min-height:0}.wp-block-bolt-columns.equal-height-tablet>.wp-block-bolt-column.is-vertically-aligned-top{justify-content:flex-start}.wp-block-bolt-columns.equal-height-tablet>.wp-block-bolt-column.is-vertically-aligned-center{justify-content:center}.wp-block-bolt-columns.equal-height-tablet>.wp-block-bolt-column.is-vertically-aligned-bottom{justify-content:flex-end}.wp-block-bolt-columns.equal-height-tablet>.wp-block-bolt-column.is-vertically-aligned-stretch{align-items:stretch;justify-content:flex-start}}@media(max-width:777px){.wp-block-bolt-columns.equal-height-mobile>.wp-block-bolt-column{align-self:stretch;display:flex;flex-direction:column;min-height:0}.wp-block-bolt-columns.equal-height-mobile>.wp-block-bolt-column.is-vertically-aligned-top{justify-content:flex-start}.wp-block-bolt-columns.equal-height-mobile>.wp-block-bolt-column.is-vertically-aligned-center{justify-content:center}.wp-block-bolt-columns.equal-height-mobile>.wp-block-bolt-column.is-vertically-aligned-bottom{justify-content:flex-end}.wp-block-bolt-columns.equal-height-mobile>.wp-block-bolt-column.is-vertically-aligned-stretch{align-items:stretch;justify-content:flex-start}}
