/* Supplied metallic SVG artwork, displayed without cropping or recoloring. */
.header .brand{width:250px;height:100%;display:flex;align-items:center;overflow:visible}
.header .brand img{position:static;inset:auto;width:100%;height:auto;max-width:100%;display:block;transform-origin:left center;animation:signature-arrival 1.45s cubic-bezier(.16,1,.3,1) both}
@keyframes signature-arrival{
  0%{opacity:0;transform:translateX(-22px) translateY(8px);filter:blur(6px);clip-path:inset(0 100% 0 0)}
  65%{opacity:1;filter:blur(0)}
  100%{opacity:1;transform:translate(0);filter:blur(0);clip-path:inset(0 0 0 0)}
}
.identity-mark{display:block;width:94px;height:auto;margin:0 auto 30px}
.training-conversation .identity-mark{margin-left:0}
footer .footer-name{display:inline-flex;flex-direction:column;align-items:flex-start;justify-self:start;gap:6px}
footer .footer-name img{display:block;width:100px;height:auto}
footer .footer-name span{font:12px/1.4 Arial,Helvetica,sans-serif;letter-spacing:.19em;margin:0;color:#d2bc88}
@media(max-width:1100px){.header .brand{width:225px}}
@media(max-width:650px){.header .brand{width:190px}footer .footer-name{align-items:center;justify-self:center}.identity-mark{width:80px;margin-bottom:24px}}
@media(prefers-reduced-motion:reduce){.header .brand img{animation:none;opacity:1;transform:none;filter:none;clip-path:none}}
