@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);
}

.ballersbet-fig4bj {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ballersbet-nr61wo {
  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.ballersbet-19jbq1,
ul.ballersbet-19jbq1 {
  padding-left: 20px;
}

ul.ballersbet-19jbq1 {
  list-style: disc;
}

ol.ballersbet-19jbq1 {
  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;
  }
}

.ballersbet-0pxkha > .ballersbet-cek8qv,
.ballersbet-0pxkha > .ballersbet-4ijfod,
.ballersbet-0pxkha > blockquote,
.ballersbet-0pxkha > h1,
.ballersbet-0pxkha > h2,
.ballersbet-0pxkha > h3,
.ballersbet-0pxkha > h4,
.ballersbet-0pxkha > h5,
.ballersbet-0pxkha > h6,
.ballersbet-0pxkha > ol,
.ballersbet-0pxkha > p,
.ballersbet-0pxkha > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ballersbet-0pxkha > ol,
.ballersbet-0pxkha > ul {
  padding-left: 50px;
}

.ballersbet-0pxkha 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;
}

.ballersbet-0pxkha:not(:last-child) {
  margin-bottom: 2rem;
}

.ballersbet-0pxkha > :not(:first-child) {
  margin-top: 2rem;
}

.ballersbet-0pxkha {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ballersbet-0pxkha:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .ballersbet-0pxkha:first-child {
    margin-top: 20px;
  }
}

.ballersbet-0pxkha > p:last-of-type {
  margin-bottom: 32px;
}

.ballersbet-0pxkha > .ballersbet-o1243w:not(:first-child) {
  margin: 64px auto 16px auto;
}

.ballersbet-jtlevb > .ballersbet-o1243w {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ballersbet-4ijfod {
  overflow: auto;
}

.ballersbet-4ijfod::-webkit-scrollbar {
  height: 5px;
}

.ballersbet-4ijfod table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.ballersbet-4ijfod table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.ballersbet-4ijfod table thead,
table thead {
  border-bottom: none;
}

.ballersbet-4ijfod table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.ballersbet-4ijfod table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.ballersbet-4ijfod table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.ballersbet-4ijfod .ballersbet-s12jqj {
  table-layout: auto;
}

.ballersbet-4ijfod .ballersbet-s12jqj th {
  word-break: normal;
}

.ballersbet-4ijfod .ballersbet-s12jqj td {
  word-break: normal;
}

.ballersbet-fig4bj .ballersbet-fig4bj {
  padding-right: 0;
  padding-left: 0;
}

.ballersbet-lmagy5 {
  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;
}

.ballersbet-ps65bd {
  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;
}

.ballersbet-evpoit {
  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;
}

.ballersbet-cek8qv {
  margin-top: 24px;
}

.ballersbet-cek8qv.ballersbet-rkpman {
  text-align: left;
}

.ballersbet-cek8qv.ballersbet-co9ycg {
  text-align: right;
}

.ballersbet-cek8qv.ballersbet-vggf2h {
  text-align: center;
}

.ballersbet-rc57f9 {
  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.ballersbet-8a2dmw ease-in-out;
  cursor: pointer;
}

.ballersbet-rc57f9:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.ballersbet-rc57f9 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .ballersbet-rc57f9 {
    min-width: unset;
  }
}

.ballersbet-ta69ap {
  background-color: var(--fh-bg-color);
}

.ballersbet-wj13xj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.ballersbet-beymle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.ballersbet-beymle img {
  max-height: 44px;
  object-fit: contain;
}

.ballersbet-zu4ski {
  flex: 1 1;
}

.ballersbet-fzqmzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.ballersbet-5mwtxe {
  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;
}

.ballersbet-5mwtxe 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;
}

.ballersbet-5mwtxe.ballersbet-dfxz2h span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.ballersbet-5mwtxe.ballersbet-dfxz2h span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.ballersbet-5mwtxe.ballersbet-dfxz2h span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.ballersbet-zu4ski + .ballersbet-fzqmzu {
  margin-left: 20px;
}

.ballersbet-uhgq9j {
  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;
}

.ballersbet-uhgq9j > svg {
  max-width: 24px;
  max-height: 24px;
}

.ballersbet-uhgq9j + .ballersbet-uhgq9j {
  margin-left: 5px;
}

.ballersbet-7p0l1p {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.ballersbet-7p0l1p:hover {
  background-color: var(--button-bg-hover);
}

.ballersbet-cambg4 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.ballersbet-8a2dmw ease-in-out;
  border: 1px solid var(--border-color);
}

