.navbar-container{z-index:1000;background:#fff;width:100%;padding:1rem 0;display:block;position:relative}.navbar-content{flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1440px;margin:0 auto;display:flex}.navbar-logo-section{background:#fff;justify-content:center;align-items:center;width:auto;height:80px;padding-left:4rem;display:flex}.navbar-links-section{color:#000;background:#fff;flex:1;height:80px;display:flex}.navbar-links-wrapper{flex-direction:row;justify-content:center;align-items:center;gap:64px;width:100%;height:100%;display:flex}.navbar-link{color:#000;font-family:Sora,sans-serif;font-size:16px;font-weight:400;line-height:14px;text-decoration:none;transition:color .3s}.navbar-link:hover{color:#342e70}.navbar-action-section{background:#fff;justify-content:center;align-items:center;height:80px;padding-right:4rem;display:flex}.consultation-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#342e70;border:none;border-radius:100px;padding:12px 24px;font-family:Sora,sans-serif;font-size:14px;transition:transform .2s,opacity .2s;box-shadow:inset 0 3px 10px #aca3e480,0 4px 4px #aca3e4cc}.consultation-btn:hover{opacity:.9;transform:translateY(-2px)}.hamburger-toggle{cursor:pointer;z-index:1100;background:0 0;border:none;padding:10px;display:none}.mobile-menu-overlay{z-index:1050;background:#fff;flex-direction:column;gap:32px;width:100%;height:100vh;padding:100px 40px;transition:transform .4s cubic-bezier(.165,.84,.44,1);display:flex;position:fixed;top:0;left:0;transform:translate(100%)}.mobile-menu-overlay.is-open{transform:translate(0)}.mobile-link{color:#0a0a0a;font-family:Sora,sans-serif;font-size:24px;font-weight:600;text-decoration:none}@media (max-width:1024px){.navbar-logo-section{padding-left:2rem}.navbar-links-section,.navbar-action-section{display:none}.hamburger-toggle{margin-right:2rem;display:block}}@media (max-width:640px){.navbar-logo-section{padding-left:1.5rem}.hamburger-toggle{margin-right:1rem}#hp-logo{width:120px!important;height:auto!important}}
