@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-snvh3t {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.kinbet-z6gg6e {
  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-4kcopi,
ul.kinbet-4kcopi {
  padding-left: 20px;
}

ul.kinbet-4kcopi {
  list-style: disc;
}

ol.kinbet-4kcopi {
  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-sokgut > .kinbet-36snk6,
.kinbet-sokgut > .kinbet-p8obxw,
.kinbet-sokgut > blockquote,
.kinbet-sokgut > h1,
.kinbet-sokgut > h2,
.kinbet-sokgut > h3,
.kinbet-sokgut > h4,
.kinbet-sokgut > h5,
.kinbet-sokgut > h6,
.kinbet-sokgut > ol,
.kinbet-sokgut > p,
.kinbet-sokgut > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.kinbet-sokgut > ol,
.kinbet-sokgut > ul {
  padding-left: 50px;
}

.kinbet-sokgut 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-sokgut:not(:last-child) {
  margin-bottom: 2rem;
}

.kinbet-sokgut > :not(:first-child) {
  margin-top: 2rem;
}

.kinbet-sokgut {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kinbet-sokgut:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .kinbet-sokgut:first-child {
    margin-top: 20px;
  }
}

.kinbet-sokgut > p:last-of-type {
  margin-bottom: 32px;
}

.kinbet-sokgut > .kinbet-4eg0w1:not(:first-child) {
  margin: 64px auto 16px auto;
}

.kinbet-q9owtn > .kinbet-4eg0w1 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.kinbet-p8obxw {
  overflow: auto;
}

.kinbet-p8obxw::-webkit-scrollbar {
  height: 5px;
}

.kinbet-p8obxw table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.kinbet-p8obxw table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.kinbet-p8obxw table thead,
table thead {
  border-bottom: none;
}

.kinbet-p8obxw table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.kinbet-p8obxw table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.kinbet-p8obxw table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.kinbet-p8obxw .kinbet-f571ot {
  table-layout: auto;
}

.kinbet-p8obxw .kinbet-f571ot th {
  word-break: normal;
}

.kinbet-p8obxw .kinbet-f571ot td {
  word-break: normal;
}

.kinbet-snvh3t .kinbet-snvh3t {
  padding-right: 0;
  padding-left: 0;
}

.kinbet-yclglo {
  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-atm8vp {
  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-ta9sca {
  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-36snk6 {
  margin-top: 24px;
}

.kinbet-36snk6.kinbet-dllauh {
  text-align: left;
}

.kinbet-36snk6.kinbet-a5se2t {
  text-align: right;
}

.kinbet-36snk6.kinbet-wd4nns {
  text-align: center;
}

.kinbet-k8bzyf {
  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-ciojwc ease-in-out;
  cursor: pointer;
}

.kinbet-k8bzyf:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.kinbet-k8bzyf {
  min-width: 328px;
}

@media (max-width: 768px) {
  .kinbet-k8bzyf {
    min-width: unset;
  }
}

.kinbet-1ppqcx {
  background-color: var(--fh-bg-color);
}

.kinbet-rgb3yu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.kinbet-2yfw5p {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.kinbet-2yfw5p img {
  max-height: 80px;
  object-fit: contain;
}

.kinbet-dtrnlc {
  flex: 1 1;
}

.kinbet-14ce09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.kinbet-jr2hqg {
  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-jr2hqg 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-jr2hqg.kinbet-ifga6z span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.kinbet-jr2hqg.kinbet-ifga6z span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.kinbet-jr2hqg.kinbet-ifga6z span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.kinbet-dtrnlc + .kinbet-14ce09 {
  margin-left: 20px;
}

.kinbet-lhradx {
  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-lhradx > svg {
  max-width: 24px;
  max-height: 24px;
}

.kinbet-lhradx + .kinbet-lhradx {
  margin-left: 5px;
}

.kinbet-fgcl7z {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.kinbet-fgcl7z:hover {
  background-color: var(--button-bg-hover);
}

.kinbet-wwqbal {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.kinbet-ciojwc ease-in-out;
  border: 1px solid var(--border-color);
}

.kinbet-wwqbal:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.kinbet-3yo7w3 {
  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-dtrnlc {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .kinbet-3yo7w3 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .kinbet-dtrnlc {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .kinbet-lhradx {
    min-width: unset;
    flex: 1 1;
  }
}

.kinbet-kae4os {
  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-kae4os:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.kinbet-kae4os:hover .kinbet-eixcij {
  opacity: 1;
  pointer-events: auto;
}

.kinbet-b8tr3c {
  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-7v38lw ease-in-out;
  gap: 4px;
}

.kinbet-b8tr3c > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.kinbet-b8tr3c .kinbet-yclglo img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.kinbet-qb8bs1,
.kinbet-b8tr3c:hover {
  color: var(--button-bg-hover);
}

.kinbet-e6zu49 {
  position: relative;
}

.kinbet-e6zu49 .kinbet-b8tr3c {
  margin-right: 0;
  padding-right: 4px;
}

.kinbet-pv1986 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.kinbet-e6zu49.kinbet-ifga6z .kinbet-pv1986 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.kinbet-e6zu49.kinbet-ifga6z .kinbet-eixcij {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.kinbet-e6zu49.kinbet-ifga6z .kinbet-eixcij::before {
  display: none;
}

.kinbet-pv1986 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.kinbet-eixcij {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.kinbet-56lrp3 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.kinbet-eixcij::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.kinbet-eixcij:hover {
  color: var(--fh-bg-color);
}

.kinbet-tpoj1k {
  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-56lrp3 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.kinbet-7v38lw ease-in-out;
  -o-transition: 0.kinbet-7v38lw ease-in-out;
  transition: 0.kinbet-7v38lw ease-in-out;
}

.kinbet-tpoj1k .kinbet-yclglo img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.kinbet-29kaek,
.kinbet-tpoj1k:hover {
  color: var(--button-bg-hover);
}

.kinbet-7i0p80 {
  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-7i0p80.kinbet-7to06c {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.kinbet-7i0p80.kinbet-7to06c:after,
.kinbet-7i0p80.kinbet-7to06c:before {
  content: "";
  position: absolute;
  margin: auto;
}

.kinbet-7i0p80.kinbet-7to06c: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-7i0p80.kinbet-7to06c:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.kinbet-7i0p80.kinbet-7to06c > * {
  z-index: 1;
}

.kinbet-7i0p80 b,
.kinbet-7i0p80 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.kinbet-7i0p80 .kinbet-tsxumb {
  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-7i0p80 .kinbet-xdw7cj {
  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-7i0p80 .kinbet-yclglo {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.kinbet-7i0p80 .kinbet-hp0ehi {
  margin-top: 12px;
}

.kinbet-hp0ehi {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.kinbet-av60el {
  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-hp0ehi .kinbet-anqitc {
  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-ciojwc ease-in-out;
}

.kinbet-hp0ehi .kinbet-anqitc:hover {
  background: rgba(255, 255, 255, 0.3);
}

.kinbet-d9zsz2 {
  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-7i0p80.kinbet-7bpriq {
  gap: 12px;
  padding: 16px;
}

.kinbet-7i0p80.kinbet-7bpriq .kinbet-d9zsz2 {
  min-width: 240px;
}

.kinbet-7i0p80.kinbet-7bpriq .kinbet-d9zsz2.kinbet-d6zig5 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .kinbet-7i0p80 .kinbet-tsxumb {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .kinbet-7i0p80 .kinbet-xdw7cj {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .kinbet-7i0p80 .kinbet-yclglo {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .kinbet-7i0p80.kinbet-7bpriq .kinbet-yclglo {
    max-width: 126px;
  }
  .kinbet-7i0p80 .kinbet-hp0ehi {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .kinbet-7i0p80 .kinbet-av60el {
    max-width: unset;
  }
  .kinbet-d9zsz2 {
    min-width: unset;
    width: 100%;
  }
  .kinbet-7i0p80 .kinbet-d9zsz2 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .kinbet-7i0p80.kinbet-7bpriq {
    grid-template-rows: auto 1fr auto;
  }
  .kinbet-7i0p80.kinbet-7bpriq .kinbet-d9zsz2 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .kinbet-7i0p80 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .kinbet-7i0p80 .kinbet-tsxumb {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .kinbet-7i0p80 .kinbet-yclglo {
    max-width: 78px;
  }
  .kinbet-7i0p80 .kinbet-hp0ehi {
    margin-top: -12px;
  }
  .kinbet-7i0p80.kinbet-7bpriq {
    gap: 8px;
  }
  .kinbet-7i0p80.kinbet-7bpriq .kinbet-tsxumb {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .kinbet-7i0p80.kinbet-7bpriq .kinbet-xdw7cj {
    grid-column: 1/3;
  }
  .kinbet-7i0p80.kinbet-7bpriq .kinbet-yclglo {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .kinbet-7i0p80.kinbet-7bpriq .kinbet-yclglo img {
    max-width: 114px;
  }
}

.kinbet-d9zsz2.kinbet-fezrgp,
.kinbet-d9zsz2.kinbet-qytsp2,
.kinbet-d9zsz2.kinbet-xw3kdv {
  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-ciojwc ease-in-out;
}

.kinbet-d9zsz2.kinbet-fezrgp,
.kinbet-d9zsz2.kinbet-xw3kdv {
  padding: 10px;
}

.kinbet-d9zsz2.kinbet-fezrgp:hover,
.kinbet-d9zsz2.kinbet-qytsp2:hover,
.kinbet-d9zsz2.kinbet-xw3kdv:hover {
  background: var(--button-bg-hover);
}

.kinbet-d9zsz2.kinbet-fezrgp:hover svg path,
.kinbet-d9zsz2.kinbet-xw3kdv:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.kinbet-d9zsz2.kinbet-d6zig5 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.kinbet-ciojwc ease-in-out;
  background: var(--button-bg-color);
}

.kinbet-d9zsz2.kinbet-d6zig5:hover {
  background-color: var(--button-bg-hover);
}

.kinbet-d9zsz2.kinbet-qytsp2: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-d9zsz2.kinbet-qytsp2:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.kinbet-d9zsz2.kinbet-d6zig5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.kinbet-wt1mgj {
  max-width: 650px;
}

.kinbet-zaajst {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.kinbet-1rrt8q {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.kinbet-2kq64b {
  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-7v38lw ease-in-out;
  cursor: pointer;
}

.kinbet-2kq64b:hover {
  opacity: 0.5;
}

.kinbet-2kq64b:focus {
  outline: 0;
}

.kinbet-2kq64b:focus .kinbet-hfq6g1,
.kinbet-2kq64b:hover .kinbet-hfq6g1 {
  fill: red;
  fill-opacity: 1;
}

.kinbet-2kq64b:hover {
  cursor: pointer;
}

.kinbet-sz2q0v {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.kinbet-wt1mgj.kinbet-wd4nns {
  margin: 0 auto;
}

.kinbet-wt1mgj.kinbet-a5se2t {
  margin-left: auto;
}

.kinbet-uhzzaa {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.kinbet-pkel6k {
  padding-bottom: 50px;
}

.kinbet-ml6ls6 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.kinbet-pzp4os {
  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-igl113 {
  margin-top: 24px;
}

.kinbet-ix7rtz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kinbet-dzam1z {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.kinbet-xytjee {
  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-iq2ita {
  width: 468px;
}

.kinbet-xytjee .kinbet-eixcij {
  margin: 0.kinbet-p0xm12 0;
}

.kinbet-bsoz6t {
  display: flex;
  min-width: 224px;
}

.kinbet-00973l {
  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-7v38lw ease-in-out;
}

.kinbet-2obam5,
.kinbet-00973l:hover {
  color: var(--text-color);
}

.kinbet-xu316i {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.kinbet-ko4y9t {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .kinbet-uhzzaa {
    padding: 16px;
  }
  .kinbet-xu316i {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .kinbet-ko4y9t {
    align-items: center;
  }
  .kinbet-iq2ita {
    width: unset;
  }
  .kinbet-bsoz6t {
    min-width: unset;
  }
  .kinbet-xytjee {
    max-height: unset;
  }
  .kinbet-ml6ls6 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .kinbet-uhzzaa {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.kinbet-6pdwv8 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.kinbet-6pdwv8:not(:last-child) {
  margin-bottom: 16px;
}

.kinbet-6kuist {
  outline: 0;
}

.kinbet-6kuist .kinbet-03q4x0 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.kinbet-gcyk6v {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .kinbet-gcyk6v {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.kinbet-gcyk6v::-webkit-details-marker {
  display: none;
}

.kinbet-gcyk6v: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-gcyk6v: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-gcyk6v:after {
  transform: unset;
}

.kinbet-03q4x0 {
  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-03q4x0 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-7v38lw ease-in-out;
  -o-transition: 0.kinbet-7v38lw ease-in-out;
  transition: 0.kinbet-7v38lw ease-in-out;
}

.kinbet-5idx93 {
  padding: 16px 0 0 0;
}

.kinbet-5idx93 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .kinbet-5idx93 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .kinbet-gcyk6v {
    flex-wrap: wrap;
    gap: 12px;
  }
  .kinbet-gcyk6v::after {
    margin-left: auto;
  }
  .kinbet-03q4x0 {
    order: 3;
    flex: 1 1 100%;
  }
  .kinbet-gcyk6v {
    font-size: 14px;
    line-height: 130%;
  }
  .kinbet-03q4x0 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.kinbet-bs0crx {
  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-i7yfs4 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.kinbet-bs0crx.kinbet-ifga6z .kinbet-i7yfs4 {
  margin-bottom: 12px;
}

.kinbet-i7yfs4::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-bs0crx.kinbet-ifga6z .kinbet-i7yfs4::after {
  transform: unset;
}

.kinbet-2vmhfb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.kinbet-bckoz9 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.kinbet-7v38lw ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.kinbet-bckoz9: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-bs0crx.kinbet-ifga6z .kinbet-2vmhfb {
  max-height: 100%;
}

.kinbet-h1td2v {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.kinbet-qijk76 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.kinbet-zonlv1 {
  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-jrmvkt {
  margin-right: 4px;
}

.kinbet-04i3wt {
  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-7v38lw ease-in-out;
}

.kinbet-04i3wt svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.kinbet-kpeulg,
.kinbet-04i3wt:hover {
  color: var(--text-color);
}

.kinbet-biwp19 {
  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-biwp19 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.kinbet-biwp19 .kinbet-btro2q {
  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-biwp19 .kinbet-p0qmks {
  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-pt33ja {
  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-q87wc8 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.kinbet-frsq9i .kinbet-snvh3t {
  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-frsq9i {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.kinbet-bt1tmm {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.kinbet-wscvpy {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.kinbet-fhiubb {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.kinbet-af8mgi 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-fhiubb:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.kinbet-o1gm49 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.kinbet-uu4qmf {
  -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-7v38lw ease-in-out;
  transition: transform 0.kinbet-7v38lw ease-in-out;
  -o-transition: transform 0.kinbet-7v38lw ease-in-out;
  transition:
    transform 0.kinbet-7v38lw ease-in-out,
    -webkit-transform 0.kinbet-7v38lw ease-in-out;
  cursor: pointer;
}

.kinbet-uu4qmf svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.kinbet-uu4qmf: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-wbt7xe {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .kinbet-wbt7xe {
    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-f3sun6 {
  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-2o3jsi {
  position: relative;
  width: 100%;
}

.kinbet-f3sun6.kinbet-y2h22w {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.kinbet-f3sun6.kinbet-wd4nns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kinbet-f3sun6.kinbet-a5se2t {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.kinbet-kq91pg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.kinbet-ouljmg {
  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-7v38lw ease-in-out;
  cursor: pointer;
}

.kinbet-ouljmg:hover {
  opacity: 0.5;
}

.kinbet-f3sun6.kinbet-y3k4bk .kinbet-ouljmg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.kinbet-f3sun6.kinbet-y3k4bk .kinbet-kq91pg {
  cursor: pointer;
}

.kinbet-9zl27x {
  fill: #0009;
}

.kinbet-jsva9k {
  fill: #fff;
}

.kinbet-ouljmg:hover .kinbet-9zl27x {
  fill: red;
}

.kinbet-ouljmg svg path {
  -webkit-transition: 0.kinbet-7v38lw ease-in-out;
  -o-transition: 0.kinbet-7v38lw ease-in-out;
  transition: 0.kinbet-7v38lw ease-in-out;
}

.kinbet-o9fg73 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.kinbet-o9fg73 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.kinbet-o9fg73.kinbet-hryxqi > :not(.get-image) {
  grid-column: 1/3;
}

.kinbet-ekcnm5:not(._h1-block) .kinbet-o9fg73 > .kinbet-4eg0w1 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.kinbet-o9fg73.kinbet-hryxqi .kinbet-sw38cq {
  grid-column: 2/3;
}

.kinbet-o9fg73.kinbet-hryxqi > .kinbet-yclglo {
  grid-column: 1/2;
}

.kinbet-o9fg73.kinbet-hryxqi > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.kinbet-o9fg73 > p:first-of-type {
  margin-top: 0;
}

.kinbet-o9fg73 .kinbet-yclglo {
  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-ekcnm5:not(._h1-block) .kinbet-4eg0w1 ~ .kinbet-yclglo {
  grid-row: 2/10;
}

.kinbet-ekcnm5.kinbet-lar0lx .kinbet-4eg0w1 ~ .kinbet-yclglo {
  grid-row: 1/10;
}

.kinbet-ekcnm5.kinbet-lar0lx > .kinbet-4eg0w1 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.kinbet-ekcnm5.kinbet-lar0lx .kinbet-yclglo {
  grid-row: 1/10;
}

.kinbet-o9fg73.kinbet-iw14zr .kinbet-yclglo {
  align-items: flex-start;
}

.kinbet-o9fg73.kinbet-wd4nns .kinbet-sw38cq {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.kinbet-o9fg73.kinbet-wd4nns .kinbet-yclglo {
  align-items: center;
}

.kinbet-o9fg73.kinbet-eyijnq .kinbet-yclglo {
  align-items: flex-end;
}

.kinbet-sw38cq > :first-child {
  margin-top: 0;
}

.kinbet-sw38cq > :last-child {
  margin-bottom: 0;
}

* + .kinbet-zwk0kw,
.kinbet-ekcnm5 + .kinbet-ekcnm5 {
  margin-top: 2rem;
}

.kinbet-bdh1oz td::before,
.kinbet-bdh1oz th::after {
  display: none !important;
}

.kinbet-bdh1oz #link-selector {
  color: #000;
}

.kinbet-bdh1oz .kinbet-qguz8l {
  color: #135e96;
}

.kinbet-bdh1oz .kinbet-kykh9p *,
.kinbet-bdh1oz .kinbet-ockntd p,
.kinbet-bdh1oz .kinbet-amudwk * {
  color: #000;
}

.kinbet-bdh1oz .kinbet-csw91w {
  background: 0 0 !important;
}

.kinbet-bdh1oz .kinbet-2q0dgt {
  color: #000;
}

.kinbet-bdh1oz .kinbet-dy0uge.kinbet-3zd5n9 {
  color: #fff;
}

.kinbet-bdh1oz .kinbet-ptptcm {
  color: #000;
}

.kinbet-bdh1oz
  .kinbet-cnss1l
  .kinbet-1bgejn.kinbet-3zd5n9.kinbet-baced8 {
  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-xyxmj1,
body .kinbet-pmmp95 {
  color: #000;
  background: var(--color-body) !important;
}

.kinbet-xyxmj1 .kinbet-qj4gxe .kinbet-9rkys3,
body .kinbet-pmmp95 .kinbet-qj4gxe .kinbet-9rkys3 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .kinbet-bckoz9:focus,
  .kinbet-bckoz9:hover {
    color: #f9cb16;
  }
  .kinbet-ih4745:focus,
  .kinbet-ih4745:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .kinbet-gsu3uf:focus img,
  .kinbet-gsu3uf:focus svg,
  .kinbet-gsu3uf:hover img,
  .kinbet-gsu3uf:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .kinbet-biwp19 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .kinbet-e6zu49:hover .kinbet-pv1986 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .kinbet-pv1986 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .kinbet-itap42 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .kinbet-rybbed {
    grid-template-columns: repeat(4, 1fr);
  }
  .kinbet-ui0h4a {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .kinbet-x7xiij .kinbet-5eqhv5 {
    grid-template-columns: 1fr;
  }
  .kinbet-x7xiij .kinbet-pfzs8e {
    -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-x7xiij .kinbet-frvu9p {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .kinbet-x7xiij .kinbet-haeojf {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .kinbet-x7xiij .kinbet-ctp1jc {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .kinbet-x7xiij .kinbet-frvu9p:not(:first-child) {
    border: none;
  }
  .kinbet-x7xiij .kinbet-frvu9p:first-child .kinbet-haeojf {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .kinbet-x7xiij .kinbet-frvu9p:last-child .kinbet-haeojf {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .kinbet-rgb3yu {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .kinbet-2yfw5p {
    max-width: 100px;
  }
  .kinbet-dtrnlc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .kinbet-14ce09 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .kinbet-14ce09 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .kinbet-jr2hqg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .kinbet-dtrnlc + .kinbet-14ce09 {
    margin-left: auto;
  }
  .kinbet-s4xaun {
    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-s4xaun.kinbet-ifga6z {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .kinbet-3yo7w3 {
    -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-kae4os {
    width: 100%;
  }
  .kinbet-kae4os:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .kinbet-b8tr3c {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .kinbet-b8tr3c svg {
    margin-right: 4px;
  }
  .kinbet-e6zu49 {
    -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-pv1986 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .kinbet-pv1986 {
    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-eixcij {
    display: none;
    width: 100%;
  }
  .kinbet-e6zu49.kinbet-ifga6z .kinbet-eixcij {
    padding: 0 0 0 48px;
  }
  .kinbet-tpoj1k {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .kinbet-pzp4os .kinbet-yclglo {
    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-ncjw92 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .kinbet-ncjw92 + .kinbet-ncjw92 {
    margin-right: 0;
  }
  .kinbet-ncjw92 + .kinbet-yclglo {
    margin: 0;
  }
  .kinbet-itap42 {
    grid-template-columns: repeat(4, 1fr);
  }
  .kinbet-rybbed {
    grid-template-columns: repeat(3, 1fr);
  }
  .kinbet-o5vkty,
  .kinbet-s8e0q9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .kinbet-o9fg73 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .kinbet-o9fg73.kinbet-hryxqi .kinbet-sw38cq {
    grid-column: auto;
    grid-row: auto;
  }
  .kinbet-o9fg73 > .kinbet-4eg0w1 {
    grid-column: 1/2;
  }
  .kinbet-o9fg73.kinbet-hryxqi > :not(.get-image) {
    grid-column: 1/2;
  }
  .kinbet-o9fg73 .kinbet-yclglo,
  .kinbet-o9fg73.kinbet-hryxqi > .kinbet-yclglo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .kinbet-o9fg73.kinbet-hryxqi > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .kinbet-ekcnm5.kinbet-lar0lx .kinbet-o9fg73 > .kinbet-yclglo {
    grid-row: 1/2;
  }
  .kinbet-o9fg73 .kinbet-4eg0w1 ~ .kinbet-yclglo,
  .kinbet-o9fg73.kinbet-hryxqi .kinbet-4eg0w1 ~ .kinbet-yclglo {
    grid-row: 2/3;
  }
  .kinbet-ekcnm5.kinbet-lar0lx .kinbet-4eg0w1 ~ .kinbet-yclglo {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .kinbet-sokgut:first-child .kinbet-iqantf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kinbet-sokgut:first-child .kinbet-iqantf h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .kinbet-sokgut {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .kinbet-sokgut {
    padding: 0;
  }
  .kinbet-36snk6 {
    margin-top: 1rem;
  }
  .kinbet-6kuist {
    border-radius: 5px;
  }
  .kinbet-mckgmi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kinbet-i7yfs4::after {
    display: inline-block;
  }
  .kinbet-i7yfs4 {
    margin: 0;
    width: 100%;
  }
  .kinbet-2vmhfb {
    width: 100%;
  }
  .kinbet-2vmhfb.kinbet-23653f {
    -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-2vmhfb.kinbet-23653f .kinbet-t6os3g {
    width: 100%;
  }
  .kinbet-2vmhfb.kinbet-23653f .kinbet-t6os3g:not(:last-child) {
    margin-right: 0;
  }
  .kinbet-bckoz9 {
    width: 100%;
    text-align: center;
  }
  .kinbet-bs0crx.kinbet-ifga6z .kinbet-2vmhfb {
    margin-top: 1rem;
  }
  .kinbet-itap42 {
    grid-template-columns: repeat(3, 1fr);
  }
  .kinbet-ui0h4a,
  .kinbet-rybbed {
    grid-template-columns: repeat(2, 1fr);
  }
  .kinbet-o5vkty,
  .kinbet-s8e0q9,
  .kinbet-seys3v {
    grid-template-columns: 1fr;
  }
  .kinbet-hgr75x {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .kinbet-k7km88 {
    min-width: 300px;
    max-width: 325px;
  }
  .kinbet-haeojf {
    cursor: auto;
  }
  .kinbet-cqvche .kinbet-haeojf {
    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-wbt7xe {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .kinbet-eixcij {
    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-wbt7xe {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.kinbet-ncjw92 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .kinbet-14ce09 {
    margin: 0 -0.2rem;
  }
  .kinbet-ncjw92 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .kinbet-aad1ho {
    -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-6tntpu {
    max-width: 100%;
  }
  .kinbet-itap42 {
    grid-template-columns: repeat(2, 1fr);
  }
  .kinbet-ui0h4a,
  .kinbet-rybbed {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .kinbet-rgb3yu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .kinbet-14ce09 {
    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-1ppqcx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .kinbet-lhradx {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .kinbet-qx1ets,
  .kinbet-b6fgsk {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .kinbet-k8bzyf {
    width: 100%;
  }
  .kinbet-itap42 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .kinbet-wbt7xe {
    top: 127px !important;
  }
}

.kinbet-10ndo8 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .kinbet-10ndo8 {
  }
}

@media (max-width: 767px) {
  .kinbet-10ndo8 {
    margin-bottom: 12px;
  }
}

.kinbet-10ndo8 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.kinbet-yw05s1 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.kinbet-yw05s1 > .kinbet-4g6lzm {
  flex: 1 1;
}

@media (max-width: 767px) {
  .kinbet-yw05s1 {
    flex-direction: column;
    gap: 12px;
  }
}

.kinbet-zeqqy4 {
  display: flex;
}

.kinbet-zeqqy4 .kinbet-07tfk3 {
  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-zeqqy4 .kinbet-i31ur8 {
  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-zeqqy4 .kinbet-f5pwh6 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.kinbet-zeqqy4 .kinbet-x4ru40 {
  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-zeqqy4 .kinbet-x4ru40:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.kinbet-zeqqy4 .kinbet-alzhin {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.kinbet-u2s2eb {
  border: unset;
  background-color: unset;
}

.kinbet-u2s2eb tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.kinbet-u2s2eb .kinbet-owws1f,
.kinbet-u2s2eb .kinbet-vxlx4e {
  flex: 0 1 330px;
}

.kinbet-u2s2eb .kinbet-pto3pc {
  flex: 1 1;
}

.kinbet-u2s2eb 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-u2s2eb tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.kinbet-u2s2eb tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.kinbet-u2s2eb tr td p {
  color: #fff;
  margin: 0;
}

.kinbet-u2s2eb tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.kinbet-u2s2eb tr.kinbet-owws1f td p {
  padding: 16px 0;
}

.kinbet-u2s2eb tr.kinbet-owws1f td p:not(:last-child),
.kinbet-u2s2eb tr.kinbet-vxlx4e td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.kinbet-u2s2eb tr.kinbet-owws1f td p:first-child,
.kinbet-u2s2eb tr.kinbet-vxlx4e td p:first-child {
  padding-top: 0;
}

.kinbet-u2s2eb tr.kinbet-vxlx4e td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.kinbet-u2s2eb tr.kinbet-vxlx4e td p:last-child {
  padding-bottom: 0;
}

.kinbet-u2s2eb .kinbet-vxlx4e img {
  max-width: 32px;
}

.kinbet-u2s2eb .kinbet-pto3pc {
  min-width: 718px;
}

.kinbet-u2s2eb .kinbet-pto3pc td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.kinbet-u2s2eb .kinbet-pto3pc td {
  display: flex;
}

.kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-n9x9hg,
.kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-qbpo52,
.kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-q4ua1f {
  flex: 1 1 50%;
}

.kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-6230bz {
  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-u2s2eb .kinbet-pto3pc td:last-child .kinbet-7lqusb,
.kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-udzy73 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-n9x9hg,
.kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-qbpo52 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-n9x9hg span,
.kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-qbpo52 span {
  font-weight: 800;
}

.kinbet-u2s2eb .kinbet-pto3pc img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .kinbet-u2s2eb .kinbet-pto3pc td .kinbet-q4ua1f:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .kinbet-u2s2eb tr.kinbet-owws1f td p:last-child {
    padding-bottom: 0;
  }
  .kinbet-u2s2eb .kinbet-vxlx4e > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .kinbet-u2s2eb .kinbet-vxlx4e > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .kinbet-u2s2eb tr.kinbet-owws1f td p:not(:last-child),
  .kinbet-u2s2eb tr.kinbet-vxlx4e td p:not(:last-child) {
    border-bottom: unset;
  }
  .kinbet-u2s2eb tr.kinbet-vxlx4e td p:last-child {
    padding-bottom: 12px;
  }
  .kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-n9x9hg,
  .kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-qbpo52,
  .kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-q4ua1f {
    flex: 1 1 50%;
    padding: 0;
  }
  .kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-n9x9hg,
  .kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-qbpo52 {
    margin-top: 16px;
  }
  .kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-q4ua1f {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-n9x9hg {
    border-right: 1px solid var(--border-color);
  }
  .kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-q4ua1f:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .kinbet-u2s2eb .kinbet-pto3pc td:last-child .kinbet-q4ua1f:last-child {
    padding-bottom: 0;
  }
}

.kinbet-q4ua1f {
  display: flex;
  flex-direction: column;
}

.kinbet-u2s2eb .kinbet-pto3pc td .kinbet-q4ua1f {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.kinbet-u2s2eb .kinbet-pto3pc td .kinbet-q4ua1f:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.kinbet-u2s2eb .kinbet-pto3pc td .kinbet-q4ua1f:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .kinbet-u2s2eb .kinbet-pto3pc td .kinbet-q4ua1f:not(:first-child) {
    padding-left: 0;
  }
  .kinbet-u2s2eb .kinbet-pto3pc td .kinbet-q4ua1f:not(:last-of-type) {
    border-right: unset;
  }
}

.kinbet-u2s2eb .kinbet-he2r16 {
  flex: 0 1 485px;
}

.kinbet-u2s2eb .kinbet-igmtkf {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.kinbet-u2s2eb .kinbet-igmtkf li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.kinbet-u2s2eb .kinbet-igmtkf li.kinbet-oxbwie {
  padding: 6px 12px;
}

.kinbet-u2s2eb .kinbet-igmtkf li a,
.kinbet-u2s2eb .kinbet-igmtkf 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-u2s2eb .kinbet-dgf0rs,
.kinbet-u2s2eb .kinbet-lhtvel {
  flex: 1 1;
}

.kinbet-u2s2eb .kinbet-n7zcfr,
.kinbet-u2s2eb .kinbet-ewxrbq {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kinbet-u2s2eb .kinbet-n7zcfr li,
.kinbet-u2s2eb .kinbet-ewxrbq li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.kinbet-u2s2eb .kinbet-lhtvel img {
  max-width: 32px;
}

.kinbet-u2s2eb .kinbet-dgf0rs img {
  max-width: 32px;
}

.kinbet-u2s2eb .kinbet-tmddz1 {
  min-width: 280px;
}

.kinbet-u2s2eb .kinbet-tmddz1 img {
  max-width: 146px;
}

.kinbet-u2s2eb .kinbet-tmddz1 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .kinbet-u2s2eb .kinbet-owws1f,
  .kinbet-u2s2eb .kinbet-vxlx4e {
    flex: 0 1 auto;
  }
  .kinbet-u2s2eb .kinbet-pto3pc {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .kinbet-u2s2eb .kinbet-owws1f,
  .kinbet-u2s2eb .kinbet-he2r16,
  .kinbet-u2s2eb .kinbet-vxlx4e,
  .kinbet-u2s2eb .kinbet-pto3pc {
    flex: 1 1 calc(50% - 20px);
  }
  .kinbet-u2s2eb .kinbet-dgf0rs,
  .kinbet-u2s2eb .kinbet-tmddz1,
  .kinbet-u2s2eb .kinbet-lhtvel {
    flex: 1 1 30%;
  }
  .kinbet-u2s2eb .kinbet-tmddz1 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .kinbet-u2s2eb .kinbet-owws1f,
  .kinbet-u2s2eb .kinbet-he2r16,
  .kinbet-u2s2eb .kinbet-dgf0rs,
  .kinbet-u2s2eb .kinbet-vxlx4e,
  .kinbet-u2s2eb .kinbet-pto3pc,
  .kinbet-u2s2eb .kinbet-tmddz1,
  .kinbet-u2s2eb .kinbet-lhtvel {
    flex: 1 1 100%;
  }
}

.kinbet-asl2da .kinbet-n7ci3i {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kinbet-asl2da .kinbet-ykc7ph {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.kinbet-asl2da .kinbet-9js4xh {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.kinbet-asl2da .kinbet-dc41kq {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.kinbet-asl2da .kinbet-dc41kq > :nth-child(3) {
  margin-top: 0;
}

.kinbet-asl2da .kinbet-yclglo {
  grid-column: 2/3;
  grid-row: 1/10;
}

.kinbet-asl2da .kinbet-dumcy4 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.kinbet-asl2da .kinbet-36snk6 {
  grid-column: 1/2;
}

.kinbet-asl2da > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.kinbet-asl2da .kinbet-ykc7ph: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-asl2da .kinbet-ykc7ph:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.kinbet-asl2da .kinbet-k8bzyf {
  min-width: 240px;
}

@media (max-width: 768px) {
  .kinbet-asl2da .kinbet-ykc7ph:not(:last-child):before {
    bottom: 8px;
  }
  .kinbet-asl2da .kinbet-ykc7ph:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .kinbet-asl2da .kinbet-dc41kq {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .kinbet-asl2da .kinbet-yclglo {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .kinbet-asl2da .kinbet-yclglo img {
    width: 100%;
    height: auto;
  }
  .kinbet-asl2da .kinbet-k8bzyf {
    width: 100%;
    min-width: unset;
  }
}

.kinbet-v5s6bf .kinbet-q6ytd6 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.kinbet-v5s6bf .kinbet-0940ec {
  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-v5s6bf .kinbet-yclglo {
  height: 100%;
}

.kinbet-v5s6bf .kinbet-yclglo img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.kinbet-v5s6bf .kinbet-v1nylr {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.kinbet-v5s6bf .kinbet-2ebs59 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.kinbet-v5s6bf .kinbet-pqfyi5 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .kinbet-v5s6bf .kinbet-0940ec {
    flex: 1 1 100%;
  }
  .kinbet-v5s6bf .kinbet-d9zsz2 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .kinbet-v5s6bf .kinbet-0940ec {
    flex-direction: column;
  }
  .kinbet-v5s6bf .kinbet-yclglo {
    width: 100%;
    height: auto;
  }
  .kinbet-v5s6bf .kinbet-yclglo img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .kinbet-v5s6bf .kinbet-v1nylr {
    padding: 0 16px 16px 16px;
  }
  .kinbet-v5s6bf .kinbet-d9zsz2 {
    min-width: unset;
    width: 100%;
  }
}

.kinbet-ridmqs .kinbet-iy8b0w {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.kinbet-ridmqs .kinbet-duwjhr {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.kinbet-ridmqs 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-ridmqs .kinbet-ywwuhi {
  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-ridmqs .kinbet-duwjhr:hover .kinbet-ywwuhi {
  display: flex;
}

.kinbet-ridmqs .kinbet-dm5s2r {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.kinbet-ridmqs .kinbet-0lmvci {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.kinbet-4aufu5 {
  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-4aufu5.kinbet-1xzgbe {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.kinbet-ciojwc ease-in-out;
}

.kinbet-4aufu5.kinbet-1xzgbe:hover {
  color: #f9cb16;
  background-color: transparent;
}

.kinbet-ridmqs .kinbet-g12n02 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.kinbet-ciojwc ease-in-out;
}

.kinbet-ridmqs .kinbet-g12n02:hover {
  color: #196948;
  background-color: #f9cb16;
}

.kinbet-ridmqs .kinbet-g12n02:after,
.kinbet-4aufu5.kinbet-1xzgbe:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.kinbet-4aufu5.kinbet-1xzgbe:after {
  background-image: url(../images/Cash.svg);
}

.kinbet-ridmqs .kinbet-g12n02:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .kinbet-ridmqs .kinbet-iy8b0w {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .kinbet-ridmqs .kinbet-iy8b0w {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .kinbet-ridmqs .kinbet-iy8b0w {
    grid-template-columns: 1fr;
  }
  .kinbet-ridmqs .kinbet-duwjhr {
    height: auto;
  }
  .kinbet-ridmqs .kinbet-duwjhr .kinbet-ywwuhi {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .kinbet-ridmqs .kinbet-dm5s2r,
  .kinbet-ridmqs .kinbet-0lmvci {
    text-align: left;
  }
  .kinbet-ridmqs .kinbet-0lmvci {
    margin-bottom: 8px;
  }
  .kinbet-ridmqs img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.kinbet-msj6ki {
  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-msj6ki.kinbet-y3k4bk {
  display: block;
}

.kinbet-msj6ki .kinbet-mvf63u {
  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-msj6ki .kinbet-zre2tc {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.kinbet-msj6ki .kinbet-m80jk1 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.kinbet-msj6ki .kinbet-a6z1na {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.kinbet-msj6ki .kinbet-4aufu5 {
  min-width: 296px;
  margin-bottom: 0;
}

.kinbet-msj6ki .kinbet-r2n2of {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.kinbet-msj6ki .kinbet-3ciuhw {
  position: relative;
  flex: 1 1;
}

.kinbet-msj6ki .kinbet-3ciuhw iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .kinbet-msj6ki .kinbet-zre2tc {
    flex-wrap: wrap;
    gap: 8px;
  }
  .kinbet-msj6ki .kinbet-m80jk1 {
    order: 1;
  }
  .kinbet-msj6ki .kinbet-a6z1na {
    order: 3;
    flex: 1 1 100%;
  }
  .kinbet-msj6ki .kinbet-4aufu5 {
    width: 100%;
    min-width: unset;
  }
  .kinbet-msj6ki .kinbet-r2n2of {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .kinbet-o9fg73 > .kinbet-4eg0w1 {
    margin-bottom: 0;
  }
  .kinbet-o9fg73 > .kinbet-36snk6,
  .kinbet-o9fg73 > p {
    margin-top: 0;
  }
}

.kinbet-2h333y img,
.kinbet-ncjw92 img {
  width: auto;
  object-fit: contain;
}

.kinbet-2h333y {
  align-items: center;
}

.kinbet-2h333y img {
  max-height: 76px;
}

.kinbet-ncjw92 img {
  max-height: 64px;
}

.kinbet-x0csi1 {
  overflow: auto;
}

.kinbet-3w98zx {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.kinbet-fgiosv:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.kinbet-rmyhap {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.kinbet-j2rm3q {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.kinbet-rmyhap .kinbet-yclglo {
  margin-right: 20px;
  flex-shrink: 0;
}

.kinbet-rmyhap img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.kinbet-rgw4e4 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.kinbet-rgw4e4 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .kinbet-rmyhap {
    padding: 15px 10px;
  }
  .kinbet-rgw4e4 {
    padding: 15px 10px;
  }
  .kinbet-rmyhap .kinbet-yclglo {
    margin-right: 10px;
  }
}

.kinbet-a9iur3 {
  overflow-x: auto;
}

.kinbet-ujua4t {
  border-collapse: collapse;
  width: 100%;
}

.kinbet-a9iur3 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.kinbet-a9iur3 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.kinbet-a9iur3 td.kinbet-3ca7br {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.kinbet-a9iur3 td.kinbet-5tawq4 {
  border-right: none;
}

.kinbet-a9iur3 td.kinbet-5tawq4 .kinbet-yclglo {
  justify-content: flex-start;
}

.kinbet-a9iur3 td.kinbet-5tawq4 .kinbet-yclglo img {
  height: auto;
  width: 90px;
}

.kinbet-a9iur3 td.kinbet-gx9g8c,
.kinbet-a9iur3 td.kinbet-7mwsbp {
  font-weight: 600;
  text-align: right;
}

.kinbet-a9iur3 td.kinbet-ymjzo3,
.kinbet-a9iur3 td.kinbet-gx9g8c {
  padding-bottom: 10px;
  border-bottom: none;
}

.kinbet-a9iur3 td.kinbet-gx9g8c,
.kinbet-a9iur3 td.kinbet-7mwsbp {
  border-left: none;
}

.kinbet-a9iur3 td.kinbet-ymjzo3,
.kinbet-a9iur3 td.kinbet-gsb42t {
  border-right: none;
}

.kinbet-a9iur3 td.kinbet-gsb42t,
.kinbet-a9iur3 td.kinbet-7mwsbp {
  border-top: none;
  padding-top: 10px;
}

.kinbet-g35sys {
  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-g35sys .kinbet-d9zsz2 {
  min-width: unset;
  width: 100%;
}

.kinbet-g35sys .kinbet-d9zsz2.kinbet-fezrgp {
  grid-column: 1/2;
  grid-row: 1/2;
}

.kinbet-g35sys .kinbet-d9zsz2.kinbet-xw3kdv {
  grid-column: 2/3;
  grid-row: 1/2;
}

.kinbet-g35sys .kinbet-mm0wev {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .kinbet-g35sys {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .kinbet-g35sys .kinbet-d9zsz2.kinbet-fezrgp {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .kinbet-g35sys .kinbet-d9zsz2.kinbet-xw3kdv {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .kinbet-g35sys .kinbet-mm0wev {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.kinbet-e6b8x1 {
  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-avgjso {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.kinbet-q9owtn p a img {
  margin: 0 auto;
  display: block;
}

.kinbet-q9owtn table {
  margin-bottom: 17px;
}

/* contanct form */
.kinbet-t2kf7v {
  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-t2kf7v label {
  font-size: 14px;
}

.kinbet-t2kf7v h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.kinbet-t2kf7v input,
.kinbet-t2kf7v textarea,
.kinbet-t2kf7v 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-t2kf7v button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.kinbet-ciojwc ease;
}
.kinbet-t2kf7v button:hover {
  background-color: #691204;
}
.kinbet-h5f7is {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.kinbet-9pt444 ease-in;
}

.kinbet-h5f7is h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.kinbet-1jc2iz, .kinbet-iyd76w, [class*="review-card"],
thead, thead th, table th, .kinbet-dn3oud,
.kinbet-6ijz0g, [class*="collapsible-header"],
.kinbet-jo549j, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
