* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.kinbet-zhi3ta {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .kinbet-zhi3ta {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .kinbet-zhi3ta {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.kinbet-58yuxj {
  overflow: hidden;
}

.kinbet-dfq5rg img {
  background: var(--Neutral-300);
}

.kinbet-me8m81 {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.kinbet-8db9jw {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.kinbet-8db9jw:hover {
  background: var(--button-bg-hover);
}

.kinbet-e7vz2p {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.kinbet-e7vz2p:hover {
  background: var(--button-bg-hover);
}

.kinbet-h8xa8e {
  font-size: 12px;
  line-height: 18px;
}

.kinbet-5s81ty {
  font-size: 18px;
  line-height: 26px;
}

.kinbet-pfv53i {
  width: 100%;
}

.kinbet-0val3n {
  padding: 6px 16px;
}

.kinbet-i50bqt {
  padding: 10px 16px;
}

.kinbet-40dauz {
  padding: 15px 26px;
}

.kinbet-r8zntc {
  flex-shrink: 0;
}

.kinbet-lorqeo {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.kinbet-frioyv {
  display: none;
}

.kinbet-71qgof {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.kinbet-502q6n {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.kinbet-rzxzia {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.kinbet-6ontjg {
  cursor: grab;
}

.kinbet-rzxzia::-webkit-scrollbar {
  display: none;
}

.kinbet-ooqly8 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.kinbet-ebsgq4 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.kinbet-onfagb {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.kinbet-xjs0d5 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.kinbet-63uwv7 {
  visibility: visible;
}

.kinbet-24sbss {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.kinbet-f6gx94 ease;
}

.kinbet-cxumla {
  background-color: var(--Primary-200);
  width: 16px;
}

.kinbet-4x8qhw {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.kinbet-f6gx94,
    mask-image 0.3s;
}

.kinbet-4x8qhw.kinbet-annpn9 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.kinbet-t4m0il:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kinbet-3ld27s {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.kinbet-piqcuu.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.kinbet-piqcuu.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.kinbet-ytec5j {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.kinbet-ytec5j::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.kinbet-zr8ksz {
  position: relative;
  z-index: 1;
}

.kinbet-ewa8ks {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.kinbet-kjwsr4 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.kinbet-qhljcv {
  font-size: 40px;
  line-height: 48px;
}

.kinbet-2q0obo {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.kinbet-nw89ml {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.kinbet-nw89ml:hover {
  background: var(--Primary-400);
}

.kinbet-nw89ml svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.kinbet-t4m0il img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .kinbet-ytec5j {
    max-width: 600px;
    padding: 64px;
  }

  .kinbet-ewa8ks {
    font-size: 24px;
    line-height: 32px;
  }

  .kinbet-kjwsr4 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .kinbet-qhljcv {
    font-size: 50px;
    line-height: 56px;
  }

  .kinbet-2q0obo {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .kinbet-3ld27s {
    top: 25px;
    right: 25px;
  }
}

.kinbet-vo95ta,
.kinbet-edvw8t {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.kinbet-c0sxls.kinbet-5nffkt::before,
.kinbet-edvw8t::before,
.kinbet-wg189q::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.kinbet-piqcuu.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.kinbet-7rr0ii 14.kinbet-p27h9d.kinbet-pvk2j5 14.kinbet-xvdkzs 15.kinbet-ga16o0 14.kinbet-761wqq 15.kinbet-9yzmy9 14.kinbet-xcorss.kinbet-si6cgt 14.kinbet-wgqzqu 19.kinbet-3bccoz 12.kinbet-25gs16 19.kinbet-3bccoz 10.kinbet-dvbus2.kinbet-3bccoz 8.kinbet-6vokim 17.kinbet-mb9i5e 7.kinbet-z6ok2r 15.kinbet-ebs4gv 7.kinbet-oln8t8.kinbet-n55ais 7.kinbet-z6ok2r 11.kinbet-e21pl4 8.kinbet-6vokim 11.kinbet-e21pl4 10.kinbet-9s6w3z.kinbet-e21pl4 12.kinbet-c3owr1 13.kinbet-7umxrm 14.kinbet-di8or5 15.kinbet-7gje7h 14.kinbet-z5x6db.kinbet-wjn191 14.kinbet-g1s6g5 15.kinbet-bfqtjr 14.kinbet-jmgj2p 15.kinbet-7g7vtn 14.kinbet-43tp7f.kinbet-7rr0ii 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.kinbet-rm6hen 15.kinbet-wzukyc.kinbet-kp45i6 15.kinbet-1t66jz 15.kinbet-88qg2o 15.kinbet-5hue4y 15.kinbet-fpvemd 15.kinbet-6c667v.kinbet-5t0r0k 15.kinbet-5hue4y 15.kinbet-shj9ey 15.kinbet-anspqm 15.kinbet-rdovny 15.kinbet-my8u6g.kinbet-x2zw80 15.kinbet-tnf5kf 7.kinbet-dh731c 18.kinbet-ur8kqi 7.kinbet-5foskk 23.kinbet-o3osld.kinbet-ggc2ml.kinbet-94iyxv 18.kinbet-kwh3fu 19.kinbet-vq1qem 15.kinbet-v3s55b 15.kinbet-rm6hen 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.kinbet-4i8tzb [type="submit"] *,
.kinbet-n94wj9 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .kinbet-4ina7k {
    display: none;
  }
}

.kinbet-14el5v {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .kinbet-14el5v {
  display: none;
}

@media (min-width: 768px) {
  .kinbet-14el5v {
    bottom: 22px;
  }
}

.kinbet-14el5v input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .kinbet-14el5v {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.kinbet-chbfdi.static) .kinbet-14el5v {
    bottom: 8px;
  }
}

.kinbet-5cnwpt {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.kinbet-piqcuu.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.kinbet-ymfkga 3.kinbet-mwqy1q.kinbet-80k52v.kinbet-p90b5m 3.kinbet-dl3zxj 3.kinbet-2zvwbc 5.kinbet-pjnbr7 3.kinbet-2zvwbc 8.kinbet-0y5ywm.kinbet-qpl26r.kinbet-2zvwbc 26.kinbet-whviwu 5.kinbet-zw6d52 28.kinbet-9z5mgn 8.kinbet-pnsbxr 28.kinbet-9svykf.kinbet-03j1y6 28.kinbet-mv55zr.kinbet-rc37qv 34.kinbet-v3zu2s.kinbet-xc5j35 36.kinbet-awnunw 11.kinbet-nrl4n5 37.kinbet-q5fozv 12.kinbet-bctafa 36.kinbet-mtax6i.kinbet-h5i8ja 28.kinbet-8pdruy.kinbet-795vfy.kinbet-nua6b2 28.kinbet-2fdlmq 36.kinbet-wdfufi 26.kinbet-j65pq2 36.kinbet-wdfufi 23.kinbet-phq9n4.kinbet-nd77xe.kinbet-wdfufi 5.kinbet-ncogl4 34.kinbet-z51o5d 3.kinbet-dl3zxj 31.kinbet-ymfkga 3.kinbet-vqzboc.kinbet-qmt6ul 18.kinbet-aqxzf4.kinbet-c6dqq4 18.kinbet-t6uxu5 8.kinbet-ddx1l5 17.kinbet-oct2i3 8.kinbet-ddx1l5 15.kinbet-r7t9uz.kinbet-ddx1l5 14.kinbet-mhyvce 9.kinbet-c6dqq4 13.kinbet-i9aykp 11.kinbet-qmt6ul 13.kinbet-ba8lgz.kinbet-h0909x 13.kinbet-i9aykp 13.kinbet-z6w4f0 14.kinbet-mhyvce 13.kinbet-z6w4f0 15.kinbet-di1k1g.kinbet-z6w4f0 17.kinbet-oct2i3 12.kinbet-h0909x 18.kinbet-t6uxu5 11.kinbet-qmt6ul 18.kinbet-r8hkog.kinbet-p6use2 18.kinbet-c0ozfr.kinbet-cdvkwg 18.kinbet-t6uxu5 17.kinbet-uelvdv 17.kinbet-oct2i3 17.kinbet-uelvdv 15.kinbet-tld3c4.kinbet-uelvdv 14.kinbet-mhyvce 18.kinbet-cdvkwg 13.kinbet-i9aykp 20.kinbet-p6use2 13.kinbet-ccrvm1.kinbet-kzzxod 13.kinbet-i9aykp 22.kinbet-vrikc4 14.kinbet-mhyvce 22.kinbet-vrikc4 15.kinbet-h7bvax.kinbet-0hf7zi 17.kinbet-oct2i3 21.kinbet-kzzxod 18.kinbet-t6uxu5 20.kinbet-p6use2 18.kinbet-js1kt1.kinbet-sva06z 18.kinbet-qdhc2v.kinbet-iwtjd2 18.kinbet-t6uxu5 26.kinbet-xhini7 17.kinbet-oct2i3 26.kinbet-xhini7 15.kinbet-cshqjz.kinbet-xhini7 14.kinbet-mhyvce 27.kinbet-iwtjd2 13.kinbet-i9aykp 28.kinbet-sva06z 13.kinbet-9r5ivo.kinbet-mexhkx 13.kinbet-i9aykp 31.kinbet-55uahu 14.kinbet-mhyvce 31.kinbet-55uahu 15.kinbet-6f1jzc.kinbet-xhini7 17.kinbet-oct2i3 30.kinbet-mexhkx 18.kinbet-t6uxu5 28.kinbet-sva06z 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .kinbet-5cnwpt {
    display: none;
  }
}

.kinbet-vrcc8l {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .kinbet-vrcc8l {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.kinbet-n94wj9 {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .kinbet-n94wj9 {
    padding: 14px 16px;
  }
}

.kinbet-n94wj9 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.kinbet-n94wj9 button:first-child {
  align-content: end;
}

.kinbet-n94wj9 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .kinbet-n94wj9
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .kinbet-n94wj9
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.kinbet-n94wj9 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.kinbet-n94wj9 button:last-child svg {
  width: 38px;
  height: 38px;
}

.kinbet-wg189q {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.kinbet-wg189q::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .kinbet-wg189q,
.pc61d126-chatbot[data-active-screen="3"]
  .kinbet-wg189q {
  opacity: 1;
  visibility: visible;
}

.kinbet-sojji3 {
  flex: 1 1;
}

.kinbet-3fxmea {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .kinbet-3fxmea {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .kinbet-yc9ox5 {
  display: block;
}

.kinbet-q4pzch {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .kinbet-q4pzch {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.kinbet-edvw8t {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.kinbet-edvw8t::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.kinbet-m14p3r span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.kinbet-m14p3r p {
  color: var(--Text-100);
}

.kinbet-edvw8t .kinbet-6bsj6f {
  grid-area: button;
}

.kinbet-edvw8t .kinbet-6bsj6f::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.kinbet-piqcuu.org/2000/svg'%3E%3Cpath d='M4.kinbet-iley56 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.kinbet-4najyw 15L16.kinbet-4najyw 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.kinbet-4najyw 5L16.kinbet-4najyw 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .kinbet-bggnwj {
  display: block;
}

.kinbet-it7krd {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .kinbet-it7krd {
    margin-top: 40px;
  }
}

.kinbet-vo95ta label,
.kinbet-vo95ta input {
  display: block;
  width: 100%;
}

.kinbet-vo95ta label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.kinbet-vo95ta label.kinbet-1nn1ya input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.kinbet-vo95ta label.kinbet-1nn1ya::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.kinbet-vo95ta input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.kinbet-vo95ta input::placeholder {
  color: var(--Text-400);
}

.kinbet-qwbfut {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .kinbet-qwbfut {
  display: flex;
}

.kinbet-qwbfut ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .kinbet-qwbfut ol {
    height: 420px;
    padding: 24px;
  }
}

.kinbet-qwbfut ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.kinbet-4i8tzb {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .kinbet-4i8tzb {
    padding: 0 24px 24px;
  }
}

.kinbet-4i8tzb input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.kinbet-4i8tzb input::placeholder {
  color: var(--Text-400);
}

.kinbet-4i8tzb [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.kinbet-4i8tzb [type="submit"]:disabled {
  opacity: 0.5;
}

.kinbet-4i8tzb [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .kinbet-4i8tzb [type="submit"] {
    right: 40px;
  }
}

.kinbet-c0sxls {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.kinbet-c0sxls.kinbet-5nffkt {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.kinbet-c0sxls.kinbet-5nffkt::before {
  content: "";
  width: 31px;
}

.kinbet-c0sxls.kinbet-5nffkt p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.kinbet-c0sxls.kinbet-k4ps6n p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.kinbet-c0sxls p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.kinbet-14el5v .kinbet-6bsj6f {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.kinbet-4ina7k {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .kinbet-4ina7k {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .kinbet-4ina7k {
    padding: 18px 0;
  }
}

.kinbet-4ina7k .kinbet-zhi3ta {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .kinbet-4ina7k .kinbet-zhi3ta {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.kinbet-1c9kx3 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .kinbet-1c9kx3 {
    max-width: 160px;
    height: 40px;
  }
}

.kinbet-1c9kx3 picture,
.kinbet-1c9kx3 img {
  display: block;
  width: 100%;
  height: 100%;
}

.kinbet-1c9kx3 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .kinbet-l3s6qj {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.kinbet-f6gx94 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .kinbet-4ina7k.kinbet-taugs7 .kinbet-l3s6qj {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .kinbet-l3s6qj {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .kinbet-l3s6qj {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.kinbet-txv69b,
.kinbet-tiz3oi {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .kinbet-txv69b,
  .kinbet-tiz3oi {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .kinbet-tiz3oi {
    display: none;
  }
}

.kinbet-n2axfp {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.kinbet-taugs7 .kinbet-n2axfp {
  background: var(--fh-bg-color);
}

.kinbet-n2axfp button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .kinbet-n2axfp {
    display: none;
  }
}

.kinbet-kzb1j4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .kinbet-kzb1j4 {
    display: none;
  }
}

.kinbet-p32gv3 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.kinbet-4ina7k.kinbet-taugs7 .kinbet-p32gv3:first-child {
  display: none;
}

.kinbet-4ina7k.kinbet-taugs7 .kinbet-p32gv3:last-child {
  display: block;
}

.kinbet-p32gv3:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .kinbet-p32gv3 {
    display: none;
  }
}

.kinbet-0jl4o5 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .kinbet-0jl4o5 {
    display: flex;
  }
}

.kinbet-0jl4o5 ul {
  max-height: 350px;
  overflow-y: auto;
}

.kinbet-0jl4o5:hover ul {
  visibility: visible;
  opacity: 1;
}

.kinbet-0jl4o5:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.kinbet-0jl4o5:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.kinbet-0jl4o5:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.kinbet-0jl4o5:hover .kinbet-dxvq01 svg {
  transform: rotate(180deg);
}

.kinbet-k2chgl {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.kinbet-dtbdni {
  padding: 0 8px;
}

.kinbet-qj324y {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.kinbet-qj324y:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .kinbet-qj324y {
    padding: 4px 8px;
  }
}

.kinbet-bwo9ig {
  display: flex;
}

.kinbet-bwo9ig img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.kinbet-dxvq01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.kinbet-dxvq01 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.kinbet-x826x3 {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .kinbet-x826x3 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.kinbet-jqgexn {
  width: 100%;
}

@media (min-width: 1200px) {
  .kinbet-jqgexn {
    display: none;
  }
}

.kinbet-bzb5ar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.kinbet-afe3mv {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.kinbet-gh7w0a {
  display: flex;
}

.kinbet-08uhdp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.kinbet-5eeffe {
  list-style: none;
}

@media (max-width: 1199px) {
  .kinbet-5eeffe {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .kinbet-5eeffe {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .kinbet-5eeffe .kinbet-h9f8n9 [data-ref-el],
  .kinbet-5eeffe .kinbet-h9f8n9 span,
  .kinbet-5eeffe .kinbet-h9f8n9 a {
    white-space: nowrap;
  }
}

.kinbet-6gfqol {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .kinbet-6gfqol.kinbet-bacvy7 > .kinbet-h9f8n9 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .kinbet-6gfqol.kinbet-4m4c21:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .kinbet-6gfqol.kinbet-bacvy7 > .kinbet-92mo7j {
    height: auto;
  }

  .kinbet-6gfqol.kinbet-bacvy7 > div > .kinbet-rifsfm {
    transform: rotate(180deg);
  }
}

.kinbet-6gfqol [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.kinbet-6gfqol [data-ref-el],
.kinbet-6gfqol span {
  cursor: pointer;
}

.kinbet-6gfqol [data-ref-el],
.kinbet-6gfqol span,
.kinbet-6gfqol a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .kinbet-6gfqol [data-ref-el],
  .kinbet-6gfqol span,
  .kinbet-6gfqol a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .kinbet-6gfqol [data-ref-el],
  .kinbet-6gfqol span,
  .kinbet-6gfqol a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.kinbet-92mo7j {
  height: 0;
  overflow: hidden;
  transition: height 0.kinbet-f6gx94 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.kinbet-92mo7j::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.kinbet-92mo7j::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.kinbet-92mo7j::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .kinbet-92mo7j {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .kinbet-92mo7j:has(> .kinbet-6gfqol.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .kinbet-92mo7j .kinbet-92mo7j {
    padding: 0;
  }

  .kinbet-92mo7j .kinbet-6gfqol {
    font-weight: 400;
  }

  .kinbet-92mo7j .kinbet-6gfqol:hover > .kinbet-h9f8n9 {
    background: var(--Neutral-300);
  }

  .kinbet-92mo7j .kinbet-rifsfm {
    rotate: -90deg;
  }
}

.kinbet-h9f8n9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .kinbet-h9f8n9 {
    padding: 8px;
  }

  .kinbet-6gfqol.kinbet-uiqda6 > .kinbet-h9f8n9 {
    background: var(--Neutral-300);
  }
}

.kinbet-rifsfm {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.kinbet-piqcuu.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.kinbet-swtbj6 0.kinbet-9acmfv.kinbet-0e9icz -0.kinbet-nfpu2d 0.kinbet-9o1z4x -0.kinbet-nfpu2d 1.kinbet-d3ukgq 0.kinbet-ho2g1b.kinbet-pg4h15 4.kinbet-h9fhfk.kinbet-swtbj6 0.kinbet-qaf85t.kinbet-8fcume -0.kinbet-nfpu2d 9.kinbet-jn0g2g -0.kinbet-nfpu2d 10.kinbet-60hmyx 0.kinbet-xthowl.kinbet-dtmoh3 0.kinbet-0e9icz 10.kinbet-dtmoh3 0.kinbet-9o1z4x 10.kinbet-60hmyx 1.kinbet-33xtdu.kinbet-m4ksoc 5.kinbet-b5meey.kinbet-9gaiq7 6.kinbet-ya4zkp 5.kinbet-dizr0j 6.kinbet-ya4zkp 4.kinbet-km4pzt 5.kinbet-rfu1du.kinbet-swtbj6 1.kinbet-d6b429.kinbet-nfpu2d 0.kinbet-9o1z4x -0.kinbet-nfpu2d 0.kinbet-0e9icz 0.kinbet-swtbj6 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.kinbet-f6gx94 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .kinbet-rifsfm {
    cursor: default;
  }
}

.kinbet-rrapv9 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.kinbet-rw47pb {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .kinbet-rw47pb {
    padding: 40px 4px;
  }
}

.kinbet-k1qfzc {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .kinbet-k1qfzc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.kinbet-fnjd64 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .kinbet-fnjd64 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.kinbet-fnjd64 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.kinbet-fnjd64 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.kinbet-fnjd64 [data-ref-el],
.kinbet-fnjd64 span,
.kinbet-fnjd64 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.kinbet-xpbe58 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .kinbet-xpbe58 {
    margin-bottom: 12px;
  }
}

.kinbet-8wy4ul {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.kinbet-8wy4ul img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .kinbet-8wy4ul:last-child {
    margin-right: 0;
  }
}

.kinbet-wn8uqg {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.kinbet-xpbe58:hover .kinbet-d8f8b3 {
  visibility: visible;
  opacity: 1;
}

.kinbet-d8f8b3 {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.kinbet-y767w6 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.kinbet-p9gyf8 {
  display: flex;
  margin: 6px;
}

.kinbet-p9gyf8 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.kinbet-d8f8b3::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.kinbet-d8f8b3::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.kinbet-o1dpt6 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .kinbet-o1dpt6 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.kinbet-hooo7d {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .kinbet-hooo7d {
    margin-right: 32px;
  }
}

.kinbet-4zuia1 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .kinbet-4zuia1 {
    margin-top: 0;
    width: 340px;
  }
}

.kinbet-4zuia1 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.kinbet-hyvx0s {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.kinbet-ugsady {
  position: relative;
}

@media (min-width: 768px) {
  .kinbet-ugsady {
    margin-top: 40px;
  }
}

.kinbet-ugsady + .kinbet-lft48n,
.kinbet-ugsady + .kinbet-ugsady {
  margin-top: 24px;
}

.kinbet-cbupm4 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .kinbet-cbupm4 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .kinbet-cbupm4 {
    padding: 80px;
  }
}

.kinbet-y6n007 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .kinbet-y6n007 {
    padding: 0 16px;
}


}

.kinbet-fi8aae {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .kinbet-fi8aae {
    font-size: 48px;
    line-height: 56px;
  }
}

.kinbet-odk5fb {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .kinbet-odk5fb {
    font-size: 24px;
    line-height: 32px;
  }
}

.kinbet-geg7tl {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.kinbet-geg7tl:hover {
  background: var(--button-bg-hover);
}

.kinbet-g54rs4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.kinbet-g54rs4 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .kinbet-g54rs4 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .kinbet-g54rs4 img {
  min-height: 100%;
  }
}

.kinbet-cbupm4::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.kinbet-5bzwm2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.kinbet-5bzwm2 h1,
.kinbet-5bzwm2 h2,
.kinbet-5bzwm2 h3,
.kinbet-5bzwm2 h4 {
  margin-bottom: 6px;
}

.kinbet-5bzwm2 h1:not(:first-child),
.kinbet-5bzwm2 h2:not(:first-child),
.kinbet-5bzwm2 h3:not(:first-child),
.kinbet-5bzwm2 h4:not(:first-child) {
  margin-top: 16px;
}

.kinbet-5bzwm2 h1,
.kinbet-5bzwm2 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .kinbet-5bzwm2 h1,
  .kinbet-5bzwm2 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.kinbet-5bzwm2 h2,
.kinbet-5bzwm2 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .kinbet-5bzwm2 h2,
  .kinbet-5bzwm2 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.kinbet-5bzwm2 h3,
.kinbet-5bzwm2 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .kinbet-5bzwm2 h3,
  .kinbet-5bzwm2 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.kinbet-5bzwm2 h4,
.kinbet-5bzwm2 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.kinbet-5bzwm2 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.kinbet-5bzwm2 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.kinbet-5bzwm2 ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.kinbet-5bzwm2 ul ul {
  margin-bottom: 8px;
}

.kinbet-5bzwm2 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.kinbet-5bzwm2 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.kinbet-5bzwm2 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.kinbet-5bzwm2 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.kinbet-5bzwm2 ol li::marker {
  font-weight: 700;
}

.kinbet-5bzwm2 ol ol {
  margin-bottom: 8px;
}

.kinbet-5bzwm2 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.kinbet-5bzwm2 ol ul li {
  padding-left: 16px;
}

.kinbet-5bzwm2 table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .kinbet-5bzwm2 table {
    padding: 24px;
  }
}

.kinbet-5bzwm2 table.kinbet-jwe81h {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.kinbet-f6gx94,
    mask-image 0.3s;
}

.kinbet-5bzwm2 table.kinbet-jwe81h.kinbet-annpn9 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .kinbet-5bzwm2 table {
    display: table;
  }
}

.kinbet-5bzwm2 table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.kinbet-5bzwm2 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.kinbet-5bzwm2 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.kinbet-5bzwm2 table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .kinbet-5bzwm2 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.kinbet-5bzwm2 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.kinbet-5bzwm2 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.kinbet-5bzwm2 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.kinbet-5bzwm2 img {
  max-width: 100%;
  height: auto;
}

.kinbet-q810gr {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .kinbet-q810gr {
    padding: 24px;
  }
}

.kinbet-2ees7u {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .kinbet-2ees7u {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.kinbet-2ees7u > * {
  margin: 0 !important;
}

.kinbet-2ees7u img,
.kinbet-3f6tn8 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .kinbet-2ees7u img,
  .kinbet-3f6tn8 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.kinbet-rig9u7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .kinbet-rig9u7 {
    width: 32px;
    height: 32px;
  }
}

.kinbet-4je68a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.kinbet-4je68a .kinbet-6xkxkd {
  flex-shrink: 0;
}

.kinbet-4je68a .kinbet-tg0hgk svg {
  display: none;
}

.kinbet-sg21kh {
  display: grid;
  transition: max-height 0.kinbet-f6gx94 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .kinbet-sg21kh {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .kinbet-sg21kh {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.kinbet-sg21kh.kinbet-dkoi09 + .kinbet-6xkxkd svg {
  transform: rotate(180deg);
}

.kinbet-se71v7 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.kinbet-se71v7 > div:nth-child(3n) {
  grid-column: span 2;
}

.kinbet-se71v7
  > div:nth-child(3n)
  .kinbet-qqupoa
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .kinbet-se71v7 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .kinbet-se71v7 > div:nth-child(3n) {
    grid-column: unset;
  }

  .kinbet-se71v7
    > div:nth-child(3n)
    .kinbet-qqupoa
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .kinbet-se71v7 {
    max-width: 270px;
  }
}

.kinbet-se71v7 .kinbet-qqupoa button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .kinbet-se71v7 .kinbet-qqupoa button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .kinbet-se71v7 .kinbet-qqupoa button {
    max-width: 104px;
  }
}

.kinbet-z0qkrf {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .kinbet-z0qkrf {
    margin-bottom: 0;
  }
}

.kinbet-uuaq8r {
  display: none;
  opacity: 0;
}

.kinbet-bde1on {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.kinbet-bde1on img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.kinbet-qqupoa {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.kinbet-qqupoa button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .kinbet-qqupoa
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .kinbet-qqupoa
    button {
    max-width: 145px;
  }
}

.kinbet-1eh7em:first-child
  .kinbet-qqupoa
  button {
  max-width: 270px;
}

.kinbet-zw65xy {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.kinbet-z0qkrf picture {
  width: 100%;
  max-width: 100%;
}

.kinbet-uarcos {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.kinbet-uarcos svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.kinbet-z0qkrf:hover .kinbet-uarcos {
  display: flex;
}

.kinbet-0s8ln8 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.kinbet-c0a1cd {
  display: flex;
}

.kinbet-c0a1cd:hover .kinbet-ph9rs4,
.kinbet-c0a1cd .kinbet-uiqda6 .kinbet-ph9rs4 {
  display: flex;
}

.kinbet-c0a1cd svg {
  flex-shrink: 0;
}

.kinbet-ph9rs4 {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .kinbet-ph9rs4 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.kinbet-ph9rs4:hover {
  display: flex;
}

.kinbet-ph9rs4 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.kinbet-zob7qk {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .kinbet-zob7qk {
    font-size: 12px;
  }
}

.kinbet-m4yc3h,
.kinbet-ei5qv0 {
  width: 50%;
  flex-shrink: 0;
}

.kinbet-m4yc3h {
  font-weight: 700;
}

.kinbet-7z3umh .kinbet-sg21kh {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .kinbet-7z3umh .kinbet-sg21kh {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .kinbet-7z3umh .kinbet-sg21kh {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.kinbet-7z3umh
  .kinbet-zw65xy:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.kinbet-7z3umh .kinbet-bde1on {
  height: 100% !important;
  border-radius: 16px;
}

.kinbet-7z3umh .kinbet-qqupoa {
  gap: 4px;
  align-items: center;
}

.kinbet-7z3umh .kinbet-qqupoa button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kinbet-7z3umh .kinbet-qqupoa svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.kinbet-7z3umh .kinbet-xayuaz,
.kinbet-7z3umh .kinbet-2hiv0i {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.kinbet-piqcuu.org/2000/svg'%3E%3Cpath d='M9.kinbet-wiuavf 4.kinbet-fbk2y4.kinbet-vm0rk8 5.kinbet-u1ydzt.kinbet-z7cgv7 5.kinbet-mawf5n.kinbet-83lmz0 5.kinbet-klz34v.kinbet-c3pwkn 8.kinbet-5918w6.kinbet-jp1xn5 9.kinbet-tdxzpz.kinbet-etnzpt 9.kinbet-5tjwtm.kinbet-omlw60 13.kinbet-rve1c0.kinbet-jin81y 11.kinbet-seh6ac.kinbet-huabwb 11.kinbet-ci9gjr.kinbet-mue7tk 11.kinbet-5bvr1x.kinbet-a87b6a 13.kinbet-v9gmuy.kinbet-lw8reo 9.kinbet-t4p2f1.kinbet-c13go4 9.kinbet-vuefmd.kinbet-6u88mi 8.kinbet-rvrb8l.kinbet-ol2jsv 5.kinbet-o98ueg.kinbet-8z31b5 5.kinbet-dr10sb.kinbet-0mlxbh 5.kinbet-6plqm7.kinbet-p3ucaj 4.kinbet-3yira8.kinbet-huabwb 1.kinbet-x3x7nr.kinbet-wiuavf 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.kinbet-7z3umh .kinbet-xayuaz {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.kinbet-7z3umh .kinbet-2hiv0i {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.kinbet-1cssbw {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .kinbet-1cssbw {
    padding: 24px;
  }
}

.kinbet-1cssbw .kinbet-6xkxkd {
  display: flex;
}

@media (min-width: 768px) {
  .kinbet-1cssbw .kinbet-6xkxkd {
    display: none;
  }
}

.kinbet-1cssbw .kinbet-tg0hgk svg {
  display: none;
}

.kinbet-ioewd6 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.kinbet-ioewd6 .kinbet-me8m81 {
  display: none;
}

@media (min-width: 768px) {
  .kinbet-ioewd6 .kinbet-me8m81 {
    display: flex;
  }
}

.kinbet-f6m06d {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .kinbet-f6m06d {
    font-size: 40px;
    line-height: 48px;
  }
}

.kinbet-f6m06d > * {
  margin: 0 !important;
}

.kinbet-f6m06d img,
.kinbet-4oj33u {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .kinbet-f6m06d img,
  .kinbet-4oj33u {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.kinbet-33iwow {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .kinbet-33iwow {
    width: 32px;
    height: 32px;
  }
}

.kinbet-gd530l {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .kinbet-gd530l {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .kinbet-gd530l::-webkit-scrollbar {
    display: none;
  }
}

.kinbet-uod3f9 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .kinbet-uod3f9 {
    padding: 7px 15px;
  }
}

.kinbet-uod3f9:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.kinbet-yzs4bp {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .kinbet-yzs4bp {
    display: flex;
    opacity: 1;
  }
}

.kinbet-uod3f9 picture {
  height: 100%;
  display: block;
}

.kinbet-uod3f9 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .kinbet-uod3f9 img {
    width: 88px;
    height: 44px;
  }
}

.kinbet-uod3f9 p {
  text-align: center;
  width: 100%;
}

.kinbet-n90bqw {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .kinbet-n90bqw {
    font-size: 40px;
    line-height: 48px;
  }
}

.kinbet-n90bqw img,
.kinbet-2r9cq9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .kinbet-n90bqw img,
  .kinbet-2r9cq9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.kinbet-ladyci {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .kinbet-ladyci {
    width: 32px;
    height: 32px;
  }
}

.kinbet-xkvujl {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.kinbet-ksv9zf {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.kinbet-d45hp9 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.kinbet-d45hp9.kinbet-uiqda6 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.kinbet-5mlx22 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .kinbet-5mlx22 {
    font-size: 20px;
    line-height: 28px;
  }
}

.kinbet-v4m0fe {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.kinbet-9miogd {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.kinbet-f6gx94 ease;
  opacity: 0;
  color: var(--text-color);
}

.kinbet-ahgtip {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.kinbet-ahgtip ol,
.kinbet-ahgtip ul {
  padding-left: 1.3em;
}

.kinbet-d45hp9.kinbet-uiqda6 .kinbet-9miogd {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.kinbet-d45hp9.kinbet-uiqda6 .kinbet-v4m0fe {
  transform: rotate(180deg);
  color: var(--text-color);
}

.kinbet-ih1ux5 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .kinbet-ih1ux5 {
    padding: 24px;
  }
}

.kinbet-ih1ux5 .kinbet-6xkxkd {
  display: flex;
}

@media (min-width: 768px) {
  .kinbet-ih1ux5 .kinbet-6xkxkd {
    display: none;
  }
}

.kinbet-ih1ux5 .kinbet-tg0hgk svg {
  display: none;
}

.kinbet-a0r7rd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kinbet-a0r7rd .kinbet-me8m81 {
  display: none;
}

@media (min-width: 768px) {
  .kinbet-a0r7rd .kinbet-me8m81 {
    display: flex;
  }
}

.kinbet-frkuzj {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .kinbet-frkuzj {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.kinbet-frkuzj > * {
  margin: 0 !important;
}

.kinbet-frkuzj img,
.kinbet-s9jhd9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .kinbet-frkuzj img,
  .kinbet-s9jhd9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.kinbet-6imvag {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .kinbet-6imvag {
    width: 32px;
    height: 32px;
  }
}

.kinbet-3h8igk {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .kinbet-3h8igk {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .kinbet-3h8igk::-webkit-scrollbar {
    display: none;
  }
}

.kinbet-k4onu5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.kinbet-k4onu5:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.kinbet-pxl6af {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .kinbet-pxl6af {
    display: flex;
    opacity: 1;
  }
}

.kinbet-k4onu5 picture {
  width: auto;
  height: 100%;
  display: block;
}

.kinbet-k4onu5 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.kinbet-mfx5oy {
  margin: -24px 0;
}

.kinbet-mfx5oy:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .kinbet-mfx5oy {
    margin: -16px 0;
  }
}

.kinbet-4hlf1v {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .kinbet-4hlf1v {
    flex-direction: row;
  }
}

.kinbet-zxzicu {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .kinbet-zxzicu {
    flex: 1;
  }
}

.kinbet-zxzicu::placeholder {
  color: var(--Text-400);
}

.kinbet-u7hn9a {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.kinbet-f1f0no {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.kinbet-f1f0no::-webkit-scrollbar {
  display: none;
}

.kinbet-ilfrs3 {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.kinbet-ilfrs3 img,
.kinbet-ilfrs3 svg {
  margin-right: 8px;
}

.kinbet-b9ghth {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.kinbet-mfx5oy + .kinbet-b5zjpu {
  margin-top: 0;
}

@media (min-width: 768px) {
  .kinbet-mfx5oy + .kinbet-b5zjpu {
    margin-top: -16px;
  }
}

.kinbet-2iu36s {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.kinbet-2iu36s > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.kinbet-2iu36s > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.kinbet-zdkz22 {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.kinbet-bb0571 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.kinbet-sv9men {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.kinbet-6yazeu {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.kinbet-v9w88w {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.kinbet-zdkz22 button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.kinbet-zdkz22 button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .kinbet-zdkz22 {
    padding: 39px 179px 39px 39px;
  }

  .kinbet-bb0571 {
    font-size: 40px;
    line-height: 48px;
  }

  .kinbet-v9w88w {
    height: 348px;
  }

  .kinbet-zdkz22 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .kinbet-zdkz22 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .kinbet-zdkz22 {
    padding: 63px;
  }
}

.kinbet-3yfkg6 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .kinbet-3yfkg6 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.kinbet-9eflyj {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .kinbet-9eflyj {
    width: auto;
  }
}

.kinbet-57murn {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.kinbet-57murn::-webkit-scrollbar {
  display: none;
}

.kinbet-57murn a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.kinbet-57murn a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .kinbet-57murn {
    margin-left: 16px;
    margin-top: 0;
  }
}

.kinbet-3yfkg6 .kinbet-c9h9k7 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.kinbet-f6gx94,
    mask-image 0.3s;
}

.kinbet-3yfkg6 .kinbet-c9h9k7.kinbet-annpn9 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.kinbet-mb82a3 {
  margin: 40px -16px;
}

.kinbet-3wq62h + .kinbet-lft48n,
.kinbet-3wq62h + .kinbet-ugsady {
  margin-top: 24px;
}

.kinbet-q5l16r {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.kinbet-q5l16r picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.kinbet-kfhoxf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .kinbet-kfhoxf {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .kinbet-kfhoxf {
    margin-top: 0;
  }
}

.kinbet-172d6b {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .kinbet-172d6b {
    font-size: 24px;
    line-height: 32px;
  }
}

.kinbet-a48sed {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .kinbet-a48sed {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.kinbet-n85p7w {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .kinbet-n85p7w {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.kinbet-zmr123 {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .kinbet-zmr123 {
    font-size: 20px;
    line-height: 28px;
  }
}

.kinbet-puvqvt {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .kinbet-puvqvt {
    font-size: 32px;
    line-height: 40px;
  }
}

.kinbet-v6rh3c {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.kinbet-kyt94p {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.kinbet-kyt94p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kinbet-b5zjpu {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.kinbet-0blp0n {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .kinbet-0blp0n {
    padding: 15px 48px;
  }
}

main > .kinbet-b5zjpu {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .kinbet-sg21kh.kinbet-phxru5 > div:nth-child(n+5) {
    display: none;
  }
}

.kinbet-5bzwm2 p a img {
  display: block;
  margin: 0 auto;
}


.kinbet-zt28j3 {
  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;
}

/* contanct form */
.kinbet-6enpay {
  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-6enpay label {
  font-size: 14px;
}

.kinbet-6enpay h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.kinbet-6enpay input,
.kinbet-6enpay textarea,
.kinbet-6enpay 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-6enpay button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.kinbet-6hst3i ease;
}
.kinbet-6enpay button:hover {
  background-color: var(--button-bg-hover);
}
.kinbet-qmfsfz {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.kinbet-9y2qoy ease-in;
}

.kinbet-qmfsfz h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.kinbet-rw7ump, .kinbet-ud10s1, [class*="review-card"],
thead, thead th, table th, .kinbet-j7e4qx,
.kinbet-rex8c4, [class*="collapsible-header"],
.kinbet-ecg351, [class*="updated-block"] {
  color: #ece7dc !important;
}

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