/* headblock */


/* section */
.section-inner{margin-inline:auto;padding-inline:var(--container-gutter)}.section-inner.section-default{max-width:var(--width-normal)}.section-inner.section-narrow{max-width:var(--width-narrow)}.section-inner.section-full-gutter{max-width:var(--width-full-gutter)}.section-inner.section-full{max-width:var(--width-full);padding-inline:0}

/* spacer */
.base-block-spacer{clear:both;display:block;width:100%}.base-block-spacer:after{clear:both;content:"";display:table}.base-block-spacer.spacer-3xs{height:var(--space-3xs)}.base-block-spacer.spacer-2xs{height:var(--space-2xs)}.base-block-spacer.spacer-xs{height:var(--space-xs)}.base-block-spacer.spacer-s{height:var(--space-s)}.base-block-spacer.spacer-m{height:var(--space-m)}.base-block-spacer.spacer-l{height:var(--space-l)}.base-block-spacer.spacer-xl{height:var(--space-xl)}.base-block-spacer.spacer-2xl{height:var(--space-2xl)}.base-block-spacer.spacer-3xl{height:var(--space-3xl)}.base-block-spacer.spacer-col{height:2rem}
