/* One logo asset and sizing contract across the independent website applications. */
.brand{display:inline-flex;align-items:center;flex-shrink:0;max-width:100%;text-decoration:none;line-height:1}
.brand-visual{display:block;position:relative;width:160px;max-width:100%;aspect-ratio:89/22;overflow:hidden;mix-blend-mode:multiply}
/* Preserve the approved artwork while hiding the export's empty outer margin. */
.brand .brand-logo{display:block;position:absolute;width:115.05618%;max-width:none;height:auto;left:-8.14607%;top:-38.63636%}
.small-brand .brand-visual{width:140px}
.admin-brand .brand-visual{width:145px}
.brand.brand-stacked{flex-direction:column;align-items:flex-start;gap:6px}
.brand.brand-stacked small{margin:0;line-height:1.4}
.keys-brand{padding:8px 10px;border-radius:10px;background:#fff}
.security-header{align-items:center}
@media(max-width:520px){
  .brand-visual{width:140px}
  .security-header{gap:14px}
  .security-header>a:last-child{font-size:13px;text-align:right;line-height:1.45}
}
