:root{--space-unit:1em;--space-xxxxs:calc(0.125 * var(--space-unit));--space-xxxs:calc(0.25 * var(--space-unit));--space-xxs:calc(0.375 * var(--space-unit));--space-xs:calc(0.5 * var(--space-unit));--space-sm:calc(0.75 * var(--space-unit));--space-md:calc(1.25 * var(--space-unit));--space-lg:calc(2 * var(--space-unit));--space-xl:calc(3.25 * var(--space-unit));--space-xxl:calc(5.25 * var(--space-unit));--space-xxxl:calc(8.5 * var(--space-unit));--space-xxxxl:calc(13.75 * var(--space-unit))}.container{width:100%;margin-left:auto;margin-right:auto}[class*=max-width-adaptive]{max-width:32rem}@media (min-width:48rem){[class*=max-width-adaptive]{max-width:48rem}}@media (min-width:64rem){.max-width-adaptive,.max-width-adaptive-lg,.max-width-adaptive-md,.max-width-adaptive-xl{max-width:64rem}}@media (min-width:80rem){.max-width-adaptive,.max-width-adaptive-lg,.max-width-adaptive-xl{max-width:80rem}}@media (min-width:90rem){.max-width-adaptive-xl{max-width:90rem}}@media screen and (max-width:780px){.hc-width-slim{width:100%!important}.hc-col-with-pad{padding-left:0!important;padding-right:0!important}}.grid{--grid-gap:0px;--offset:var(--grid-gap);display:flex;flex-wrap:wrap}.grid>*{flex-basis:100%}[class*=grid-gap]:not([class*=grid-auto]){margin-bottom:calc(-1 * var(--grid-gap,1em));margin-left:calc(-1 * var(--grid-gap,1em))}[class*=grid-gap]:not([class*=grid-auto])>*{margin-bottom:var(--grid-gap,1em);margin-left:var(--offset,1em)}.width-xxxxs{width:.25rem}.width-xxxs{width:.5rem}.width-xxs{width:.75rem}.width-xs{width:1rem}.width-sm{width:1.5rem}.width-md{width:2rem}.width-lg{width:3rem}.width-xl{width:4rem}.width-xxl{width:6rem}.width-xxxl{width:8rem}.width-xxxxl{width:16rem}.width-10\%{width:10%}.width-20\%{width:20%}.width-25\%{width:25%}.width-30\%{width:30%}.width-33\%{width:calc(100% / 3)}.width-40\%{width:40%}.width-50\%{width:50%}.width-60\%{width:60%}.width-66\%{width:calc(100% / 1.5)}.width-70\%{width:70%}.width-75\%{width:75%}.width-80\%{width:80%}.width-90\%{width:90%}.width-100\%{width:100%}.width-100vw{width:100vw}.width-auto{width:auto}