html{font-size:62.5%;width:100%;overflow:auto}header{font-family:fontoposolidregular;z-index:100;position:fixed;width:100%;height:80px;background-color:rgba(0,0,0,.7);display:inline-flex;flex-direction:row;justify-content:start;align-items:center}header .head_logo_area{margin-left:20px;min-width:30%;width:70%}header .head_logo_area .logo{height:40px}header .other_page_buttons{max-width:60%;margin-right:3.2rem;display:inline-flex;font-size:3.2rem;align-items:center;justify-content:flex-end}header .other_page_buttons .other_page_button{display:block;margin-left:3.2rem}header a[href]{color:#fff;text-decoration:none;transition:.3s}header a[href]:hover{opacity:.6}header .hamburger_button_wrapper{display:none}@media screen and (max-width:1024px){header .other_page_buttons{font-size:2.6rem}header .other_page_buttons .other_page_button{margin-left:2.4rem}}@media screen and (max-width:768px){header .other_page_buttons{font-size:2rem}header .other_page_buttons .other_page_button{margin-left:2rem}}@media screen and (max-width:600px){header{height:60px}header .head_logo_area{margin-left:20px;min-width:30%;width:70%}header .head_logo_area .logo{height:30px}header .other_page_buttons{display:none}header .hamburger_button_wrapper{display:flex;height:80%;width:20%;height:30px;justify-content:flex-end;margin-right:3vw}header .hamburger_button_wrapper .hamburger_menu{display:flex}header .hamburger_button_wrapper .hamburger_button.active{display:none}header .hamburger_button_wrapper .dismiss_button{display:none}header .hamburger_button_wrapper .dismiss_button.active{display:flex}}.gnav{height:100vh;width:100vw;position:fixed;z-index:98;background:#000;font-family:fontoposolidregular;font-size:2.4rem;text-align:center;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.gnav a{display:block;width:58%}.gnav.active{visibility:visible;opacity:1}.gnav_wrap{align-items:center;display:flex;height:100%;justify-content:flex-start;position:absolute;width:100%;flex-direction:column;margin-top:100px}.gnav_wrap a{padding-top:2rem;padding-bottom:2rem}