@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);
}

.spybet-79zpll {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spybet-le0d61 {
  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.spybet-8c059n,
ul.spybet-8c059n {
  padding-left: 20px;
}

ul.spybet-8c059n {
  list-style: disc;
}

ol.spybet-8c059n {
  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;
  }
}

.spybet-ra4oe7 > .spybet-mh1yv5,
.spybet-ra4oe7 > .spybet-sxucz2,
.spybet-ra4oe7 > blockquote,
.spybet-ra4oe7 > h1,
.spybet-ra4oe7 > h2,
.spybet-ra4oe7 > h3,
.spybet-ra4oe7 > h4,
.spybet-ra4oe7 > h5,
.spybet-ra4oe7 > h6,
.spybet-ra4oe7 > ol,
.spybet-ra4oe7 > p,
.spybet-ra4oe7 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spybet-ra4oe7 > ol,
.spybet-ra4oe7 > ul {
  padding-left: 50px;
}

.spybet-ra4oe7 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;
}

.spybet-ra4oe7:not(:last-child) {
  margin-bottom: 2rem;
}

.spybet-ra4oe7 > :not(:first-child) {
  margin-top: 2rem;
}

.spybet-ra4oe7 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spybet-ra4oe7:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .spybet-ra4oe7:first-child {
    margin-top: 20px;
  }
}

.spybet-ra4oe7 > p:last-of-type {
  margin-bottom: 32px;
}

.spybet-ra4oe7 > .spybet-6yegr8:not(:first-child) {
  margin: 64px auto 16px auto;
}

.spybet-cyvek1 > .spybet-6yegr8 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.spybet-sxucz2 {
  overflow: auto;
}

.spybet-sxucz2::-webkit-scrollbar {
  height: 5px;
}

.spybet-sxucz2 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.spybet-sxucz2 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.spybet-sxucz2 table thead,
table thead {
  border-bottom: none;
}

.spybet-sxucz2 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.spybet-sxucz2 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.spybet-sxucz2 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.spybet-sxucz2 .spybet-vll8sc {
  table-layout: auto;
}

.spybet-sxucz2 .spybet-vll8sc th {
  word-break: normal;
}

.spybet-sxucz2 .spybet-vll8sc td {
  word-break: normal;
}

.spybet-79zpll .spybet-79zpll {
  padding-right: 0;
  padding-left: 0;
}

.spybet-p3hmzb {
  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;
}

.spybet-1orlp5 {
  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;
}

.spybet-ujrx1x {
  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;
}

.spybet-mh1yv5 {
  margin-top: 24px;
}

.spybet-mh1yv5.spybet-b3k3kf {
  text-align: left;
}

.spybet-mh1yv5.spybet-52ddin {
  text-align: right;
}

.spybet-mh1yv5.spybet-9u8vng {
  text-align: center;
}

.spybet-e22zrh {
  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.spybet-l1tf34 ease-in-out;
  cursor: pointer;
}

.spybet-e22zrh:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.spybet-e22zrh {
  min-width: 328px;
}

@media (max-width: 768px) {
  .spybet-e22zrh {
    min-width: unset;
  }
}

.spybet-40euxm {
  background-color: var(--fh-bg-color);
}

