* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; position: relative; font-size: 16px; width: 100%; max-width: 100%; overflow-x: hidden; }

body { position: relative; min-height: 100vh; width: calc(100vw - (100vw - 100%)); max-width: calc(100vw - (100vw - 100%)); overflow-x: revert; z-index: 0; background: white; }

body.overlay_menu_open { overflow: hidden; position: fixed; height: 100vh; }

body #pre_nav { position: fixed; top: calc(-1 * 50px); left: 0; right: 0; height: 50px; transition: top 220ms cubic-bezier(0.2, 0.9, 0.2, 1); }

body #pre_nav.visible { top: 0; }

body #sticky_bottom_bar { position: fixed; bottom: calc(-1 * 50px); left: 0; right: 0; height: 50px; transition: bottom 220ms cubic-bezier(0.2, 0.9, 0.2, 1); }

body #sticky_bottom_bar.visible { bottom: 0; }

body #navbar_and_toggle { position: fixed; top: 0; left: 0; right: 0; height: 72px; z-index: 99999; transform: translateY(0); transition: transform 220ms cubic-bezier(0.2, 0.9, 0.2, 1), top 220ms cubic-bezier(0.2, 0.9, 0.2, 1); }

body #navbar_and_toggle.has_pre_nav.at_top { top: 50px; }

body #navbar_and_toggle.hidden { transform: translateY(calc(-1 * 72px)); }

body #navbar_and_toggle #login_mobile { position: fixed; top: calc(0.5 * 72px - 11px  - 12px); left: calc(100vw - 16px - 24px - 48px  - 12px); z-index: 99999; }

body #navbar_and_toggle #menu_toggle { position: fixed; top: calc(0.5 * 72px - 0.5 * 16px - 12px); left: calc(100vw - 16px - 24px  - 12px); z-index: 99999; }

body #navbar_and_toggle #navbar { position: absolute; top: 0; left: 0; right: 0; height: 72px; width: 100%; z-index: 9999; }

body #post_nav { position: fixed; top: calc(-1 * 72px - 50px); left: 0; right: 0; height: 50px; transition: top 220ms cubic-bezier(0.2, 0.9, 0.2, 1); }

body #post_nav.visible { top: 72px; }

body #min_height_wrapper { min-height: 100vh; display: flex; flex-direction: column; }

body #min_height_wrapper #header_bg { width: 100vw; height: 100vh; overflow: hidden; position: absolute; top: 0; left: 0; z-index: -10; pointer-events: none; }

body #min_height_wrapper #page_content { top: 0; left: 0; z-index: 5; width: 100%; }

body #min_height_wrapper main, body #min_height_wrapper #page_content main { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 200px; }

body #min_height_wrapper main section, body #min_height_wrapper #page_content main section { width: 100%; max-width: 1140px; display: flex; flex-direction: column; justify-content: center; align-items: center; }

body #min_height_wrapper #pre_footer { width: 100%; display: flex; margin-top: auto; }

body #min_height_wrapper footer { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; background: rgba(20, 20, 20, 0.45); padding: 70px 19px; }

/*# sourceMappingURL=structure.css.map */