@charset "UTF-8";:root{--module-header-height:60rem;}body{padding-top:var(--module-header-height);}.module-header{--height:var(--module-header-height);--width:1000rem;--background:#333;--color:#fff;--color-accent:lightblue;--speed:250ms;position:fixed;left:0;right:0;top:0;z-index:200;padding:0;background-color:var(--background);height:var(--height);color:var(--color);display:block;-webkit-transition:all var(--speed) ease-in-out;transition:all var(--speed) ease-in-out;}body.is-scrolled:not(.is-being-unscrolled):not(.is-scrolled-end):not(.is-scrolled-upwards):not(.is-visible-header-overlay-menu) .module-header{top:calc(-1 * var(--height));}.module-header .site-layout-container{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;}.module-header .site-layout-container > *{width:var(--width);}.module-header .site-layout-container__inner{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:var(--height);}.module-header *{margin-bottom:0;}.module-header a{color:var(--color);}.module-header a:hover{text-decoration:none;color:var(--color-accent);}.module-header .current-menu-item > a,.module-header .current-page-ancestor > a,.module-header .current-menu-parent > a{color:var(--color-accent);}.module-header ul{list-style:none;padding-left:0;}.module-header__logo{position:relative;z-index:101;}.module-header__logo a{display:inline-block;}.module-header__logo a:hover{text-decoration:none;color:var(--color);}.module-header__logo figure{display:-ms-flexbox;display:-webkit-flex;display:flex;line-height:1.2;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;}