@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);
}

.betman-32xiaf {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betman-8zd79l {
  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.betman-88cvpc,
ul.betman-88cvpc {
  padding-left: 20px;
}

ul.betman-88cvpc {
  list-style: disc;
}

ol.betman-88cvpc {
  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;
  }
}

.betman-94y8es > .betman-9j0n95,
.betman-94y8es > .betman-giiqu5,
.betman-94y8es > blockquote,
.betman-94y8es > h1,
.betman-94y8es > h2,
.betman-94y8es > h3,
.betman-94y8es > h4,
.betman-94y8es > h5,
.betman-94y8es > h6,
.betman-94y8es > ol,
.betman-94y8es > p,
.betman-94y8es > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betman-94y8es > ol,
.betman-94y8es > ul {
  padding-left: 50px;
}

.betman-94y8es 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;
}

.betman-94y8es:not(:last-child) {
  margin-bottom: 2rem;
}

.betman-94y8es > :not(:first-child) {
  margin-top: 2rem;
}

.betman-94y8es {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betman-94y8es:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .betman-94y8es:first-child {
    margin-top: 20px;
  }
}

.betman-94y8es > p:last-of-type {
  margin-bottom: 32px;
}

.betman-94y8es > .betman-marbf1:not(:first-child) {
  margin: 64px auto 16px auto;
}

.betman-v1o0cj > .betman-marbf1 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betman-giiqu5 {
  overflow: auto;
}

.betman-giiqu5::-webkit-scrollbar {
  height: 5px;
}

.betman-giiqu5 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.betman-giiqu5 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.betman-giiqu5 table thead,
table thead {
  border-bottom: none;
}

.betman-giiqu5 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.betman-giiqu5 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.betman-giiqu5 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.betman-giiqu5 .betman-fjquny {
  table-layout: auto;
}

.betman-giiqu5 .betman-fjquny th {
  word-break: normal;
}

.betman-giiqu5 .betman-fjquny td {
  word-break: normal;
}

.betman-32xiaf .betman-32xiaf {
  padding-right: 0;
  padding-left: 0;
}

.betman-r1bwbe {
  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;
}

.betman-xzly9c {
  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;
}

.betman-emntwn {
  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;
}

.betman-9j0n95 {
  margin-top: 24px;
}

.betman-9j0n95.betman-fodnrf {
  text-align: left;
}

.betman-9j0n95.betman-eykkxi {
  text-align: right;
}

.betman-9j0n95.betman-6qlbmh {
  text-align: center;
}

.betman-fmwrpd {
  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.betman-hg8h05 ease-in-out;
  cursor: pointer;
}

.betman-fmwrpd:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.betman-fmwrpd {
  min-width: 328px;
}

@media (max-width: 768px) {
  .betman-fmwrpd {
    min-width: unset;
  }
}

.betman-jlel9v {
  background-color: var(--fh-bg-color);
}

