header{position:relative}.header-wrapper{border-bottom:1px solid rgba(0,0,0,.1);width:100%;display:flex;background:#fff}.header-wrapper .inner-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;height:80px;padding:0 16px}@media screen and (min-width:768px){.header-wrapper .inner-wrapper{padding:0 40px}}.header-wrapper .inner-wrapper .nav-links{align-items:center;display:none}@media screen and (min-width:768px){.header-wrapper .inner-wrapper .nav-links{display:flex;gap:40px}}.header-wrapper .inner-wrapper .nav-links>a{color:#35343c;font-size:16px;line-height:21px;text-decoration:none;font-weight:500;transition:all .2s ease-in-out;font-family:var(--font-nohemi)}.header-wrapper .inner-wrapper .nav-links>a.active{color:#000}.header-wrapper .inner-wrapper .nav-links>a:last-of-type{margin-right:0}.header-wrapper .inner-wrapper .nav-links>a:hover{color:#000}.header-wrapper .inner-wrapper .header-right-menu{display:flex;align-items:center;padding:6px 6px 6px 12px;border:2px solid #ebebeb;background:#fff;border-radius:16px}.header-wrapper .inner-wrapper .header-right-menu:hover{background:#eee}.header-wrapper .inner-wrapper .header-right-menu.active{border:2px solid #48cb8a;background:#fff}svg{display:inline-block;vertical-align:top}button+button{margin-left:10px}.welcome{color:#333;font-size:14px;margin-right:10px}.button-unauth{display:flex;padding:12px 24px;justify-content:center;align-items:flex-end;gap:7px;border-radius:12px;border:2px solid #47454c;color:#000!important;font-size:16px;font-style:normal;font-weight:500;line-height:100%;font-family:var(--font-nohemi)}.cream-background{background:#f1ece8!important;border-bottom:2px solid #000}