@charset "UTF-8";*{box-sizing:border-box}html{height:100%}body{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}body main.is-root-container{flex-grow:1}body main.is-root-container > :first-child:not(.alignfull){margin-top:calc(2 * var(--layout-offset))}body.is-no-scroll{overflow:hidden}.is-root-container{width:var(--layout-full);max-width:100%;margin-left:auto;margin-right:auto}.is-root-container > *{width:var(--layout-width);max-width:calc(100% - calc(2 * var(--layout-offset)));margin-left:auto;margin-right:auto;box-sizing:border-box}.is-root-container > .alignwide{width:var(--layout-wide);max-width:100%}.is-root-container > .alignfull{width:var(--layout-full);max-width:100%}.is-root-container > .alignfull.has-background:has(+ .alignfull.has-background){margin-bottom:0}:where(.is-layout-flex){gap:var(--layout-gap)}:where(.is-layout-flex).is-content-justification-right{justify-content:flex-end}:where(.is-layout-flex).is-content-justification-center{justify-content:center}:where(.is-layout-flex).is-content-justification-space-between{justify-content:space-between}.alignleft{text-align:left}.alignright{text-align:right}.aligncenter{text-align:center}