.footer .footer__copyright .hz-footer-payments{position:relative;display:block;width:auto;min-width:0;padding-inline-end:52px;flex:1 1 auto}
.footer .footer__copyright.hz-footer-payments-enabled .foot_copy{width:auto;flex:0 0 auto;margin-inline-end:24px}
.footer .hz-payments-compact{display:flex;align-items:center;justify-content:var(--hz-payment-align);gap:var(--hz-payment-gap)}
.footer .hz-footer-payments .list-payment{display:flex;flex-wrap:wrap;align-items:center;justify-content:var(--hz-payment-align);gap:var(--hz-payment-gap);list-style:none;padding:0;margin:0;min-width:0}
.footer .hz-footer-payments .list-payment__item{display:flex;align-items:center;justify-content:center;padding:0;margin:0;flex:0 0 var(--hz-payment-width);max-width:100%}
.footer .hz-footer-payments .hz-payment-icon{display:block;width:var(--hz-payment-width);height:auto;max-width:100%;max-height:calc(var(--hz-payment-width) * 0.8);object-fit:contain;filter:none}
.footer .hz-payments-editor-note{font-size:13px;line-height:1.5;margin:8px 0;color:inherit;max-width:420px}
.footer .hz-payment-disclosure{flex:0 0 auto}
.footer .hz-payments-more{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 7px;border:1px solid #596271;border-radius:5px;background:#111b29;color:#fff;font-family:inherit;font-weight:600;font-size:13px;line-height:1;list-style:none;cursor:pointer}
.footer .hz-payments-more::-webkit-details-marker{display:none}
.footer .hz-payments-more::marker{content:''}
.footer .hz-payments-more:hover,.footer .hz-payment-disclosure[open] .hz-payments-more{background:#263244;border-color:#b5bdc7}
.footer .hz-payment-panel{position:absolute;z-index:10;inset-inline-end:52px;bottom:calc(100% + 12px);width:min(680px,calc(100vw - 48px));max-height:min(480px,60vh);overflow:auto;overscroll-behavior:contain;padding:0 18px 18px;border:1px solid #536073;border-radius:10px;background:#0e1725;color:#f5f3ef;box-shadow:0 12px 40px #0008;text-align:start;scrollbar-gutter:stable}
.footer .hz-payment-panel-heading{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;background:#0e1725}
.footer .hz-payment-panel-heading h2{margin:0;color:inherit;font-size:16px;font-weight:600;line-height:1.4}
.footer .hz-payment-panel-heading h2 span{color:#bfc8d4;font-size:13px}
.footer .hz-payment-close{flex:0 0 44px;width:44px;height:44px;padding:0;border:0;border-radius:5px;color:#fff;background:#202d3e;font-size:26px;cursor:pointer}
.footer .hz-payment-close[hidden]{display:none}
.footer .hz-payment-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;list-style:none;padding:0;margin:0}
.footer .hz-payment-method{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;min-width:0;margin:0;padding:12px 4px;border:1px solid #2e3b4e;border-radius:6px;text-align:center}
.footer .hz-payment-method .hz-payment-icon{width:46px;max-height:30px}
.footer .hz-payment-name{color:#f5f3ef;font-size:12px;line-height:1.4!important;overflow-wrap:anywhere}
.footer .hz-payments-more:focus-visible,.footer .hz-payment-close:focus-visible,.footer .hz-payment-panel:focus-visible{outline:2px solid #e6bd72;outline-offset:3px}
@media(max-width:767px){
  .footer .footer__copyright.hz-footer-payments-enabled{display:flex;flex-direction:column;gap:16px}
  .footer .footer__copyright.hz-footer-payments-enabled .foot_copy{margin-inline-end:0;width:100%}
  .footer .footer__copyright .hz-footer-payments{width:100%;padding-inline:32px}
  .footer .hz-payments-compact,.footer .hz-footer-payments .list-payment{justify-content:var(--hz-payment-mobile-align)}
  .footer .hz-payment-panel{inset-inline-end:0;width:100%;padding-inline:12px;max-height:60vh}
  .footer .hz-payment-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer .hz-payment-panel-heading h2{font-size:15px}
}

.footer .hz-payment-availability{margin:0 0 14px;color:#c1cad6;font-size:12px;line-height:1.5!important}
