:root{--max-content-width: unset;--header-height: unset;--footer-height: unset;--vh: unset;--vw: unset}.lightpress__body{font-size:1rem}.lightpress__body .lightpress__main{width:100%;height:auto;display:flex;align-items:center;flex-flow:column}.lightpress__after-main-content,.lightpress__before-main-content{width:100%}.lightpress__body h1,.lightpress__body h2,.lightpress__body h3,.lightpress__body h4,.lightpress__body h5,.lightpress__body h6,.lightpress__body p,.lightpress__body span,.lightpress__body ul{margin-block-start:0;margin-block-end:0}.lightpress__body ul{padding-inline-start:16px}.lightpress__body .lightpress__section{width:100%;max-width:var(--max-content-width)}.lightpress__body .lightpress__section--full_width{max-width:calc((100*var(--vw, 1vw)))}.lightpress__body .lightpress__main>section:not(:last-child).lightpress__section--full_height_max{height:calc((100*var(--vh, 1vh)) - var(--header-height))}.lightpress__body .lightpress__section--full_height_max{height:calc((100*var(--vh, 1vh)) - var(--header-height) - var(--footer-height))}.lightpress__body .lightpress__section--full_height_max.lightpress__section--center,.lightpress__section--full_height_min.lightpress__section--center{display:flex;flex-flow:column;justify-content:center;align-items:center}.lightpress__body .lightpress__section--full_height_max.lightpress__section--bottom,.lightpress__section--full_height_min.lightpress__section--bottom{display:flex;flex-flow:column;justify-content:flex-end;align-items:center}.lightpress__body .lightpress__section--full_height_min{min-height:calc((100*var(--vh, 1vh)) - var(--header-height) - var(--footer-height))}.header--editor,.lightpress__body .header{position:fixed;top:0;width:100%;z-index:100;height:var(--header-height)}.lightpress__body .header:not(.header--editor)+*{margin-top:var(--header-height)}.lightpress__body .footer{height:var(--footer-height);width:100%}