
/* Adsrek Pay brand mark refresh */
.pc-brand__mark,
.apx-brand img,
.pc-footer__brand img,
.apx-bank-top img,
.apx-mini-bank-top img{
  object-fit:contain;
}

.pc-brand__mark{
  filter:drop-shadow(0 7px 12px rgba(27,119,255,.22))!important;
}
.pc-brand__text b,
.apx-brand b{
  font-weight:900!important;
  letter-spacing:-.035em!important;
}
.pc-brand__text b em,
.apx-brand b em{
  background:linear-gradient(135deg,#2e7fff,#20c5e8);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent!important;
}
.pc-footer__brand b em{
  font-style:normal;
  background:linear-gradient(135deg,#2e7fff,#20c5e8);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
html[data-theme="light"] .pc-brand__mark,
html[data-theme="light"] .apx-brand img,
html[data-theme="light"] .pc-footer__brand img{
  filter:drop-shadow(0 7px 12px rgba(27,119,255,.16))!important;
}
