.header-rebranding{align-items:center;background-color:var(--colors-base-white);display:flex;height:64px;justify-content:space-between;left:0;padding:1rem 1.2rem;position:fixed;top:0;width:100%;z-index:1101}.header-rebranding .logo{display:block;height:32px;max-width:50%;min-width:264px}.header-rebranding .logo img{height:32px}.header-rebranding .menu{align-items:center;display:flex;gap:2rem;@media only screen and (max-width:768px){display:none}}.header-rebranding .menu a{color:var(--colors-charcoal-500);font-weight:500}.header-rebranding .actions{align-items:center;display:flex;gap:.4rem}.header-rebranding .actions .language-picker{align-items:center;display:flex;gap:1rem;height:24px;position:relative;transition:.1s;@media only screen and (max-width:768px){display:none}}.header-rebranding .actions .language-picker:hover{cursor:pointer}.header-rebranding .actions .language-picker .languages-list{background-color:var(--background-white);border-radius:8px;display:none;flex-direction:column;gap:.2rem;padding:4px;position:absolute;right:0;top:calc(100% + .5rem)}.header-rebranding .actions .language-picker .languages-list button{align-items:center;background-color:transparent;border-radius:4px;display:flex;height:32px;justify-content:center;width:64px}.header-rebranding .actions .language-picker .languages-list button:hover{background-color:var(--alpha-black-5)}.header-rebranding .actions .language-picker p{color:var(--colors-paper-800);margin:0}.header-rebranding .actions .button{gap:.8rem;min-width:132px}.header-rebranding .actions .button--login{color:var(--text-brand-blue);@media only screen and (max-width:768px){display:none}}