header{box-sizing:border-box;color:#000;position:fixed;top:0;width:100%;z-index:1000;font-family:Montserrat;font-size:20px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.1em;background-color:transparent}header *,header *:before,header *:after{box-sizing:inherit}.top-header{display:flex;justify-content:space-between;align-items:center;padding:24px 40px 24px 24px}.logo{font-size:24px;font-weight:700}.logo img{width:229px;height:72px;flex-shrink:0}.menu{display:flex;gap:48px}.mobile-menu{display:none;position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.8);flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:24px;z-index:1000;box-sizing:border-box;overflow-y:auto}.mobile-menu.active{display:flex}.menu>div{flex-shrink:0;color:#000}.nav-link{position:relative}.menu-button{display:none}@media screen and (max-width:768px){.menu>div{color:#fff}header{color:#000;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.1em}.top-header{display:flex;justify-content:space-between;padding:21px 20px}.logo{flex-shrink:0}.logo img{width:133px;height:42px}.menu-button{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:0 0;border:none;cursor:pointer;padding:0;z-index:1001}.menu-button div{width:100%;height:3px;background-color:#000;transition:all .3s linear;position:relative;transform-origin:1px}.menu-button.active .bar1{transform:rotate(45deg);background-color:#fff}.menu-button.active .bar2{opacity:0}.menu-button.active .bar3{transform:rotate(-45deg);background-color:#fff}.pc-menu{display:none}}