@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);
}

.betify-2o12n9 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betify-7e7xc7 {
  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.betify-4g5jrb,
ul.betify-4g5jrb {
  padding-left: 20px;
}

ul.betify-4g5jrb {
  list-style: disc;
}

ol.betify-4g5jrb {
  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;
  }
}

.betify-0fply9 > .betify-3sj8tc,
.betify-0fply9 > .betify-dlyo9t,
.betify-0fply9 > blockquote,
.betify-0fply9 > h1,
.betify-0fply9 > h2,
.betify-0fply9 > h3,
.betify-0fply9 > h4,
.betify-0fply9 > h5,
.betify-0fply9 > h6,
.betify-0fply9 > ol,
.betify-0fply9 > p,
.betify-0fply9 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betify-0fply9 > ol,
.betify-0fply9 > ul {
  padding-left: 50px;
}

.betify-0fply9 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;
}

.betify-0fply9:not(:last-child) {
  margin-bottom: 2rem;
}

.betify-0fply9 > :not(:first-child) {
  margin-top: 2rem;
}

.betify-0fply9 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betify-0fply9:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .betify-0fply9:first-child {
    margin-top: 20px;
  }
}

.betify-0fply9 > p:last-of-type {
  margin-bottom: 32px;
}

.betify-0fply9 > .betify-wdibvi:not(:first-child) {
  margin: 64px auto 16px auto;
}

.betify-i8pkbx > .betify-wdibvi {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betify-dlyo9t {
  overflow: auto;
}

.betify-dlyo9t::-webkit-scrollbar {
  height: 5px;
}

.betify-dlyo9t table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.betify-dlyo9t table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.betify-dlyo9t table thead,
table thead {
  border-bottom: none;
}

.betify-dlyo9t table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.betify-dlyo9t table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.betify-dlyo9t table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.betify-dlyo9t .betify-6rfgoo {
  table-layout: auto;
}

.betify-dlyo9t .betify-6rfgoo th {
  word-break: normal;
}

.betify-dlyo9t .betify-6rfgoo td {
  word-break: normal;
}

.betify-2o12n9 .betify-2o12n9 {
  padding-right: 0;
  padding-left: 0;
}

.betify-mxqtel {
  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;
}

.betify-jyuaz4 {
  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;
}

.betify-tisai4 {
  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;
}

.betify-3sj8tc {
  margin-top: 24px;
}

.betify-3sj8tc.betify-1y8w59 {
  text-align: left;
}

.betify-3sj8tc.betify-prxzop {
  text-align: right;
}

.betify-3sj8tc.betify-m1q1v5 {
  text-align: center;
}

.betify-jjbjp9 {
  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.betify-o2gog9 ease-in-out;
  cursor: pointer;
}

.betify-jjbjp9:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.betify-jjbjp9 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .betify-jjbjp9 {
    min-width: unset;
  }
}

.betify-x3gq4f {
  background-color: var(--fh-bg-color);
}

.betify-iyw6x6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.betify-vcuymk {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.betify-vcuymk img {
  max-height: 80px;
  object-fit: contain;
}

.betify-va5ukn {
  flex: 1 1;
}

.betify-zajx2v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.betify-ou17an {
  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;
}

.betify-ou17an 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;
}

.betify-ou17an.betify-faix3i span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.betify-ou17an.betify-faix3i span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.betify-ou17an.betify-faix3i span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.betify-va5ukn + .betify-zajx2v {
  margin-left: 20px;
}

.betify-gmakqz {
  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;
}

.betify-gmakqz > svg {
  max-width: 24px;
  max-height: 24px;
}

.betify-gmakqz + .betify-gmakqz {
  margin-left: 5px;
}

.betify-rj3xe6 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.betify-rj3xe6:hover {
  background-color: var(--button-bg-hover);
}

.betify-f9te8a {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.betify-o2gog9 ease-in-out;
  border: 1px solid var(--border-color);
}