.ballersbet-cambg4:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.ballersbet-9wisgb {
  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) {
  .ballersbet-zu4ski {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .ballersbet-9wisgb {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .ballersbet-zu4ski {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .ballersbet-uhgq9j {
    min-width: unset;
    flex: 1 1;
  }
}

.ballersbet-9i71mt {
  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;
}

.ballersbet-9i71mt:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.ballersbet-9i71mt:hover .ballersbet-92nsbo {
  opacity: 1;
  pointer-events: auto;
}

.ballersbet-xs02hy {
  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.ballersbet-ypzhg6 ease-in-out;
  gap: 4px;
}

.ballersbet-xs02hy > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.ballersbet-xs02hy .ballersbet-lmagy5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ballersbet-79r2bb,
.ballersbet-xs02hy:hover {
  color: var(--button-bg-hover);
}

.ballersbet-ldjes3 {
  position: relative;
}

.ballersbet-ldjes3 .ballersbet-xs02hy {
  margin-right: 0;
  padding-right: 4px;
}

.ballersbet-zh9edr svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.ballersbet-ldjes3.ballersbet-dfxz2h .ballersbet-zh9edr svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.ballersbet-ldjes3.ballersbet-dfxz2h .ballersbet-92nsbo {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.ballersbet-ldjes3.ballersbet-dfxz2h .ballersbet-92nsbo::before {
  display: none;
}

.ballersbet-zh9edr svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.ballersbet-92nsbo {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.ballersbet-h8xn6r 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.ballersbet-92nsbo::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.ballersbet-92nsbo:hover {
  color: var(--fh-bg-color);
}

.ballersbet-mohbus {
  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.ballersbet-h8xn6r 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.ballersbet-ypzhg6 ease-in-out;
  -o-transition: 0.ballersbet-ypzhg6 ease-in-out;
  transition: 0.ballersbet-ypzhg6 ease-in-out;
}

.ballersbet-mohbus .ballersbet-lmagy5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ballersbet-1fch7v,
.ballersbet-mohbus:hover {
  color: var(--button-bg-hover);
}

.ballersbet-fzzi6m {
  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%;
}

.ballersbet-fzzi6m.ballersbet-bjavoh {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.ballersbet-fzzi6m.ballersbet-bjavoh:after,
.ballersbet-fzzi6m.ballersbet-bjavoh:before {
  content: "";
  position: absolute;
  margin: auto;
}

.ballersbet-fzzi6m.ballersbet-bjavoh: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);
  }
}

.ballersbet-fzzi6m.ballersbet-bjavoh:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.ballersbet-fzzi6m.ballersbet-bjavoh > * {
  z-index: 1;
}

.ballersbet-fzzi6m b,
.ballersbet-fzzi6m strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.ballersbet-fzzi6m .ballersbet-5asgkz {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.ballersbet-fzzi6m .ballersbet-gf3fw1 {
  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;
}

.ballersbet-fzzi6m .ballersbet-lmagy5 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.ballersbet-fzzi6m .ballersbet-fk5rr8 {
  margin-top: 12px;
}

.ballersbet-fk5rr8 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.ballersbet-ckl0eh {
  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;
}

.ballersbet-fk5rr8 .ballersbet-kgpxex {
  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.ballersbet-8a2dmw ease-in-out;
}

.ballersbet-fk5rr8 .ballersbet-kgpxex:hover {
  background: rgba(255, 255, 255, 0.3);
}

.ballersbet-5votq6 {
  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;
}

.ballersbet-fzzi6m.ballersbet-x5ezof {
  gap: 12px;
  padding: 16px;
}

.ballersbet-fzzi6m.ballersbet-x5ezof .ballersbet-5votq6 {
  min-width: 240px;
}

.ballersbet-fzzi6m.ballersbet-x5ezof .ballersbet-5votq6.ballersbet-jn4jdx {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .ballersbet-fzzi6m .ballersbet-5asgkz {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .ballersbet-fzzi6m .ballersbet-gf3fw1 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .ballersbet-fzzi6m .ballersbet-lmagy5 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .ballersbet-fzzi6m.ballersbet-x5ezof .ballersbet-lmagy5 {
    max-width: 126px;
  }
  .ballersbet-fzzi6m .ballersbet-fk5rr8 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .ballersbet-fzzi6m .ballersbet-ckl0eh {
    max-width: unset;
  }
  .ballersbet-5votq6 {
    min-width: unset;
    width: 100%;
  }
  .ballersbet-fzzi6m .ballersbet-5votq6 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .ballersbet-fzzi6m.ballersbet-x5ezof {
    grid-template-rows: auto 1fr auto;
  }
  .ballersbet-fzzi6m.ballersbet-x5ezof .ballersbet-5votq6 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .ballersbet-fzzi6m {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .ballersbet-fzzi6m .ballersbet-5asgkz {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .ballersbet-fzzi6m .ballersbet-lmagy5 {
    max-width: 78px;
  }
  .ballersbet-fzzi6m .ballersbet-fk5rr8 {
    margin-top: -12px;
  }
  .ballersbet-fzzi6m.ballersbet-x5ezof {
    gap: 8px;
  }
  .ballersbet-fzzi6m.ballersbet-x5ezof .ballersbet-5asgkz {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .ballersbet-fzzi6m.ballersbet-x5ezof .ballersbet-gf3fw1 {
    grid-column: 1/3;
  }
  .ballersbet-fzzi6m.ballersbet-x5ezof .ballersbet-lmagy5 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .ballersbet-fzzi6m.ballersbet-x5ezof .ballersbet-lmagy5 img {
    max-width: 114px;
  }
}

.ballersbet-5votq6.ballersbet-wqm5xi,
.ballersbet-5votq6.ballersbet-fov1pq,
.ballersbet-5votq6.ballersbet-g9v6gq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.ballersbet-8a2dmw ease-in-out;
}

.ballersbet-5votq6.ballersbet-wqm5xi,
.ballersbet-5votq6.ballersbet-g9v6gq {
  padding: 10px;
}

.ballersbet-5votq6.ballersbet-wqm5xi:hover,
.ballersbet-5votq6.ballersbet-fov1pq:hover,
.ballersbet-5votq6.ballersbet-g9v6gq:hover {
  background: var(--button-bg-hover);
}

.ballersbet-5votq6.ballersbet-wqm5xi:hover svg path,
.ballersbet-5votq6.ballersbet-g9v6gq:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.ballersbet-5votq6.ballersbet-jn4jdx {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.ballersbet-8a2dmw ease-in-out;
  background: var(--button-bg-color);
}

.ballersbet-5votq6.ballersbet-jn4jdx:hover {
  background-color: var(--button-bg-hover);
}

.ballersbet-5votq6.ballersbet-fov1pq: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);
  }
}

.ballersbet-5votq6.ballersbet-fov1pq:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ballersbet-5votq6.ballersbet-jn4jdx:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ballersbet-uaegbv {
  max-width: 650px;
}

.ballersbet-uyzypx {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.ballersbet-g97cpc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ballersbet-imnw5u {
  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.ballersbet-ypzhg6 ease-in-out;
  cursor: pointer;
}

.ballersbet-imnw5u:hover {
  opacity: 0.5;
}

.ballersbet-imnw5u:focus {
  outline: 0;
}

.ballersbet-imnw5u:focus .ballersbet-6oaelu,
.ballersbet-imnw5u:hover .ballersbet-6oaelu {
  fill: red;
  fill-opacity: 1;
}

.ballersbet-imnw5u:hover {
  cursor: pointer;
}

.ballersbet-s8219y {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.ballersbet-uaegbv.ballersbet-vggf2h {
  margin: 0 auto;
}

.ballersbet-uaegbv.ballersbet-co9ycg {
  margin-left: auto;
}

.ballersbet-n7cjcn {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.ballersbet-u4lktu {
  padding-bottom: 50px;
}

.ballersbet-sa232r {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.ballersbet-n6mny3 {
  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;
}

.ballersbet-hz0qam {
  margin-top: 24px;
}

.ballersbet-gkmj96 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ballersbet-pjcnm6 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.ballersbet-dnjcv8 {
  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;
}

.ballersbet-qknllf {
  width: 468px;
}

.ballersbet-dnjcv8 .ballersbet-92nsbo {
  margin: 0.ballersbet-u9by8j 0;
}

.ballersbet-pdw7os {
  display: flex;
  min-width: 224px;
}

.ballersbet-6kvjuf {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.ballersbet-ypzhg6 ease-in-out;
}

.ballersbet-pbzbtp,
.ballersbet-6kvjuf:hover {
  color: var(--text-color);
}

.ballersbet-0blshx {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.ballersbet-0g7dey {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .ballersbet-n7cjcn {
    padding: 16px;
  }
  .ballersbet-0blshx {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .ballersbet-0g7dey {
    align-items: center;
  }
  .ballersbet-qknllf {
    width: unset;
  }
  .ballersbet-pdw7os {
    min-width: unset;
  }
  .ballersbet-dnjcv8 {
    max-height: unset;
  }
  .ballersbet-sa232r {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .ballersbet-n7cjcn {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.ballersbet-hmo4dq {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.ballersbet-hmo4dq:not(:last-child) {
  margin-bottom: 16px;
}

.ballersbet-yi4ai9 {
  outline: 0;
}

.ballersbet-yi4ai9 .ballersbet-m4n3va {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.ballersbet-kg6lbi {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .ballersbet-kg6lbi {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.ballersbet-kg6lbi::-webkit-details-marker {
  display: none;
}

.ballersbet-kg6lbi: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;
}

.ballersbet-kg6lbi: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] .ballersbet-kg6lbi:after {
  transform: unset;
}

.ballersbet-m4n3va {
  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);
}

.ballersbet-m4n3va 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.ballersbet-ypzhg6 ease-in-out;
  -o-transition: 0.ballersbet-ypzhg6 ease-in-out;
  transition: 0.ballersbet-ypzhg6 ease-in-out;
}

.ballersbet-tcls8p {
  padding: 16px 0 0 0;
}

.ballersbet-tcls8p * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .ballersbet-tcls8p :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ballersbet-kg6lbi {
    flex-wrap: wrap;
    gap: 12px;
  }
  .ballersbet-kg6lbi::after {
    margin-left: auto;
  }
  .ballersbet-m4n3va {
    order: 3;
    flex: 1 1 100%;
  }
  .ballersbet-kg6lbi {
    font-size: 14px;
    line-height: 130%;
  }
  .ballersbet-m4n3va svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.ballersbet-erlf1z {
  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;
}

.ballersbet-zdygt5 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.ballersbet-erlf1z.ballersbet-dfxz2h .ballersbet-zdygt5 {
  margin-bottom: 12px;
}

.ballersbet-zdygt5::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;
}

.ballersbet-erlf1z.ballersbet-dfxz2h .ballersbet-zdygt5::after {
  transform: unset;
}

.ballersbet-1kj4yc {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.ballersbet-bac5oi {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.ballersbet-ypzhg6 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.ballersbet-bac5oi: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;
}

.ballersbet-erlf1z.ballersbet-dfxz2h .ballersbet-1kj4yc {
  max-height: 100%;
}

.ballersbet-lg41dd {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.ballersbet-lcr2kw {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.ballersbet-s59hve {
  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;
}

.ballersbet-s8vsxb {
  margin-right: 4px;
}

.ballersbet-g0r3qs {
  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.ballersbet-ypzhg6 ease-in-out;
}

.ballersbet-g0r3qs svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.ballersbet-2s48vm,
.ballersbet-g0r3qs:hover {
  color: var(--text-color);
}

.ballersbet-yte4mw {
  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;
}

.ballersbet-yte4mw img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.ballersbet-yte4mw .ballersbet-lhpzva {
  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;
}

.ballersbet-yte4mw .ballersbet-94olhd {
  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;
}

.ballersbet-qa0si5 {
  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;
}

.ballersbet-846ouk {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ballersbet-9dkf6l .ballersbet-fig4bj {
  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;
}

.ballersbet-9dkf6l {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.ballersbet-2omt4s {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.ballersbet-06xasa {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.ballersbet-ultix5 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.ballersbet-jly8z2 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;
}

.ballersbet-ultix5:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.ballersbet-l0mb2l {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.ballersbet-wptuy3 {
  -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.ballersbet-ypzhg6 ease-in-out;
  transition: transform 0.ballersbet-ypzhg6 ease-in-out;
  -o-transition: transform 0.ballersbet-ypzhg6 ease-in-out;
  transition:
    transform 0.ballersbet-ypzhg6 ease-in-out,
    -webkit-transform 0.ballersbet-ypzhg6 ease-in-out;
  cursor: pointer;
}

.ballersbet-wptuy3 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.ballersbet-wptuy3: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;
}

.ballersbet-e33whx {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .ballersbet-e33whx {
    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);
}

.ballersbet-utfuxw {
  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;
}

.ballersbet-19kryo {
  position: relative;
  width: 100%;
}

.ballersbet-utfuxw.ballersbet-bi6bij {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ballersbet-utfuxw.ballersbet-vggf2h {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ballersbet-utfuxw.ballersbet-co9ycg {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ballersbet-dkqe8l {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.ballersbet-qyla1v {
  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.ballersbet-ypzhg6 ease-in-out;
  cursor: pointer;
}

.ballersbet-qyla1v:hover {
  opacity: 0.5;
}

.ballersbet-utfuxw.ballersbet-iq5bow .ballersbet-qyla1v {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ballersbet-utfuxw.ballersbet-iq5bow .ballersbet-dkqe8l {
  cursor: pointer;
}

.ballersbet-tdzoa1 {
  fill: #0009;
}

.ballersbet-u9l06d {
  fill: #fff;
}

.ballersbet-qyla1v:hover .ballersbet-tdzoa1 {
  fill: red;
}

.ballersbet-qyla1v svg path {
  -webkit-transition: 0.ballersbet-ypzhg6 ease-in-out;
  -o-transition: 0.ballersbet-ypzhg6 ease-in-out;
  transition: 0.ballersbet-ypzhg6 ease-in-out;
}

.ballersbet-mzwehr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.ballersbet-mzwehr > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.ballersbet-mzwehr.ballersbet-48l3it > :not(.get-image) {
  grid-column: 1/3;
}

.ballersbet-7pbfbz:not(._h1-block) .ballersbet-mzwehr > .ballersbet-o1243w {
  grid-row: 1/2;
  grid-column: 1/3;
}

.ballersbet-mzwehr.ballersbet-48l3it .ballersbet-wzk1jx {
  grid-column: 2/3;
}

.ballersbet-mzwehr.ballersbet-48l3it > .ballersbet-lmagy5 {
  grid-column: 1/2;
}

.ballersbet-mzwehr.ballersbet-48l3it > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.ballersbet-mzwehr > p:first-of-type {
  margin-top: 0;
}

.ballersbet-mzwehr .ballersbet-lmagy5 {
  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;
}

.ballersbet-7pbfbz:not(._h1-block) .ballersbet-o1243w ~ .ballersbet-lmagy5 {
  grid-row: 2/10;
}

.ballersbet-7pbfbz.ballersbet-7e813g .ballersbet-o1243w ~ .ballersbet-lmagy5 {
  grid-row: 1/10;
}

.ballersbet-7pbfbz.ballersbet-7e813g > .ballersbet-o1243w {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.ballersbet-7pbfbz.ballersbet-7e813g .ballersbet-lmagy5 {
  grid-row: 1/10;
}

.ballersbet-mzwehr.ballersbet-t0ok1y .ballersbet-lmagy5 {
  align-items: flex-start;
}

.ballersbet-mzwehr.ballersbet-vggf2h .ballersbet-wzk1jx {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.ballersbet-mzwehr.ballersbet-vggf2h .ballersbet-lmagy5 {
  align-items: center;
}

.ballersbet-mzwehr.ballersbet-u4f4k9 .ballersbet-lmagy5 {
  align-items: flex-end;
}

.ballersbet-wzk1jx > :first-child {
  margin-top: 0;
}

.ballersbet-wzk1jx > :last-child {
  margin-bottom: 0;
}

* + .ballersbet-pkxzwm,
.ballersbet-7pbfbz + .ballersbet-7pbfbz {
  margin-top: 2rem;
}

.ballersbet-aw6b38 td::before,
.ballersbet-aw6b38 th::after {
  display: none !important;
}

.ballersbet-aw6b38 #link-selector {
  color: #000;
}

.ballersbet-aw6b38 .ballersbet-d359tf {
  color: #135e96;
}

.ballersbet-aw6b38 .ballersbet-n0dvex *,
.ballersbet-aw6b38 .ballersbet-q1t22p p,
.ballersbet-aw6b38 .ballersbet-q8ejsc * {
  color: #000;
}

.ballersbet-aw6b38 .ballersbet-s4i21g {
  background: 0 0 !important;
}

.ballersbet-aw6b38 .ballersbet-njzujk {
  color: #000;
}

.ballersbet-aw6b38 .ballersbet-hxvfi4.ballersbet-t40n4v {
  color: #fff;
}

.ballersbet-aw6b38 .ballersbet-x5od3o {
  color: #000;
}

.ballersbet-aw6b38
  .ballersbet-2r5nzf
  .ballersbet-6x1v7b.ballersbet-t40n4v.ballersbet-nr9bv4 {
  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;
}

.ballersbet-vtgzgq,
body .ballersbet-1tp231 {
  color: #000;
  background: var(--color-body) !important;
}

.ballersbet-vtgzgq .ballersbet-40h9s2 .ballersbet-q594zn,
body .ballersbet-1tp231 .ballersbet-40h9s2 .ballersbet-q594zn {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .ballersbet-bac5oi:focus,
  .ballersbet-bac5oi:hover {
    color: #f9cb16;
  }
  .ballersbet-7jobtu:focus,
  .ballersbet-7jobtu:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .ballersbet-legat4:focus img,
  .ballersbet-legat4:focus svg,
  .ballersbet-legat4:hover img,
  .ballersbet-legat4:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .ballersbet-yte4mw {
    display: none;
  }
}

@media (min-width: 1024px) {
  .ballersbet-ldjes3:hover .ballersbet-zh9edr svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .ballersbet-zh9edr {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .ballersbet-a5yfia {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .ballersbet-y0z3lu {
    grid-template-columns: repeat(4, 1fr);
  }
  .ballersbet-z75ohr {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .ballersbet-ko447n .ballersbet-iyg450 {
    grid-template-columns: 1fr;
  }
  .ballersbet-ko447n .ballersbet-ia0450 {
    -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;
  }
  .ballersbet-ko447n .ballersbet-j0cync {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ballersbet-ko447n .ballersbet-52o7g0 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ballersbet-ko447n .ballersbet-l9zpb9 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .ballersbet-ko447n .ballersbet-j0cync:not(:first-child) {
    border: none;
  }
  .ballersbet-ko447n .ballersbet-j0cync:first-child .ballersbet-52o7g0 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .ballersbet-ko447n .ballersbet-j0cync:last-child .ballersbet-52o7g0 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .ballersbet-wj13xj {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .ballersbet-beymle {
    max-width: 100px;
  }
  .ballersbet-zu4ski {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ballersbet-fzqmzu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ballersbet-fzqmzu svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .ballersbet-5mwtxe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .ballersbet-zu4ski + .ballersbet-fzqmzu {
    margin-left: auto;
  }
  .ballersbet-61uxul {
    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;
  }
  .ballersbet-61uxul.ballersbet-dfxz2h {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .ballersbet-9wisgb {
    -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;
  }
  .ballersbet-9i71mt {
    width: 100%;
  }
  .ballersbet-9i71mt:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .ballersbet-xs02hy {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .ballersbet-xs02hy svg {
    margin-right: 4px;
  }
  .ballersbet-ldjes3 {
    -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;
  }
  .ballersbet-zh9edr svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .ballersbet-zh9edr {
    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;
  }
  .ballersbet-92nsbo {
    display: none;
    width: 100%;
  }
  .ballersbet-ldjes3.ballersbet-dfxz2h .ballersbet-92nsbo {
    padding: 0 0 0 48px;
  }
  .ballersbet-mohbus {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .ballersbet-n6mny3 .ballersbet-lmagy5 {
    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;
  }
  .ballersbet-nvk0oe {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ballersbet-nvk0oe + .ballersbet-nvk0oe {
    margin-right: 0;
  }
  .ballersbet-nvk0oe + .ballersbet-lmagy5 {
    margin: 0;
  }
  .ballersbet-a5yfia {
    grid-template-columns: repeat(4, 1fr);
  }
  .ballersbet-y0z3lu {
    grid-template-columns: repeat(3, 1fr);
  }
  .ballersbet-j41sds,
  .ballersbet-95sfbr {
    grid-template-columns: repeat(2, 1fr);
  }
  .ballersbet-mzwehr {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ballersbet-mzwehr.ballersbet-48l3it .ballersbet-wzk1jx {
    grid-column: auto;
    grid-row: auto;
  }
  .ballersbet-mzwehr > .ballersbet-o1243w {
    grid-column: 1/2;
  }
  .ballersbet-mzwehr.ballersbet-48l3it > :not(.get-image) {
    grid-column: 1/2;
  }
  .ballersbet-mzwehr .ballersbet-lmagy5,
  .ballersbet-mzwehr.ballersbet-48l3it > .ballersbet-lmagy5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ballersbet-mzwehr.ballersbet-48l3it > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .ballersbet-7pbfbz.ballersbet-7e813g .ballersbet-mzwehr > .ballersbet-lmagy5 {
    grid-row: 1/2;
  }
  .ballersbet-mzwehr .ballersbet-o1243w ~ .ballersbet-lmagy5,
  .ballersbet-mzwehr.ballersbet-48l3it .ballersbet-o1243w ~ .ballersbet-lmagy5 {
    grid-row: 2/3;
  }
  .ballersbet-7pbfbz.ballersbet-7e813g .ballersbet-o1243w ~ .ballersbet-lmagy5 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .ballersbet-0pxkha:first-child .ballersbet-91qqup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ballersbet-0pxkha:first-child .ballersbet-91qqup h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .ballersbet-0pxkha {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .ballersbet-0pxkha {
    padding: 0;
  }
  .ballersbet-cek8qv {
    margin-top: 1rem;
  }
  .ballersbet-yi4ai9 {
    border-radius: 5px;
  }
  .ballersbet-j5oi16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ballersbet-zdygt5::after {
    display: inline-block;
  }
  .ballersbet-zdygt5 {
    margin: 0;
    width: 100%;
  }
  .ballersbet-1kj4yc {
    width: 100%;
  }
  .ballersbet-1kj4yc.ballersbet-5625yc {
    -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%;
  }
  .ballersbet-1kj4yc.ballersbet-5625yc .ballersbet-9y9e29 {
    width: 100%;
  }
  .ballersbet-1kj4yc.ballersbet-5625yc .ballersbet-9y9e29:not(:last-child) {
    margin-right: 0;
  }
  .ballersbet-bac5oi {
    width: 100%;
    text-align: center;
  }
  .ballersbet-erlf1z.ballersbet-dfxz2h .ballersbet-1kj4yc {
    margin-top: 1rem;
  }
  .ballersbet-a5yfia {
    grid-template-columns: repeat(3, 1fr);
  }
  .ballersbet-z75ohr,
  .ballersbet-y0z3lu {
    grid-template-columns: repeat(2, 1fr);
  }
  .ballersbet-j41sds,
  .ballersbet-95sfbr,
  .ballersbet-kaiald {
    grid-template-columns: 1fr;
  }
  .ballersbet-ko586w {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .ballersbet-bktkxy {
    min-width: 300px;
    max-width: 325px;
  }
  .ballersbet-52o7g0 {
    cursor: auto;
  }
  .ballersbet-qcb5o2 .ballersbet-52o7g0 {
    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;
  }
  .ballersbet-e33whx {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .ballersbet-92nsbo {
    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) {
  .ballersbet-e33whx {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.ballersbet-nvk0oe p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .ballersbet-fzqmzu {
    margin: 0 -0.2rem;
  }
  .ballersbet-nvk0oe {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ballersbet-aetd7f {
    -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;
  }
  .ballersbet-e235vl {
    max-width: 100%;
  }
  .ballersbet-a5yfia {
    grid-template-columns: repeat(2, 1fr);
  }
  .ballersbet-z75ohr,
  .ballersbet-y0z3lu {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .ballersbet-wj13xj {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ballersbet-fzqmzu {
    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;
  }
  .ballersbet-ta69ap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ballersbet-uhgq9j {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ballersbet-vu5xxv,
  .ballersbet-xzgfg5 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .ballersbet-rc57f9 {
    width: 100%;
  }
  .ballersbet-a5yfia {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .ballersbet-e33whx {
    top: 127px !important;
  }
}

.ballersbet-a0o0sg {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .ballersbet-a0o0sg {
  }
}

@media (max-width: 767px) {
  .ballersbet-a0o0sg {
    margin-bottom: 12px;
  }
}

.ballersbet-a0o0sg img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.ballersbet-tsoxzb {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.ballersbet-tsoxzb > .ballersbet-ymn9pj {
  flex: 1 1;
}

@media (max-width: 767px) {
  .ballersbet-tsoxzb {
    flex-direction: column;
    gap: 12px;
  }
}

.ballersbet-7frsru {
  display: flex;
}

.ballersbet-7frsru .ballersbet-zg385d {
  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;
}

.ballersbet-7frsru .ballersbet-bvbcqo {
  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;
}

.ballersbet-7frsru .ballersbet-2ybgct {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.ballersbet-7frsru .ballersbet-n5m6p7 {
  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));
  }
}

.ballersbet-7frsru .ballersbet-n5m6p7:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.ballersbet-7frsru .ballersbet-a5xioq {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.ballersbet-mvw83t {
  border: unset;
  background-color: unset;
}

.ballersbet-mvw83t tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ballersbet-mvw83t .ballersbet-epo43d,
.ballersbet-mvw83t .ballersbet-m1dts2 {
  flex: 0 1 330px;
}

.ballersbet-mvw83t .ballersbet-1wya6n {
  flex: 1 1;
}

.ballersbet-mvw83t tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.ballersbet-mvw83t tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.ballersbet-mvw83t tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.ballersbet-mvw83t tr td p {
  color: #fff;
  margin: 0;
}

.ballersbet-mvw83t tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.ballersbet-mvw83t tr.ballersbet-epo43d td p {
  padding: 16px 0;
}

.ballersbet-mvw83t tr.ballersbet-epo43d td p:not(:last-child),
.ballersbet-mvw83t tr.ballersbet-m1dts2 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.ballersbet-mvw83t tr.ballersbet-epo43d td p:first-child,
.ballersbet-mvw83t tr.ballersbet-m1dts2 td p:first-child {
  padding-top: 0;
}

.ballersbet-mvw83t tr.ballersbet-m1dts2 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.ballersbet-mvw83t tr.ballersbet-m1dts2 td p:last-child {
  padding-bottom: 0;
}

.ballersbet-mvw83t .ballersbet-m1dts2 img {
  max-width: 32px;
}

.ballersbet-mvw83t .ballersbet-1wya6n {
  min-width: 718px;
}

.ballersbet-mvw83t .ballersbet-1wya6n td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.ballersbet-mvw83t .ballersbet-1wya6n td {
  display: flex;
}

.ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-28krg4,
.ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-b6xn59,
.ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-ithwbz {
  flex: 1 1 50%;
}

.ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-kuxqxo {
  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;
}

.ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-0in5cy,
.ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-t62gkl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-28krg4,
.ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-b6xn59 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-28krg4 span,
.ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-b6xn59 span {
  font-weight: 800;
}

.ballersbet-mvw83t .ballersbet-1wya6n img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .ballersbet-mvw83t .ballersbet-1wya6n td .ballersbet-ithwbz:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .ballersbet-mvw83t tr.ballersbet-epo43d td p:last-child {
    padding-bottom: 0;
  }
  .ballersbet-mvw83t .ballersbet-m1dts2 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .ballersbet-mvw83t .ballersbet-m1dts2 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .ballersbet-mvw83t tr.ballersbet-epo43d td p:not(:last-child),
  .ballersbet-mvw83t tr.ballersbet-m1dts2 td p:not(:last-child) {
    border-bottom: unset;
  }
  .ballersbet-mvw83t tr.ballersbet-m1dts2 td p:last-child {
    padding-bottom: 12px;
  }
  .ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-28krg4,
  .ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-b6xn59,
  .ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-ithwbz {
    flex: 1 1 50%;
    padding: 0;
  }
  .ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-28krg4,
  .ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-b6xn59 {
    margin-top: 16px;
  }
  .ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-ithwbz {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-28krg4 {
    border-right: 1px solid var(--border-color);
  }
  .ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-ithwbz:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .ballersbet-mvw83t .ballersbet-1wya6n td:last-child .ballersbet-ithwbz:last-child {
    padding-bottom: 0;
  }
}

.ballersbet-ithwbz {
  display: flex;
  flex-direction: column;
}

.ballersbet-mvw83t .ballersbet-1wya6n td .ballersbet-ithwbz {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.ballersbet-mvw83t .ballersbet-1wya6n td .ballersbet-ithwbz:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.ballersbet-mvw83t .ballersbet-1wya6n td .ballersbet-ithwbz:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .ballersbet-mvw83t .ballersbet-1wya6n td .ballersbet-ithwbz:not(:first-child) {
    padding-left: 0;
  }
  .ballersbet-mvw83t .ballersbet-1wya6n td .ballersbet-ithwbz:not(:last-of-type) {
    border-right: unset;
  }
}

.ballersbet-mvw83t .ballersbet-72vygr {
  flex: 0 1 485px;
}

.ballersbet-mvw83t .ballersbet-nzzjol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.ballersbet-mvw83t .ballersbet-nzzjol li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ballersbet-mvw83t .ballersbet-nzzjol li.ballersbet-qoypap {
  padding: 6px 12px;
}

.ballersbet-mvw83t .ballersbet-nzzjol li a,
.ballersbet-mvw83t .ballersbet-nzzjol 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;
}

.ballersbet-mvw83t .ballersbet-n5d6hu,
.ballersbet-mvw83t .ballersbet-gsgzdi {
  flex: 1 1;
}

.ballersbet-mvw83t .ballersbet-jxlhg4,
.ballersbet-mvw83t .ballersbet-senbk0 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ballersbet-mvw83t .ballersbet-jxlhg4 li,
.ballersbet-mvw83t .ballersbet-senbk0 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.ballersbet-mvw83t .ballersbet-gsgzdi img {
  max-width: 32px;
}

.ballersbet-mvw83t .ballersbet-n5d6hu img {
  max-width: 32px;
}

.ballersbet-mvw83t .ballersbet-v7js32 {
  min-width: 280px;
}

.ballersbet-mvw83t .ballersbet-v7js32 img {
  max-width: 146px;
}

.ballersbet-mvw83t .ballersbet-v7js32 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .ballersbet-mvw83t .ballersbet-epo43d,
  .ballersbet-mvw83t .ballersbet-m1dts2 {
    flex: 0 1 auto;
  }
  .ballersbet-mvw83t .ballersbet-1wya6n {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .ballersbet-mvw83t .ballersbet-epo43d,
  .ballersbet-mvw83t .ballersbet-72vygr,
  .ballersbet-mvw83t .ballersbet-m1dts2,
  .ballersbet-mvw83t .ballersbet-1wya6n {
    flex: 1 1 calc(50% - 20px);
  }
  .ballersbet-mvw83t .ballersbet-n5d6hu,
  .ballersbet-mvw83t .ballersbet-v7js32,
  .ballersbet-mvw83t .ballersbet-gsgzdi {
    flex: 1 1 30%;
  }
  .ballersbet-mvw83t .ballersbet-v7js32 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .ballersbet-mvw83t .ballersbet-epo43d,
  .ballersbet-mvw83t .ballersbet-72vygr,
  .ballersbet-mvw83t .ballersbet-n5d6hu,
  .ballersbet-mvw83t .ballersbet-m1dts2,
  .ballersbet-mvw83t .ballersbet-1wya6n,
  .ballersbet-mvw83t .ballersbet-v7js32,
  .ballersbet-mvw83t .ballersbet-gsgzdi {
    flex: 1 1 100%;
  }
}

.ballersbet-vqsdlu .ballersbet-f1xl0y {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ballersbet-vqsdlu .ballersbet-x4z7hh {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.ballersbet-vqsdlu .ballersbet-mj2ezg {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.ballersbet-vqsdlu .ballersbet-qo8fe6 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.ballersbet-vqsdlu .ballersbet-qo8fe6 > :nth-child(3) {
  margin-top: 0;
}

.ballersbet-vqsdlu .ballersbet-lmagy5 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.ballersbet-vqsdlu .ballersbet-a92trc {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.ballersbet-vqsdlu .ballersbet-cek8qv {
  grid-column: 1/2;
}

.ballersbet-vqsdlu > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.ballersbet-vqsdlu .ballersbet-x4z7hh: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;
}

.ballersbet-vqsdlu .ballersbet-x4z7hh:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.ballersbet-vqsdlu .ballersbet-rc57f9 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .ballersbet-vqsdlu .ballersbet-x4z7hh:not(:last-child):before {
    bottom: 8px;
  }
  .ballersbet-vqsdlu .ballersbet-x4z7hh:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .ballersbet-vqsdlu .ballersbet-qo8fe6 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .ballersbet-vqsdlu .ballersbet-lmagy5 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .ballersbet-vqsdlu .ballersbet-lmagy5 img {
    width: 100%;
    height: auto;
  }
  .ballersbet-vqsdlu .ballersbet-rc57f9 {
    width: 100%;
    min-width: unset;
  }
}

.ballersbet-x11yhz .ballersbet-rhvrm5 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.ballersbet-x11yhz .ballersbet-rw7ya9 {
  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;
}

.ballersbet-x11yhz .ballersbet-lmagy5 {
  height: 100%;
}

.ballersbet-x11yhz .ballersbet-lmagy5 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.ballersbet-x11yhz .ballersbet-755zjt {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.ballersbet-x11yhz .ballersbet-9rhcb5 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.ballersbet-x11yhz .ballersbet-38kzos {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .ballersbet-x11yhz .ballersbet-rw7ya9 {
    flex: 1 1 100%;
  }
  .ballersbet-x11yhz .ballersbet-5votq6 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .ballersbet-x11yhz .ballersbet-rw7ya9 {
    flex-direction: column;
  }
  .ballersbet-x11yhz .ballersbet-lmagy5 {
    width: 100%;
    height: auto;
  }
  .ballersbet-x11yhz .ballersbet-lmagy5 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .ballersbet-x11yhz .ballersbet-755zjt {
    padding: 0 16px 16px 16px;
  }
  .ballersbet-x11yhz .ballersbet-5votq6 {
    min-width: unset;
    width: 100%;
  }
}

.ballersbet-ui17j9 .ballersbet-gzlm4x {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.ballersbet-ui17j9 .ballersbet-h425hc {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.ballersbet-ui17j9 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;
}

.ballersbet-ui17j9 .ballersbet-dzi72b {
  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;
}

.ballersbet-ui17j9 .ballersbet-h425hc:hover .ballersbet-dzi72b {
  display: flex;
}

.ballersbet-ui17j9 .ballersbet-f8jp4b {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ballersbet-ui17j9 .ballersbet-9t7d5b {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.ballersbet-ajf0ok {
  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;
}

.ballersbet-ajf0ok.ballersbet-cfwpse {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.ballersbet-8a2dmw ease-in-out;
}

.ballersbet-ajf0ok.ballersbet-cfwpse:hover {
  color: #f9cb16;
  background-color: transparent;
}

.ballersbet-ui17j9 .ballersbet-m5hlto {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.ballersbet-8a2dmw ease-in-out;
}

.ballersbet-ui17j9 .ballersbet-m5hlto:hover {
  color: #196948;
  background-color: #f9cb16;
}

.ballersbet-ui17j9 .ballersbet-m5hlto:after,
.ballersbet-ajf0ok.ballersbet-cfwpse:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.ballersbet-ajf0ok.ballersbet-cfwpse:after {
  background-image: url(../images/Cash.svg);
}

.ballersbet-ui17j9 .ballersbet-m5hlto:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .ballersbet-ui17j9 .ballersbet-gzlm4x {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .ballersbet-ui17j9 .ballersbet-gzlm4x {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ballersbet-ui17j9 .ballersbet-gzlm4x {
    grid-template-columns: 1fr;
  }
  .ballersbet-ui17j9 .ballersbet-h425hc {
    height: auto;
  }
  .ballersbet-ui17j9 .ballersbet-h425hc .ballersbet-dzi72b {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .ballersbet-ui17j9 .ballersbet-f8jp4b,
  .ballersbet-ui17j9 .ballersbet-9t7d5b {
    text-align: left;
  }
  .ballersbet-ui17j9 .ballersbet-9t7d5b {
    margin-bottom: 8px;
  }
  .ballersbet-ui17j9 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.ballersbet-ctlont {
  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;
}

.ballersbet-ctlont.ballersbet-iq5bow {
  display: block;
}

.ballersbet-ctlont .ballersbet-9lasfp {
  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;
}

.ballersbet-ctlont .ballersbet-0dpqgx {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.ballersbet-ctlont .ballersbet-tzyn4k {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.ballersbet-ctlont .ballersbet-c87sz7 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.ballersbet-ctlont .ballersbet-ajf0ok {
  min-width: 296px;
  margin-bottom: 0;
}

.ballersbet-ctlont .ballersbet-8r38hv {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ballersbet-ctlont .ballersbet-c2vz7z {
  position: relative;
  flex: 1 1;
}

.ballersbet-ctlont .ballersbet-c2vz7z iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .ballersbet-ctlont .ballersbet-0dpqgx {
    flex-wrap: wrap;
    gap: 8px;
  }
  .ballersbet-ctlont .ballersbet-tzyn4k {
    order: 1;
  }
  .ballersbet-ctlont .ballersbet-c87sz7 {
    order: 3;
    flex: 1 1 100%;
  }
  .ballersbet-ctlont .ballersbet-ajf0ok {
    width: 100%;
    min-width: unset;
  }
  .ballersbet-ctlont .ballersbet-8r38hv {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .ballersbet-mzwehr > .ballersbet-o1243w {
    margin-bottom: 0;
  }
  .ballersbet-mzwehr > .ballersbet-cek8qv,
  .ballersbet-mzwehr > p {
    margin-top: 0;
  }
}

.ballersbet-er488c img,
.ballersbet-nvk0oe img {
  width: auto;
  object-fit: contain;
}

.ballersbet-er488c {
  align-items: center;
}

.ballersbet-er488c img {
  max-height: 76px;
}

.ballersbet-nvk0oe img {
  max-height: 64px;
}

.ballersbet-sax03u {
  overflow: auto;
}

.ballersbet-4ymsv2 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.ballersbet-ulagml:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.ballersbet-ewyazq {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.ballersbet-mq2r0p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ballersbet-ewyazq .ballersbet-lmagy5 {
  margin-right: 20px;
  flex-shrink: 0;
}

.ballersbet-ewyazq img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.ballersbet-vrmcan {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.ballersbet-vrmcan > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ballersbet-ewyazq {
    padding: 15px 10px;
  }
  .ballersbet-vrmcan {
    padding: 15px 10px;
  }
  .ballersbet-ewyazq .ballersbet-lmagy5 {
    margin-right: 10px;
  }
}

.ballersbet-ff46v5 {
  overflow-x: auto;
}

.ballersbet-etvx6c {
  border-collapse: collapse;
  width: 100%;
}

.ballersbet-ff46v5 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.ballersbet-ff46v5 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.ballersbet-ff46v5 td.ballersbet-84u9i1 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.ballersbet-ff46v5 td.ballersbet-xk2ktk {
  border-right: none;
}

.ballersbet-ff46v5 td.ballersbet-xk2ktk .ballersbet-lmagy5 {
  justify-content: flex-start;
}

.ballersbet-ff46v5 td.ballersbet-xk2ktk .ballersbet-lmagy5 img {
  height: auto;
  width: 90px;
}

.ballersbet-ff46v5 td.ballersbet-f2qvw8,
.ballersbet-ff46v5 td.ballersbet-r2hmhr {
  font-weight: 600;
  text-align: right;
}

.ballersbet-ff46v5 td.ballersbet-x6hngy,
.ballersbet-ff46v5 td.ballersbet-f2qvw8 {
  padding-bottom: 10px;
  border-bottom: none;
}

.ballersbet-ff46v5 td.ballersbet-f2qvw8,
.ballersbet-ff46v5 td.ballersbet-r2hmhr {
  border-left: none;
}

.ballersbet-ff46v5 td.ballersbet-x6hngy,
.ballersbet-ff46v5 td.ballersbet-m2xmiq {
  border-right: none;
}

.ballersbet-ff46v5 td.ballersbet-m2xmiq,
.ballersbet-ff46v5 td.ballersbet-r2hmhr {
  border-top: none;
  padding-top: 10px;
}

.ballersbet-fhyk06 {
  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;
}

.ballersbet-fhyk06 .ballersbet-5votq6 {
  min-width: unset;
  width: 100%;
}

.ballersbet-fhyk06 .ballersbet-5votq6.ballersbet-wqm5xi {
  grid-column: 1/2;
  grid-row: 1/2;
}

.ballersbet-fhyk06 .ballersbet-5votq6.ballersbet-g9v6gq {
  grid-column: 2/3;
  grid-row: 1/2;
}

.ballersbet-fhyk06 .ballersbet-q5f0cr {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .ballersbet-fhyk06 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .ballersbet-fhyk06 .ballersbet-5votq6.ballersbet-wqm5xi {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ballersbet-fhyk06 .ballersbet-5votq6.ballersbet-g9v6gq {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .ballersbet-fhyk06 .ballersbet-q5f0cr {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.ballersbet-j05q52 {
  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;
}

.ballersbet-vhshzd {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.ballersbet-jtlevb p a img {
  margin: 0 auto;
  display: block;
}

.ballersbet-jtlevb table {
  margin-bottom: 17px;
}

/* contanct form */
.ballersbet-6uevhf {
  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;
}

.ballersbet-6uevhf label {
  font-size: 14px;
}

.ballersbet-6uevhf h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ballersbet-6uevhf input,
.ballersbet-6uevhf textarea,
.ballersbet-6uevhf 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;
}
.ballersbet-6uevhf button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.ballersbet-8a2dmw ease;
}
.ballersbet-6uevhf button:hover {
  background-color: #691204;
}
.ballersbet-i2lwrc {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.ballersbet-v2426o ease-in;
}

.ballersbet-i2lwrc h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}