header{color:#fff;z-index:201;background-color:#fff;background-image:linear-gradient(#e6e6e6 10%,#fff 70%);flex-direction:row;justify-content:space-between;align-items:center;width:100%;font-size:1rem;display:flex;position:-webkit-sticky;position:sticky;top:0;box-shadow:1px 1px 10px gray}.topbar{z-index:201;justify-content:space-between;align-items:center;width:100%;max-width:1440px;margin:0 auto;display:flex;position:relative}header.hidden{display:none}header img{width:175px;height:46px;margin-left:20px}nav ul{width:145px;height:100%;color:var(--blue);letter-spacing:2px;flex-wrap:wrap;justify-content:center;align-items:center;margin:0;padding:0 5px 7px;font-family:Oswald,sans-serif;font-weight:335;list-style-type:none;display:flex;overflow:hidden}nav a{height:35px;color:var(--blue);border-bottom:3px solid transparent;align-items:center;margin-bottom:2px;padding:0 1vw;font-size:1.2rem;text-decoration:none;display:flex;position:relative}nav a:hover{background-color:rgba(241,242,249,.3);border-radius:5px 5px 0 0;transition:all .3s}nav a:after{content:"";background-color:var(--blue-hover);width:100%;height:3px;transition:transform .3s;position:absolute;bottom:-5px;left:0;transform:scaleX(0)}nav a:hover:after,nav a.active:after{transform:scaleX(1)}nav a:visited{color:var(--blue)}.mobile-header-nav-btn{width:80px;height:80px;display:block}.desktop-header-nav{display:none}@media screen and (min-width:880px){header{flex-direction:row;justify-content:space-between;align-items:center}.logo{margin:0}header img{width:250px;height:65px;margin-left:20px}nav.mobile-header-nav ul{height:auto}nav ul{justify-content:flex-end;width:auto;height:80px;margin:0;padding:0 5px}nav a{height:55px;margin:0;padding:0 .6vw;font-size:1.5rem}.mobile-header-nav-btn{display:none}.desktop-header-nav{display:block}}.ReactModal__Overlay{height:0;transition:all .5s ease-in-out}.ReactModal__Overlay--after-open{height:100vh}.ReactModal__Overlay--before-close{height:0}.mobile-header-nav{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.mobile-header-nav ul{flex-direction:column}.mobile-header-nav li{margin:5px 0;padding:10px}.mobile-header-nav a{font-size:1.5rem}.ham{cursor:pointer;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1000;transition:transform .4s;position:relative}.hamRotate.active{transform:rotate(45deg)}.hamRotate180.active{transform:rotate(180deg)}.line{fill:none;stroke:#000;stroke-width:5.5px;stroke-linecap:round;transition:stroke-dasharray .4s,stroke-dashoffset .4s}.ham8 .top{stroke-dasharray:40 160}.ham8 .middle{stroke-dasharray:40 142;transform-origin:50%;transition:transform .4s}.ham8 .bottom{stroke-dasharray:40 85;transform-origin:50%;transition:transform .4s,stroke-dashoffset .4s}.ham8.active .top{stroke-dashoffset:-64px}.ham8.active .middle{transform:rotate(90deg)}.ham8.active .bottom{stroke-dashoffset:-64px}
