* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.payid-lprmkv {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .payid-lprmkv {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .payid-lprmkv {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.payid-jxcp2s {
  overflow: hidden;
}

.payid-279nc4 img {
  background: var(--Neutral-300);
}

.payid-rqgzr9 {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.payid-wfgvqb {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.payid-wfgvqb:hover {
  background: var(--button-bg-hover);
}

.payid-gpy5v2 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.payid-gpy5v2:hover {
  background: var(--button-bg-hover);
}

.payid-lcxu7j {
  font-size: 12px;
  line-height: 18px;
}

.payid-j7dltc {
  font-size: 18px;
  line-height: 26px;
}

.payid-wjuzf0 {
  width: 100%;
}

.payid-vh9t02 {
  padding: 6px 16px;
}

.payid-xkk1ol {
  padding: 10px 16px;
}

.payid-mr1e55 {
  padding: 15px 26px;
}

.payid-zd0o5b {
  flex-shrink: 0;
}

.payid-6tm08i {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.payid-4hlyaq {
  display: none;
}

.payid-imxmwb {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.payid-j7t412 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.payid-tb7l04 {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.payid-kko7tj {
  cursor: grab;
}

.payid-tb7l04::-webkit-scrollbar {
  display: none;
}

.payid-6wwwrc {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.payid-gqfjpn {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.payid-7vgatg {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.payid-jqq8up {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.payid-ixlork {
  visibility: visible;
}

.payid-crln9w {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.payid-rig7zt ease;
}

.payid-zksd1k {
  background-color: var(--Primary-200);
  width: 16px;
}

.payid-a25uh6 {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.payid-rig7zt,
    mask-image 0.3s;
}

.payid-a25uh6.payid-elgt28 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.payid-ch12nj:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.payid-84mncl {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.payid-gxngmt.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.payid-gxngmt.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.payid-2h2rhs {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.payid-2h2rhs::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.payid-vyws9z {
  position: relative;
  z-index: 1;
}

.payid-76rhld {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.payid-50lhrv {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.payid-5r2bwz {
  font-size: 40px;
  line-height: 48px;
}

.payid-mdgf9v {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.payid-v7oe6z {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.payid-v7oe6z:hover {
  background: var(--Primary-400);
}

.payid-v7oe6z svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.payid-ch12nj img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .payid-2h2rhs {
    max-width: 600px;
    padding: 64px;
  }

  .payid-76rhld {
    font-size: 24px;
    line-height: 32px;
  }

  .payid-50lhrv {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .payid-5r2bwz {
    font-size: 50px;
    line-height: 56px;
  }

  .payid-mdgf9v {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .payid-84mncl {
    top: 25px;
    right: 25px;
  }
}

.payid-ajv5v9,
.payid-a56brf {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.payid-su2l51.payid-fkucdu::before,
.payid-a56brf::before,
.payid-1ssqgc::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.payid-gxngmt.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.payid-77rldd 14.payid-gb1yz2.payid-ywcwlk 14.payid-z1d49f 15.payid-vgz7a2 14.payid-ajr7l3 15.payid-45jqb0 14.payid-gig1y2.payid-o6yn9i 14.payid-52vppx 19.payid-twrs0p 12.payid-2og3cu 19.payid-twrs0p 10.payid-te8ton.payid-twrs0p 8.payid-tcaeme 17.payid-loulig 7.payid-3ffu97 15.payid-3dnxsy 7.payid-1mewle.payid-l4r6is 7.payid-3ffu97 11.payid-hdwkvs 8.payid-tcaeme 11.payid-hdwkvs 10.payid-7h239b.payid-hdwkvs 12.payid-cfccwu 13.payid-3lwps6 14.payid-d7xjb2 15.payid-eije19 14.payid-qwg13x.payid-5ul90j 14.payid-pioqwd 15.payid-00tg2y 14.payid-g418u7 15.payid-9fp28w 14.payid-4c0zb1.payid-77rldd 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.payid-1j8b00 15.payid-g6q5o2.payid-645f9j 15.payid-u35ezd 15.payid-ki7nyc 15.payid-ybzgmu 15.payid-gnizdv 15.payid-v473gx.payid-36tg6i 15.payid-ybzgmu 15.payid-1rja0z 15.payid-hmh3pl 15.payid-qui0k0 15.payid-onlzxb.payid-uw5ntv 15.payid-ydhopp 7.payid-turfxp 18.payid-6hnxdp 7.payid-29rpia 23.payid-w8uz8f.payid-gycoa2.payid-r3u5vr 18.payid-vay9ks 19.payid-kv7qza 15.payid-k8r5sm 15.payid-1j8b00 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.payid-zjisal [type="submit"] *,
.payid-9kg2xi button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .payid-ikpl3f {
    display: none;
  }
}

.payid-n5iz0f {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .payid-n5iz0f {
  display: none;
}

@media (min-width: 768px) {
  .payid-n5iz0f {
    bottom: 22px;
  }
}

.payid-n5iz0f input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .payid-n5iz0f {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.payid-kw3wva.static) .payid-n5iz0f {
    bottom: 8px;
  }
}

.payid-v5g61f {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.payid-gxngmt.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.payid-lmtaks 3.payid-rj66j2.payid-lq129j.payid-jr6hx3 3.payid-74zhgz 3.payid-k8qce4 5.payid-9e61b1 3.payid-k8qce4 8.payid-pch8qz.payid-45o0r8.payid-k8qce4 26.payid-wjc6n1 5.payid-u6ep2g 28.payid-q7ra85 8.payid-xst0yn 28.payid-eidgej.payid-uqhp91 28.payid-bc60m4.payid-pr981l 34.payid-fgriqv.payid-ga4yi8 36.payid-8lauca 11.payid-nhxnwr 37.payid-l6nzmc 12.payid-6shgkl 36.payid-cggliz.payid-1uuc6o 28.payid-c4upd2.payid-nandod.payid-rnkvws 28.payid-ozvucl 36.payid-49nga3 26.payid-qw79ns 36.payid-49nga3 23.payid-e0p8hk.payid-9aslav.payid-49nga3 5.payid-zynk08 34.payid-aektq0 3.payid-74zhgz 31.payid-lmtaks 3.payid-rsbdhb.payid-ext9bd 18.payid-15bzqy.payid-bbko7a 18.payid-ajgma8 8.payid-p2ibjy 17.payid-fj0zgp 8.payid-p2ibjy 15.payid-r997r4.payid-p2ibjy 14.payid-avsf9m 9.payid-bbko7a 13.payid-ntpk62 11.payid-ext9bd 13.payid-ny4kuu.payid-hy9dcr 13.payid-ntpk62 13.payid-v5mhim 14.payid-avsf9m 13.payid-v5mhim 15.payid-vtn3wp.payid-v5mhim 17.payid-fj0zgp 12.payid-hy9dcr 18.payid-ajgma8 11.payid-ext9bd 18.payid-70atoz.payid-r7u52i 18.payid-vf7h5l.payid-nxkg4b 18.payid-ajgma8 17.payid-91cflw 17.payid-fj0zgp 17.payid-91cflw 15.payid-g9qiia.payid-91cflw 14.payid-avsf9m 18.payid-nxkg4b 13.payid-ntpk62 20.payid-r7u52i 13.payid-mt32x1.payid-yknakb 13.payid-ntpk62 22.payid-w9gcvb 14.payid-avsf9m 22.payid-w9gcvb 15.payid-2errfq.payid-r16hkd 17.payid-fj0zgp 21.payid-yknakb 18.payid-ajgma8 20.payid-r7u52i 18.payid-ktuixe.payid-wuq9z7 18.payid-7owzu2.payid-pms8qq 18.payid-ajgma8 26.payid-4708ni 17.payid-fj0zgp 26.payid-4708ni 15.payid-r8n6pu.payid-4708ni 14.payid-avsf9m 27.payid-pms8qq 13.payid-ntpk62 28.payid-wuq9z7 13.payid-th9hw1.payid-lfka0m 13.payid-ntpk62 31.payid-xw5qx1 14.payid-avsf9m 31.payid-xw5qx1 15.payid-wvy2yr.payid-4708ni 17.payid-fj0zgp 30.payid-lfka0m 18.payid-ajgma8 28.payid-wuq9z7 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .payid-v5g61f {
    display: none;
  }
}

.payid-eofh3x {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .payid-eofh3x {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.payid-9kg2xi {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .payid-9kg2xi {
    padding: 14px 16px;
  }
}

.payid-9kg2xi button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.payid-9kg2xi button:first-child {
  align-content: end;
}

.payid-9kg2xi button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .payid-9kg2xi
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .payid-9kg2xi
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.payid-9kg2xi button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.payid-9kg2xi button:last-child svg {
  width: 38px;
  height: 38px;
}

.payid-1ssqgc {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.payid-1ssqgc::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .payid-1ssqgc,
.pc61d126-chatbot[data-active-screen="3"]
  .payid-1ssqgc {
  opacity: 1;
  visibility: visible;
}

.payid-mjc3s2 {
  flex: 1 1;
}

.payid-d5h0el {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .payid-d5h0el {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .payid-k6sh9d {
  display: block;
}

.payid-vs28y6 {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .payid-vs28y6 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.payid-a56brf {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.payid-a56brf::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.payid-licz3i span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.payid-licz3i p {
  color: var(--Text-100);
}

.payid-a56brf .payid-wxnj7v {
  grid-area: button;
}

.payid-a56brf .payid-wxnj7v::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.payid-gxngmt.org/2000/svg'%3E%3Cpath d='M4.payid-yw14hg 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.payid-mg95vk 15L16.payid-mg95vk 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.payid-mg95vk 5L16.payid-mg95vk 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .payid-de4tt4 {
  display: block;
}

.payid-dtsf6q {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .payid-dtsf6q {
    margin-top: 40px;
  }
}

.payid-ajv5v9 label,
.payid-ajv5v9 input {
  display: block;
  width: 100%;
}

.payid-ajv5v9 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.payid-ajv5v9 label.payid-uqos9b input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.payid-ajv5v9 label.payid-uqos9b::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.payid-ajv5v9 input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.payid-ajv5v9 input::placeholder {
  color: var(--Text-400);
}

.payid-ag0v8g {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .payid-ag0v8g {
  display: flex;
}

.payid-ag0v8g ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .payid-ag0v8g ol {
    height: 420px;
    padding: 24px;
  }
}

.payid-ag0v8g ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.payid-zjisal {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .payid-zjisal {
    padding: 0 24px 24px;
  }
}

.payid-zjisal input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.payid-zjisal input::placeholder {
  color: var(--Text-400);
}

.payid-zjisal [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.payid-zjisal [type="submit"]:disabled {
  opacity: 0.5;
}

.payid-zjisal [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .payid-zjisal [type="submit"] {
    right: 40px;
  }
}

.payid-su2l51 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.payid-su2l51.payid-fkucdu {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.payid-su2l51.payid-fkucdu::before {
  content: "";
  width: 31px;
}

.payid-su2l51.payid-fkucdu p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.payid-su2l51.payid-aelj4o p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.payid-su2l51 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.payid-n5iz0f .payid-wxnj7v {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.payid-ikpl3f {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .payid-ikpl3f {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .payid-ikpl3f {
    padding: 18px 0;
  }
}

.payid-ikpl3f .payid-lprmkv {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .payid-ikpl3f .payid-lprmkv {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.payid-ze0snj {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .payid-ze0snj {
    max-width: 160px;
    height: 40px;
  }
}

.payid-ze0snj picture,
.payid-ze0snj img {
  display: block;
  width: 100%;
  height: 100%;
}

.payid-ze0snj img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .payid-h3bsvt {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.payid-rig7zt ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .payid-ikpl3f.payid-u1spry .payid-h3bsvt {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .payid-h3bsvt {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .payid-h3bsvt {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.payid-uwsh4q,
.payid-bevqqh {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .payid-uwsh4q,
  .payid-bevqqh {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .payid-bevqqh {
    display: none;
  }
}

.payid-mmvleu {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.payid-u1spry .payid-mmvleu {
  background: var(--fh-bg-color);
}

.payid-mmvleu button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .payid-mmvleu {
    display: none;
  }
}

.payid-8494nc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .payid-8494nc {
    display: none;
  }
}

.payid-xurtya {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.payid-ikpl3f.payid-u1spry .payid-xurtya:first-child {
  display: none;
}

.payid-ikpl3f.payid-u1spry .payid-xurtya:last-child {
  display: block;
}

.payid-xurtya:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .payid-xurtya {
    display: none;
  }
}

.payid-upthks {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .payid-upthks {
    display: flex;
  }
}

.payid-upthks ul {
  max-height: 350px;
  overflow-y: auto;
}

.payid-upthks:hover ul {
  visibility: visible;
  opacity: 1;
}

.payid-upthks:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.payid-upthks:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.payid-upthks:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.payid-upthks:hover .payid-dgmtk9 svg {
  transform: rotate(180deg);
}

.payid-ppt3iq {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.payid-01rnyt {
  padding: 0 8px;
}

.payid-243wsm {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.payid-243wsm:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .payid-243wsm {
    padding: 4px 8px;
  }
}

.payid-6lk0va {
  display: flex;
}

.payid-6lk0va img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.payid-dgmtk9 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.payid-dgmtk9 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.payid-42qujt {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .payid-42qujt {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.payid-44oj62 {
  width: 100%;
}

@media (min-width: 1200px) {
  .payid-44oj62 {
    display: none;
  }
}

.payid-ffxfau {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.payid-ul3b8a {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.payid-c9fmu1 {
  display: flex;
}

.payid-1ygbaa {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.payid-mbg73v {
  list-style: none;
}

@media (max-width: 1199px) {
  .payid-mbg73v {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .payid-mbg73v {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .payid-mbg73v .payid-8d87zn [data-ref-el],
  .payid-mbg73v .payid-8d87zn span,
  .payid-mbg73v .payid-8d87zn a {
    white-space: nowrap;
  }
}

.payid-2npy3y {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .payid-2npy3y.payid-kvjfpi > .payid-8d87zn {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .payid-2npy3y.payid-almel0:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .payid-2npy3y.payid-kvjfpi > .payid-4urd74 {
    height: auto;
  }

  .payid-2npy3y.payid-kvjfpi > div > .payid-vwnrw8 {
    transform: rotate(180deg);
  }
}

.payid-2npy3y [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.payid-2npy3y [data-ref-el],
.payid-2npy3y span {
  cursor: pointer;
}

.payid-2npy3y [data-ref-el],
.payid-2npy3y span,
.payid-2npy3y a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .payid-2npy3y [data-ref-el],
  .payid-2npy3y span,
  .payid-2npy3y a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .payid-2npy3y [data-ref-el],
  .payid-2npy3y span,
  .payid-2npy3y a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.payid-4urd74 {
  height: 0;
  overflow: hidden;
  transition: height 0.payid-rig7zt ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.payid-4urd74::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.payid-4urd74::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.payid-4urd74::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .payid-4urd74 {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .payid-4urd74:has(> .payid-2npy3y.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .payid-4urd74 .payid-4urd74 {
    padding: 0;
  }

  .payid-4urd74 .payid-2npy3y {
    font-weight: 400;
  }

  .payid-4urd74 .payid-2npy3y:hover > .payid-8d87zn {
    background: var(--Neutral-300);
  }

  .payid-4urd74 .payid-vwnrw8 {
    rotate: -90deg;
  }
}

.payid-8d87zn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .payid-8d87zn {
    padding: 8px;
  }

  .payid-2npy3y.payid-uuwumr > .payid-8d87zn {
    background: var(--Neutral-300);
  }
}

.payid-vwnrw8 {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.payid-gxngmt.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.payid-eot4i8 0.payid-fj6iy7.payid-iguyy6 -0.payid-4kpc42 0.payid-suz8la -0.payid-4kpc42 1.payid-6j2j5t 0.payid-0ffebr.payid-a2c6ze 4.payid-a6z1hs.payid-eot4i8 0.payid-pqjwrk.payid-1f9uxu -0.payid-4kpc42 9.payid-9mi0vu -0.payid-4kpc42 10.payid-28falz 0.payid-mqd47j.payid-wzkvhs 0.payid-iguyy6 10.payid-wzkvhs 0.payid-suz8la 10.payid-28falz 1.payid-76zkaj.payid-gf4tgg 5.payid-akha9h.payid-kpuiks 6.payid-c7u0tu 5.payid-gowzx0 6.payid-c7u0tu 4.payid-ur646e 5.payid-1gv4lq.payid-eot4i8 1.payid-thb155.payid-4kpc42 0.payid-suz8la -0.payid-4kpc42 0.payid-iguyy6 0.payid-eot4i8 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.payid-rig7zt ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .payid-vwnrw8 {
    cursor: default;
  }
}

.payid-p0yjfv {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.payid-7q2fxi {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .payid-7q2fxi {
    padding: 40px 4px;
  }
}

.payid-qdvepp {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .payid-qdvepp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.payid-tz67ix {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .payid-tz67ix {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.payid-tz67ix ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.payid-tz67ix [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.payid-tz67ix [data-ref-el],
.payid-tz67ix span,
.payid-tz67ix a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.payid-6fsc9q {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .payid-6fsc9q {
    margin-bottom: 12px;
  }
}

.payid-6n5cb5 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.payid-6n5cb5 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .payid-6n5cb5:last-child {
    margin-right: 0;
  }
}

.payid-sn1gnp {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.payid-6fsc9q:hover .payid-srizov {
  visibility: visible;
  opacity: 1;
}

.payid-srizov {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.payid-yvnema {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.payid-os2jgv {
  display: flex;
  margin: 6px;
}

.payid-os2jgv img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.payid-srizov::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.payid-srizov::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.payid-3yl0b3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .payid-3yl0b3 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.payid-cfo736 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .payid-cfo736 {
    margin-right: 32px;
  }
}

.payid-msvgoa {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .payid-msvgoa {
    margin-top: 0;
    width: 340px;
  }
}

.payid-msvgoa a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.payid-rzclds {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.payid-hsxkiy {
  position: relative;
}

@media (min-width: 768px) {
  .payid-hsxkiy {
    margin-top: 40px;
  }
}

.payid-hsxkiy + .payid-7h8hlp,
.payid-hsxkiy + .payid-hsxkiy {
  margin-top: 24px;
}

.payid-7u5yc2 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .payid-7u5yc2 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .payid-7u5yc2 {
    padding: 80px;
  }
}

.payid-syu9dl {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .payid-syu9dl {
    padding: 0 16px;
}


}

.payid-hu0ek0 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .payid-hu0ek0 {
    font-size: 48px;
    line-height: 56px;
  }
}

.payid-09mdx7 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .payid-09mdx7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.payid-wxy8nl {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.payid-wxy8nl:hover {
  background: var(--button-bg-hover);
}

.payid-gdaryp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.payid-gdaryp img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .payid-gdaryp img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .payid-gdaryp img {
  min-height: 100%;
  }
}

.payid-7u5yc2::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.payid-zd8u3k {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.payid-zd8u3k h1,
.payid-zd8u3k h2,
.payid-zd8u3k h3,
.payid-zd8u3k h4 {
  margin-bottom: 6px;
}

.payid-zd8u3k h1:not(:first-child),
.payid-zd8u3k h2:not(:first-child),
.payid-zd8u3k h3:not(:first-child),
.payid-zd8u3k h4:not(:first-child) {
  margin-top: 16px;
}

.payid-zd8u3k h1,
.payid-zd8u3k h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .payid-zd8u3k h1,
  .payid-zd8u3k h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.payid-zd8u3k h2,
.payid-zd8u3k h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .payid-zd8u3k h2,
  .payid-zd8u3k h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.payid-zd8u3k h3,
.payid-zd8u3k h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .payid-zd8u3k h3,
  .payid-zd8u3k h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.payid-zd8u3k h4,
.payid-zd8u3k h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.payid-zd8u3k ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.payid-zd8u3k ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.payid-zd8u3k ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.payid-zd8u3k ul ul {
  margin-bottom: 8px;
}

.payid-zd8u3k ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.payid-zd8u3k ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.payid-zd8u3k ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.payid-zd8u3k ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.payid-zd8u3k ol li::marker {
  font-weight: 700;
}

.payid-zd8u3k ol ol {
  margin-bottom: 8px;
}

.payid-zd8u3k ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.payid-zd8u3k ol ul li {
  padding-left: 16px;
}

.payid-zd8u3k table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .payid-zd8u3k table {
    padding: 24px;
  }
}

.payid-zd8u3k table.payid-24ka3d {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.payid-rig7zt,
    mask-image 0.3s;
}

.payid-zd8u3k table.payid-24ka3d.payid-elgt28 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .payid-zd8u3k table {
    display: table;
  }
}

.payid-zd8u3k table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.payid-zd8u3k table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.payid-zd8u3k table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.payid-zd8u3k table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .payid-zd8u3k table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.payid-zd8u3k table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.payid-zd8u3k table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.payid-zd8u3k table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.payid-zd8u3k img {
  max-width: 100%;
  height: auto;
}

.payid-x8j2e9 {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .payid-x8j2e9 {
    padding: 24px;
  }
}

.payid-6528vy {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .payid-6528vy {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.payid-6528vy > * {
  margin: 0 !important;
}

.payid-6528vy img,
.payid-15yb3x {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .payid-6528vy img,
  .payid-15yb3x {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.payid-0vqr00 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .payid-0vqr00 {
    width: 32px;
    height: 32px;
  }
}

.payid-0bop9b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.payid-0bop9b .payid-j9p0ph {
  flex-shrink: 0;
}

.payid-0bop9b .payid-dohk64 svg {
  display: none;
}

.payid-0zqaz6 {
  display: grid;
  transition: max-height 0.payid-rig7zt ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .payid-0zqaz6 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .payid-0zqaz6 {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.payid-0zqaz6.payid-gw2lgk + .payid-j9p0ph svg {
  transform: rotate(180deg);
}

.payid-yfre6g {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.payid-yfre6g > div:nth-child(3n) {
  grid-column: span 2;
}

.payid-yfre6g
  > div:nth-child(3n)
  .payid-wk3cum
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .payid-yfre6g {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .payid-yfre6g > div:nth-child(3n) {
    grid-column: unset;
  }

  .payid-yfre6g
    > div:nth-child(3n)
    .payid-wk3cum
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .payid-yfre6g {
    max-width: 270px;
  }
}

.payid-yfre6g .payid-wk3cum button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .payid-yfre6g .payid-wk3cum button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .payid-yfre6g .payid-wk3cum button {
    max-width: 104px;
  }
}

.payid-w2nc3v {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .payid-w2nc3v {
    margin-bottom: 0;
  }
}

.payid-4cnhap {
  display: none;
  opacity: 0;
}

.payid-8uf0cp {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.payid-8uf0cp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.payid-wk3cum {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.payid-wk3cum button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .payid-wk3cum
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .payid-wk3cum
    button {
    max-width: 145px;
  }
}

.payid-vlh3hk:first-child
  .payid-wk3cum
  button {
  max-width: 270px;
}

.payid-amlm1i {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.payid-w2nc3v picture {
  width: 100%;
  max-width: 100%;
}

.payid-1zhfzj {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.payid-1zhfzj svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.payid-w2nc3v:hover .payid-1zhfzj {
  display: flex;
}

.payid-2q7xyg {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.payid-zv4c9z {
  display: flex;
}

.payid-zv4c9z:hover .payid-peu6pq,
.payid-zv4c9z .payid-uuwumr .payid-peu6pq {
  display: flex;
}

.payid-zv4c9z svg {
  flex-shrink: 0;
}

.payid-peu6pq {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .payid-peu6pq {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.payid-peu6pq:hover {
  display: flex;
}

.payid-peu6pq svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.payid-abszha {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .payid-abszha {
    font-size: 12px;
  }
}

.payid-rsxgqb,
.payid-bogzsg {
  width: 50%;
  flex-shrink: 0;
}

.payid-rsxgqb {
  font-weight: 700;
}

.payid-rcitkk .payid-0zqaz6 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .payid-rcitkk .payid-0zqaz6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .payid-rcitkk .payid-0zqaz6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.payid-rcitkk
  .payid-amlm1i:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.payid-rcitkk .payid-8uf0cp {
  height: 100% !important;
  border-radius: 16px;
}

.payid-rcitkk .payid-wk3cum {
  gap: 4px;
  align-items: center;
}

.payid-rcitkk .payid-wk3cum button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.payid-rcitkk .payid-wk3cum svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.payid-rcitkk .payid-5rx8vd,
.payid-rcitkk .payid-gvubm5 {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.payid-gxngmt.org/2000/svg'%3E%3Cpath d='M9.payid-53l01g 4.payid-cjchjt.payid-l89hbv 5.payid-vqtnc0.payid-8s3qu6 5.payid-gubt35.payid-9etzt5 5.payid-fmlfr8.payid-l1p5uz 8.payid-r2k1kz.payid-uizdx9 9.payid-g264et.payid-nhl3mk 9.payid-t88t47.payid-kik5d9 13.payid-j98twj.payid-4u4dyr 11.payid-dixm4f.payid-dg5liz 11.payid-nlf451.payid-crqiqj 11.payid-ppca21.payid-gc4csi 13.payid-d9o95g.payid-srs2lx 9.payid-cncqk8.payid-39pr63 9.payid-f7n0iy.payid-8cvbn1 8.payid-od5j5l.payid-fbef9r 5.payid-etmbbo.payid-mwb3n8 5.payid-4f4lyu.payid-6fcvw7 5.payid-a1g00x.payid-rxnabf 4.payid-6xyox0.payid-dg5liz 1.payid-71ndpy.payid-53l01g 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.payid-rcitkk .payid-5rx8vd {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.payid-rcitkk .payid-gvubm5 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.payid-qjmgeu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .payid-qjmgeu {
    padding: 24px;
  }
}

.payid-qjmgeu .payid-j9p0ph {
  display: flex;
}

@media (min-width: 768px) {
  .payid-qjmgeu .payid-j9p0ph {
    display: none;
  }
}

.payid-qjmgeu .payid-dohk64 svg {
  display: none;
}

.payid-p83cfl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.payid-p83cfl .payid-rqgzr9 {
  display: none;
}

@media (min-width: 768px) {
  .payid-p83cfl .payid-rqgzr9 {
    display: flex;
  }
}

.payid-01pday {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .payid-01pday {
    font-size: 40px;
    line-height: 48px;
  }
}

.payid-01pday > * {
  margin: 0 !important;
}

.payid-01pday img,
.payid-ezc14o {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .payid-01pday img,
  .payid-ezc14o {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.payid-i641io {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .payid-i641io {
    width: 32px;
    height: 32px;
  }
}

.payid-mht7tc {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .payid-mht7tc {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .payid-mht7tc::-webkit-scrollbar {
    display: none;
  }
}

.payid-p7nyp2 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .payid-p7nyp2 {
    padding: 7px 15px;
  }
}

.payid-p7nyp2:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.payid-7lhg6i {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .payid-7lhg6i {
    display: flex;
    opacity: 1;
  }
}

.payid-p7nyp2 picture {
  height: 100%;
  display: block;
}

.payid-p7nyp2 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .payid-p7nyp2 img {
    width: 88px;
    height: 44px;
  }
}

.payid-p7nyp2 p {
  text-align: center;
  width: 100%;
}

.payid-xtzw2p {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .payid-xtzw2p {
    font-size: 40px;
    line-height: 48px;
  }
}

.payid-xtzw2p img,
.payid-9kixcq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .payid-xtzw2p img,
  .payid-9kixcq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.payid-pzmu02 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .payid-pzmu02 {
    width: 32px;
    height: 32px;
  }
}

.payid-hsijcz {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.payid-7ocykr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.payid-unqimh {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.payid-unqimh.payid-uuwumr {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.payid-sqg02y {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .payid-sqg02y {
    font-size: 20px;
    line-height: 28px;
  }
}

.payid-lfxzmt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.payid-nzkcwa {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.payid-rig7zt ease;
  opacity: 0;
  color: var(--text-color);
}

.payid-s3p2f0 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.payid-s3p2f0 ol,
.payid-s3p2f0 ul {
  padding-left: 1.3em;
}

.payid-unqimh.payid-uuwumr .payid-nzkcwa {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.payid-unqimh.payid-uuwumr .payid-lfxzmt {
  transform: rotate(180deg);
  color: var(--text-color);
}

.payid-9geg2t {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .payid-9geg2t {
    padding: 24px;
  }
}

.payid-9geg2t .payid-j9p0ph {
  display: flex;
}

@media (min-width: 768px) {
  .payid-9geg2t .payid-j9p0ph {
    display: none;
  }
}

.payid-9geg2t .payid-dohk64 svg {
  display: none;
}

.payid-wis14q {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payid-wis14q .payid-rqgzr9 {
  display: none;
}

@media (min-width: 768px) {
  .payid-wis14q .payid-rqgzr9 {
    display: flex;
  }
}

.payid-8zo4u8 {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .payid-8zo4u8 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.payid-8zo4u8 > * {
  margin: 0 !important;
}

.payid-8zo4u8 img,
.payid-y0jq6s {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .payid-8zo4u8 img,
  .payid-y0jq6s {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.payid-ms48h5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .payid-ms48h5 {
    width: 32px;
    height: 32px;
  }
}

.payid-h5eubl {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .payid-h5eubl {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .payid-h5eubl::-webkit-scrollbar {
    display: none;
  }
}

.payid-objp3q {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.payid-objp3q:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.payid-jzsntf {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .payid-jzsntf {
    display: flex;
    opacity: 1;
  }
}

.payid-objp3q picture {
  width: auto;
  height: 100%;
  display: block;
}

.payid-objp3q picture img {
  display: block;
  width: auto;
  height: 100%;
}

.payid-sd77p9 {
  margin: -24px 0;
}

.payid-sd77p9:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .payid-sd77p9 {
    margin: -16px 0;
  }
}

.payid-oaom4t {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .payid-oaom4t {
    flex-direction: row;
  }
}

.payid-6h74xj {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .payid-6h74xj {
    flex: 1;
  }
}

.payid-6h74xj::placeholder {
  color: var(--Text-400);
}

.payid-oc54bh {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.payid-i3z57q {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.payid-i3z57q::-webkit-scrollbar {
  display: none;
}

.payid-c0xab8 {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.payid-c0xab8 img,
.payid-c0xab8 svg {
  margin-right: 8px;
}

.payid-j0mdzu {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.payid-sd77p9 + .payid-0qyrl2 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .payid-sd77p9 + .payid-0qyrl2 {
    margin-top: -16px;
  }
}

.payid-z8mww9 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.payid-z8mww9 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.payid-z8mww9 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.payid-x9fprk {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.payid-vsp2v8 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.payid-tgd0qh {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.payid-qhjtxz {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.payid-bo7guo {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.payid-x9fprk button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.payid-x9fprk button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .payid-x9fprk {
    padding: 39px 179px 39px 39px;
  }

  .payid-vsp2v8 {
    font-size: 40px;
    line-height: 48px;
  }

  .payid-bo7guo {
    height: 348px;
  }

  .payid-x9fprk button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .payid-x9fprk button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .payid-x9fprk {
    padding: 63px;
  }
}

.payid-qrgerf {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .payid-qrgerf {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.payid-w9xxyy {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .payid-w9xxyy {
    width: auto;
  }
}

.payid-f8nimi {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.payid-f8nimi::-webkit-scrollbar {
  display: none;
}

.payid-f8nimi a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.payid-f8nimi a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .payid-f8nimi {
    margin-left: 16px;
    margin-top: 0;
  }
}

.payid-qrgerf .payid-io9o31 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.payid-rig7zt,
    mask-image 0.3s;
}

.payid-qrgerf .payid-io9o31.payid-elgt28 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.payid-flyscj {
  margin: 40px -16px;
}

.payid-v1u40l + .payid-7h8hlp,
.payid-v1u40l + .payid-hsxkiy {
  margin-top: 24px;
}

.payid-d3l4x2 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.payid-d3l4x2 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.payid-fhhshq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .payid-fhhshq {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .payid-fhhshq {
    margin-top: 0;
  }
}

.payid-avol8d {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .payid-avol8d {
    font-size: 24px;
    line-height: 32px;
  }
}

.payid-xft47a {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .payid-xft47a {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.payid-bqdvei {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .payid-bqdvei {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.payid-g1uz18 {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .payid-g1uz18 {
    font-size: 20px;
    line-height: 28px;
  }
}

.payid-hgtm8o {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .payid-hgtm8o {
    font-size: 32px;
    line-height: 40px;
  }
}

.payid-8js7ja {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.payid-c4s7vk {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.payid-c4s7vk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.payid-0qyrl2 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.payid-1dpbj3 {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .payid-1dpbj3 {
    padding: 15px 48px;
  }
}

main > .payid-0qyrl2 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .payid-0zqaz6.payid-9i0qi2 > div:nth-child(n+5) {
    display: none;
  }
}

.payid-zd8u3k p a img {
  display: block;
  margin: 0 auto;
}


.payid-5dplnp {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.payid-hne270 {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.payid-hne270 label {
  font-size: 14px;
}

.payid-hne270 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.payid-hne270 input,
.payid-hne270 textarea,
.payid-hne270 button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.payid-hne270 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.payid-3mdwh3 ease;
}
.payid-hne270 button:hover {
  background-color: var(--button-bg-hover);
}
.payid-1wcds6 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.payid-9in4pv ease-in;
}

.payid-1wcds6 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.payid-khl6j1, .payid-1s4iia, [class*="review-card"],
thead, thead th, table th, .payid-55lo1l,
.payid-cf95g9, [class*="collapsible-header"],
.payid-j0vvpo, [class*="updated-block"] {
  color: #ece7dc !important;
}
