* {
  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-65bsyh {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .kinbet-65bsyh {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .kinbet-65bsyh {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.kinbet-zgkfi8 {
  overflow: hidden;
}

.kinbet-xsswn9 img {
  background: var(--Neutral-300);
}

.kinbet-0cxwb7 {
  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-jhz8pf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.kinbet-jhz8pf:hover {
  background: var(--button-bg-hover);
}

.kinbet-s9lmmw {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.kinbet-s9lmmw:hover {
  background: var(--button-bg-hover);
}

.kinbet-wbepxl {
  font-size: 12px;
  line-height: 18px;
}

.kinbet-sulcow {
  font-size: 18px;
  line-height: 26px;
}

.kinbet-vzqkwi {
  width: 100%;
}

.kinbet-95dyk5 {
  padding: 6px 16px;
}

.kinbet-rte7cm {
  padding: 10px 16px;
}

.kinbet-kq79aa {
  padding: 15px 26px;
}

.kinbet-v8tgoo {
  flex-shrink: 0;
}

.kinbet-6ylopj {
  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-0g0pjp {
  display: none;
}

.kinbet-77lg5n {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.kinbet-etfy4s {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.kinbet-2k3keq {
  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-qox8ri {
  cursor: grab;
}

.kinbet-2k3keq::-webkit-scrollbar {
  display: none;
}

.kinbet-nen9bs {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.kinbet-c5evfu {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.kinbet-zghv3l {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.kinbet-6oxyp5 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.kinbet-gtftx0 {
  visibility: visible;
}

.kinbet-tqpadv {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.kinbet-v7ui1y ease;
}

.kinbet-gg5anj {
  background-color: var(--Primary-200);
  width: 16px;
}

.kinbet-e9m9j3 {
  -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-v7ui1y,
    mask-image 0.3s;
}

.kinbet-e9m9j3.kinbet-cem5vz {
  -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-5hx3xb: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-ca2eev {
  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-npnsox.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-npnsox.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-mfdh5c {
  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-mfdh5c::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-99e98p {
  position: relative;
  z-index: 1;
}

.kinbet-0c0squ {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.kinbet-d8lvhs {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.kinbet-y2nhkh {
  font-size: 40px;
  line-height: 48px;
}

.kinbet-x7pwv8 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.kinbet-fkejg2 {
  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-fkejg2:hover {
  background: var(--Primary-400);
}

.kinbet-fkejg2 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.kinbet-5hx3xb 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-mfdh5c {
    max-width: 600px;
    padding: 64px;
  }

  .kinbet-0c0squ {
    font-size: 24px;
    line-height: 32px;
  }

  .kinbet-d8lvhs {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .kinbet-y2nhkh {
    font-size: 50px;
    line-height: 56px;
  }

  .kinbet-x7pwv8 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .kinbet-ca2eev {
    top: 25px;
    right: 25px;
  }
}

.kinbet-q2p1kc,
.kinbet-qq7m6a {
  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-dr6wps.kinbet-tsp479::before,
.kinbet-qq7m6a::before,
.kinbet-3nlt3t::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-npnsox.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.kinbet-pqtf93 14.kinbet-d4df9r.kinbet-sm2i3v 14.kinbet-pvmjtj 15.kinbet-ayohri 14.kinbet-rnfypf 15.kinbet-0epwfa 14.kinbet-3rw67m.kinbet-50betk 14.kinbet-b93r18 19.kinbet-otc1d5 12.kinbet-9u8lbv 19.kinbet-otc1d5 10.kinbet-geteii.kinbet-otc1d5 8.kinbet-axma27 17.kinbet-mff8f9 7.kinbet-ylrpc7 15.kinbet-t4e8re 7.kinbet-w0v9y9.kinbet-j73hbn 7.kinbet-ylrpc7 11.kinbet-b4mw8y 8.kinbet-axma27 11.kinbet-b4mw8y 10.kinbet-actj9u.kinbet-b4mw8y 12.kinbet-668thw 13.kinbet-chn43m 14.kinbet-k67wxl 15.kinbet-qz47sh 14.kinbet-qo7zw6.kinbet-xlolta 14.kinbet-rjbq5t 15.kinbet-87gvam 14.kinbet-otbn4a 15.kinbet-fgtvk2 14.kinbet-sa1l4b.kinbet-pqtf93 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.kinbet-ln0ir6 15.kinbet-ifrgem.kinbet-mvz9s1 15.kinbet-t006ft 15.kinbet-126vb3 15.kinbet-yetgc1 15.kinbet-azrn7l 15.kinbet-wn05v3.kinbet-okyewg 15.kinbet-yetgc1 15.kinbet-yt2xf2 15.kinbet-wcegdz 15.kinbet-3i8wy3 15.kinbet-hcze9d.kinbet-ca75m6 15.kinbet-zfi9q8 7.kinbet-hlya4n 18.kinbet-tvrra7 7.kinbet-37wvs7 23.kinbet-z1ntni.kinbet-i5vovr.kinbet-zf557r 18.kinbet-7ml00y 19.kinbet-njibpl 15.kinbet-terohd 15.kinbet-ln0ir6 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.kinbet-4swm7h [type="submit"] *,
.kinbet-9r213a button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .kinbet-wr0h3a {
    display: none;
  }
}

.kinbet-e8tr7q {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .kinbet-e8tr7q {
  display: none;
}

@media (min-width: 768px) {
  .kinbet-e8tr7q {
    bottom: 22px;
  }
}

.kinbet-e8tr7q input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .kinbet-e8tr7q {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.kinbet-poptei.static) .kinbet-e8tr7q {
    bottom: 8px;
  }
}

.kinbet-fnz8j4 {
  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-npnsox.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.kinbet-wiug3v 3.kinbet-empuhr.kinbet-vk8s60.kinbet-yfjcyq 3.kinbet-cmxmg7 3.kinbet-xznd38 5.kinbet-a3u7f0 3.kinbet-xznd38 8.kinbet-3vpem6.kinbet-grd3zl.kinbet-xznd38 26.kinbet-835m22 5.kinbet-vcpqdx 28.kinbet-ztousp 8.kinbet-5qpsdb 28.kinbet-wh94kh.kinbet-huz8lk 28.kinbet-edl363.kinbet-vy8exa 34.kinbet-nyin7c.kinbet-ehkn8g 36.kinbet-plfrse 11.kinbet-xlazxc 37.kinbet-wzbkoi 12.kinbet-e55xc3 36.kinbet-ycqxoo.kinbet-rffb0g 28.kinbet-urk5xr.kinbet-kqxqq6.kinbet-dfnzlu 28.kinbet-4kwsn1 36.kinbet-28njzd 26.kinbet-oay3u6 36.kinbet-28njzd 23.kinbet-1jk7jq.kinbet-ncvucf.kinbet-28njzd 5.kinbet-0to73r 34.kinbet-2c993m 3.kinbet-cmxmg7 31.kinbet-wiug3v 3.kinbet-8ht9nb.kinbet-krklhw 18.kinbet-vksvk3.kinbet-6yqk5u 18.kinbet-2kzd2f 8.kinbet-a3qcjz 17.kinbet-5vhy1t 8.kinbet-a3qcjz 15.kinbet-eme31r.kinbet-a3qcjz 14.kinbet-2tg9d5 9.kinbet-6yqk5u 13.kinbet-l8e746 11.kinbet-krklhw 13.kinbet-30c7qi.kinbet-j9gb86 13.kinbet-l8e746 13.kinbet-fi6mpc 14.kinbet-2tg9d5 13.kinbet-fi6mpc 15.kinbet-m5l9k2.kinbet-fi6mpc 17.kinbet-5vhy1t 12.kinbet-j9gb86 18.kinbet-2kzd2f 11.kinbet-krklhw 18.kinbet-2hcx71.kinbet-8o4kds 18.kinbet-9h62ze.kinbet-pluxv5 18.kinbet-2kzd2f 17.kinbet-x5tngx 17.kinbet-5vhy1t 17.kinbet-x5tngx 15.kinbet-fejtfu.kinbet-x5tngx 14.kinbet-2tg9d5 18.kinbet-pluxv5 13.kinbet-l8e746 20.kinbet-8o4kds 13.kinbet-exe5ph.kinbet-w6s4ln 13.kinbet-l8e746 22.kinbet-9522yc 14.kinbet-2tg9d5 22.kinbet-9522yc 15.kinbet-zf3fx2.kinbet-tdlae8 17.kinbet-5vhy1t 21.kinbet-w6s4ln 18.kinbet-2kzd2f 20.kinbet-8o4kds 18.kinbet-qpb4w2.kinbet-t9lam1 18.kinbet-b76orw.kinbet-jf4aje 18.kinbet-2kzd2f 26.kinbet-1ov44h 17.kinbet-5vhy1t 26.kinbet-1ov44h 15.kinbet-z1tej6.kinbet-1ov44h 14.kinbet-2tg9d5 27.kinbet-jf4aje 13.kinbet-l8e746 28.kinbet-t9lam1 13.kinbet-q69a6q.kinbet-lxrd8t 13.kinbet-l8e746 31.kinbet-1q6f5e 14.kinbet-2tg9d5 31.kinbet-1q6f5e 15.kinbet-ge3dib.kinbet-1ov44h 17.kinbet-5vhy1t 30.kinbet-lxrd8t 18.kinbet-2kzd2f 28.kinbet-t9lam1 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-fnz8j4 {
    display: none;
  }
}

.kinbet-bbbs8e {
  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-bbbs8e {
    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-9r213a {
  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-9r213a {
    padding: 14px 16px;
  }
}

.kinbet-9r213a button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.kinbet-9r213a button:first-child {
  align-content: end;
}

.kinbet-9r213a button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .kinbet-9r213a
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .kinbet-9r213a
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.kinbet-9r213a button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.kinbet-9r213a button:last-child svg {
  width: 38px;
  height: 38px;
}

.kinbet-3nlt3t {
  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-3nlt3t::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .kinbet-3nlt3t,
.pc61d126-chatbot[data-active-screen="3"]
  .kinbet-3nlt3t {
  opacity: 1;
  visibility: visible;
}

.kinbet-jqg50i {
  flex: 1 1;
}

.kinbet-uq7kdt {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .kinbet-uq7kdt {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .kinbet-8xh6e7 {
  display: block;
}

.kinbet-v48yqr {
  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-v48yqr {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.kinbet-qq7m6a {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.kinbet-qq7m6a::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.kinbet-0ezuht span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.kinbet-0ezuht p {
  color: var(--Text-100);
}

.kinbet-qq7m6a .kinbet-vawou1 {
  grid-area: button;
}

.kinbet-qq7m6a .kinbet-vawou1::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-npnsox.org/2000/svg'%3E%3Cpath d='M4.kinbet-c2xvh0 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.kinbet-4e5uxr 15L16.kinbet-4e5uxr 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.kinbet-4e5uxr 5L16.kinbet-4e5uxr 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .kinbet-xq4t0f {
  display: block;
}

.kinbet-o0z5kn {
  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-o0z5kn {
    margin-top: 40px;
  }
}

.kinbet-q2p1kc label,
.kinbet-q2p1kc input {
  display: block;
  width: 100%;
}

.kinbet-q2p1kc label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.kinbet-q2p1kc label.kinbet-7ncyzp input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.kinbet-q2p1kc label.kinbet-7ncyzp::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-q2p1kc 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-q2p1kc input::placeholder {
  color: var(--Text-400);
}

.kinbet-gdx02u {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .kinbet-gdx02u {
  display: flex;
}

.kinbet-gdx02u ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .kinbet-gdx02u ol {
    height: 420px;
    padding: 24px;
  }
}

.kinbet-gdx02u ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.kinbet-4swm7h {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .kinbet-4swm7h {
    padding: 0 24px 24px;
  }
}

.kinbet-4swm7h 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-4swm7h input::placeholder {
  color: var(--Text-400);
}

.kinbet-4swm7h [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.kinbet-4swm7h [type="submit"]:disabled {
  opacity: 0.5;
}

.kinbet-4swm7h [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .kinbet-4swm7h [type="submit"] {
    right: 40px;
  }
}

.kinbet-dr6wps {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.kinbet-dr6wps.kinbet-tsp479 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.kinbet-dr6wps.kinbet-tsp479::before {
  content: "";
  width: 31px;
}

.kinbet-dr6wps.kinbet-tsp479 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.kinbet-dr6wps.kinbet-cho2ba p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.kinbet-dr6wps p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.kinbet-e8tr7q .kinbet-vawou1 {
  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-wr0h3a {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .kinbet-wr0h3a {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .kinbet-wr0h3a {
    padding: 18px 0;
  }
}

.kinbet-wr0h3a .kinbet-65bsyh {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .kinbet-wr0h3a .kinbet-65bsyh {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.kinbet-6kwuab {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .kinbet-6kwuab {
    max-width: 160px;
    height: 40px;
  }
}

.kinbet-6kwuab picture,
.kinbet-6kwuab img {
  display: block;
  width: 100%;
  height: 100%;
}

.kinbet-6kwuab img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .kinbet-4cd214 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.kinbet-v7ui1y ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .kinbet-wr0h3a.kinbet-vc7afl .kinbet-4cd214 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .kinbet-4cd214 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .kinbet-4cd214 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.kinbet-t1eqjc,
.kinbet-7f5kwv {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .kinbet-t1eqjc,
  .kinbet-7f5kwv {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .kinbet-7f5kwv {
    display: none;
  }
}

.kinbet-og7n3x {
  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-vc7afl .kinbet-og7n3x {
  background: var(--fh-bg-color);
}

.kinbet-og7n3x button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .kinbet-og7n3x {
    display: none;
  }
}

.kinbet-cnx3cj {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .kinbet-cnx3cj {
    display: none;
  }
}

.kinbet-ks233y {
  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-wr0h3a.kinbet-vc7afl .kinbet-ks233y:first-child {
  display: none;
}

.kinbet-wr0h3a.kinbet-vc7afl .kinbet-ks233y:last-child {
  display: block;
}

.kinbet-ks233y:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .kinbet-ks233y {
    display: none;
  }
}

.kinbet-y2ivma {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .kinbet-y2ivma {
    display: flex;
  }
}

.kinbet-y2ivma ul {
  max-height: 350px;
  overflow-y: auto;
}

.kinbet-y2ivma:hover ul {
  visibility: visible;
  opacity: 1;
}

.kinbet-y2ivma:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.kinbet-y2ivma:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.kinbet-y2ivma:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.kinbet-y2ivma:hover .kinbet-7bza6v svg {
  transform: rotate(180deg);
}

.kinbet-u2b2us {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.kinbet-msqyyr {
  padding: 0 8px;
}

.kinbet-xudxuu {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.kinbet-xudxuu:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .kinbet-xudxuu {
    padding: 4px 8px;
  }
}

.kinbet-rspdh5 {
  display: flex;
}

.kinbet-rspdh5 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.kinbet-7bza6v {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.kinbet-7bza6v svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.kinbet-4n68s0 {
  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-4n68s0 {
    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-48mjw6 {
  width: 100%;
}

@media (min-width: 1200px) {
  .kinbet-48mjw6 {
    display: none;
  }
}

.kinbet-q99004 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.kinbet-tloj11 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.kinbet-b0rssw {
  display: flex;
}

.kinbet-jtyb0o {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.kinbet-eckft6 {
  list-style: none;
}

@media (max-width: 1199px) {
  .kinbet-eckft6 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .kinbet-eckft6 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .kinbet-eckft6 .kinbet-zm7sau [data-ref-el],
  .kinbet-eckft6 .kinbet-zm7sau span,
  .kinbet-eckft6 .kinbet-zm7sau a {
    white-space: nowrap;
  }
}

.kinbet-un57f9 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .kinbet-un57f9.kinbet-qdizbx > .kinbet-zm7sau {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .kinbet-un57f9.kinbet-3pyycw:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .kinbet-un57f9.kinbet-qdizbx > .kinbet-lgx342 {
    height: auto;
  }

  .kinbet-un57f9.kinbet-qdizbx > div > .kinbet-rkhjqg {
    transform: rotate(180deg);
  }
}

.kinbet-un57f9 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.kinbet-un57f9 [data-ref-el],
.kinbet-un57f9 span {
  cursor: pointer;
}

.kinbet-un57f9 [data-ref-el],
.kinbet-un57f9 span,
.kinbet-un57f9 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-un57f9 [data-ref-el],
  .kinbet-un57f9 span,
  .kinbet-un57f9 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .kinbet-un57f9 [data-ref-el],
  .kinbet-un57f9 span,
  .kinbet-un57f9 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.kinbet-lgx342 {
  height: 0;
  overflow: hidden;
  transition: height 0.kinbet-v7ui1y ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.kinbet-lgx342::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.kinbet-lgx342::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.kinbet-lgx342::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .kinbet-lgx342 {
    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-lgx342:has(> .kinbet-un57f9.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .kinbet-lgx342 .kinbet-lgx342 {
    padding: 0;
  }

  .kinbet-lgx342 .kinbet-un57f9 {
    font-weight: 400;
  }

  .kinbet-lgx342 .kinbet-un57f9:hover > .kinbet-zm7sau {
    background: var(--Neutral-300);
  }

  .kinbet-lgx342 .kinbet-rkhjqg {
    rotate: -90deg;
  }
}

.kinbet-zm7sau {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .kinbet-zm7sau {
    padding: 8px;
  }

  .kinbet-un57f9.kinbet-yd9ein > .kinbet-zm7sau {
    background: var(--Neutral-300);
  }
}

.kinbet-rkhjqg {
  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-npnsox.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.kinbet-4j4ktp 0.kinbet-t9buku.kinbet-gt6xqe -0.kinbet-xdqko8 0.kinbet-75hcp7 -0.kinbet-xdqko8 1.kinbet-jla7zz 0.kinbet-nlrlya.kinbet-p0ww10 4.kinbet-a6ef99.kinbet-4j4ktp 0.kinbet-g422t5.kinbet-3qs78p -0.kinbet-xdqko8 9.kinbet-vzhkgz -0.kinbet-xdqko8 10.kinbet-ddujv1 0.kinbet-tnrbnr.kinbet-85hu6h 0.kinbet-gt6xqe 10.kinbet-85hu6h 0.kinbet-75hcp7 10.kinbet-ddujv1 1.kinbet-lyyhza.kinbet-lzp9f1 5.kinbet-qo5ewu.kinbet-d8sar1 6.kinbet-q9maia 5.kinbet-envgpu 6.kinbet-q9maia 4.kinbet-jws27l 5.kinbet-oau311.kinbet-4j4ktp 1.kinbet-etad6f.kinbet-xdqko8 0.kinbet-75hcp7 -0.kinbet-xdqko8 0.kinbet-gt6xqe 0.kinbet-4j4ktp 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.kinbet-v7ui1y ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .kinbet-rkhjqg {
    cursor: default;
  }
}

.kinbet-ujxpej {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.kinbet-vvhe6u {
  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-vvhe6u {
    padding: 40px 4px;
  }
}

.kinbet-ctnmwd {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .kinbet-ctnmwd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.kinbet-a6t6ke {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .kinbet-a6t6ke {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.kinbet-a6t6ke ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.kinbet-a6t6ke [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.kinbet-a6t6ke [data-ref-el],
.kinbet-a6t6ke span,
.kinbet-a6t6ke a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.kinbet-te8tol {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .kinbet-te8tol {
    margin-bottom: 12px;
  }
}

.kinbet-0pxyvb {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.kinbet-0pxyvb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .kinbet-0pxyvb:last-child {
    margin-right: 0;
  }
}

.kinbet-ahe25z {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.kinbet-te8tol:hover .kinbet-6qs3cr {
  visibility: visible;
  opacity: 1;
}

.kinbet-6qs3cr {
  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-4iwmku {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.kinbet-04p4a1 {
  display: flex;
  margin: 6px;
}

.kinbet-04p4a1 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.kinbet-6qs3cr::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-6qs3cr::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-hm1g2w {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .kinbet-hm1g2w {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.kinbet-nhsi8d {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .kinbet-nhsi8d {
    margin-right: 32px;
  }
}

.kinbet-qyrfo4 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .kinbet-qyrfo4 {
    margin-top: 0;
    width: 340px;
  }
}

.kinbet-qyrfo4 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.kinbet-3hh0nf {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.kinbet-2e6epl {
  position: relative;
}

@media (min-width: 768px) {
  .kinbet-2e6epl {
    margin-top: 40px;
  }
}

.kinbet-2e6epl + .kinbet-nj2mjg,
.kinbet-2e6epl + .kinbet-2e6epl {
  margin-top: 24px;
}

.kinbet-w19di7 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .kinbet-w19di7 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .kinbet-w19di7 {
    padding: 80px;
  }
}

.kinbet-f5en4g {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .kinbet-f5en4g {
    padding: 0 16px;
}


}

.kinbet-gzjo9q {
  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-gzjo9q {
    font-size: 48px;
    line-height: 56px;
  }
}

.kinbet-oenu96 {
  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-oenu96 {
    font-size: 24px;
    line-height: 32px;
  }
}

.kinbet-5oiv5m {
  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-5oiv5m:hover {
  background: var(--button-bg-hover);
}

.kinbet-803h8d {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.kinbet-803h8d img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .kinbet-803h8d img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .kinbet-803h8d img {
  min-height: 100%;
  }
}

.kinbet-w19di7::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.kinbet-prtaju {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.kinbet-prtaju h1,
.kinbet-prtaju h2,
.kinbet-prtaju h3,
.kinbet-prtaju h4 {
  margin-bottom: 6px;
}

.kinbet-prtaju h1:not(:first-child),
.kinbet-prtaju h2:not(:first-child),
.kinbet-prtaju h3:not(:first-child),
.kinbet-prtaju h4:not(:first-child) {
  margin-top: 16px;
}

.kinbet-prtaju h1,
.kinbet-prtaju h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .kinbet-prtaju h1,
  .kinbet-prtaju h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.kinbet-prtaju h2,
.kinbet-prtaju h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .kinbet-prtaju h2,
  .kinbet-prtaju h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.kinbet-prtaju h3,
.kinbet-prtaju h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .kinbet-prtaju h3,
  .kinbet-prtaju h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.kinbet-prtaju h4,
.kinbet-prtaju h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.kinbet-prtaju ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.kinbet-prtaju ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.kinbet-prtaju 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-prtaju ul ul {
  margin-bottom: 8px;
}

.kinbet-prtaju ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.kinbet-prtaju ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.kinbet-prtaju ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.kinbet-prtaju ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.kinbet-prtaju ol li::marker {
  font-weight: 700;
}

.kinbet-prtaju ol ol {
  margin-bottom: 8px;
}

.kinbet-prtaju ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.kinbet-prtaju ol ul li {
  padding-left: 16px;
}

.kinbet-prtaju 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-prtaju table {
    padding: 24px;
  }
}

.kinbet-prtaju table.kinbet-x589nw {
  -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-v7ui1y,
    mask-image 0.3s;
}

.kinbet-prtaju table.kinbet-x589nw.kinbet-cem5vz {
  -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-prtaju table {
    display: table;
  }
}

.kinbet-prtaju 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-prtaju table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.kinbet-prtaju table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.kinbet-prtaju 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-prtaju table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.kinbet-prtaju table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.kinbet-prtaju table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.kinbet-prtaju table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.kinbet-prtaju img {
  max-width: 100%;
  height: auto;
}

.kinbet-mzhmh8 {
  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-mzhmh8 {
    padding: 24px;
  }
}

.kinbet-37qt9p {
  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-37qt9p {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.kinbet-37qt9p > * {
  margin: 0 !important;
}

.kinbet-37qt9p img,
.kinbet-353b2r {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .kinbet-37qt9p img,
  .kinbet-353b2r {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.kinbet-154pba {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .kinbet-154pba {
    width: 32px;
    height: 32px;
  }
}

.kinbet-v232vw {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.kinbet-v232vw .kinbet-gxpiwi {
  flex-shrink: 0;
}

.kinbet-v232vw .kinbet-rtn5i2 svg {
  display: none;
}

.kinbet-fr4j89 {
  display: grid;
  transition: max-height 0.kinbet-v7ui1y ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .kinbet-fr4j89 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .kinbet-fr4j89 {
    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-fr4j89.kinbet-xn4vs1 + .kinbet-gxpiwi svg {
  transform: rotate(180deg);
}

.kinbet-csm0z6 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.kinbet-csm0z6 > div:nth-child(3n) {
  grid-column: span 2;
}

.kinbet-csm0z6
  > div:nth-child(3n)
  .kinbet-7dh5io
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .kinbet-csm0z6 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .kinbet-csm0z6 > div:nth-child(3n) {
    grid-column: unset;
  }

  .kinbet-csm0z6
    > div:nth-child(3n)
    .kinbet-7dh5io
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .kinbet-csm0z6 {
    max-width: 270px;
  }
}

.kinbet-csm0z6 .kinbet-7dh5io button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .kinbet-csm0z6 .kinbet-7dh5io button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .kinbet-csm0z6 .kinbet-7dh5io button {
    max-width: 104px;
  }
}

.kinbet-lljdky {
  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-lljdky {
    margin-bottom: 0;
  }
}

.kinbet-hbo0zs {
  display: none;
  opacity: 0;
}

.kinbet-1j1g2m {
  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-1j1g2m img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.kinbet-7dh5io {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.kinbet-7dh5io 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-7dh5io
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .kinbet-7dh5io
    button {
    max-width: 145px;
  }
}

.kinbet-a8p0ew:first-child
  .kinbet-7dh5io
  button {
  max-width: 270px;
}

.kinbet-jni7cg {
  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-lljdky picture {
  width: 100%;
  max-width: 100%;
}

.kinbet-fag6sk {
  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-fag6sk svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.kinbet-lljdky:hover .kinbet-fag6sk {
  display: flex;
}

.kinbet-4rip4m {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.kinbet-64o8ez {
  display: flex;
}

.kinbet-64o8ez:hover .kinbet-bs980m,
.kinbet-64o8ez .kinbet-yd9ein .kinbet-bs980m {
  display: flex;
}

.kinbet-64o8ez svg {
  flex-shrink: 0;
}

.kinbet-bs980m {
  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-bs980m {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.kinbet-bs980m:hover {
  display: flex;
}

.kinbet-bs980m svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.kinbet-lnow9v {
  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-lnow9v {
    font-size: 12px;
  }
}

.kinbet-h5sqsl,
.kinbet-fhjooy {
  width: 50%;
  flex-shrink: 0;
}

.kinbet-h5sqsl {
  font-weight: 700;
}

.kinbet-lz01qh .kinbet-fr4j89 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .kinbet-lz01qh .kinbet-fr4j89 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .kinbet-lz01qh .kinbet-fr4j89 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.kinbet-lz01qh
  .kinbet-jni7cg:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.kinbet-lz01qh .kinbet-1j1g2m {
  height: 100% !important;
  border-radius: 16px;
}

.kinbet-lz01qh .kinbet-7dh5io {
  gap: 4px;
  align-items: center;
}

.kinbet-lz01qh .kinbet-7dh5io button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kinbet-lz01qh .kinbet-7dh5io svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.kinbet-lz01qh .kinbet-yb5a1t,
.kinbet-lz01qh .kinbet-xu7t86 {
  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-npnsox.org/2000/svg'%3E%3Cpath d='M9.kinbet-b4rc27 4.kinbet-iwelm2.kinbet-n0o7s0 5.kinbet-7pskvg.kinbet-loocs8 5.kinbet-ph6ppa.kinbet-td1mu4 5.kinbet-29lakv.kinbet-yv21ez 8.kinbet-ugsz2w.kinbet-kf9234 9.kinbet-v516rf.kinbet-26nm85 9.kinbet-2c48ib.kinbet-al239o 13.kinbet-8bv370.kinbet-vc7agm 11.kinbet-x8ii6p.kinbet-tzgn27 11.kinbet-wtdoma.kinbet-mwllgq 11.kinbet-m53y4i.kinbet-ajmum4 13.kinbet-ccyv4f.kinbet-6elcav 9.kinbet-cstbet.kinbet-wlux6c 9.kinbet-z18i8m.kinbet-k22qlb 8.kinbet-q2uaaj.kinbet-g4o6u7 5.kinbet-luv12a.kinbet-3ayhmg 5.kinbet-ogqlml.kinbet-hp9hv1 5.kinbet-l2ly4v.kinbet-fy1zmr 4.kinbet-ktlw0e.kinbet-tzgn27 1.kinbet-tehvvj.kinbet-b4rc27 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.kinbet-lz01qh .kinbet-yb5a1t {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.kinbet-lz01qh .kinbet-xu7t86 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.kinbet-w35l1r {
  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-w35l1r {
    padding: 24px;
  }
}

.kinbet-w35l1r .kinbet-gxpiwi {
  display: flex;
}

@media (min-width: 768px) {
  .kinbet-w35l1r .kinbet-gxpiwi {
    display: none;
  }
}

.kinbet-w35l1r .kinbet-rtn5i2 svg {
  display: none;
}

.kinbet-hfl80y {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.kinbet-hfl80y .kinbet-0cxwb7 {
  display: none;
}

@media (min-width: 768px) {
  .kinbet-hfl80y .kinbet-0cxwb7 {
    display: flex;
  }
}

.kinbet-3aomzo {
  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-3aomzo {
    font-size: 40px;
    line-height: 48px;
  }
}

.kinbet-3aomzo > * {
  margin: 0 !important;
}

.kinbet-3aomzo img,
.kinbet-5s0rxb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .kinbet-3aomzo img,
  .kinbet-5s0rxb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.kinbet-bu9g5v {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .kinbet-bu9g5v {
    width: 32px;
    height: 32px;
  }
}

.kinbet-pcjbu6 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .kinbet-pcjbu6 {
    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-pcjbu6::-webkit-scrollbar {
    display: none;
  }
}

.kinbet-na40jn {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .kinbet-na40jn {
    padding: 7px 15px;
  }
}

.kinbet-na40jn:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.kinbet-uf01cn {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .kinbet-uf01cn {
    display: flex;
    opacity: 1;
  }
}

.kinbet-na40jn picture {
  height: 100%;
  display: block;
}

.kinbet-na40jn img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .kinbet-na40jn img {
    width: 88px;
    height: 44px;
  }
}

.kinbet-na40jn p {
  text-align: center;
  width: 100%;
}

.kinbet-jmjg56 {
  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-jmjg56 {
    font-size: 40px;
    line-height: 48px;
  }
}

.kinbet-jmjg56 img,
.kinbet-kybke7 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .kinbet-jmjg56 img,
  .kinbet-kybke7 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.kinbet-dbcowc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .kinbet-dbcowc {
    width: 32px;
    height: 32px;
  }
}

.kinbet-t4b8cn {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.kinbet-zpxkuu {
  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-6k1oi6 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.kinbet-6k1oi6.kinbet-yd9ein {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.kinbet-fkv6uj {
  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-fkv6uj {
    font-size: 20px;
    line-height: 28px;
  }
}

.kinbet-zx1w8t {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.kinbet-c79snh {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.kinbet-v7ui1y ease;
  opacity: 0;
  color: var(--text-color);
}

.kinbet-trs258 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.kinbet-trs258 ol,
.kinbet-trs258 ul {
  padding-left: 1.3em;
}

.kinbet-6k1oi6.kinbet-yd9ein .kinbet-c79snh {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.kinbet-6k1oi6.kinbet-yd9ein .kinbet-zx1w8t {
  transform: rotate(180deg);
  color: var(--text-color);
}

.kinbet-w9okk0 {
  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-w9okk0 {
    padding: 24px;
  }
}

.kinbet-w9okk0 .kinbet-gxpiwi {
  display: flex;
}

@media (min-width: 768px) {
  .kinbet-w9okk0 .kinbet-gxpiwi {
    display: none;
  }
}

.kinbet-w9okk0 .kinbet-rtn5i2 svg {
  display: none;
}

.kinbet-8sb7z6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kinbet-8sb7z6 .kinbet-0cxwb7 {
  display: none;
}

@media (min-width: 768px) {
  .kinbet-8sb7z6 .kinbet-0cxwb7 {
    display: flex;
  }
}

.kinbet-10gyvs {
  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-10gyvs {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.kinbet-10gyvs > * {
  margin: 0 !important;
}

.kinbet-10gyvs img,
.kinbet-iwsgvp {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .kinbet-10gyvs img,
  .kinbet-iwsgvp {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.kinbet-gyj383 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .kinbet-gyj383 {
    width: 32px;
    height: 32px;
  }
}

.kinbet-138kcl {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .kinbet-138kcl {
    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-138kcl::-webkit-scrollbar {
    display: none;
  }
}

.kinbet-7m2421 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.kinbet-7m2421:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.kinbet-srwuf5 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .kinbet-srwuf5 {
    display: flex;
    opacity: 1;
  }
}

.kinbet-7m2421 picture {
  width: auto;
  height: 100%;
  display: block;
}

.kinbet-7m2421 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.kinbet-hsrax1 {
  margin: -24px 0;
}

.kinbet-hsrax1:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .kinbet-hsrax1 {
    margin: -16px 0;
  }
}

.kinbet-9qee6k {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .kinbet-9qee6k {
    flex-direction: row;
  }
}

.kinbet-1xz8xl {
  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-1xz8xl {
    flex: 1;
  }
}

.kinbet-1xz8xl::placeholder {
  color: var(--Text-400);
}

.kinbet-aj3gjc {
  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-61d9f3 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.kinbet-61d9f3::-webkit-scrollbar {
  display: none;
}

.kinbet-v32eip {
  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-v32eip img,
.kinbet-v32eip svg {
  margin-right: 8px;
}

.kinbet-tt34zn {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.kinbet-hsrax1 + .kinbet-vgtefm {
  margin-top: 0;
}

@media (min-width: 768px) {
  .kinbet-hsrax1 + .kinbet-vgtefm {
    margin-top: -16px;
  }
}

.kinbet-0rauwx {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.kinbet-0rauwx > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.kinbet-0rauwx > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.kinbet-rf0tpt {
  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-mw96m0 {
  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-z71csa {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.kinbet-u3k96o {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.kinbet-89cksd {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.kinbet-rf0tpt 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-rf0tpt 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-rf0tpt {
    padding: 39px 179px 39px 39px;
  }

  .kinbet-mw96m0 {
    font-size: 40px;
    line-height: 48px;
  }

  .kinbet-89cksd {
    height: 348px;
  }

  .kinbet-rf0tpt button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .kinbet-rf0tpt button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .kinbet-rf0tpt {
    padding: 63px;
  }
}

.kinbet-xtty67 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .kinbet-xtty67 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.kinbet-mohcjh {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .kinbet-mohcjh {
    width: auto;
  }
}

.kinbet-avdjwp {
  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-avdjwp::-webkit-scrollbar {
  display: none;
}

.kinbet-avdjwp 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-avdjwp a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .kinbet-avdjwp {
    margin-left: 16px;
    margin-top: 0;
  }
}

.kinbet-xtty67 .kinbet-713l4w {
  -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-v7ui1y,
    mask-image 0.3s;
}

.kinbet-xtty67 .kinbet-713l4w.kinbet-cem5vz {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.kinbet-qgczfy {
  margin: 40px -16px;
}

.kinbet-w8y8h5 + .kinbet-nj2mjg,
.kinbet-w8y8h5 + .kinbet-2e6epl {
  margin-top: 24px;
}

.kinbet-t1ikku {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.kinbet-t1ikku picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.kinbet-8uspet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .kinbet-8uspet {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .kinbet-8uspet {
    margin-top: 0;
  }
}

.kinbet-4oom4s {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .kinbet-4oom4s {
    font-size: 24px;
    line-height: 32px;
  }
}

.kinbet-ckem5e {
  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-ckem5e {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.kinbet-qfok95 {
  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-qfok95 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.kinbet-boxpms {
  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-boxpms {
    font-size: 20px;
    line-height: 28px;
  }
}

.kinbet-2csdbx {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .kinbet-2csdbx {
    font-size: 32px;
    line-height: 40px;
  }
}

.kinbet-c48qvv {
  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-s9i9fh {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.kinbet-s9i9fh img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.kinbet-vgtefm {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.kinbet-byaxce {
  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-byaxce {
    padding: 15px 48px;
  }
}

main > .kinbet-vgtefm {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .kinbet-fr4j89.kinbet-r4ua16 > div:nth-child(n+5) {
    display: none;
  }
}

.kinbet-prtaju p a img {
  display: block;
  margin: 0 auto;
}


.kinbet-qyjwpe {
  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-vky7rs {
  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-vky7rs label {
  font-size: 14px;
}

.kinbet-vky7rs h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.kinbet-vky7rs input,
.kinbet-vky7rs textarea,
.kinbet-vky7rs 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-vky7rs button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.kinbet-reru2g ease;
}
.kinbet-vky7rs button:hover {
  background-color: var(--button-bg-hover);
}
.kinbet-tuxwbs {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.kinbet-tja0od ease-in;
}

.kinbet-tuxwbs 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-ly7f6d, .kinbet-6qovtp, [class*="review-card"],
thead, thead th, table th, .kinbet-aslf7w,
.kinbet-vxm9qa, [class*="collapsible-header"],
.kinbet-hf4d1o, [class*="updated-block"] {
  color: #ece7dc !important;
}

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