.c-landingPage-menu{align-items:flex-start;cursor:pointer;display:flex;font-family:Helper,sans-serif;gap:0;position:fixed;right:15px;top:20px;z-index:40}.c-landingPage-menu--open{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.c-landingPage-menu--close{mix-blend-mode:difference}.c-landingPage-menu__inner{border-radius:.25rem;font-family:Neue Haas Grotesk,sans-serif;font-size:10px;letter-spacing:.4px;padding:15px}.c-landingPage-menu__inner--open{animation:navigation-appear .5s ease-out both;color:#000}.c-landingPage-menu__inner--close{animation:navigation-disappear .5s ease-out both;color:#fff}.c-landingPage-menu__header{align-items:center;border-bottom:1px solid;border-color:#e5e7eb;display:flex;gap:0 7px;margin-bottom:10px;min-width:150px;padding-bottom:11px;width:143px}.c-landingPage-menu__header-title{flex:none}.c-landingPage-menu__header-line{flex:auto;opacity:1}.c-landingPage-menu__header-line--open{border-color:#000}.c-landingPage-menu__header-line--close{border-color:#fff}.c-landingPage-menu__header--open{border-color:rgba(0,0,0,.2)}.c-landingPage-menu__header--close{border-color:hsla(0,0%,100%,.2)}.c-landingPage-menu__header-arrow{flex:none;transform:none}.c-landingPage-menu__header-arrow--open{transform:rotate(180deg)}.c-landingPage-menu__header-name{animation:flip .25s ease-in both;display:flex;flex:none;flex-direction:column;justify-content:center}.c-landingPage-menu__header-name-parent--unhover{animation:re-navigation-menu-hover-parent .25s both}.c-landingPage-menu__header-name-parent--hover{animation:navigation-menu-hover-parent .25s both}.c-landingPage-menu__header-name-child{opacity:0;position:absolute;transform:translateY(10px)}.c-landingPage-menu__header-name-child--unhover{animation:re-navigation-menu-hover-children .25s both}.c-landingPage-menu__header-name-child--hover{animation:navigation-menu-hover-children .25s both}.c-landingPage-menu__content{overflow:hidden}.c-landingPage-menu__content--open{animation:slide-show 1s cubic-bezier(.21,-.01,.13,1) both}.c-landingPage-menu__content--close{animation:slide-hidden .75s cubic-bezier(.83,0,.17,1) both}.c-landingPage-menu__content-item-anchor{display:block;margin-top:12px}.c-landingPage-menu__content-item:first-child-anchor{margin-top:0}.c-landingPage-menu__content-item--open{animation:flip-show .5s both}.c-landingPage-menu__content-item--close{animation:flip-hide 1s both}.c-landingPage-menu__layer{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:20}@keyframes navigation-appear{0%{background:hsla(0,0%,85%,0)}to{background:hsla(0,0%,85%,.5)}}@keyframes navigation-disappear{0%{background:hsla(0,0%,85%,.5)}to{background:hsla(0,0%,85%,0)}}@keyframes flip{0%{transform:scaleY(1)}50%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes navigation-menu-hover-parent{0%{opacity:1;transform:translateZ(0)}to{opacity:.01;transform:translate3d(0,-10px,0)}}@keyframes re-navigation-menu-hover-parent{0%{opacity:.01;transform:translate3d(0,-10px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes navigation-menu-hover-children{0%{opacity:.01;transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes re-navigation-menu-hover-children{0%{opacity:1;transform:translateZ(0)}to{opacity:.01;transform:translate3d(0,10px,0)}}@keyframes slide-show{0%{max-height:0}to{max-height:250px}}@keyframes slide-hidden{0%{max-height:250px}to{max-height:0}}@keyframes flip-show{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes flip-hide{0%{transform:scaleY(1)}to{transform:scaleY(0)}}