:root{--metro-blue:#1e3a8a;--metro-inactive-tab:#e9edf5;--metro-red:#dc2626;--metro-dark:#1f2937;--metro-gray:#4b5563}.consumer-shared-page{background-color:#fff;flex-direction:column;min-height:100vh;font-family:Poppins,sans-serif;display:flex}.consumer-shared-page__content{padding-top:7.5rem}.landing-header{z-index:1000;justify-content:center;width:100%;padding:1.5rem 4rem;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;left:0;right:0}.landing-header--visible{transform:translateY(0)}.landing-header--hidden{transform:translateY(-100%)}.landing-header__inner{background-color:#fff;border:.5px solid #e5e7eb;border-radius:9999px;grid-template-columns:auto 1fr;align-items:center;width:100%;max-width:1200px;padding:.75rem 2.5rem;display:grid;position:relative;box-shadow:0 1px 3px #0000001a}.landing-header__logo-container{justify-self:start;align-items:center;gap:.75rem;display:flex}.landing-header__logo{object-fit:contain}.landing-header__nav{justify-content:center;justify-self:center;align-items:center;gap:2.5rem;display:flex}.landing-header__menu-button{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.hamburger-bar{background:#000;border-radius:2px;width:24px;height:2px;margin:4px 0;transition:transform .2s,opacity .2s;display:block}.landing-header__menu-button.open .hamburger-bar:first-child{transform:translateY(6px)rotate(45deg)}.landing-header__menu-button.open .hamburger-bar:nth-child(2){opacity:0}.landing-header__menu-button.open .hamburger-bar:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.landing-header__link{color:#000;white-space:nowrap;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s}.landing-header__link:hover,.landing-header__link--active{color:var(--metro-blue)}@media (max-width:768px){.landing-header{padding:1rem}.landing-header__inner{grid-template-columns:1fr auto;justify-content:space-between;padding:.6rem 1rem}.landing-header__logo-container{gap:.5rem}.landing-header__nav{z-index:20;background-color:#fff;border-radius:8px;flex-direction:column;gap:1rem;width:100%;padding:1rem;display:none;position:absolute;top:calc(100% + .5rem);left:0;right:0;box-shadow:0 8px 24px #00000014}.landing-header__nav--open{display:flex}.landing-header__menu-button{z-index:10;display:block;position:relative}.landing-header__link{text-align:center;padding:.75rem 0;display:block}.consumer-shared-page__content{padding-top:6.5rem}}
