@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-c81xce {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betalice-xw5lxh {
  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-9bqbwi,
ul.betalice-9bqbwi {
  padding-left: 20px;
}

ul.betalice-9bqbwi {
  list-style: disc;
}

ol.betalice-9bqbwi {
  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-w8yzf9 > .betalice-6nr0db,
.betalice-w8yzf9 > .betalice-t1k91s,
.betalice-w8yzf9 > blockquote,
.betalice-w8yzf9 > h1,
.betalice-w8yzf9 > h2,
.betalice-w8yzf9 > h3,
.betalice-w8yzf9 > h4,
.betalice-w8yzf9 > h5,
.betalice-w8yzf9 > h6,
.betalice-w8yzf9 > ol,
.betalice-w8yzf9 > p,
.betalice-w8yzf9 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betalice-w8yzf9 > ol,
.betalice-w8yzf9 > ul {
  padding-left: 50px;
}

.betalice-w8yzf9 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-w8yzf9:not(:last-child) {
  margin-bottom: 2rem;
}

.betalice-w8yzf9 > :not(:first-child) {
  margin-top: 2rem;
}

.betalice-w8yzf9 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betalice-w8yzf9:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .betalice-w8yzf9:first-child {
    margin-top: 20px;
  }
}

.betalice-w8yzf9 > p:last-of-type {
  margin-bottom: 32px;
}

.betalice-w8yzf9 > .betalice-5fr1st:not(:first-child) {
  margin: 64px auto 16px auto;
}

.betalice-kaus2a > .betalice-5fr1st {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betalice-t1k91s {
  overflow: auto;
}

.betalice-t1k91s::-webkit-scrollbar {
  height: 5px;
}

.betalice-t1k91s table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.betalice-t1k91s table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.betalice-t1k91s table thead,
table thead {
  border-bottom: none;
}

.betalice-t1k91s table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.betalice-t1k91s table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.betalice-t1k91s table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.betalice-t1k91s .betalice-vcpews {
  table-layout: auto;
}

.betalice-t1k91s .betalice-vcpews th {
  word-break: normal;
}

.betalice-t1k91s .betalice-vcpews td {
  word-break: normal;
}

.betalice-c81xce .betalice-c81xce {
  padding-right: 0;
  padding-left: 0;
}

.betalice-a1irpp {
  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-tl53lu {
  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-nic0qz {
  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-6nr0db {
  margin-top: 24px;
}

.betalice-6nr0db.betalice-xzrw4o {
  text-align: left;
}

.betalice-6nr0db.betalice-bjnszj {
  text-align: right;
}

.betalice-6nr0db.betalice-0eya1s {
  text-align: center;
}

.betalice-2oezh0 {
  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-w7qzkf ease-in-out;
  cursor: pointer;
}

.betalice-2oezh0:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.betalice-2oezh0 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .betalice-2oezh0 {
    min-width: unset;
  }
}

.betalice-pbt1g2 {
  background-color: var(--fh-bg-color);
}

.betalice-qmtbs8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.betalice-e15uak {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.betalice-e15uak img {
  max-height: 80px;
  object-fit: contain;
}

.betalice-is0zmz {
  flex: 1 1;
}

.betalice-wt7x5g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.betalice-isgiwk {
  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-isgiwk 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-isgiwk.betalice-uvtr2w span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.betalice-isgiwk.betalice-uvtr2w span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.betalice-isgiwk.betalice-uvtr2w span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.betalice-is0zmz + .betalice-wt7x5g {
  margin-left: 20px;
}

.betalice-40d63t {
  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-40d63t > svg {
  max-width: 24px;
  max-height: 24px;
}

.betalice-40d63t + .betalice-40d63t {
  margin-left: 5px;
}

.betalice-zxq02t {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.betalice-zxq02t:hover {
  background-color: var(--button-bg-hover);
}

.betalice-jltwv9 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.betalice-w7qzkf ease-in-out;
  border: 1px solid var(--border-color);
}

.betalice-jltwv9:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.betalice-s8osql {
  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-is0zmz {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .betalice-s8osql {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .betalice-is0zmz {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .betalice-40d63t {
    min-width: unset;
    flex: 1 1;
  }
}

.betalice-av0cis {
  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-av0cis:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.betalice-av0cis:hover .betalice-l39iil {
  opacity: 1;
  pointer-events: auto;
}

.betalice-lxzl5d {
  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-ux9tfp ease-in-out;
  gap: 4px;
}

.betalice-lxzl5d > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betalice-lxzl5d .betalice-a1irpp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betalice-cw3qlz,
.betalice-lxzl5d:hover {
  color: var(--button-bg-hover);
}

.betalice-ti3skp {
  position: relative;
}

.betalice-ti3skp .betalice-lxzl5d {
  margin-right: 0;
  padding-right: 4px;
}

.betalice-suboc5 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betalice-ti3skp.betalice-uvtr2w .betalice-suboc5 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.betalice-ti3skp.betalice-uvtr2w .betalice-l39iil {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.betalice-ti3skp.betalice-uvtr2w .betalice-l39iil::before {
  display: none;
}

.betalice-suboc5 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.betalice-l39iil {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.betalice-s3boxr 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.betalice-l39iil::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.betalice-l39iil:hover {
  color: var(--fh-bg-color);
}

.betalice-gktjkl {
  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-s3boxr 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.betalice-ux9tfp ease-in-out;
  -o-transition: 0.betalice-ux9tfp ease-in-out;
  transition: 0.betalice-ux9tfp ease-in-out;
}

.betalice-gktjkl .betalice-a1irpp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betalice-vuc0ow,
.betalice-gktjkl:hover {
  color: var(--button-bg-hover);
}

.betalice-edx467 {
  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-edx467.betalice-qkihmc {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.betalice-edx467.betalice-qkihmc:after,
.betalice-edx467.betalice-qkihmc:before {
  content: "";
  position: absolute;
  margin: auto;
}

.betalice-edx467.betalice-qkihmc: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-edx467.betalice-qkihmc:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.betalice-edx467.betalice-qkihmc > * {
  z-index: 1;
}

.betalice-edx467 b,
.betalice-edx467 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.betalice-edx467 .betalice-duw10r {
  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-edx467 .betalice-9s5byw {
  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-edx467 .betalice-a1irpp {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.betalice-edx467 .betalice-leh1u2 {
  margin-top: 12px;
}

.betalice-leh1u2 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.betalice-j05e8m {
  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-leh1u2 .betalice-tq6kh4 {
  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-w7qzkf ease-in-out;
}

.betalice-leh1u2 .betalice-tq6kh4:hover {
  background: rgba(255, 255, 255, 0.3);
}

.betalice-opko80 {
  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-edx467.betalice-fkimdb {
  gap: 12px;
  padding: 16px;
}

.betalice-edx467.betalice-fkimdb .betalice-opko80 {
  min-width: 240px;
}

.betalice-edx467.betalice-fkimdb .betalice-opko80.betalice-r8ra6o {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .betalice-edx467 .betalice-duw10r {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .betalice-edx467 .betalice-9s5byw {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .betalice-edx467 .betalice-a1irpp {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .betalice-edx467.betalice-fkimdb .betalice-a1irpp {
    max-width: 126px;
  }
  .betalice-edx467 .betalice-leh1u2 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .betalice-edx467 .betalice-j05e8m {
    max-width: unset;
  }
  .betalice-opko80 {
    min-width: unset;
    width: 100%;
  }
  .betalice-edx467 .betalice-opko80 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .betalice-edx467.betalice-fkimdb {
    grid-template-rows: auto 1fr auto;
  }
  .betalice-edx467.betalice-fkimdb .betalice-opko80 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .betalice-edx467 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .betalice-edx467 .betalice-duw10r {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .betalice-edx467 .betalice-a1irpp {
    max-width: 78px;
  }
  .betalice-edx467 .betalice-leh1u2 {
    margin-top: -12px;
  }
  .betalice-edx467.betalice-fkimdb {
    gap: 8px;
  }
  .betalice-edx467.betalice-fkimdb .betalice-duw10r {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .betalice-edx467.betalice-fkimdb .betalice-9s5byw {
    grid-column: 1/3;
  }
  .betalice-edx467.betalice-fkimdb .betalice-a1irpp {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .betalice-edx467.betalice-fkimdb .betalice-a1irpp img {
    max-width: 114px;
  }
}

.betalice-opko80.betalice-4wdnxy,
.betalice-opko80.betalice-iqlk61,
.betalice-opko80.betalice-6oocoj {
  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-w7qzkf ease-in-out;
}

.betalice-opko80.betalice-4wdnxy,
.betalice-opko80.betalice-6oocoj {
  padding: 10px;
}

.betalice-opko80.betalice-4wdnxy:hover,
.betalice-opko80.betalice-iqlk61:hover,
.betalice-opko80.betalice-6oocoj:hover {
  background: var(--button-bg-hover);
}

.betalice-opko80.betalice-4wdnxy:hover svg path,
.betalice-opko80.betalice-6oocoj:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.betalice-opko80.betalice-r8ra6o {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.betalice-w7qzkf ease-in-out;
  background: var(--button-bg-color);
}

.betalice-opko80.betalice-r8ra6o:hover {
  background-color: var(--button-bg-hover);
}

.betalice-opko80.betalice-iqlk61: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-opko80.betalice-iqlk61:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betalice-opko80.betalice-r8ra6o:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betalice-ywx2ny {
  max-width: 650px;
}

.betalice-clkrpt {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.betalice-4e2t0k {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.betalice-xa2adj {
  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-ux9tfp ease-in-out;
  cursor: pointer;
}

.betalice-xa2adj:hover {
  opacity: 0.5;
}

.betalice-xa2adj:focus {
  outline: 0;
}

.betalice-xa2adj:focus .betalice-ugm76t,
.betalice-xa2adj:hover .betalice-ugm76t {
  fill: red;
  fill-opacity: 1;
}

.betalice-xa2adj:hover {
  cursor: pointer;
}

.betalice-tvhvgi {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.betalice-ywx2ny.betalice-0eya1s {
  margin: 0 auto;
}

.betalice-ywx2ny.betalice-bjnszj {
  margin-left: auto;
}

.betalice-qvb2a7 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.betalice-h9xkl7 {
  padding-bottom: 50px;
}

.betalice-nbopih {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.betalice-kt40g1 {
  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-z0lhh8 {
  margin-top: 24px;
}

.betalice-rqzaop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.betalice-08es7l {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.betalice-p0o8pb {
  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-gq5ro4 {
  width: 468px;
}

.betalice-p0o8pb .betalice-l39iil {
  margin: 0.betalice-v9g9ci 0;
}

.betalice-wd8zgt {
  display: flex;
  min-width: 224px;
}

.betalice-clbdu3 {
  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-ux9tfp ease-in-out;
}

.betalice-pg5hyl,
.betalice-clbdu3:hover {
  color: var(--text-color);
}

.betalice-ve4y9j {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.betalice-ak8b87 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .betalice-qvb2a7 {
    padding: 16px;
  }
  .betalice-ve4y9j {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .betalice-ak8b87 {
    align-items: center;
  }
  .betalice-gq5ro4 {
    width: unset;
  }
  .betalice-wd8zgt {
    min-width: unset;
  }
  .betalice-p0o8pb {
    max-height: unset;
  }
  .betalice-nbopih {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .betalice-qvb2a7 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.betalice-1klpt7 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betalice-1klpt7:not(:last-child) {
  margin-bottom: 16px;
}

.betalice-ka9mg9 {
  outline: 0;
}

.betalice-ka9mg9 .betalice-b6pfv0 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.betalice-t25b1t {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .betalice-t25b1t {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.betalice-t25b1t::-webkit-details-marker {
  display: none;
}

.betalice-t25b1t: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-t25b1t: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-t25b1t:after {
  transform: unset;
}

.betalice-b6pfv0 {
  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-b6pfv0 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-ux9tfp ease-in-out;
  -o-transition: 0.betalice-ux9tfp ease-in-out;
  transition: 0.betalice-ux9tfp ease-in-out;
}

.betalice-wd1l23 {
  padding: 16px 0 0 0;
}

.betalice-wd1l23 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .betalice-wd1l23 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betalice-t25b1t {
    flex-wrap: wrap;
    gap: 12px;
  }
  .betalice-t25b1t::after {
    margin-left: auto;
  }
  .betalice-b6pfv0 {
    order: 3;
    flex: 1 1 100%;
  }
  .betalice-t25b1t {
    font-size: 14px;
    line-height: 130%;
  }
  .betalice-b6pfv0 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.betalice-nx8y9f {
  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-jsyyhf {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.betalice-nx8y9f.betalice-uvtr2w .betalice-jsyyhf {
  margin-bottom: 12px;
}

.betalice-jsyyhf::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-nx8y9f.betalice-uvtr2w .betalice-jsyyhf::after {
  transform: unset;
}

.betalice-81k8hi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.betalice-od7l9h {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.betalice-ux9tfp ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.betalice-od7l9h: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-nx8y9f.betalice-uvtr2w .betalice-81k8hi {
  max-height: 100%;
}

.betalice-0umthq {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.betalice-t3bpzg {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.betalice-31lwl9 {
  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-ud634j {
  margin-right: 4px;
}

.betalice-x1fpv5 {
  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-ux9tfp ease-in-out;
}

.betalice-x1fpv5 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.betalice-rg2gvw,
.betalice-x1fpv5:hover {
  color: var(--text-color);
}

.betalice-z4v693 {
  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-z4v693 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.betalice-z4v693 .betalice-l5qc6g {
  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-z4v693 .betalice-facmgr {
  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-lnlf17 {
  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-s9k01d {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betalice-nclcwu .betalice-c81xce {
  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-nclcwu {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.betalice-nu4zx6 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.betalice-4ya9ft {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.betalice-70udc2 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.betalice-dt9wrp 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-70udc2:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.betalice-ymy0gx {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.betalice-eu89ve {
  -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-ux9tfp ease-in-out;
  transition: transform 0.betalice-ux9tfp ease-in-out;
  -o-transition: transform 0.betalice-ux9tfp ease-in-out;
  transition:
    transform 0.betalice-ux9tfp ease-in-out,
    -webkit-transform 0.betalice-ux9tfp ease-in-out;
  cursor: pointer;
}

.betalice-eu89ve svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.betalice-eu89ve: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-4thlok {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .betalice-4thlok {
    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-do141h {
  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-9aruck {
  position: relative;
  width: 100%;
}

.betalice-do141h.betalice-r86oji {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.betalice-do141h.betalice-0eya1s {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.betalice-do141h.betalice-bjnszj {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.betalice-wwj357 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.betalice-j7tql5 {
  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-ux9tfp ease-in-out;
  cursor: pointer;
}

.betalice-j7tql5:hover {
  opacity: 0.5;
}

.betalice-do141h.betalice-hhltc2 .betalice-j7tql5 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.betalice-do141h.betalice-hhltc2 .betalice-wwj357 {
  cursor: pointer;
}

.betalice-odjczp {
  fill: #0009;
}

.betalice-ikydao {
  fill: #fff;
}

.betalice-j7tql5:hover .betalice-odjczp {
  fill: red;
}

.betalice-j7tql5 svg path {
  -webkit-transition: 0.betalice-ux9tfp ease-in-out;
  -o-transition: 0.betalice-ux9tfp ease-in-out;
  transition: 0.betalice-ux9tfp ease-in-out;
}

.betalice-ll9op0 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.betalice-ll9op0 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.betalice-ll9op0.betalice-xl6ypa > :not(.get-image) {
  grid-column: 1/3;
}

.betalice-itexr0:not(._h1-block) .betalice-ll9op0 > .betalice-5fr1st {
  grid-row: 1/2;
  grid-column: 1/3;
}

.betalice-ll9op0.betalice-xl6ypa .betalice-4yh259 {
  grid-column: 2/3;
}

.betalice-ll9op0.betalice-xl6ypa > .betalice-a1irpp {
  grid-column: 1/2;
}

.betalice-ll9op0.betalice-xl6ypa > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.betalice-ll9op0 > p:first-of-type {
  margin-top: 0;
}

.betalice-ll9op0 .betalice-a1irpp {
  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-itexr0:not(._h1-block) .betalice-5fr1st ~ .betalice-a1irpp {
  grid-row: 2/10;
}

.betalice-itexr0.betalice-6pvyxu .betalice-5fr1st ~ .betalice-a1irpp {
  grid-row: 1/10;
}

.betalice-itexr0.betalice-6pvyxu > .betalice-5fr1st {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.betalice-itexr0.betalice-6pvyxu .betalice-a1irpp {
  grid-row: 1/10;
}

.betalice-ll9op0.betalice-el6ltu .betalice-a1irpp {
  align-items: flex-start;
}

.betalice-ll9op0.betalice-0eya1s .betalice-4yh259 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.betalice-ll9op0.betalice-0eya1s .betalice-a1irpp {
  align-items: center;
}

.betalice-ll9op0.betalice-1n8fu5 .betalice-a1irpp {
  align-items: flex-end;
}

.betalice-4yh259 > :first-child {
  margin-top: 0;
}

.betalice-4yh259 > :last-child {
  margin-bottom: 0;
}

* + .betalice-d906ho,
.betalice-itexr0 + .betalice-itexr0 {
  margin-top: 2rem;
}

.betalice-tfgzyp td::before,
.betalice-tfgzyp th::after {
  display: none !important;
}

.betalice-tfgzyp #link-selector {
  color: #000;
}

.betalice-tfgzyp .betalice-kg0k2t {
  color: #135e96;
}

.betalice-tfgzyp .betalice-go7hdt *,
.betalice-tfgzyp .betalice-mlpg9v p,
.betalice-tfgzyp .betalice-e4godh * {
  color: #000;
}

.betalice-tfgzyp .betalice-bepmnz {
  background: 0 0 !important;
}

.betalice-tfgzyp .betalice-o0rq6m {
  color: #000;
}

.betalice-tfgzyp .betalice-oah4ba.betalice-tikk5p {
  color: #fff;
}

.betalice-tfgzyp .betalice-1hgf8c {
  color: #000;
}

.betalice-tfgzyp
  .betalice-oa9atl
  .betalice-ib236w.betalice-tikk5p.betalice-lr24yl {
  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-371bd2,
body .betalice-7np959 {
  color: #000;
  background: var(--color-body) !important;
}

.betalice-371bd2 .betalice-6u5b0h .betalice-n5hd92,
body .betalice-7np959 .betalice-6u5b0h .betalice-n5hd92 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betalice-od7l9h:focus,
  .betalice-od7l9h:hover {
    color: #f9cb16;
  }
  .betalice-6ho2pe:focus,
  .betalice-6ho2pe:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betalice-g50226:focus img,
  .betalice-g50226:focus svg,
  .betalice-g50226:hover img,
  .betalice-g50226:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .betalice-z4v693 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .betalice-ti3skp:hover .betalice-suboc5 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .betalice-suboc5 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .betalice-r0xbvj {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .betalice-97d65n {
    grid-template-columns: repeat(4, 1fr);
  }
  .betalice-idssdh {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .betalice-4p4slq .betalice-e63y73 {
    grid-template-columns: 1fr;
  }
  .betalice-4p4slq .betalice-1adv9g {
    -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-4p4slq .betalice-wnv2wa {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betalice-4p4slq .betalice-v1jqll {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betalice-4p4slq .betalice-zye60d {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .betalice-4p4slq .betalice-wnv2wa:not(:first-child) {
    border: none;
  }
  .betalice-4p4slq .betalice-wnv2wa:first-child .betalice-v1jqll {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .betalice-4p4slq .betalice-wnv2wa:last-child .betalice-v1jqll {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .betalice-qmtbs8 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .betalice-e15uak {
    max-width: 100px;
  }
  .betalice-is0zmz {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .betalice-wt7x5g {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .betalice-wt7x5g svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .betalice-isgiwk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .betalice-is0zmz + .betalice-wt7x5g {
    margin-left: auto;
  }
  .betalice-cn3tpm {
    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-cn3tpm.betalice-uvtr2w {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .betalice-s8osql {
    -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-av0cis {
    width: 100%;
  }
  .betalice-av0cis:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .betalice-lxzl5d {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .betalice-lxzl5d svg {
    margin-right: 4px;
  }
  .betalice-ti3skp {
    -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-suboc5 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .betalice-suboc5 {
    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-l39iil {
    display: none;
    width: 100%;
  }
  .betalice-ti3skp.betalice-uvtr2w .betalice-l39iil {
    padding: 0 0 0 48px;
  }
  .betalice-gktjkl {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .betalice-kt40g1 .betalice-a1irpp {
    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-ex4vb9 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betalice-ex4vb9 + .betalice-ex4vb9 {
    margin-right: 0;
  }
  .betalice-ex4vb9 + .betalice-a1irpp {
    margin: 0;
  }
  .betalice-r0xbvj {
    grid-template-columns: repeat(4, 1fr);
  }
  .betalice-97d65n {
    grid-template-columns: repeat(3, 1fr);
  }
  .betalice-dy95ly,
  .betalice-czh09n {
    grid-template-columns: repeat(2, 1fr);
  }
  .betalice-ll9op0 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .betalice-ll9op0.betalice-xl6ypa .betalice-4yh259 {
    grid-column: auto;
    grid-row: auto;
  }
  .betalice-ll9op0 > .betalice-5fr1st {
    grid-column: 1/2;
  }
  .betalice-ll9op0.betalice-xl6ypa > :not(.get-image) {
    grid-column: 1/2;
  }
  .betalice-ll9op0 .betalice-a1irpp,
  .betalice-ll9op0.betalice-xl6ypa > .betalice-a1irpp {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betalice-ll9op0.betalice-xl6ypa > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .betalice-itexr0.betalice-6pvyxu .betalice-ll9op0 > .betalice-a1irpp {
    grid-row: 1/2;
  }
  .betalice-ll9op0 .betalice-5fr1st ~ .betalice-a1irpp,
  .betalice-ll9op0.betalice-xl6ypa .betalice-5fr1st ~ .betalice-a1irpp {
    grid-row: 2/3;
  }
  .betalice-itexr0.betalice-6pvyxu .betalice-5fr1st ~ .betalice-a1irpp {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .betalice-w8yzf9:first-child .betalice-25va26 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betalice-w8yzf9:first-child .betalice-25va26 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .betalice-w8yzf9 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .betalice-w8yzf9 {
    padding: 0;
  }
  .betalice-6nr0db {
    margin-top: 1rem;
  }
  .betalice-ka9mg9 {
    border-radius: 5px;
  }
  .betalice-wyufsg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betalice-jsyyhf::after {
    display: inline-block;
  }
  .betalice-jsyyhf {
    margin: 0;
    width: 100%;
  }
  .betalice-81k8hi {
    width: 100%;
  }
  .betalice-81k8hi.betalice-dgzv2u {
    -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-81k8hi.betalice-dgzv2u .betalice-4l8rno {
    width: 100%;
  }
  .betalice-81k8hi.betalice-dgzv2u .betalice-4l8rno:not(:last-child) {
    margin-right: 0;
  }
  .betalice-od7l9h {
    width: 100%;
    text-align: center;
  }
  .betalice-nx8y9f.betalice-uvtr2w .betalice-81k8hi {
    margin-top: 1rem;
  }
  .betalice-r0xbvj {
    grid-template-columns: repeat(3, 1fr);
  }
  .betalice-idssdh,
  .betalice-97d65n {
    grid-template-columns: repeat(2, 1fr);
  }
  .betalice-dy95ly,
  .betalice-czh09n,
  .betalice-4mklyi {
    grid-template-columns: 1fr;
  }
  .betalice-lijgab {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .betalice-0ewax6 {
    min-width: 300px;
    max-width: 325px;
  }
  .betalice-v1jqll {
    cursor: auto;
  }
  .betalice-dgvaau .betalice-v1jqll {
    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-4thlok {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .betalice-l39iil {
    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-4thlok {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.betalice-ex4vb9 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .betalice-wt7x5g {
    margin: 0 -0.2rem;
  }
  .betalice-ex4vb9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .betalice-v4b1on {
    -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-w3q1fm {
    max-width: 100%;
  }
  .betalice-r0xbvj {
    grid-template-columns: repeat(2, 1fr);
  }
  .betalice-idssdh,
  .betalice-97d65n {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .betalice-qmtbs8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betalice-wt7x5g {
    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-pbt1g2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betalice-40d63t {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betalice-6wevio,
  .betalice-jmyfup {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .betalice-2oezh0 {
    width: 100%;
  }
  .betalice-r0xbvj {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .betalice-4thlok {
    top: 127px !important;
  }
}

.betalice-pp348s {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .betalice-pp348s {
  }
}

@media (max-width: 767px) {
  .betalice-pp348s {
    margin-bottom: 12px;
  }
}

.betalice-pp348s img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.betalice-yew2ql {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.betalice-yew2ql > .betalice-3cufbu {
  flex: 1 1;
}

@media (max-width: 767px) {
  .betalice-yew2ql {
    flex-direction: column;
    gap: 12px;
  }
}

.betalice-9umnz2 {
  display: flex;
}

.betalice-9umnz2 .betalice-palqp2 {
  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-9umnz2 .betalice-h7a3j5 {
  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-9umnz2 .betalice-f8hhv7 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.betalice-9umnz2 .betalice-8sy4x9 {
  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-9umnz2 .betalice-8sy4x9:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.betalice-9umnz2 .betalice-hvqvm9 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.betalice-5dxaqy {
  border: unset;
  background-color: unset;
}

.betalice-5dxaqy tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.betalice-5dxaqy .betalice-umhmh8,
.betalice-5dxaqy .betalice-f3fth6 {
  flex: 0 1 330px;
}

.betalice-5dxaqy .betalice-2zv9el {
  flex: 1 1;
}

.betalice-5dxaqy 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-5dxaqy tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.betalice-5dxaqy tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.betalice-5dxaqy tr td p {
  color: #fff;
  margin: 0;
}

.betalice-5dxaqy tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.betalice-5dxaqy tr.betalice-umhmh8 td p {
  padding: 16px 0;
}

.betalice-5dxaqy tr.betalice-umhmh8 td p:not(:last-child),
.betalice-5dxaqy tr.betalice-f3fth6 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.betalice-5dxaqy tr.betalice-umhmh8 td p:first-child,
.betalice-5dxaqy tr.betalice-f3fth6 td p:first-child {
  padding-top: 0;
}

.betalice-5dxaqy tr.betalice-f3fth6 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betalice-5dxaqy tr.betalice-f3fth6 td p:last-child {
  padding-bottom: 0;
}

.betalice-5dxaqy .betalice-f3fth6 img {
  max-width: 32px;
}

.betalice-5dxaqy .betalice-2zv9el {
  min-width: 718px;
}

.betalice-5dxaqy .betalice-2zv9el td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.betalice-5dxaqy .betalice-2zv9el td {
  display: flex;
}

.betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-rxrlgr,
.betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-yv9pfp,
.betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-e7h1h6 {
  flex: 1 1 50%;
}

.betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-x7wd2d {
  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-5dxaqy .betalice-2zv9el td:last-child .betalice-mwuyce,
.betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-mi6vk6 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-rxrlgr,
.betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-yv9pfp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-rxrlgr span,
.betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-yv9pfp span {
  font-weight: 800;
}

.betalice-5dxaqy .betalice-2zv9el img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .betalice-5dxaqy .betalice-2zv9el td .betalice-e7h1h6:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .betalice-5dxaqy tr.betalice-umhmh8 td p:last-child {
    padding-bottom: 0;
  }
  .betalice-5dxaqy .betalice-f3fth6 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .betalice-5dxaqy .betalice-f3fth6 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .betalice-5dxaqy tr.betalice-umhmh8 td p:not(:last-child),
  .betalice-5dxaqy tr.betalice-f3fth6 td p:not(:last-child) {
    border-bottom: unset;
  }
  .betalice-5dxaqy tr.betalice-f3fth6 td p:last-child {
    padding-bottom: 12px;
  }
  .betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-rxrlgr,
  .betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-yv9pfp,
  .betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-e7h1h6 {
    flex: 1 1 50%;
    padding: 0;
  }
  .betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-rxrlgr,
  .betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-yv9pfp {
    margin-top: 16px;
  }
  .betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-e7h1h6 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-rxrlgr {
    border-right: 1px solid var(--border-color);
  }
  .betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-e7h1h6:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .betalice-5dxaqy .betalice-2zv9el td:last-child .betalice-e7h1h6:last-child {
    padding-bottom: 0;
  }
}

.betalice-e7h1h6 {
  display: flex;
  flex-direction: column;
}

.betalice-5dxaqy .betalice-2zv9el td .betalice-e7h1h6 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.betalice-5dxaqy .betalice-2zv9el td .betalice-e7h1h6:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.betalice-5dxaqy .betalice-2zv9el td .betalice-e7h1h6:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .betalice-5dxaqy .betalice-2zv9el td .betalice-e7h1h6:not(:first-child) {
    padding-left: 0;
  }
  .betalice-5dxaqy .betalice-2zv9el td .betalice-e7h1h6:not(:last-of-type) {
    border-right: unset;
  }
}

.betalice-5dxaqy .betalice-4fr1ck {
  flex: 0 1 485px;
}

.betalice-5dxaqy .betalice-vneq43 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.betalice-5dxaqy .betalice-vneq43 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betalice-5dxaqy .betalice-vneq43 li.betalice-sd6446 {
  padding: 6px 12px;
}

.betalice-5dxaqy .betalice-vneq43 li a,
.betalice-5dxaqy .betalice-vneq43 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-5dxaqy .betalice-fk06tw,
.betalice-5dxaqy .betalice-4i0ijr {
  flex: 1 1;
}

.betalice-5dxaqy .betalice-xbtg2d,
.betalice-5dxaqy .betalice-839hxt {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.betalice-5dxaqy .betalice-xbtg2d li,
.betalice-5dxaqy .betalice-839hxt li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betalice-5dxaqy .betalice-4i0ijr img {
  max-width: 32px;
}

.betalice-5dxaqy .betalice-fk06tw img {
  max-width: 32px;
}

.betalice-5dxaqy .betalice-575zb5 {
  min-width: 280px;
}

.betalice-5dxaqy .betalice-575zb5 img {
  max-width: 146px;
}

.betalice-5dxaqy .betalice-575zb5 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .betalice-5dxaqy .betalice-umhmh8,
  .betalice-5dxaqy .betalice-f3fth6 {
    flex: 0 1 auto;
  }
  .betalice-5dxaqy .betalice-2zv9el {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .betalice-5dxaqy .betalice-umhmh8,
  .betalice-5dxaqy .betalice-4fr1ck,
  .betalice-5dxaqy .betalice-f3fth6,
  .betalice-5dxaqy .betalice-2zv9el {
    flex: 1 1 calc(50% - 20px);
  }
  .betalice-5dxaqy .betalice-fk06tw,
  .betalice-5dxaqy .betalice-575zb5,
  .betalice-5dxaqy .betalice-4i0ijr {
    flex: 1 1 30%;
  }
  .betalice-5dxaqy .betalice-575zb5 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .betalice-5dxaqy .betalice-umhmh8,
  .betalice-5dxaqy .betalice-4fr1ck,
  .betalice-5dxaqy .betalice-fk06tw,
  .betalice-5dxaqy .betalice-f3fth6,
  .betalice-5dxaqy .betalice-2zv9el,
  .betalice-5dxaqy .betalice-575zb5,
  .betalice-5dxaqy .betalice-4i0ijr {
    flex: 1 1 100%;
  }
}

.betalice-wtahdq .betalice-a4kzmj {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.betalice-wtahdq .betalice-wrldav {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.betalice-wtahdq .betalice-jyf3kh {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.betalice-wtahdq .betalice-xtxbsj {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.betalice-wtahdq .betalice-xtxbsj > :nth-child(3) {
  margin-top: 0;
}

.betalice-wtahdq .betalice-a1irpp {
  grid-column: 2/3;
  grid-row: 1/10;
}

.betalice-wtahdq .betalice-rfjzvx {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.betalice-wtahdq .betalice-6nr0db {
  grid-column: 1/2;
}

.betalice-wtahdq > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.betalice-wtahdq .betalice-wrldav: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-wtahdq .betalice-wrldav:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.betalice-wtahdq .betalice-2oezh0 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .betalice-wtahdq .betalice-wrldav:not(:last-child):before {
    bottom: 8px;
  }
  .betalice-wtahdq .betalice-wrldav:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .betalice-wtahdq .betalice-xtxbsj {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .betalice-wtahdq .betalice-a1irpp {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .betalice-wtahdq .betalice-a1irpp img {
    width: 100%;
    height: auto;
  }
  .betalice-wtahdq .betalice-2oezh0 {
    width: 100%;
    min-width: unset;
  }
}

.betalice-90nw26 .betalice-rtyjnc {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.betalice-90nw26 .betalice-4ad35q {
  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-90nw26 .betalice-a1irpp {
  height: 100%;
}

.betalice-90nw26 .betalice-a1irpp img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.betalice-90nw26 .betalice-rn7qcv {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.betalice-90nw26 .betalice-bp4022 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.betalice-90nw26 .betalice-nd6u8a {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .betalice-90nw26 .betalice-4ad35q {
    flex: 1 1 100%;
  }
  .betalice-90nw26 .betalice-opko80 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .betalice-90nw26 .betalice-4ad35q {
    flex-direction: column;
  }
  .betalice-90nw26 .betalice-a1irpp {
    width: 100%;
    height: auto;
  }
  .betalice-90nw26 .betalice-a1irpp img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .betalice-90nw26 .betalice-rn7qcv {
    padding: 0 16px 16px 16px;
  }
  .betalice-90nw26 .betalice-opko80 {
    min-width: unset;
    width: 100%;
  }
}

.betalice-sdb3x8 .betalice-nx6myz {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.betalice-sdb3x8 .betalice-3a3hx0 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.betalice-sdb3x8 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-sdb3x8 .betalice-sqo6ap {
  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-sdb3x8 .betalice-3a3hx0:hover .betalice-sqo6ap {
  display: flex;
}

.betalice-sdb3x8 .betalice-h9skmb {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betalice-sdb3x8 .betalice-tgns11 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.betalice-4oexgi {
  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-4oexgi.betalice-v1r8w3 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.betalice-w7qzkf ease-in-out;
}

.betalice-4oexgi.betalice-v1r8w3:hover {
  color: #f9cb16;
  background-color: transparent;
}

.betalice-sdb3x8 .betalice-97b7fn {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.betalice-w7qzkf ease-in-out;
}

.betalice-sdb3x8 .betalice-97b7fn:hover {
  color: #196948;
  background-color: #f9cb16;
}

.betalice-sdb3x8 .betalice-97b7fn:after,
.betalice-4oexgi.betalice-v1r8w3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.betalice-4oexgi.betalice-v1r8w3:after {
  background-image: url(../images/Cash.svg);
}

.betalice-sdb3x8 .betalice-97b7fn:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .betalice-sdb3x8 .betalice-nx6myz {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .betalice-sdb3x8 .betalice-nx6myz {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .betalice-sdb3x8 .betalice-nx6myz {
    grid-template-columns: 1fr;
  }
  .betalice-sdb3x8 .betalice-3a3hx0 {
    height: auto;
  }
  .betalice-sdb3x8 .betalice-3a3hx0 .betalice-sqo6ap {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .betalice-sdb3x8 .betalice-h9skmb,
  .betalice-sdb3x8 .betalice-tgns11 {
    text-align: left;
  }
  .betalice-sdb3x8 .betalice-tgns11 {
    margin-bottom: 8px;
  }
  .betalice-sdb3x8 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.betalice-an9y7o {
  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-an9y7o.betalice-hhltc2 {
  display: block;
}

.betalice-an9y7o .betalice-fht8nc {
  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-an9y7o .betalice-b039v0 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.betalice-an9y7o .betalice-etn5wd {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.betalice-an9y7o .betalice-7fzcxk {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.betalice-an9y7o .betalice-4oexgi {
  min-width: 296px;
  margin-bottom: 0;
}

.betalice-an9y7o .betalice-g5kc4k {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.betalice-an9y7o .betalice-3bsck6 {
  position: relative;
  flex: 1 1;
}

.betalice-an9y7o .betalice-3bsck6 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .betalice-an9y7o .betalice-b039v0 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .betalice-an9y7o .betalice-etn5wd {
    order: 1;
  }
  .betalice-an9y7o .betalice-7fzcxk {
    order: 3;
    flex: 1 1 100%;
  }
  .betalice-an9y7o .betalice-4oexgi {
    width: 100%;
    min-width: unset;
  }
  .betalice-an9y7o .betalice-g5kc4k {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .betalice-ll9op0 > .betalice-5fr1st {
    margin-bottom: 0;
  }
  .betalice-ll9op0 > .betalice-6nr0db,
  .betalice-ll9op0 > p {
    margin-top: 0;
  }
}

.betalice-v0sjay img,
.betalice-ex4vb9 img {
  width: auto;
  object-fit: contain;
}

.betalice-v0sjay {
  align-items: center;
}

.betalice-v0sjay img {
  max-height: 76px;
}

.betalice-ex4vb9 img {
  max-height: 64px;
}

.betalice-9fmr2v {
  overflow: auto;
}

.betalice-d52dp9 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.betalice-w6s20l:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.betalice-1tjurd {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.betalice-wnxq3m {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.betalice-1tjurd .betalice-a1irpp {
  margin-right: 20px;
  flex-shrink: 0;
}

.betalice-1tjurd img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.betalice-8bv9i1 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.betalice-8bv9i1 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betalice-1tjurd {
    padding: 15px 10px;
  }
  .betalice-8bv9i1 {
    padding: 15px 10px;
  }
  .betalice-1tjurd .betalice-a1irpp {
    margin-right: 10px;
  }
}

.betalice-nhmode {
  overflow-x: auto;
}

.betalice-aideuf {
  border-collapse: collapse;
  width: 100%;
}

.betalice-nhmode th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.betalice-nhmode td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.betalice-nhmode td.betalice-j85kmd {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.betalice-nhmode td.betalice-v6yoai {
  border-right: none;
}

.betalice-nhmode td.betalice-v6yoai .betalice-a1irpp {
  justify-content: flex-start;
}

.betalice-nhmode td.betalice-v6yoai .betalice-a1irpp img {
  height: auto;
  width: 90px;
}

.betalice-nhmode td.betalice-hd68vb,
.betalice-nhmode td.betalice-2ttgyy {
  font-weight: 600;
  text-align: right;
}

.betalice-nhmode td.betalice-kc1v9e,
.betalice-nhmode td.betalice-hd68vb {
  padding-bottom: 10px;
  border-bottom: none;
}

.betalice-nhmode td.betalice-hd68vb,
.betalice-nhmode td.betalice-2ttgyy {
  border-left: none;
}

.betalice-nhmode td.betalice-kc1v9e,
.betalice-nhmode td.betalice-vixm1k {
  border-right: none;
}

.betalice-nhmode td.betalice-vixm1k,
.betalice-nhmode td.betalice-2ttgyy {
  border-top: none;
  padding-top: 10px;
}

.betalice-l37vr1 {
  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-l37vr1 .betalice-opko80 {
  min-width: unset;
  width: 100%;
}

.betalice-l37vr1 .betalice-opko80.betalice-4wdnxy {
  grid-column: 1/2;
  grid-row: 1/2;
}

.betalice-l37vr1 .betalice-opko80.betalice-6oocoj {
  grid-column: 2/3;
  grid-row: 1/2;
}

.betalice-l37vr1 .betalice-v59wj4 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .betalice-l37vr1 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .betalice-l37vr1 .betalice-opko80.betalice-4wdnxy {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betalice-l37vr1 .betalice-opko80.betalice-6oocoj {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .betalice-l37vr1 .betalice-v59wj4 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.betalice-b3r5w1 {
  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-ytkjf5 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.betalice-kaus2a p a img {
  margin: 0 auto;
  display: block;
}

.betalice-kaus2a table {
  margin-bottom: 17px;
}

/* contanct form */
.betalice-te3pk5 {
  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-te3pk5 label {
  font-size: 14px;
}

.betalice-te3pk5 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betalice-te3pk5 input,
.betalice-te3pk5 textarea,
.betalice-te3pk5 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-te3pk5 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betalice-w7qzkf ease;
}
.betalice-te3pk5 button:hover {
  background-color: #691204;
}
.betalice-g9y2ec {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betalice-kkq6ig ease-in;
}

.betalice-g9y2ec h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}