@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.betalice-rzdos9 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betalice-zew3v1 {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.betalice-7e1z7a,
ul.betalice-7e1z7a {
  padding-left: 20px;
}

ul.betalice-7e1z7a {
  list-style: disc;
}

ol.betalice-7e1z7a {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.betalice-mrdcz8 > .betalice-h7ulzs,
.betalice-mrdcz8 > .betalice-snercf,
.betalice-mrdcz8 > blockquote,
.betalice-mrdcz8 > h1,
.betalice-mrdcz8 > h2,
.betalice-mrdcz8 > h3,
.betalice-mrdcz8 > h4,
.betalice-mrdcz8 > h5,
.betalice-mrdcz8 > h6,
.betalice-mrdcz8 > ol,
.betalice-mrdcz8 > p,
.betalice-mrdcz8 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betalice-mrdcz8 > ol,
.betalice-mrdcz8 > ul {
  padding-left: 50px;
}

.betalice-mrdcz8 blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.betalice-mrdcz8:not(:last-child) {
  margin-bottom: 2rem;
}

.betalice-mrdcz8 > :not(:first-child) {
  margin-top: 2rem;
}

.betalice-mrdcz8 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betalice-mrdcz8:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .betalice-mrdcz8:first-child {
    margin-top: 20px;
  }
}

.betalice-mrdcz8 > p:last-of-type {
  margin-bottom: 32px;
}

.betalice-mrdcz8 > .betalice-96w6l9:not(:first-child) {
  margin: 64px auto 16px auto;
}

.betalice-fsy023 > .betalice-96w6l9 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betalice-snercf {
  overflow: auto;
}

.betalice-snercf::-webkit-scrollbar {
  height: 5px;
}

.betalice-snercf table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.betalice-snercf table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.betalice-snercf table thead,
table thead {
  border-bottom: none;
}

.betalice-snercf table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.betalice-snercf table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.betalice-snercf table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.betalice-snercf .betalice-rayj3y {
  table-layout: auto;
}

.betalice-snercf .betalice-rayj3y th {
  word-break: normal;
}

.betalice-snercf .betalice-rayj3y td {
  word-break: normal;
}

.betalice-rzdos9 .betalice-rzdos9 {
  padding-right: 0;
  padding-left: 0;
}

.betalice-mgbj9f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.betalice-gqqxab {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.betalice-6kw814 {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.betalice-h7ulzs {
  margin-top: 24px;
}

.betalice-h7ulzs.betalice-qdif3r {
  text-align: left;
}

.betalice-h7ulzs.betalice-nb3us9 {
  text-align: right;
}

.betalice-h7ulzs.betalice-dpkpha {
  text-align: center;
}

.betalice-sa72hs {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.betalice-xjz28b ease-in-out;
  cursor: pointer;
}

.betalice-sa72hs:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.betalice-sa72hs {
  min-width: 328px;
}

@media (max-width: 768px) {
  .betalice-sa72hs {
    min-width: unset;
  }
}

.betalice-4j422r {
  background-color: var(--fh-bg-color);
}

.betalice-mfs8b7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.betalice-0tm48f {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.betalice-0tm48f img {
  max-height: 44px;
  object-fit: contain;
}

.betalice-zpj8es {
  flex: 1 1;
}

.betalice-49er6w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.betalice-0jp1h1 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.betalice-0jp1h1 span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.betalice-0jp1h1.betalice-cmtl6p span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.betalice-0jp1h1.betalice-cmtl6p span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.betalice-0jp1h1.betalice-cmtl6p span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.betalice-zpj8es + .betalice-49er6w {
  margin-left: 20px;
}

.betalice-9fps9q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.betalice-9fps9q > svg {
  max-width: 24px;
  max-height: 24px;
}

.betalice-9fps9q + .betalice-9fps9q {
  margin-left: 5px;
}

.betalice-nelafp {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.betalice-nelafp:hover {
  background-color: var(--button-bg-hover);
}

.betalice-pqcumu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.betalice-xjz28b ease-in-out;
  border: 1px solid var(--border-color);
}

.betalice-pqcumu:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.betalice-886ldg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .betalice-zpj8es {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .betalice-886ldg {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .betalice-zpj8es {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .betalice-9fps9q {
    min-width: unset;
    flex: 1 1;
  }
}

.betalice-cce736 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.betalice-cce736:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.betalice-cce736:hover .betalice-xa9uib {
  opacity: 1;
  pointer-events: auto;
}

.betalice-4ia706 {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.betalice-pxh9vv ease-in-out;
  gap: 4px;
}

.betalice-4ia706 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betalice-4ia706 .betalice-mgbj9f img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betalice-9r7nao,
.betalice-4ia706:hover {
  color: var(--button-bg-hover);
}

.betalice-ik4peu {
  position: relative;
}

.betalice-ik4peu .betalice-4ia706 {
  margin-right: 0;
  padding-right: 4px;
}

.betalice-kpmr0v svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betalice-ik4peu.betalice-cmtl6p .betalice-kpmr0v svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.betalice-ik4peu.betalice-cmtl6p .betalice-xa9uib {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.betalice-ik4peu.betalice-cmtl6p .betalice-xa9uib::before {
  display: none;
}

.betalice-kpmr0v svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.betalice-xa9uib {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.betalice-hcor10 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.betalice-xa9uib::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.betalice-xa9uib:hover {
  color: var(--fh-bg-color);
}

.betalice-05bf0r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.betalice-hcor10 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.betalice-pxh9vv ease-in-out;
  -o-transition: 0.betalice-pxh9vv ease-in-out;
  transition: 0.betalice-pxh9vv ease-in-out;
}

.betalice-05bf0r .betalice-mgbj9f img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betalice-m7yhas,
.betalice-05bf0r:hover {
  color: var(--button-bg-hover);
}

.betalice-hr7dnb {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.betalice-hr7dnb.betalice-std2ig {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.betalice-hr7dnb.betalice-std2ig:after,
.betalice-hr7dnb.betalice-std2ig:before {
  content: "";
  position: absolute;
  margin: auto;
}

.betalice-hr7dnb.betalice-std2ig:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.betalice-hr7dnb.betalice-std2ig:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.betalice-hr7dnb.betalice-std2ig > * {
  z-index: 1;
}

.betalice-hr7dnb b,
.betalice-hr7dnb strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.betalice-hr7dnb .betalice-nae3re {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.betalice-hr7dnb .betalice-7uud6m {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.betalice-hr7dnb .betalice-mgbj9f {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.betalice-hr7dnb .betalice-mos3cy {
  margin-top: 12px;
}

.betalice-mos3cy {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.betalice-lisy2z {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.betalice-mos3cy .betalice-8qzpfr {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.betalice-xjz28b ease-in-out;
}

.betalice-mos3cy .betalice-8qzpfr:hover {
  background: rgba(255, 255, 255, 0.3);
}

.betalice-5xhdsq {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.betalice-hr7dnb.betalice-yhizu9 {
  gap: 12px;
  padding: 16px;
}

.betalice-hr7dnb.betalice-yhizu9 .betalice-5xhdsq {
  min-width: 240px;
}

.betalice-hr7dnb.betalice-yhizu9 .betalice-5xhdsq.betalice-5ijth1 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .betalice-hr7dnb .betalice-nae3re {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .betalice-hr7dnb .betalice-7uud6m {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .betalice-hr7dnb .betalice-mgbj9f {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .betalice-hr7dnb.betalice-yhizu9 .betalice-mgbj9f {
    max-width: 126px;
  }
  .betalice-hr7dnb .betalice-mos3cy {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .betalice-hr7dnb .betalice-lisy2z {
    max-width: unset;
  }
  .betalice-5xhdsq {
    min-width: unset;
    width: 100%;
  }
  .betalice-hr7dnb .betalice-5xhdsq {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .betalice-hr7dnb.betalice-yhizu9 {
    grid-template-rows: auto 1fr auto;
  }
  .betalice-hr7dnb.betalice-yhizu9 .betalice-5xhdsq {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .betalice-hr7dnb {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .betalice-hr7dnb .betalice-nae3re {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .betalice-hr7dnb .betalice-mgbj9f {
    max-width: 78px;
  }
  .betalice-hr7dnb .betalice-mos3cy {
    margin-top: -12px;
  }
  .betalice-hr7dnb.betalice-yhizu9 {
    gap: 8px;
  }
  .betalice-hr7dnb.betalice-yhizu9 .betalice-nae3re {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .betalice-hr7dnb.betalice-yhizu9 .betalice-7uud6m {
    grid-column: 1/3;
  }
  .betalice-hr7dnb.betalice-yhizu9 .betalice-mgbj9f {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .betalice-hr7dnb.betalice-yhizu9 .betalice-mgbj9f img {
    max-width: 114px;
  }
}

.betalice-5xhdsq.betalice-679m4w,
.betalice-5xhdsq.betalice-7nitz2,
.betalice-5xhdsq.betalice-hpziw6 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.betalice-xjz28b ease-in-out;
}

.betalice-5xhdsq.betalice-679m4w,
.betalice-5xhdsq.betalice-hpziw6 {
  padding: 10px;
}

.betalice-5xhdsq.betalice-679m4w:hover,
.betalice-5xhdsq.betalice-7nitz2:hover,
.betalice-5xhdsq.betalice-hpziw6:hover {
  background: var(--button-bg-hover);
}

.betalice-5xhdsq.betalice-679m4w:hover svg path,
.betalice-5xhdsq.betalice-hpziw6:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.betalice-5xhdsq.betalice-5ijth1 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.betalice-xjz28b ease-in-out;
  background: var(--button-bg-color);
}

.betalice-5xhdsq.betalice-5ijth1:hover {
  background-color: var(--button-bg-hover);
}

.betalice-5xhdsq.betalice-7nitz2:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.betalice-5xhdsq.betalice-7nitz2:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betalice-5xhdsq.betalice-5ijth1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betalice-unjs75 {
  max-width: 650px;
}

.betalice-vl4xn3 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.betalice-cfzc3p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.betalice-dzkbn9 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.betalice-pxh9vv ease-in-out;
  cursor: pointer;
}

.betalice-dzkbn9:hover {
  opacity: 0.5;
}

.betalice-dzkbn9:focus {
  outline: 0;
}

.betalice-dzkbn9:focus .betalice-qv9zst,
.betalice-dzkbn9:hover .betalice-qv9zst {
  fill: red;
  fill-opacity: 1;
}

.betalice-dzkbn9:hover {
  cursor: pointer;
}

.betalice-23kw8q {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.betalice-unjs75.betalice-dpkpha {
  margin: 0 auto;
}

.betalice-unjs75.betalice-nb3us9 {
  margin-left: auto;
}

.betalice-yjcuyg {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.betalice-wxhibw {
  padding-bottom: 50px;
}

.betalice-4ezn88 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.betalice-8ha3lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.betalice-sqzbrv {
  margin-top: 24px;
}

.betalice-ytiea4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.betalice-sew4a7 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.betalice-llz9vt {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.betalice-so13y6 {
  width: 468px;
}

.betalice-llz9vt .betalice-xa9uib {
  margin: 0.betalice-rjg91s 0;
}

.betalice-o3sm46 {
  display: flex;
  min-width: 224px;
}

.betalice-jvnx21 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.betalice-pxh9vv ease-in-out;
}

.betalice-mzejwv,
.betalice-jvnx21:hover {
  color: var(--text-color);
}

.betalice-ojf3g4 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.betalice-5zql1f {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .betalice-yjcuyg {
    padding: 16px;
  }
  .betalice-ojf3g4 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .betalice-5zql1f {
    align-items: center;
  }
  .betalice-so13y6 {
    width: unset;
  }
  .betalice-o3sm46 {
    min-width: unset;
  }
  .betalice-llz9vt {
    max-height: unset;
  }
  .betalice-4ezn88 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .betalice-yjcuyg {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.betalice-l2e9if {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betalice-l2e9if:not(:last-child) {
  margin-bottom: 16px;
}

.betalice-ttmio3 {
  outline: 0;
}

.betalice-ttmio3 .betalice-9v255r {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.betalice-dbnajd {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .betalice-dbnajd {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.betalice-dbnajd::-webkit-details-marker {
  display: none;
}

.betalice-dbnajd:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.betalice-dbnajd:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .betalice-dbnajd:after {
  transform: unset;
}

.betalice-9v255r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.betalice-9v255r svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.betalice-pxh9vv ease-in-out;
  -o-transition: 0.betalice-pxh9vv ease-in-out;
  transition: 0.betalice-pxh9vv ease-in-out;
}

.betalice-ic0ao9 {
  padding: 16px 0 0 0;
}

.betalice-ic0ao9 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .betalice-ic0ao9 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betalice-dbnajd {
    flex-wrap: wrap;
    gap: 12px;
  }
  .betalice-dbnajd::after {
    margin-left: auto;
  }
  .betalice-9v255r {
    order: 3;
    flex: 1 1 100%;
  }
  .betalice-dbnajd {
    font-size: 14px;
    line-height: 130%;
  }
  .betalice-9v255r svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.betalice-szkzkk {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.betalice-ect98y {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.betalice-szkzkk.betalice-cmtl6p .betalice-ect98y {
  margin-bottom: 12px;
}

.betalice-ect98y::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.betalice-szkzkk.betalice-cmtl6p .betalice-ect98y::after {
  transform: unset;
}

.betalice-cdtmuy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.betalice-ooimhg {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.betalice-pxh9vv ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.betalice-ooimhg:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.betalice-szkzkk.betalice-cmtl6p .betalice-cdtmuy {
  max-height: 100%;
}

.betalice-ouexg3 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.betalice-6gf2km {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.betalice-ru1ysu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.betalice-tg4l9h {
  margin-right: 4px;
}

.betalice-8aj6t6 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.betalice-pxh9vv ease-in-out;
}

.betalice-8aj6t6 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.betalice-7ir5cc,
.betalice-8aj6t6:hover {
  color: var(--text-color);
}

.betalice-ix7r24 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.betalice-ix7r24 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.betalice-ix7r24 .betalice-5r6m61 {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.betalice-ix7r24 .betalice-zinb3l {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.betalice-u5svqz {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.betalice-4j6mqm {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betalice-d2hjuw .betalice-rzdos9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.betalice-d2hjuw {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.betalice-j15ji7 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.betalice-h9nkte {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.betalice-jvb3oa {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.betalice-uavq74 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.betalice-jvb3oa:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.betalice-krjuim {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.betalice-iq8c2a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.betalice-pxh9vv ease-in-out;
  transition: transform 0.betalice-pxh9vv ease-in-out;
  -o-transition: transform 0.betalice-pxh9vv ease-in-out;
  transition:
    transform 0.betalice-pxh9vv ease-in-out,
    -webkit-transform 0.betalice-pxh9vv ease-in-out;
  cursor: pointer;
}

.betalice-iq8c2a svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.betalice-iq8c2a:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.betalice-63t5zo {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .betalice-63t5zo {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.betalice-au9llo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.betalice-pnb0s9 {
  position: relative;
  width: 100%;
}

.betalice-au9llo.betalice-sl88ov {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.betalice-au9llo.betalice-dpkpha {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.betalice-au9llo.betalice-nb3us9 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.betalice-dlqu3i {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.betalice-9g0cdt {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.betalice-pxh9vv ease-in-out;
  cursor: pointer;
}

.betalice-9g0cdt:hover {
  opacity: 0.5;
}

.betalice-au9llo.betalice-q1juys .betalice-9g0cdt {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.betalice-au9llo.betalice-q1juys .betalice-dlqu3i {
  cursor: pointer;
}

.betalice-32yulc {
  fill: #0009;
}

.betalice-pr8a6h {
  fill: #fff;
}

.betalice-9g0cdt:hover .betalice-32yulc {
  fill: red;
}

.betalice-9g0cdt svg path {
  -webkit-transition: 0.betalice-pxh9vv ease-in-out;
  -o-transition: 0.betalice-pxh9vv ease-in-out;
  transition: 0.betalice-pxh9vv ease-in-out;
}

.betalice-fijlll {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.betalice-fijlll > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.betalice-fijlll.betalice-amwxty > :not(.get-image) {
  grid-column: 1/3;
}

.betalice-gvn2zl:not(._h1-block) .betalice-fijlll > .betalice-96w6l9 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.betalice-fijlll.betalice-amwxty .betalice-fndmd4 {
  grid-column: 2/3;
}

.betalice-fijlll.betalice-amwxty > .betalice-mgbj9f {
  grid-column: 1/2;
}

.betalice-fijlll.betalice-amwxty > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.betalice-fijlll > p:first-of-type {
  margin-top: 0;
}

.betalice-fijlll .betalice-mgbj9f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.betalice-gvn2zl:not(._h1-block) .betalice-96w6l9 ~ .betalice-mgbj9f {
  grid-row: 2/10;
}

.betalice-gvn2zl.betalice-nnnk74 .betalice-96w6l9 ~ .betalice-mgbj9f {
  grid-row: 1/10;
}

.betalice-gvn2zl.betalice-nnnk74 > .betalice-96w6l9 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.betalice-gvn2zl.betalice-nnnk74 .betalice-mgbj9f {
  grid-row: 1/10;
}

.betalice-fijlll.betalice-6e12mg .betalice-mgbj9f {
  align-items: flex-start;
}

.betalice-fijlll.betalice-dpkpha .betalice-fndmd4 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.betalice-fijlll.betalice-dpkpha .betalice-mgbj9f {
  align-items: center;
}

.betalice-fijlll.betalice-p6k9la .betalice-mgbj9f {
  align-items: flex-end;
}

.betalice-fndmd4 > :first-child {
  margin-top: 0;
}

.betalice-fndmd4 > :last-child {
  margin-bottom: 0;
}

* + .betalice-armnru,
.betalice-gvn2zl + .betalice-gvn2zl {
  margin-top: 2rem;
}

.betalice-orhoza td::before,
.betalice-orhoza th::after {
  display: none !important;
}

.betalice-orhoza #link-selector {
  color: #000;
}

.betalice-orhoza .betalice-gs3x5h {
  color: #135e96;
}

.betalice-orhoza .betalice-j477m1 *,
.betalice-orhoza .betalice-bur6bt p,
.betalice-orhoza .betalice-7d676v * {
  color: #000;
}

.betalice-orhoza .betalice-46e3j2 {
  background: 0 0 !important;
}

.betalice-orhoza .betalice-zt9tc1 {
  color: #000;
}

.betalice-orhoza .betalice-wil8wz.betalice-hmqjb3 {
  color: #fff;
}

.betalice-orhoza .betalice-32xj9i {
  color: #000;
}

.betalice-orhoza
  .betalice-p2btbv
  .betalice-on36hl.betalice-hmqjb3.betalice-jac4nb {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.betalice-q0hg0d,
body .betalice-x32g6s {
  color: #000;
  background: var(--color-body) !important;
}

.betalice-q0hg0d .betalice-vn5zah .betalice-iil1h1,
body .betalice-x32g6s .betalice-vn5zah .betalice-iil1h1 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betalice-ooimhg:focus,
  .betalice-ooimhg:hover {
    color: #f9cb16;
  }
  .betalice-vda3g6:focus,
  .betalice-vda3g6:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betalice-8j77in:focus img,
  .betalice-8j77in:focus svg,
  .betalice-8j77in:hover img,
  .betalice-8j77in:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .betalice-ix7r24 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .betalice-ik4peu:hover .betalice-kpmr0v svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .betalice-kpmr0v {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .betalice-hgss23 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .betalice-zhmhac {
    grid-template-columns: repeat(4, 1fr);
  }
  .betalice-h1rkyc {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .betalice-gh30pq .betalice-hrrf8w {
    grid-template-columns: 1fr;
  }
  .betalice-gh30pq .betalice-pa5pcj {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .betalice-gh30pq .betalice-e6xls0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betalice-gh30pq .betalice-qxxknr {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betalice-gh30pq .betalice-00qunt {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .betalice-gh30pq .betalice-e6xls0:not(:first-child) {
    border: none;
  }
  .betalice-gh30pq .betalice-e6xls0:first-child .betalice-qxxknr {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .betalice-gh30pq .betalice-e6xls0:last-child .betalice-qxxknr {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .betalice-mfs8b7 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .betalice-0tm48f {
    max-width: 100px;
  }
  .betalice-zpj8es {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .betalice-49er6w {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .betalice-49er6w svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .betalice-0jp1h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .betalice-zpj8es + .betalice-49er6w {
    margin-left: auto;
  }
  .betalice-x47uik {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .betalice-x47uik.betalice-cmtl6p {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .betalice-886ldg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .betalice-cce736 {
    width: 100%;
  }
  .betalice-cce736:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .betalice-4ia706 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .betalice-4ia706 svg {
    margin-right: 4px;
  }
  .betalice-ik4peu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .betalice-kpmr0v svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .betalice-kpmr0v {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .betalice-xa9uib {
    display: none;
    width: 100%;
  }
  .betalice-ik4peu.betalice-cmtl6p .betalice-xa9uib {
    padding: 0 0 0 48px;
  }
  .betalice-05bf0r {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .betalice-8ha3lt .betalice-mgbj9f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .betalice-gtc5i3 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betalice-gtc5i3 + .betalice-gtc5i3 {
    margin-right: 0;
  }
  .betalice-gtc5i3 + .betalice-mgbj9f {
    margin: 0;
  }
  .betalice-hgss23 {
    grid-template-columns: repeat(4, 1fr);
  }
  .betalice-zhmhac {
    grid-template-columns: repeat(3, 1fr);
  }
  .betalice-5iptsg,
  .betalice-qsrvcw {
    grid-template-columns: repeat(2, 1fr);
  }
  .betalice-fijlll {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .betalice-fijlll.betalice-amwxty .betalice-fndmd4 {
    grid-column: auto;
    grid-row: auto;
  }
  .betalice-fijlll > .betalice-96w6l9 {
    grid-column: 1/2;
  }
  .betalice-fijlll.betalice-amwxty > :not(.get-image) {
    grid-column: 1/2;
  }
  .betalice-fijlll .betalice-mgbj9f,
  .betalice-fijlll.betalice-amwxty > .betalice-mgbj9f {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betalice-fijlll.betalice-amwxty > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .betalice-gvn2zl.betalice-nnnk74 .betalice-fijlll > .betalice-mgbj9f {
    grid-row: 1/2;
  }
  .betalice-fijlll .betalice-96w6l9 ~ .betalice-mgbj9f,
  .betalice-fijlll.betalice-amwxty .betalice-96w6l9 ~ .betalice-mgbj9f {
    grid-row: 2/3;
  }
  .betalice-gvn2zl.betalice-nnnk74 .betalice-96w6l9 ~ .betalice-mgbj9f {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .betalice-mrdcz8:first-child .betalice-3xlywb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betalice-mrdcz8:first-child .betalice-3xlywb h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .betalice-mrdcz8 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .betalice-mrdcz8 {
    padding: 0;
  }
  .betalice-h7ulzs {
    margin-top: 1rem;
  }
  .betalice-ttmio3 {
    border-radius: 5px;
  }
  .betalice-h806uq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betalice-ect98y::after {
    display: inline-block;
  }
  .betalice-ect98y {
    margin: 0;
    width: 100%;
  }
  .betalice-cdtmuy {
    width: 100%;
  }
  .betalice-cdtmuy.betalice-dlhrph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .betalice-cdtmuy.betalice-dlhrph .betalice-gliios {
    width: 100%;
  }
  .betalice-cdtmuy.betalice-dlhrph .betalice-gliios:not(:last-child) {
    margin-right: 0;
  }
  .betalice-ooimhg {
    width: 100%;
    text-align: center;
  }
  .betalice-szkzkk.betalice-cmtl6p .betalice-cdtmuy {
    margin-top: 1rem;
  }
  .betalice-hgss23 {
    grid-template-columns: repeat(3, 1fr);
  }
  .betalice-h1rkyc,
  .betalice-zhmhac {
    grid-template-columns: repeat(2, 1fr);
  }
  .betalice-5iptsg,
  .betalice-qsrvcw,
  .betalice-mehlrx {
    grid-template-columns: 1fr;
  }
  .betalice-frxa2k {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .betalice-1ubi49 {
    min-width: 300px;
    max-width: 325px;
  }
  .betalice-qxxknr {
    cursor: auto;
  }
  .betalice-p3k5py .betalice-qxxknr {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .betalice-63t5zo {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .betalice-xa9uib {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .betalice-63t5zo {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.betalice-gtc5i3 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .betalice-49er6w {
    margin: 0 -0.2rem;
  }
  .betalice-gtc5i3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .betalice-f1drx5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .betalice-55wyjz {
    max-width: 100%;
  }
  .betalice-hgss23 {
    grid-template-columns: repeat(2, 1fr);
  }
  .betalice-h1rkyc,
  .betalice-zhmhac {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .betalice-mfs8b7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betalice-49er6w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .betalice-4j422r {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betalice-9fps9q {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betalice-dwzvcs,
  .betalice-xsxxzd {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .betalice-sa72hs {
    width: 100%;
  }
  .betalice-hgss23 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .betalice-63t5zo {
    top: 127px !important;
  }
}

.betalice-b4b9te {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .betalice-b4b9te {
  }
}

@media (max-width: 767px) {
  .betalice-b4b9te {
    margin-bottom: 12px;
  }
}

.betalice-b4b9te img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.betalice-4xa82o {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.betalice-4xa82o > .betalice-9khbc8 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .betalice-4xa82o {
    flex-direction: column;
    gap: 12px;
  }
}

.betalice-h97xc7 {
  display: flex;
}

.betalice-h97xc7 .betalice-2h6u8b {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.betalice-h97xc7 .betalice-h7936x {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.betalice-h97xc7 .betalice-snpilp {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.betalice-h97xc7 .betalice-i807c8 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.betalice-h97xc7 .betalice-i807c8:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.betalice-h97xc7 .betalice-2b0q0u {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.betalice-tf7ood {
  border: unset;
  background-color: unset;
}

.betalice-tf7ood tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.betalice-tf7ood .betalice-xsjzct,
.betalice-tf7ood .betalice-89lnmu {
  flex: 0 1 330px;
}

.betalice-tf7ood .betalice-84d8ya {
  flex: 1 1;
}

.betalice-tf7ood tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betalice-tf7ood tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.betalice-tf7ood tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.betalice-tf7ood tr td p {
  color: #fff;
  margin: 0;
}

.betalice-tf7ood tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.betalice-tf7ood tr.betalice-xsjzct td p {
  padding: 16px 0;
}

.betalice-tf7ood tr.betalice-xsjzct td p:not(:last-child),
.betalice-tf7ood tr.betalice-89lnmu td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.betalice-tf7ood tr.betalice-xsjzct td p:first-child,
.betalice-tf7ood tr.betalice-89lnmu td p:first-child {
  padding-top: 0;
}

.betalice-tf7ood tr.betalice-89lnmu td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betalice-tf7ood tr.betalice-89lnmu td p:last-child {
  padding-bottom: 0;
}

.betalice-tf7ood .betalice-89lnmu img {
  max-width: 32px;
}

.betalice-tf7ood .betalice-84d8ya {
  min-width: 718px;
}

.betalice-tf7ood .betalice-84d8ya td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.betalice-tf7ood .betalice-84d8ya td {
  display: flex;
}

.betalice-tf7ood .betalice-84d8ya td:last-child .betalice-2ph96x,
.betalice-tf7ood .betalice-84d8ya td:last-child .betalice-1pmn8c,
.betalice-tf7ood .betalice-84d8ya td:last-child .betalice-cnim42 {
  flex: 1 1 50%;
}

.betalice-tf7ood .betalice-84d8ya td:last-child .betalice-n6bzi5 {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betalice-tf7ood .betalice-84d8ya td:last-child .betalice-7voujo,
.betalice-tf7ood .betalice-84d8ya td:last-child .betalice-74nmmk {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.betalice-tf7ood .betalice-84d8ya td:last-child .betalice-2ph96x,
.betalice-tf7ood .betalice-84d8ya td:last-child .betalice-1pmn8c {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betalice-tf7ood .betalice-84d8ya td:last-child .betalice-2ph96x span,
.betalice-tf7ood .betalice-84d8ya td:last-child .betalice-1pmn8c span {
  font-weight: 800;
}

.betalice-tf7ood .betalice-84d8ya img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .betalice-tf7ood .betalice-84d8ya td .betalice-cnim42:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .betalice-tf7ood tr.betalice-xsjzct td p:last-child {
    padding-bottom: 0;
  }
  .betalice-tf7ood .betalice-89lnmu > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .betalice-tf7ood .betalice-89lnmu > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .betalice-tf7ood tr.betalice-xsjzct td p:not(:last-child),
  .betalice-tf7ood tr.betalice-89lnmu td p:not(:last-child) {
    border-bottom: unset;
  }
  .betalice-tf7ood tr.betalice-89lnmu td p:last-child {
    padding-bottom: 12px;
  }
  .betalice-tf7ood .betalice-84d8ya td:last-child .betalice-2ph96x,
  .betalice-tf7ood .betalice-84d8ya td:last-child .betalice-1pmn8c,
  .betalice-tf7ood .betalice-84d8ya td:last-child .betalice-cnim42 {
    flex: 1 1 50%;
    padding: 0;
  }
  .betalice-tf7ood .betalice-84d8ya td:last-child .betalice-2ph96x,
  .betalice-tf7ood .betalice-84d8ya td:last-child .betalice-1pmn8c {
    margin-top: 16px;
  }
  .betalice-tf7ood .betalice-84d8ya td:last-child .betalice-cnim42 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .betalice-tf7ood .betalice-84d8ya td:last-child .betalice-2ph96x {
    border-right: 1px solid var(--border-color);
  }
  .betalice-tf7ood .betalice-84d8ya td:last-child .betalice-cnim42:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .betalice-tf7ood .betalice-84d8ya td:last-child .betalice-cnim42:last-child {
    padding-bottom: 0;
  }
}

.betalice-cnim42 {
  display: flex;
  flex-direction: column;
}

.betalice-tf7ood .betalice-84d8ya td .betalice-cnim42 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.betalice-tf7ood .betalice-84d8ya td .betalice-cnim42:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.betalice-tf7ood .betalice-84d8ya td .betalice-cnim42:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .betalice-tf7ood .betalice-84d8ya td .betalice-cnim42:not(:first-child) {
    padding-left: 0;
  }
  .betalice-tf7ood .betalice-84d8ya td .betalice-cnim42:not(:last-of-type) {
    border-right: unset;
  }
}

.betalice-tf7ood .betalice-cqfby5 {
  flex: 0 1 485px;
}

.betalice-tf7ood .betalice-nq7r89 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.betalice-tf7ood .betalice-nq7r89 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betalice-tf7ood .betalice-nq7r89 li.betalice-2w29w4 {
  padding: 6px 12px;
}

.betalice-tf7ood .betalice-nq7r89 li a,
.betalice-tf7ood .betalice-nq7r89 li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.betalice-tf7ood .betalice-0acrom,
.betalice-tf7ood .betalice-rqarfw {
  flex: 1 1;
}

.betalice-tf7ood .betalice-80heiq,
.betalice-tf7ood .betalice-rrfzcy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.betalice-tf7ood .betalice-80heiq li,
.betalice-tf7ood .betalice-rrfzcy li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betalice-tf7ood .betalice-rqarfw img {
  max-width: 32px;
}

.betalice-tf7ood .betalice-0acrom img {
  max-width: 32px;
}

.betalice-tf7ood .betalice-aie0gy {
  min-width: 280px;
}

.betalice-tf7ood .betalice-aie0gy img {
  max-width: 146px;
}

.betalice-tf7ood .betalice-aie0gy td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .betalice-tf7ood .betalice-xsjzct,
  .betalice-tf7ood .betalice-89lnmu {
    flex: 0 1 auto;
  }
  .betalice-tf7ood .betalice-84d8ya {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .betalice-tf7ood .betalice-xsjzct,
  .betalice-tf7ood .betalice-cqfby5,
  .betalice-tf7ood .betalice-89lnmu,
  .betalice-tf7ood .betalice-84d8ya {
    flex: 1 1 calc(50% - 20px);
  }
  .betalice-tf7ood .betalice-0acrom,
  .betalice-tf7ood .betalice-aie0gy,
  .betalice-tf7ood .betalice-rqarfw {
    flex: 1 1 30%;
  }
  .betalice-tf7ood .betalice-aie0gy {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .betalice-tf7ood .betalice-xsjzct,
  .betalice-tf7ood .betalice-cqfby5,
  .betalice-tf7ood .betalice-0acrom,
  .betalice-tf7ood .betalice-89lnmu,
  .betalice-tf7ood .betalice-84d8ya,
  .betalice-tf7ood .betalice-aie0gy,
  .betalice-tf7ood .betalice-rqarfw {
    flex: 1 1 100%;
  }
}

.betalice-wfgozj .betalice-b7gawz {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.betalice-wfgozj .betalice-rnhtff {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.betalice-wfgozj .betalice-o9r07s {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.betalice-wfgozj .betalice-e29m18 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.betalice-wfgozj .betalice-e29m18 > :nth-child(3) {
  margin-top: 0;
}

.betalice-wfgozj .betalice-mgbj9f {
  grid-column: 2/3;
  grid-row: 1/10;
}

.betalice-wfgozj .betalice-m05hdl {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.betalice-wfgozj .betalice-h7ulzs {
  grid-column: 1/2;
}

.betalice-wfgozj > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.betalice-wfgozj .betalice-rnhtff:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.betalice-wfgozj .betalice-rnhtff:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.betalice-wfgozj .betalice-sa72hs {
  min-width: 240px;
}

@media (max-width: 768px) {
  .betalice-wfgozj .betalice-rnhtff:not(:last-child):before {
    bottom: 8px;
  }
  .betalice-wfgozj .betalice-rnhtff:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .betalice-wfgozj .betalice-e29m18 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .betalice-wfgozj .betalice-mgbj9f {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .betalice-wfgozj .betalice-mgbj9f img {
    width: 100%;
    height: auto;
  }
  .betalice-wfgozj .betalice-sa72hs {
    width: 100%;
    min-width: unset;
  }
}

.betalice-a36kto .betalice-y1n36q {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.betalice-a36kto .betalice-5696kg {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.betalice-a36kto .betalice-mgbj9f {
  height: 100%;
}

.betalice-a36kto .betalice-mgbj9f img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.betalice-a36kto .betalice-vvl7pd {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.betalice-a36kto .betalice-958udg {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.betalice-a36kto .betalice-yj8dja {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .betalice-a36kto .betalice-5696kg {
    flex: 1 1 100%;
  }
  .betalice-a36kto .betalice-5xhdsq {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .betalice-a36kto .betalice-5696kg {
    flex-direction: column;
  }
  .betalice-a36kto .betalice-mgbj9f {
    width: 100%;
    height: auto;
  }
  .betalice-a36kto .betalice-mgbj9f img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .betalice-a36kto .betalice-vvl7pd {
    padding: 0 16px 16px 16px;
  }
  .betalice-a36kto .betalice-5xhdsq {
    min-width: unset;
    width: 100%;
  }
}

.betalice-0q7l92 .betalice-kbdykd {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.betalice-0q7l92 .betalice-lml0or {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.betalice-0q7l92 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.betalice-0q7l92 .betalice-fmg30v {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.betalice-0q7l92 .betalice-lml0or:hover .betalice-fmg30v {
  display: flex;
}

.betalice-0q7l92 .betalice-43sd7k {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betalice-0q7l92 .betalice-7sco93 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.betalice-fndfr3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.betalice-fndfr3.betalice-5lys4a {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.betalice-xjz28b ease-in-out;
}

.betalice-fndfr3.betalice-5lys4a:hover {
  color: #f9cb16;
  background-color: transparent;
}

.betalice-0q7l92 .betalice-0d2e5o {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.betalice-xjz28b ease-in-out;
}

.betalice-0q7l92 .betalice-0d2e5o:hover {
  color: #196948;
  background-color: #f9cb16;
}

.betalice-0q7l92 .betalice-0d2e5o:after,
.betalice-fndfr3.betalice-5lys4a:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.betalice-fndfr3.betalice-5lys4a:after {
  background-image: url(../images/Cash.svg);
}

.betalice-0q7l92 .betalice-0d2e5o:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .betalice-0q7l92 .betalice-kbdykd {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .betalice-0q7l92 .betalice-kbdykd {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .betalice-0q7l92 .betalice-kbdykd {
    grid-template-columns: 1fr;
  }
  .betalice-0q7l92 .betalice-lml0or {
    height: auto;
  }
  .betalice-0q7l92 .betalice-lml0or .betalice-fmg30v {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .betalice-0q7l92 .betalice-43sd7k,
  .betalice-0q7l92 .betalice-7sco93 {
    text-align: left;
  }
  .betalice-0q7l92 .betalice-7sco93 {
    margin-bottom: 8px;
  }
  .betalice-0q7l92 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.betalice-xz33zi {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.betalice-xz33zi.betalice-q1juys {
  display: block;
}

.betalice-xz33zi .betalice-71pdzy {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.betalice-xz33zi .betalice-rsqq0n {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.betalice-xz33zi .betalice-bu3s6e {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.betalice-xz33zi .betalice-9btkuf {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.betalice-xz33zi .betalice-fndfr3 {
  min-width: 296px;
  margin-bottom: 0;
}

.betalice-xz33zi .betalice-5u6na6 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.betalice-xz33zi .betalice-e45dzl {
  position: relative;
  flex: 1 1;
}

.betalice-xz33zi .betalice-e45dzl iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .betalice-xz33zi .betalice-rsqq0n {
    flex-wrap: wrap;
    gap: 8px;
  }
  .betalice-xz33zi .betalice-bu3s6e {
    order: 1;
  }
  .betalice-xz33zi .betalice-9btkuf {
    order: 3;
    flex: 1 1 100%;
  }
  .betalice-xz33zi .betalice-fndfr3 {
    width: 100%;
    min-width: unset;
  }
  .betalice-xz33zi .betalice-5u6na6 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .betalice-fijlll > .betalice-96w6l9 {
    margin-bottom: 0;
  }
  .betalice-fijlll > .betalice-h7ulzs,
  .betalice-fijlll > p {
    margin-top: 0;
  }
}

.betalice-l4hx1z img,
.betalice-gtc5i3 img {
  width: auto;
  object-fit: contain;
}

.betalice-l4hx1z {
  align-items: center;
}

.betalice-l4hx1z img {
  max-height: 76px;
}

.betalice-gtc5i3 img {
  max-height: 64px;
}

.betalice-4f9e4b {
  overflow: auto;
}

.betalice-ubmv6y {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.betalice-3z5cer:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.betalice-9ttghw {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.betalice-wn1eiy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.betalice-9ttghw .betalice-mgbj9f {
  margin-right: 20px;
  flex-shrink: 0;
}

.betalice-9ttghw img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.betalice-gusvcl {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.betalice-gusvcl > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betalice-9ttghw {
    padding: 15px 10px;
  }
  .betalice-gusvcl {
    padding: 15px 10px;
  }
  .betalice-9ttghw .betalice-mgbj9f {
    margin-right: 10px;
  }
}

.betalice-4h1doz {
  overflow-x: auto;
}

.betalice-4h1avu {
  border-collapse: collapse;
  width: 100%;
}

.betalice-4h1doz th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.betalice-4h1doz td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.betalice-4h1doz td.betalice-xh8nbi {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.betalice-4h1doz td.betalice-lfu7p9 {
  border-right: none;
}

.betalice-4h1doz td.betalice-lfu7p9 .betalice-mgbj9f {
  justify-content: flex-start;
}

.betalice-4h1doz td.betalice-lfu7p9 .betalice-mgbj9f img {
  height: auto;
  width: 90px;
}

.betalice-4h1doz td.betalice-8dx8zo,
.betalice-4h1doz td.betalice-hcasbq {
  font-weight: 600;
  text-align: right;
}

.betalice-4h1doz td.betalice-cm6owz,
.betalice-4h1doz td.betalice-8dx8zo {
  padding-bottom: 10px;
  border-bottom: none;
}

.betalice-4h1doz td.betalice-8dx8zo,
.betalice-4h1doz td.betalice-hcasbq {
  border-left: none;
}

.betalice-4h1doz td.betalice-cm6owz,
.betalice-4h1doz td.betalice-kway7g {
  border-right: none;
}

.betalice-4h1doz td.betalice-kway7g,
.betalice-4h1doz td.betalice-hcasbq {
  border-top: none;
  padding-top: 10px;
}

.betalice-xpn81o {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.betalice-xpn81o .betalice-5xhdsq {
  min-width: unset;
  width: 100%;
}

.betalice-xpn81o .betalice-5xhdsq.betalice-679m4w {
  grid-column: 1/2;
  grid-row: 1/2;
}

.betalice-xpn81o .betalice-5xhdsq.betalice-hpziw6 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.betalice-xpn81o .betalice-qasmi9 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .betalice-xpn81o {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .betalice-xpn81o .betalice-5xhdsq.betalice-679m4w {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betalice-xpn81o .betalice-5xhdsq.betalice-hpziw6 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .betalice-xpn81o .betalice-qasmi9 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.betalice-a7b2yu {
  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;
}

.betalice-vdnri7 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.betalice-fsy023 p a img {
  margin: 0 auto;
  display: block;
}

.betalice-fsy023 table {
  margin-bottom: 17px;
}

/* contanct form */
.betalice-b6ab57 {
  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-b6ab57 label {
  font-size: 14px;
}

.betalice-b6ab57 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betalice-b6ab57 input,
.betalice-b6ab57 textarea,
.betalice-b6ab57 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-b6ab57 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betalice-xjz28b ease;
}
.betalice-b6ab57 button:hover {
  background-color: #691204;
}
.betalice-r5lout {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betalice-bzejso ease-in;
}

.betalice-r5lout h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}