.spybet-rcd61w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.spybet-nkn9zh {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.spybet-nkn9zh img {
  max-height: 80px;
  object-fit: contain;
}

.spybet-282tfr {
  flex: 1 1;
}

.spybet-dwi3le {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.spybet-4olvkw {
  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;
}

.spybet-4olvkw 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;
}

.spybet-4olvkw.spybet-ht1a3p span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.spybet-4olvkw.spybet-ht1a3p span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.spybet-4olvkw.spybet-ht1a3p span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.spybet-282tfr + .spybet-dwi3le {
  margin-left: 20px;
}

.spybet-c1shks {
  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;
}

.spybet-c1shks > svg {
  max-width: 24px;
  max-height: 24px;
}

.spybet-c1shks + .spybet-c1shks {
  margin-left: 5px;
}

.spybet-o8d3ha {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.spybet-o8d3ha:hover {
  background-color: var(--button-bg-hover);
}

.spybet-fyqxlr {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.spybet-l1tf34 ease-in-out;
  border: 1px solid var(--border-color);
}

.spybet-fyqxlr:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.spybet-2otpg1 {
  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) {
  .spybet-282tfr {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .spybet-2otpg1 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .spybet-282tfr {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .spybet-c1shks {
    min-width: unset;
    flex: 1 1;
  }
}

.spybet-jrsb93 {
  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;
}

.spybet-jrsb93:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.spybet-jrsb93:hover .spybet-53bwjl {
  opacity: 1;
  pointer-events: auto;
}

.spybet-99a06d {
  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.spybet-syuy9w ease-in-out;
  gap: 4px;
}

.spybet-99a06d > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spybet-99a06d .spybet-p3hmzb img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spybet-e23rp1,
.spybet-99a06d:hover {
  color: var(--button-bg-hover);
}

.spybet-uk3aou {
  position: relative;
}

.spybet-uk3aou .spybet-99a06d {
  margin-right: 0;
  padding-right: 4px;
}

.spybet-qel9of svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.spybet-uk3aou.spybet-ht1a3p .spybet-qel9of svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.spybet-uk3aou.spybet-ht1a3p .spybet-53bwjl {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.spybet-uk3aou.spybet-ht1a3p .spybet-53bwjl::before {
  display: none;
}

.spybet-qel9of svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.spybet-53bwjl {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.spybet-0ggczj 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.spybet-53bwjl::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.spybet-53bwjl:hover {
  color: var(--fh-bg-color);
}

.spybet-nzjxfs {
  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.spybet-0ggczj 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.spybet-syuy9w ease-in-out;
  -o-transition: 0.spybet-syuy9w ease-in-out;
  transition: 0.spybet-syuy9w ease-in-out;
}

.spybet-nzjxfs .spybet-p3hmzb img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.spybet-1c20rq,
.spybet-nzjxfs:hover {
  color: var(--button-bg-hover);
}

.spybet-kovytl {
  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%;
}

.spybet-kovytl.spybet-zwi38l {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.spybet-kovytl.spybet-zwi38l:after,
.spybet-kovytl.spybet-zwi38l:before {
  content: "";
  position: absolute;
  margin: auto;
}

.spybet-kovytl.spybet-zwi38l: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);
  }
}

.spybet-kovytl.spybet-zwi38l:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.spybet-kovytl.spybet-zwi38l > * {
  z-index: 1;
}

.spybet-kovytl b,
.spybet-kovytl strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.spybet-kovytl .spybet-9xrrzn {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.spybet-kovytl .spybet-lbas3d {
  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;
}

.spybet-kovytl .spybet-p3hmzb {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.spybet-kovytl .spybet-jy9gxw {
  margin-top: 12px;
}

.spybet-jy9gxw {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.spybet-y7ebgn {
  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;
}

.spybet-jy9gxw .spybet-vxw55k {
  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.spybet-l1tf34 ease-in-out;
}

.spybet-jy9gxw .spybet-vxw55k:hover {
  background: rgba(255, 255, 255, 0.3);
}

.spybet-vchcb4 {
  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;
}

.spybet-kovytl.spybet-l8wple {
  gap: 12px;
  padding: 16px;
}

.spybet-kovytl.spybet-l8wple .spybet-vchcb4 {
  min-width: 240px;
}

.spybet-kovytl.spybet-l8wple .spybet-vchcb4.spybet-wf9s04 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .spybet-kovytl .spybet-9xrrzn {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .spybet-kovytl .spybet-lbas3d {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .spybet-kovytl .spybet-p3hmzb {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .spybet-kovytl.spybet-l8wple .spybet-p3hmzb {
    max-width: 126px;
  }
  .spybet-kovytl .spybet-jy9gxw {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .spybet-kovytl .spybet-y7ebgn {
    max-width: unset;
  }
  .spybet-vchcb4 {
    min-width: unset;
    width: 100%;
  }
  .spybet-kovytl .spybet-vchcb4 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .spybet-kovytl.spybet-l8wple {
    grid-template-rows: auto 1fr auto;
  }
  .spybet-kovytl.spybet-l8wple .spybet-vchcb4 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .spybet-kovytl {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .spybet-kovytl .spybet-9xrrzn {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .spybet-kovytl .spybet-p3hmzb {
    max-width: 78px;
  }
  .spybet-kovytl .spybet-jy9gxw {
    margin-top: -12px;
  }
  .spybet-kovytl.spybet-l8wple {
    gap: 8px;
  }
  .spybet-kovytl.spybet-l8wple .spybet-9xrrzn {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .spybet-kovytl.spybet-l8wple .spybet-lbas3d {
    grid-column: 1/3;
  }
  .spybet-kovytl.spybet-l8wple .spybet-p3hmzb {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .spybet-kovytl.spybet-l8wple .spybet-p3hmzb img {
    max-width: 114px;
  }
}

.spybet-vchcb4.spybet-3u9r01,
.spybet-vchcb4.spybet-vkw65u,
.spybet-vchcb4.spybet-v8kcvg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.spybet-l1tf34 ease-in-out;
}

.spybet-vchcb4.spybet-3u9r01,
.spybet-vchcb4.spybet-v8kcvg {
  padding: 10px;
}

.spybet-vchcb4.spybet-3u9r01:hover,
.spybet-vchcb4.spybet-vkw65u:hover,
.spybet-vchcb4.spybet-v8kcvg:hover {
  background: var(--button-bg-hover);
}

.spybet-vchcb4.spybet-3u9r01:hover svg path,
.spybet-vchcb4.spybet-v8kcvg:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.spybet-vchcb4.spybet-wf9s04 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.spybet-l1tf34 ease-in-out;
  background: var(--button-bg-color);
}

.spybet-vchcb4.spybet-wf9s04:hover {
  background-color: var(--button-bg-hover);
}

.spybet-vchcb4.spybet-vkw65u: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);
  }
}

.spybet-vchcb4.spybet-vkw65u:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spybet-vchcb4.spybet-wf9s04:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.spybet-b611rj {
  max-width: 650px;
}

.spybet-s9s7e3 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.spybet-ra3e0e {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.spybet-cgrw8z {
  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.spybet-syuy9w ease-in-out;
  cursor: pointer;
}

.spybet-cgrw8z:hover {
  opacity: 0.5;
}

.spybet-cgrw8z:focus {
  outline: 0;
}

.spybet-cgrw8z:focus .spybet-jmfgmf,
.spybet-cgrw8z:hover .spybet-jmfgmf {
  fill: red;
  fill-opacity: 1;
}

.spybet-cgrw8z:hover {
  cursor: pointer;
}

.spybet-y4zwab {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.spybet-b611rj.spybet-9u8vng {
  margin: 0 auto;
}

.spybet-b611rj.spybet-52ddin {
  margin-left: auto;
}

.spybet-rjluhd {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.spybet-t7m6px {
  padding-bottom: 50px;
}

.spybet-v3e27u {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.spybet-sqt701 {
  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;
}

.spybet-sjyx9c {
  margin-top: 24px;
}

.spybet-snms7c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spybet-6pt7h6 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.spybet-s8hc6y {
  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;
}

.spybet-axzd02 {
  width: 468px;
}

.spybet-s8hc6y .spybet-53bwjl {
  margin: 0.spybet-j2p4gw 0;
}

.spybet-kpo39r {
  display: flex;
  min-width: 224px;
}

.spybet-sd3zwf {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.spybet-syuy9w ease-in-out;
}

.spybet-jiobgz,
.spybet-sd3zwf:hover {
  color: var(--text-color);
}

.spybet-81326q {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.spybet-vvs6rk {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .spybet-rjluhd {
    padding: 16px;
  }
  .spybet-81326q {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .spybet-vvs6rk {
    align-items: center;
  }
  .spybet-axzd02 {
    width: unset;
  }
  .spybet-kpo39r {
    min-width: unset;
  }
  .spybet-s8hc6y {
    max-height: unset;
  }
  .spybet-v3e27u {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .spybet-rjluhd {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.spybet-z6hzdx {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spybet-z6hzdx:not(:last-child) {
  margin-bottom: 16px;
}

.spybet-2f668v {
  outline: 0;
}

.spybet-2f668v .spybet-d2eowd {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.spybet-8qdo3r {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .spybet-8qdo3r {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.spybet-8qdo3r::-webkit-details-marker {
  display: none;
}

.spybet-8qdo3r: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;
}

.spybet-8qdo3r: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] .spybet-8qdo3r:after {
  transform: unset;
}

.spybet-d2eowd {
  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);
}

.spybet-d2eowd 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.spybet-syuy9w ease-in-out;
  -o-transition: 0.spybet-syuy9w ease-in-out;
  transition: 0.spybet-syuy9w ease-in-out;
}

.spybet-7x0ivu {
  padding: 16px 0 0 0;
}

.spybet-7x0ivu * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .spybet-7x0ivu :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spybet-8qdo3r {
    flex-wrap: wrap;
    gap: 12px;
  }
  .spybet-8qdo3r::after {
    margin-left: auto;
  }
  .spybet-d2eowd {
    order: 3;
    flex: 1 1 100%;
  }
  .spybet-8qdo3r {
    font-size: 14px;
    line-height: 130%;
  }
  .spybet-d2eowd svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.spybet-saf5eo {
  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;
}

.spybet-524j3d {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.spybet-saf5eo.spybet-ht1a3p .spybet-524j3d {
  margin-bottom: 12px;
}

.spybet-524j3d::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;
}

.spybet-saf5eo.spybet-ht1a3p .spybet-524j3d::after {
  transform: unset;
}

.spybet-4fvw3n {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.spybet-sinqw1 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.spybet-syuy9w ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.spybet-sinqw1: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;
}

.spybet-saf5eo.spybet-ht1a3p .spybet-4fvw3n {
  max-height: 100%;
}

.spybet-earjl2 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.spybet-ci8cb5 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.spybet-vyrd2l {
  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;
}

.spybet-wsrvu3 {
  margin-right: 4px;
}

.spybet-mqwcjh {
  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.spybet-syuy9w ease-in-out;
}

.spybet-mqwcjh svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.spybet-ji42um,
.spybet-mqwcjh:hover {
  color: var(--text-color);
}

.spybet-bt7mu7 {
  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;
}

.spybet-bt7mu7 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.spybet-bt7mu7 .spybet-gtrw0j {
  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;
}

.spybet-bt7mu7 .spybet-5dzi5n {
  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;
}

.spybet-7pz67g {
  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;
}

.spybet-4obrab {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.spybet-dw49q8 .spybet-79zpll {
  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;
}

.spybet-dw49q8 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.spybet-oedcup {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.spybet-cuhsl0 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.spybet-bfsuo7 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.spybet-kb1bwb 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;
}

.spybet-bfsuo7:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.spybet-rweuk6 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.spybet-skpb3a {
  -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.spybet-syuy9w ease-in-out;
  transition: transform 0.spybet-syuy9w ease-in-out;
  -o-transition: transform 0.spybet-syuy9w ease-in-out;
  transition:
    transform 0.spybet-syuy9w ease-in-out,
    -webkit-transform 0.spybet-syuy9w ease-in-out;
  cursor: pointer;
}

.spybet-skpb3a svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.spybet-skpb3a: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;
}

.spybet-hnxwx6 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .spybet-hnxwx6 {
    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);
}

.spybet-qr1mkq {
  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;
}

.spybet-q379cp {
  position: relative;
  width: 100%;
}

.spybet-qr1mkq.spybet-nk3of4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.spybet-qr1mkq.spybet-9u8vng {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spybet-qr1mkq.spybet-52ddin {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.spybet-80ar1l {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.spybet-fjh8lf {
  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.spybet-syuy9w ease-in-out;
  cursor: pointer;
}

.spybet-fjh8lf:hover {
  opacity: 0.5;
}

.spybet-qr1mkq.spybet-sq04co .spybet-fjh8lf {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.spybet-qr1mkq.spybet-sq04co .spybet-80ar1l {
  cursor: pointer;
}

.spybet-ctgsj7 {
  fill: #0009;
}

.spybet-c3wwql {
  fill: #fff;
}

.spybet-fjh8lf:hover .spybet-ctgsj7 {
  fill: red;
}

.spybet-fjh8lf svg path {
  -webkit-transition: 0.spybet-syuy9w ease-in-out;
  -o-transition: 0.spybet-syuy9w ease-in-out;
  transition: 0.spybet-syuy9w ease-in-out;
}

.spybet-ccy2nt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.spybet-ccy2nt > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.spybet-ccy2nt.spybet-6ywnlg > :not(.get-image) {
  grid-column: 1/3;
}

.spybet-zcyqn3:not(._h1-block) .spybet-ccy2nt > .spybet-6yegr8 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.spybet-ccy2nt.spybet-6ywnlg .spybet-gubvi4 {
  grid-column: 2/3;
}

.spybet-ccy2nt.spybet-6ywnlg > .spybet-p3hmzb {
  grid-column: 1/2;
}

.spybet-ccy2nt.spybet-6ywnlg > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.spybet-ccy2nt > p:first-of-type {
  margin-top: 0;
}

.spybet-ccy2nt .spybet-p3hmzb {
  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;
}

.spybet-zcyqn3:not(._h1-block) .spybet-6yegr8 ~ .spybet-p3hmzb {
  grid-row: 2/10;
}

.spybet-zcyqn3.spybet-zf55gl .spybet-6yegr8 ~ .spybet-p3hmzb {
  grid-row: 1/10;
}

.spybet-zcyqn3.spybet-zf55gl > .spybet-6yegr8 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.spybet-zcyqn3.spybet-zf55gl .spybet-p3hmzb {
  grid-row: 1/10;
}

.spybet-ccy2nt.spybet-nag20g .spybet-p3hmzb {
  align-items: flex-start;
}

.spybet-ccy2nt.spybet-9u8vng .spybet-gubvi4 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.spybet-ccy2nt.spybet-9u8vng .spybet-p3hmzb {
  align-items: center;
}

.spybet-ccy2nt.spybet-azh439 .spybet-p3hmzb {
  align-items: flex-end;
}

.spybet-gubvi4 > :first-child {
  margin-top: 0;
}

.spybet-gubvi4 > :last-child {
  margin-bottom: 0;
}

* + .spybet-efkdrw,
.spybet-zcyqn3 + .spybet-zcyqn3 {
  margin-top: 2rem;
}

.spybet-mnawnq td::before,
.spybet-mnawnq th::after {
  display: none !important;
}

.spybet-mnawnq #link-selector {
  color: #000;
}

.spybet-mnawnq .spybet-85ytwc {
  color: #135e96;
}

.spybet-mnawnq .spybet-052fbs *,
.spybet-mnawnq .spybet-pf0x14 p,
.spybet-mnawnq .spybet-ak9dfp * {
  color: #000;
}

.spybet-mnawnq .spybet-kqmwnx {
  background: 0 0 !important;
}

.spybet-mnawnq .spybet-2swp25 {
  color: #000;
}

.spybet-mnawnq .spybet-t2hl55.spybet-qf7qhx {
  color: #fff;
}

.spybet-mnawnq .spybet-oopgti {
  color: #000;
}

.spybet-mnawnq
  .spybet-ametnn
  .spybet-c72vcs.spybet-qf7qhx.spybet-udkh96 {
  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;
}

.spybet-023ylg,
body .spybet-zefxil {
  color: #000;
  background: var(--color-body) !important;
}

.spybet-023ylg .spybet-a73qqv .spybet-6uomvz,
body .spybet-zefxil .spybet-a73qqv .spybet-6uomvz {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spybet-sinqw1:focus,
  .spybet-sinqw1:hover {
    color: #f9cb16;
  }
  .spybet-qngitm:focus,
  .spybet-qngitm:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .spybet-42k5qt:focus img,
  .spybet-42k5qt:focus svg,
  .spybet-42k5qt:hover img,
  .spybet-42k5qt:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .spybet-bt7mu7 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .spybet-uk3aou:hover .spybet-qel9of svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .spybet-qel9of {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .spybet-zdl741 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .spybet-c4o4ty {
    grid-template-columns: repeat(4, 1fr);
  }
  .spybet-pnwx4s {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .spybet-swf58x .spybet-6eu7hp {
    grid-template-columns: 1fr;
  }
  .spybet-swf58x .spybet-h19pr4 {
    -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;
  }
  .spybet-swf58x .spybet-8rnm34 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spybet-swf58x .spybet-hwtezo {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .spybet-swf58x .spybet-31q2gb {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .spybet-swf58x .spybet-8rnm34:not(:first-child) {
    border: none;
  }
  .spybet-swf58x .spybet-8rnm34:first-child .spybet-hwtezo {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .spybet-swf58x .spybet-8rnm34:last-child .spybet-hwtezo {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .spybet-rcd61w {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .spybet-nkn9zh {
    max-width: 100px;
  }
  .spybet-282tfr {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .spybet-dwi3le {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .spybet-dwi3le svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .spybet-4olvkw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .spybet-282tfr + .spybet-dwi3le {
    margin-left: auto;
  }
  .spybet-jxe9rk {
    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;
  }
  .spybet-jxe9rk.spybet-ht1a3p {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .spybet-2otpg1 {
    -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;
  }
  .spybet-jrsb93 {
    width: 100%;
  }
  .spybet-jrsb93:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .spybet-99a06d {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .spybet-99a06d svg {
    margin-right: 4px;
  }
  .spybet-uk3aou {
    -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;
  }
  .spybet-qel9of svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .spybet-qel9of {
    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;
  }
  .spybet-53bwjl {
    display: none;
    width: 100%;
  }
  .spybet-uk3aou.spybet-ht1a3p .spybet-53bwjl {
    padding: 0 0 0 48px;
  }
  .spybet-nzjxfs {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .spybet-sqt701 .spybet-p3hmzb {
    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;
  }
  .spybet-u9hs1z {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spybet-u9hs1z + .spybet-u9hs1z {
    margin-right: 0;
  }
  .spybet-u9hs1z + .spybet-p3hmzb {
    margin: 0;
  }
  .spybet-zdl741 {
    grid-template-columns: repeat(4, 1fr);
  }
  .spybet-c4o4ty {
    grid-template-columns: repeat(3, 1fr);
  }
  .spybet-44owfu,
  .spybet-ikw3uj {
    grid-template-columns: repeat(2, 1fr);
  }
  .spybet-ccy2nt {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .spybet-ccy2nt.spybet-6ywnlg .spybet-gubvi4 {
    grid-column: auto;
    grid-row: auto;
  }
  .spybet-ccy2nt > .spybet-6yegr8 {
    grid-column: 1/2;
  }
  .spybet-ccy2nt.spybet-6ywnlg > :not(.get-image) {
    grid-column: 1/2;
  }
  .spybet-ccy2nt .spybet-p3hmzb,
  .spybet-ccy2nt.spybet-6ywnlg > .spybet-p3hmzb {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spybet-ccy2nt.spybet-6ywnlg > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .spybet-zcyqn3.spybet-zf55gl .spybet-ccy2nt > .spybet-p3hmzb {
    grid-row: 1/2;
  }
  .spybet-ccy2nt .spybet-6yegr8 ~ .spybet-p3hmzb,
  .spybet-ccy2nt.spybet-6ywnlg .spybet-6yegr8 ~ .spybet-p3hmzb {
    grid-row: 2/3;
  }
  .spybet-zcyqn3.spybet-zf55gl .spybet-6yegr8 ~ .spybet-p3hmzb {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .spybet-ra4oe7:first-child .spybet-9kmsxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spybet-ra4oe7:first-child .spybet-9kmsxl h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .spybet-ra4oe7 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .spybet-ra4oe7 {
    padding: 0;
  }
  .spybet-mh1yv5 {
    margin-top: 1rem;
  }
  .spybet-2f668v {
    border-radius: 5px;
  }
  .spybet-6p43mo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .spybet-524j3d::after {
    display: inline-block;
  }
  .spybet-524j3d {
    margin: 0;
    width: 100%;
  }
  .spybet-4fvw3n {
    width: 100%;
  }
  .spybet-4fvw3n.spybet-dmgpxn {
    -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%;
  }
  .spybet-4fvw3n.spybet-dmgpxn .spybet-40y552 {
    width: 100%;
  }
  .spybet-4fvw3n.spybet-dmgpxn .spybet-40y552:not(:last-child) {
    margin-right: 0;
  }
  .spybet-sinqw1 {
    width: 100%;
    text-align: center;
  }
  .spybet-saf5eo.spybet-ht1a3p .spybet-4fvw3n {
    margin-top: 1rem;
  }
  .spybet-zdl741 {
    grid-template-columns: repeat(3, 1fr);
  }
  .spybet-pnwx4s,
  .spybet-c4o4ty {
    grid-template-columns: repeat(2, 1fr);
  }
  .spybet-44owfu,
  .spybet-ikw3uj,
  .spybet-jm04s1 {
    grid-template-columns: 1fr;
  }
  .spybet-vau8zp {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .spybet-fxtnsx {
    min-width: 300px;
    max-width: 325px;
  }
  .spybet-hwtezo {
    cursor: auto;
  }
  .spybet-tx35wm .spybet-hwtezo {
    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;
  }
  .spybet-hnxwx6 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .spybet-53bwjl {
    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) {
  .spybet-hnxwx6 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.spybet-u9hs1z p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .spybet-dwi3le {
    margin: 0 -0.2rem;
  }
  .spybet-u9hs1z {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .spybet-9qewdv {
    -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;
  }
  .spybet-twkq45 {
    max-width: 100%;
  }
  .spybet-zdl741 {
    grid-template-columns: repeat(2, 1fr);
  }
  .spybet-pnwx4s,
  .spybet-c4o4ty {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .spybet-rcd61w {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spybet-dwi3le {
    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;
  }
  .spybet-40euxm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spybet-c1shks {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .spybet-swe81o,
  .spybet-dmkn6h {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .spybet-e22zrh {
    width: 100%;
  }
  .spybet-zdl741 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .spybet-hnxwx6 {
    top: 127px !important;
  }
}

.spybet-4ud9i8 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .spybet-4ud9i8 {
  }
}

@media (max-width: 767px) {
  .spybet-4ud9i8 {
    margin-bottom: 12px;
  }
}

.spybet-4ud9i8 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.spybet-ocul9h {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.spybet-ocul9h > .spybet-33uejs {
  flex: 1 1;
}

@media (max-width: 767px) {
  .spybet-ocul9h {
    flex-direction: column;
    gap: 12px;
  }
}

.spybet-kxoy0b {
  display: flex;
}

.spybet-kxoy0b .spybet-e06hse {
  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;
}

.spybet-kxoy0b .spybet-5o5fl5 {
  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;
}

.spybet-kxoy0b .spybet-4j77u7 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.spybet-kxoy0b .spybet-z0g6mf {
  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));
  }
}

.spybet-kxoy0b .spybet-z0g6mf:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.spybet-kxoy0b .spybet-jou5zt {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.spybet-0y2gmi {
  border: unset;
  background-color: unset;
}

.spybet-0y2gmi tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.spybet-0y2gmi .spybet-ckjzrf,
.spybet-0y2gmi .spybet-0ycool {
  flex: 0 1 330px;
}

.spybet-0y2gmi .spybet-bu34fk {
  flex: 1 1;
}

.spybet-0y2gmi tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.spybet-0y2gmi tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.spybet-0y2gmi tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.spybet-0y2gmi tr td p {
  color: #fff;
  margin: 0;
}

.spybet-0y2gmi tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.spybet-0y2gmi tr.spybet-ckjzrf td p {
  padding: 16px 0;
}

.spybet-0y2gmi tr.spybet-ckjzrf td p:not(:last-child),
.spybet-0y2gmi tr.spybet-0ycool td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.spybet-0y2gmi tr.spybet-ckjzrf td p:first-child,
.spybet-0y2gmi tr.spybet-0ycool td p:first-child {
  padding-top: 0;
}

.spybet-0y2gmi tr.spybet-0ycool td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spybet-0y2gmi tr.spybet-0ycool td p:last-child {
  padding-bottom: 0;
}

.spybet-0y2gmi .spybet-0ycool img {
  max-width: 32px;
}

.spybet-0y2gmi .spybet-bu34fk {
  min-width: 718px;
}

.spybet-0y2gmi .spybet-bu34fk td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.spybet-0y2gmi .spybet-bu34fk td {
  display: flex;
}

.spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-60x70l,
.spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-fkdkzk,
.spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-qmker2 {
  flex: 1 1 50%;
}

.spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-2oasrb {
  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;
}

.spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-hzmkrt,
.spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-kuw6o5 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-60x70l,
.spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-fkdkzk {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-60x70l span,
.spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-fkdkzk span {
  font-weight: 800;
}

.spybet-0y2gmi .spybet-bu34fk img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .spybet-0y2gmi .spybet-bu34fk td .spybet-qmker2:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .spybet-0y2gmi tr.spybet-ckjzrf td p:last-child {
    padding-bottom: 0;
  }
  .spybet-0y2gmi .spybet-0ycool > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .spybet-0y2gmi .spybet-0ycool > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .spybet-0y2gmi tr.spybet-ckjzrf td p:not(:last-child),
  .spybet-0y2gmi tr.spybet-0ycool td p:not(:last-child) {
    border-bottom: unset;
  }
  .spybet-0y2gmi tr.spybet-0ycool td p:last-child {
    padding-bottom: 12px;
  }
  .spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-60x70l,
  .spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-fkdkzk,
  .spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-qmker2 {
    flex: 1 1 50%;
    padding: 0;
  }
  .spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-60x70l,
  .spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-fkdkzk {
    margin-top: 16px;
  }
  .spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-qmker2 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-60x70l {
    border-right: 1px solid var(--border-color);
  }
  .spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-qmker2:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .spybet-0y2gmi .spybet-bu34fk td:last-child .spybet-qmker2:last-child {
    padding-bottom: 0;
  }
}

.spybet-qmker2 {
  display: flex;
  flex-direction: column;
}

.spybet-0y2gmi .spybet-bu34fk td .spybet-qmker2 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.spybet-0y2gmi .spybet-bu34fk td .spybet-qmker2:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.spybet-0y2gmi .spybet-bu34fk td .spybet-qmker2:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .spybet-0y2gmi .spybet-bu34fk td .spybet-qmker2:not(:first-child) {
    padding-left: 0;
  }
  .spybet-0y2gmi .spybet-bu34fk td .spybet-qmker2:not(:last-of-type) {
    border-right: unset;
  }
}

.spybet-0y2gmi .spybet-xfjml7 {
  flex: 0 1 485px;
}

.spybet-0y2gmi .spybet-lg82lq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.spybet-0y2gmi .spybet-lg82lq li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spybet-0y2gmi .spybet-lg82lq li.spybet-rxx0in {
  padding: 6px 12px;
}

.spybet-0y2gmi .spybet-lg82lq li a,
.spybet-0y2gmi .spybet-lg82lq 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;
}

.spybet-0y2gmi .spybet-a5x1af,
.spybet-0y2gmi .spybet-vtmx1r {
  flex: 1 1;
}

.spybet-0y2gmi .spybet-lealz9,
.spybet-0y2gmi .spybet-jha62m {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spybet-0y2gmi .spybet-lealz9 li,
.spybet-0y2gmi .spybet-jha62m li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.spybet-0y2gmi .spybet-vtmx1r img {
  max-width: 32px;
}

.spybet-0y2gmi .spybet-a5x1af img {
  max-width: 32px;
}

.spybet-0y2gmi .spybet-20khlq {
  min-width: 280px;
}

.spybet-0y2gmi .spybet-20khlq img {
  max-width: 146px;
}

.spybet-0y2gmi .spybet-20khlq td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .spybet-0y2gmi .spybet-ckjzrf,
  .spybet-0y2gmi .spybet-0ycool {
    flex: 0 1 auto;
  }
  .spybet-0y2gmi .spybet-bu34fk {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .spybet-0y2gmi .spybet-ckjzrf,
  .spybet-0y2gmi .spybet-xfjml7,
  .spybet-0y2gmi .spybet-0ycool,
  .spybet-0y2gmi .spybet-bu34fk {
    flex: 1 1 calc(50% - 20px);
  }
  .spybet-0y2gmi .spybet-a5x1af,
  .spybet-0y2gmi .spybet-20khlq,
  .spybet-0y2gmi .spybet-vtmx1r {
    flex: 1 1 30%;
  }
  .spybet-0y2gmi .spybet-20khlq {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .spybet-0y2gmi .spybet-ckjzrf,
  .spybet-0y2gmi .spybet-xfjml7,
  .spybet-0y2gmi .spybet-a5x1af,
  .spybet-0y2gmi .spybet-0ycool,
  .spybet-0y2gmi .spybet-bu34fk,
  .spybet-0y2gmi .spybet-20khlq,
  .spybet-0y2gmi .spybet-vtmx1r {
    flex: 1 1 100%;
  }
}

.spybet-oc26ik .spybet-dm516y {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spybet-oc26ik .spybet-0md2rp {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.spybet-oc26ik .spybet-y0nftn {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.spybet-oc26ik .spybet-roerbh {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.spybet-oc26ik .spybet-roerbh > :nth-child(3) {
  margin-top: 0;
}

.spybet-oc26ik .spybet-p3hmzb {
  grid-column: 2/3;
  grid-row: 1/10;
}

.spybet-oc26ik .spybet-c9zzk6 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.spybet-oc26ik .spybet-mh1yv5 {
  grid-column: 1/2;
}

.spybet-oc26ik > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.spybet-oc26ik .spybet-0md2rp: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;
}

.spybet-oc26ik .spybet-0md2rp:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.spybet-oc26ik .spybet-e22zrh {
  min-width: 240px;
}

@media (max-width: 768px) {
  .spybet-oc26ik .spybet-0md2rp:not(:last-child):before {
    bottom: 8px;
  }
  .spybet-oc26ik .spybet-0md2rp:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .spybet-oc26ik .spybet-roerbh {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .spybet-oc26ik .spybet-p3hmzb {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .spybet-oc26ik .spybet-p3hmzb img {
    width: 100%;
    height: auto;
  }
  .spybet-oc26ik .spybet-e22zrh {
    width: 100%;
    min-width: unset;
  }
}

.spybet-bdq9gr .spybet-x08vog {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.spybet-bdq9gr .spybet-pyp12m {
  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;
}

.spybet-bdq9gr .spybet-p3hmzb {
  height: 100%;
}

.spybet-bdq9gr .spybet-p3hmzb img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.spybet-bdq9gr .spybet-6z6hfn {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.spybet-bdq9gr .spybet-dy4ijx {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.spybet-bdq9gr .spybet-644h21 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .spybet-bdq9gr .spybet-pyp12m {
    flex: 1 1 100%;
  }
  .spybet-bdq9gr .spybet-vchcb4 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .spybet-bdq9gr .spybet-pyp12m {
    flex-direction: column;
  }
  .spybet-bdq9gr .spybet-p3hmzb {
    width: 100%;
    height: auto;
  }
  .spybet-bdq9gr .spybet-p3hmzb img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .spybet-bdq9gr .spybet-6z6hfn {
    padding: 0 16px 16px 16px;
  }
  .spybet-bdq9gr .spybet-vchcb4 {
    min-width: unset;
    width: 100%;
  }
}

.spybet-8i8rja .spybet-v2fq0d {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.spybet-8i8rja .spybet-ba9q70 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.spybet-8i8rja 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;
}

.spybet-8i8rja .spybet-twvokp {
  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;
}

.spybet-8i8rja .spybet-ba9q70:hover .spybet-twvokp {
  display: flex;
}

.spybet-8i8rja .spybet-ltulxa {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.spybet-8i8rja .spybet-2jkqj6 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.spybet-knzhbr {
  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;
}

.spybet-knzhbr.spybet-ix85km {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.spybet-l1tf34 ease-in-out;
}

.spybet-knzhbr.spybet-ix85km:hover {
  color: #f9cb16;
  background-color: transparent;
}

.spybet-8i8rja .spybet-cwtdhw {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.spybet-l1tf34 ease-in-out;
}

.spybet-8i8rja .spybet-cwtdhw:hover {
  color: #196948;
  background-color: #f9cb16;
}

.spybet-8i8rja .spybet-cwtdhw:after,
.spybet-knzhbr.spybet-ix85km:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.spybet-knzhbr.spybet-ix85km:after {
  background-image: url(../images/Cash.svg);
}

.spybet-8i8rja .spybet-cwtdhw:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .spybet-8i8rja .spybet-v2fq0d {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .spybet-8i8rja .spybet-v2fq0d {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .spybet-8i8rja .spybet-v2fq0d {
    grid-template-columns: 1fr;
  }
  .spybet-8i8rja .spybet-ba9q70 {
    height: auto;
  }
  .spybet-8i8rja .spybet-ba9q70 .spybet-twvokp {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .spybet-8i8rja .spybet-ltulxa,
  .spybet-8i8rja .spybet-2jkqj6 {
    text-align: left;
  }
  .spybet-8i8rja .spybet-2jkqj6 {
    margin-bottom: 8px;
  }
  .spybet-8i8rja img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.spybet-2howv5 {
  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;
}

.spybet-2howv5.spybet-sq04co {
  display: block;
}

.spybet-2howv5 .spybet-e8jcml {
  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;
}

.spybet-2howv5 .spybet-2t2aep {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.spybet-2howv5 .spybet-3yf0np {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.spybet-2howv5 .spybet-yujje7 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.spybet-2howv5 .spybet-knzhbr {
  min-width: 296px;
  margin-bottom: 0;
}

.spybet-2howv5 .spybet-l2g2xw {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.spybet-2howv5 .spybet-cl10g7 {
  position: relative;
  flex: 1 1;
}

.spybet-2howv5 .spybet-cl10g7 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .spybet-2howv5 .spybet-2t2aep {
    flex-wrap: wrap;
    gap: 8px;
  }
  .spybet-2howv5 .spybet-3yf0np {
    order: 1;
  }
  .spybet-2howv5 .spybet-yujje7 {
    order: 3;
    flex: 1 1 100%;
  }
  .spybet-2howv5 .spybet-knzhbr {
    width: 100%;
    min-width: unset;
  }
  .spybet-2howv5 .spybet-l2g2xw {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .spybet-ccy2nt > .spybet-6yegr8 {
    margin-bottom: 0;
  }
  .spybet-ccy2nt > .spybet-mh1yv5,
  .spybet-ccy2nt > p {
    margin-top: 0;
  }
}

.spybet-vg5bam img,
.spybet-u9hs1z img {
  width: auto;
  object-fit: contain;
}

.spybet-vg5bam {
  align-items: center;
}

.spybet-vg5bam img {
  max-height: 76px;
}

.spybet-u9hs1z img {
  max-height: 64px;
}

.spybet-6qj2hn {
  overflow: auto;
}

.spybet-vktefn {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.spybet-u0ufq1:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.spybet-p2lb90 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.spybet-artl4g {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spybet-p2lb90 .spybet-p3hmzb {
  margin-right: 20px;
  flex-shrink: 0;
}

.spybet-p2lb90 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.spybet-zbhwl6 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.spybet-zbhwl6 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .spybet-p2lb90 {
    padding: 15px 10px;
  }
  .spybet-zbhwl6 {
    padding: 15px 10px;
  }
  .spybet-p2lb90 .spybet-p3hmzb {
    margin-right: 10px;
  }
}

.spybet-4m2xvu {
  overflow-x: auto;
}

.spybet-bdeoya {
  border-collapse: collapse;
  width: 100%;
}

.spybet-4m2xvu th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.spybet-4m2xvu td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.spybet-4m2xvu td.spybet-r8dfs0 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.spybet-4m2xvu td.spybet-6i485y {
  border-right: none;
}

.spybet-4m2xvu td.spybet-6i485y .spybet-p3hmzb {
  justify-content: flex-start;
}

.spybet-4m2xvu td.spybet-6i485y .spybet-p3hmzb img {
  height: auto;
  width: 90px;
}

.spybet-4m2xvu td.spybet-0lmesg,
.spybet-4m2xvu td.spybet-wde8g8 {
  font-weight: 600;
  text-align: right;
}

.spybet-4m2xvu td.spybet-dp5j5q,
.spybet-4m2xvu td.spybet-0lmesg {
  padding-bottom: 10px;
  border-bottom: none;
}

.spybet-4m2xvu td.spybet-0lmesg,
.spybet-4m2xvu td.spybet-wde8g8 {
  border-left: none;
}

.spybet-4m2xvu td.spybet-dp5j5q,
.spybet-4m2xvu td.spybet-q2cwh1 {
  border-right: none;
}

.spybet-4m2xvu td.spybet-q2cwh1,
.spybet-4m2xvu td.spybet-wde8g8 {
  border-top: none;
  padding-top: 10px;
}

.spybet-aetheb {
  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;
}

.spybet-aetheb .spybet-vchcb4 {
  min-width: unset;
  width: 100%;
}

.spybet-aetheb .spybet-vchcb4.spybet-3u9r01 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.spybet-aetheb .spybet-vchcb4.spybet-v8kcvg {
  grid-column: 2/3;
  grid-row: 1/2;
}

.spybet-aetheb .spybet-j06pl3 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .spybet-aetheb {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .spybet-aetheb .spybet-vchcb4.spybet-3u9r01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .spybet-aetheb .spybet-vchcb4.spybet-v8kcvg {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .spybet-aetheb .spybet-j06pl3 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.spybet-dnx284 {
  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;
}

.spybet-78mjwy {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.spybet-cyvek1 p a img {
  margin: 0 auto;
  display: block;
}

.spybet-cyvek1 table {
  margin-bottom: 17px;
}

/* contanct form */
.spybet-uy36yo {
  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;
}

.spybet-uy36yo label {
  font-size: 14px;
}

.spybet-uy36yo h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spybet-uy36yo input,
.spybet-uy36yo textarea,
.spybet-uy36yo 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;
}
.spybet-uy36yo button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spybet-l1tf34 ease;
}
.spybet-uy36yo button:hover {
  background-color: #691204;
}
.spybet-x3ueji {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spybet-rbkr4t ease-in;
}

.spybet-x3ueji 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;
}
.spybet-pg9u4q, .spybet-3nlr98, [class*="review-card"],
thead, thead th, table th, .spybet-ocdzn4,
.spybet-n766en, [class*="collapsible-header"],
.spybet-ij1s5i, [class*="updated-block"] {
  color: #ece7dc !important;
}
