.brand .site-logo{
  display:block;
  width:clamp(85px,26vw,125px);
  height:auto;
  max-width:100%;
  object-fit:contain;
}

.brand .site-logo-link{
  display:block;
  min-height:0;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}

.brand .site-logo-link:hover{
  background:transparent;
}

.header .brand{
  flex:0 1 auto;
  min-width:0;
}

.footer .brand{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:10px 14px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(255,255,255,.2);
}

.footer .brand .site-logo{
  width:clamp(85px,24vw,112.5px);
}

.ca-brand{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  padding:8px 12px;
  border-radius:12px;
  background:#fff;
}

.ca-brand .site-logo{
  display:block;
  width:clamp(85px,26vw,115px);
  height:auto;
  max-width:100%;
}

.thank-you-brand,
.redirect-brand{
  display:inline-flex;
  margin-bottom:24px;
}

@media(max-width:420px){
  .brand .site-logo{width:85px}
  .footer .brand .site-logo{width:90px}
  .ca-brand .site-logo{width:85px}
}
