.nb-header{--nb-logo:#1b4b4d;--nb-text:#45514c;--nb-text-hover:#1b4b4d;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Arial,sans-serif;position:relative;z-index:999}.nb-header,.nb-header *{box-sizing:border-box}.nb-header__inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1280px;padding:20px 32px 20px 20px}.nb-header__logo img{display:block!important;height:20px!important;width:auto!important}.nb-header__logo{align-items:center;display:flex;flex:0 0 auto;line-height:1;margin-left:-28px;white-space:nowrap}.nb-header__nav{align-items:center;display:flex;gap:32px}.nb-header__nav a{color:var(--nb-text);font-size:15px;font-weight:500;text-decoration:none;transition:color .15s ease;white-space:nowrap}.nb-header__nav a:focus-visible,.nb-header__nav a:hover{color:var(--nb-text-hover)}.nb-header__toggle{align-items:center;background:transparent;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;height:36px;justify-content:center;padding:0;width:36px}.nb-header__toggle span{background:var(--nb-logo);display:block;height:2px;transition:transform .2s ease,opacity .2s ease;width:22px}.nb-header.is-open .nb-header__toggle span:first-child{transform:translateY(7px) rotate(45deg)}.nb-header.is-open .nb-header__toggle span:nth-child(2){opacity:0}.nb-header.is-open .nb-header__toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nb-header__mobile-nav{display:none;flex-direction:column;padding:0 32px 20px}.nb-header__mobile-nav a{border-top:1px solid rgba(27,75,77,.1);color:var(--nb-text);font-size:16px;font-weight:500;padding:12px 0;text-decoration:none}.nb-header__mobile-nav a:first-child{border-top:none}@media (max-width:860px){.nb-header__nav{display:none}.nb-header__toggle{display:flex}.nb-header__inner{padding:18px 20px}.nb-header.is-open .nb-header__mobile-nav{display:flex}}