@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);
}

.threezerobet-9e6dlp {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.threezerobet-1mwa9e {
  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.threezerobet-pyl1cn,
ul.threezerobet-pyl1cn {
  padding-left: 20px;
}

ul.threezerobet-pyl1cn {
  list-style: disc;
}

ol.threezerobet-pyl1cn {
  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;
  }
}

.threezerobet-6k99yr > .threezerobet-3x8bkn,
.threezerobet-6k99yr > .threezerobet-kwz8w7,
.threezerobet-6k99yr > blockquote,
.threezerobet-6k99yr > h1,
.threezerobet-6k99yr > h2,
.threezerobet-6k99yr > h3,
.threezerobet-6k99yr > h4,
.threezerobet-6k99yr > h5,
.threezerobet-6k99yr > h6,
.threezerobet-6k99yr > ol,
.threezerobet-6k99yr > p,
.threezerobet-6k99yr > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.threezerobet-6k99yr > ol,
.threezerobet-6k99yr > ul {
  padding-left: 50px;
}

.threezerobet-6k99yr 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;
}

.threezerobet-6k99yr:not(:last-child) {
  margin-bottom: 2rem;
}

.threezerobet-6k99yr > :not(:first-child) {
  margin-top: 2rem;
}

.threezerobet-6k99yr {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.threezerobet-6k99yr:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .threezerobet-6k99yr:first-child {
    margin-top: 20px;
  }
}

.threezerobet-6k99yr > p:last-of-type {
  margin-bottom: 32px;
}

.threezerobet-6k99yr > .threezerobet-szcu3n:not(:first-child) {
  margin: 64px auto 16px auto;
}

