@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);
}

.tooniebet-yc0fqe {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.tooniebet-5ar7jn {
  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.tooniebet-6k4z6n,
ul.tooniebet-6k4z6n {
  padding-left: 20px;
}

ul.tooniebet-6k4z6n {
  list-style: disc;
}

ol.tooniebet-6k4z6n {
  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;
  }
}

.tooniebet-b1hhyu > .tooniebet-3ivvvx,
.tooniebet-b1hhyu > .tooniebet-h8kikc,
.tooniebet-b1hhyu > blockquote,
.tooniebet-b1hhyu > h1,
.tooniebet-b1hhyu > h2,
.tooniebet-b1hhyu > h3,
.tooniebet-b1hhyu > h4,
.tooniebet-b1hhyu > h5,
.tooniebet-b1hhyu > h6,
.tooniebet-b1hhyu > ol,
.tooniebet-b1hhyu > p,
.tooniebet-b1hhyu > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.tooniebet-b1hhyu > ol,
.tooniebet-b1hhyu > ul {
  padding-left: 50px;
}

.tooniebet-b1hhyu 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;
}

.tooniebet-b1hhyu:not(:last-child) {
  margin-bottom: 2rem;
}

.tooniebet-b1hhyu > :not(:first-child) {
  margin-top: 2rem;
}

.tooniebet-b1hhyu {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tooniebet-b1hhyu:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .tooniebet-b1hhyu:first-child {
    margin-top: 20px;
  }
}

.tooniebet-b1hhyu > p:last-of-type {
  margin-bottom: 32px;
}

.tooniebet-b1hhyu > .tooniebet-2agnu2:not(:first-child) {
  margin: 64px auto 16px auto;
}

.tooniebet-4utcpv > .tooniebet-2agnu2 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.tooniebet-h8kikc {
  overflow: auto;
}

.tooniebet-h8kikc::-webkit-scrollbar {
  height: 5px;
}

.tooniebet-h8kikc table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.tooniebet-h8kikc table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.tooniebet-h8kikc table thead,
table thead {
  border-bottom: none;
}

.tooniebet-h8kikc table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.tooniebet-h8kikc table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.tooniebet-h8kikc table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.tooniebet-h8kikc .tooniebet-v4ttam {
  table-layout: auto;
}

.tooniebet-h8kikc .tooniebet-v4ttam th {
  word-break: normal;
}

.tooniebet-h8kikc .tooniebet-v4ttam td {
  word-break: normal;
}

.tooniebet-yc0fqe .tooniebet-yc0fqe {
  padding-right: 0;
  padding-left: 0;
}

.tooniebet-ruomj0 {
  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;
}

.tooniebet-51vx42 {
  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;
}

.tooniebet-xy4af7 {
  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;
}

.tooniebet-3ivvvx {
  margin-top: 24px;
}

.tooniebet-3ivvvx.tooniebet-ig1lbd {
  text-align: left;
}

.tooniebet-3ivvvx.tooniebet-18uan3 {
  text-align: right;
}

.tooniebet-3ivvvx.tooniebet-mh54x6 {
  text-align: center;
}

.tooniebet-1xw2nz {
  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.tooniebet-m8javy ease-in-out;
  cursor: pointer;
}

.tooniebet-1xw2nz:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.tooniebet-1xw2nz {
  min-width: 328px;
}

@media (max-width: 768px) {
  .tooniebet-1xw2nz {
    min-width: unset;
  }
}

.tooniebet-ltabxi {
  background-color: var(--fh-bg-color);
}

.tooniebet-ilzivh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.tooniebet-kh9gsf {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.tooniebet-kh9gsf img {
  max-height: 80px;
  object-fit: contain;
}

.tooniebet-04f4ar {
  flex: 1 1;
}

.tooniebet-m6zb54 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.tooniebet-oy9ewm {
  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;
}

.tooniebet-oy9ewm 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;
}

.tooniebet-oy9ewm.tooniebet-8iq4o9 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.tooniebet-oy9ewm.tooniebet-8iq4o9 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.tooniebet-oy9ewm.tooniebet-8iq4o9 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.tooniebet-04f4ar + .tooniebet-m6zb54 {
  margin-left: 20px;
}

.tooniebet-pdnxgb {
  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;
}

.tooniebet-pdnxgb > svg {
  max-width: 24px;
  max-height: 24px;
}

.tooniebet-pdnxgb + .tooniebet-pdnxgb {
  margin-left: 5px;
}

.tooniebet-fs9hx0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.tooniebet-fs9hx0:hover {
  background-color: var(--button-bg-hover);
}

.tooniebet-og9ngj {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.tooniebet-m8javy ease-in-out;
  border: 1px solid var(--border-color);
}

