* {
  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;
  }
}

.betalice-cuc5wl {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .betalice-cuc5wl {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .betalice-cuc5wl {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.betalice-np3nlh {
  overflow: hidden;
}

.betalice-bedxx4 img {
  background: var(--Neutral-300);
}

.betalice-8hnft1 {
  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;
}

.betalice-tei8zs {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.betalice-tei8zs:hover {
  background: var(--button-bg-hover);
}

.betalice-b97hnn {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.betalice-b97hnn:hover {
  background: var(--button-bg-hover);
}

.betalice-9mn4ex {
  font-size: 12px;
  line-height: 18px;
}

.betalice-tqs5fb {
  font-size: 18px;
  line-height: 26px;
}

.betalice-5aam38 {
  width: 100%;
}

.betalice-uhyt9k {
  padding: 6px 16px;
}

.betalice-otdjbt {
  padding: 10px 16px;
}

.betalice-0e58sm {
  padding: 15px 26px;
}

.betalice-z7se0p {
  flex-shrink: 0;
}

.betalice-4qu8gk {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.betalice-7062qk {
  display: none;
}

.betalice-zyeg2g {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.betalice-bk02y8 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.betalice-dcxez5 {
  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;
}

.betalice-q4mg2s {
  cursor: grab;
}

.betalice-dcxez5::-webkit-scrollbar {
  display: none;
}

.betalice-ccaide {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.betalice-t24ikr {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.betalice-4jxlrq {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.betalice-efo54g {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.betalice-fhfpup {
  visibility: visible;
}

.betalice-41jyrz {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.betalice-iy3o1e ease;
}

.betalice-pn4j6z {
  background-color: var(--Primary-200);
  width: 16px;
}

.betalice-ovhnv3 {
  -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.betalice-iy3o1e,
    mask-image 0.3s;
}

.betalice-ovhnv3.betalice-918wa0 {
  -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;
  }
}

.betalice-9cpb3v: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;
}

.betalice-g1sv8j {
  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.betalice-oqzjqj.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.betalice-oqzjqj.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;
}

.betalice-1n703p {
  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);
}

.betalice-1n703p::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%
  );
}

.betalice-1c7djs {
  position: relative;
  z-index: 1;
}

.betalice-x4j7cc {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.betalice-to26ni {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.betalice-mxd3z8 {
  font-size: 40px;
  line-height: 48px;
}

.betalice-v46gqe {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.betalice-7z5zm4 {
  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;
}

.betalice-7z5zm4:hover {
  background: var(--Primary-400);
}

.betalice-7z5zm4 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.betalice-9cpb3v 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) {
  .betalice-1n703p {
    max-width: 600px;
    padding: 64px;
  }

  .betalice-x4j7cc {
    font-size: 24px;
    line-height: 32px;
  }

  .betalice-to26ni {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .betalice-mxd3z8 {
    font-size: 50px;
    line-height: 56px;
  }

  .betalice-v46gqe {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .betalice-g1sv8j {
    top: 25px;
    right: 25px;
  }
}

.betalice-4e5zzq,
.betalice-3cmb5f {
  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;
}

.betalice-yldal7.betalice-ovkdql::before,
.betalice-3cmb5f::before,
.betalice-75r0nk::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.betalice-oqzjqj.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.betalice-w1i86t 14.betalice-8e6dom.betalice-xwoi4w 14.betalice-1fm0lb 15.betalice-6q9np3 14.betalice-4r0rzn 15.betalice-kekkgu 14.betalice-98v2xz.betalice-62rzl8 14.betalice-gucv5h 19.betalice-36b75e 12.betalice-mc9577 19.betalice-36b75e 10.betalice-q5whn7.betalice-36b75e 8.betalice-moeuvl 17.betalice-18a2gv 7.betalice-odunit 15.betalice-j7tfr4 7.betalice-noa5bc.betalice-4hcdw2 7.betalice-odunit 11.betalice-hdpyzs 8.betalice-moeuvl 11.betalice-hdpyzs 10.betalice-uxn1sf.betalice-hdpyzs 12.betalice-602dc6 13.betalice-qfirq2 14.betalice-kuqjz8 15.betalice-6co41z 14.betalice-zgwtr3.betalice-elfgs0 14.betalice-6uxh2t 15.betalice-mrxgla 14.betalice-2hdgam 15.betalice-dg95qw 14.betalice-xepmkd.betalice-w1i86t 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.betalice-m16rgm 15.betalice-0y661j.betalice-cl09bq 15.betalice-w4y4af 15.betalice-xlq2yb 15.betalice-jzguqv 15.betalice-rlwy71 15.betalice-sdns61.betalice-5cm8l7 15.betalice-jzguqv 15.betalice-8x8apq 15.betalice-v1qd6b 15.betalice-ldsxxv 15.betalice-x32udc.betalice-ti8tn2 15.betalice-to4unc 7.betalice-ib1ha7 18.betalice-e2nou8 7.betalice-cll8z4 23.betalice-49egnq.betalice-p30wkh.betalice-qhtn8r 18.betalice-jnxd3n 19.betalice-bq54jb 15.betalice-ew4s9d 15.betalice-m16rgm 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.betalice-tk7tjx [type="submit"] *,
.betalice-u4ue16 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .betalice-amnal0 {
    display: none;
  }
}

.betalice-qvjifh {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .betalice-qvjifh {
  display: none;
}

@media (min-width: 768px) {
  .betalice-qvjifh {
    bottom: 22px;
  }
}

.betalice-qvjifh input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .betalice-qvjifh {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.betalice-caj4wq.static) .betalice-qvjifh {
    bottom: 8px;
  }
}

.betalice-2epgxr {
  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.betalice-oqzjqj.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.betalice-sb00ev 3.betalice-2ur6k5.betalice-4tgiqz.betalice-rw3qij 3.betalice-91qe9f 3.betalice-yerrud 5.betalice-xr7h71 3.betalice-yerrud 8.betalice-qjjvd8.betalice-mwerne.betalice-yerrud 26.betalice-6q0qlu 5.betalice-iic7f1 28.betalice-hafddx 8.betalice-6y8tqv 28.betalice-1u331y.betalice-o4kucf 28.betalice-xy1p64.betalice-5xx9sc 34.betalice-vjzmjy.betalice-qa5sbg 36.betalice-8yu4s1 11.betalice-h37f9f 37.betalice-8y3px7 12.betalice-23hizx 36.betalice-nshgv8.betalice-nckm38 28.betalice-ao95j1.betalice-xf0ivp.betalice-mwmszr 28.betalice-q91ckw 36.betalice-lr6aho 26.betalice-y030n4 36.betalice-lr6aho 23.betalice-ff31l6.betalice-bqhtxo.betalice-lr6aho 5.betalice-42qkpu 34.betalice-uy245z 3.betalice-91qe9f 31.betalice-sb00ev 3.betalice-yx6zbj.betalice-le0rwq 18.betalice-neh1me.betalice-wio2yw 18.betalice-i8d7kw 8.betalice-3f7ut6 17.betalice-ehcaux 8.betalice-3f7ut6 15.betalice-bfxe5w.betalice-3f7ut6 14.betalice-tvfokm 9.betalice-wio2yw 13.betalice-8qexc2 11.betalice-le0rwq 13.betalice-v7gx92.betalice-y8u1hc 13.betalice-8qexc2 13.betalice-4vdy6f 14.betalice-tvfokm 13.betalice-4vdy6f 15.betalice-uwn8zs.betalice-4vdy6f 17.betalice-ehcaux 12.betalice-y8u1hc 18.betalice-i8d7kw 11.betalice-le0rwq 18.betalice-gotsrc.betalice-xakyga 18.betalice-22fcwo.betalice-htgz6g 18.betalice-i8d7kw 17.betalice-3kblnk 17.betalice-ehcaux 17.betalice-3kblnk 15.betalice-doh49q.betalice-3kblnk 14.betalice-tvfokm 18.betalice-htgz6g 13.betalice-8qexc2 20.betalice-xakyga 13.betalice-7fsfan.betalice-nc03n6 13.betalice-8qexc2 22.betalice-u0f24q 14.betalice-tvfokm 22.betalice-u0f24q 15.betalice-lw56u4.betalice-r5svng 17.betalice-ehcaux 21.betalice-nc03n6 18.betalice-i8d7kw 20.betalice-xakyga 18.betalice-1gsna2.betalice-beu28z 18.betalice-piljq7.betalice-rjmepo 18.betalice-i8d7kw 26.betalice-g0nmbj 17.betalice-ehcaux 26.betalice-g0nmbj 15.betalice-nc3ymq.betalice-g0nmbj 14.betalice-tvfokm 27.betalice-rjmepo 13.betalice-8qexc2 28.betalice-beu28z 13.betalice-3kwgkv.betalice-iv4xtl 13.betalice-8qexc2 31.betalice-k7f2bt 14.betalice-tvfokm 31.betalice-k7f2bt 15.betalice-4n86du.betalice-g0nmbj 17.betalice-ehcaux 30.betalice-iv4xtl 18.betalice-i8d7kw 28.betalice-beu28z 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"])
    .betalice-2epgxr {
    display: none;
  }
}

.betalice-4s7w1p {
  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) {
  .betalice-4s7w1p {
    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;
}

.betalice-u4ue16 {
  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) {
  .betalice-u4ue16 {
    padding: 14px 16px;
  }
}

.betalice-u4ue16 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.betalice-u4ue16 button:first-child {
  align-content: end;
}

.betalice-u4ue16 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .betalice-u4ue16
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .betalice-u4ue16
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.betalice-u4ue16 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.betalice-u4ue16 button:last-child svg {
  width: 38px;
  height: 38px;
}

.betalice-75r0nk {
  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;
}

.betalice-75r0nk::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .betalice-75r0nk,
.pc61d126-chatbot[data-active-screen="3"]
  .betalice-75r0nk {
  opacity: 1;
  visibility: visible;
}

.betalice-i304hr {
  flex: 1 1;
}

.betalice-6jjpey {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .betalice-6jjpey {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .betalice-s0k1bg {
  display: block;
}

.betalice-at403q {
  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) {
  .betalice-at403q {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.betalice-3cmb5f {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.betalice-3cmb5f::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.betalice-ra8i0q span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.betalice-ra8i0q p {
  color: var(--Text-100);
}

.betalice-3cmb5f .betalice-rd6vxw {
  grid-area: button;
}

.betalice-3cmb5f .betalice-rd6vxw::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.betalice-oqzjqj.org/2000/svg'%3E%3Cpath d='M4.betalice-8niee4 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betalice-9nehbd 15L16.betalice-9nehbd 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.betalice-9nehbd 5L16.betalice-9nehbd 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .betalice-nx3p5x {
  display: block;
}

.betalice-75pd81 {
  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) {
  .betalice-75pd81 {
    margin-top: 40px;
  }
}

.betalice-4e5zzq label,
.betalice-4e5zzq input {
  display: block;
  width: 100%;
}

.betalice-4e5zzq label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.betalice-4e5zzq label.betalice-nu3ec8 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.betalice-4e5zzq label.betalice-nu3ec8::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;
}

.betalice-4e5zzq 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;
}

.betalice-4e5zzq input::placeholder {
  color: var(--Text-400);
}

.betalice-p1q844 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .betalice-p1q844 {
  display: flex;
}

.betalice-p1q844 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .betalice-p1q844 ol {
    height: 420px;
    padding: 24px;
  }
}

.betalice-p1q844 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.betalice-tk7tjx {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .betalice-tk7tjx {
    padding: 0 24px 24px;
  }
}

.betalice-tk7tjx 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;
}

.betalice-tk7tjx input::placeholder {
  color: var(--Text-400);
}

.betalice-tk7tjx [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.betalice-tk7tjx [type="submit"]:disabled {
  opacity: 0.5;
}

.betalice-tk7tjx [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .betalice-tk7tjx [type="submit"] {
    right: 40px;
  }
}

.betalice-yldal7 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.betalice-yldal7.betalice-ovkdql {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.betalice-yldal7.betalice-ovkdql::before {
  content: "";
  width: 31px;
}

.betalice-yldal7.betalice-ovkdql p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betalice-yldal7.betalice-9zfrvf p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.betalice-yldal7 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.betalice-qvjifh .betalice-rd6vxw {
  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;
  }
}

.betalice-amnal0 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .betalice-amnal0 {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .betalice-amnal0 {
    padding: 15px 0;
  }
}

.betalice-amnal0 .betalice-cuc5wl {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .betalice-amnal0 .betalice-cuc5wl {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.betalice-4smkru {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .betalice-4smkru {
    max-width: 180px;
    height: 47px;
  }
}

.betalice-4smkru picture,
.betalice-4smkru img {
  display: block;
  width: 100%;
  height: 100%;
}

.betalice-4smkru img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .betalice-a4ntv0 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.betalice-iy3o1e ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .betalice-amnal0.betalice-46mo4t .betalice-a4ntv0 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .betalice-a4ntv0 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .betalice-a4ntv0 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.betalice-otu4kk,
.betalice-ombzfi {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .betalice-otu4kk,
  .betalice-ombzfi {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .betalice-ombzfi {
    display: none;
  }
}

.betalice-17fmxr {
  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;
}

.betalice-46mo4t .betalice-17fmxr {
  background: var(--fh-bg-color);
}

.betalice-17fmxr button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .betalice-17fmxr {
    display: none;
  }
}

.betalice-azafxq {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betalice-azafxq {
    display: none;
  }
}

.betalice-gzz3bl {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.betalice-amnal0.betalice-46mo4t .betalice-gzz3bl:first-child {
  display: none;
}

.betalice-amnal0.betalice-46mo4t .betalice-gzz3bl:last-child {
  display: block;
}

.betalice-gzz3bl:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .betalice-gzz3bl {
    display: none;
  }
}

.betalice-6iyrfd {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betalice-6iyrfd {
    display: flex;
  }
}

.betalice-6iyrfd ul {
  max-height: 350px;
  overflow-y: auto;
}

.betalice-6iyrfd:hover ul {
  visibility: visible;
  opacity: 1;
}

.betalice-6iyrfd:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.betalice-6iyrfd:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.betalice-6iyrfd:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.betalice-6iyrfd:hover .betalice-k67vbb svg {
  transform: rotate(180deg);
}

.betalice-0hjlz0 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.betalice-b8dwnm {
  padding: 0 8px;
}

.betalice-bwmey5 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.betalice-bwmey5:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .betalice-bwmey5 {
    padding: 4px 8px;
  }
}

.betalice-zicbdb {
  display: flex;
}

.betalice-zicbdb img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.betalice-k67vbb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.betalice-k67vbb svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.betalice-aim70f {
  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) {
  .betalice-aim70f {
    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;
  }
}

.betalice-1xuw25 {
  width: 100%;
}

@media (min-width: 1200px) {
  .betalice-1xuw25 {
    display: none;
  }
}

.betalice-nb97qo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.betalice-vkljnk {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.betalice-e0jdxf {
  display: flex;
}

.betalice-j5z0k7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.betalice-aips5d {
  list-style: none;
}

@media (max-width: 1199px) {
  .betalice-aips5d {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .betalice-aips5d {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .betalice-aips5d .betalice-cx2o3y [data-ref-el],
  .betalice-aips5d .betalice-cx2o3y span,
  .betalice-aips5d .betalice-cx2o3y a {
    white-space: nowrap;
  }
}

.betalice-tmhg2n {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .betalice-tmhg2n.betalice-1vebuo > .betalice-cx2o3y {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .betalice-tmhg2n.betalice-ybf9xt:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .betalice-tmhg2n.betalice-1vebuo > .betalice-nz0757 {
    height: auto;
  }

  .betalice-tmhg2n.betalice-1vebuo > div > .betalice-1m1wjm {
    transform: rotate(180deg);
  }
}

.betalice-tmhg2n [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.betalice-tmhg2n [data-ref-el],
.betalice-tmhg2n span {
  cursor: pointer;
}

.betalice-tmhg2n [data-ref-el],
.betalice-tmhg2n span,
.betalice-tmhg2n a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .betalice-tmhg2n [data-ref-el],
  .betalice-tmhg2n span,
  .betalice-tmhg2n a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .betalice-tmhg2n [data-ref-el],
  .betalice-tmhg2n span,
  .betalice-tmhg2n a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.betalice-nz0757 {
  height: 0;
  overflow: hidden;
  transition: height 0.betalice-iy3o1e ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.betalice-nz0757::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.betalice-nz0757::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.betalice-nz0757::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .betalice-nz0757 {
    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;
  }

  .betalice-nz0757:has(> .betalice-tmhg2n.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .betalice-nz0757 .betalice-nz0757 {
    padding: 0;
  }

  .betalice-nz0757 .betalice-tmhg2n {
    font-weight: 400;
  }

  .betalice-nz0757 .betalice-tmhg2n:hover > .betalice-cx2o3y {
    background: var(--Neutral-300);
  }

  .betalice-nz0757 .betalice-1m1wjm {
    rotate: -90deg;
  }
}

.betalice-cx2o3y {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .betalice-cx2o3y {
    padding: 8px;
  }

  .betalice-tmhg2n.betalice-77twhk > .betalice-cx2o3y {
    background: var(--Neutral-300);
  }
}

.betalice-1m1wjm {
  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.betalice-oqzjqj.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.betalice-uo5470 0.betalice-ncsplw.betalice-fqgdth -0.betalice-hmmssw 0.betalice-hjpegu -0.betalice-hmmssw 1.betalice-iwhazf 0.betalice-7ds224.betalice-18fxhv 4.betalice-4cr82i.betalice-uo5470 0.betalice-oqo0m8.betalice-vd1886 -0.betalice-hmmssw 9.betalice-cznite -0.betalice-hmmssw 10.betalice-xag0hk 0.betalice-orj56e.betalice-u7p82v 0.betalice-fqgdth 10.betalice-u7p82v 0.betalice-hjpegu 10.betalice-xag0hk 1.betalice-m02zcz.betalice-gag93v 5.betalice-4hitw2.betalice-s97m7r 6.betalice-8h18nt 5.betalice-4owiuw 6.betalice-8h18nt 4.betalice-p2tf0d 5.betalice-zhxco2.betalice-uo5470 1.betalice-p53w7x.betalice-hmmssw 0.betalice-hjpegu -0.betalice-hmmssw 0.betalice-fqgdth 0.betalice-uo5470 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.betalice-iy3o1e ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .betalice-1m1wjm {
    cursor: default;
  }
}

.betalice-abv75j {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.betalice-9fclm3 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .betalice-9fclm3 {
    padding: 40px 4px;
  }
}

.betalice-kdgarb {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .betalice-kdgarb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.betalice-0g08rd {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .betalice-0g08rd {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.betalice-0g08rd ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.betalice-0g08rd [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.betalice-0g08rd [data-ref-el],
.betalice-0g08rd span,
.betalice-0g08rd a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.betalice-pn2b9h {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betalice-pn2b9h {
    margin-bottom: 12px;
  }
}

.betalice-ispk9m {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.betalice-ispk9m img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .betalice-ispk9m:last-child {
    margin-right: 0;
  }
}

.betalice-iekg16 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.betalice-pn2b9h:hover .betalice-hfjklg {
  visibility: visible;
  opacity: 1;
}

.betalice-hfjklg {
  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);
}

.betalice-8bu3tw {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.betalice-zulugq {
  display: flex;
  margin: 6px;
}

.betalice-zulugq img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.betalice-hfjklg::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);
}

.betalice-hfjklg::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);
}

.betalice-kd6rbn {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .betalice-kd6rbn {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.betalice-siyae8 {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .betalice-siyae8 {
    margin-right: 32px;
  }
}

.betalice-w1golf {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .betalice-w1golf {
    margin-top: 0;
    width: 340px;
  }
}

.betalice-w1golf a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.betalice-g4dchk {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.betalice-5ta84i {
  position: relative;
}

@media (min-width: 768px) {
  .betalice-5ta84i {
    margin-top: 40px;
  }
}

.betalice-5ta84i + .betalice-4a5xp4,
.betalice-5ta84i + .betalice-5ta84i {
  margin-top: 24px;
}

.betalice-jwu3uo {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .betalice-jwu3uo {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .betalice-jwu3uo {
    padding: 80px;
  }
}

.betalice-4ynlkk {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .betalice-4ynlkk {
    padding: 0 16px;
}


}

.betalice-sni5aq {
  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) {
  .betalice-sni5aq {
    font-size: 48px;
    line-height: 56px;
  }
}

.betalice-r5qst9 {
  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) {
  .betalice-r5qst9 {
    font-size: 24px;
    line-height: 32px;
  }
}

.betalice-cnwwvw {
  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;
}

.betalice-cnwwvw:hover {
  background: var(--button-bg-hover);
}

.betalice-l8j87m {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.betalice-l8j87m img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .betalice-l8j87m img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .betalice-l8j87m img {
  min-height: 100%;
  }
}

.betalice-jwu3uo::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.betalice-ichjct {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.betalice-ichjct h1,
.betalice-ichjct h2,
.betalice-ichjct h3,
.betalice-ichjct h4 {
  margin-bottom: 6px;
}

.betalice-ichjct h1:not(:first-child),
.betalice-ichjct h2:not(:first-child),
.betalice-ichjct h3:not(:first-child),
.betalice-ichjct h4:not(:first-child) {
  margin-top: 16px;
}

.betalice-ichjct h1,
.betalice-ichjct h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .betalice-ichjct h1,
  .betalice-ichjct h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.betalice-ichjct h2,
.betalice-ichjct h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .betalice-ichjct h2,
  .betalice-ichjct h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.betalice-ichjct h3,
.betalice-ichjct h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .betalice-ichjct h3,
  .betalice-ichjct h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.betalice-ichjct h4,
.betalice-ichjct h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.betalice-ichjct ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.betalice-ichjct ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.betalice-ichjct 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);
}

.betalice-ichjct ul ul {
  margin-bottom: 8px;
}

.betalice-ichjct ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.betalice-ichjct ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.betalice-ichjct ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.betalice-ichjct ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.betalice-ichjct ol li::marker {
  font-weight: 700;
}

.betalice-ichjct ol ol {
  margin-bottom: 8px;
}

.betalice-ichjct ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.betalice-ichjct ol ul li {
  padding-left: 16px;
}

.betalice-ichjct 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) {
  .betalice-ichjct table {
    padding: 24px;
  }
}

.betalice-ichjct table.betalice-c3t672 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.betalice-iy3o1e,
    mask-image 0.3s;
}

.betalice-ichjct table.betalice-c3t672.betalice-918wa0 {
  -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) {
  .betalice-ichjct table {
    display: table;
  }
}

.betalice-ichjct table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.betalice-ichjct table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betalice-ichjct table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betalice-ichjct 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) {
  .betalice-ichjct table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.betalice-ichjct table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.betalice-ichjct table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.betalice-ichjct table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.betalice-ichjct img {
  max-width: 100%;
  height: auto;
}

.betalice-dxbikt {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, 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) {
  .betalice-dxbikt {
    padding: 24px;
  }
}

.betalice-8dz06w {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .betalice-8dz06w {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.betalice-8dz06w > * {
  margin: 0 !important;
}

.betalice-8dz06w img,
.betalice-vc8wk0 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betalice-8dz06w img,
  .betalice-vc8wk0 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betalice-klngwx {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betalice-klngwx {
    width: 32px;
    height: 32px;
  }
}

.betalice-o5tcs2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.betalice-o5tcs2 .betalice-q559mm {
  flex-shrink: 0;
}

.betalice-o5tcs2 .betalice-y16jfj svg {
  display: none;
}

.betalice-gfdmti {
  display: grid;
  transition: max-height 0.betalice-iy3o1e ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .betalice-gfdmti {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .betalice-gfdmti {
    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));
  }
}

.betalice-gfdmti.betalice-7k20xt + .betalice-q559mm svg {
  transform: rotate(180deg);
}

.betalice-yzgmua {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.betalice-yzgmua > div:nth-child(3n) {
  grid-column: span 2;
}

.betalice-yzgmua
  > div:nth-child(3n)
  .betalice-hi3egv
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .betalice-yzgmua {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .betalice-yzgmua > div:nth-child(3n) {
    grid-column: unset;
  }

  .betalice-yzgmua
    > div:nth-child(3n)
    .betalice-hi3egv
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .betalice-yzgmua {
    max-width: 270px;
  }
}

.betalice-yzgmua .betalice-hi3egv button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .betalice-yzgmua .betalice-hi3egv button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .betalice-yzgmua .betalice-hi3egv button {
    max-width: 104px;
  }
}

.betalice-ldomtj {
  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) {
  .betalice-ldomtj {
    margin-bottom: 0;
  }
}

.betalice-p4adbn {
  display: none;
  opacity: 0;
}

.betalice-bx6x6f {
  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;
  }
}

.betalice-bx6x6f img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.betalice-hi3egv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.betalice-hi3egv button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betalice-hi3egv
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .betalice-hi3egv
    button {
    max-width: 145px;
  }
}

.betalice-12w4wt:first-child
  .betalice-hi3egv
  button {
  max-width: 270px;
}

.betalice-uh425z {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.betalice-ldomtj picture {
  width: 100%;
  max-width: 100%;
}

.betalice-43g0fr {
  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;
}

.betalice-43g0fr svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.betalice-ldomtj:hover .betalice-43g0fr {
  display: flex;
}

.betalice-78jp5j {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.betalice-dwy94e {
  display: flex;
}

.betalice-dwy94e:hover .betalice-jak9fj,
.betalice-dwy94e .betalice-77twhk .betalice-jak9fj {
  display: flex;
}

.betalice-dwy94e svg {
  flex-shrink: 0;
}

.betalice-jak9fj {
  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) {
  .betalice-jak9fj {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.betalice-jak9fj:hover {
  display: flex;
}

.betalice-jak9fj svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.betalice-l6cbfn {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .betalice-l6cbfn {
    font-size: 12px;
  }
}

.betalice-42en0c,
.betalice-7grm0h {
  width: 50%;
  flex-shrink: 0;
}

.betalice-42en0c {
  font-weight: 700;
}

.betalice-51t6ys .betalice-gfdmti {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .betalice-51t6ys .betalice-gfdmti {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .betalice-51t6ys .betalice-gfdmti {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.betalice-51t6ys
  .betalice-uh425z:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.betalice-51t6ys .betalice-bx6x6f {
  height: 100% !important;
  border-radius: 16px;
}

.betalice-51t6ys .betalice-hi3egv {
  gap: 4px;
  align-items: center;
}

.betalice-51t6ys .betalice-hi3egv button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.betalice-51t6ys .betalice-hi3egv svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.betalice-51t6ys .betalice-ywy7i8,
.betalice-51t6ys .betalice-dhjk1a {
  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.betalice-oqzjqj.org/2000/svg'%3E%3Cpath d='M9.betalice-gro964 4.betalice-cfunbp.betalice-7lb44g 5.betalice-y0q0j8.betalice-ocz54m 5.betalice-l9x1mn.betalice-50ndo0 5.betalice-w5tipx.betalice-llmo9l 8.betalice-yjoxui.betalice-imqkth 9.betalice-192we1.betalice-f0lq71 9.betalice-t037wq.betalice-3pdvbl 13.betalice-p94qzg.betalice-yoz2qh 11.betalice-7rh8es.betalice-u1h9g0 11.betalice-gilwh3.betalice-iygum2 11.betalice-5uc6mm.betalice-48oi46 13.betalice-0ng94a.betalice-hobwtn 9.betalice-vaewfw.betalice-qkmmcs 9.betalice-hxe30c.betalice-oav7i6 8.betalice-5zprwv.betalice-miozuf 5.betalice-dbotxx.betalice-3l85oa 5.betalice-mn8jfo.betalice-tk53rp 5.betalice-s9ce0z.betalice-wuhogy 4.betalice-dewxzl.betalice-u1h9g0 1.betalice-tdq96x.betalice-gro964 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.betalice-51t6ys .betalice-ywy7i8 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.betalice-51t6ys .betalice-dhjk1a {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.betalice-3tpw82 {
  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) {
  .betalice-3tpw82 {
    padding: 24px;
  }
}

.betalice-3tpw82 .betalice-q559mm {
  display: flex;
}

@media (min-width: 768px) {
  .betalice-3tpw82 .betalice-q559mm {
    display: none;
  }
}

.betalice-3tpw82 .betalice-y16jfj svg {
  display: none;
}

.betalice-y05u1d {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.betalice-y05u1d .betalice-8hnft1 {
  display: none;
}

@media (min-width: 768px) {
  .betalice-y05u1d .betalice-8hnft1 {
    display: flex;
  }
}

.betalice-vebth3 {
  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) {
  .betalice-vebth3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.betalice-vebth3 > * {
  margin: 0 !important;
}

.betalice-vebth3 img,
.betalice-cfh6s7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betalice-vebth3 img,
  .betalice-cfh6s7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betalice-cwcdx0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betalice-cwcdx0 {
    width: 32px;
    height: 32px;
  }
}

.betalice-9h90nz {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .betalice-9h90nz {
    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;
  }

  .betalice-9h90nz::-webkit-scrollbar {
    display: none;
  }
}

.betalice-2ahtv5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .betalice-2ahtv5 {
    padding: 7px 15px;
  }
}

.betalice-2ahtv5:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betalice-tjg7l3 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betalice-tjg7l3 {
    display: flex;
    opacity: 1;
  }
}

.betalice-2ahtv5 picture {
  height: 100%;
  display: block;
}

.betalice-2ahtv5 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .betalice-2ahtv5 img {
    width: 88px;
    height: 44px;
  }
}

.betalice-2ahtv5 p {
  text-align: center;
  width: 100%;
}

.betalice-2bk8kk {
  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) {
  .betalice-2bk8kk {
    font-size: 40px;
    line-height: 48px;
  }
}

.betalice-2bk8kk img,
.betalice-62rlyk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betalice-2bk8kk img,
  .betalice-62rlyk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betalice-zyugbg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betalice-zyugbg {
    width: 32px;
    height: 32px;
  }
}

.betalice-taakp0 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.betalice-10vae7 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, 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;
}

.betalice-mhnd30 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.betalice-mhnd30.betalice-77twhk {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.betalice-183vsm {
  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(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .betalice-183vsm {
    font-size: 20px;
    line-height: 28px;
  }
}

.betalice-rzpoyf {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.betalice-b090b8 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.betalice-iy3o1e ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.betalice-x7ie6w {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.betalice-x7ie6w ol,
.betalice-x7ie6w ul {
  padding-left: 1.3em;
}

.betalice-mhnd30.betalice-77twhk .betalice-b090b8 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.betalice-mhnd30.betalice-77twhk .betalice-rzpoyf {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.betalice-o2dops {
  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) {
  .betalice-o2dops {
    padding: 24px;
  }
}

.betalice-o2dops .betalice-q559mm {
  display: flex;
}

@media (min-width: 768px) {
  .betalice-o2dops .betalice-q559mm {
    display: none;
  }
}

.betalice-o2dops .betalice-y16jfj svg {
  display: none;
}

.betalice-jihuuh {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.betalice-jihuuh .betalice-8hnft1 {
  display: none;
}

@media (min-width: 768px) {
  .betalice-jihuuh .betalice-8hnft1 {
    display: flex;
  }
}

.betalice-4e5z8t {
  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) {
  .betalice-4e5z8t {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.betalice-4e5z8t > * {
  margin: 0 !important;
}

.betalice-4e5z8t img,
.betalice-9m2fmc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .betalice-4e5z8t img,
  .betalice-9m2fmc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.betalice-45ndeg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .betalice-45ndeg {
    width: 32px;
    height: 32px;
  }
}

.betalice-zuassr {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .betalice-zuassr {
    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;
  }

  .betalice-zuassr::-webkit-scrollbar {
    display: none;
  }
}

.betalice-97o34x {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.betalice-97o34x:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.betalice-vlvixu {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .betalice-vlvixu {
    display: flex;
    opacity: 1;
  }
}

.betalice-97o34x picture {
  width: auto;
  height: 100%;
  display: block;
}

.betalice-97o34x picture img {
  display: block;
  width: auto;
  height: 100%;
}

.betalice-iqnreb {
  margin: -24px 0;
}

.betalice-iqnreb:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .betalice-iqnreb {
    margin: -16px 0;
  }
}

.betalice-jcpzlp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .betalice-jcpzlp {
    flex-direction: row;
  }
}

.betalice-ci7yyt {
  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) {
  .betalice-ci7yyt {
    flex: 1;
  }
}

.betalice-ci7yyt::placeholder {
  color: var(--Text-400);
}

.betalice-p6yjt0 {
  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;
}

.betalice-cjzb0g {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.betalice-cjzb0g::-webkit-scrollbar {
  display: none;
}

.betalice-reodhh {
  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;
}

.betalice-reodhh img,
.betalice-reodhh svg {
  margin-right: 8px;
}

.betalice-gobs3m {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.betalice-iqnreb + .betalice-yw8ry3 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .betalice-iqnreb + .betalice-yw8ry3 {
    margin-top: -16px;
  }
}

.betalice-uizfon {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.betalice-uizfon > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.betalice-uizfon > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.betalice-6d5g6y {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, 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;
}

.betalice-aeaihq {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.betalice-solzbz {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.betalice-btk2te {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.betalice-ijsh3p {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.betalice-6d5g6y 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;
}

.betalice-6d5g6y 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) {
  .betalice-6d5g6y {
    padding: 39px 179px 39px 39px;
  }

  .betalice-aeaihq {
    font-size: 40px;
    line-height: 48px;
  }

  .betalice-ijsh3p {
    height: 348px;
  }

  .betalice-6d5g6y button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .betalice-6d5g6y button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .betalice-6d5g6y {
    padding: 63px;
  }
}

.betalice-r3y5jq {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .betalice-r3y5jq {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.betalice-afdzs5 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betalice-afdzs5 {
    width: auto;
  }
}

.betalice-i565d8 {
  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;
}

.betalice-i565d8::-webkit-scrollbar {
  display: none;
}

.betalice-i565d8 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);
}

.betalice-i565d8 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .betalice-i565d8 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.betalice-r3y5jq .betalice-dej31k {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.betalice-iy3o1e,
    mask-image 0.3s;
}

.betalice-r3y5jq .betalice-dej31k.betalice-918wa0 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.betalice-38xr36 {
  margin: 40px -16px;
}

.betalice-5swznk + .betalice-4a5xp4,
.betalice-5swznk + .betalice-5ta84i {
  margin-top: 24px;
}

.betalice-0oi124 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.betalice-0oi124 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.betalice-l8y4w4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .betalice-l8y4w4 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .betalice-l8y4w4 {
    margin-top: 0;
  }
}

.betalice-1zzvk9 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betalice-1zzvk9 {
    font-size: 24px;
    line-height: 32px;
  }
}

.betalice-9a22o5 {
  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) {
  .betalice-9a22o5 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.betalice-s04m47 {
  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) {
  .betalice-s04m47 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.betalice-zq7adf {
  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) {
  .betalice-zq7adf {
    font-size: 20px;
    line-height: 28px;
  }
}

.betalice-3uctnz {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .betalice-3uctnz {
    font-size: 32px;
    line-height: 40px;
  }
}

.betalice-ylk2oj {
  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;
}

.betalice-w7fwsn {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.betalice-w7fwsn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.betalice-yw8ry3 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.betalice-f2czoe {
  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) {
  .betalice-f2czoe {
    padding: 15px 48px;
  }
}

main > .betalice-yw8ry3 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .betalice-gfdmti.betalice-6ei0ay > div:nth-child(n+5) {
    display: none;
  }
}

.betalice-ichjct p a img {
  display: block;
  margin: 0 auto;
}


.betalice-i79f98 {
  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 */
.betalice-qch9ti {
  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;
}

.betalice-qch9ti label {
  font-size: 14px;
}

.betalice-qch9ti h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betalice-qch9ti input,
.betalice-qch9ti textarea,
.betalice-qch9ti 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;
}
.betalice-qch9ti button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betalice-fy365r ease;
}
.betalice-qch9ti button:hover {
  background-color: var(--button-bg-hover);
}
.betalice-fto9lz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betalice-hk0dph ease-in;
}

.betalice-fto9lz 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;
}
.betalice-6elzbc, .betalice-dr0m0n, [class*="review-card"],
thead, thead th, table th, .betalice-pqiipi,
.betalice-dgshxv, [class*="collapsible-header"],
.betalice-lqm99i, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
