@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);
}

.playbet-m00fgs {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playbet-prul3f {
  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.playbet-psmpwd,
ul.playbet-psmpwd {
  padding-left: 20px;
}

ul.playbet-psmpwd {
  list-style: disc;
}

ol.playbet-psmpwd {
  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;
  }
}

.playbet-r0xzzg > .playbet-9pyleg,
.playbet-r0xzzg > .playbet-fjn1ri,
.playbet-r0xzzg > blockquote,
.playbet-r0xzzg > h1,
.playbet-r0xzzg > h2,
.playbet-r0xzzg > h3,
.playbet-r0xzzg > h4,
.playbet-r0xzzg > h5,
.playbet-r0xzzg > h6,
.playbet-r0xzzg > ol,
.playbet-r0xzzg > p,
.playbet-r0xzzg > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playbet-r0xzzg > ol,
.playbet-r0xzzg > ul {
  padding-left: 50px;
}

.playbet-r0xzzg 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;
}

.playbet-r0xzzg:not(:last-child) {
  margin-bottom: 2rem;
}

.playbet-r0xzzg > :not(:first-child) {
  margin-top: 2rem;
}

.playbet-r0xzzg {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.playbet-r0xzzg:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .playbet-r0xzzg:first-child {
    margin-top: 20px;
  }
}

.playbet-r0xzzg > p:last-of-type {
  margin-bottom: 32px;
}

.playbet-r0xzzg > .playbet-rmbfyq:not(:first-child) {
  margin: 64px auto 16px auto;
}

.playbet-fbwlpk > .playbet-rmbfyq {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.playbet-fjn1ri {
  overflow: auto;
}

.playbet-fjn1ri::-webkit-scrollbar {
  height: 5px;
}

.playbet-fjn1ri table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.playbet-fjn1ri table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.playbet-fjn1ri table thead,
table thead {
  border-bottom: none;
}

.playbet-fjn1ri table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.playbet-fjn1ri table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.playbet-fjn1ri table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.playbet-fjn1ri .playbet-swy7ke {
  table-layout: auto;
}

.playbet-fjn1ri .playbet-swy7ke th {
  word-break: normal;
}

.playbet-fjn1ri .playbet-swy7ke td {
  word-break: normal;
}

.playbet-m00fgs .playbet-m00fgs {
  padding-right: 0;
  padding-left: 0;
}

.playbet-u8ucol {
  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;
}

.playbet-igv7kp {
  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;
}

.playbet-duf3zv {
  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;
}

.playbet-9pyleg {
  margin-top: 24px;
}

.playbet-9pyleg.playbet-52gr9o {
  text-align: left;
}

.playbet-9pyleg.playbet-j8t39b {
  text-align: right;
}

.playbet-9pyleg.playbet-l4po7e {
  text-align: center;
}

.playbet-01rmpv {
  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.playbet-hkumnb ease-in-out;
  cursor: pointer;
}

.playbet-01rmpv:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.playbet-01rmpv {
  min-width: 328px;
}

@media (max-width: 768px) {
  .playbet-01rmpv {
    min-width: unset;
  }
}

.playbet-eja2ie {
  background-color: var(--fh-bg-color);
}

.playbet-tkwyuy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.playbet-opo6a1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.playbet-opo6a1 img {
  max-height: 44px;
  object-fit: contain;
}

.playbet-vot8xo {
  flex: 1 1;
}

.playbet-abplly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.playbet-mm9k0p {
  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;
}

.playbet-mm9k0p 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;
}

.playbet-mm9k0p.playbet-tnouxw span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.playbet-mm9k0p.playbet-tnouxw span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.playbet-mm9k0p.playbet-tnouxw span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.playbet-vot8xo + .playbet-abplly {
  margin-left: 20px;
}

.playbet-t0fpjb {
  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;
}

.playbet-t0fpjb > svg {
  max-width: 24px;
  max-height: 24px;
}

.playbet-t0fpjb + .playbet-t0fpjb {
  margin-left: 5px;
}

.playbet-oi6tr5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.playbet-oi6tr5:hover {
  background-color: var(--button-bg-hover);
}

.playbet-nmx5mz {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.playbet-hkumnb ease-in-out;
  border: 1px solid var(--border-color);
}

