.card-nav-container{z-index:99;box-sizing:border-box;width:90%;max-width:1120px;position:fixed;top:1.5rem;left:50%;transform:translate(-50%)}.card-nav{will-change:height;background-color:#fff;border:1px solid #1a1a1a14;border-radius:2rem;height:60px;padding:0;display:block;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d}.card-nav-top{z-index:2;justify-content:space-between;align-items:center;height:60px;padding:.5rem .45rem .55rem 1.5rem;display:flex;position:absolute;top:0;left:0;right:0}.hamburger-menu{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:40px;height:100%;display:flex}.hamburger-menu:hover .hamburger-line{opacity:.75}.hamburger-line{transform-origin:50%;background-color:currentColor;width:24px;height:2px;transition:transform .25s,opacity .2s,margin .3s}.hamburger-menu.open .hamburger-line:first-child{transform:translateY(4px)rotate(45deg)}.hamburger-menu.open .hamburger-line:last-child{transform:translateY(-4px)rotate(-45deg)}.logo-container{align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.card-nav-cta-button{color:#fff;cursor:pointer;background-color:#111;border:none;border-radius:1.5rem;align-items:center;height:40px;padding:0 1.5rem;font-weight:500;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex}.card-nav-cta-button:hover{opacity:.9}.card-nav-content{visibility:hidden;pointer-events:none;z-index:1;align-items:flex-end;gap:12px;padding:.5rem;display:flex;position:absolute;inset:60px 0 0}.card-nav.open .card-nav-content{visibility:visible;pointer-events:auto}.nav-card{-webkit-user-select:none;user-select:none;border-radius:1.5rem;flex-direction:column;flex:1 1 0;gap:8px;min-width:0;height:100%;padding:18px 24px;display:flex;position:relative}.nav-card-label{letter-spacing:-.5px;margin-bottom:2rem;font-size:24px;font-weight:400}.nav-card-links{flex-direction:column;gap:8px;margin-top:auto;display:flex}.nav-card-link{cursor:pointer;align-items:flex-start;gap:8px;font-size:14px;text-decoration:none;transition:opacity .3s;display:inline-flex}.nav-card-link-icon{margin-top:1px}.nav-card-link:hover{opacity:.75}@media (max-width:768px){.card-nav-container{width:90%;top:1.2em}.card-nav-top{justify-content:space-between;padding:.5rem 1rem}.hamburger-menu{order:2}.logo-container{order:1;position:static;transform:none}.card-nav-cta-button{display:none}.card-nav-content{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;padding:.5rem;bottom:0}.nav-card{flex:auto;height:auto;min-height:140px;max-height:none}.nav-card-label{margin-bottom:1rem;font-size:20px}.nav-card-link{gap:6px;font-size:13px}}
