html, body {height: 100%;}#parallax {overflow-y: scroll;overflow-x: hidden;width: 100%;height: 100%;-webkit-overflow-scrolling: touch;}#parallax .container {perspective: 1px;perspective-origin: top left;}#parallax .layer {position: absolute;position: sticky;top: 0px;box-sizing: border-box;display: block;}@supports (position: -webkit-sticky) {#parallax .layer {position: -webkit-sticky;}}#parallax-background {transform: translateZ(-0.2px);height: 120vh;width: 120vw;background-size: cover;background-position: center;}#parallax-background figure, #parallax-background video {margin: 0 !important;padding: 0 !important;}#parallax-foreground {transform: translateZ(0px);z-index: 10;background-color: rgba(255, 255, 255, 1);width: 100vw;min-width: 100vw;height: auto;margin: 0 !important;margin-top: -20vh !important;}@supports ((-webkit-backdrop-filter: saturate(180%) blur(14px)) or (backdrop-filter: saturate(180%) blur(14px))) {#parallax-foreground {-webkit-backdrop-filter: saturate(180%) blur(14px);backdrop-filter: saturate(180%) blur(14px);background-color: rgba(255, 255, 255, 0.95);}}#menubar {z-index: 1;border: none !important;box-shadow: none !important;top: 0;min-width: 100vw;transform: unset;position: initial;-webkit-backdrop-filter: unset !important;backdrop-filter: unset !important;height: 0;overflow: visible;}body {transform: translateZ(0px);}