.threezerobet-45xnqt > .threezerobet-szcu3n {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.threezerobet-kwz8w7 {
  overflow: auto;
}

.threezerobet-kwz8w7::-webkit-scrollbar {
  height: 5px;
}

.threezerobet-kwz8w7 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.threezerobet-kwz8w7 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.threezerobet-kwz8w7 table thead,
table thead {
  border-bottom: none;
}

.threezerobet-kwz8w7 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.threezerobet-kwz8w7 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.threezerobet-kwz8w7 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.threezerobet-kwz8w7 .threezerobet-wycf6y {
  table-layout: auto;
}

.threezerobet-kwz8w7 .threezerobet-wycf6y th {
  word-break: normal;
}

.threezerobet-kwz8w7 .threezerobet-wycf6y td {
  word-break: normal;
}

.threezerobet-9e6dlp .threezerobet-9e6dlp {
  padding-right: 0;
  padding-left: 0;
}

.threezerobet-5otegc {
  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;
}

.threezerobet-3bf5bs {
  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;
}

.threezerobet-hge0dx {
  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;
}

.threezerobet-3x8bkn {
  margin-top: 24px;
}

.threezerobet-3x8bkn.threezerobet-g04fyf {
  text-align: left;
}

.threezerobet-3x8bkn.threezerobet-wdmgeq {
  text-align: right;
}

.threezerobet-3x8bkn.threezerobet-c1qhxc {
  text-align: center;
}

.threezerobet-1hkt8m {
  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.threezerobet-xt1clm ease-in-out;
  cursor: pointer;
}

.threezerobet-1hkt8m:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.threezerobet-1hkt8m {
  min-width: 328px;
}

@media (max-width: 768px) {
  .threezerobet-1hkt8m {
    min-width: unset;
  }
}

.threezerobet-5gtpdc {
  background-color: var(--fh-bg-color);
}

.threezerobet-8r6q6o {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.threezerobet-ci9l2x {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.threezerobet-ci9l2x img {
  max-height: 80px;
  object-fit: contain;
}

.threezerobet-q1wyq9 {
  flex: 1 1;
}

.threezerobet-1na8mu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.threezerobet-yqus4s {
  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;
}

.threezerobet-yqus4s 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;
}

.threezerobet-yqus4s.threezerobet-dy9350 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.threezerobet-yqus4s.threezerobet-dy9350 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.threezerobet-yqus4s.threezerobet-dy9350 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.threezerobet-q1wyq9 + .threezerobet-1na8mu {
  margin-left: 20px;
}

.threezerobet-3t1ru1 {
  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;
}

.threezerobet-3t1ru1 > svg {
  max-width: 24px;
  max-height: 24px;
}

.threezerobet-3t1ru1 + .threezerobet-3t1ru1 {
  margin-left: 5px;
}

.threezerobet-5u4r00 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.threezerobet-5u4r00:hover {
  background-color: var(--button-bg-hover);
}

.threezerobet-5o8r42 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.threezerobet-xt1clm ease-in-out;
  border: 1px solid var(--border-color);
}

.threezerobet-5o8r42:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.threezerobet-qsf3qu {
  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) {
  .threezerobet-q1wyq9 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .threezerobet-qsf3qu {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .threezerobet-q1wyq9 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .threezerobet-3t1ru1 {
    min-width: unset;
    flex: 1 1;
  }
}

.threezerobet-3m71m0 {
  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;
}

.threezerobet-3m71m0:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.threezerobet-3m71m0:hover .threezerobet-d1tnhf {
  opacity: 1;
  pointer-events: auto;
}

.threezerobet-l9n9jy {
  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.threezerobet-yusqg1 ease-in-out;
  gap: 4px;
}

.threezerobet-l9n9jy > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.threezerobet-l9n9jy .threezerobet-5otegc img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.threezerobet-cwetyx,
.threezerobet-l9n9jy:hover {
  color: var(--button-bg-hover);
}

.threezerobet-hswneg {
  position: relative;
}

.threezerobet-hswneg .threezerobet-l9n9jy {
  margin-right: 0;
  padding-right: 4px;
}

.threezerobet-a8kqj2 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.threezerobet-hswneg.threezerobet-dy9350 .threezerobet-a8kqj2 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.threezerobet-hswneg.threezerobet-dy9350 .threezerobet-d1tnhf {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.threezerobet-hswneg.threezerobet-dy9350 .threezerobet-d1tnhf::before {
  display: none;
}

.threezerobet-a8kqj2 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.threezerobet-d1tnhf {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.threezerobet-av71uo 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.threezerobet-d1tnhf::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.threezerobet-d1tnhf:hover {
  color: var(--fh-bg-color);
}

.threezerobet-jd5krx {
  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.threezerobet-av71uo 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.threezerobet-yusqg1 ease-in-out;
  -o-transition: 0.threezerobet-yusqg1 ease-in-out;
  transition: 0.threezerobet-yusqg1 ease-in-out;
}

.threezerobet-jd5krx .threezerobet-5otegc img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.threezerobet-vl7niv,
.threezerobet-jd5krx:hover {
  color: var(--button-bg-hover);
}

.threezerobet-cfsdia {
  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%;
}

.threezerobet-cfsdia.threezerobet-x74p4c {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.threezerobet-cfsdia.threezerobet-x74p4c:after,
.threezerobet-cfsdia.threezerobet-x74p4c:before {
  content: "";
  position: absolute;
  margin: auto;
}

.threezerobet-cfsdia.threezerobet-x74p4c: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);
  }
}

.threezerobet-cfsdia.threezerobet-x74p4c:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.threezerobet-cfsdia.threezerobet-x74p4c > * {
  z-index: 1;
}

.threezerobet-cfsdia b,
.threezerobet-cfsdia strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.threezerobet-cfsdia .threezerobet-2jbr4h {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.threezerobet-cfsdia .threezerobet-bghwha {
  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;
}

.threezerobet-cfsdia .threezerobet-5otegc {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.threezerobet-cfsdia .threezerobet-f85z9v {
  margin-top: 12px;
}

.threezerobet-f85z9v {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.threezerobet-gonslj {
  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;
}

.threezerobet-f85z9v .threezerobet-oi9zla {
  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.threezerobet-xt1clm ease-in-out;
}

.threezerobet-f85z9v .threezerobet-oi9zla:hover {
  background: rgba(255, 255, 255, 0.3);
}

.threezerobet-sswozn {
  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;
}

.threezerobet-cfsdia.threezerobet-v8umfj {
  gap: 12px;
  padding: 16px;
}

.threezerobet-cfsdia.threezerobet-v8umfj .threezerobet-sswozn {
  min-width: 240px;
}

.threezerobet-cfsdia.threezerobet-v8umfj .threezerobet-sswozn.threezerobet-1l3mab {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .threezerobet-cfsdia .threezerobet-2jbr4h {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .threezerobet-cfsdia .threezerobet-bghwha {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .threezerobet-cfsdia .threezerobet-5otegc {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .threezerobet-cfsdia.threezerobet-v8umfj .threezerobet-5otegc {
    max-width: 126px;
  }
  .threezerobet-cfsdia .threezerobet-f85z9v {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .threezerobet-cfsdia .threezerobet-gonslj {
    max-width: unset;
  }
  .threezerobet-sswozn {
    min-width: unset;
    width: 100%;
  }
  .threezerobet-cfsdia .threezerobet-sswozn {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .threezerobet-cfsdia.threezerobet-v8umfj {
    grid-template-rows: auto 1fr auto;
  }
  .threezerobet-cfsdia.threezerobet-v8umfj .threezerobet-sswozn {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .threezerobet-cfsdia {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .threezerobet-cfsdia .threezerobet-2jbr4h {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .threezerobet-cfsdia .threezerobet-5otegc {
    max-width: 78px;
  }
  .threezerobet-cfsdia .threezerobet-f85z9v {
    margin-top: -12px;
  }
  .threezerobet-cfsdia.threezerobet-v8umfj {
    gap: 8px;
  }
  .threezerobet-cfsdia.threezerobet-v8umfj .threezerobet-2jbr4h {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .threezerobet-cfsdia.threezerobet-v8umfj .threezerobet-bghwha {
    grid-column: 1/3;
  }
  .threezerobet-cfsdia.threezerobet-v8umfj .threezerobet-5otegc {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .threezerobet-cfsdia.threezerobet-v8umfj .threezerobet-5otegc img {
    max-width: 114px;
  }
}

.threezerobet-sswozn.threezerobet-5o4tgg,
.threezerobet-sswozn.threezerobet-v5531y,
.threezerobet-sswozn.threezerobet-kpiwfm {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.threezerobet-xt1clm ease-in-out;
}

.threezerobet-sswozn.threezerobet-5o4tgg,
.threezerobet-sswozn.threezerobet-kpiwfm {
  padding: 10px;
}

.threezerobet-sswozn.threezerobet-5o4tgg:hover,
.threezerobet-sswozn.threezerobet-v5531y:hover,
.threezerobet-sswozn.threezerobet-kpiwfm:hover {
  background: var(--button-bg-hover);
}

.threezerobet-sswozn.threezerobet-5o4tgg:hover svg path,
.threezerobet-sswozn.threezerobet-kpiwfm:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.threezerobet-sswozn.threezerobet-1l3mab {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.threezerobet-xt1clm ease-in-out;
  background: var(--button-bg-color);
}

.threezerobet-sswozn.threezerobet-1l3mab:hover {
  background-color: var(--button-bg-hover);
}

.threezerobet-sswozn.threezerobet-v5531y: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);
  }
}

.threezerobet-sswozn.threezerobet-v5531y:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.threezerobet-sswozn.threezerobet-1l3mab:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.threezerobet-zdau9r {
  max-width: 650px;
}

.threezerobet-1t370q {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.threezerobet-3paz8o {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.threezerobet-42k0u0 {
  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.threezerobet-yusqg1 ease-in-out;
  cursor: pointer;
}

.threezerobet-42k0u0:hover {
  opacity: 0.5;
}

.threezerobet-42k0u0:focus {
  outline: 0;
}

.threezerobet-42k0u0:focus .threezerobet-kocqyk,
.threezerobet-42k0u0:hover .threezerobet-kocqyk {
  fill: red;
  fill-opacity: 1;
}

.threezerobet-42k0u0:hover {
  cursor: pointer;
}

.threezerobet-1nmu9t {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.threezerobet-zdau9r.threezerobet-c1qhxc {
  margin: 0 auto;
}

.threezerobet-zdau9r.threezerobet-wdmgeq {
  margin-left: auto;
}

.threezerobet-liuwm4 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.threezerobet-57y6h9 {
  padding-bottom: 50px;
}

.threezerobet-w7gpz5 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.threezerobet-p5xor5 {
  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;
}

.threezerobet-hmszrb {
  margin-top: 24px;
}

.threezerobet-d3fmq7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.threezerobet-7yip8i {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.threezerobet-zn82z9 {
  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;
}

.threezerobet-5puy43 {
  width: 468px;
}

.threezerobet-zn82z9 .threezerobet-d1tnhf {
  margin: 0.threezerobet-cvx5hh 0;
}

.threezerobet-evaoqw {
  display: flex;
  min-width: 224px;
}

.threezerobet-p5wtfc {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.threezerobet-yusqg1 ease-in-out;
}

.threezerobet-5jt7tx,
.threezerobet-p5wtfc:hover {
  color: var(--text-color);
}

.threezerobet-j5fkt4 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.threezerobet-cop7mp {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .threezerobet-liuwm4 {
    padding: 16px;
  }
  .threezerobet-j5fkt4 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .threezerobet-cop7mp {
    align-items: center;
  }
  .threezerobet-5puy43 {
    width: unset;
  }
  .threezerobet-evaoqw {
    min-width: unset;
  }
  .threezerobet-zn82z9 {
    max-height: unset;
  }
  .threezerobet-w7gpz5 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .threezerobet-liuwm4 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.threezerobet-j22x9s {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.threezerobet-j22x9s:not(:last-child) {
  margin-bottom: 16px;
}

.threezerobet-k4yhrx {
  outline: 0;
}

.threezerobet-k4yhrx .threezerobet-nc9fxz {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.threezerobet-miuus8 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .threezerobet-miuus8 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.threezerobet-miuus8::-webkit-details-marker {
  display: none;
}

.threezerobet-miuus8: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;
}

.threezerobet-miuus8: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] .threezerobet-miuus8:after {
  transform: unset;
}

.threezerobet-nc9fxz {
  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);
}

.threezerobet-nc9fxz 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.threezerobet-yusqg1 ease-in-out;
  -o-transition: 0.threezerobet-yusqg1 ease-in-out;
  transition: 0.threezerobet-yusqg1 ease-in-out;
}

.threezerobet-cpq85d {
  padding: 16px 0 0 0;
}

.threezerobet-cpq85d * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .threezerobet-cpq85d :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .threezerobet-miuus8 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .threezerobet-miuus8::after {
    margin-left: auto;
  }
  .threezerobet-nc9fxz {
    order: 3;
    flex: 1 1 100%;
  }
  .threezerobet-miuus8 {
    font-size: 14px;
    line-height: 130%;
  }
  .threezerobet-nc9fxz svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.threezerobet-ax8png {
  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;
}

.threezerobet-r3y0hy {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.threezerobet-ax8png.threezerobet-dy9350 .threezerobet-r3y0hy {
  margin-bottom: 12px;
}

.threezerobet-r3y0hy::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;
}

.threezerobet-ax8png.threezerobet-dy9350 .threezerobet-r3y0hy::after {
  transform: unset;
}

.threezerobet-g818hx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.threezerobet-sb128n {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.threezerobet-yusqg1 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.threezerobet-sb128n: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;
}

.threezerobet-ax8png.threezerobet-dy9350 .threezerobet-g818hx {
  max-height: 100%;
}

.threezerobet-oh9kl4 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.threezerobet-3qq4mp {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.threezerobet-qwxyjh {
  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;
}

.threezerobet-5gi3ja {
  margin-right: 4px;
}

.threezerobet-ab6apx {
  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.threezerobet-yusqg1 ease-in-out;
}

.threezerobet-ab6apx svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.threezerobet-anedgc,
.threezerobet-ab6apx:hover {
  color: var(--text-color);
}

.threezerobet-12azzv {
  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;
}

.threezerobet-12azzv img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.threezerobet-12azzv .threezerobet-zsd5dn {
  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;
}

.threezerobet-12azzv .threezerobet-u3voz5 {
  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;
}

.threezerobet-nv3ta4 {
  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;
}

.threezerobet-bfsz6l {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.threezerobet-7hq1mf .threezerobet-9e6dlp {
  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;
}

.threezerobet-7hq1mf {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.threezerobet-px52kj {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.threezerobet-v5cqdl {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.threezerobet-dh8lj6 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.threezerobet-c0w9jm 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;
}

.threezerobet-dh8lj6:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.threezerobet-05td1j {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.threezerobet-gkh1cd {
  -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.threezerobet-yusqg1 ease-in-out;
  transition: transform 0.threezerobet-yusqg1 ease-in-out;
  -o-transition: transform 0.threezerobet-yusqg1 ease-in-out;
  transition:
    transform 0.threezerobet-yusqg1 ease-in-out,
    -webkit-transform 0.threezerobet-yusqg1 ease-in-out;
  cursor: pointer;
}

.threezerobet-gkh1cd svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.threezerobet-gkh1cd: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;
}

.threezerobet-kj9kq3 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .threezerobet-kj9kq3 {
    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);
}

.threezerobet-k2m7q6 {
  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;
}

.threezerobet-sgets2 {
  position: relative;
  width: 100%;
}

.threezerobet-k2m7q6.threezerobet-d2dfdj {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.threezerobet-k2m7q6.threezerobet-c1qhxc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.threezerobet-k2m7q6.threezerobet-wdmgeq {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.threezerobet-dtcv6x {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.threezerobet-0xi3m6 {
  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.threezerobet-yusqg1 ease-in-out;
  cursor: pointer;
}

.threezerobet-0xi3m6:hover {
  opacity: 0.5;
}

.threezerobet-k2m7q6.threezerobet-u6sk4v .threezerobet-0xi3m6 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.threezerobet-k2m7q6.threezerobet-u6sk4v .threezerobet-dtcv6x {
  cursor: pointer;
}

.threezerobet-srtc3o {
  fill: #0009;
}

.threezerobet-lrinla {
  fill: #fff;
}

.threezerobet-0xi3m6:hover .threezerobet-srtc3o {
  fill: red;
}

.threezerobet-0xi3m6 svg path {
  -webkit-transition: 0.threezerobet-yusqg1 ease-in-out;
  -o-transition: 0.threezerobet-yusqg1 ease-in-out;
  transition: 0.threezerobet-yusqg1 ease-in-out;
}

.threezerobet-n2kyvi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.threezerobet-n2kyvi > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.threezerobet-n2kyvi.threezerobet-jqd23h > :not(.get-image) {
  grid-column: 1/3;
}

.threezerobet-f4othw:not(._h1-block) .threezerobet-n2kyvi > .threezerobet-szcu3n {
  grid-row: 1/2;
  grid-column: 1/3;
}

.threezerobet-n2kyvi.threezerobet-jqd23h .threezerobet-fxgg3v {
  grid-column: 2/3;
}

.threezerobet-n2kyvi.threezerobet-jqd23h > .threezerobet-5otegc {
  grid-column: 1/2;
}

.threezerobet-n2kyvi.threezerobet-jqd23h > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.threezerobet-n2kyvi > p:first-of-type {
  margin-top: 0;
}

.threezerobet-n2kyvi .threezerobet-5otegc {
  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;
}

.threezerobet-f4othw:not(._h1-block) .threezerobet-szcu3n ~ .threezerobet-5otegc {
  grid-row: 2/10;
}

.threezerobet-f4othw.threezerobet-2l0ljv .threezerobet-szcu3n ~ .threezerobet-5otegc {
  grid-row: 1/10;
}

.threezerobet-f4othw.threezerobet-2l0ljv > .threezerobet-szcu3n {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.threezerobet-f4othw.threezerobet-2l0ljv .threezerobet-5otegc {
  grid-row: 1/10;
}

.threezerobet-n2kyvi.threezerobet-o6ez2h .threezerobet-5otegc {
  align-items: flex-start;
}

.threezerobet-n2kyvi.threezerobet-c1qhxc .threezerobet-fxgg3v {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.threezerobet-n2kyvi.threezerobet-c1qhxc .threezerobet-5otegc {
  align-items: center;
}

.threezerobet-n2kyvi.threezerobet-2ytjvl .threezerobet-5otegc {
  align-items: flex-end;
}

.threezerobet-fxgg3v > :first-child {
  margin-top: 0;
}

.threezerobet-fxgg3v > :last-child {
  margin-bottom: 0;
}

* + .threezerobet-nqf3cg,
.threezerobet-f4othw + .threezerobet-f4othw {
  margin-top: 2rem;
}

.threezerobet-9sjkpt td::before,
.threezerobet-9sjkpt th::after {
  display: none !important;
}

.threezerobet-9sjkpt #link-selector {
  color: #000;
}

.threezerobet-9sjkpt .threezerobet-1rnff0 {
  color: #135e96;
}

.threezerobet-9sjkpt .threezerobet-j2cblv *,
.threezerobet-9sjkpt .threezerobet-dmep87 p,
.threezerobet-9sjkpt .threezerobet-ouxtfc * {
  color: #000;
}

.threezerobet-9sjkpt .threezerobet-j1h0n5 {
  background: 0 0 !important;
}

.threezerobet-9sjkpt .threezerobet-5w4upg {
  color: #000;
}

.threezerobet-9sjkpt .threezerobet-5atxup.threezerobet-qw7hzs {
  color: #fff;
}

.threezerobet-9sjkpt .threezerobet-6vcxn1 {
  color: #000;
}

.threezerobet-9sjkpt
  .threezerobet-rduopi
  .threezerobet-vrhao8.threezerobet-qw7hzs.threezerobet-hq5f9x {
  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;
}

.threezerobet-0wng1p,
body .threezerobet-37qkgp {
  color: #000;
  background: var(--color-body) !important;
}

.threezerobet-0wng1p .threezerobet-ualuiz .threezerobet-hqw8ua,
body .threezerobet-37qkgp .threezerobet-ualuiz .threezerobet-hqw8ua {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .threezerobet-sb128n:focus,
  .threezerobet-sb128n:hover {
    color: #f9cb16;
  }
  .threezerobet-4ndyzd:focus,
  .threezerobet-4ndyzd:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .threezerobet-urtnub:focus img,
  .threezerobet-urtnub:focus svg,
  .threezerobet-urtnub:hover img,
  .threezerobet-urtnub:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .threezerobet-12azzv {
    display: none;
  }
}

@media (min-width: 1024px) {
  .threezerobet-hswneg:hover .threezerobet-a8kqj2 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .threezerobet-a8kqj2 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .threezerobet-ehmhzv {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .threezerobet-s9emnv {
    grid-template-columns: repeat(4, 1fr);
  }
  .threezerobet-b7v8ip {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .threezerobet-5k1cq5 .threezerobet-ub13xu {
    grid-template-columns: 1fr;
  }
  .threezerobet-5k1cq5 .threezerobet-qdu59h {
    -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;
  }
  .threezerobet-5k1cq5 .threezerobet-o0jtaj {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .threezerobet-5k1cq5 .threezerobet-vghsre {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .threezerobet-5k1cq5 .threezerobet-eoqa2y {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .threezerobet-5k1cq5 .threezerobet-o0jtaj:not(:first-child) {
    border: none;
  }
  .threezerobet-5k1cq5 .threezerobet-o0jtaj:first-child .threezerobet-vghsre {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .threezerobet-5k1cq5 .threezerobet-o0jtaj:last-child .threezerobet-vghsre {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .threezerobet-8r6q6o {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .threezerobet-ci9l2x {
    max-width: 100px;
  }
  .threezerobet-q1wyq9 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .threezerobet-1na8mu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .threezerobet-1na8mu svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .threezerobet-yqus4s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .threezerobet-q1wyq9 + .threezerobet-1na8mu {
    margin-left: auto;
  }
  .threezerobet-5d3sjr {
    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;
  }
  .threezerobet-5d3sjr.threezerobet-dy9350 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .threezerobet-qsf3qu {
    -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;
  }
  .threezerobet-3m71m0 {
    width: 100%;
  }
  .threezerobet-3m71m0:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .threezerobet-l9n9jy {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .threezerobet-l9n9jy svg {
    margin-right: 4px;
  }
  .threezerobet-hswneg {
    -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;
  }
  .threezerobet-a8kqj2 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .threezerobet-a8kqj2 {
    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;
  }
  .threezerobet-d1tnhf {
    display: none;
    width: 100%;
  }
  .threezerobet-hswneg.threezerobet-dy9350 .threezerobet-d1tnhf {
    padding: 0 0 0 48px;
  }
  .threezerobet-jd5krx {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .threezerobet-p5xor5 .threezerobet-5otegc {
    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;
  }
  .threezerobet-todeod {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .threezerobet-todeod + .threezerobet-todeod {
    margin-right: 0;
  }
  .threezerobet-todeod + .threezerobet-5otegc {
    margin: 0;
  }
  .threezerobet-ehmhzv {
    grid-template-columns: repeat(4, 1fr);
  }
  .threezerobet-s9emnv {
    grid-template-columns: repeat(3, 1fr);
  }
  .threezerobet-0pe294,
  .threezerobet-k21j0a {
    grid-template-columns: repeat(2, 1fr);
  }
  .threezerobet-n2kyvi {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .threezerobet-n2kyvi.threezerobet-jqd23h .threezerobet-fxgg3v {
    grid-column: auto;
    grid-row: auto;
  }
  .threezerobet-n2kyvi > .threezerobet-szcu3n {
    grid-column: 1/2;
  }
  .threezerobet-n2kyvi.threezerobet-jqd23h > :not(.get-image) {
    grid-column: 1/2;
  }
  .threezerobet-n2kyvi .threezerobet-5otegc,
  .threezerobet-n2kyvi.threezerobet-jqd23h > .threezerobet-5otegc {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .threezerobet-n2kyvi.threezerobet-jqd23h > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .threezerobet-f4othw.threezerobet-2l0ljv .threezerobet-n2kyvi > .threezerobet-5otegc {
    grid-row: 1/2;
  }
  .threezerobet-n2kyvi .threezerobet-szcu3n ~ .threezerobet-5otegc,
  .threezerobet-n2kyvi.threezerobet-jqd23h .threezerobet-szcu3n ~ .threezerobet-5otegc {
    grid-row: 2/3;
  }
  .threezerobet-f4othw.threezerobet-2l0ljv .threezerobet-szcu3n ~ .threezerobet-5otegc {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .threezerobet-6k99yr:first-child .threezerobet-3u7gc1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .threezerobet-6k99yr:first-child .threezerobet-3u7gc1 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .threezerobet-6k99yr {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .threezerobet-6k99yr {
    padding: 0;
  }
  .threezerobet-3x8bkn {
    margin-top: 1rem;
  }
  .threezerobet-k4yhrx {
    border-radius: 5px;
  }
  .threezerobet-3okcab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .threezerobet-r3y0hy::after {
    display: inline-block;
  }
  .threezerobet-r3y0hy {
    margin: 0;
    width: 100%;
  }
  .threezerobet-g818hx {
    width: 100%;
  }
  .threezerobet-g818hx.threezerobet-a3puwu {
    -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%;
  }
  .threezerobet-g818hx.threezerobet-a3puwu .threezerobet-y5ec6l {
    width: 100%;
  }
  .threezerobet-g818hx.threezerobet-a3puwu .threezerobet-y5ec6l:not(:last-child) {
    margin-right: 0;
  }
  .threezerobet-sb128n {
    width: 100%;
    text-align: center;
  }
  .threezerobet-ax8png.threezerobet-dy9350 .threezerobet-g818hx {
    margin-top: 1rem;
  }
  .threezerobet-ehmhzv {
    grid-template-columns: repeat(3, 1fr);
  }
  .threezerobet-b7v8ip,
  .threezerobet-s9emnv {
    grid-template-columns: repeat(2, 1fr);
  }
  .threezerobet-0pe294,
  .threezerobet-k21j0a,
  .threezerobet-l7ksdc {
    grid-template-columns: 1fr;
  }
  .threezerobet-3eo77k {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .threezerobet-p3h9ae {
    min-width: 300px;
    max-width: 325px;
  }
  .threezerobet-vghsre {
    cursor: auto;
  }
  .threezerobet-skcqne .threezerobet-vghsre {
    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;
  }
  .threezerobet-kj9kq3 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .threezerobet-d1tnhf {
    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) {
  .threezerobet-kj9kq3 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.threezerobet-todeod p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .threezerobet-1na8mu {
    margin: 0 -0.2rem;
  }
  .threezerobet-todeod {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .threezerobet-gqyc5z {
    -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;
  }
  .threezerobet-efre4b {
    max-width: 100%;
  }
  .threezerobet-ehmhzv {
    grid-template-columns: repeat(2, 1fr);
  }
  .threezerobet-b7v8ip,
  .threezerobet-s9emnv {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .threezerobet-8r6q6o {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .threezerobet-1na8mu {
    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;
  }
  .threezerobet-5gtpdc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .threezerobet-3t1ru1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .threezerobet-e2epiu,
  .threezerobet-wxvleu {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .threezerobet-1hkt8m {
    width: 100%;
  }
  .threezerobet-ehmhzv {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .threezerobet-kj9kq3 {
    top: 127px !important;
  }
}

.threezerobet-xm57k4 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .threezerobet-xm57k4 {
  }
}

@media (max-width: 767px) {
  .threezerobet-xm57k4 {
    margin-bottom: 12px;
  }
}

.threezerobet-xm57k4 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.threezerobet-ibgkse {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.threezerobet-ibgkse > .threezerobet-d0qhjc {
  flex: 1 1;
}

@media (max-width: 767px) {
  .threezerobet-ibgkse {
    flex-direction: column;
    gap: 12px;
  }
}

.threezerobet-87n34q {
  display: flex;
}

.threezerobet-87n34q .threezerobet-4caq3o {
  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;
}

.threezerobet-87n34q .threezerobet-coon8x {
  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;
}

.threezerobet-87n34q .threezerobet-98uwr3 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.threezerobet-87n34q .threezerobet-9byajh {
  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));
  }
}

.threezerobet-87n34q .threezerobet-9byajh:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.threezerobet-87n34q .threezerobet-mum55z {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.threezerobet-r9va58 {
  border: unset;
  background-color: unset;
}

.threezerobet-r9va58 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.threezerobet-r9va58 .threezerobet-yh46ma,
.threezerobet-r9va58 .threezerobet-dyx9t1 {
  flex: 0 1 330px;
}

.threezerobet-r9va58 .threezerobet-c30k0z {
  flex: 1 1;
}

.threezerobet-r9va58 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.threezerobet-r9va58 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.threezerobet-r9va58 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.threezerobet-r9va58 tr td p {
  color: #fff;
  margin: 0;
}

.threezerobet-r9va58 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.threezerobet-r9va58 tr.threezerobet-yh46ma td p {
  padding: 16px 0;
}

.threezerobet-r9va58 tr.threezerobet-yh46ma td p:not(:last-child),
.threezerobet-r9va58 tr.threezerobet-dyx9t1 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.threezerobet-r9va58 tr.threezerobet-yh46ma td p:first-child,
.threezerobet-r9va58 tr.threezerobet-dyx9t1 td p:first-child {
  padding-top: 0;
}

.threezerobet-r9va58 tr.threezerobet-dyx9t1 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.threezerobet-r9va58 tr.threezerobet-dyx9t1 td p:last-child {
  padding-bottom: 0;
}

.threezerobet-r9va58 .threezerobet-dyx9t1 img {
  max-width: 32px;
}

.threezerobet-r9va58 .threezerobet-c30k0z {
  min-width: 718px;
}

.threezerobet-r9va58 .threezerobet-c30k0z td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.threezerobet-r9va58 .threezerobet-c30k0z td {
  display: flex;
}

.threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-2789ov,
.threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-292vma,
.threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-ynb2di {
  flex: 1 1 50%;
}

.threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-m2srlv {
  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;
}

.threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-aax6rq,
.threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-yr0zbg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-2789ov,
.threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-292vma {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-2789ov span,
.threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-292vma span {
  font-weight: 800;
}

.threezerobet-r9va58 .threezerobet-c30k0z img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .threezerobet-r9va58 .threezerobet-c30k0z td .threezerobet-ynb2di:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .threezerobet-r9va58 tr.threezerobet-yh46ma td p:last-child {
    padding-bottom: 0;
  }
  .threezerobet-r9va58 .threezerobet-dyx9t1 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .threezerobet-r9va58 .threezerobet-dyx9t1 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .threezerobet-r9va58 tr.threezerobet-yh46ma td p:not(:last-child),
  .threezerobet-r9va58 tr.threezerobet-dyx9t1 td p:not(:last-child) {
    border-bottom: unset;
  }
  .threezerobet-r9va58 tr.threezerobet-dyx9t1 td p:last-child {
    padding-bottom: 12px;
  }
  .threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-2789ov,
  .threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-292vma,
  .threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-ynb2di {
    flex: 1 1 50%;
    padding: 0;
  }
  .threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-2789ov,
  .threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-292vma {
    margin-top: 16px;
  }
  .threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-ynb2di {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-2789ov {
    border-right: 1px solid var(--border-color);
  }
  .threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-ynb2di:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .threezerobet-r9va58 .threezerobet-c30k0z td:last-child .threezerobet-ynb2di:last-child {
    padding-bottom: 0;
  }
}

.threezerobet-ynb2di {
  display: flex;
  flex-direction: column;
}

.threezerobet-r9va58 .threezerobet-c30k0z td .threezerobet-ynb2di {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.threezerobet-r9va58 .threezerobet-c30k0z td .threezerobet-ynb2di:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.threezerobet-r9va58 .threezerobet-c30k0z td .threezerobet-ynb2di:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .threezerobet-r9va58 .threezerobet-c30k0z td .threezerobet-ynb2di:not(:first-child) {
    padding-left: 0;
  }
  .threezerobet-r9va58 .threezerobet-c30k0z td .threezerobet-ynb2di:not(:last-of-type) {
    border-right: unset;
  }
}

.threezerobet-r9va58 .threezerobet-7bt0g2 {
  flex: 0 1 485px;
}

.threezerobet-r9va58 .threezerobet-e8xvmq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.threezerobet-r9va58 .threezerobet-e8xvmq li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.threezerobet-r9va58 .threezerobet-e8xvmq li.threezerobet-g54o2x {
  padding: 6px 12px;
}

.threezerobet-r9va58 .threezerobet-e8xvmq li a,
.threezerobet-r9va58 .threezerobet-e8xvmq 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;
}

.threezerobet-r9va58 .threezerobet-xlgzpp,
.threezerobet-r9va58 .threezerobet-momkfx {
  flex: 1 1;
}

.threezerobet-r9va58 .threezerobet-j8nea6,
.threezerobet-r9va58 .threezerobet-cmdauo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.threezerobet-r9va58 .threezerobet-j8nea6 li,
.threezerobet-r9va58 .threezerobet-cmdauo li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.threezerobet-r9va58 .threezerobet-momkfx img {
  max-width: 32px;
}

.threezerobet-r9va58 .threezerobet-xlgzpp img {
  max-width: 32px;
}

.threezerobet-r9va58 .threezerobet-pidmnz {
  min-width: 280px;
}

.threezerobet-r9va58 .threezerobet-pidmnz img {
  max-width: 146px;
}

.threezerobet-r9va58 .threezerobet-pidmnz td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .threezerobet-r9va58 .threezerobet-yh46ma,
  .threezerobet-r9va58 .threezerobet-dyx9t1 {
    flex: 0 1 auto;
  }
  .threezerobet-r9va58 .threezerobet-c30k0z {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .threezerobet-r9va58 .threezerobet-yh46ma,
  .threezerobet-r9va58 .threezerobet-7bt0g2,
  .threezerobet-r9va58 .threezerobet-dyx9t1,
  .threezerobet-r9va58 .threezerobet-c30k0z {
    flex: 1 1 calc(50% - 20px);
  }
  .threezerobet-r9va58 .threezerobet-xlgzpp,
  .threezerobet-r9va58 .threezerobet-pidmnz,
  .threezerobet-r9va58 .threezerobet-momkfx {
    flex: 1 1 30%;
  }
  .threezerobet-r9va58 .threezerobet-pidmnz {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .threezerobet-r9va58 .threezerobet-yh46ma,
  .threezerobet-r9va58 .threezerobet-7bt0g2,
  .threezerobet-r9va58 .threezerobet-xlgzpp,
  .threezerobet-r9va58 .threezerobet-dyx9t1,
  .threezerobet-r9va58 .threezerobet-c30k0z,
  .threezerobet-r9va58 .threezerobet-pidmnz,
  .threezerobet-r9va58 .threezerobet-momkfx {
    flex: 1 1 100%;
  }
}

.threezerobet-34cs38 .threezerobet-5enh16 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.threezerobet-34cs38 .threezerobet-sa4im8 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.threezerobet-34cs38 .threezerobet-jn8hv6 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.threezerobet-34cs38 .threezerobet-d4pst3 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.threezerobet-34cs38 .threezerobet-d4pst3 > :nth-child(3) {
  margin-top: 0;
}

.threezerobet-34cs38 .threezerobet-5otegc {
  grid-column: 2/3;
  grid-row: 1/10;
}

.threezerobet-34cs38 .threezerobet-aaayeq {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.threezerobet-34cs38 .threezerobet-3x8bkn {
  grid-column: 1/2;
}

.threezerobet-34cs38 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.threezerobet-34cs38 .threezerobet-sa4im8: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;
}

.threezerobet-34cs38 .threezerobet-sa4im8:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.threezerobet-34cs38 .threezerobet-1hkt8m {
  min-width: 240px;
}

@media (max-width: 768px) {
  .threezerobet-34cs38 .threezerobet-sa4im8:not(:last-child):before {
    bottom: 8px;
  }
  .threezerobet-34cs38 .threezerobet-sa4im8:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .threezerobet-34cs38 .threezerobet-d4pst3 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .threezerobet-34cs38 .threezerobet-5otegc {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .threezerobet-34cs38 .threezerobet-5otegc img {
    width: 100%;
    height: auto;
  }
  .threezerobet-34cs38 .threezerobet-1hkt8m {
    width: 100%;
    min-width: unset;
  }
}

.threezerobet-s3fdsp .threezerobet-jnkpoq {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.threezerobet-s3fdsp .threezerobet-nv9ylw {
  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;
}

.threezerobet-s3fdsp .threezerobet-5otegc {
  height: 100%;
}

.threezerobet-s3fdsp .threezerobet-5otegc img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.threezerobet-s3fdsp .threezerobet-048t8c {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.threezerobet-s3fdsp .threezerobet-65kede {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.threezerobet-s3fdsp .threezerobet-zb8krm {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .threezerobet-s3fdsp .threezerobet-nv9ylw {
    flex: 1 1 100%;
  }
  .threezerobet-s3fdsp .threezerobet-sswozn {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .threezerobet-s3fdsp .threezerobet-nv9ylw {
    flex-direction: column;
  }
  .threezerobet-s3fdsp .threezerobet-5otegc {
    width: 100%;
    height: auto;
  }
  .threezerobet-s3fdsp .threezerobet-5otegc img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .threezerobet-s3fdsp .threezerobet-048t8c {
    padding: 0 16px 16px 16px;
  }
  .threezerobet-s3fdsp .threezerobet-sswozn {
    min-width: unset;
    width: 100%;
  }
}

.threezerobet-364vl8 .threezerobet-s9k2f6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.threezerobet-364vl8 .threezerobet-h0mrtz {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.threezerobet-364vl8 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;
}

.threezerobet-364vl8 .threezerobet-wy6ijn {
  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;
}

.threezerobet-364vl8 .threezerobet-h0mrtz:hover .threezerobet-wy6ijn {
  display: flex;
}

.threezerobet-364vl8 .threezerobet-l7hj0j {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.threezerobet-364vl8 .threezerobet-9j0h1h {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.threezerobet-rywatq {
  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;
}

.threezerobet-rywatq.threezerobet-fo3gjd {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.threezerobet-xt1clm ease-in-out;
}

.threezerobet-rywatq.threezerobet-fo3gjd:hover {
  color: #f9cb16;
  background-color: transparent;
}

.threezerobet-364vl8 .threezerobet-8252tj {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.threezerobet-xt1clm ease-in-out;
}

.threezerobet-364vl8 .threezerobet-8252tj:hover {
  color: #196948;
  background-color: #f9cb16;
}

.threezerobet-364vl8 .threezerobet-8252tj:after,
.threezerobet-rywatq.threezerobet-fo3gjd:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.threezerobet-rywatq.threezerobet-fo3gjd:after {
  background-image: url(../images/Cash.svg);
}

.threezerobet-364vl8 .threezerobet-8252tj:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .threezerobet-364vl8 .threezerobet-s9k2f6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .threezerobet-364vl8 .threezerobet-s9k2f6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .threezerobet-364vl8 .threezerobet-s9k2f6 {
    grid-template-columns: 1fr;
  }
  .threezerobet-364vl8 .threezerobet-h0mrtz {
    height: auto;
  }
  .threezerobet-364vl8 .threezerobet-h0mrtz .threezerobet-wy6ijn {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .threezerobet-364vl8 .threezerobet-l7hj0j,
  .threezerobet-364vl8 .threezerobet-9j0h1h {
    text-align: left;
  }
  .threezerobet-364vl8 .threezerobet-9j0h1h {
    margin-bottom: 8px;
  }
  .threezerobet-364vl8 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.threezerobet-9nfe24 {
  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;
}

.threezerobet-9nfe24.threezerobet-u6sk4v {
  display: block;
}

.threezerobet-9nfe24 .threezerobet-t8u6aw {
  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;
}

.threezerobet-9nfe24 .threezerobet-hy3d05 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.threezerobet-9nfe24 .threezerobet-oowvko {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.threezerobet-9nfe24 .threezerobet-g42r1h {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.threezerobet-9nfe24 .threezerobet-rywatq {
  min-width: 296px;
  margin-bottom: 0;
}

.threezerobet-9nfe24 .threezerobet-7q0159 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.threezerobet-9nfe24 .threezerobet-seq4ux {
  position: relative;
  flex: 1 1;
}

.threezerobet-9nfe24 .threezerobet-seq4ux iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .threezerobet-9nfe24 .threezerobet-hy3d05 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .threezerobet-9nfe24 .threezerobet-oowvko {
    order: 1;
  }
  .threezerobet-9nfe24 .threezerobet-g42r1h {
    order: 3;
    flex: 1 1 100%;
  }
  .threezerobet-9nfe24 .threezerobet-rywatq {
    width: 100%;
    min-width: unset;
  }
  .threezerobet-9nfe24 .threezerobet-7q0159 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .threezerobet-n2kyvi > .threezerobet-szcu3n {
    margin-bottom: 0;
  }
  .threezerobet-n2kyvi > .threezerobet-3x8bkn,
  .threezerobet-n2kyvi > p {
    margin-top: 0;
  }
}

.threezerobet-hw5xbu img,
.threezerobet-todeod img {
  width: auto;
  object-fit: contain;
}

.threezerobet-hw5xbu {
  align-items: center;
}

.threezerobet-hw5xbu img {
  max-height: 76px;
}

.threezerobet-todeod img {
  max-height: 64px;
}

.threezerobet-6rs7wl {
  overflow: auto;
}

.threezerobet-3ticp4 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.threezerobet-yn554h:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.threezerobet-fo07bo {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.threezerobet-dkkud4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.threezerobet-fo07bo .threezerobet-5otegc {
  margin-right: 20px;
  flex-shrink: 0;
}

.threezerobet-fo07bo img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.threezerobet-v4uwr6 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.threezerobet-v4uwr6 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .threezerobet-fo07bo {
    padding: 15px 10px;
  }
  .threezerobet-v4uwr6 {
    padding: 15px 10px;
  }
  .threezerobet-fo07bo .threezerobet-5otegc {
    margin-right: 10px;
  }
}

.threezerobet-6mnys1 {
  overflow-x: auto;
}

.threezerobet-rvenqz {
  border-collapse: collapse;
  width: 100%;
}

.threezerobet-6mnys1 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.threezerobet-6mnys1 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.threezerobet-6mnys1 td.threezerobet-lq6e0r {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.threezerobet-6mnys1 td.threezerobet-4b3vkr {
  border-right: none;
}

.threezerobet-6mnys1 td.threezerobet-4b3vkr .threezerobet-5otegc {
  justify-content: flex-start;
}

.threezerobet-6mnys1 td.threezerobet-4b3vkr .threezerobet-5otegc img {
  height: auto;
  width: 90px;
}

.threezerobet-6mnys1 td.threezerobet-765g38,
.threezerobet-6mnys1 td.threezerobet-q3hzlz {
  font-weight: 600;
  text-align: right;
}

.threezerobet-6mnys1 td.threezerobet-ap297n,
.threezerobet-6mnys1 td.threezerobet-765g38 {
  padding-bottom: 10px;
  border-bottom: none;
}

.threezerobet-6mnys1 td.threezerobet-765g38,
.threezerobet-6mnys1 td.threezerobet-q3hzlz {
  border-left: none;
}

.threezerobet-6mnys1 td.threezerobet-ap297n,
.threezerobet-6mnys1 td.threezerobet-2e523c {
  border-right: none;
}

.threezerobet-6mnys1 td.threezerobet-2e523c,
.threezerobet-6mnys1 td.threezerobet-q3hzlz {
  border-top: none;
  padding-top: 10px;
}

.threezerobet-eaqr24 {
  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;
}

.threezerobet-eaqr24 .threezerobet-sswozn {
  min-width: unset;
  width: 100%;
}

.threezerobet-eaqr24 .threezerobet-sswozn.threezerobet-5o4tgg {
  grid-column: 1/2;
  grid-row: 1/2;
}

.threezerobet-eaqr24 .threezerobet-sswozn.threezerobet-kpiwfm {
  grid-column: 2/3;
  grid-row: 1/2;
}

.threezerobet-eaqr24 .threezerobet-dztth7 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .threezerobet-eaqr24 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .threezerobet-eaqr24 .threezerobet-sswozn.threezerobet-5o4tgg {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .threezerobet-eaqr24 .threezerobet-sswozn.threezerobet-kpiwfm {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .threezerobet-eaqr24 .threezerobet-dztth7 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.threezerobet-1ye2qe {
  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;
}

.threezerobet-wyur2e {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.threezerobet-45xnqt p a img {
  margin: 0 auto;
  display: block;
}

.threezerobet-45xnqt table {
  margin-bottom: 17px;
}

/* contanct form */
.threezerobet-be49k8 {
  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;
}

.threezerobet-be49k8 label {
  font-size: 14px;
}

.threezerobet-be49k8 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.threezerobet-be49k8 input,
.threezerobet-be49k8 textarea,
.threezerobet-be49k8 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;
}
.threezerobet-be49k8 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.threezerobet-xt1clm ease;
}
.threezerobet-be49k8 button:hover {
  background-color: #691204;
}
.threezerobet-04lol7 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.threezerobet-sjgxuc ease-in;
}

.threezerobet-04lol7 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;
}
.threezerobet-dmpf1b, .threezerobet-brnj9f, [class*="review-card"],
thead, thead th, table th, .threezerobet-8ahfb5,
.threezerobet-a3bjpn, [class*="collapsible-header"],
.threezerobet-hro7mo, [class*="updated-block"] {
  color: #ece7dc !important;
}
