header{z-index:999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;border-bottom:1px solid #00b5b526;justify-content:space-between;align-items:center;height:68px;padding:0 2.5rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 20px #005a5a12}.logo{cursor:pointer;align-items:center;gap:.5rem;display:flex}.lt{color:var(--tddd);font-size:1.1rem;font-weight:700}.lt span{color:var(--t)}nav{gap:.25rem;display:flex}.nb{color:#374151;cursor:pointer;letter-spacing:.01em;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:all .15s}.nb:hover,.nb.on{color:var(--t);background:var(--tp)}.hb{cursor:pointer;background:var(--t);color:#fff;letter-spacing:.01em;border:none;border-radius:7px;padding:.48rem 1.15rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;transition:all .15s;box-shadow:0 2px 8px #00b5b540}.hb:hover{background:var(--td);transform:translateY(-1px);box-shadow:0 4px 12px #00b5b54d}.nav-mobile-actions{display:none}.secondary-btn{cursor:pointer;color:var(--t);background:0 0;border:1.5px solid #00b5b566;border-radius:7px;padding:.46rem 1rem;font-family:Inter,sans-serif;font-size:.855rem;font-weight:600;transition:all .15s}.secondary-btn:hover{background:var(--tp)}.signin-btn{cursor:pointer;color:#374151;background:#fff;border:1.5px solid #e5e7eb;border-radius:7px;padding:.46rem 1rem;font-family:Inter,sans-serif;font-size:.855rem;font-weight:600;transition:all .15s}.signin-btn:hover{border-color:var(--t);color:var(--t)}@media (width<=900px){header{padding:0 1.25rem}}.hamburger-btn{cursor:pointer;color:var(--tddd);background:0 0;border:none;padding:.25rem .5rem;font-size:1.5rem;display:none}@media (width<=900px){html header{-webkit-backdrop-filter:none;backdrop-filter:none;height:auto;box-shadow:none;border-bottom:none;grid-template-columns:auto 1fr auto;align-items:center;padding:.6rem 1rem;display:grid;position:fixed}.logo{grid-area:1/2;justify-self:center}.hamburger-btn{grid-area:1/1;justify-self:start;display:block}html header>div:last-child{grid-area:1/3;justify-self:end;gap:.4rem;width:auto}html header>div:last-child .signin-btn,html header>div:last-child .hb:not(.start-filing-btn),html header>div:last-child .secondary-btn{display:none}html header>div:last-child .hb.start-filing-btn{white-space:nowrap;padding:.45rem .7rem;font-size:.72rem}header nav{z-index:998;opacity:0;pointer-events:none;background:#fffffff7;border-radius:0 0 14px 14px;flex-direction:column;grid-area:1/1;gap:.3rem;width:fit-content;min-width:200px;max-width:calc(100vw - 2rem);height:auto;padding:.8rem 1.25rem 1.5rem;transition:transform .3s,opacity .25s;display:flex;position:fixed;top:55.19px;left:0;overflow-y:auto;transform:translate(-20px)}header nav.nav-open{opacity:1;pointer-events:auto;transform:translate(0)}.nb{text-align:left;width:100%;padding:.65rem 1rem}.nav-mobile-actions{flex-direction:column;display:flex}}@media (width>=901px) and (width<=1200px){header{padding:0 1.25rem}nav{flex-wrap:wrap;gap:.15rem;display:flex}.nb{padding:.4rem .65rem;font-size:.78rem}}
