.tc-header{background:#fff;position:sticky;top:0;z-index:50}.tc-header__inner{align-items:center;display:flex;gap:32px}.tc-header__logo{align-items:center;display:flex;flex:0 0 auto}.tc-header__logo img{height:auto;width:210px}.tc-header__nav{display:flex;flex:1 1 auto;justify-content:center}.tc-header__nav-list{display:flex;gap:36px;list-style:none;margin:0;padding:0}.tc-header__nav-item a{border-bottom:2px solid transparent;color:#2a2a2a;font-family:var(--tc-font-body);font-size:.82rem;font-weight:600;letter-spacing:.14em;padding:8px 2px;text-transform:uppercase;transition:color .16s ease,border-color .16s ease}.tc-header__nav-item a:hover,.tc-header__nav-item a[aria-current=page]{border-bottom-color:var(--tc-blue-500);color:var(--tc-blue-500)}.tc-header__cta{flex:0 0 auto;font-size:18px;max-width:100%;width:236px}.tc-header__toggle{display:none;flex-direction:column;gap:5px;height:40px;justify-content:center;padding:0 8px;width:40px}.tc-header__toggle span{background:#1a1a1a;border-radius:2px;display:block;height:2px;transition:transform .2s ease,opacity .2s ease}@media (max-width:900px){.tc-header__inner{gap:16px;padding-bottom:10px;padding-top:10px}.tc-header__logo img{width:200px}.tc-header__toggle{display:flex;margin-left:auto}.tc-header__nav{background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 12px 24px -18px rgba(0,0,0,.25);display:none;left:0;position:absolute;right:0;top:100%}.tc-header.is-open .tc-header__nav{display:flex}.tc-header__nav-list{flex-direction:column;gap:0;padding:8px 0;width:100%}.tc-header__nav-item{width:100%}.tc-header__nav-item a{border-bottom:1px solid rgba(0,0,0,.06);display:block;padding:14px 24px}.tc-header__nav-item a:hover{background:var(--tc-blue-50);border-bottom-color:rgba(0,0,0,.06)}.tc-header__cta{font-size:13px;margin-left:auto;padding:8px 14px;width:auto}}@media (max-width:560px){.tc-header__cta{display:none}}