.header{z-index:10;justify-content:center;align-items:center;width:100%;padding:10px;display:flex;top:10px}.header-container{flex-direction:row;flex:1;justify-content:space-between;align-items:center;gap:20px;padding:10px;display:flex}.header-logo{border-radius:8px;justify-content:center;align-items:center;gap:10px;display:flex}.header-nav{opacity:.7;flex:1;justify-content:flex-end;align-items:center;gap:15px;padding-right:20px;display:flex}.header-nav a{font-feature-settings:"ss01" on,"tnum" on,"ss03" on;font-variation-settings:"opsz" 25,"wght" 550;letter-spacing:-.03em;color:var(--white);font-family:Inter,sans-serif;font-size:13px;line-height:1em;text-decoration:none;transition:opacity .2s}.header-nav a:hover{opacity:.7}.header-cta{font-feature-settings:"ss01" on,"tnum" on,"ss03" on;font-variation-settings:"opsz" 25,"wght" 550;letter-spacing:-.03em;color:var(--black);background-color:#8df0cc;border-radius:8px;padding:8px 16px;font-family:Inter,sans-serif;font-size:13px;line-height:1em;text-decoration:none;transition:opacity .2s}.header-cta:hover{opacity:.9}@media (max-width:600px){.header{border-radius:10px;top:10px;left:10px;right:10px}.header-container{gap:15px;padding:10px 15px}.header-nav{gap:15px}.header-nav a{font-size:12px}.header-cta{padding:6px 12px;font-size:12px}}