.betman-uq34ib {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.betman-ljjj6s {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.betman-ljjj6s img {
  max-height: 80px;
  object-fit: contain;
}

.betman-05x1c0 {
  flex: 1 1;
}

.betman-51gzg1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.betman-3cg1kg {
  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;
}

.betman-3cg1kg 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;
}

.betman-3cg1kg.betman-s6hr1q span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.betman-3cg1kg.betman-s6hr1q span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.betman-3cg1kg.betman-s6hr1q span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.betman-05x1c0 + .betman-51gzg1 {
  margin-left: 20px;
}

.betman-1dedyx {
  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;
}

.betman-1dedyx > svg {
  max-width: 24px;
  max-height: 24px;
}

.betman-1dedyx + .betman-1dedyx {
  margin-left: 5px;
}

.betman-y37jez {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.betman-y37jez:hover {
  background-color: var(--button-bg-hover);
}

.betman-9cix5d {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.betman-hg8h05 ease-in-out;
  border: 1px solid var(--border-color);
}

.betman-9cix5d:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.betman-a431vy {
  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) {
  .betman-05x1c0 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .betman-a431vy {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .betman-05x1c0 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .betman-1dedyx {
    min-width: unset;
    flex: 1 1;
  }
}

.betman-8oiwa4 {
  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;
}

.betman-8oiwa4:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.betman-8oiwa4:hover .betman-bugl0w {
  opacity: 1;
  pointer-events: auto;
}

.betman-w4ofqo {
  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.betman-a49jcd ease-in-out;
  gap: 4px;
}

.betman-w4ofqo > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betman-w4ofqo .betman-r1bwbe img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betman-bqzgjf,
.betman-w4ofqo:hover {
  color: var(--button-bg-hover);
}

.betman-6gnhqr {
  position: relative;
}

.betman-6gnhqr .betman-w4ofqo {
  margin-right: 0;
  padding-right: 4px;
}

.betman-12l1ok svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betman-6gnhqr.betman-s6hr1q .betman-12l1ok svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.betman-6gnhqr.betman-s6hr1q .betman-bugl0w {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.betman-6gnhqr.betman-s6hr1q .betman-bugl0w::before {
  display: none;
}

.betman-12l1ok svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.betman-bugl0w {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.betman-epap6p 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.betman-bugl0w::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.betman-bugl0w:hover {
  color: var(--fh-bg-color);
}

.betman-clrlk6 {
  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.betman-epap6p 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.betman-a49jcd ease-in-out;
  -o-transition: 0.betman-a49jcd ease-in-out;
  transition: 0.betman-a49jcd ease-in-out;
}

.betman-clrlk6 .betman-r1bwbe img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betman-h4tco8,
.betman-clrlk6:hover {
  color: var(--button-bg-hover);
}

.betman-t332wj {
  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%;
}

.betman-t332wj.betman-mf0umr {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.betman-t332wj.betman-mf0umr:after,
.betman-t332wj.betman-mf0umr:before {
  content: "";
  position: absolute;
  margin: auto;
}

.betman-t332wj.betman-mf0umr: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);
  }
}

.betman-t332wj.betman-mf0umr:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.betman-t332wj.betman-mf0umr > * {
  z-index: 1;
}

.betman-t332wj b,
.betman-t332wj strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.betman-t332wj .betman-z9y74x {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.betman-t332wj .betman-2uinz1 {
  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;
}

.betman-t332wj .betman-r1bwbe {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.betman-t332wj .betman-ho4x4r {
  margin-top: 12px;
}

.betman-ho4x4r {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.betman-o91doc {
  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;
}

.betman-ho4x4r .betman-bfoc9b {
  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.betman-hg8h05 ease-in-out;
}

.betman-ho4x4r .betman-bfoc9b:hover {
  background: rgba(255, 255, 255, 0.3);
}

.betman-cepvbn {
  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;
}

.betman-t332wj.betman-72k8gn {
  gap: 12px;
  padding: 16px;
}

.betman-t332wj.betman-72k8gn .betman-cepvbn {
  min-width: 240px;
}

.betman-t332wj.betman-72k8gn .betman-cepvbn.betman-z81lva {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .betman-t332wj .betman-z9y74x {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .betman-t332wj .betman-2uinz1 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .betman-t332wj .betman-r1bwbe {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .betman-t332wj.betman-72k8gn .betman-r1bwbe {
    max-width: 126px;
  }
  .betman-t332wj .betman-ho4x4r {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .betman-t332wj .betman-o91doc {
    max-width: unset;
  }
  .betman-cepvbn {
    min-width: unset;
    width: 100%;
  }
  .betman-t332wj .betman-cepvbn {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .betman-t332wj.betman-72k8gn {
    grid-template-rows: auto 1fr auto;
  }
  .betman-t332wj.betman-72k8gn .betman-cepvbn {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .betman-t332wj {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .betman-t332wj .betman-z9y74x {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .betman-t332wj .betman-r1bwbe {
    max-width: 78px;
  }
  .betman-t332wj .betman-ho4x4r {
    margin-top: -12px;
  }
  .betman-t332wj.betman-72k8gn {
    gap: 8px;
  }
  .betman-t332wj.betman-72k8gn .betman-z9y74x {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .betman-t332wj.betman-72k8gn .betman-2uinz1 {
    grid-column: 1/3;
  }
  .betman-t332wj.betman-72k8gn .betman-r1bwbe {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .betman-t332wj.betman-72k8gn .betman-r1bwbe img {
    max-width: 114px;
  }
}

.betman-cepvbn.betman-3yty2w,
.betman-cepvbn.betman-1m2pqu,
.betman-cepvbn.betman-15eejn {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.betman-hg8h05 ease-in-out;
}

.betman-cepvbn.betman-3yty2w,
.betman-cepvbn.betman-15eejn {
  padding: 10px;
}

.betman-cepvbn.betman-3yty2w:hover,
.betman-cepvbn.betman-1m2pqu:hover,
.betman-cepvbn.betman-15eejn:hover {
  background: var(--button-bg-hover);
}

.betman-cepvbn.betman-3yty2w:hover svg path,
.betman-cepvbn.betman-15eejn:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.betman-cepvbn.betman-z81lva {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.betman-hg8h05 ease-in-out;
  background: var(--button-bg-color);
}

.betman-cepvbn.betman-z81lva:hover {
  background-color: var(--button-bg-hover);
}

.betman-cepvbn.betman-1m2pqu: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);
  }
}

.betman-cepvbn.betman-1m2pqu:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betman-cepvbn.betman-z81lva:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betman-cl098f {
  max-width: 650px;
}

.betman-xu5c4m {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.betman-fv8iyn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.betman-yk31lt {
  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.betman-a49jcd ease-in-out;
  cursor: pointer;
}

.betman-yk31lt:hover {
  opacity: 0.5;
}

.betman-yk31lt:focus {
  outline: 0;
}

.betman-yk31lt:focus .betman-tdhhf9,
.betman-yk31lt:hover .betman-tdhhf9 {
  fill: red;
  fill-opacity: 1;
}

.betman-yk31lt:hover {
  cursor: pointer;
}

.betman-y12i32 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.betman-cl098f.betman-6qlbmh {
  margin: 0 auto;
}

.betman-cl098f.betman-eykkxi {
  margin-left: auto;
}

.betman-iu5g85 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.betman-v35swm {
  padding-bottom: 50px;
}

.betman-037bh6 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.betman-odgtbi {
  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;
}

.betman-c29rpw {
  margin-top: 24px;
}

.betman-o9ey8v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.betman-80u8sm {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.betman-avwv1n {
  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;
}

.betman-pwm44e {
  width: 468px;
}

.betman-avwv1n .betman-bugl0w {
  margin: 0.betman-6teuz6 0;
}

.betman-jopppa {
  display: flex;
  min-width: 224px;
}

.betman-zpxl4n {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.betman-a49jcd ease-in-out;
}

.betman-yiygjp,
.betman-zpxl4n:hover {
  color: var(--text-color);
}

.betman-gff0qa {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.betman-1w611f {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .betman-iu5g85 {
    padding: 16px;
  }
  .betman-gff0qa {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .betman-1w611f {
    align-items: center;
  }
  .betman-pwm44e {
    width: unset;
  }
  .betman-jopppa {
    min-width: unset;
  }
  .betman-avwv1n {
    max-height: unset;
  }
  .betman-037bh6 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .betman-iu5g85 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.betman-htdrui {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betman-htdrui:not(:last-child) {
  margin-bottom: 16px;
}

.betman-mwu1w8 {
  outline: 0;
}

.betman-mwu1w8 .betman-qotzde {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.betman-ea4mgl {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .betman-ea4mgl {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.betman-ea4mgl::-webkit-details-marker {
  display: none;
}

.betman-ea4mgl: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;
}

.betman-ea4mgl: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] .betman-ea4mgl:after {
  transform: unset;
}

.betman-qotzde {
  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);
}

.betman-qotzde 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.betman-a49jcd ease-in-out;
  -o-transition: 0.betman-a49jcd ease-in-out;
  transition: 0.betman-a49jcd ease-in-out;
}

.betman-i54lyr {
  padding: 16px 0 0 0;
}

.betman-i54lyr * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .betman-i54lyr :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betman-ea4mgl {
    flex-wrap: wrap;
    gap: 12px;
  }
  .betman-ea4mgl::after {
    margin-left: auto;
  }
  .betman-qotzde {
    order: 3;
    flex: 1 1 100%;
  }
  .betman-ea4mgl {
    font-size: 14px;
    line-height: 130%;
  }
  .betman-qotzde svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.betman-wnkd6y {
  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;
}

.betman-xt2t0u {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.betman-wnkd6y.betman-s6hr1q .betman-xt2t0u {
  margin-bottom: 12px;
}

.betman-xt2t0u::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;
}

.betman-wnkd6y.betman-s6hr1q .betman-xt2t0u::after {
  transform: unset;
}

.betman-3kdx9m {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.betman-yf9p3j {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.betman-a49jcd ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.betman-yf9p3j: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;
}

.betman-wnkd6y.betman-s6hr1q .betman-3kdx9m {
  max-height: 100%;
}

.betman-2bci12 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.betman-b44x84 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.betman-76mu4y {
  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;
}

.betman-3m6crf {
  margin-right: 4px;
}

.betman-g2n2a9 {
  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.betman-a49jcd ease-in-out;
}

.betman-g2n2a9 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.betman-tm3n3f,
.betman-g2n2a9:hover {
  color: var(--text-color);
}

.betman-a5t3ak {
  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;
}

.betman-a5t3ak img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.betman-a5t3ak .betman-0rhb3e {
  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;
}

.betman-a5t3ak .betman-f8i86y {
  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;
}

.betman-h1lpqe {
  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;
}

.betman-tltpi4 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betman-uby2fb .betman-32xiaf {
  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;
}

.betman-uby2fb {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.betman-4jtr3k {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.betman-jwj4gw {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.betman-ttia9s {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.betman-3owsqd 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;
}

.betman-ttia9s:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.betman-ym8ejd {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.betman-7jllrc {
  -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.betman-a49jcd ease-in-out;
  transition: transform 0.betman-a49jcd ease-in-out;
  -o-transition: transform 0.betman-a49jcd ease-in-out;
  transition:
    transform 0.betman-a49jcd ease-in-out,
    -webkit-transform 0.betman-a49jcd ease-in-out;
  cursor: pointer;
}

.betman-7jllrc svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.betman-7jllrc: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;
}

.betman-0xyplq {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .betman-0xyplq {
    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);
}

.betman-pskafw {
  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;
}

.betman-g0x693 {
  position: relative;
  width: 100%;
}

.betman-pskafw.betman-0l2u5w {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.betman-pskafw.betman-6qlbmh {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.betman-pskafw.betman-eykkxi {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.betman-3oa11j {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.betman-wpbhb9 {
  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.betman-a49jcd ease-in-out;
  cursor: pointer;
}

.betman-wpbhb9:hover {
  opacity: 0.5;
}

.betman-pskafw.betman-9z8y9j .betman-wpbhb9 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.betman-pskafw.betman-9z8y9j .betman-3oa11j {
  cursor: pointer;
}

.betman-0zv5yh {
  fill: #0009;
}

.betman-m7i4ni {
  fill: #fff;
}

.betman-wpbhb9:hover .betman-0zv5yh {
  fill: red;
}

.betman-wpbhb9 svg path {
  -webkit-transition: 0.betman-a49jcd ease-in-out;
  -o-transition: 0.betman-a49jcd ease-in-out;
  transition: 0.betman-a49jcd ease-in-out;
}

.betman-5jy0ku {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.betman-5jy0ku > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.betman-5jy0ku.betman-d7g7rd > :not(.get-image) {
  grid-column: 1/3;
}

.betman-n7jy7m:not(._h1-block) .betman-5jy0ku > .betman-marbf1 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.betman-5jy0ku.betman-d7g7rd .betman-kda21d {
  grid-column: 2/3;
}

.betman-5jy0ku.betman-d7g7rd > .betman-r1bwbe {
  grid-column: 1/2;
}

.betman-5jy0ku.betman-d7g7rd > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.betman-5jy0ku > p:first-of-type {
  margin-top: 0;
}

.betman-5jy0ku .betman-r1bwbe {
  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;
}

.betman-n7jy7m:not(._h1-block) .betman-marbf1 ~ .betman-r1bwbe {
  grid-row: 2/10;
}

.betman-n7jy7m.betman-8qgwux .betman-marbf1 ~ .betman-r1bwbe {
  grid-row: 1/10;
}

.betman-n7jy7m.betman-8qgwux > .betman-marbf1 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.betman-n7jy7m.betman-8qgwux .betman-r1bwbe {
  grid-row: 1/10;
}

.betman-5jy0ku.betman-elhb9m .betman-r1bwbe {
  align-items: flex-start;
}

.betman-5jy0ku.betman-6qlbmh .betman-kda21d {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.betman-5jy0ku.betman-6qlbmh .betman-r1bwbe {
  align-items: center;
}

.betman-5jy0ku.betman-7sh6o2 .betman-r1bwbe {
  align-items: flex-end;
}

.betman-kda21d > :first-child {
  margin-top: 0;
}

.betman-kda21d > :last-child {
  margin-bottom: 0;
}

* + .betman-4ei9cu,
.betman-n7jy7m + .betman-n7jy7m {
  margin-top: 2rem;
}

.betman-sj9iyi td::before,
.betman-sj9iyi th::after {
  display: none !important;
}

.betman-sj9iyi #link-selector {
  color: #000;
}

.betman-sj9iyi .betman-m5b4b0 {
  color: #135e96;
}

.betman-sj9iyi .betman-pz1t6c *,
.betman-sj9iyi .betman-d7m5ii p,
.betman-sj9iyi .betman-yjavds * {
  color: #000;
}

.betman-sj9iyi .betman-oi5lvk {
  background: 0 0 !important;
}

.betman-sj9iyi .betman-wyxzbt {
  color: #000;
}

.betman-sj9iyi .betman-2shxki.betman-nye51s {
  color: #fff;
}

.betman-sj9iyi .betman-yp39w6 {
  color: #000;
}

.betman-sj9iyi
  .betman-mog40t
  .betman-3m9hgy.betman-nye51s.betman-f8eidr {
  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;
}

.betman-ztkgwo,
body .betman-qykz5w {
  color: #000;
  background: var(--color-body) !important;
}

.betman-ztkgwo .betman-2nlr0g .betman-f49a41,
body .betman-qykz5w .betman-2nlr0g .betman-f49a41 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betman-yf9p3j:focus,
  .betman-yf9p3j:hover {
    color: #f9cb16;
  }
  .betman-acad7z:focus,
  .betman-acad7z:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betman-5ef1zn:focus img,
  .betman-5ef1zn:focus svg,
  .betman-5ef1zn:hover img,
  .betman-5ef1zn:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .betman-a5t3ak {
    display: none;
  }
}

@media (min-width: 1024px) {
  .betman-6gnhqr:hover .betman-12l1ok svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .betman-12l1ok {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .betman-yem1mw {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .betman-0z8396 {
    grid-template-columns: repeat(4, 1fr);
  }
  .betman-cq46km {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .betman-bgxo0c .betman-8xp0gy {
    grid-template-columns: 1fr;
  }
  .betman-bgxo0c .betman-1iaz22 {
    -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;
  }
  .betman-bgxo0c .betman-nztm75 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betman-bgxo0c .betman-0j4dh8 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betman-bgxo0c .betman-jpzsnb {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .betman-bgxo0c .betman-nztm75:not(:first-child) {
    border: none;
  }
  .betman-bgxo0c .betman-nztm75:first-child .betman-0j4dh8 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .betman-bgxo0c .betman-nztm75:last-child .betman-0j4dh8 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .betman-uq34ib {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .betman-ljjj6s {
    max-width: 100px;
  }
  .betman-05x1c0 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .betman-51gzg1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .betman-51gzg1 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .betman-3cg1kg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .betman-05x1c0 + .betman-51gzg1 {
    margin-left: auto;
  }
  .betman-8y8fun {
    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;
  }
  .betman-8y8fun.betman-s6hr1q {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .betman-a431vy {
    -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;
  }
  .betman-8oiwa4 {
    width: 100%;
  }
  .betman-8oiwa4:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .betman-w4ofqo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .betman-w4ofqo svg {
    margin-right: 4px;
  }
  .betman-6gnhqr {
    -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;
  }
  .betman-12l1ok svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .betman-12l1ok {
    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;
  }
  .betman-bugl0w {
    display: none;
    width: 100%;
  }
  .betman-6gnhqr.betman-s6hr1q .betman-bugl0w {
    padding: 0 0 0 48px;
  }
  .betman-clrlk6 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .betman-odgtbi .betman-r1bwbe {
    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;
  }
  .betman-kve6b5 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betman-kve6b5 + .betman-kve6b5 {
    margin-right: 0;
  }
  .betman-kve6b5 + .betman-r1bwbe {
    margin: 0;
  }
  .betman-yem1mw {
    grid-template-columns: repeat(4, 1fr);
  }
  .betman-0z8396 {
    grid-template-columns: repeat(3, 1fr);
  }
  .betman-fcqkxi,
  .betman-7nbd06 {
    grid-template-columns: repeat(2, 1fr);
  }
  .betman-5jy0ku {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .betman-5jy0ku.betman-d7g7rd .betman-kda21d {
    grid-column: auto;
    grid-row: auto;
  }
  .betman-5jy0ku > .betman-marbf1 {
    grid-column: 1/2;
  }
  .betman-5jy0ku.betman-d7g7rd > :not(.get-image) {
    grid-column: 1/2;
  }
  .betman-5jy0ku .betman-r1bwbe,
  .betman-5jy0ku.betman-d7g7rd > .betman-r1bwbe {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betman-5jy0ku.betman-d7g7rd > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .betman-n7jy7m.betman-8qgwux .betman-5jy0ku > .betman-r1bwbe {
    grid-row: 1/2;
  }
  .betman-5jy0ku .betman-marbf1 ~ .betman-r1bwbe,
  .betman-5jy0ku.betman-d7g7rd .betman-marbf1 ~ .betman-r1bwbe {
    grid-row: 2/3;
  }
  .betman-n7jy7m.betman-8qgwux .betman-marbf1 ~ .betman-r1bwbe {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .betman-94y8es:first-child .betman-e4svs3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betman-94y8es:first-child .betman-e4svs3 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .betman-94y8es {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .betman-94y8es {
    padding: 0;
  }
  .betman-9j0n95 {
    margin-top: 1rem;
  }
  .betman-mwu1w8 {
    border-radius: 5px;
  }
  .betman-phm7hj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betman-xt2t0u::after {
    display: inline-block;
  }
  .betman-xt2t0u {
    margin: 0;
    width: 100%;
  }
  .betman-3kdx9m {
    width: 100%;
  }
  .betman-3kdx9m.betman-xhdosd {
    -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%;
  }
  .betman-3kdx9m.betman-xhdosd .betman-d853zs {
    width: 100%;
  }
  .betman-3kdx9m.betman-xhdosd .betman-d853zs:not(:last-child) {
    margin-right: 0;
  }
  .betman-yf9p3j {
    width: 100%;
    text-align: center;
  }
  .betman-wnkd6y.betman-s6hr1q .betman-3kdx9m {
    margin-top: 1rem;
  }
  .betman-yem1mw {
    grid-template-columns: repeat(3, 1fr);
  }
  .betman-cq46km,
  .betman-0z8396 {
    grid-template-columns: repeat(2, 1fr);
  }
  .betman-fcqkxi,
  .betman-7nbd06,
  .betman-0qi32w {
    grid-template-columns: 1fr;
  }
  .betman-5ntrfg {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .betman-gr36f6 {
    min-width: 300px;
    max-width: 325px;
  }
  .betman-0j4dh8 {
    cursor: auto;
  }
  .betman-6djt89 .betman-0j4dh8 {
    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;
  }
  .betman-0xyplq {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .betman-bugl0w {
    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) {
  .betman-0xyplq {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.betman-kve6b5 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .betman-51gzg1 {
    margin: 0 -0.2rem;
  }
  .betman-kve6b5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .betman-ogatjx {
    -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;
  }
  .betman-lwk933 {
    max-width: 100%;
  }
  .betman-yem1mw {
    grid-template-columns: repeat(2, 1fr);
  }
  .betman-cq46km,
  .betman-0z8396 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .betman-uq34ib {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betman-51gzg1 {
    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;
  }
  .betman-jlel9v {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betman-1dedyx {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betman-2ug6kv,
  .betman-7q5lqd {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .betman-fmwrpd {
    width: 100%;
  }
  .betman-yem1mw {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .betman-0xyplq {
    top: 127px !important;
  }
}

.betman-vew6um {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .betman-vew6um {
  }
}

@media (max-width: 767px) {
  .betman-vew6um {
    margin-bottom: 12px;
  }
}

.betman-vew6um img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.betman-6unm50 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.betman-6unm50 > .betman-c54o8x {
  flex: 1 1;
}

@media (max-width: 767px) {
  .betman-6unm50 {
    flex-direction: column;
    gap: 12px;
  }
}

.betman-gap2hq {
  display: flex;
}

.betman-gap2hq .betman-wqww4l {
  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;
}

.betman-gap2hq .betman-oqrhw9 {
  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;
}

.betman-gap2hq .betman-mny4h2 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.betman-gap2hq .betman-hmk9uk {
  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));
  }
}

.betman-gap2hq .betman-hmk9uk:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.betman-gap2hq .betman-kpenn7 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.betman-ph6tzi {
  border: unset;
  background-color: unset;
}

.betman-ph6tzi tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.betman-ph6tzi .betman-ylvzb4,
.betman-ph6tzi .betman-scrnsl {
  flex: 0 1 330px;
}

.betman-ph6tzi .betman-oybjeu {
  flex: 1 1;
}

.betman-ph6tzi tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betman-ph6tzi tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.betman-ph6tzi tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.betman-ph6tzi tr td p {
  color: #fff;
  margin: 0;
}

.betman-ph6tzi tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.betman-ph6tzi tr.betman-ylvzb4 td p {
  padding: 16px 0;
}

.betman-ph6tzi tr.betman-ylvzb4 td p:not(:last-child),
.betman-ph6tzi tr.betman-scrnsl td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.betman-ph6tzi tr.betman-ylvzb4 td p:first-child,
.betman-ph6tzi tr.betman-scrnsl td p:first-child {
  padding-top: 0;
}

.betman-ph6tzi tr.betman-scrnsl td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betman-ph6tzi tr.betman-scrnsl td p:last-child {
  padding-bottom: 0;
}

.betman-ph6tzi .betman-scrnsl img {
  max-width: 32px;
}

.betman-ph6tzi .betman-oybjeu {
  min-width: 718px;
}

.betman-ph6tzi .betman-oybjeu td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.betman-ph6tzi .betman-oybjeu td {
  display: flex;
}

.betman-ph6tzi .betman-oybjeu td:last-child .betman-dqvtyj,
.betman-ph6tzi .betman-oybjeu td:last-child .betman-m5ifxe,
.betman-ph6tzi .betman-oybjeu td:last-child .betman-40l7tu {
  flex: 1 1 50%;
}

.betman-ph6tzi .betman-oybjeu td:last-child .betman-2v3yjz {
  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;
}

.betman-ph6tzi .betman-oybjeu td:last-child .betman-klw8ar,
.betman-ph6tzi .betman-oybjeu td:last-child .betman-nqzyt1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.betman-ph6tzi .betman-oybjeu td:last-child .betman-dqvtyj,
.betman-ph6tzi .betman-oybjeu td:last-child .betman-m5ifxe {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betman-ph6tzi .betman-oybjeu td:last-child .betman-dqvtyj span,
.betman-ph6tzi .betman-oybjeu td:last-child .betman-m5ifxe span {
  font-weight: 800;
}

.betman-ph6tzi .betman-oybjeu img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .betman-ph6tzi .betman-oybjeu td .betman-40l7tu:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .betman-ph6tzi tr.betman-ylvzb4 td p:last-child {
    padding-bottom: 0;
  }
  .betman-ph6tzi .betman-scrnsl > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .betman-ph6tzi .betman-scrnsl > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .betman-ph6tzi tr.betman-ylvzb4 td p:not(:last-child),
  .betman-ph6tzi tr.betman-scrnsl td p:not(:last-child) {
    border-bottom: unset;
  }
  .betman-ph6tzi tr.betman-scrnsl td p:last-child {
    padding-bottom: 12px;
  }
  .betman-ph6tzi .betman-oybjeu td:last-child .betman-dqvtyj,
  .betman-ph6tzi .betman-oybjeu td:last-child .betman-m5ifxe,
  .betman-ph6tzi .betman-oybjeu td:last-child .betman-40l7tu {
    flex: 1 1 50%;
    padding: 0;
  }
  .betman-ph6tzi .betman-oybjeu td:last-child .betman-dqvtyj,
  .betman-ph6tzi .betman-oybjeu td:last-child .betman-m5ifxe {
    margin-top: 16px;
  }
  .betman-ph6tzi .betman-oybjeu td:last-child .betman-40l7tu {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .betman-ph6tzi .betman-oybjeu td:last-child .betman-dqvtyj {
    border-right: 1px solid var(--border-color);
  }
  .betman-ph6tzi .betman-oybjeu td:last-child .betman-40l7tu:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .betman-ph6tzi .betman-oybjeu td:last-child .betman-40l7tu:last-child {
    padding-bottom: 0;
  }
}

.betman-40l7tu {
  display: flex;
  flex-direction: column;
}

.betman-ph6tzi .betman-oybjeu td .betman-40l7tu {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.betman-ph6tzi .betman-oybjeu td .betman-40l7tu:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.betman-ph6tzi .betman-oybjeu td .betman-40l7tu:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .betman-ph6tzi .betman-oybjeu td .betman-40l7tu:not(:first-child) {
    padding-left: 0;
  }
  .betman-ph6tzi .betman-oybjeu td .betman-40l7tu:not(:last-of-type) {
    border-right: unset;
  }
}

.betman-ph6tzi .betman-6rspiw {
  flex: 0 1 485px;
}

.betman-ph6tzi .betman-rees5g {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.betman-ph6tzi .betman-rees5g li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betman-ph6tzi .betman-rees5g li.betman-m2mq7y {
  padding: 6px 12px;
}

.betman-ph6tzi .betman-rees5g li a,
.betman-ph6tzi .betman-rees5g 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;
}

.betman-ph6tzi .betman-q5xtfr,
.betman-ph6tzi .betman-og0g93 {
  flex: 1 1;
}

.betman-ph6tzi .betman-iytt18,
.betman-ph6tzi .betman-zqtxd4 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.betman-ph6tzi .betman-iytt18 li,
.betman-ph6tzi .betman-zqtxd4 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betman-ph6tzi .betman-og0g93 img {
  max-width: 32px;
}

.betman-ph6tzi .betman-q5xtfr img {
  max-width: 32px;
}

.betman-ph6tzi .betman-fucgr7 {
  min-width: 280px;
}

.betman-ph6tzi .betman-fucgr7 img {
  max-width: 146px;
}

.betman-ph6tzi .betman-fucgr7 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .betman-ph6tzi .betman-ylvzb4,
  .betman-ph6tzi .betman-scrnsl {
    flex: 0 1 auto;
  }
  .betman-ph6tzi .betman-oybjeu {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .betman-ph6tzi .betman-ylvzb4,
  .betman-ph6tzi .betman-6rspiw,
  .betman-ph6tzi .betman-scrnsl,
  .betman-ph6tzi .betman-oybjeu {
    flex: 1 1 calc(50% - 20px);
  }
  .betman-ph6tzi .betman-q5xtfr,
  .betman-ph6tzi .betman-fucgr7,
  .betman-ph6tzi .betman-og0g93 {
    flex: 1 1 30%;
  }
  .betman-ph6tzi .betman-fucgr7 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .betman-ph6tzi .betman-ylvzb4,
  .betman-ph6tzi .betman-6rspiw,
  .betman-ph6tzi .betman-q5xtfr,
  .betman-ph6tzi .betman-scrnsl,
  .betman-ph6tzi .betman-oybjeu,
  .betman-ph6tzi .betman-fucgr7,
  .betman-ph6tzi .betman-og0g93 {
    flex: 1 1 100%;
  }
}

.betman-jnskd1 .betman-qeydvz {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.betman-jnskd1 .betman-zma2az {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.betman-jnskd1 .betman-ib8a62 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.betman-jnskd1 .betman-owe21g {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.betman-jnskd1 .betman-owe21g > :nth-child(3) {
  margin-top: 0;
}

.betman-jnskd1 .betman-r1bwbe {
  grid-column: 2/3;
  grid-row: 1/10;
}

.betman-jnskd1 .betman-1bjhqk {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.betman-jnskd1 .betman-9j0n95 {
  grid-column: 1/2;
}

.betman-jnskd1 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.betman-jnskd1 .betman-zma2az: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;
}

.betman-jnskd1 .betman-zma2az:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.betman-jnskd1 .betman-fmwrpd {
  min-width: 240px;
}

@media (max-width: 768px) {
  .betman-jnskd1 .betman-zma2az:not(:last-child):before {
    bottom: 8px;
  }
  .betman-jnskd1 .betman-zma2az:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .betman-jnskd1 .betman-owe21g {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .betman-jnskd1 .betman-r1bwbe {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .betman-jnskd1 .betman-r1bwbe img {
    width: 100%;
    height: auto;
  }
  .betman-jnskd1 .betman-fmwrpd {
    width: 100%;
    min-width: unset;
  }
}

.betman-m6mz7z .betman-pow1kb {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.betman-m6mz7z .betman-hvgsfs {
  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;
}

.betman-m6mz7z .betman-r1bwbe {
  height: 100%;
}

.betman-m6mz7z .betman-r1bwbe img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.betman-m6mz7z .betman-gye3d5 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.betman-m6mz7z .betman-cpo5v4 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.betman-m6mz7z .betman-pqoh9s {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .betman-m6mz7z .betman-hvgsfs {
    flex: 1 1 100%;
  }
  .betman-m6mz7z .betman-cepvbn {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .betman-m6mz7z .betman-hvgsfs {
    flex-direction: column;
  }
  .betman-m6mz7z .betman-r1bwbe {
    width: 100%;
    height: auto;
  }
  .betman-m6mz7z .betman-r1bwbe img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .betman-m6mz7z .betman-gye3d5 {
    padding: 0 16px 16px 16px;
  }
  .betman-m6mz7z .betman-cepvbn {
    min-width: unset;
    width: 100%;
  }
}

.betman-s5sqq6 .betman-01yd90 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.betman-s5sqq6 .betman-8zeawf {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.betman-s5sqq6 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;
}

.betman-s5sqq6 .betman-doly4v {
  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;
}

.betman-s5sqq6 .betman-8zeawf:hover .betman-doly4v {
  display: flex;
}

.betman-s5sqq6 .betman-88pv77 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betman-s5sqq6 .betman-vqrn5t {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.betman-t6bh3h {
  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;
}

.betman-t6bh3h.betman-4zqqy1 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.betman-hg8h05 ease-in-out;
}

.betman-t6bh3h.betman-4zqqy1:hover {
  color: #f9cb16;
  background-color: transparent;
}

.betman-s5sqq6 .betman-p5o8is {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.betman-hg8h05 ease-in-out;
}

.betman-s5sqq6 .betman-p5o8is:hover {
  color: #196948;
  background-color: #f9cb16;
}

.betman-s5sqq6 .betman-p5o8is:after,
.betman-t6bh3h.betman-4zqqy1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.betman-t6bh3h.betman-4zqqy1:after {
  background-image: url(../images/Cash.svg);
}

.betman-s5sqq6 .betman-p5o8is:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .betman-s5sqq6 .betman-01yd90 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .betman-s5sqq6 .betman-01yd90 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .betman-s5sqq6 .betman-01yd90 {
    grid-template-columns: 1fr;
  }
  .betman-s5sqq6 .betman-8zeawf {
    height: auto;
  }
  .betman-s5sqq6 .betman-8zeawf .betman-doly4v {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .betman-s5sqq6 .betman-88pv77,
  .betman-s5sqq6 .betman-vqrn5t {
    text-align: left;
  }
  .betman-s5sqq6 .betman-vqrn5t {
    margin-bottom: 8px;
  }
  .betman-s5sqq6 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.betman-3m2yng {
  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;
}

.betman-3m2yng.betman-9z8y9j {
  display: block;
}

.betman-3m2yng .betman-nw8z1w {
  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;
}

.betman-3m2yng .betman-oviyf0 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.betman-3m2yng .betman-8gfl0z {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.betman-3m2yng .betman-10bh74 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.betman-3m2yng .betman-t6bh3h {
  min-width: 296px;
  margin-bottom: 0;
}

.betman-3m2yng .betman-rsubcw {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.betman-3m2yng .betman-6bsajp {
  position: relative;
  flex: 1 1;
}

.betman-3m2yng .betman-6bsajp iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .betman-3m2yng .betman-oviyf0 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .betman-3m2yng .betman-8gfl0z {
    order: 1;
  }
  .betman-3m2yng .betman-10bh74 {
    order: 3;
    flex: 1 1 100%;
  }
  .betman-3m2yng .betman-t6bh3h {
    width: 100%;
    min-width: unset;
  }
  .betman-3m2yng .betman-rsubcw {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .betman-5jy0ku > .betman-marbf1 {
    margin-bottom: 0;
  }
  .betman-5jy0ku > .betman-9j0n95,
  .betman-5jy0ku > p {
    margin-top: 0;
  }
}

.betman-rycdjt img,
.betman-kve6b5 img {
  width: auto;
  object-fit: contain;
}

.betman-rycdjt {
  align-items: center;
}

.betman-rycdjt img {
  max-height: 76px;
}

.betman-kve6b5 img {
  max-height: 64px;
}

.betman-zyn38c {
  overflow: auto;
}

.betman-tp0mm3 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.betman-yu1k8p:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.betman-xbondb {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.betman-sqt96l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.betman-xbondb .betman-r1bwbe {
  margin-right: 20px;
  flex-shrink: 0;
}

.betman-xbondb img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.betman-c6evxm {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.betman-c6evxm > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betman-xbondb {
    padding: 15px 10px;
  }
  .betman-c6evxm {
    padding: 15px 10px;
  }
  .betman-xbondb .betman-r1bwbe {
    margin-right: 10px;
  }
}

.betman-cf1uti {
  overflow-x: auto;
}

.betman-b6oiv0 {
  border-collapse: collapse;
  width: 100%;
}

.betman-cf1uti th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.betman-cf1uti td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.betman-cf1uti td.betman-tj7xoz {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.betman-cf1uti td.betman-yznbji {
  border-right: none;
}

.betman-cf1uti td.betman-yznbji .betman-r1bwbe {
  justify-content: flex-start;
}

.betman-cf1uti td.betman-yznbji .betman-r1bwbe img {
  height: auto;
  width: 90px;
}

.betman-cf1uti td.betman-d0z8eu,
.betman-cf1uti td.betman-28yuoq {
  font-weight: 600;
  text-align: right;
}

.betman-cf1uti td.betman-fqqvod,
.betman-cf1uti td.betman-d0z8eu {
  padding-bottom: 10px;
  border-bottom: none;
}

.betman-cf1uti td.betman-d0z8eu,
.betman-cf1uti td.betman-28yuoq {
  border-left: none;
}

.betman-cf1uti td.betman-fqqvod,
.betman-cf1uti td.betman-11tpdc {
  border-right: none;
}

.betman-cf1uti td.betman-11tpdc,
.betman-cf1uti td.betman-28yuoq {
  border-top: none;
  padding-top: 10px;
}

.betman-dsj1zz {
  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;
}

.betman-dsj1zz .betman-cepvbn {
  min-width: unset;
  width: 100%;
}

.betman-dsj1zz .betman-cepvbn.betman-3yty2w {
  grid-column: 1/2;
  grid-row: 1/2;
}

.betman-dsj1zz .betman-cepvbn.betman-15eejn {
  grid-column: 2/3;
  grid-row: 1/2;
}

.betman-dsj1zz .betman-c8e4rv {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .betman-dsj1zz {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .betman-dsj1zz .betman-cepvbn.betman-3yty2w {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betman-dsj1zz .betman-cepvbn.betman-15eejn {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .betman-dsj1zz .betman-c8e4rv {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.betman-j5kpv5 {
  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;
}

.betman-81nxzq {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.betman-v1o0cj p a img {
  margin: 0 auto;
  display: block;
}

.betman-v1o0cj table {
  margin-bottom: 17px;
}

/* contanct form */
.betman-4cddah {
  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;
}

.betman-4cddah label {
  font-size: 14px;
}

.betman-4cddah h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betman-4cddah input,
.betman-4cddah textarea,
.betman-4cddah 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;
}
.betman-4cddah button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betman-hg8h05 ease;
}
.betman-4cddah button:hover {
  background-color: #691204;
}
.betman-r27dt6 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betman-j4v4a3 ease-in;
}

.betman-r27dt6 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.betman-xw7bfy, .betman-y9zb1w, [class*="review-card"],
thead, thead th, table th, .betman-28ba08,
.betman-z7bfog, [class*="collapsible-header"],
.betman-28v2sn, [class*="updated-block"] {
  color: #ece7dc !important;
}
