/* Original supplied artwork, displayed through two responsive crop windows.
   The PNG is unchanged; preserve both the symbol and the custom wordmark. */
.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0;width:max-content;max-width:100%;text-decoration:none}
.brand-symbol,.brand-wordmark{position:relative;display:block;overflow:hidden;flex-shrink:0;background:#fff}
.brand-symbol{width:52px;aspect-ratio:530 / 390}
.brand-wordmark{width:86px;aspect-ratio:530 / 300}
.brand-symbol img,.brand-wordmark img{position:absolute;display:block;width:236.604%;max-width:none;height:auto;pointer-events:none}
.brand-symbol img{left:-69.811%;top:-65.385%}
.brand-wordmark img{left:-69.811%;top:-233.333%}
.auth-intro .brand-symbol{width:66px}
.auth-intro .brand-wordmark{width:106px}
.startup .brand-symbol{width:84px}
.startup .brand-wordmark{width:128px}
.legacy-brand{margin-bottom:24px}
@media(max-width:720px){.auth-intro .brand-symbol{width:52px}.auth-intro .brand-wordmark{width:86px}}