.tooniebet-og9ngj:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.tooniebet-8gu8ei {
  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) {
  .tooniebet-04f4ar {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .tooniebet-8gu8ei {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .tooniebet-04f4ar {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .tooniebet-pdnxgb {
    min-width: unset;
    flex: 1 1;
  }
}

.tooniebet-ril44p {
  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;
}

.tooniebet-ril44p:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.tooniebet-ril44p:hover .tooniebet-n6ja3v {
  opacity: 1;
  pointer-events: auto;
}

.tooniebet-pdlsx2 {
  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.tooniebet-09byac ease-in-out;
  gap: 4px;
}

.tooniebet-pdlsx2 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.tooniebet-pdlsx2 .tooniebet-ruomj0 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.tooniebet-jh8pnu,
.tooniebet-pdlsx2:hover {
  color: var(--button-bg-hover);
}

.tooniebet-3ay2g6 {
  position: relative;
}

.tooniebet-3ay2g6 .tooniebet-pdlsx2 {
  margin-right: 0;
  padding-right: 4px;
}

.tooniebet-gbvloa svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.tooniebet-3ay2g6.tooniebet-8iq4o9 .tooniebet-gbvloa svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.tooniebet-3ay2g6.tooniebet-8iq4o9 .tooniebet-n6ja3v {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.tooniebet-3ay2g6.tooniebet-8iq4o9 .tooniebet-n6ja3v::before {
  display: none;
}

.tooniebet-gbvloa svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.tooniebet-n6ja3v {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.tooniebet-4ineom 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.tooniebet-n6ja3v::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.tooniebet-n6ja3v:hover {
  color: var(--fh-bg-color);
}

.tooniebet-zlr08l {
  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.tooniebet-4ineom 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.tooniebet-09byac ease-in-out;
  -o-transition: 0.tooniebet-09byac ease-in-out;
  transition: 0.tooniebet-09byac ease-in-out;
}

.tooniebet-zlr08l .tooniebet-ruomj0 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.tooniebet-z7n4kv,
.tooniebet-zlr08l:hover {
  color: var(--button-bg-hover);
}

.tooniebet-z3cknj {
  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%;
}

.tooniebet-z3cknj.tooniebet-zrsesj {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.tooniebet-z3cknj.tooniebet-zrsesj:after,
.tooniebet-z3cknj.tooniebet-zrsesj:before {
  content: "";
  position: absolute;
  margin: auto;
}

.tooniebet-z3cknj.tooniebet-zrsesj: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);
  }
}

.tooniebet-z3cknj.tooniebet-zrsesj:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.tooniebet-z3cknj.tooniebet-zrsesj > * {
  z-index: 1;
}

.tooniebet-z3cknj b,
.tooniebet-z3cknj strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.tooniebet-z3cknj .tooniebet-1apguw {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.tooniebet-z3cknj .tooniebet-z6foys {
  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;
}

.tooniebet-z3cknj .tooniebet-ruomj0 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.tooniebet-z3cknj .tooniebet-h92zcp {
  margin-top: 12px;
}

.tooniebet-h92zcp {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.tooniebet-xsqx1j {
  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;
}

.tooniebet-h92zcp .tooniebet-axk3tx {
  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.tooniebet-m8javy ease-in-out;
}

.tooniebet-h92zcp .tooniebet-axk3tx:hover {
  background: rgba(255, 255, 255, 0.3);
}

.tooniebet-8s9qnu {
  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;
}

.tooniebet-z3cknj.tooniebet-2nel6y {
  gap: 12px;
  padding: 16px;
}

.tooniebet-z3cknj.tooniebet-2nel6y .tooniebet-8s9qnu {
  min-width: 240px;
}

.tooniebet-z3cknj.tooniebet-2nel6y .tooniebet-8s9qnu.tooniebet-5qgszj {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .tooniebet-z3cknj .tooniebet-1apguw {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .tooniebet-z3cknj .tooniebet-z6foys {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .tooniebet-z3cknj .tooniebet-ruomj0 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .tooniebet-z3cknj.tooniebet-2nel6y .tooniebet-ruomj0 {
    max-width: 126px;
  }
  .tooniebet-z3cknj .tooniebet-h92zcp {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .tooniebet-z3cknj .tooniebet-xsqx1j {
    max-width: unset;
  }
  .tooniebet-8s9qnu {
    min-width: unset;
    width: 100%;
  }
  .tooniebet-z3cknj .tooniebet-8s9qnu {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .tooniebet-z3cknj.tooniebet-2nel6y {
    grid-template-rows: auto 1fr auto;
  }
  .tooniebet-z3cknj.tooniebet-2nel6y .tooniebet-8s9qnu {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .tooniebet-z3cknj {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .tooniebet-z3cknj .tooniebet-1apguw {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .tooniebet-z3cknj .tooniebet-ruomj0 {
    max-width: 78px;
  }
  .tooniebet-z3cknj .tooniebet-h92zcp {
    margin-top: -12px;
  }
  .tooniebet-z3cknj.tooniebet-2nel6y {
    gap: 8px;
  }
  .tooniebet-z3cknj.tooniebet-2nel6y .tooniebet-1apguw {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .tooniebet-z3cknj.tooniebet-2nel6y .tooniebet-z6foys {
    grid-column: 1/3;
  }
  .tooniebet-z3cknj.tooniebet-2nel6y .tooniebet-ruomj0 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .tooniebet-z3cknj.tooniebet-2nel6y .tooniebet-ruomj0 img {
    max-width: 114px;
  }
}

.tooniebet-8s9qnu.tooniebet-4j37ow,
.tooniebet-8s9qnu.tooniebet-wjw0m0,
.tooniebet-8s9qnu.tooniebet-cto449 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.tooniebet-m8javy ease-in-out;
}

.tooniebet-8s9qnu.tooniebet-4j37ow,
.tooniebet-8s9qnu.tooniebet-cto449 {
  padding: 10px;
}

.tooniebet-8s9qnu.tooniebet-4j37ow:hover,
.tooniebet-8s9qnu.tooniebet-wjw0m0:hover,
.tooniebet-8s9qnu.tooniebet-cto449:hover {
  background: var(--button-bg-hover);
}

.tooniebet-8s9qnu.tooniebet-4j37ow:hover svg path,
.tooniebet-8s9qnu.tooniebet-cto449:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.tooniebet-8s9qnu.tooniebet-5qgszj {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.tooniebet-m8javy ease-in-out;
  background: var(--button-bg-color);
}

.tooniebet-8s9qnu.tooniebet-5qgszj:hover {
  background-color: var(--button-bg-hover);
}

.tooniebet-8s9qnu.tooniebet-wjw0m0: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);
  }
}

.tooniebet-8s9qnu.tooniebet-wjw0m0:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.tooniebet-8s9qnu.tooniebet-5qgszj:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.tooniebet-p51xi0 {
  max-width: 650px;
}

.tooniebet-azmd7z {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.tooniebet-syezyu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tooniebet-tbds5c {
  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.tooniebet-09byac ease-in-out;
  cursor: pointer;
}

.tooniebet-tbds5c:hover {
  opacity: 0.5;
}

.tooniebet-tbds5c:focus {
  outline: 0;
}

.tooniebet-tbds5c:focus .tooniebet-jsek1z,
.tooniebet-tbds5c:hover .tooniebet-jsek1z {
  fill: red;
  fill-opacity: 1;
}

.tooniebet-tbds5c:hover {
  cursor: pointer;
}

.tooniebet-e6hqg1 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.tooniebet-p51xi0.tooniebet-mh54x6 {
  margin: 0 auto;
}

.tooniebet-p51xi0.tooniebet-18uan3 {
  margin-left: auto;
}

.tooniebet-fod559 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.tooniebet-6fcvc4 {
  padding-bottom: 50px;
}

.tooniebet-wt7fzm {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.tooniebet-6yml1k {
  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;
}

.tooniebet-7zavft {
  margin-top: 24px;
}

.tooniebet-8v84ha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tooniebet-aph6w6 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.tooniebet-f91x41 {
  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;
}

.tooniebet-6r7j77 {
  width: 468px;
}

.tooniebet-f91x41 .tooniebet-n6ja3v {
  margin: 0.tooniebet-skxrlg 0;
}

.tooniebet-kc8fcd {
  display: flex;
  min-width: 224px;
}

.tooniebet-bcxioi {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.tooniebet-09byac ease-in-out;
}

.tooniebet-obcw04,
.tooniebet-bcxioi:hover {
  color: var(--text-color);
}

.tooniebet-uenk7j {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.tooniebet-gqpky6 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .tooniebet-fod559 {
    padding: 16px;
  }
  .tooniebet-uenk7j {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .tooniebet-gqpky6 {
    align-items: center;
  }
  .tooniebet-6r7j77 {
    width: unset;
  }
  .tooniebet-kc8fcd {
    min-width: unset;
  }
  .tooniebet-f91x41 {
    max-height: unset;
  }
  .tooniebet-wt7fzm {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .tooniebet-fod559 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.tooniebet-xemd9b {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.tooniebet-xemd9b:not(:last-child) {
  margin-bottom: 16px;
}

.tooniebet-1y18ja {
  outline: 0;
}

.tooniebet-1y18ja .tooniebet-lrt9z7 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.tooniebet-tdu4wp {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .tooniebet-tdu4wp {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.tooniebet-tdu4wp::-webkit-details-marker {
  display: none;
}

.tooniebet-tdu4wp: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;
}

.tooniebet-tdu4wp: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] .tooniebet-tdu4wp:after {
  transform: unset;
}

.tooniebet-lrt9z7 {
  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);
}

.tooniebet-lrt9z7 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.tooniebet-09byac ease-in-out;
  -o-transition: 0.tooniebet-09byac ease-in-out;
  transition: 0.tooniebet-09byac ease-in-out;
}

.tooniebet-pzxr9y {
  padding: 16px 0 0 0;
}

.tooniebet-pzxr9y * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .tooniebet-pzxr9y :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .tooniebet-tdu4wp {
    flex-wrap: wrap;
    gap: 12px;
  }
  .tooniebet-tdu4wp::after {
    margin-left: auto;
  }
  .tooniebet-lrt9z7 {
    order: 3;
    flex: 1 1 100%;
  }
  .tooniebet-tdu4wp {
    font-size: 14px;
    line-height: 130%;
  }
  .tooniebet-lrt9z7 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.tooniebet-73xvs7 {
  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;
}

.tooniebet-u623z9 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.tooniebet-73xvs7.tooniebet-8iq4o9 .tooniebet-u623z9 {
  margin-bottom: 12px;
}

.tooniebet-u623z9::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;
}

.tooniebet-73xvs7.tooniebet-8iq4o9 .tooniebet-u623z9::after {
  transform: unset;
}

.tooniebet-17m8qq {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.tooniebet-mzppsh {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.tooniebet-09byac ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.tooniebet-mzppsh: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;
}

.tooniebet-73xvs7.tooniebet-8iq4o9 .tooniebet-17m8qq {
  max-height: 100%;
}

.tooniebet-agqd21 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.tooniebet-8ftbuz {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.tooniebet-9mjxt1 {
  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;
}

.tooniebet-jpq4tf {
  margin-right: 4px;
}

.tooniebet-mq4vko {
  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.tooniebet-09byac ease-in-out;
}

.tooniebet-mq4vko svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.tooniebet-vv4r5n,
.tooniebet-mq4vko:hover {
  color: var(--text-color);
}

.tooniebet-ugt9yq {
  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;
}

.tooniebet-ugt9yq img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.tooniebet-ugt9yq .tooniebet-m7ejfx {
  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;
}

.tooniebet-ugt9yq .tooniebet-dj0vbq {
  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;
}

.tooniebet-jugo8m {
  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;
}

.tooniebet-fo6izc {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tooniebet-6vkx9e .tooniebet-yc0fqe {
  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;
}

.tooniebet-6vkx9e {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.tooniebet-kcbxty {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.tooniebet-zwnidr {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.tooniebet-6vwhfu {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.tooniebet-ozndqp 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;
}

.tooniebet-6vwhfu:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.tooniebet-j9weqh {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.tooniebet-u5r2qb {
  -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.tooniebet-09byac ease-in-out;
  transition: transform 0.tooniebet-09byac ease-in-out;
  -o-transition: transform 0.tooniebet-09byac ease-in-out;
  transition:
    transform 0.tooniebet-09byac ease-in-out,
    -webkit-transform 0.tooniebet-09byac ease-in-out;
  cursor: pointer;
}

.tooniebet-u5r2qb svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.tooniebet-u5r2qb: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;
}

.tooniebet-kbl4lf {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .tooniebet-kbl4lf {
    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);
}

.tooniebet-zq5pl7 {
  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;
}

.tooniebet-hbqecf {
  position: relative;
  width: 100%;
}

.tooniebet-zq5pl7.tooniebet-g59uno {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tooniebet-zq5pl7.tooniebet-mh54x6 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tooniebet-zq5pl7.tooniebet-18uan3 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tooniebet-ae07jm {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.tooniebet-scu54l {
  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.tooniebet-09byac ease-in-out;
  cursor: pointer;
}

.tooniebet-scu54l:hover {
  opacity: 0.5;
}

.tooniebet-zq5pl7.tooniebet-aztgov .tooniebet-scu54l {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tooniebet-zq5pl7.tooniebet-aztgov .tooniebet-ae07jm {
  cursor: pointer;
}

.tooniebet-a6z4kx {
  fill: #0009;
}

.tooniebet-7g4mkj {
  fill: #fff;
}

.tooniebet-scu54l:hover .tooniebet-a6z4kx {
  fill: red;
}

.tooniebet-scu54l svg path {
  -webkit-transition: 0.tooniebet-09byac ease-in-out;
  -o-transition: 0.tooniebet-09byac ease-in-out;
  transition: 0.tooniebet-09byac ease-in-out;
}

.tooniebet-8c7val {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.tooniebet-8c7val > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.tooniebet-8c7val.tooniebet-2tjrgi > :not(.get-image) {
  grid-column: 1/3;
}

.tooniebet-n7c9q9:not(._h1-block) .tooniebet-8c7val > .tooniebet-2agnu2 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.tooniebet-8c7val.tooniebet-2tjrgi .tooniebet-r6xy4u {
  grid-column: 2/3;
}

.tooniebet-8c7val.tooniebet-2tjrgi > .tooniebet-ruomj0 {
  grid-column: 1/2;
}

.tooniebet-8c7val.tooniebet-2tjrgi > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.tooniebet-8c7val > p:first-of-type {
  margin-top: 0;
}

.tooniebet-8c7val .tooniebet-ruomj0 {
  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;
}

.tooniebet-n7c9q9:not(._h1-block) .tooniebet-2agnu2 ~ .tooniebet-ruomj0 {
  grid-row: 2/10;
}

.tooniebet-n7c9q9.tooniebet-kbyjkw .tooniebet-2agnu2 ~ .tooniebet-ruomj0 {
  grid-row: 1/10;
}

.tooniebet-n7c9q9.tooniebet-kbyjkw > .tooniebet-2agnu2 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.tooniebet-n7c9q9.tooniebet-kbyjkw .tooniebet-ruomj0 {
  grid-row: 1/10;
}

.tooniebet-8c7val.tooniebet-c2ese6 .tooniebet-ruomj0 {
  align-items: flex-start;
}

.tooniebet-8c7val.tooniebet-mh54x6 .tooniebet-r6xy4u {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.tooniebet-8c7val.tooniebet-mh54x6 .tooniebet-ruomj0 {
  align-items: center;
}

.tooniebet-8c7val.tooniebet-h5t30l .tooniebet-ruomj0 {
  align-items: flex-end;
}

.tooniebet-r6xy4u > :first-child {
  margin-top: 0;
}

.tooniebet-r6xy4u > :last-child {
  margin-bottom: 0;
}

* + .tooniebet-ky7al3,
.tooniebet-n7c9q9 + .tooniebet-n7c9q9 {
  margin-top: 2rem;
}

.tooniebet-i186ha td::before,
.tooniebet-i186ha th::after {
  display: none !important;
}

.tooniebet-i186ha #link-selector {
  color: #000;
}

.tooniebet-i186ha .tooniebet-1vfj6p {
  color: #135e96;
}

.tooniebet-i186ha .tooniebet-6m61nw *,
.tooniebet-i186ha .tooniebet-8qtjlr p,
.tooniebet-i186ha .tooniebet-akmw21 * {
  color: #000;
}

.tooniebet-i186ha .tooniebet-eo3jrc {
  background: 0 0 !important;
}

.tooniebet-i186ha .tooniebet-1ht12z {
  color: #000;
}

.tooniebet-i186ha .tooniebet-7ou3q3.tooniebet-e860io {
  color: #fff;
}

.tooniebet-i186ha .tooniebet-2kgwte {
  color: #000;
}

.tooniebet-i186ha
  .tooniebet-e99pob
  .tooniebet-isu4xw.tooniebet-e860io.tooniebet-6dyqpg {
  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;
}

.tooniebet-3vp4c9,
body .tooniebet-z6s4um {
  color: #000;
  background: var(--color-body) !important;
}

.tooniebet-3vp4c9 .tooniebet-y49hlp .tooniebet-ozupoo,
body .tooniebet-z6s4um .tooniebet-y49hlp .tooniebet-ozupoo {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .tooniebet-mzppsh:focus,
  .tooniebet-mzppsh:hover {
    color: #f9cb16;
  }
  .tooniebet-m3gg45:focus,
  .tooniebet-m3gg45:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .tooniebet-0cors6:focus img,
  .tooniebet-0cors6:focus svg,
  .tooniebet-0cors6:hover img,
  .tooniebet-0cors6:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .tooniebet-ugt9yq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .tooniebet-3ay2g6:hover .tooniebet-gbvloa svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .tooniebet-gbvloa {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .tooniebet-knk8wa {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .tooniebet-slwtq0 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tooniebet-g3lhnb {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .tooniebet-jwvibg .tooniebet-sr8do3 {
    grid-template-columns: 1fr;
  }
  .tooniebet-jwvibg .tooniebet-z20tvn {
    -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;
  }
  .tooniebet-jwvibg .tooniebet-0jawux {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .tooniebet-jwvibg .tooniebet-2rvgrr {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .tooniebet-jwvibg .tooniebet-k4isz9 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .tooniebet-jwvibg .tooniebet-0jawux:not(:first-child) {
    border: none;
  }
  .tooniebet-jwvibg .tooniebet-0jawux:first-child .tooniebet-2rvgrr {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .tooniebet-jwvibg .tooniebet-0jawux:last-child .tooniebet-2rvgrr {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .tooniebet-ilzivh {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .tooniebet-kh9gsf {
    max-width: 100px;
  }
  .tooniebet-04f4ar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tooniebet-m6zb54 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tooniebet-m6zb54 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .tooniebet-oy9ewm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .tooniebet-04f4ar + .tooniebet-m6zb54 {
    margin-left: auto;
  }
  .tooniebet-6spr7i {
    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;
  }
  .tooniebet-6spr7i.tooniebet-8iq4o9 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .tooniebet-8gu8ei {
    -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;
  }
  .tooniebet-ril44p {
    width: 100%;
  }
  .tooniebet-ril44p:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .tooniebet-pdlsx2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .tooniebet-pdlsx2 svg {
    margin-right: 4px;
  }
  .tooniebet-3ay2g6 {
    -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;
  }
  .tooniebet-gbvloa svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .tooniebet-gbvloa {
    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;
  }
  .tooniebet-n6ja3v {
    display: none;
    width: 100%;
  }
  .tooniebet-3ay2g6.tooniebet-8iq4o9 .tooniebet-n6ja3v {
    padding: 0 0 0 48px;
  }
  .tooniebet-zlr08l {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .tooniebet-6yml1k .tooniebet-ruomj0 {
    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;
  }
  .tooniebet-fnzfj0 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .tooniebet-fnzfj0 + .tooniebet-fnzfj0 {
    margin-right: 0;
  }
  .tooniebet-fnzfj0 + .tooniebet-ruomj0 {
    margin: 0;
  }
  .tooniebet-knk8wa {
    grid-template-columns: repeat(4, 1fr);
  }
  .tooniebet-slwtq0 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tooniebet-xklfbr,
  .tooniebet-9unfmu {
    grid-template-columns: repeat(2, 1fr);
  }
  .tooniebet-8c7val {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .tooniebet-8c7val.tooniebet-2tjrgi .tooniebet-r6xy4u {
    grid-column: auto;
    grid-row: auto;
  }
  .tooniebet-8c7val > .tooniebet-2agnu2 {
    grid-column: 1/2;
  }
  .tooniebet-8c7val.tooniebet-2tjrgi > :not(.get-image) {
    grid-column: 1/2;
  }
  .tooniebet-8c7val .tooniebet-ruomj0,
  .tooniebet-8c7val.tooniebet-2tjrgi > .tooniebet-ruomj0 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .tooniebet-8c7val.tooniebet-2tjrgi > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .tooniebet-n7c9q9.tooniebet-kbyjkw .tooniebet-8c7val > .tooniebet-ruomj0 {
    grid-row: 1/2;
  }
  .tooniebet-8c7val .tooniebet-2agnu2 ~ .tooniebet-ruomj0,
  .tooniebet-8c7val.tooniebet-2tjrgi .tooniebet-2agnu2 ~ .tooniebet-ruomj0 {
    grid-row: 2/3;
  }
  .tooniebet-n7c9q9.tooniebet-kbyjkw .tooniebet-2agnu2 ~ .tooniebet-ruomj0 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .tooniebet-b1hhyu:first-child .tooniebet-ce2w8i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tooniebet-b1hhyu:first-child .tooniebet-ce2w8i h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .tooniebet-b1hhyu {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .tooniebet-b1hhyu {
    padding: 0;
  }
  .tooniebet-3ivvvx {
    margin-top: 1rem;
  }
  .tooniebet-1y18ja {
    border-radius: 5px;
  }
  .tooniebet-x6xfum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tooniebet-u623z9::after {
    display: inline-block;
  }
  .tooniebet-u623z9 {
    margin: 0;
    width: 100%;
  }
  .tooniebet-17m8qq {
    width: 100%;
  }
  .tooniebet-17m8qq.tooniebet-pnvuo4 {
    -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%;
  }
  .tooniebet-17m8qq.tooniebet-pnvuo4 .tooniebet-vmrux9 {
    width: 100%;
  }
  .tooniebet-17m8qq.tooniebet-pnvuo4 .tooniebet-vmrux9:not(:last-child) {
    margin-right: 0;
  }
  .tooniebet-mzppsh {
    width: 100%;
    text-align: center;
  }
  .tooniebet-73xvs7.tooniebet-8iq4o9 .tooniebet-17m8qq {
    margin-top: 1rem;
  }
  .tooniebet-knk8wa {
    grid-template-columns: repeat(3, 1fr);
  }
  .tooniebet-g3lhnb,
  .tooniebet-slwtq0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tooniebet-xklfbr,
  .tooniebet-9unfmu,
  .tooniebet-83w7k2 {
    grid-template-columns: 1fr;
  }
  .tooniebet-rl28t6 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .tooniebet-xn3d3r {
    min-width: 300px;
    max-width: 325px;
  }
  .tooniebet-2rvgrr {
    cursor: auto;
  }
  .tooniebet-ic7h6d .tooniebet-2rvgrr {
    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;
  }
  .tooniebet-kbl4lf {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .tooniebet-n6ja3v {
    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) {
  .tooniebet-kbl4lf {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.tooniebet-fnzfj0 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .tooniebet-m6zb54 {
    margin: 0 -0.2rem;
  }
  .tooniebet-fnzfj0 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .tooniebet-74r4ku {
    -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;
  }
  .tooniebet-pm1nzi {
    max-width: 100%;
  }
  .tooniebet-knk8wa {
    grid-template-columns: repeat(2, 1fr);
  }
  .tooniebet-g3lhnb,
  .tooniebet-slwtq0 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .tooniebet-ilzivh {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tooniebet-m6zb54 {
    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;
  }
  .tooniebet-ltabxi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tooniebet-pdnxgb {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .tooniebet-7bsj4p,
  .tooniebet-r3jtfw {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .tooniebet-1xw2nz {
    width: 100%;
  }
  .tooniebet-knk8wa {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .tooniebet-kbl4lf {
    top: 127px !important;
  }
}

.tooniebet-yf3dtd {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .tooniebet-yf3dtd {
  }
}

@media (max-width: 767px) {
  .tooniebet-yf3dtd {
    margin-bottom: 12px;
  }
}

.tooniebet-yf3dtd img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.tooniebet-jtp3qo {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.tooniebet-jtp3qo > .tooniebet-czmr23 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .tooniebet-jtp3qo {
    flex-direction: column;
    gap: 12px;
  }
}

.tooniebet-2jn34l {
  display: flex;
}

.tooniebet-2jn34l .tooniebet-4gj9hk {
  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;
}

.tooniebet-2jn34l .tooniebet-6yxyno {
  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;
}

.tooniebet-2jn34l .tooniebet-tpu1ls {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.tooniebet-2jn34l .tooniebet-6urn9s {
  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));
  }
}

.tooniebet-2jn34l .tooniebet-6urn9s:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.tooniebet-2jn34l .tooniebet-w7mb95 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.tooniebet-eswn39 {
  border: unset;
  background-color: unset;
}

.tooniebet-eswn39 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.tooniebet-eswn39 .tooniebet-gd0ejv,
.tooniebet-eswn39 .tooniebet-whkxel {
  flex: 0 1 330px;
}

.tooniebet-eswn39 .tooniebet-mmnt1x {
  flex: 1 1;
}

.tooniebet-eswn39 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.tooniebet-eswn39 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.tooniebet-eswn39 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.tooniebet-eswn39 tr td p {
  color: #fff;
  margin: 0;
}

.tooniebet-eswn39 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.tooniebet-eswn39 tr.tooniebet-gd0ejv td p {
  padding: 16px 0;
}

.tooniebet-eswn39 tr.tooniebet-gd0ejv td p:not(:last-child),
.tooniebet-eswn39 tr.tooniebet-whkxel td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.tooniebet-eswn39 tr.tooniebet-gd0ejv td p:first-child,
.tooniebet-eswn39 tr.tooniebet-whkxel td p:first-child {
  padding-top: 0;
}

.tooniebet-eswn39 tr.tooniebet-whkxel td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.tooniebet-eswn39 tr.tooniebet-whkxel td p:last-child {
  padding-bottom: 0;
}

.tooniebet-eswn39 .tooniebet-whkxel img {
  max-width: 32px;
}

.tooniebet-eswn39 .tooniebet-mmnt1x {
  min-width: 718px;
}

.tooniebet-eswn39 .tooniebet-mmnt1x td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.tooniebet-eswn39 .tooniebet-mmnt1x td {
  display: flex;
}

.tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-bbk96a,
.tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-48c741,
.tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-pskmpj {
  flex: 1 1 50%;
}

.tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-e8hgh1 {
  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;
}

.tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-pw11b5,
.tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-2fl9uv {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-bbk96a,
.tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-48c741 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-bbk96a span,
.tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-48c741 span {
  font-weight: 800;
}

.tooniebet-eswn39 .tooniebet-mmnt1x img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .tooniebet-eswn39 .tooniebet-mmnt1x td .tooniebet-pskmpj:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .tooniebet-eswn39 tr.tooniebet-gd0ejv td p:last-child {
    padding-bottom: 0;
  }
  .tooniebet-eswn39 .tooniebet-whkxel > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .tooniebet-eswn39 .tooniebet-whkxel > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .tooniebet-eswn39 tr.tooniebet-gd0ejv td p:not(:last-child),
  .tooniebet-eswn39 tr.tooniebet-whkxel td p:not(:last-child) {
    border-bottom: unset;
  }
  .tooniebet-eswn39 tr.tooniebet-whkxel td p:last-child {
    padding-bottom: 12px;
  }
  .tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-bbk96a,
  .tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-48c741,
  .tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-pskmpj {
    flex: 1 1 50%;
    padding: 0;
  }
  .tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-bbk96a,
  .tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-48c741 {
    margin-top: 16px;
  }
  .tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-pskmpj {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-bbk96a {
    border-right: 1px solid var(--border-color);
  }
  .tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-pskmpj:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .tooniebet-eswn39 .tooniebet-mmnt1x td:last-child .tooniebet-pskmpj:last-child {
    padding-bottom: 0;
  }
}

.tooniebet-pskmpj {
  display: flex;
  flex-direction: column;
}

.tooniebet-eswn39 .tooniebet-mmnt1x td .tooniebet-pskmpj {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.tooniebet-eswn39 .tooniebet-mmnt1x td .tooniebet-pskmpj:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.tooniebet-eswn39 .tooniebet-mmnt1x td .tooniebet-pskmpj:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .tooniebet-eswn39 .tooniebet-mmnt1x td .tooniebet-pskmpj:not(:first-child) {
    padding-left: 0;
  }
  .tooniebet-eswn39 .tooniebet-mmnt1x td .tooniebet-pskmpj:not(:last-of-type) {
    border-right: unset;
  }
}

.tooniebet-eswn39 .tooniebet-nq6icy {
  flex: 0 1 485px;
}

.tooniebet-eswn39 .tooniebet-rlmrid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.tooniebet-eswn39 .tooniebet-rlmrid li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.tooniebet-eswn39 .tooniebet-rlmrid li.tooniebet-2oidz0 {
  padding: 6px 12px;
}

.tooniebet-eswn39 .tooniebet-rlmrid li a,
.tooniebet-eswn39 .tooniebet-rlmrid 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;
}

.tooniebet-eswn39 .tooniebet-snvmy5,
.tooniebet-eswn39 .tooniebet-giqmam {
  flex: 1 1;
}

.tooniebet-eswn39 .tooniebet-0jvpfj,
.tooniebet-eswn39 .tooniebet-in6kh4 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tooniebet-eswn39 .tooniebet-0jvpfj li,
.tooniebet-eswn39 .tooniebet-in6kh4 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.tooniebet-eswn39 .tooniebet-giqmam img {
  max-width: 32px;
}

.tooniebet-eswn39 .tooniebet-snvmy5 img {
  max-width: 32px;
}

.tooniebet-eswn39 .tooniebet-7u5edn {
  min-width: 280px;
}

.tooniebet-eswn39 .tooniebet-7u5edn img {
  max-width: 146px;
}

.tooniebet-eswn39 .tooniebet-7u5edn td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .tooniebet-eswn39 .tooniebet-gd0ejv,
  .tooniebet-eswn39 .tooniebet-whkxel {
    flex: 0 1 auto;
  }
  .tooniebet-eswn39 .tooniebet-mmnt1x {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .tooniebet-eswn39 .tooniebet-gd0ejv,
  .tooniebet-eswn39 .tooniebet-nq6icy,
  .tooniebet-eswn39 .tooniebet-whkxel,
  .tooniebet-eswn39 .tooniebet-mmnt1x {
    flex: 1 1 calc(50% - 20px);
  }
  .tooniebet-eswn39 .tooniebet-snvmy5,
  .tooniebet-eswn39 .tooniebet-7u5edn,
  .tooniebet-eswn39 .tooniebet-giqmam {
    flex: 1 1 30%;
  }
  .tooniebet-eswn39 .tooniebet-7u5edn {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .tooniebet-eswn39 .tooniebet-gd0ejv,
  .tooniebet-eswn39 .tooniebet-nq6icy,
  .tooniebet-eswn39 .tooniebet-snvmy5,
  .tooniebet-eswn39 .tooniebet-whkxel,
  .tooniebet-eswn39 .tooniebet-mmnt1x,
  .tooniebet-eswn39 .tooniebet-7u5edn,
  .tooniebet-eswn39 .tooniebet-giqmam {
    flex: 1 1 100%;
  }
}

.tooniebet-5x1ks9 .tooniebet-38ujep {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tooniebet-5x1ks9 .tooniebet-e9chfx {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.tooniebet-5x1ks9 .tooniebet-bo3oat {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.tooniebet-5x1ks9 .tooniebet-2qzz4z {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.tooniebet-5x1ks9 .tooniebet-2qzz4z > :nth-child(3) {
  margin-top: 0;
}

.tooniebet-5x1ks9 .tooniebet-ruomj0 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.tooniebet-5x1ks9 .tooniebet-oayabt {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.tooniebet-5x1ks9 .tooniebet-3ivvvx {
  grid-column: 1/2;
}

.tooniebet-5x1ks9 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.tooniebet-5x1ks9 .tooniebet-e9chfx: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;
}

.tooniebet-5x1ks9 .tooniebet-e9chfx:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.tooniebet-5x1ks9 .tooniebet-1xw2nz {
  min-width: 240px;
}

@media (max-width: 768px) {
  .tooniebet-5x1ks9 .tooniebet-e9chfx:not(:last-child):before {
    bottom: 8px;
  }
  .tooniebet-5x1ks9 .tooniebet-e9chfx:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .tooniebet-5x1ks9 .tooniebet-2qzz4z {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .tooniebet-5x1ks9 .tooniebet-ruomj0 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .tooniebet-5x1ks9 .tooniebet-ruomj0 img {
    width: 100%;
    height: auto;
  }
  .tooniebet-5x1ks9 .tooniebet-1xw2nz {
    width: 100%;
    min-width: unset;
  }
}

.tooniebet-1m544m .tooniebet-d60nhb {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.tooniebet-1m544m .tooniebet-aaidt6 {
  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;
}

.tooniebet-1m544m .tooniebet-ruomj0 {
  height: 100%;
}

.tooniebet-1m544m .tooniebet-ruomj0 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.tooniebet-1m544m .tooniebet-pcknuz {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.tooniebet-1m544m .tooniebet-44sils {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.tooniebet-1m544m .tooniebet-6w9wb6 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .tooniebet-1m544m .tooniebet-aaidt6 {
    flex: 1 1 100%;
  }
  .tooniebet-1m544m .tooniebet-8s9qnu {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .tooniebet-1m544m .tooniebet-aaidt6 {
    flex-direction: column;
  }
  .tooniebet-1m544m .tooniebet-ruomj0 {
    width: 100%;
    height: auto;
  }
  .tooniebet-1m544m .tooniebet-ruomj0 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .tooniebet-1m544m .tooniebet-pcknuz {
    padding: 0 16px 16px 16px;
  }
  .tooniebet-1m544m .tooniebet-8s9qnu {
    min-width: unset;
    width: 100%;
  }
}

.tooniebet-xirrx9 .tooniebet-yl2kl8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.tooniebet-xirrx9 .tooniebet-f86uec {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.tooniebet-xirrx9 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;
}

.tooniebet-xirrx9 .tooniebet-g4yr74 {
  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;
}

.tooniebet-xirrx9 .tooniebet-f86uec:hover .tooniebet-g4yr74 {
  display: flex;
}

.tooniebet-xirrx9 .tooniebet-p9imsw {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.tooniebet-xirrx9 .tooniebet-hsq0ig {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.tooniebet-hhanec {
  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;
}

.tooniebet-hhanec.tooniebet-1bygb4 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.tooniebet-m8javy ease-in-out;
}

.tooniebet-hhanec.tooniebet-1bygb4:hover {
  color: #f9cb16;
  background-color: transparent;
}

.tooniebet-xirrx9 .tooniebet-750f4y {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.tooniebet-m8javy ease-in-out;
}

.tooniebet-xirrx9 .tooniebet-750f4y:hover {
  color: #196948;
  background-color: #f9cb16;
}

.tooniebet-xirrx9 .tooniebet-750f4y:after,
.tooniebet-hhanec.tooniebet-1bygb4:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.tooniebet-hhanec.tooniebet-1bygb4:after {
  background-image: url(../images/Cash.svg);
}

.tooniebet-xirrx9 .tooniebet-750f4y:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .tooniebet-xirrx9 .tooniebet-yl2kl8 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .tooniebet-xirrx9 .tooniebet-yl2kl8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tooniebet-xirrx9 .tooniebet-yl2kl8 {
    grid-template-columns: 1fr;
  }
  .tooniebet-xirrx9 .tooniebet-f86uec {
    height: auto;
  }
  .tooniebet-xirrx9 .tooniebet-f86uec .tooniebet-g4yr74 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .tooniebet-xirrx9 .tooniebet-p9imsw,
  .tooniebet-xirrx9 .tooniebet-hsq0ig {
    text-align: left;
  }
  .tooniebet-xirrx9 .tooniebet-hsq0ig {
    margin-bottom: 8px;
  }
  .tooniebet-xirrx9 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.tooniebet-drbchj {
  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;
}

.tooniebet-drbchj.tooniebet-aztgov {
  display: block;
}

.tooniebet-drbchj .tooniebet-bhvxe4 {
  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;
}

.tooniebet-drbchj .tooniebet-s8dhuw {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.tooniebet-drbchj .tooniebet-pu5820 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.tooniebet-drbchj .tooniebet-62n92e {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.tooniebet-drbchj .tooniebet-hhanec {
  min-width: 296px;
  margin-bottom: 0;
}

.tooniebet-drbchj .tooniebet-8lzmg3 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.tooniebet-drbchj .tooniebet-oaoaa6 {
  position: relative;
  flex: 1 1;
}

.tooniebet-drbchj .tooniebet-oaoaa6 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .tooniebet-drbchj .tooniebet-s8dhuw {
    flex-wrap: wrap;
    gap: 8px;
  }
  .tooniebet-drbchj .tooniebet-pu5820 {
    order: 1;
  }
  .tooniebet-drbchj .tooniebet-62n92e {
    order: 3;
    flex: 1 1 100%;
  }
  .tooniebet-drbchj .tooniebet-hhanec {
    width: 100%;
    min-width: unset;
  }
  .tooniebet-drbchj .tooniebet-8lzmg3 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .tooniebet-8c7val > .tooniebet-2agnu2 {
    margin-bottom: 0;
  }
  .tooniebet-8c7val > .tooniebet-3ivvvx,
  .tooniebet-8c7val > p {
    margin-top: 0;
  }
}

.tooniebet-4683iz img,
.tooniebet-fnzfj0 img {
  width: auto;
  object-fit: contain;
}

.tooniebet-4683iz {
  align-items: center;
}

.tooniebet-4683iz img {
  max-height: 76px;
}

.tooniebet-fnzfj0 img {
  max-height: 64px;
}

.tooniebet-vyzpxe {
  overflow: auto;
}

.tooniebet-aip1cq {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.tooniebet-4mwl2s:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.tooniebet-6ba4vn {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.tooniebet-4th17g {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tooniebet-6ba4vn .tooniebet-ruomj0 {
  margin-right: 20px;
  flex-shrink: 0;
}

.tooniebet-6ba4vn img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.tooniebet-k88bz7 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.tooniebet-k88bz7 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .tooniebet-6ba4vn {
    padding: 15px 10px;
  }
  .tooniebet-k88bz7 {
    padding: 15px 10px;
  }
  .tooniebet-6ba4vn .tooniebet-ruomj0 {
    margin-right: 10px;
  }
}

.tooniebet-i9r4ow {
  overflow-x: auto;
}

.tooniebet-10g02u {
  border-collapse: collapse;
  width: 100%;
}

.tooniebet-i9r4ow th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.tooniebet-i9r4ow td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.tooniebet-i9r4ow td.tooniebet-ikb6ov {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.tooniebet-i9r4ow td.tooniebet-2cqql3 {
  border-right: none;
}

.tooniebet-i9r4ow td.tooniebet-2cqql3 .tooniebet-ruomj0 {
  justify-content: flex-start;
}

.tooniebet-i9r4ow td.tooniebet-2cqql3 .tooniebet-ruomj0 img {
  height: auto;
  width: 90px;
}

.tooniebet-i9r4ow td.tooniebet-zrqasn,
.tooniebet-i9r4ow td.tooniebet-s7e4uw {
  font-weight: 600;
  text-align: right;
}

.tooniebet-i9r4ow td.tooniebet-if1nxm,
.tooniebet-i9r4ow td.tooniebet-zrqasn {
  padding-bottom: 10px;
  border-bottom: none;
}

.tooniebet-i9r4ow td.tooniebet-zrqasn,
.tooniebet-i9r4ow td.tooniebet-s7e4uw {
  border-left: none;
}

.tooniebet-i9r4ow td.tooniebet-if1nxm,
.tooniebet-i9r4ow td.tooniebet-w1grzi {
  border-right: none;
}

.tooniebet-i9r4ow td.tooniebet-w1grzi,
.tooniebet-i9r4ow td.tooniebet-s7e4uw {
  border-top: none;
  padding-top: 10px;
}

.tooniebet-1fngzg {
  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;
}

.tooniebet-1fngzg .tooniebet-8s9qnu {
  min-width: unset;
  width: 100%;
}

.tooniebet-1fngzg .tooniebet-8s9qnu.tooniebet-4j37ow {
  grid-column: 1/2;
  grid-row: 1/2;
}

.tooniebet-1fngzg .tooniebet-8s9qnu.tooniebet-cto449 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.tooniebet-1fngzg .tooniebet-f5gmma {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .tooniebet-1fngzg {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .tooniebet-1fngzg .tooniebet-8s9qnu.tooniebet-4j37ow {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .tooniebet-1fngzg .tooniebet-8s9qnu.tooniebet-cto449 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .tooniebet-1fngzg .tooniebet-f5gmma {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.tooniebet-zs24ul {
  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;
}

.tooniebet-ziwgqf {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.tooniebet-4utcpv p a img {
  margin: 0 auto;
  display: block;
}

.tooniebet-4utcpv table {
  margin-bottom: 17px;
}

/* contanct form */
.tooniebet-qeys87 {
  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;
}

.tooniebet-qeys87 label {
  font-size: 14px;
}

.tooniebet-qeys87 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.tooniebet-qeys87 input,
.tooniebet-qeys87 textarea,
.tooniebet-qeys87 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;
}
.tooniebet-qeys87 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.tooniebet-m8javy ease;
}
.tooniebet-qeys87 button:hover {
  background-color: #691204;
}
.tooniebet-0gowzx {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.tooniebet-y85as2 ease-in;
}

.tooniebet-0gowzx 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;
}
.tooniebet-fum29g, .tooniebet-mnn5h4, [class*="review-card"],
thead, thead th, table th, .tooniebet-skpqx8,
.tooniebet-wzgz9e, [class*="collapsible-header"],
.tooniebet-ef3lu7, [class*="updated-block"] {
  color: #14161a !important;
}

/* brandauto-contrast-fix v5 */
header, header nav { background: #111214 !important; }
footer { background: #111214 !important; border-top: 1px solid rgba(255, 255, 255, 0.10) !important; color: #d8d3c6 !important; }
header label span { background: #d8d3c6 !important; }

/* brandauto-contrast-fix v6 */
.tooniebet-ltabxi,
.tooniebet-fod559,
.tooniebet-6spr7i {
  background: #111214 !important;
}

/* brandauto-contrast-v6 */
:root {
  --fh-bg-color: #1a1f36;
  --menu-color: #d8d3c6;
  --button-bg-color: #2563eb;
  --button-text-color: #FFFFFF;
  --button-bg-hover: #1d4ed8;
  --footer-text-color: #d8d3c6;
  --border-color: rgba(255, 255, 255, 0.15);
}
header { border-bottom-color: rgba(255,255,255,0.12) !important; }
footer { border-top-color: rgba(255,255,255,0.10) !important; color: #d8d3c6 !important; }
footer a { color: #d8d3c6 !important; opacity: 0.85; }
footer a:hover { opacity: 1; }

/* brandauto-contrast-v7 */
header a, header span, header [data-ref-el] { color: #d8d3c6 !important; }
header svg { fill: #d8d3c6 !important; stroke: #d8d3c6 !important; }
footer a, footer span, footer p, footer div { color: #d8d3c6 !important; }

/* brandauto-contrast-v8 START */
/* (1) FAQ answers: .tooniebet-pzxr9y sits inside .tooniebet-xemd9b whose bg is
   var(--fh-bg-color)=#1a1f36 (dark navy); answer text had no color and inherited
   --text-color=#0F0F0F => 1.18:1 (invisible). Force light text on the dark panel. */
.tooniebet-xemd9b .tooniebet-pzxr9y,
.tooniebet-xemd9b .tooniebet-pzxr9y *,
[data-faq-item-answer],
[data-faq-item-answer] * {
  color: #ece7dc !important;
}
.tooniebet-xemd9b .tooniebet-pzxr9y a,
[data-faq-item-answer] a {
  color: #9ec3ff !important;
}

/* (2) Plain content tables (the un-classed <table> in the article body) blended:
   td borders were rgba(255,255,255,0.15) on white (invisible), thead had no distinct
   bg (#FFFFFF like body), and no zebra striping. Give a dark accent header with light
   text, visible dark cell borders, and real zebra striping. Text stays dark on light.
   SCOPED with :not(.tooniebet-eswn39): the decorative "About Casino" info-card
   <table class="tooniebet-eswn39"> (bare <tr>, no <thead>, dark-by-design) must NOT
   be restyled — the 5 real content tables (lines 575/649/683/740/779) all have <thead>.
   overflow:hidden removed (it clipped wide 4-col tables on mobile); border-collapse
   added; a max-width:820px rule makes wide tables scroll horizontally instead of clip. */
main table:not(.tooniebet-eswn39),
.tooniebet-h8kikc table:not(.tooniebet-eswn39) {
  border: 1px solid rgba(0,0,0,0.18) !important;
  border-collapse: collapse !important;
}
main table:not(.tooniebet-eswn39) thead th,
.tooniebet-h8kikc table:not(.tooniebet-eswn39) thead th,
main table:not(.tooniebet-eswn39) th,
.tooniebet-h8kikc table:not(.tooniebet-eswn39) th {
  background-color: #1a1f36 !important;
  color: #ece7dc !important;
  border: 1px solid rgba(0,0,0,0.25) !important;
  border-right: 1px solid rgba(255,255,255,0.18) !important;
}
main table:not(.tooniebet-eswn39) td,
.tooniebet-h8kikc table:not(.tooniebet-eswn39) td {
  color: #0F0F0F !important;
  border: 1px solid rgba(0,0,0,0.14) !important;
}
main table:not(.tooniebet-eswn39) tbody tr:nth-child(odd) td,
.tooniebet-h8kikc table:not(.tooniebet-eswn39) tbody tr:nth-child(odd) td {
  background-color: #FFFFFF !important;
}
main table:not(.tooniebet-eswn39) tbody tr:nth-child(even) td,
.tooniebet-h8kikc table:not(.tooniebet-eswn39) tbody tr:nth-child(even) td {
  background-color: #F0F0F0 !important;
}
/* (3) Mobile: wide multi-column content tables scroll horizontally instead of being
   clipped. display:block on the <table> only inside this media query turns it into a
   horizontal scroll container while rows still render as a grid. Desktop stays a normal
   full-width table. The info-card (.tooniebet-eswn39) is excluded here too. */
@media (max-width: 820px) {
  main table:not(.tooniebet-eswn39),
  .tooniebet-h8kikc table:not(.tooniebet-eswn39) {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
}
/* brandauto-contrast-v8 END */

/* brandauto-contrast-v8c START */
/* Info-card (.tooniebet-eswn39) value spans were color:var(--title-color)=#000 (black) on the
   dark navy card bg (#1a1f36) => invisible. Labels (p) are #fff; make the bold value spans light too.
   Covers About Casino (2017/Curacao/English), Currencies (EUR), Min. Deposit/Withdrawal (EUR5/EUR100). */
.tooniebet-eswn39 tr td p span { color: #ffffff !important; }
/* brandauto-contrast-v8c END */
