.header{backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;position:fixed;top:0;transition:all .5s;width:100%;z-index:999}.header.scroll{background-color:rgba(255,255,255,.2509803922);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 0 2px #333;transition:all 1s}.header-inner{backdrop-filter:none;-webkit-backdrop-filter:none;display:flex;justify-content:space-between;margin:0 auto;max-width:1080px}.header__logo{filter:drop-shadow(0px 0px 2px #fff);-webkit-filter:drop-shadow(0px 0px 2px #fff);height:64px}.header__logo img{height:64px;margin-left:8px;width:auto}.header__hamburger{background-color:rgba(51,51,51,0);border-radius:4px;cursor:pointer;height:48px;margin:8px;outline:none;-webkit-tap-highlight-color:rgba(255,255,255,0);position:relative;transition:all .1s;width:48px;z-index:999}.header__hamburger span{background-color:#333;border-radius:2px;display:inline-block;height:4px;left:8px;position:absolute;transition:all .5s}.header__hamburger span:nth-of-type(1){filter:drop-shadow(0px 0px 2px #fff);-webkit-filter:drop-shadow(0px 0px 2px #fff);top:14px;width:32px}.header__hamburger span:nth-of-type(2){filter:drop-shadow(0px 0px 2px #fff);-webkit-filter:drop-shadow(0px 0px 2px #fff);top:22px;width:24px}.header__hamburger span:nth-of-type(3){filter:drop-shadow(0px 0px 2px #fff);-webkit-filter:drop-shadow(0px 0px 2px #fff);top:30px;width:16px}.header__hamburger.active span:nth-of-type(1){transform:translateY(8px) rotate(-135deg);width:32px}.header__hamburger.active span:nth-of-type(2){opacity:0}.header__hamburger.active span:nth-of-type(3){transform:translateY(-8px) rotate(135deg);width:32px}.gnav{background-color:rgba(255,255,255,.9333333333);background-image:linear-gradient(rgba(128,128,128,.062745098) 15%,rgba(255,255,255,.5019607843) 30%),linear-gradient(45deg,rgba(128,128,128,.1254901961) 15%,rgba(255,255,255,.2509803922) 30%),linear-gradient(90deg,rgba(128,128,128,.062745098) 15%,rgba(255,255,255,.5019607843) 30%);background-size:4px 4px;display:none;height:calc(100% - 64px);opacity:0;padding-top:64px;position:fixed;top:0;width:100%;z-index:998}.gnav__content{height:calc(100% - 16px);margin:0 auto;overflow:auto;overscroll-behavior:none;padding:8px;max-width:var(--inner)}.gnav__content ul{font-size:1.25rem;list-style:none}.gnav__content ul li{padding:1em 0;text-align:center}.gnav__content ul li a{border:none;text-decoration:none}.gnav__content ul li a i{font-size:2.5rem;margin:.25em}#gnav-input:checked~.gnav{animation-name:fadeIn;animation-fill-mode:forwards;animation-duration:.5s;display:block;opacity:1;transition:all 1.2s;z-index:998}@keyframes fadeIn{0%{opacity:0;z-index:998}100%{opacity:1;z-index:998}}