.betify-f9te8a:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.betify-v120e4 {
  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) {
  .betify-va5ukn {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .betify-v120e4 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .betify-va5ukn {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .betify-gmakqz {
    min-width: unset;
    flex: 1 1;
  }
}

.betify-arv40x {
  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;
}

.betify-arv40x:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.betify-arv40x:hover .betify-41icjk {
  opacity: 1;
  pointer-events: auto;
}

.betify-iokgvp {
  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.betify-uf4pvd ease-in-out;
  gap: 4px;
}

.betify-iokgvp > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betify-iokgvp .betify-mxqtel img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betify-f2vshg,
.betify-iokgvp:hover {
  color: var(--button-bg-hover);
}

.betify-4eeq9h {
  position: relative;
}

.betify-4eeq9h .betify-iokgvp {
  margin-right: 0;
  padding-right: 4px;
}

.betify-2966gd svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betify-4eeq9h.betify-faix3i .betify-2966gd svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.betify-4eeq9h.betify-faix3i .betify-41icjk {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.betify-4eeq9h.betify-faix3i .betify-41icjk::before {
  display: none;
}

.betify-2966gd svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.betify-41icjk {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.betify-poxqt8 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.betify-41icjk::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.betify-41icjk:hover {
  color: var(--fh-bg-color);
}

.betify-82q350 {
  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.betify-poxqt8 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.betify-uf4pvd ease-in-out;
  -o-transition: 0.betify-uf4pvd ease-in-out;
  transition: 0.betify-uf4pvd ease-in-out;
}

.betify-82q350 .betify-mxqtel img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betify-zoy2qc,
.betify-82q350:hover {
  color: var(--button-bg-hover);
}

.betify-bib1qb {
  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%;
}

.betify-bib1qb.betify-xbze94 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.betify-bib1qb.betify-xbze94:after,
.betify-bib1qb.betify-xbze94:before {
  content: "";
  position: absolute;
  margin: auto;
}

.betify-bib1qb.betify-xbze94: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);
  }
}

.betify-bib1qb.betify-xbze94:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.betify-bib1qb.betify-xbze94 > * {
  z-index: 1;
}

.betify-bib1qb b,
.betify-bib1qb strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.betify-bib1qb .betify-o3p1om {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.betify-bib1qb .betify-rm1iqk {
  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;
}

.betify-bib1qb .betify-mxqtel {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.betify-bib1qb .betify-dvjqc0 {
  margin-top: 12px;
}

.betify-dvjqc0 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.betify-pxtx8k {
  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;
}

.betify-dvjqc0 .betify-y64cj7 {
  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.betify-o2gog9 ease-in-out;
}

.betify-dvjqc0 .betify-y64cj7:hover {
  background: rgba(255, 255, 255, 0.3);
}

.betify-0vrk44 {
  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;
}

.betify-bib1qb.betify-488y7n {
  gap: 12px;
  padding: 16px;
}

.betify-bib1qb.betify-488y7n .betify-0vrk44 {
  min-width: 240px;
}

.betify-bib1qb.betify-488y7n .betify-0vrk44.betify-jxnqar {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .betify-bib1qb .betify-o3p1om {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .betify-bib1qb .betify-rm1iqk {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .betify-bib1qb .betify-mxqtel {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .betify-bib1qb.betify-488y7n .betify-mxqtel {
    max-width: 126px;
  }
  .betify-bib1qb .betify-dvjqc0 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .betify-bib1qb .betify-pxtx8k {
    max-width: unset;
  }
  .betify-0vrk44 {
    min-width: unset;
    width: 100%;
  }
  .betify-bib1qb .betify-0vrk44 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .betify-bib1qb.betify-488y7n {
    grid-template-rows: auto 1fr auto;
  }
  .betify-bib1qb.betify-488y7n .betify-0vrk44 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .betify-bib1qb {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .betify-bib1qb .betify-o3p1om {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .betify-bib1qb .betify-mxqtel {
    max-width: 78px;
  }
  .betify-bib1qb .betify-dvjqc0 {
    margin-top: -12px;
  }
  .betify-bib1qb.betify-488y7n {
    gap: 8px;
  }
  .betify-bib1qb.betify-488y7n .betify-o3p1om {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .betify-bib1qb.betify-488y7n .betify-rm1iqk {
    grid-column: 1/3;
  }
  .betify-bib1qb.betify-488y7n .betify-mxqtel {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .betify-bib1qb.betify-488y7n .betify-mxqtel img {
    max-width: 114px;
  }
}

.betify-0vrk44.betify-6ygjvk,
.betify-0vrk44.betify-x0wd2u,
.betify-0vrk44.betify-x4u5yi {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.betify-o2gog9 ease-in-out;
}

.betify-0vrk44.betify-6ygjvk,
.betify-0vrk44.betify-x4u5yi {
  padding: 10px;
}

.betify-0vrk44.betify-6ygjvk:hover,
.betify-0vrk44.betify-x0wd2u:hover,
.betify-0vrk44.betify-x4u5yi:hover {
  background: var(--button-bg-hover);
}

.betify-0vrk44.betify-6ygjvk:hover svg path,
.betify-0vrk44.betify-x4u5yi:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.betify-0vrk44.betify-jxnqar {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.betify-o2gog9 ease-in-out;
  background: var(--button-bg-color);
}

.betify-0vrk44.betify-jxnqar:hover {
  background-color: var(--button-bg-hover);
}

.betify-0vrk44.betify-x0wd2u: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);
  }
}

.betify-0vrk44.betify-x0wd2u:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betify-0vrk44.betify-jxnqar:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betify-y1734x {
  max-width: 650px;
}

.betify-yvhkd9 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.betify-myh1ly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.betify-vlwng9 {
  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.betify-uf4pvd ease-in-out;
  cursor: pointer;
}

.betify-vlwng9:hover {
  opacity: 0.5;
}

.betify-vlwng9:focus {
  outline: 0;
}

.betify-vlwng9:focus .betify-i2nc0u,
.betify-vlwng9:hover .betify-i2nc0u {
  fill: red;
  fill-opacity: 1;
}

.betify-vlwng9:hover {
  cursor: pointer;
}

.betify-qahbgv {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.betify-y1734x.betify-m1q1v5 {
  margin: 0 auto;
}

.betify-y1734x.betify-prxzop {
  margin-left: auto;
}

.betify-03ltyg {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.betify-fq5tfw {
  padding-bottom: 50px;
}

.betify-x72fm2 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.betify-4n51rn {
  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;
}

.betify-ou03cg {
  margin-top: 24px;
}

.betify-vwpuom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.betify-jnmclr {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.betify-l1jz26 {
  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;
}

.betify-yxo8a3 {
  width: 468px;
}

.betify-l1jz26 .betify-41icjk {
  margin: 0.betify-tzkd0j 0;
}

.betify-vghsj1 {
  display: flex;
  min-width: 224px;
}

.betify-c2g1nz {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.betify-uf4pvd ease-in-out;
}

.betify-87wm3f,
.betify-c2g1nz:hover {
  color: var(--text-color);
}

.betify-gpqko2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.betify-8woklv {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .betify-03ltyg {
    padding: 16px;
  }
  .betify-gpqko2 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .betify-8woklv {
    align-items: center;
  }
  .betify-yxo8a3 {
    width: unset;
  }
  .betify-vghsj1 {
    min-width: unset;
  }
  .betify-l1jz26 {
    max-height: unset;
  }
  .betify-x72fm2 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .betify-03ltyg {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.betify-9wm3b9 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betify-9wm3b9:not(:last-child) {
  margin-bottom: 16px;
}

.betify-gtd06n {
  outline: 0;
}

.betify-gtd06n .betify-y6yo4z {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.betify-ib1ywd {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .betify-ib1ywd {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.betify-ib1ywd::-webkit-details-marker {
  display: none;
}

.betify-ib1ywd: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;
}

.betify-ib1ywd: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] .betify-ib1ywd:after {
  transform: unset;
}

.betify-y6yo4z {
  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);
}

.betify-y6yo4z 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.betify-uf4pvd ease-in-out;
  -o-transition: 0.betify-uf4pvd ease-in-out;
  transition: 0.betify-uf4pvd ease-in-out;
}

.betify-fq1tmw {
  padding: 16px 0 0 0;
}

.betify-fq1tmw * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .betify-fq1tmw :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betify-ib1ywd {
    flex-wrap: wrap;
    gap: 12px;
  }
  .betify-ib1ywd::after {
    margin-left: auto;
  }
  .betify-y6yo4z {
    order: 3;
    flex: 1 1 100%;
  }
  .betify-ib1ywd {
    font-size: 14px;
    line-height: 130%;
  }
  .betify-y6yo4z svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.betify-wh6ou8 {
  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;
}

.betify-11j98j {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.betify-wh6ou8.betify-faix3i .betify-11j98j {
  margin-bottom: 12px;
}

.betify-11j98j::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;
}

.betify-wh6ou8.betify-faix3i .betify-11j98j::after {
  transform: unset;
}

.betify-ai61pn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.betify-47iij9 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.betify-uf4pvd ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.betify-47iij9: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;
}

.betify-wh6ou8.betify-faix3i .betify-ai61pn {
  max-height: 100%;
}

.betify-u6r88s {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.betify-92aqgu {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.betify-7tpfi5 {
  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;
}

.betify-rtxeoo {
  margin-right: 4px;
}

.betify-gy5adl {
  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.betify-uf4pvd ease-in-out;
}

.betify-gy5adl svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.betify-215k2l,
.betify-gy5adl:hover {
  color: var(--text-color);
}

.betify-e624zd {
  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;
}

.betify-e624zd img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.betify-e624zd .betify-bdcpt4 {
  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;
}

.betify-e624zd .betify-rictfa {
  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;
}

.betify-9bd6s0 {
  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;
}

.betify-v91ndw {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betify-m34uo6 .betify-2o12n9 {
  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;
}

.betify-m34uo6 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.betify-gm6g0l {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.betify-ig0aa3 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.betify-cy4lom {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.betify-c4lf39 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;
}

.betify-cy4lom:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.betify-rttu6s {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.betify-nr1azq {
  -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.betify-uf4pvd ease-in-out;
  transition: transform 0.betify-uf4pvd ease-in-out;
  -o-transition: transform 0.betify-uf4pvd ease-in-out;
  transition:
    transform 0.betify-uf4pvd ease-in-out,
    -webkit-transform 0.betify-uf4pvd ease-in-out;
  cursor: pointer;
}

.betify-nr1azq svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.betify-nr1azq: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;
}

.betify-sul130 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .betify-sul130 {
    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);
}

.betify-zjcec2 {
  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;
}

.betify-purdmg {
  position: relative;
  width: 100%;
}

.betify-zjcec2.betify-at6b2o {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.betify-zjcec2.betify-m1q1v5 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.betify-zjcec2.betify-prxzop {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.betify-xkab7b {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.betify-ndxfvh {
  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.betify-uf4pvd ease-in-out;
  cursor: pointer;
}

.betify-ndxfvh:hover {
  opacity: 0.5;
}

.betify-zjcec2.betify-jgeh5e .betify-ndxfvh {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.betify-zjcec2.betify-jgeh5e .betify-xkab7b {
  cursor: pointer;
}

.betify-s7w0j6 {
  fill: #0009;
}

.betify-ujwkom {
  fill: #fff;
}

.betify-ndxfvh:hover .betify-s7w0j6 {
  fill: red;
}

.betify-ndxfvh svg path {
  -webkit-transition: 0.betify-uf4pvd ease-in-out;
  -o-transition: 0.betify-uf4pvd ease-in-out;
  transition: 0.betify-uf4pvd ease-in-out;
}

.betify-pagidb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.betify-pagidb > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.betify-pagidb.betify-b8bc0z > :not(.get-image) {
  grid-column: 1/3;
}

.betify-paajea:not(._h1-block) .betify-pagidb > .betify-wdibvi {
  grid-row: 1/2;
  grid-column: 1/3;
}

.betify-pagidb.betify-b8bc0z .betify-sccyj4 {
  grid-column: 2/3;
}

.betify-pagidb.betify-b8bc0z > .betify-mxqtel {
  grid-column: 1/2;
}

.betify-pagidb.betify-b8bc0z > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.betify-pagidb > p:first-of-type {
  margin-top: 0;
}

.betify-pagidb .betify-mxqtel {
  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;
}

.betify-paajea:not(._h1-block) .betify-wdibvi ~ .betify-mxqtel {
  grid-row: 2/10;
}

.betify-paajea.betify-2jrouv .betify-wdibvi ~ .betify-mxqtel {
  grid-row: 1/10;
}

.betify-paajea.betify-2jrouv > .betify-wdibvi {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.betify-paajea.betify-2jrouv .betify-mxqtel {
  grid-row: 1/10;
}

.betify-pagidb.betify-59wzlr .betify-mxqtel {
  align-items: flex-start;
}

.betify-pagidb.betify-m1q1v5 .betify-sccyj4 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.betify-pagidb.betify-m1q1v5 .betify-mxqtel {
  align-items: center;
}

.betify-pagidb.betify-7z0kju .betify-mxqtel {
  align-items: flex-end;
}

.betify-sccyj4 > :first-child {
  margin-top: 0;
}

.betify-sccyj4 > :last-child {
  margin-bottom: 0;
}

* + .betify-l2rm0n,
.betify-paajea + .betify-paajea {
  margin-top: 2rem;
}

.betify-ky3nc3 td::before,
.betify-ky3nc3 th::after {
  display: none !important;
}

.betify-ky3nc3 #link-selector {
  color: #000;
}

.betify-ky3nc3 .betify-oykymc {
  color: #135e96;
}

.betify-ky3nc3 .betify-lq3j5x *,
.betify-ky3nc3 .betify-10yb1s p,
.betify-ky3nc3 .betify-4dummx * {
  color: #000;
}

.betify-ky3nc3 .betify-ph0pda {
  background: 0 0 !important;
}

.betify-ky3nc3 .betify-w92u8s {
  color: #000;
}

.betify-ky3nc3 .betify-fr6sat.betify-bfekpr {
  color: #fff;
}

.betify-ky3nc3 .betify-i9wdsn {
  color: #000;
}

.betify-ky3nc3
  .betify-n8oq3m
  .betify-fwcuhw.betify-bfekpr.betify-g4az6f {
  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;
}

.betify-96jotl,
body .betify-c83eks {
  color: #000;
  background: var(--color-body) !important;
}

.betify-96jotl .betify-fa8pst .betify-47xspz,
body .betify-c83eks .betify-fa8pst .betify-47xspz {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betify-47iij9:focus,
  .betify-47iij9:hover {
    color: #f9cb16;
  }
  .betify-4sbrra:focus,
  .betify-4sbrra:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betify-lyk942:focus img,
  .betify-lyk942:focus svg,
  .betify-lyk942:hover img,
  .betify-lyk942:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .betify-e624zd {
    display: none;
  }
}

@media (min-width: 1024px) {
  .betify-4eeq9h:hover .betify-2966gd svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .betify-2966gd {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .betify-4yer3x {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .betify-jjd5dc {
    grid-template-columns: repeat(4, 1fr);
  }
  .betify-bikqla {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .betify-qybb7p .betify-map8ma {
    grid-template-columns: 1fr;
  }
  .betify-qybb7p .betify-a223b6 {
    -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;
  }
  .betify-qybb7p .betify-6z5aw4 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betify-qybb7p .betify-nq84w6 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betify-qybb7p .betify-zmts0u {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .betify-qybb7p .betify-6z5aw4:not(:first-child) {
    border: none;
  }
  .betify-qybb7p .betify-6z5aw4:first-child .betify-nq84w6 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .betify-qybb7p .betify-6z5aw4:last-child .betify-nq84w6 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .betify-iyw6x6 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .betify-vcuymk {
    max-width: 100px;
  }
  .betify-va5ukn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .betify-zajx2v {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .betify-zajx2v svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .betify-ou17an {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .betify-va5ukn + .betify-zajx2v {
    margin-left: auto;
  }
  .betify-t198em {
    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;
  }
  .betify-t198em.betify-faix3i {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .betify-v120e4 {
    -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;
  }
  .betify-arv40x {
    width: 100%;
  }
  .betify-arv40x:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .betify-iokgvp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .betify-iokgvp svg {
    margin-right: 4px;
  }
  .betify-4eeq9h {
    -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;
  }
  .betify-2966gd svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .betify-2966gd {
    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;
  }
  .betify-41icjk {
    display: none;
    width: 100%;
  }
  .betify-4eeq9h.betify-faix3i .betify-41icjk {
    padding: 0 0 0 48px;
  }
  .betify-82q350 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .betify-4n51rn .betify-mxqtel {
    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;
  }
  .betify-463q6l {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betify-463q6l + .betify-463q6l {
    margin-right: 0;
  }
  .betify-463q6l + .betify-mxqtel {
    margin: 0;
  }
  .betify-4yer3x {
    grid-template-columns: repeat(4, 1fr);
  }
  .betify-jjd5dc {
    grid-template-columns: repeat(3, 1fr);
  }
  .betify-byiiam,
  .betify-c5s1wv {
    grid-template-columns: repeat(2, 1fr);
  }
  .betify-pagidb {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .betify-pagidb.betify-b8bc0z .betify-sccyj4 {
    grid-column: auto;
    grid-row: auto;
  }
  .betify-pagidb > .betify-wdibvi {
    grid-column: 1/2;
  }
  .betify-pagidb.betify-b8bc0z > :not(.get-image) {
    grid-column: 1/2;
  }
  .betify-pagidb .betify-mxqtel,
  .betify-pagidb.betify-b8bc0z > .betify-mxqtel {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betify-pagidb.betify-b8bc0z > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .betify-paajea.betify-2jrouv .betify-pagidb > .betify-mxqtel {
    grid-row: 1/2;
  }
  .betify-pagidb .betify-wdibvi ~ .betify-mxqtel,
  .betify-pagidb.betify-b8bc0z .betify-wdibvi ~ .betify-mxqtel {
    grid-row: 2/3;
  }
  .betify-paajea.betify-2jrouv .betify-wdibvi ~ .betify-mxqtel {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .betify-0fply9:first-child .betify-la5otw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betify-0fply9:first-child .betify-la5otw h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .betify-0fply9 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .betify-0fply9 {
    padding: 0;
  }
  .betify-3sj8tc {
    margin-top: 1rem;
  }
  .betify-gtd06n {
    border-radius: 5px;
  }
  .betify-23vfo2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betify-11j98j::after {
    display: inline-block;
  }
  .betify-11j98j {
    margin: 0;
    width: 100%;
  }
  .betify-ai61pn {
    width: 100%;
  }
  .betify-ai61pn.betify-5a2ysn {
    -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%;
  }
  .betify-ai61pn.betify-5a2ysn .betify-8msmij {
    width: 100%;
  }
  .betify-ai61pn.betify-5a2ysn .betify-8msmij:not(:last-child) {
    margin-right: 0;
  }
  .betify-47iij9 {
    width: 100%;
    text-align: center;
  }
  .betify-wh6ou8.betify-faix3i .betify-ai61pn {
    margin-top: 1rem;
  }
  .betify-4yer3x {
    grid-template-columns: repeat(3, 1fr);
  }
  .betify-bikqla,
  .betify-jjd5dc {
    grid-template-columns: repeat(2, 1fr);
  }
  .betify-byiiam,
  .betify-c5s1wv,
  .betify-hqzx4d {
    grid-template-columns: 1fr;
  }
  .betify-r535xs {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .betify-fv7vj1 {
    min-width: 300px;
    max-width: 325px;
  }
  .betify-nq84w6 {
    cursor: auto;
  }
  .betify-njh5lj .betify-nq84w6 {
    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;
  }
  .betify-sul130 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .betify-41icjk {
    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) {
  .betify-sul130 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.betify-463q6l p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .betify-zajx2v {
    margin: 0 -0.2rem;
  }
  .betify-463q6l {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .betify-nk4ltj {
    -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;
  }
  .betify-lk01tn {
    max-width: 100%;
  }
  .betify-4yer3x {
    grid-template-columns: repeat(2, 1fr);
  }
  .betify-bikqla,
  .betify-jjd5dc {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .betify-iyw6x6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betify-zajx2v {
    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;
  }
  .betify-x3gq4f {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betify-gmakqz {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betify-ee900c,
  .betify-533clq {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .betify-jjbjp9 {
    width: 100%;
  }
  .betify-4yer3x {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .betify-sul130 {
    top: 127px !important;
  }
}

.betify-y95zn8 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .betify-y95zn8 {
  }
}

@media (max-width: 767px) {
  .betify-y95zn8 {
    margin-bottom: 12px;
  }
}

.betify-y95zn8 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.betify-s3ni6w {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.betify-s3ni6w > .betify-7bkqj1 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .betify-s3ni6w {
    flex-direction: column;
    gap: 12px;
  }
}

.betify-df6cx0 {
  display: flex;
}

.betify-df6cx0 .betify-qi64f9 {
  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;
}

.betify-df6cx0 .betify-mwgkse {
  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;
}

.betify-df6cx0 .betify-tnh7bl {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.betify-df6cx0 .betify-6kokft {
  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));
  }
}

.betify-df6cx0 .betify-6kokft:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.betify-df6cx0 .betify-ecevdj {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.betify-iu5tou {
  border: unset;
  background-color: unset;
}

.betify-iu5tou tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.betify-iu5tou .betify-opg768,
.betify-iu5tou .betify-prq078 {
  flex: 0 1 330px;
}

.betify-iu5tou .betify-6w7818 {
  flex: 1 1;
}

.betify-iu5tou tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betify-iu5tou tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.betify-iu5tou tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.betify-iu5tou tr td p {
  color: #fff;
  margin: 0;
}

.betify-iu5tou tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.betify-iu5tou tr.betify-opg768 td p {
  padding: 16px 0;
}

.betify-iu5tou tr.betify-opg768 td p:not(:last-child),
.betify-iu5tou tr.betify-prq078 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.betify-iu5tou tr.betify-opg768 td p:first-child,
.betify-iu5tou tr.betify-prq078 td p:first-child {
  padding-top: 0;
}

.betify-iu5tou tr.betify-prq078 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betify-iu5tou tr.betify-prq078 td p:last-child {
  padding-bottom: 0;
}

.betify-iu5tou .betify-prq078 img {
  max-width: 32px;
}

.betify-iu5tou .betify-6w7818 {
  min-width: 718px;
}

.betify-iu5tou .betify-6w7818 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.betify-iu5tou .betify-6w7818 td {
  display: flex;
}

.betify-iu5tou .betify-6w7818 td:last-child .betify-dwydkg,
.betify-iu5tou .betify-6w7818 td:last-child .betify-xr666t,
.betify-iu5tou .betify-6w7818 td:last-child .betify-7k1i6w {
  flex: 1 1 50%;
}

.betify-iu5tou .betify-6w7818 td:last-child .betify-50x202 {
  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;
}

.betify-iu5tou .betify-6w7818 td:last-child .betify-ccrree,
.betify-iu5tou .betify-6w7818 td:last-child .betify-sfxhn0 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.betify-iu5tou .betify-6w7818 td:last-child .betify-dwydkg,
.betify-iu5tou .betify-6w7818 td:last-child .betify-xr666t {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betify-iu5tou .betify-6w7818 td:last-child .betify-dwydkg span,
.betify-iu5tou .betify-6w7818 td:last-child .betify-xr666t span {
  font-weight: 800;
}

.betify-iu5tou .betify-6w7818 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .betify-iu5tou .betify-6w7818 td .betify-7k1i6w:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .betify-iu5tou tr.betify-opg768 td p:last-child {
    padding-bottom: 0;
  }
  .betify-iu5tou .betify-prq078 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .betify-iu5tou .betify-prq078 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .betify-iu5tou tr.betify-opg768 td p:not(:last-child),
  .betify-iu5tou tr.betify-prq078 td p:not(:last-child) {
    border-bottom: unset;
  }
  .betify-iu5tou tr.betify-prq078 td p:last-child {
    padding-bottom: 12px;
  }
  .betify-iu5tou .betify-6w7818 td:last-child .betify-dwydkg,
  .betify-iu5tou .betify-6w7818 td:last-child .betify-xr666t,
  .betify-iu5tou .betify-6w7818 td:last-child .betify-7k1i6w {
    flex: 1 1 50%;
    padding: 0;
  }
  .betify-iu5tou .betify-6w7818 td:last-child .betify-dwydkg,
  .betify-iu5tou .betify-6w7818 td:last-child .betify-xr666t {
    margin-top: 16px;
  }
  .betify-iu5tou .betify-6w7818 td:last-child .betify-7k1i6w {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .betify-iu5tou .betify-6w7818 td:last-child .betify-dwydkg {
    border-right: 1px solid var(--border-color);
  }
  .betify-iu5tou .betify-6w7818 td:last-child .betify-7k1i6w:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .betify-iu5tou .betify-6w7818 td:last-child .betify-7k1i6w:last-child {
    padding-bottom: 0;
  }
}

.betify-7k1i6w {
  display: flex;
  flex-direction: column;
}

.betify-iu5tou .betify-6w7818 td .betify-7k1i6w {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.betify-iu5tou .betify-6w7818 td .betify-7k1i6w:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.betify-iu5tou .betify-6w7818 td .betify-7k1i6w:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .betify-iu5tou .betify-6w7818 td .betify-7k1i6w:not(:first-child) {
    padding-left: 0;
  }
  .betify-iu5tou .betify-6w7818 td .betify-7k1i6w:not(:last-of-type) {
    border-right: unset;
  }
}

.betify-iu5tou .betify-d04etu {
  flex: 0 1 485px;
}

.betify-iu5tou .betify-6w0t2a {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.betify-iu5tou .betify-6w0t2a li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betify-iu5tou .betify-6w0t2a li.betify-jwhnhn {
  padding: 6px 12px;
}

.betify-iu5tou .betify-6w0t2a li a,
.betify-iu5tou .betify-6w0t2a 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;
}

.betify-iu5tou .betify-tb9kzx,
.betify-iu5tou .betify-ce1tqe {
  flex: 1 1;
}

.betify-iu5tou .betify-673lee,
.betify-iu5tou .betify-058eqp {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.betify-iu5tou .betify-673lee li,
.betify-iu5tou .betify-058eqp li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betify-iu5tou .betify-ce1tqe img {
  max-width: 32px;
}

.betify-iu5tou .betify-tb9kzx img {
  max-width: 32px;
}

.betify-iu5tou .betify-21os67 {
  min-width: 280px;
}

.betify-iu5tou .betify-21os67 img {
  max-width: 146px;
}

.betify-iu5tou .betify-21os67 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .betify-iu5tou .betify-opg768,
  .betify-iu5tou .betify-prq078 {
    flex: 0 1 auto;
  }
  .betify-iu5tou .betify-6w7818 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .betify-iu5tou .betify-opg768,
  .betify-iu5tou .betify-d04etu,
  .betify-iu5tou .betify-prq078,
  .betify-iu5tou .betify-6w7818 {
    flex: 1 1 calc(50% - 20px);
  }
  .betify-iu5tou .betify-tb9kzx,
  .betify-iu5tou .betify-21os67,
  .betify-iu5tou .betify-ce1tqe {
    flex: 1 1 30%;
  }
  .betify-iu5tou .betify-21os67 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .betify-iu5tou .betify-opg768,
  .betify-iu5tou .betify-d04etu,
  .betify-iu5tou .betify-tb9kzx,
  .betify-iu5tou .betify-prq078,
  .betify-iu5tou .betify-6w7818,
  .betify-iu5tou .betify-21os67,
  .betify-iu5tou .betify-ce1tqe {
    flex: 1 1 100%;
  }
}

.betify-2prccc .betify-dl44um {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.betify-2prccc .betify-lm1s2v {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.betify-2prccc .betify-zz1dss {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.betify-2prccc .betify-qdglml {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.betify-2prccc .betify-qdglml > :nth-child(3) {
  margin-top: 0;
}

.betify-2prccc .betify-mxqtel {
  grid-column: 2/3;
  grid-row: 1/10;
}

.betify-2prccc .betify-trlhpa {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.betify-2prccc .betify-3sj8tc {
  grid-column: 1/2;
}

.betify-2prccc > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.betify-2prccc .betify-lm1s2v: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;
}

.betify-2prccc .betify-lm1s2v:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.betify-2prccc .betify-jjbjp9 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .betify-2prccc .betify-lm1s2v:not(:last-child):before {
    bottom: 8px;
  }
  .betify-2prccc .betify-lm1s2v:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .betify-2prccc .betify-qdglml {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .betify-2prccc .betify-mxqtel {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .betify-2prccc .betify-mxqtel img {
    width: 100%;
    height: auto;
  }
  .betify-2prccc .betify-jjbjp9 {
    width: 100%;
    min-width: unset;
  }
}

.betify-9flemm .betify-y3csjc {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.betify-9flemm .betify-2uvoif {
  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;
}

.betify-9flemm .betify-mxqtel {
  height: 100%;
}

.betify-9flemm .betify-mxqtel img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.betify-9flemm .betify-d2994t {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.betify-9flemm .betify-qdw52p {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.betify-9flemm .betify-q97jb9 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .betify-9flemm .betify-2uvoif {
    flex: 1 1 100%;
  }
  .betify-9flemm .betify-0vrk44 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .betify-9flemm .betify-2uvoif {
    flex-direction: column;
  }
  .betify-9flemm .betify-mxqtel {
    width: 100%;
    height: auto;
  }
  .betify-9flemm .betify-mxqtel img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .betify-9flemm .betify-d2994t {
    padding: 0 16px 16px 16px;
  }
  .betify-9flemm .betify-0vrk44 {
    min-width: unset;
    width: 100%;
  }
}

.betify-yudky9 .betify-oyt5ta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.betify-yudky9 .betify-xtjg20 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.betify-yudky9 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;
}

.betify-yudky9 .betify-xq1ijb {
  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;
}

.betify-yudky9 .betify-xtjg20:hover .betify-xq1ijb {
  display: flex;
}

.betify-yudky9 .betify-8qc4p8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betify-yudky9 .betify-80g4ex {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.betify-mk1u4m {
  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;
}

.betify-mk1u4m.betify-dmc54t {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.betify-o2gog9 ease-in-out;
}

.betify-mk1u4m.betify-dmc54t:hover {
  color: #f9cb16;
  background-color: transparent;
}

.betify-yudky9 .betify-nw2fo1 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.betify-o2gog9 ease-in-out;
}

.betify-yudky9 .betify-nw2fo1:hover {
  color: #196948;
  background-color: #f9cb16;
}

.betify-yudky9 .betify-nw2fo1:after,
.betify-mk1u4m.betify-dmc54t:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.betify-mk1u4m.betify-dmc54t:after {
  background-image: url(../images/Cash.svg);
}

.betify-yudky9 .betify-nw2fo1:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .betify-yudky9 .betify-oyt5ta {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .betify-yudky9 .betify-oyt5ta {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .betify-yudky9 .betify-oyt5ta {
    grid-template-columns: 1fr;
  }
  .betify-yudky9 .betify-xtjg20 {
    height: auto;
  }
  .betify-yudky9 .betify-xtjg20 .betify-xq1ijb {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .betify-yudky9 .betify-8qc4p8,
  .betify-yudky9 .betify-80g4ex {
    text-align: left;
  }
  .betify-yudky9 .betify-80g4ex {
    margin-bottom: 8px;
  }
  .betify-yudky9 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.betify-3j8ly9 {
  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;
}

.betify-3j8ly9.betify-jgeh5e {
  display: block;
}

.betify-3j8ly9 .betify-syau24 {
  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;
}

.betify-3j8ly9 .betify-3mds57 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.betify-3j8ly9 .betify-u1dma6 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.betify-3j8ly9 .betify-cll650 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.betify-3j8ly9 .betify-mk1u4m {
  min-width: 296px;
  margin-bottom: 0;
}

.betify-3j8ly9 .betify-wjalzy {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.betify-3j8ly9 .betify-5o6bke {
  position: relative;
  flex: 1 1;
}

.betify-3j8ly9 .betify-5o6bke iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .betify-3j8ly9 .betify-3mds57 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .betify-3j8ly9 .betify-u1dma6 {
    order: 1;
  }
  .betify-3j8ly9 .betify-cll650 {
    order: 3;
    flex: 1 1 100%;
  }
  .betify-3j8ly9 .betify-mk1u4m {
    width: 100%;
    min-width: unset;
  }
  .betify-3j8ly9 .betify-wjalzy {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .betify-pagidb > .betify-wdibvi {
    margin-bottom: 0;
  }
  .betify-pagidb > .betify-3sj8tc,
  .betify-pagidb > p {
    margin-top: 0;
  }
}

.betify-y2hur0 img,
.betify-463q6l img {
  width: auto;
  object-fit: contain;
}

.betify-y2hur0 {
  align-items: center;
}

.betify-y2hur0 img {
  max-height: 76px;
}

.betify-463q6l img {
  max-height: 64px;
}

.betify-tuafqo {
  overflow: auto;
}

.betify-8ed1xe {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.betify-xxutn9:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.betify-dn88ks {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.betify-7ez46a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.betify-dn88ks .betify-mxqtel {
  margin-right: 20px;
  flex-shrink: 0;
}

.betify-dn88ks img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.betify-zruj7v {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.betify-zruj7v > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betify-dn88ks {
    padding: 15px 10px;
  }
  .betify-zruj7v {
    padding: 15px 10px;
  }
  .betify-dn88ks .betify-mxqtel {
    margin-right: 10px;
  }
}

.betify-4hsc1z {
  overflow-x: auto;
}

.betify-u7qtfi {
  border-collapse: collapse;
  width: 100%;
}

.betify-4hsc1z th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.betify-4hsc1z td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.betify-4hsc1z td.betify-7cm974 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.betify-4hsc1z td.betify-netz8v {
  border-right: none;
}

.betify-4hsc1z td.betify-netz8v .betify-mxqtel {
  justify-content: flex-start;
}

.betify-4hsc1z td.betify-netz8v .betify-mxqtel img {
  height: auto;
  width: 90px;
}

.betify-4hsc1z td.betify-lusywh,
.betify-4hsc1z td.betify-vpoqt4 {
  font-weight: 600;
  text-align: right;
}

.betify-4hsc1z td.betify-uvniv0,
.betify-4hsc1z td.betify-lusywh {
  padding-bottom: 10px;
  border-bottom: none;
}

.betify-4hsc1z td.betify-lusywh,
.betify-4hsc1z td.betify-vpoqt4 {
  border-left: none;
}

.betify-4hsc1z td.betify-uvniv0,
.betify-4hsc1z td.betify-sk2n5h {
  border-right: none;
}

.betify-4hsc1z td.betify-sk2n5h,
.betify-4hsc1z td.betify-vpoqt4 {
  border-top: none;
  padding-top: 10px;
}

.betify-nin73v {
  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;
}

.betify-nin73v .betify-0vrk44 {
  min-width: unset;
  width: 100%;
}

.betify-nin73v .betify-0vrk44.betify-6ygjvk {
  grid-column: 1/2;
  grid-row: 1/2;
}

.betify-nin73v .betify-0vrk44.betify-x4u5yi {
  grid-column: 2/3;
  grid-row: 1/2;
}

.betify-nin73v .betify-y8f9e6 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .betify-nin73v {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .betify-nin73v .betify-0vrk44.betify-6ygjvk {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betify-nin73v .betify-0vrk44.betify-x4u5yi {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .betify-nin73v .betify-y8f9e6 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.betify-3v85ya {
  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;
}

.betify-kz1bbp {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.betify-i8pkbx p a img {
  margin: 0 auto;
  display: block;
}

.betify-i8pkbx table {
  margin-bottom: 17px;
}

/* contanct form */
.betify-tb0r2s {
  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;
}

.betify-tb0r2s label {
  font-size: 14px;
}

.betify-tb0r2s h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betify-tb0r2s input,
.betify-tb0r2s textarea,
.betify-tb0r2s 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;
}
.betify-tb0r2s button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betify-o2gog9 ease;
}
.betify-tb0r2s button:hover {
  background-color: #691204;
}
.betify-yhnbgt {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betify-h90nso ease-in;
}

.betify-yhnbgt 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;
}
.betify-4a5mgb, .betify-8tm6ni, [class*="review-card"],
thead, thead th, table th, .betify-dybpyy,
.betify-ik9uej, [class*="collapsible-header"],
.betify-hu90wz, [class*="updated-block"] {
  color: #ece7dc !important;
}
