@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);
}

.kinbet-esug40 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.kinbet-q8b2zj {
  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.kinbet-aoa55d,
ul.kinbet-aoa55d {
  padding-left: 20px;
}

ul.kinbet-aoa55d {
  list-style: disc;
}

ol.kinbet-aoa55d {
  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;
  }
}

.kinbet-ra1pdg > .kinbet-libqxq,
.kinbet-ra1pdg > .kinbet-l4wga9,
.kinbet-ra1pdg > blockquote,
.kinbet-ra1pdg > h1,
.kinbet-ra1pdg > h2,
.kinbet-ra1pdg > h3,
.kinbet-ra1pdg > h4,
.kinbet-ra1pdg > h5,
.kinbet-ra1pdg > h6,
.kinbet-ra1pdg > ol,
.kinbet-ra1pdg > p,
.kinbet-ra1pdg > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.kinbet-ra1pdg > ol,
.kinbet-ra1pdg > ul {
  padding-left: 50px;
}

.kinbet-ra1pdg 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;
}

.kinbet-ra1pdg:not(:last-child) {
  margin-bottom: 2rem;
}

.kinbet-ra1pdg > :not(:first-child) {
  margin-top: 2rem;
}

.kinbet-ra1pdg {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kinbet-ra1pdg:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .kinbet-ra1pdg:first-child {
    margin-top: 20px;
  }
}

.kinbet-ra1pdg > p:last-of-type {
  margin-bottom: 32px;
}

.kinbet-ra1pdg > .kinbet-ywh0d0:not(:first-child) {
  margin: 64px auto 16px auto;
}

.kinbet-jjsbx9 > .kinbet-ywh0d0 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.kinbet-l4wga9 {
  overflow: auto;
}

.kinbet-l4wga9::-webkit-scrollbar {
  height: 5px;
}

.kinbet-l4wga9 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.kinbet-l4wga9 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.kinbet-l4wga9 table thead,
table thead {
  border-bottom: none;
}

.kinbet-l4wga9 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.kinbet-l4wga9 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.kinbet-l4wga9 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.kinbet-l4wga9 .kinbet-2zznvh {
  table-layout: auto;
}

.kinbet-l4wga9 .kinbet-2zznvh th {
  word-break: normal;
}

.kinbet-l4wga9 .kinbet-2zznvh td {
  word-break: normal;
}

.kinbet-esug40 .kinbet-esug40 {
  padding-right: 0;
  padding-left: 0;
}

.kinbet-44d16s {
  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;
}

.kinbet-lefj9v {
  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;
}

.kinbet-6mpn2c {
  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;
}

.kinbet-libqxq {
  margin-top: 24px;
}

.kinbet-libqxq.kinbet-0ftj9k {
  text-align: left;
}

.kinbet-libqxq.kinbet-g4mazc {
  text-align: right;
}

.kinbet-libqxq.kinbet-ddivgu {
  text-align: center;
}

.kinbet-nrdtpi {
  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.kinbet-jkuy6d ease-in-out;
  cursor: pointer;
}

.kinbet-nrdtpi:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.kinbet-nrdtpi {
  min-width: 328px;
}

@media (max-width: 768px) {
  .kinbet-nrdtpi {
    min-width: unset;
  }
}

.kinbet-eqtvyu {
  background-color: var(--fh-bg-color);
}

.kinbet-iequtf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.kinbet-6v0xut {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.kinbet-6v0xut img {
  max-height: 80px;
  object-fit: contain;
}

.kinbet-eqtktj {
  flex: 1 1;
}

.kinbet-yivbct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.kinbet-vwrzwl {
  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;
}

.kinbet-vwrzwl 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;
}

.kinbet-vwrzwl.kinbet-s625jv span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.kinbet-vwrzwl.kinbet-s625jv span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.kinbet-vwrzwl.kinbet-s625jv span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.kinbet-eqtktj + .kinbet-yivbct {
  margin-left: 20px;
}

.kinbet-yp3g3c {
  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;
}

.kinbet-yp3g3c > svg {
  max-width: 24px;
  max-height: 24px;
}

.kinbet-yp3g3c + .kinbet-yp3g3c {
  margin-left: 5px;
}

.kinbet-ab0ssi {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.kinbet-ab0ssi:hover {
  background-color: var(--button-bg-hover);
}

.kinbet-89vluh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.kinbet-jkuy6d ease-in-out;
  border: 1px solid var(--border-color);
}