.playbet-nmx5mz:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.playbet-yti2ro {
  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) {
  .playbet-vot8xo {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .playbet-yti2ro {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .playbet-vot8xo {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .playbet-t0fpjb {
    min-width: unset;
    flex: 1 1;
  }
}

.playbet-34bow5 {
  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;
}

.playbet-34bow5:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.playbet-34bow5:hover .playbet-7lnrjr {
  opacity: 1;
  pointer-events: auto;
}

.playbet-3gkq3k {
  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.playbet-ldcd5k ease-in-out;
  gap: 4px;
}

.playbet-3gkq3k > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.playbet-3gkq3k .playbet-u8ucol img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.playbet-pq7axf,
.playbet-3gkq3k:hover {
  color: var(--button-bg-hover);
}

.playbet-1jo6cz {
  position: relative;
}

.playbet-1jo6cz .playbet-3gkq3k {
  margin-right: 0;
  padding-right: 4px;
}

.playbet-izqeck svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.playbet-1jo6cz.playbet-tnouxw .playbet-izqeck svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.playbet-1jo6cz.playbet-tnouxw .playbet-7lnrjr {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.playbet-1jo6cz.playbet-tnouxw .playbet-7lnrjr::before {
  display: none;
}

.playbet-izqeck svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.playbet-7lnrjr {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.playbet-766n7l 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.playbet-7lnrjr::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.playbet-7lnrjr:hover {
  color: var(--fh-bg-color);
}

.playbet-rcebcp {
  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.playbet-766n7l 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.playbet-ldcd5k ease-in-out;
  -o-transition: 0.playbet-ldcd5k ease-in-out;
  transition: 0.playbet-ldcd5k ease-in-out;
}

.playbet-rcebcp .playbet-u8ucol img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.playbet-mqv2zh,
.playbet-rcebcp:hover {
  color: var(--button-bg-hover);
}

.playbet-7fqbm4 {
  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%;
}

.playbet-7fqbm4.playbet-dkg7lu {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.playbet-7fqbm4.playbet-dkg7lu:after,
.playbet-7fqbm4.playbet-dkg7lu:before {
  content: "";
  position: absolute;
  margin: auto;
}

.playbet-7fqbm4.playbet-dkg7lu: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);
  }
}

.playbet-7fqbm4.playbet-dkg7lu:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.playbet-7fqbm4.playbet-dkg7lu > * {
  z-index: 1;
}

.playbet-7fqbm4 b,
.playbet-7fqbm4 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.playbet-7fqbm4 .playbet-gbclu2 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.playbet-7fqbm4 .playbet-uenoum {
  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;
}

.playbet-7fqbm4 .playbet-u8ucol {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.playbet-7fqbm4 .playbet-v7xdqi {
  margin-top: 12px;
}

.playbet-v7xdqi {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.playbet-m2gl9h {
  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;
}

.playbet-v7xdqi .playbet-bbfv6k {
  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.playbet-hkumnb ease-in-out;
}

.playbet-v7xdqi .playbet-bbfv6k:hover {
  background: rgba(255, 255, 255, 0.3);
}

.playbet-4dlp41 {
  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;
}

.playbet-7fqbm4.playbet-3pqu2f {
  gap: 12px;
  padding: 16px;
}

.playbet-7fqbm4.playbet-3pqu2f .playbet-4dlp41 {
  min-width: 240px;
}

.playbet-7fqbm4.playbet-3pqu2f .playbet-4dlp41.playbet-lypgyo {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .playbet-7fqbm4 .playbet-gbclu2 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .playbet-7fqbm4 .playbet-uenoum {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .playbet-7fqbm4 .playbet-u8ucol {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .playbet-7fqbm4.playbet-3pqu2f .playbet-u8ucol {
    max-width: 126px;
  }
  .playbet-7fqbm4 .playbet-v7xdqi {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .playbet-7fqbm4 .playbet-m2gl9h {
    max-width: unset;
  }
  .playbet-4dlp41 {
    min-width: unset;
    width: 100%;
  }
  .playbet-7fqbm4 .playbet-4dlp41 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .playbet-7fqbm4.playbet-3pqu2f {
    grid-template-rows: auto 1fr auto;
  }
  .playbet-7fqbm4.playbet-3pqu2f .playbet-4dlp41 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .playbet-7fqbm4 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .playbet-7fqbm4 .playbet-gbclu2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .playbet-7fqbm4 .playbet-u8ucol {
    max-width: 78px;
  }
  .playbet-7fqbm4 .playbet-v7xdqi {
    margin-top: -12px;
  }
  .playbet-7fqbm4.playbet-3pqu2f {
    gap: 8px;
  }
  .playbet-7fqbm4.playbet-3pqu2f .playbet-gbclu2 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .playbet-7fqbm4.playbet-3pqu2f .playbet-uenoum {
    grid-column: 1/3;
  }
  .playbet-7fqbm4.playbet-3pqu2f .playbet-u8ucol {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .playbet-7fqbm4.playbet-3pqu2f .playbet-u8ucol img {
    max-width: 114px;
  }
}

.playbet-4dlp41.playbet-99jfyc,
.playbet-4dlp41.playbet-bl0jvo,
.playbet-4dlp41.playbet-7p9wdw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.playbet-hkumnb ease-in-out;
}

.playbet-4dlp41.playbet-99jfyc,
.playbet-4dlp41.playbet-7p9wdw {
  padding: 10px;
}

.playbet-4dlp41.playbet-99jfyc:hover,
.playbet-4dlp41.playbet-bl0jvo:hover,
.playbet-4dlp41.playbet-7p9wdw:hover {
  background: var(--button-bg-hover);
}

.playbet-4dlp41.playbet-99jfyc:hover svg path,
.playbet-4dlp41.playbet-7p9wdw:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.playbet-4dlp41.playbet-lypgyo {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.playbet-hkumnb ease-in-out;
  background: var(--button-bg-color);
}

.playbet-4dlp41.playbet-lypgyo:hover {
  background-color: var(--button-bg-hover);
}

.playbet-4dlp41.playbet-bl0jvo: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);
  }
}

.playbet-4dlp41.playbet-bl0jvo:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.playbet-4dlp41.playbet-lypgyo:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.playbet-t13rsy {
  max-width: 650px;
}

.playbet-en6rx2 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.playbet-or2gx1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.playbet-7xktta {
  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.playbet-ldcd5k ease-in-out;
  cursor: pointer;
}

.playbet-7xktta:hover {
  opacity: 0.5;
}

.playbet-7xktta:focus {
  outline: 0;
}

.playbet-7xktta:focus .playbet-wdstdb,
.playbet-7xktta:hover .playbet-wdstdb {
  fill: red;
  fill-opacity: 1;
}

.playbet-7xktta:hover {
  cursor: pointer;
}

.playbet-shxan0 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.playbet-t13rsy.playbet-l4po7e {
  margin: 0 auto;
}

.playbet-t13rsy.playbet-j8t39b {
  margin-left: auto;
}

.playbet-e8ivi7 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.playbet-1qrd5w {
  padding-bottom: 50px;
}

.playbet-3eweaj {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.playbet-02pnbi {
  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;
}

.playbet-s8twj7 {
  margin-top: 24px;
}

.playbet-x3mz0f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.playbet-xhevdh {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.playbet-x9feje {
  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;
}

.playbet-yy1b0m {
  width: 468px;
}

.playbet-x9feje .playbet-7lnrjr {
  margin: 0.playbet-21uo5i 0;
}

.playbet-2kcuzc {
  display: flex;
  min-width: 224px;
}

.playbet-s9j2e7 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.playbet-ldcd5k ease-in-out;
}

.playbet-y22lkx,
.playbet-s9j2e7:hover {
  color: var(--text-color);
}

.playbet-vfz1fv {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.playbet-8n1lkg {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .playbet-e8ivi7 {
    padding: 16px;
  }
  .playbet-vfz1fv {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .playbet-8n1lkg {
    align-items: center;
  }
  .playbet-yy1b0m {
    width: unset;
  }
  .playbet-2kcuzc {
    min-width: unset;
  }
  .playbet-x9feje {
    max-height: unset;
  }
  .playbet-3eweaj {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .playbet-e8ivi7 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.playbet-id910h {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.playbet-id910h:not(:last-child) {
  margin-bottom: 16px;
}

.playbet-zrqobr {
  outline: 0;
}

.playbet-zrqobr .playbet-peloyv {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.playbet-45qlyc {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .playbet-45qlyc {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.playbet-45qlyc::-webkit-details-marker {
  display: none;
}

.playbet-45qlyc: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;
}

.playbet-45qlyc: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] .playbet-45qlyc:after {
  transform: unset;
}

.playbet-peloyv {
  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);
}

.playbet-peloyv 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.playbet-ldcd5k ease-in-out;
  -o-transition: 0.playbet-ldcd5k ease-in-out;
  transition: 0.playbet-ldcd5k ease-in-out;
}

.playbet-gu6mg7 {
  padding: 16px 0 0 0;
}

.playbet-gu6mg7 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .playbet-gu6mg7 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .playbet-45qlyc {
    flex-wrap: wrap;
    gap: 12px;
  }
  .playbet-45qlyc::after {
    margin-left: auto;
  }
  .playbet-peloyv {
    order: 3;
    flex: 1 1 100%;
  }
  .playbet-45qlyc {
    font-size: 14px;
    line-height: 130%;
  }
  .playbet-peloyv svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.playbet-m8ueoz {
  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;
}

.playbet-gl8gkz {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.playbet-m8ueoz.playbet-tnouxw .playbet-gl8gkz {
  margin-bottom: 12px;
}

.playbet-gl8gkz::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;
}

.playbet-m8ueoz.playbet-tnouxw .playbet-gl8gkz::after {
  transform: unset;
}

.playbet-wghfsu {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.playbet-ipjtyr {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.playbet-ldcd5k ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.playbet-ipjtyr: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;
}

.playbet-m8ueoz.playbet-tnouxw .playbet-wghfsu {
  max-height: 100%;
}

.playbet-5dwxpe {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.playbet-kd8bfa {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.playbet-afrro8 {
  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;
}

.playbet-16vifp {
  margin-right: 4px;
}

.playbet-e2l74i {
  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.playbet-ldcd5k ease-in-out;
}

.playbet-e2l74i svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.playbet-4528z6,
.playbet-e2l74i:hover {
  color: var(--text-color);
}

.playbet-5a6h9i {
  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;
}

.playbet-5a6h9i img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.playbet-5a6h9i .playbet-q6x1zq {
  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;
}

.playbet-5a6h9i .playbet-gke9co {
  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;
}

.playbet-is3cis {
  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;
}

.playbet-vx9jj0 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.playbet-ic2j0s .playbet-m00fgs {
  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;
}

.playbet-ic2j0s {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.playbet-bpafg7 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.playbet-hsobmp {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.playbet-qdri7p {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.playbet-2tg6us 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;
}

.playbet-qdri7p:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.playbet-wm633y {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.playbet-pjjmkd {
  -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.playbet-ldcd5k ease-in-out;
  transition: transform 0.playbet-ldcd5k ease-in-out;
  -o-transition: transform 0.playbet-ldcd5k ease-in-out;
  transition:
    transform 0.playbet-ldcd5k ease-in-out,
    -webkit-transform 0.playbet-ldcd5k ease-in-out;
  cursor: pointer;
}

.playbet-pjjmkd svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.playbet-pjjmkd: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;
}

.playbet-7nqhdc {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .playbet-7nqhdc {
    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);
}

.playbet-uq3xtp {
  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;
}

.playbet-lh0v8q {
  position: relative;
  width: 100%;
}

.playbet-uq3xtp.playbet-2ym8ii {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.playbet-uq3xtp.playbet-l4po7e {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.playbet-uq3xtp.playbet-j8t39b {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.playbet-z1ty5a {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.playbet-hb4zks {
  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.playbet-ldcd5k ease-in-out;
  cursor: pointer;
}

.playbet-hb4zks:hover {
  opacity: 0.5;
}

.playbet-uq3xtp.playbet-tfud9n .playbet-hb4zks {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.playbet-uq3xtp.playbet-tfud9n .playbet-z1ty5a {
  cursor: pointer;
}

.playbet-5q6ch4 {
  fill: #0009;
}

.playbet-rhjx3q {
  fill: #fff;
}

.playbet-hb4zks:hover .playbet-5q6ch4 {
  fill: red;
}

.playbet-hb4zks svg path {
  -webkit-transition: 0.playbet-ldcd5k ease-in-out;
  -o-transition: 0.playbet-ldcd5k ease-in-out;
  transition: 0.playbet-ldcd5k ease-in-out;
}

.playbet-5gccrd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.playbet-5gccrd > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.playbet-5gccrd.playbet-syidp5 > :not(.get-image) {
  grid-column: 1/3;
}

.playbet-o0w641:not(._h1-block) .playbet-5gccrd > .playbet-rmbfyq {
  grid-row: 1/2;
  grid-column: 1/3;
}

.playbet-5gccrd.playbet-syidp5 .playbet-qw8m62 {
  grid-column: 2/3;
}

.playbet-5gccrd.playbet-syidp5 > .playbet-u8ucol {
  grid-column: 1/2;
}

.playbet-5gccrd.playbet-syidp5 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.playbet-5gccrd > p:first-of-type {
  margin-top: 0;
}

.playbet-5gccrd .playbet-u8ucol {
  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;
}

.playbet-o0w641:not(._h1-block) .playbet-rmbfyq ~ .playbet-u8ucol {
  grid-row: 2/10;
}

.playbet-o0w641.playbet-45pfbe .playbet-rmbfyq ~ .playbet-u8ucol {
  grid-row: 1/10;
}

.playbet-o0w641.playbet-45pfbe > .playbet-rmbfyq {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.playbet-o0w641.playbet-45pfbe .playbet-u8ucol {
  grid-row: 1/10;
}

.playbet-5gccrd.playbet-nxe14h .playbet-u8ucol {
  align-items: flex-start;
}

.playbet-5gccrd.playbet-l4po7e .playbet-qw8m62 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.playbet-5gccrd.playbet-l4po7e .playbet-u8ucol {
  align-items: center;
}

.playbet-5gccrd.playbet-65n9ib .playbet-u8ucol {
  align-items: flex-end;
}

.playbet-qw8m62 > :first-child {
  margin-top: 0;
}

.playbet-qw8m62 > :last-child {
  margin-bottom: 0;
}

* + .playbet-k4ba5s,
.playbet-o0w641 + .playbet-o0w641 {
  margin-top: 2rem;
}

.playbet-q005t1 td::before,
.playbet-q005t1 th::after {
  display: none !important;
}

.playbet-q005t1 #link-selector {
  color: #000;
}

.playbet-q005t1 .playbet-hfqx20 {
  color: #135e96;
}

.playbet-q005t1 .playbet-gvqpwe *,
.playbet-q005t1 .playbet-d0wzpb p,
.playbet-q005t1 .playbet-9sycec * {
  color: #000;
}

.playbet-q005t1 .playbet-w6usbv {
  background: 0 0 !important;
}

.playbet-q005t1 .playbet-pp3so6 {
  color: #000;
}

.playbet-q005t1 .playbet-911scj.playbet-d52qn5 {
  color: #fff;
}

.playbet-q005t1 .playbet-26zuoo {
  color: #000;
}

.playbet-q005t1
  .playbet-m42w0j
  .playbet-gusbja.playbet-d52qn5.playbet-a5nntg {
  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;
}

.playbet-vaw6zm,
body .playbet-wsvaer {
  color: #000;
  background: var(--color-body) !important;
}

.playbet-vaw6zm .playbet-yb58lm .playbet-p4kmdc,
body .playbet-wsvaer .playbet-yb58lm .playbet-p4kmdc {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .playbet-ipjtyr:focus,
  .playbet-ipjtyr:hover {
    color: #f9cb16;
  }
  .playbet-8npbq1:focus,
  .playbet-8npbq1:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .playbet-goq3w4:focus img,
  .playbet-goq3w4:focus svg,
  .playbet-goq3w4:hover img,
  .playbet-goq3w4:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .playbet-5a6h9i {
    display: none;
  }
}

@media (min-width: 1024px) {
  .playbet-1jo6cz:hover .playbet-izqeck svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .playbet-izqeck {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .playbet-fxs7rf {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .playbet-lrhfri {
    grid-template-columns: repeat(4, 1fr);
  }
  .playbet-qrh37e {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .playbet-t5cb8j .playbet-cizguk {
    grid-template-columns: 1fr;
  }
  .playbet-t5cb8j .playbet-1j8ya4 {
    -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;
  }
  .playbet-t5cb8j .playbet-bej5w0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .playbet-t5cb8j .playbet-ed6pmu {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .playbet-t5cb8j .playbet-97pqrq {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .playbet-t5cb8j .playbet-bej5w0:not(:first-child) {
    border: none;
  }
  .playbet-t5cb8j .playbet-bej5w0:first-child .playbet-ed6pmu {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .playbet-t5cb8j .playbet-bej5w0:last-child .playbet-ed6pmu {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .playbet-tkwyuy {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .playbet-opo6a1 {
    max-width: 100px;
  }
  .playbet-vot8xo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .playbet-abplly {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .playbet-abplly svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .playbet-mm9k0p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .playbet-vot8xo + .playbet-abplly {
    margin-left: auto;
  }
  .playbet-eic9y8 {
    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;
  }
  .playbet-eic9y8.playbet-tnouxw {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .playbet-yti2ro {
    -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;
  }
  .playbet-34bow5 {
    width: 100%;
  }
  .playbet-34bow5:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .playbet-3gkq3k {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .playbet-3gkq3k svg {
    margin-right: 4px;
  }
  .playbet-1jo6cz {
    -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;
  }
  .playbet-izqeck svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .playbet-izqeck {
    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;
  }
  .playbet-7lnrjr {
    display: none;
    width: 100%;
  }
  .playbet-1jo6cz.playbet-tnouxw .playbet-7lnrjr {
    padding: 0 0 0 48px;
  }
  .playbet-rcebcp {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .playbet-02pnbi .playbet-u8ucol {
    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;
  }
  .playbet-csonoz {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .playbet-csonoz + .playbet-csonoz {
    margin-right: 0;
  }
  .playbet-csonoz + .playbet-u8ucol {
    margin: 0;
  }
  .playbet-fxs7rf {
    grid-template-columns: repeat(4, 1fr);
  }
  .playbet-lrhfri {
    grid-template-columns: repeat(3, 1fr);
  }
  .playbet-ckivd7,
  .playbet-c98dhs {
    grid-template-columns: repeat(2, 1fr);
  }
  .playbet-5gccrd {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .playbet-5gccrd.playbet-syidp5 .playbet-qw8m62 {
    grid-column: auto;
    grid-row: auto;
  }
  .playbet-5gccrd > .playbet-rmbfyq {
    grid-column: 1/2;
  }
  .playbet-5gccrd.playbet-syidp5 > :not(.get-image) {
    grid-column: 1/2;
  }
  .playbet-5gccrd .playbet-u8ucol,
  .playbet-5gccrd.playbet-syidp5 > .playbet-u8ucol {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .playbet-5gccrd.playbet-syidp5 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .playbet-o0w641.playbet-45pfbe .playbet-5gccrd > .playbet-u8ucol {
    grid-row: 1/2;
  }
  .playbet-5gccrd .playbet-rmbfyq ~ .playbet-u8ucol,
  .playbet-5gccrd.playbet-syidp5 .playbet-rmbfyq ~ .playbet-u8ucol {
    grid-row: 2/3;
  }
  .playbet-o0w641.playbet-45pfbe .playbet-rmbfyq ~ .playbet-u8ucol {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .playbet-r0xzzg:first-child .playbet-cjrpf0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .playbet-r0xzzg:first-child .playbet-cjrpf0 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .playbet-r0xzzg {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .playbet-r0xzzg {
    padding: 0;
  }
  .playbet-9pyleg {
    margin-top: 1rem;
  }
  .playbet-zrqobr {
    border-radius: 5px;
  }
  .playbet-e8ylhr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .playbet-gl8gkz::after {
    display: inline-block;
  }
  .playbet-gl8gkz {
    margin: 0;
    width: 100%;
  }
  .playbet-wghfsu {
    width: 100%;
  }
  .playbet-wghfsu.playbet-brzk1i {
    -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%;
  }
  .playbet-wghfsu.playbet-brzk1i .playbet-znhp9w {
    width: 100%;
  }
  .playbet-wghfsu.playbet-brzk1i .playbet-znhp9w:not(:last-child) {
    margin-right: 0;
  }
  .playbet-ipjtyr {
    width: 100%;
    text-align: center;
  }
  .playbet-m8ueoz.playbet-tnouxw .playbet-wghfsu {
    margin-top: 1rem;
  }
  .playbet-fxs7rf {
    grid-template-columns: repeat(3, 1fr);
  }
  .playbet-qrh37e,
  .playbet-lrhfri {
    grid-template-columns: repeat(2, 1fr);
  }
  .playbet-ckivd7,
  .playbet-c98dhs,
  .playbet-quu19f {
    grid-template-columns: 1fr;
  }
  .playbet-axzw4m {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .playbet-t92mj8 {
    min-width: 300px;
    max-width: 325px;
  }
  .playbet-ed6pmu {
    cursor: auto;
  }
  .playbet-v8qwxf .playbet-ed6pmu {
    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;
  }
  .playbet-7nqhdc {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .playbet-7lnrjr {
    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) {
  .playbet-7nqhdc {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.playbet-csonoz p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .playbet-abplly {
    margin: 0 -0.2rem;
  }
  .playbet-csonoz {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .playbet-7jlknf {
    -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;
  }
  .playbet-xgdx3a {
    max-width: 100%;
  }
  .playbet-fxs7rf {
    grid-template-columns: repeat(2, 1fr);
  }
  .playbet-qrh37e,
  .playbet-lrhfri {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .playbet-tkwyuy {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .playbet-abplly {
    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;
  }
  .playbet-eja2ie {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .playbet-t0fpjb {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .playbet-db59hj,
  .playbet-ikznbp {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .playbet-01rmpv {
    width: 100%;
  }
  .playbet-fxs7rf {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .playbet-7nqhdc {
    top: 127px !important;
  }
}

.playbet-9sdjxs {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .playbet-9sdjxs {
  }
}

@media (max-width: 767px) {
  .playbet-9sdjxs {
    margin-bottom: 12px;
  }
}

.playbet-9sdjxs img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.playbet-0hvtb8 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.playbet-0hvtb8 > .playbet-4vezsy {
  flex: 1 1;
}

@media (max-width: 767px) {
  .playbet-0hvtb8 {
    flex-direction: column;
    gap: 12px;
  }
}

.playbet-60gu71 {
  display: flex;
}

.playbet-60gu71 .playbet-n5vpx6 {
  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;
}

.playbet-60gu71 .playbet-dvw2w1 {
  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;
}

.playbet-60gu71 .playbet-j5a403 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.playbet-60gu71 .playbet-yd20nw {
  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));
  }
}

.playbet-60gu71 .playbet-yd20nw:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.playbet-60gu71 .playbet-0iidk2 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.playbet-osxs1k {
  border: unset;
  background-color: unset;
}

.playbet-osxs1k tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.playbet-osxs1k .playbet-3f29zk,
.playbet-osxs1k .playbet-au4hu2 {
  flex: 0 1 330px;
}

.playbet-osxs1k .playbet-10x4fi {
  flex: 1 1;
}

.playbet-osxs1k tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.playbet-osxs1k tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.playbet-osxs1k tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.playbet-osxs1k tr td p {
  color: #fff;
  margin: 0;
}

.playbet-osxs1k tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.playbet-osxs1k tr.playbet-3f29zk td p {
  padding: 16px 0;
}

.playbet-osxs1k tr.playbet-3f29zk td p:not(:last-child),
.playbet-osxs1k tr.playbet-au4hu2 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.playbet-osxs1k tr.playbet-3f29zk td p:first-child,
.playbet-osxs1k tr.playbet-au4hu2 td p:first-child {
  padding-top: 0;
}

.playbet-osxs1k tr.playbet-au4hu2 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.playbet-osxs1k tr.playbet-au4hu2 td p:last-child {
  padding-bottom: 0;
}

.playbet-osxs1k .playbet-au4hu2 img {
  max-width: 32px;
}

.playbet-osxs1k .playbet-10x4fi {
  min-width: 718px;
}

.playbet-osxs1k .playbet-10x4fi td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.playbet-osxs1k .playbet-10x4fi td {
  display: flex;
}

.playbet-osxs1k .playbet-10x4fi td:last-child .playbet-2hud42,
.playbet-osxs1k .playbet-10x4fi td:last-child .playbet-fag7xc,
.playbet-osxs1k .playbet-10x4fi td:last-child .playbet-aeloda {
  flex: 1 1 50%;
}

.playbet-osxs1k .playbet-10x4fi td:last-child .playbet-wqq8kh {
  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;
}

.playbet-osxs1k .playbet-10x4fi td:last-child .playbet-2buon5,
.playbet-osxs1k .playbet-10x4fi td:last-child .playbet-3dgk03 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.playbet-osxs1k .playbet-10x4fi td:last-child .playbet-2hud42,
.playbet-osxs1k .playbet-10x4fi td:last-child .playbet-fag7xc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playbet-osxs1k .playbet-10x4fi td:last-child .playbet-2hud42 span,
.playbet-osxs1k .playbet-10x4fi td:last-child .playbet-fag7xc span {
  font-weight: 800;
}

.playbet-osxs1k .playbet-10x4fi img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .playbet-osxs1k .playbet-10x4fi td .playbet-aeloda:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .playbet-osxs1k tr.playbet-3f29zk td p:last-child {
    padding-bottom: 0;
  }
  .playbet-osxs1k .playbet-au4hu2 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .playbet-osxs1k .playbet-au4hu2 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .playbet-osxs1k tr.playbet-3f29zk td p:not(:last-child),
  .playbet-osxs1k tr.playbet-au4hu2 td p:not(:last-child) {
    border-bottom: unset;
  }
  .playbet-osxs1k tr.playbet-au4hu2 td p:last-child {
    padding-bottom: 12px;
  }
  .playbet-osxs1k .playbet-10x4fi td:last-child .playbet-2hud42,
  .playbet-osxs1k .playbet-10x4fi td:last-child .playbet-fag7xc,
  .playbet-osxs1k .playbet-10x4fi td:last-child .playbet-aeloda {
    flex: 1 1 50%;
    padding: 0;
  }
  .playbet-osxs1k .playbet-10x4fi td:last-child .playbet-2hud42,
  .playbet-osxs1k .playbet-10x4fi td:last-child .playbet-fag7xc {
    margin-top: 16px;
  }
  .playbet-osxs1k .playbet-10x4fi td:last-child .playbet-aeloda {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .playbet-osxs1k .playbet-10x4fi td:last-child .playbet-2hud42 {
    border-right: 1px solid var(--border-color);
  }
  .playbet-osxs1k .playbet-10x4fi td:last-child .playbet-aeloda:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .playbet-osxs1k .playbet-10x4fi td:last-child .playbet-aeloda:last-child {
    padding-bottom: 0;
  }
}

.playbet-aeloda {
  display: flex;
  flex-direction: column;
}

.playbet-osxs1k .playbet-10x4fi td .playbet-aeloda {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.playbet-osxs1k .playbet-10x4fi td .playbet-aeloda:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.playbet-osxs1k .playbet-10x4fi td .playbet-aeloda:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .playbet-osxs1k .playbet-10x4fi td .playbet-aeloda:not(:first-child) {
    padding-left: 0;
  }
  .playbet-osxs1k .playbet-10x4fi td .playbet-aeloda:not(:last-of-type) {
    border-right: unset;
  }
}

.playbet-osxs1k .playbet-z6kpal {
  flex: 0 1 485px;
}

.playbet-osxs1k .playbet-63p4hj {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.playbet-osxs1k .playbet-63p4hj li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playbet-osxs1k .playbet-63p4hj li.playbet-8x33q6 {
  padding: 6px 12px;
}

.playbet-osxs1k .playbet-63p4hj li a,
.playbet-osxs1k .playbet-63p4hj 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;
}

.playbet-osxs1k .playbet-7qz20e,
.playbet-osxs1k .playbet-ymijkh {
  flex: 1 1;
}

.playbet-osxs1k .playbet-9cj6ks,
.playbet-osxs1k .playbet-rbsjj3 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.playbet-osxs1k .playbet-9cj6ks li,
.playbet-osxs1k .playbet-rbsjj3 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.playbet-osxs1k .playbet-ymijkh img {
  max-width: 32px;
}

.playbet-osxs1k .playbet-7qz20e img {
  max-width: 32px;
}

.playbet-osxs1k .playbet-mjuolq {
  min-width: 280px;
}

.playbet-osxs1k .playbet-mjuolq img {
  max-width: 146px;
}

.playbet-osxs1k .playbet-mjuolq td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .playbet-osxs1k .playbet-3f29zk,
  .playbet-osxs1k .playbet-au4hu2 {
    flex: 0 1 auto;
  }
  .playbet-osxs1k .playbet-10x4fi {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .playbet-osxs1k .playbet-3f29zk,
  .playbet-osxs1k .playbet-z6kpal,
  .playbet-osxs1k .playbet-au4hu2,
  .playbet-osxs1k .playbet-10x4fi {
    flex: 1 1 calc(50% - 20px);
  }
  .playbet-osxs1k .playbet-7qz20e,
  .playbet-osxs1k .playbet-mjuolq,
  .playbet-osxs1k .playbet-ymijkh {
    flex: 1 1 30%;
  }
  .playbet-osxs1k .playbet-mjuolq {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .playbet-osxs1k .playbet-3f29zk,
  .playbet-osxs1k .playbet-z6kpal,
  .playbet-osxs1k .playbet-7qz20e,
  .playbet-osxs1k .playbet-au4hu2,
  .playbet-osxs1k .playbet-10x4fi,
  .playbet-osxs1k .playbet-mjuolq,
  .playbet-osxs1k .playbet-ymijkh {
    flex: 1 1 100%;
  }
}

.playbet-8ag2o6 .playbet-bl3a8b {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.playbet-8ag2o6 .playbet-3shgsk {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.playbet-8ag2o6 .playbet-0u40h3 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.playbet-8ag2o6 .playbet-wwmrsw {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.playbet-8ag2o6 .playbet-wwmrsw > :nth-child(3) {
  margin-top: 0;
}

.playbet-8ag2o6 .playbet-u8ucol {
  grid-column: 2/3;
  grid-row: 1/10;
}

.playbet-8ag2o6 .playbet-2iruvv {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.playbet-8ag2o6 .playbet-9pyleg {
  grid-column: 1/2;
}

.playbet-8ag2o6 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.playbet-8ag2o6 .playbet-3shgsk: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;
}

.playbet-8ag2o6 .playbet-3shgsk:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.playbet-8ag2o6 .playbet-01rmpv {
  min-width: 240px;
}

@media (max-width: 768px) {
  .playbet-8ag2o6 .playbet-3shgsk:not(:last-child):before {
    bottom: 8px;
  }
  .playbet-8ag2o6 .playbet-3shgsk:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .playbet-8ag2o6 .playbet-wwmrsw {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .playbet-8ag2o6 .playbet-u8ucol {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .playbet-8ag2o6 .playbet-u8ucol img {
    width: 100%;
    height: auto;
  }
  .playbet-8ag2o6 .playbet-01rmpv {
    width: 100%;
    min-width: unset;
  }
}

.playbet-tj23c2 .playbet-6uh5o4 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.playbet-tj23c2 .playbet-a9zv5y {
  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;
}

.playbet-tj23c2 .playbet-u8ucol {
  height: 100%;
}

.playbet-tj23c2 .playbet-u8ucol img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.playbet-tj23c2 .playbet-hrp62m {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.playbet-tj23c2 .playbet-8cd5gm {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.playbet-tj23c2 .playbet-e5tcmy {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .playbet-tj23c2 .playbet-a9zv5y {
    flex: 1 1 100%;
  }
  .playbet-tj23c2 .playbet-4dlp41 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .playbet-tj23c2 .playbet-a9zv5y {
    flex-direction: column;
  }
  .playbet-tj23c2 .playbet-u8ucol {
    width: 100%;
    height: auto;
  }
  .playbet-tj23c2 .playbet-u8ucol img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .playbet-tj23c2 .playbet-hrp62m {
    padding: 0 16px 16px 16px;
  }
  .playbet-tj23c2 .playbet-4dlp41 {
    min-width: unset;
    width: 100%;
  }
}

.playbet-gkaw2c .playbet-052j0v {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.playbet-gkaw2c .playbet-igsmcc {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.playbet-gkaw2c 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;
}

.playbet-gkaw2c .playbet-8yuwh9 {
  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;
}

.playbet-gkaw2c .playbet-igsmcc:hover .playbet-8yuwh9 {
  display: flex;
}

.playbet-gkaw2c .playbet-nxjhcu {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.playbet-gkaw2c .playbet-ob29y6 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.playbet-0swb8q {
  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;
}

.playbet-0swb8q.playbet-barfyy {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.playbet-hkumnb ease-in-out;
}

.playbet-0swb8q.playbet-barfyy:hover {
  color: #f9cb16;
  background-color: transparent;
}

.playbet-gkaw2c .playbet-rpgfbn {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.playbet-hkumnb ease-in-out;
}

.playbet-gkaw2c .playbet-rpgfbn:hover {
  color: #196948;
  background-color: #f9cb16;
}

.playbet-gkaw2c .playbet-rpgfbn:after,
.playbet-0swb8q.playbet-barfyy:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.playbet-0swb8q.playbet-barfyy:after {
  background-image: url(../images/Cash.svg);
}

.playbet-gkaw2c .playbet-rpgfbn:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .playbet-gkaw2c .playbet-052j0v {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .playbet-gkaw2c .playbet-052j0v {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .playbet-gkaw2c .playbet-052j0v {
    grid-template-columns: 1fr;
  }
  .playbet-gkaw2c .playbet-igsmcc {
    height: auto;
  }
  .playbet-gkaw2c .playbet-igsmcc .playbet-8yuwh9 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .playbet-gkaw2c .playbet-nxjhcu,
  .playbet-gkaw2c .playbet-ob29y6 {
    text-align: left;
  }
  .playbet-gkaw2c .playbet-ob29y6 {
    margin-bottom: 8px;
  }
  .playbet-gkaw2c img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.playbet-uzg9jl {
  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;
}

.playbet-uzg9jl.playbet-tfud9n {
  display: block;
}

.playbet-uzg9jl .playbet-lywxt2 {
  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;
}

.playbet-uzg9jl .playbet-d7np3t {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.playbet-uzg9jl .playbet-e11vz5 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.playbet-uzg9jl .playbet-2o40q2 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.playbet-uzg9jl .playbet-0swb8q {
  min-width: 296px;
  margin-bottom: 0;
}

.playbet-uzg9jl .playbet-lb9px5 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.playbet-uzg9jl .playbet-m57hbi {
  position: relative;
  flex: 1 1;
}

.playbet-uzg9jl .playbet-m57hbi iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .playbet-uzg9jl .playbet-d7np3t {
    flex-wrap: wrap;
    gap: 8px;
  }
  .playbet-uzg9jl .playbet-e11vz5 {
    order: 1;
  }
  .playbet-uzg9jl .playbet-2o40q2 {
    order: 3;
    flex: 1 1 100%;
  }
  .playbet-uzg9jl .playbet-0swb8q {
    width: 100%;
    min-width: unset;
  }
  .playbet-uzg9jl .playbet-lb9px5 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .playbet-5gccrd > .playbet-rmbfyq {
    margin-bottom: 0;
  }
  .playbet-5gccrd > .playbet-9pyleg,
  .playbet-5gccrd > p {
    margin-top: 0;
  }
}

.playbet-4th5q5 img,
.playbet-csonoz img {
  width: auto;
  object-fit: contain;
}

.playbet-4th5q5 {
  align-items: center;
}

.playbet-4th5q5 img {
  max-height: 76px;
}

.playbet-csonoz img {
  max-height: 64px;
}

.playbet-rmbqe9 {
  overflow: auto;
}

.playbet-ti3tm8 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.playbet-cuv11f:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.playbet-m62brs {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.playbet-gjcxsk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.playbet-m62brs .playbet-u8ucol {
  margin-right: 20px;
  flex-shrink: 0;
}

.playbet-m62brs img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.playbet-3o8lvx {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.playbet-3o8lvx > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .playbet-m62brs {
    padding: 15px 10px;
  }
  .playbet-3o8lvx {
    padding: 15px 10px;
  }
  .playbet-m62brs .playbet-u8ucol {
    margin-right: 10px;
  }
}

.playbet-tbi17e {
  overflow-x: auto;
}

.playbet-v4izbo {
  border-collapse: collapse;
  width: 100%;
}

.playbet-tbi17e th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.playbet-tbi17e td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.playbet-tbi17e td.playbet-10xe6p {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.playbet-tbi17e td.playbet-hml74k {
  border-right: none;
}

.playbet-tbi17e td.playbet-hml74k .playbet-u8ucol {
  justify-content: flex-start;
}

.playbet-tbi17e td.playbet-hml74k .playbet-u8ucol img {
  height: auto;
  width: 90px;
}

.playbet-tbi17e td.playbet-6h6epi,
.playbet-tbi17e td.playbet-umpokq {
  font-weight: 600;
  text-align: right;
}

.playbet-tbi17e td.playbet-x5xtfq,
.playbet-tbi17e td.playbet-6h6epi {
  padding-bottom: 10px;
  border-bottom: none;
}

.playbet-tbi17e td.playbet-6h6epi,
.playbet-tbi17e td.playbet-umpokq {
  border-left: none;
}

.playbet-tbi17e td.playbet-x5xtfq,
.playbet-tbi17e td.playbet-22kiuj {
  border-right: none;
}

.playbet-tbi17e td.playbet-22kiuj,
.playbet-tbi17e td.playbet-umpokq {
  border-top: none;
  padding-top: 10px;
}

.playbet-msowa8 {
  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;
}

.playbet-msowa8 .playbet-4dlp41 {
  min-width: unset;
  width: 100%;
}

.playbet-msowa8 .playbet-4dlp41.playbet-99jfyc {
  grid-column: 1/2;
  grid-row: 1/2;
}

.playbet-msowa8 .playbet-4dlp41.playbet-7p9wdw {
  grid-column: 2/3;
  grid-row: 1/2;
}

.playbet-msowa8 .playbet-18eefg {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .playbet-msowa8 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .playbet-msowa8 .playbet-4dlp41.playbet-99jfyc {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .playbet-msowa8 .playbet-4dlp41.playbet-7p9wdw {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .playbet-msowa8 .playbet-18eefg {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.playbet-649x78 {
  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;
}

.playbet-kx4fs9 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.playbet-fbwlpk p a img {
  margin: 0 auto;
  display: block;
}

.playbet-fbwlpk table {
  margin-bottom: 17px;
}

/* contanct form */
.playbet-ix7pd1 {
  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;
}

.playbet-ix7pd1 label {
  font-size: 14px;
}

.playbet-ix7pd1 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.playbet-ix7pd1 input,
.playbet-ix7pd1 textarea,
.playbet-ix7pd1 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;
}
.playbet-ix7pd1 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.playbet-hkumnb ease;
}
.playbet-ix7pd1 button:hover {
  background-color: #691204;
}
.playbet-dh7qkl {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.playbet-any278 ease-in;
}

.playbet-dh7qkl h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}