.navigation{display:flex;flex-direction:column;position:fixed;width:100vw;height:calc(100 * var(--vh));top:0;z-index:100}.navigation .nav__background{position:absolute;display:flex;width:100%;height:100%;top:0;right:0;bottom:0;left:0;opacity:1;background:var(--color-secondary-background)}.navigation .nav__background .nav__bg__left{width:45.5%}.navigation .nav__background .nav__bg__right{width:54.5%}.navigation .nav__content{display:grid;grid-template-columns:45.5% 0% 54.5%;grid-template-rows:1fr auto;gap:0px 0px;grid-auto-flow:row;grid-template-areas:"top-left center top-right" "bottom-left . bottom-right";flex:1;position:relative;box-sizing:border-box;opacity:1}.navigation .nav__content .top-left{grid-area:top-left;display:flex;align-items:center;padding:var(--small-padding) var(--padding)}.navigation .nav__content .top-left ul{padding:0;margin:0;list-style:none}.navigation .nav__content .top-left ul li a{display:block;padding:3px 0;opacity:0.4}.navigation .nav__content .top-left ul li a.is-active{opacity:1}.navigation .nav__content .top-left ul:hover li a{opacity:0.4}.navigation .nav__content .top-left ul:hover li a:hover{opacity:1}.navigation .nav__content .top-right{grid-area:top-right;display:flex;justify-content:center;align-items:center;padding:25px}.navigation .nav__content .top-right .nav__anu-logo{width:100%;max-width:240px;height:100%;max-height:144px}.navigation .nav__content .center{grid-area:center;position:relative}.navigation .nav__content .center .nav__floating-image{position:absolute;width:19vw;max-width:285px;height:25vw;max-height:410px;margin:auto;top:0;right:0;bottom:0;left:0;transform:translateX(-50%)}.navigation .nav__content .bottom-left{grid-area:bottom-left;padding:var(--small-padding) var(--padding)}.navigation .nav__content .bottom-left>.social-media{-webkit-filter:invert(1);filter:invert(1)}.navigation .nav__content .bottom-right{grid-area:bottom-right}.header{display:flex;align-items:center;gap:25px;position:relative;width:100%;padding:10px var(--small-padding);color:white;box-sizing:border-box}.header>*>*{pointer-events:all}.header .header__left img{max-width:28vw;height:50px}.header .header__middle{flex:1;text-align:right}.menu-btn{position:relative;width:48px;height:48px;padding:0}.menu-btn .hamburger-inner{height:1px;margin:auto;top:0;bottom:0;background-color:white}.menu-btn .hamburger-inner:before,.menu-btn .hamburger-inner:after{height:inherit !important;background-color:inherit !important}.menu-btn.is-active .hamburger-inner{background-color:white}body.is--nav-open{overflow:hidden}body.is--nav-open .header{filter:invert(1)}body.is--nav-open .nav__background{transition:all 0.5s ease-in-out;-webkit-clip-path:ellipse(200% 150% at 100% 0%);clip-path:ellipse(200% 150% at 100% 0%)}body.is--nav-open .nav__content{transition:opacity 0.3s ease-in-out 0.2s}body:not(.is--nav-open) .navigation{pointer-events:none}body:not(.is--nav-open) .navigation .nav__background{transition:all 0.3s ease-in-out;-webkit-clip-path:ellipse(100% 0% at 100% 0%);clip-path:ellipse(100% 0% at 100% 0%)}body:not(.is--nav-open) .navigation .nav__content{opacity:0}@media screen and (max-width:767px){.header .header__middle .cta-btn{padding:5px}.navigation .nav__background .nav__bg__right{display:none}.navigation .nav__content{grid-template-columns:1fr 1fr;grid-template-rows:1fr auto auto;grid-template-areas:"top-left top-left" "bottom-left top-right" "bottom-right top-right"}.navigation .nav__content .center{display:none}}body:not(.is--nav-open).has--scroll .header{-webkit-filter:invert(1);filter:invert(1);background:black}body:not(.is--nav-open)[data-scroll-direction="DOWN"] .header{transform:translateY(-100%)}body.gallery-page .header{-webkit-filter:invert(1);filter:invert(1);background:black}.navigation>.contextual{top:100px}