.kinbet-89vluh:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.kinbet-nhhffp {
  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) {
  .kinbet-eqtktj {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .kinbet-nhhffp {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .kinbet-eqtktj {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .kinbet-yp3g3c {
    min-width: unset;
    flex: 1 1;
  }
}

.kinbet-cyodqd {
  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;
}

.kinbet-cyodqd:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.kinbet-cyodqd:hover .kinbet-fu1of4 {
  opacity: 1;
  pointer-events: auto;
}

.kinbet-9wfsrl {
  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.kinbet-vf6g60 ease-in-out;
  gap: 4px;
}

.kinbet-9wfsrl > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.kinbet-9wfsrl .kinbet-44d16s img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.kinbet-nmij0z,
.kinbet-9wfsrl:hover {
  color: var(--button-bg-hover);
}

.kinbet-n88ntv {
  position: relative;
}

.kinbet-n88ntv .kinbet-9wfsrl {
  margin-right: 0;
  padding-right: 4px;
}

.kinbet-o61yrv svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.kinbet-n88ntv.kinbet-s625jv .kinbet-o61yrv svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.kinbet-n88ntv.kinbet-s625jv .kinbet-fu1of4 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.kinbet-n88ntv.kinbet-s625jv .kinbet-fu1of4::before {
  display: none;
}

.kinbet-o61yrv svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.kinbet-fu1of4 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.kinbet-xwth7k 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.kinbet-fu1of4::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.kinbet-fu1of4:hover {
  color: var(--fh-bg-color);
}

.kinbet-j79r0i {
  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.kinbet-xwth7k 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.kinbet-vf6g60 ease-in-out;
  -o-transition: 0.kinbet-vf6g60 ease-in-out;
  transition: 0.kinbet-vf6g60 ease-in-out;
}

.kinbet-j79r0i .kinbet-44d16s img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.kinbet-nu4cav,
.kinbet-j79r0i:hover {
  color: var(--button-bg-hover);
}

.kinbet-g54fju {
  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%;
}

.kinbet-g54fju.kinbet-yiz7jf {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.kinbet-g54fju.kinbet-yiz7jf:after,
.kinbet-g54fju.kinbet-yiz7jf:before {
  content: "";
  position: absolute;
  margin: auto;
}

.kinbet-g54fju.kinbet-yiz7jf: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);
  }
}

.kinbet-g54fju.kinbet-yiz7jf:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.kinbet-g54fju.kinbet-yiz7jf > * {
  z-index: 1;
}

.kinbet-g54fju b,
.kinbet-g54fju strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.kinbet-g54fju .kinbet-7k27s9 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.kinbet-g54fju .kinbet-4u3f55 {
  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;
}

.kinbet-g54fju .kinbet-44d16s {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.kinbet-g54fju .kinbet-szo95k {
  margin-top: 12px;
}

.kinbet-szo95k {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.kinbet-xrphyc {
  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;
}

.kinbet-szo95k .kinbet-8bzl3t {
  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.kinbet-jkuy6d ease-in-out;
}

.kinbet-szo95k .kinbet-8bzl3t:hover {
  background: rgba(255, 255, 255, 0.3);
}

.kinbet-pi8wcs {
  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;
}

.kinbet-g54fju.kinbet-tf9xle {
  gap: 12px;
  padding: 16px;
}

.kinbet-g54fju.kinbet-tf9xle .kinbet-pi8wcs {
  min-width: 240px;
}

.kinbet-g54fju.kinbet-tf9xle .kinbet-pi8wcs.kinbet-vn2ycj {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .kinbet-g54fju .kinbet-7k27s9 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .kinbet-g54fju .kinbet-4u3f55 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .kinbet-g54fju .kinbet-44d16s {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .kinbet-g54fju.kinbet-tf9xle .kinbet-44d16s {
    max-width: 126px;
  }
  .kinbet-g54fju .kinbet-szo95k {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .kinbet-g54fju .kinbet-xrphyc {
    max-width: unset;
  }
  .kinbet-pi8wcs {
    min-width: unset;
    width: 100%;
  }
  .kinbet-g54fju .kinbet-pi8wcs {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .kinbet-g54fju.kinbet-tf9xle {
    grid-template-rows: auto 1fr auto;
  }
  .kinbet-g54fju.kinbet-tf9xle .kinbet-pi8wcs {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .kinbet-g54fju {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .kinbet-g54fju .kinbet-7k27s9 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .kinbet-g54fju .kinbet-44d16s {
    max-width: 78px;
  }
  .kinbet-g54fju .kinbet-szo95k {
    margin-top: -12px;
  }
  .kinbet-g54fju.kinbet-tf9xle {
    gap: 8px;
  }
  .kinbet-g54fju.kinbet-tf9xle .kinbet-7k27s9 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .kinbet-g54fju.kinbet-tf9xle .kinbet-4u3f55 {
    grid-column: 1/3;
  }
  .kinbet-g54fju.kinbet-tf9xle .kinbet-44d16s {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .kinbet-g54fju.kinbet-tf9xle .kinbet-44d16s img {
    max-width: 114px;
  }
}

.kinbet-pi8wcs.kinbet-j3ozph,
.kinbet-pi8wcs.kinbet-srg3m3,
.kinbet-pi8wcs.kinbet-9z7p32 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.kinbet-jkuy6d ease-in-out;
}

.kinbet-pi8wcs.kinbet-j3ozph,
.kinbet-pi8wcs.kinbet-9z7p32 {
  padding: 10px;
}

.kinbet-pi8wcs.kinbet-j3ozph:hover,
.kinbet-pi8wcs.kinbet-srg3m3:hover,
.kinbet-pi8wcs.kinbet-9z7p32:hover {
  background: var(--button-bg-hover);
}

.kinbet-pi8wcs.kinbet-j3ozph:hover svg path,
.kinbet-pi8wcs.kinbet-9z7p32:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.kinbet-pi8wcs.kinbet-vn2ycj {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.kinbet-jkuy6d ease-in-out;
  background: var(--button-bg-color);
}

.kinbet-pi8wcs.kinbet-vn2ycj:hover {
  background-color: var(--button-bg-hover);
}

.kinbet-pi8wcs.kinbet-srg3m3: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);
  }
}

.kinbet-pi8wcs.kinbet-srg3m3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.kinbet-pi8wcs.kinbet-vn2ycj:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.kinbet-njtiyn {
  max-width: 650px;
}

.kinbet-uwuuqn {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.kinbet-i26hl1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.kinbet-d8je6a {
  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.kinbet-vf6g60 ease-in-out;
  cursor: pointer;
}

.kinbet-d8je6a:hover {
  opacity: 0.5;
}

.kinbet-d8je6a:focus {
  outline: 0;
}

.kinbet-d8je6a:focus .kinbet-adlh0j,
.kinbet-d8je6a:hover .kinbet-adlh0j {
  fill: red;
  fill-opacity: 1;
}

.kinbet-d8je6a:hover {
  cursor: pointer;
}

.kinbet-00hax5 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.kinbet-njtiyn.kinbet-ddivgu {
  margin: 0 auto;
}

.kinbet-njtiyn.kinbet-g4mazc {
  margin-left: auto;
}

.kinbet-l3qja9 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.kinbet-zbgh2c {
  padding-bottom: 50px;
}

.kinbet-t53lk4 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.kinbet-uzhkyz {
  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;
}

.kinbet-jjyrg2 {
  margin-top: 24px;
}

.kinbet-17rcfc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kinbet-stpqy6 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.kinbet-w0ov5d {
  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;
}

.kinbet-xdqz55 {
  width: 468px;
}

.kinbet-w0ov5d .kinbet-fu1of4 {
  margin: 0.kinbet-frcidj 0;
}

.kinbet-kbno8c {
  display: flex;
  min-width: 224px;
}

.kinbet-snetdy {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.kinbet-vf6g60 ease-in-out;
}

.kinbet-daln6a,
.kinbet-snetdy:hover {
  color: var(--text-color);
}

.kinbet-f0yr2f {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.kinbet-st2ccf {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .kinbet-l3qja9 {
    padding: 16px;
  }
  .kinbet-f0yr2f {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .kinbet-st2ccf {
    align-items: center;
  }
  .kinbet-xdqz55 {
    width: unset;
  }
  .kinbet-kbno8c {
    min-width: unset;
  }
  .kinbet-w0ov5d {
    max-height: unset;
  }
  .kinbet-t53lk4 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .kinbet-l3qja9 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.kinbet-zeuenv {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.kinbet-zeuenv:not(:last-child) {
  margin-bottom: 16px;
}

.kinbet-okb60s {
  outline: 0;
}

.kinbet-okb60s .kinbet-5orlit {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.kinbet-ju6lpl {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .kinbet-ju6lpl {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.kinbet-ju6lpl::-webkit-details-marker {
  display: none;
}

.kinbet-ju6lpl: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;
}

.kinbet-ju6lpl: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] .kinbet-ju6lpl:after {
  transform: unset;
}

.kinbet-5orlit {
  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);
}

.kinbet-5orlit 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.kinbet-vf6g60 ease-in-out;
  -o-transition: 0.kinbet-vf6g60 ease-in-out;
  transition: 0.kinbet-vf6g60 ease-in-out;
}

.kinbet-6v9mjy {
  padding: 16px 0 0 0;
}

.kinbet-6v9mjy * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .kinbet-6v9mjy :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .kinbet-ju6lpl {
    flex-wrap: wrap;
    gap: 12px;
  }
  .kinbet-ju6lpl::after {
    margin-left: auto;
  }
  .kinbet-5orlit {
    order: 3;
    flex: 1 1 100%;
  }
  .kinbet-ju6lpl {
    font-size: 14px;
    line-height: 130%;
  }
  .kinbet-5orlit svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.kinbet-3qxsa8 {
  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;
}

.kinbet-9j3dbd {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.kinbet-3qxsa8.kinbet-s625jv .kinbet-9j3dbd {
  margin-bottom: 12px;
}

.kinbet-9j3dbd::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;
}

.kinbet-3qxsa8.kinbet-s625jv .kinbet-9j3dbd::after {
  transform: unset;
}

.kinbet-ee2qja {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.kinbet-lsv9ta {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.kinbet-vf6g60 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.kinbet-lsv9ta: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;
}

.kinbet-3qxsa8.kinbet-s625jv .kinbet-ee2qja {
  max-height: 100%;
}

.kinbet-ctum12 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.kinbet-chlowz {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.kinbet-a0u73o {
  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;
}

.kinbet-cma8am {
  margin-right: 4px;
}

.kinbet-qz7wzh {
  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.kinbet-vf6g60 ease-in-out;
}

.kinbet-qz7wzh svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.kinbet-ai9jge,
.kinbet-qz7wzh:hover {
  color: var(--text-color);
}

.kinbet-al1i4m {
  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;
}

.kinbet-al1i4m img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.kinbet-al1i4m .kinbet-ubhmmn {
  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;
}

.kinbet-al1i4m .kinbet-q1j91t {
  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;
}

.kinbet-saro3d {
  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;
}

.kinbet-qk45xw {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kinbet-rdskpe .kinbet-esug40 {
  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;
}

.kinbet-rdskpe {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.kinbet-kygnsx {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.kinbet-jpqqtm {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.kinbet-9ptd7h {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.kinbet-4dcirm 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;
}

.kinbet-9ptd7h:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.kinbet-1ktixt {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.kinbet-tqclsb {
  -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.kinbet-vf6g60 ease-in-out;
  transition: transform 0.kinbet-vf6g60 ease-in-out;
  -o-transition: transform 0.kinbet-vf6g60 ease-in-out;
  transition:
    transform 0.kinbet-vf6g60 ease-in-out,
    -webkit-transform 0.kinbet-vf6g60 ease-in-out;
  cursor: pointer;
}

.kinbet-tqclsb svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.kinbet-tqclsb: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;
}

.kinbet-66cxim {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .kinbet-66cxim {
    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);
}

.kinbet-6pqayr {
  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;
}

.kinbet-ezgtua {
  position: relative;
  width: 100%;
}

.kinbet-6pqayr.kinbet-3hu8tf {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.kinbet-6pqayr.kinbet-ddivgu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kinbet-6pqayr.kinbet-g4mazc {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.kinbet-e4bbfn {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.kinbet-f46ya4 {
  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.kinbet-vf6g60 ease-in-out;
  cursor: pointer;
}

.kinbet-f46ya4:hover {
  opacity: 0.5;
}

.kinbet-6pqayr.kinbet-07i3z8 .kinbet-f46ya4 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.kinbet-6pqayr.kinbet-07i3z8 .kinbet-e4bbfn {
  cursor: pointer;
}

.kinbet-tzpcs7 {
  fill: #0009;
}

.kinbet-oslv87 {
  fill: #fff;
}

.kinbet-f46ya4:hover .kinbet-tzpcs7 {
  fill: red;
}

.kinbet-f46ya4 svg path {
  -webkit-transition: 0.kinbet-vf6g60 ease-in-out;
  -o-transition: 0.kinbet-vf6g60 ease-in-out;
  transition: 0.kinbet-vf6g60 ease-in-out;
}

.kinbet-qtbytp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.kinbet-qtbytp > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.kinbet-qtbytp.kinbet-5nd3aj > :not(.get-image) {
  grid-column: 1/3;
}

.kinbet-7grcvl:not(._h1-block) .kinbet-qtbytp > .kinbet-ywh0d0 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.kinbet-qtbytp.kinbet-5nd3aj .kinbet-4ijt5a {
  grid-column: 2/3;
}

.kinbet-qtbytp.kinbet-5nd3aj > .kinbet-44d16s {
  grid-column: 1/2;
}

.kinbet-qtbytp.kinbet-5nd3aj > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.kinbet-qtbytp > p:first-of-type {
  margin-top: 0;
}

.kinbet-qtbytp .kinbet-44d16s {
  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;
}

.kinbet-7grcvl:not(._h1-block) .kinbet-ywh0d0 ~ .kinbet-44d16s {
  grid-row: 2/10;
}

.kinbet-7grcvl.kinbet-fgc6am .kinbet-ywh0d0 ~ .kinbet-44d16s {
  grid-row: 1/10;
}

.kinbet-7grcvl.kinbet-fgc6am > .kinbet-ywh0d0 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.kinbet-7grcvl.kinbet-fgc6am .kinbet-44d16s {
  grid-row: 1/10;
}

.kinbet-qtbytp.kinbet-42vnyl .kinbet-44d16s {
  align-items: flex-start;
}

.kinbet-qtbytp.kinbet-ddivgu .kinbet-4ijt5a {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.kinbet-qtbytp.kinbet-ddivgu .kinbet-44d16s {
  align-items: center;
}

.kinbet-qtbytp.kinbet-w03ydx .kinbet-44d16s {
  align-items: flex-end;
}

.kinbet-4ijt5a > :first-child {
  margin-top: 0;
}

.kinbet-4ijt5a > :last-child {
  margin-bottom: 0;
}

* + .kinbet-evaodj,
.kinbet-7grcvl + .kinbet-7grcvl {
  margin-top: 2rem;
}

.kinbet-w4b1w5 td::before,
.kinbet-w4b1w5 th::after {
  display: none !important;
}

.kinbet-w4b1w5 #link-selector {
  color: #000;
}

.kinbet-w4b1w5 .kinbet-djeqg1 {
  color: #135e96;
}

.kinbet-w4b1w5 .kinbet-o3ph6u *,
.kinbet-w4b1w5 .kinbet-h7b6eh p,
.kinbet-w4b1w5 .kinbet-tzd9y3 * {
  color: #000;
}

.kinbet-w4b1w5 .kinbet-z7cxsv {
  background: 0 0 !important;
}

.kinbet-w4b1w5 .kinbet-tpzflc {
  color: #000;
}

.kinbet-w4b1w5 .kinbet-kmb94h.kinbet-f851v8 {
  color: #fff;
}

.kinbet-w4b1w5 .kinbet-oaqcvv {
  color: #000;
}

.kinbet-w4b1w5
  .kinbet-a74yrf
  .kinbet-5brngp.kinbet-f851v8.kinbet-9utthv {
  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;
}

.kinbet-h58euj,
body .kinbet-mgnx68 {
  color: #000;
  background: var(--color-body) !important;
}

.kinbet-h58euj .kinbet-myf7nq .kinbet-t6y6lc,
body .kinbet-mgnx68 .kinbet-myf7nq .kinbet-t6y6lc {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .kinbet-lsv9ta:focus,
  .kinbet-lsv9ta:hover {
    color: #f9cb16;
  }
  .kinbet-t7zkg5:focus,
  .kinbet-t7zkg5:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .kinbet-9niqu1:focus img,
  .kinbet-9niqu1:focus svg,
  .kinbet-9niqu1:hover img,
  .kinbet-9niqu1:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .kinbet-al1i4m {
    display: none;
  }
}

@media (min-width: 1024px) {
  .kinbet-n88ntv:hover .kinbet-o61yrv svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .kinbet-o61yrv {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .kinbet-laonb1 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .kinbet-pi7d1n {
    grid-template-columns: repeat(4, 1fr);
  }
  .kinbet-3552f6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .kinbet-yzm9ah .kinbet-lboi19 {
    grid-template-columns: 1fr;
  }
  .kinbet-yzm9ah .kinbet-7tn1r1 {
    -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;
  }
  .kinbet-yzm9ah .kinbet-7kra0j {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .kinbet-yzm9ah .kinbet-8niplu {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .kinbet-yzm9ah .kinbet-wy83bc {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .kinbet-yzm9ah .kinbet-7kra0j:not(:first-child) {
    border: none;
  }
  .kinbet-yzm9ah .kinbet-7kra0j:first-child .kinbet-8niplu {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .kinbet-yzm9ah .kinbet-7kra0j:last-child .kinbet-8niplu {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .kinbet-iequtf {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .kinbet-6v0xut {
    max-width: 100px;
  }
  .kinbet-eqtktj {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .kinbet-yivbct {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .kinbet-yivbct svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .kinbet-vwrzwl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .kinbet-eqtktj + .kinbet-yivbct {
    margin-left: auto;
  }
  .kinbet-3fhr0z {
    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;
  }
  .kinbet-3fhr0z.kinbet-s625jv {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .kinbet-nhhffp {
    -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;
  }
  .kinbet-cyodqd {
    width: 100%;
  }
  .kinbet-cyodqd:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .kinbet-9wfsrl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .kinbet-9wfsrl svg {
    margin-right: 4px;
  }
  .kinbet-n88ntv {
    -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;
  }
  .kinbet-o61yrv svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .kinbet-o61yrv {
    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;
  }
  .kinbet-fu1of4 {
    display: none;
    width: 100%;
  }
  .kinbet-n88ntv.kinbet-s625jv .kinbet-fu1of4 {
    padding: 0 0 0 48px;
  }
  .kinbet-j79r0i {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .kinbet-uzhkyz .kinbet-44d16s {
    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;
  }
  .kinbet-cc03md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .kinbet-cc03md + .kinbet-cc03md {
    margin-right: 0;
  }
  .kinbet-cc03md + .kinbet-44d16s {
    margin: 0;
  }
  .kinbet-laonb1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .kinbet-pi7d1n {
    grid-template-columns: repeat(3, 1fr);
  }
  .kinbet-56jh28,
  .kinbet-pw14va {
    grid-template-columns: repeat(2, 1fr);
  }
  .kinbet-qtbytp {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .kinbet-qtbytp.kinbet-5nd3aj .kinbet-4ijt5a {
    grid-column: auto;
    grid-row: auto;
  }
  .kinbet-qtbytp > .kinbet-ywh0d0 {
    grid-column: 1/2;
  }
  .kinbet-qtbytp.kinbet-5nd3aj > :not(.get-image) {
    grid-column: 1/2;
  }
  .kinbet-qtbytp .kinbet-44d16s,
  .kinbet-qtbytp.kinbet-5nd3aj > .kinbet-44d16s {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .kinbet-qtbytp.kinbet-5nd3aj > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .kinbet-7grcvl.kinbet-fgc6am .kinbet-qtbytp > .kinbet-44d16s {
    grid-row: 1/2;
  }
  .kinbet-qtbytp .kinbet-ywh0d0 ~ .kinbet-44d16s,
  .kinbet-qtbytp.kinbet-5nd3aj .kinbet-ywh0d0 ~ .kinbet-44d16s {
    grid-row: 2/3;
  }
  .kinbet-7grcvl.kinbet-fgc6am .kinbet-ywh0d0 ~ .kinbet-44d16s {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .kinbet-ra1pdg:first-child .kinbet-pje6jb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kinbet-ra1pdg:first-child .kinbet-pje6jb h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .kinbet-ra1pdg {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .kinbet-ra1pdg {
    padding: 0;
  }
  .kinbet-libqxq {
    margin-top: 1rem;
  }
  .kinbet-okb60s {
    border-radius: 5px;
  }
  .kinbet-0xvp4s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kinbet-9j3dbd::after {
    display: inline-block;
  }
  .kinbet-9j3dbd {
    margin: 0;
    width: 100%;
  }
  .kinbet-ee2qja {
    width: 100%;
  }
  .kinbet-ee2qja.kinbet-ord9qo {
    -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%;
  }
  .kinbet-ee2qja.kinbet-ord9qo .kinbet-6s1btj {
    width: 100%;
  }
  .kinbet-ee2qja.kinbet-ord9qo .kinbet-6s1btj:not(:last-child) {
    margin-right: 0;
  }
  .kinbet-lsv9ta {
    width: 100%;
    text-align: center;
  }
  .kinbet-3qxsa8.kinbet-s625jv .kinbet-ee2qja {
    margin-top: 1rem;
  }
  .kinbet-laonb1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .kinbet-3552f6,
  .kinbet-pi7d1n {
    grid-template-columns: repeat(2, 1fr);
  }
  .kinbet-56jh28,
  .kinbet-pw14va,
  .kinbet-myk7u3 {
    grid-template-columns: 1fr;
  }
  .kinbet-tfduzg {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .kinbet-msn1bc {
    min-width: 300px;
    max-width: 325px;
  }
  .kinbet-8niplu {
    cursor: auto;
  }
  .kinbet-nxfgqu .kinbet-8niplu {
    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;
  }
  .kinbet-66cxim {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .kinbet-fu1of4 {
    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) {
  .kinbet-66cxim {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.kinbet-cc03md p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .kinbet-yivbct {
    margin: 0 -0.2rem;
  }
  .kinbet-cc03md {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .kinbet-diudpq {
    -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;
  }
  .kinbet-pnh1kb {
    max-width: 100%;
  }
  .kinbet-laonb1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .kinbet-3552f6,
  .kinbet-pi7d1n {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .kinbet-iequtf {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .kinbet-yivbct {
    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;
  }
  .kinbet-eqtvyu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .kinbet-yp3g3c {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .kinbet-2cqnmf,
  .kinbet-otwoo1 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .kinbet-nrdtpi {
    width: 100%;
  }
  .kinbet-laonb1 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .kinbet-66cxim {
    top: 127px !important;
  }
}

.kinbet-onc1xs {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .kinbet-onc1xs {
  }
}

@media (max-width: 767px) {
  .kinbet-onc1xs {
    margin-bottom: 12px;
  }
}

.kinbet-onc1xs img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.kinbet-r8a6b9 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.kinbet-r8a6b9 > .kinbet-lpopjk {
  flex: 1 1;
}

@media (max-width: 767px) {
  .kinbet-r8a6b9 {
    flex-direction: column;
    gap: 12px;
  }
}

.kinbet-els9m2 {
  display: flex;
}

.kinbet-els9m2 .kinbet-ktjjfx {
  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;
}

.kinbet-els9m2 .kinbet-yesuea {
  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;
}

.kinbet-els9m2 .kinbet-um5j6z {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.kinbet-els9m2 .kinbet-api9ze {
  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));
  }
}

.kinbet-els9m2 .kinbet-api9ze:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.kinbet-els9m2 .kinbet-ej6p58 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.kinbet-3xpkb9 {
  border: unset;
  background-color: unset;
}

.kinbet-3xpkb9 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.kinbet-3xpkb9 .kinbet-rjtsu5,
.kinbet-3xpkb9 .kinbet-0j74mt {
  flex: 0 1 330px;
}

.kinbet-3xpkb9 .kinbet-oakdv2 {
  flex: 1 1;
}

.kinbet-3xpkb9 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.kinbet-3xpkb9 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.kinbet-3xpkb9 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.kinbet-3xpkb9 tr td p {
  color: #fff;
  margin: 0;
}

.kinbet-3xpkb9 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.kinbet-3xpkb9 tr.kinbet-rjtsu5 td p {
  padding: 16px 0;
}

.kinbet-3xpkb9 tr.kinbet-rjtsu5 td p:not(:last-child),
.kinbet-3xpkb9 tr.kinbet-0j74mt td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.kinbet-3xpkb9 tr.kinbet-rjtsu5 td p:first-child,
.kinbet-3xpkb9 tr.kinbet-0j74mt td p:first-child {
  padding-top: 0;
}

.kinbet-3xpkb9 tr.kinbet-0j74mt td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.kinbet-3xpkb9 tr.kinbet-0j74mt td p:last-child {
  padding-bottom: 0;
}

.kinbet-3xpkb9 .kinbet-0j74mt img {
  max-width: 32px;
}

.kinbet-3xpkb9 .kinbet-oakdv2 {
  min-width: 718px;
}

.kinbet-3xpkb9 .kinbet-oakdv2 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.kinbet-3xpkb9 .kinbet-oakdv2 td {
  display: flex;
}

.kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-1on9qh,
.kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-pyp4nb,
.kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-szdazy {
  flex: 1 1 50%;
}

.kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-fiscrq {
  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;
}

.kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-ilt095,
.kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-1fd34o {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-1on9qh,
.kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-pyp4nb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-1on9qh span,
.kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-pyp4nb span {
  font-weight: 800;
}

.kinbet-3xpkb9 .kinbet-oakdv2 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .kinbet-3xpkb9 .kinbet-oakdv2 td .kinbet-szdazy:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .kinbet-3xpkb9 tr.kinbet-rjtsu5 td p:last-child {
    padding-bottom: 0;
  }
  .kinbet-3xpkb9 .kinbet-0j74mt > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .kinbet-3xpkb9 .kinbet-0j74mt > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .kinbet-3xpkb9 tr.kinbet-rjtsu5 td p:not(:last-child),
  .kinbet-3xpkb9 tr.kinbet-0j74mt td p:not(:last-child) {
    border-bottom: unset;
  }
  .kinbet-3xpkb9 tr.kinbet-0j74mt td p:last-child {
    padding-bottom: 12px;
  }
  .kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-1on9qh,
  .kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-pyp4nb,
  .kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-szdazy {
    flex: 1 1 50%;
    padding: 0;
  }
  .kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-1on9qh,
  .kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-pyp4nb {
    margin-top: 16px;
  }
  .kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-szdazy {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-1on9qh {
    border-right: 1px solid var(--border-color);
  }
  .kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-szdazy:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .kinbet-3xpkb9 .kinbet-oakdv2 td:last-child .kinbet-szdazy:last-child {
    padding-bottom: 0;
  }
}

.kinbet-szdazy {
  display: flex;
  flex-direction: column;
}

.kinbet-3xpkb9 .kinbet-oakdv2 td .kinbet-szdazy {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.kinbet-3xpkb9 .kinbet-oakdv2 td .kinbet-szdazy:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.kinbet-3xpkb9 .kinbet-oakdv2 td .kinbet-szdazy:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .kinbet-3xpkb9 .kinbet-oakdv2 td .kinbet-szdazy:not(:first-child) {
    padding-left: 0;
  }
  .kinbet-3xpkb9 .kinbet-oakdv2 td .kinbet-szdazy:not(:last-of-type) {
    border-right: unset;
  }
}

.kinbet-3xpkb9 .kinbet-jl0nse {
  flex: 0 1 485px;
}

.kinbet-3xpkb9 .kinbet-qad317 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.kinbet-3xpkb9 .kinbet-qad317 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.kinbet-3xpkb9 .kinbet-qad317 li.kinbet-qpeyfr {
  padding: 6px 12px;
}

.kinbet-3xpkb9 .kinbet-qad317 li a,
.kinbet-3xpkb9 .kinbet-qad317 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;
}

.kinbet-3xpkb9 .kinbet-wuznsp,
.kinbet-3xpkb9 .kinbet-3ksw1v {
  flex: 1 1;
}

.kinbet-3xpkb9 .kinbet-gnocsh,
.kinbet-3xpkb9 .kinbet-i5urf5 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kinbet-3xpkb9 .kinbet-gnocsh li,
.kinbet-3xpkb9 .kinbet-i5urf5 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.kinbet-3xpkb9 .kinbet-3ksw1v img {
  max-width: 32px;
}

.kinbet-3xpkb9 .kinbet-wuznsp img {
  max-width: 32px;
}

.kinbet-3xpkb9 .kinbet-og7ku8 {
  min-width: 280px;
}

.kinbet-3xpkb9 .kinbet-og7ku8 img {
  max-width: 146px;
}

.kinbet-3xpkb9 .kinbet-og7ku8 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .kinbet-3xpkb9 .kinbet-rjtsu5,
  .kinbet-3xpkb9 .kinbet-0j74mt {
    flex: 0 1 auto;
  }
  .kinbet-3xpkb9 .kinbet-oakdv2 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .kinbet-3xpkb9 .kinbet-rjtsu5,
  .kinbet-3xpkb9 .kinbet-jl0nse,
  .kinbet-3xpkb9 .kinbet-0j74mt,
  .kinbet-3xpkb9 .kinbet-oakdv2 {
    flex: 1 1 calc(50% - 20px);
  }
  .kinbet-3xpkb9 .kinbet-wuznsp,
  .kinbet-3xpkb9 .kinbet-og7ku8,
  .kinbet-3xpkb9 .kinbet-3ksw1v {
    flex: 1 1 30%;
  }
  .kinbet-3xpkb9 .kinbet-og7ku8 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .kinbet-3xpkb9 .kinbet-rjtsu5,
  .kinbet-3xpkb9 .kinbet-jl0nse,
  .kinbet-3xpkb9 .kinbet-wuznsp,
  .kinbet-3xpkb9 .kinbet-0j74mt,
  .kinbet-3xpkb9 .kinbet-oakdv2,
  .kinbet-3xpkb9 .kinbet-og7ku8,
  .kinbet-3xpkb9 .kinbet-3ksw1v {
    flex: 1 1 100%;
  }
}

.kinbet-oq9aus .kinbet-3595d2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kinbet-oq9aus .kinbet-m7a25o {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.kinbet-oq9aus .kinbet-pqsu6f {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.kinbet-oq9aus .kinbet-46m4lm {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.kinbet-oq9aus .kinbet-46m4lm > :nth-child(3) {
  margin-top: 0;
}

.kinbet-oq9aus .kinbet-44d16s {
  grid-column: 2/3;
  grid-row: 1/10;
}

.kinbet-oq9aus .kinbet-1jsn31 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.kinbet-oq9aus .kinbet-libqxq {
  grid-column: 1/2;
}

.kinbet-oq9aus > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.kinbet-oq9aus .kinbet-m7a25o: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;
}

.kinbet-oq9aus .kinbet-m7a25o:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.kinbet-oq9aus .kinbet-nrdtpi {
  min-width: 240px;
}

@media (max-width: 768px) {
  .kinbet-oq9aus .kinbet-m7a25o:not(:last-child):before {
    bottom: 8px;
  }
  .kinbet-oq9aus .kinbet-m7a25o:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .kinbet-oq9aus .kinbet-46m4lm {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .kinbet-oq9aus .kinbet-44d16s {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .kinbet-oq9aus .kinbet-44d16s img {
    width: 100%;
    height: auto;
  }
  .kinbet-oq9aus .kinbet-nrdtpi {
    width: 100%;
    min-width: unset;
  }
}

.kinbet-fi4r4r .kinbet-56q36x {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.kinbet-fi4r4r .kinbet-m41rdj {
  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;
}

.kinbet-fi4r4r .kinbet-44d16s {
  height: 100%;
}

.kinbet-fi4r4r .kinbet-44d16s img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.kinbet-fi4r4r .kinbet-84n4v3 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.kinbet-fi4r4r .kinbet-xfnwhj {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.kinbet-fi4r4r .kinbet-kvh9wr {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .kinbet-fi4r4r .kinbet-m41rdj {
    flex: 1 1 100%;
  }
  .kinbet-fi4r4r .kinbet-pi8wcs {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .kinbet-fi4r4r .kinbet-m41rdj {
    flex-direction: column;
  }
  .kinbet-fi4r4r .kinbet-44d16s {
    width: 100%;
    height: auto;
  }
  .kinbet-fi4r4r .kinbet-44d16s img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .kinbet-fi4r4r .kinbet-84n4v3 {
    padding: 0 16px 16px 16px;
  }
  .kinbet-fi4r4r .kinbet-pi8wcs {
    min-width: unset;
    width: 100%;
  }
}

.kinbet-a06044 .kinbet-fkfdxv {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.kinbet-a06044 .kinbet-hu4ave {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.kinbet-a06044 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;
}

.kinbet-a06044 .kinbet-f5xgao {
  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;
}

.kinbet-a06044 .kinbet-hu4ave:hover .kinbet-f5xgao {
  display: flex;
}

.kinbet-a06044 .kinbet-t45ch8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.kinbet-a06044 .kinbet-g4rkw1 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.kinbet-f4apky {
  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;
}

.kinbet-f4apky.kinbet-ynrgod {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.kinbet-jkuy6d ease-in-out;
}

.kinbet-f4apky.kinbet-ynrgod:hover {
  color: #f9cb16;
  background-color: transparent;
}

.kinbet-a06044 .kinbet-g4v7gf {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.kinbet-jkuy6d ease-in-out;
}

.kinbet-a06044 .kinbet-g4v7gf:hover {
  color: #196948;
  background-color: #f9cb16;
}

.kinbet-a06044 .kinbet-g4v7gf:after,
.kinbet-f4apky.kinbet-ynrgod:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.kinbet-f4apky.kinbet-ynrgod:after {
  background-image: url(../images/Cash.svg);
}

.kinbet-a06044 .kinbet-g4v7gf:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .kinbet-a06044 .kinbet-fkfdxv {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .kinbet-a06044 .kinbet-fkfdxv {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .kinbet-a06044 .kinbet-fkfdxv {
    grid-template-columns: 1fr;
  }
  .kinbet-a06044 .kinbet-hu4ave {
    height: auto;
  }
  .kinbet-a06044 .kinbet-hu4ave .kinbet-f5xgao {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .kinbet-a06044 .kinbet-t45ch8,
  .kinbet-a06044 .kinbet-g4rkw1 {
    text-align: left;
  }
  .kinbet-a06044 .kinbet-g4rkw1 {
    margin-bottom: 8px;
  }
  .kinbet-a06044 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.kinbet-2wzfyz {
  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;
}

.kinbet-2wzfyz.kinbet-07i3z8 {
  display: block;
}

.kinbet-2wzfyz .kinbet-eiroqw {
  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;
}

.kinbet-2wzfyz .kinbet-ofk4ne {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.kinbet-2wzfyz .kinbet-xdualh {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.kinbet-2wzfyz .kinbet-h1bryo {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.kinbet-2wzfyz .kinbet-f4apky {
  min-width: 296px;
  margin-bottom: 0;
}

.kinbet-2wzfyz .kinbet-uyc8pv {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.kinbet-2wzfyz .kinbet-xx9d4w {
  position: relative;
  flex: 1 1;
}

.kinbet-2wzfyz .kinbet-xx9d4w iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .kinbet-2wzfyz .kinbet-ofk4ne {
    flex-wrap: wrap;
    gap: 8px;
  }
  .kinbet-2wzfyz .kinbet-xdualh {
    order: 1;
  }
  .kinbet-2wzfyz .kinbet-h1bryo {
    order: 3;
    flex: 1 1 100%;
  }
  .kinbet-2wzfyz .kinbet-f4apky {
    width: 100%;
    min-width: unset;
  }
  .kinbet-2wzfyz .kinbet-uyc8pv {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .kinbet-qtbytp > .kinbet-ywh0d0 {
    margin-bottom: 0;
  }
  .kinbet-qtbytp > .kinbet-libqxq,
  .kinbet-qtbytp > p {
    margin-top: 0;
  }
}

.kinbet-gii8z0 img,
.kinbet-cc03md img {
  width: auto;
  object-fit: contain;
}

.kinbet-gii8z0 {
  align-items: center;
}

.kinbet-gii8z0 img {
  max-height: 76px;
}

.kinbet-cc03md img {
  max-height: 64px;
}

.kinbet-vh43vm {
  overflow: auto;
}

.kinbet-4kjp4u {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.kinbet-ulr73i:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.kinbet-o5hgey {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.kinbet-mzp68g {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.kinbet-o5hgey .kinbet-44d16s {
  margin-right: 20px;
  flex-shrink: 0;
}

.kinbet-o5hgey img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.kinbet-mhd0du {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.kinbet-mhd0du > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .kinbet-o5hgey {
    padding: 15px 10px;
  }
  .kinbet-mhd0du {
    padding: 15px 10px;
  }
  .kinbet-o5hgey .kinbet-44d16s {
    margin-right: 10px;
  }
}

.kinbet-hw2rpv {
  overflow-x: auto;
}

.kinbet-cisihb {
  border-collapse: collapse;
  width: 100%;
}

.kinbet-hw2rpv th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.kinbet-hw2rpv td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.kinbet-hw2rpv td.kinbet-znegk0 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.kinbet-hw2rpv td.kinbet-7creq0 {
  border-right: none;
}

.kinbet-hw2rpv td.kinbet-7creq0 .kinbet-44d16s {
  justify-content: flex-start;
}

.kinbet-hw2rpv td.kinbet-7creq0 .kinbet-44d16s img {
  height: auto;
  width: 90px;
}

.kinbet-hw2rpv td.kinbet-v74tby,
.kinbet-hw2rpv td.kinbet-12rlnh {
  font-weight: 600;
  text-align: right;
}

.kinbet-hw2rpv td.kinbet-ihsb9o,
.kinbet-hw2rpv td.kinbet-v74tby {
  padding-bottom: 10px;
  border-bottom: none;
}

.kinbet-hw2rpv td.kinbet-v74tby,
.kinbet-hw2rpv td.kinbet-12rlnh {
  border-left: none;
}

.kinbet-hw2rpv td.kinbet-ihsb9o,
.kinbet-hw2rpv td.kinbet-khij9h {
  border-right: none;
}

.kinbet-hw2rpv td.kinbet-khij9h,
.kinbet-hw2rpv td.kinbet-12rlnh {
  border-top: none;
  padding-top: 10px;
}

.kinbet-ax25md {
  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;
}

.kinbet-ax25md .kinbet-pi8wcs {
  min-width: unset;
  width: 100%;
}

.kinbet-ax25md .kinbet-pi8wcs.kinbet-j3ozph {
  grid-column: 1/2;
  grid-row: 1/2;
}

.kinbet-ax25md .kinbet-pi8wcs.kinbet-9z7p32 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.kinbet-ax25md .kinbet-ivprtw {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .kinbet-ax25md {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .kinbet-ax25md .kinbet-pi8wcs.kinbet-j3ozph {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .kinbet-ax25md .kinbet-pi8wcs.kinbet-9z7p32 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .kinbet-ax25md .kinbet-ivprtw {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.kinbet-m8u16y {
  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;
}

.kinbet-qjpypi {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.kinbet-jjsbx9 p a img {
  margin: 0 auto;
  display: block;
}

.kinbet-jjsbx9 table {
  margin-bottom: 17px;
}

/* contanct form */
.kinbet-0wlqqu {
  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;
}

.kinbet-0wlqqu label {
  font-size: 14px;
}

.kinbet-0wlqqu h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.kinbet-0wlqqu input,
.kinbet-0wlqqu textarea,
.kinbet-0wlqqu 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;
}
.kinbet-0wlqqu button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.kinbet-jkuy6d ease;
}
.kinbet-0wlqqu button:hover {
  background-color: #691204;
}
.kinbet-xluwz4 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.kinbet-edqoqd ease-in;
}

.kinbet-xluwz4 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}