html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.kinbet-qdhu8a {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-qdhu8a {
    padding: 54px 0 0;
  }
}

.kinbet-jqm55y {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .kinbet-jqm55y:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.kinbet-7cjw3i {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .kinbet-7cjw3i {
    margin: 20px auto 100px;
  }
}

.kinbet-7cjw3i h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-7cjw3i h1 {
    font-size: 120px;
  }
}

.kinbet-7cjw3i p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.kinbet-1j1snm {
  cursor: pointer;
}

.kinbet-fta9lo {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.kinbet-rldfzo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.kinbet-rldfzo figure {
  margin: 0;
}

.kinbet-rldfzo.kinbet-hlw9qp {
  justify-content: flex-start;
  margin-right: 4px;
}

.kinbet-rldfzo.kinbet-3tjhz3 {
  justify-content: flex-end;
  margin-left: 4px;
}

.kinbet-rldfzo.kinbet-w2cnum {
  justify-content: center;
}

.kinbet-rldfzo.kinbet-e7s47e {
  justify-content: normal;
}

.kinbet-t6slmy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .kinbet-t6slmy {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-t6slmy {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.kinbet-3c8hp7 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .kinbet-3c8hp7 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.kinbet-ji1w9w {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .kinbet-ji1w9w {
    flex-direction: column;
  }
}

.kinbet-hzz8jn {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.kinbet-hzz8jn img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .kinbet-hzz8jn {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.kinbet-x1jhm0 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.kinbet-x1jhm0 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .kinbet-x1jhm0 ul {
    margin-bottom: 15px;
  }
}

.kinbet-x1jhm0 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.kinbet-x1jhm0 ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.kinbet-x1jhm0 ul li span svg {
  fill: var(--title-color);
}

.kinbet-x1jhm0 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .kinbet-x1jhm0 ul li small {
    font-size: 12px;
  }
}

.kinbet-x1jhm0 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.kinbet-x1jhm0 ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-x1jhm0 {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.kinbet-8tct0s {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .kinbet-8tct0s {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.kinbet-rjb0fs {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.kinbet-jackfv {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.kinbet-2ipi9g ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-jackfv {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .kinbet-jackfv:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.kinbet-jackfv.kinbet-4ha79a {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .kinbet-jackfv.kinbet-4ha79a:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.kinbet-thb7cz {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .kinbet-thb7cz {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-thb7cz {
    padding: 50px 16px 68px;
  }
}

.kinbet-nzctlm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .kinbet-nzctlm {
    flex-direction: column;
  }
}

.kinbet-frhb96 {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .kinbet-frhb96 {
    margin-bottom: 40px;
  }
}

.kinbet-wvn7t2 .kinbet-pfed7c {
  margin-bottom: 28px;
}

.kinbet-wvn7t2 .kinbet-pfed7c img {
  max-height: 100px;
  width: auto;
}

.kinbet-nc5joe {
  display: flex;
  align-items: center;
}

.kinbet-nc5joe a + a {
  margin-left: 24px;
}

.kinbet-nc5joe img {
  max-height: 56px;
  width: auto;
}

.kinbet-nc5joe img + img {
  margin-left: 24px;
}

.kinbet-m75onh {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .kinbet-m75onh {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.kinbet-gvfb7r {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .kinbet-gvfb7r {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.kinbet-axj2uf {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-axj2uf {
    flex-wrap: wrap;
  }
}

.kinbet-axj2uf li {
  display: flex;
  margin: 0 7px;
}

.kinbet-axj2uf li svg {
  transition: 0.kinbet-2ipi9g ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .kinbet-axj2uf li:hover svg {
    transform: scale(1.2);
  }
}

.kinbet-9lgvwa {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.kinbet-cakqmo + .kinbet-cakqmo {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .kinbet-cakqmo + .kinbet-cakqmo {
    margin: 36px 0 0;
  }
}

.kinbet-k4lggo {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.kinbet-ah55kb {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kinbet-ah55kb li {
  font-size: 16px;
}

.kinbet-ah55kb li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .kinbet-ah55kb li a:hover {
    text-decoration: underline;
  }
}

.kinbet-ah55kb li + li {
  margin-top: 16px;
}

.kinbet-iupsb3 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.kinbet-gpmjsl ease-in-out;
}

.kinbet-iupsb3.kinbet-eb5t73 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.kinbet-1spulr {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.kinbet-1spulr h1,
.kinbet-1spulr h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .kinbet-1spulr h1,
  .kinbet-1spulr h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .kinbet-1spulr {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-1spulr {
    margin-bottom: 60px;
  }
}

.kinbet-aebjhq {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .kinbet-aebjhq {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.kinbet-aebjhq li {
  width: 100%;
}

.kinbet-aebjhq li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.kinbet-2ipi9g ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.kinbet-aebjhq li a svg {
  fill: var(--button-text-color);
}

.kinbet-aebjhq li a.kinbet-eb5t73 {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .kinbet-aebjhq li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-aebjhq li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .kinbet-aebjhq li a img {
    max-width: 16px;
  }
}

.kinbet-htb5st {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .kinbet-htb5st {
    margin: 0 -5px;
  }
}

.kinbet-ew2fh3 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.kinbet-ew2fh3 span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.kinbet-ew2fh3 small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .kinbet-ew2fh3 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .kinbet-ew2fh3 span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.kinbet-rhh13u {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.kinbet-rhh13u img {
  width: 100%;
  transition: 0.kinbet-2ipi9g ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .kinbet-rhh13u:hover img {
    transform: scale(1.1);
  }
}

.kinbet-wh3cl9 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .kinbet-wh3cl9 {
    height: 54px;
  }
}

.kinbet-w1elii {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .kinbet-w1elii {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .kinbet-w1elii {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-w1elii .kinbet-pfed7c img {
    max-width: 90px;
  }
}

.kinbet-pfed7c img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .kinbet-pfed7c {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .kinbet-ourx16 {
    display: none;
  }
  .kinbet-ourx16::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.kinbet-oll8zk {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.kinbet-oll8zk li {
  font-size: 16px;
  margin: 0 20px;
}

.kinbet-oll8zk li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .kinbet-oll8zk li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .kinbet-oll8zk {
    display: block;
  }
  .kinbet-oll8zk li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .kinbet-oll8zk li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .kinbet-oll8zk li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .kinbet-oll8zk li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.kinbet-w1wqas {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .kinbet-w1wqas {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .kinbet-w1wqas {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-w1wqas {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.kinbet-w1wqas.kinbet-kwj6d9 {
  margin-right: 0;
}

.kinbet-xhtnb1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .kinbet-xhtnb1 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .kinbet-xhtnb1:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.kinbet-f3rzgv {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .kinbet-f3rzgv:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-f3rzgv {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.kinbet-u5j4qf {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .kinbet-u5j4qf {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.kinbet-u5j4qf:hover > ul {
  display: flex;
}

.kinbet-u5j4qf:focus > ul {
  display: flex;
}

.kinbet-u5j4qf:focus-within > ul {
  display: flex;
}

.kinbet-di44d7 {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.kinbet-di44d7::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.kinbet-gpmjsl ease-in-out;
}

@media only screen and (max-width: 767px) {
  .kinbet-di44d7 {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .kinbet-di44d7 img {
    max-width: 20px;
  }
}

.kinbet-u5j4qf ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.kinbet-2ipi9g ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-u5j4qf ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.kinbet-u5j4qf ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.kinbet-2ipi9g ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .kinbet-u5j4qf ul li {
    padding: 5px;
  }
}

.kinbet-u5j4qf ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .kinbet-u5j4qf ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-u5j4qf ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .kinbet-u5j4qf ul li a img {
    max-width: 20px;
  }
}

.kinbet-9pbw1f {
  display: none;
}

.kinbet-e3dqkk {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .kinbet-e3dqkk {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.kinbet-e3dqkk span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .kinbet-9pbw1f:checked ~ .kinbet-ourx16 {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .kinbet-ourx16 {
    display: none;
    transition: display 0.kinbet-2ipi9g ease-in-out;
  }
  .kinbet-9pbw1f:checked ~ .kinbet-ourx16 {
    display: block;
  }
  .kinbet-9pbw1f:checked + .kinbet-e3dqkk span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .kinbet-9pbw1f:checked + .kinbet-e3dqkk span:nth-child(2) {
    display: none;
  }
  .kinbet-9pbw1f:checked + .kinbet-e3dqkk span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.kinbet-ippsk1 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-ippsk1 {
    padding: 0 16px;
  }
}

.kinbet-ippsk1 img {
  margin-bottom: 20px;
}

.kinbet-ippsk1 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .kinbet-ippsk1 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-ippsk1 {
    margin-bottom: 60px;
  }
}

.kinbet-oub2n1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .kinbet-oub2n1 {
    font-size: 32px;
  }
}

.kinbet-2tzmfn {
  color: var(--text-color);
}

.kinbet-ixz2pr {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .kinbet-ixz2pr {
    font-size: 16px;
    line-height: 140%;
  }
}

.kinbet-ixz2pr p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.kinbet-ixz2pr p img {
  display: block;
  margin: 0 auto;
}

.kinbet-ixz2pr p:first-of-type {
  margin-top: 0;
}

.kinbet-ixz2pr p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-ixz2pr p {
    font-size: 18px;
    line-height: 140%;
  }
}

.kinbet-ixz2pr ul {
  padding: 0 0 0 20px;
}

.kinbet-ixz2pr table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.kinbet-ixz2pr table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-ixz2pr table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.kinbet-ixz2pr table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-ixz2pr table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.kinbet-ixz2pr table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.kinbet-ixz2pr iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .kinbet-ixz2pr iframe {
    height: 200px;
  }
}

.kinbet-w89f8n {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-w89f8n {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-w89f8n {
    margin-bottom: 60px;
  }
}

.kinbet-jvth5y {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-jvth5y {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.kinbet-jvth5y h1,
.kinbet-jvth5y h2,
.kinbet-jvth5y h3,
.kinbet-jvth5y h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-jvth5y h1,
  .kinbet-jvth5y h2,
  .kinbet-jvth5y h3,
  .kinbet-jvth5y h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.kinbet-jsacl6 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-jsacl6 {
    flex-direction: column-reverse;
  }
}

.kinbet-jsacl6 .kinbet-2j6vpm {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-jsacl6 .kinbet-2j6vpm {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.kinbet-jsacl6 .kinbet-930wsn {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .kinbet-jsacl6 .kinbet-930wsn {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .kinbet-jsacl6 .kinbet-930wsn img {
    width: 100%;
  }
}

.kinbet-930wsn {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-930wsn {
    margin-bottom: 18px;
  }
}

.kinbet-2j6vpm {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-2j6vpm {
    margin-bottom: 18px;
  }
}

.kinbet-w89f8n h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-w89f8n h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.kinbet-w89f8n .kinbet-jqm55y {
  margin-top: 30px;
  margin-bottom: 30px;
}

.kinbet-gf8juw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .kinbet-gf8juw {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-gf8juw {
    margin-bottom: 60px;
  }
}

.kinbet-1wx3zj {
  position: relative;
  border: none;
}

.kinbet-1wx3zj::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.kinbet-f5ffvt {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.kinbet-f5ffvt span {
  height: 32px;
}

.kinbet-f5ffvt span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.kinbet-f5ffvt.kinbet-zqxxvo span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .kinbet-f5ffvt {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.kinbet-809a38 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.kinbet-809a38 li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-809a38 li {
    font-size: 16px;
  }
}

.kinbet-809a38 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.kinbet-2ipi9g ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .kinbet-809a38 li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-809a38 li a {
    padding: 12px 14px;
  }
}

.kinbet-809a38.kinbet-k9yl9t {
  display: none;
}

.kinbet-7x7l7r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.kinbet-7x7l7r table {
  width: 100%;
  border-collapse: collapse;
}

.kinbet-7x7l7r table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .kinbet-7x7l7r table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .kinbet-7x7l7r table td {
    min-width: 75px;
  }
}

.kinbet-7x7l7r table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-7x7l7r table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.kinbet-7x7l7r table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.kinbet-7x7l7r p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .kinbet-7x7l7r p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .kinbet-7x7l7r {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-7x7l7r {
    margin-bottom: 60px;
  }
}

.kinbet-5ecan6 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-5ecan6 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.kinbet-htmgzg {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .kinbet-htmgzg {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.kinbet-htmgzg tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .kinbet-htmgzg tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.kinbet-htmgzg tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.kinbet-i0z5ze table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.kinbet-i0z5ze table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.kinbet-i0z5ze p {
  color: var(--text-color);
}

.kinbet-kcqa1i {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-kcqa1i {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-kcqa1i {
    margin-bottom: 60px;
  }
}

.kinbet-eknjsg {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.kinbet-y99drh {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-y99drh {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-y99drh {
    margin-bottom: 60px;
  }
}

.kinbet-xef7xc {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.kinbet-xef7xc h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .kinbet-xef7xc h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.kinbet-xef7xc p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.kinbet-xef7xc p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .kinbet-xef7xc p {
    font-size: 16px;
  }
}

.kinbet-xdcyuo {
  display: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-xdcyuo {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.kinbet-acw6iy {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.kinbet-acw6iy li {
  margin: 0 20px;
}

.kinbet-acw6iy li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.kinbet-acw6iy li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .kinbet-acw6iy li a:hover {
    color: #2ab765;
  }
}

.kinbet-a3idbw {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .kinbet-a3idbw {
    padding: 0 16px;
  }
}

.kinbet-a3idbw li {
  font-size: 16px;
  position: relative;
}

.kinbet-a3idbw li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .kinbet-a3idbw li a:hover {
    text-decoration: underline;
  }
}

.kinbet-a3idbw li span {
  opacity: 0.5;
}

.kinbet-a3idbw li + li {
  margin-left: 30px;
}

.kinbet-a3idbw li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.kinbet-jvth5y {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.kinbet-jvth5y {
    margin-bottom: 18px;
  }
}

.kinbet-k5v5pv {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.kinbet-k5v5pv tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.kinbet-k5v5pv tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.kinbet-k5v5pv tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.kinbet-k5v5pv tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.kinbet-k5v5pv tbody tr:last-of-type {
  margin-bottom: 0;
}

.kinbet-k5v5pv tbody tr td:first-of-type {
  flex-shrink: 0;
}

.kinbet-k5v5pv tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.kinbet-k5v5pv tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.kinbet-k5v5pv tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .kinbet-k5v5pv tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.kinbet-k5v5pv tbody tr td .kinbet-jv8oxy {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .kinbet-k5v5pv tbody tr td .kinbet-jv8oxy {
    width: 100%;
  }
}

.kinbet-k5v5pv tbody tr td .kinbet-2s0jep {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.kinbet-2ipi9g ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .kinbet-k5v5pv tbody tr td .kinbet-2s0jep:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-k5v5pv tbody tr td .kinbet-2s0jep {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .kinbet-k5v5pv tbody tr td .kinbet-2s0jep {
    width: 100%;
  }
}

.kinbet-k5v5pv tbody tr td .kinbet-zrag57 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .kinbet-k5v5pv tbody tr td .kinbet-zrag57:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-k5v5pv tbody tr {
    flex-direction: column;
  }
}

.kinbet-k5v5pv tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.kinbet-ww7jlg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-ww7jlg {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-ww7jlg {
    margin: 0 auto 60px;
  }
}

.kinbet-am8dsj {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-am8dsj {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.kinbet-5ynlh2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .kinbet-5ynlh2 {
    margin: 0 -5px;
  }
}

.kinbet-o9gxc4 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.kinbet-o9gxc4 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.kinbet-2ipi9g ease-in-out;
}

.kinbet-o9gxc4 p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .kinbet-o9gxc4:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .kinbet-o9gxc4 {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-o9gxc4 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .kinbet-o9gxc4 p {
    font-size: 16px;
  }
}

.kinbet-ci7xvg {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .kinbet-ci7xvg {
    height: 190px;
    margin: 20px auto;
  }
}

.kinbet-ci7xvg img {
  width: 100%;
  height: 100%;
}

.kinbet-ci7xvg iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .kinbet-ci7xvg iframe {
    height: 190px;
  }
}

.kinbet-l5jwuz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.kinbet-l5jwuz::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.kinbet-e4vcd3 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.kinbet-e4vcd3 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.kinbet-2ipi9g ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .kinbet-e4vcd3:hover svg {
    transform: scale(1.1);
  }
}

.kinbet-kue159 {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-kue159 {
    padding: 40px 0;
  }
}

.kinbet-tbyok1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .kinbet-tbyok1 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .kinbet-tbyok1 {
    flex-direction: column-reverse;
  }
}

.kinbet-mpkl8w {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.kinbet-mpkl8w img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .kinbet-mpkl8w {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-mpkl8w {
    margin: 10px 0 0;
  }
}

.kinbet-01hw9z {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.kinbet-01hw9z h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .kinbet-01hw9z {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-01hw9z {
    padding: 24px 10px;
  }
}

.kinbet-6t0uvd {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.kinbet-2ipi9g ease-in-out;
}

.kinbet-6t0uvd:hover {
  border: 1px solid #8c8ca2;
}

.kinbet-d3p7dr {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.kinbet-d3p7dr:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.kinbet-gyg9bx {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.kinbet-gyg9bx a {
  text-decoration: underline;
  color: #8babff;
}

.kinbet-9xbz00 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.kinbet-9xbz00 .kinbet-6t0uvd {
  width: 50%;
  margin: 0;
}

.kinbet-dxnxdb {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.kinbet-dxnxdb:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.kinbet-dahwdw {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-dahwdw {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-dahwdw {
    margin: 0 0 60px;
  }
}

.kinbet-oqphbq {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-oqphbq {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.kinbet-7fwir8 {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .kinbet-7fwir8 {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.kinbet-f8i2cq {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .kinbet-f8i2cq {
    flex-basis: auto;
    max-width: 100%;
  }
}

.kinbet-9nvvc3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-9nvvc3 {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.kinbet-9nvvc3 a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.kinbet-2ipi9g ease-in-out;
}

@media only screen and (max-width: 767px) {
  .kinbet-9nvvc3 a {
    margin: 1px 0 4px;
  }
}

.kinbet-9nvvc3 a svg {
  fill: #fff;
}

.kinbet-9nvvc3 a:hover {
  background: #3d68e7;
}

.kinbet-jszxc5 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.kinbet-i37pcr {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .kinbet-i37pcr {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.kinbet-huft5s {
  font-size: 16px;
  color: var(--text-color);
}

.kinbet-vcwve1 {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-vcwve1 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-vcwve1 {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .kinbet-vcwve1 {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.kinbet-9oj6u7 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.kinbet-9oj6u7 h1,
.kinbet-9oj6u7 h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-9oj6u7 h1,
  .kinbet-9oj6u7 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .kinbet-9oj6u7 {
    margin: 0;
    padding-right: 20px;
  }
}

.kinbet-yhl1cg {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.kinbet-yhl1cg h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-yhl1cg h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.kinbet-yhl1cg h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .kinbet-yhl1cg h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.kinbet-yhl1cg table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.kinbet-yhl1cg table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-yhl1cg table tr td {
    padding: 12px 4px;
  }
}

.kinbet-yhl1cg table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-yhl1cg table tr th {
    padding: 12px 4px;
  }
}

.kinbet-yhl1cg table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .kinbet-yhl1cg {
    margin: 0;
  }
}

.kinbet-0k94qw {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .kinbet-0k94qw {
    min-height: 190px;
  }
}

.kinbet-huoaq8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.kinbet-huoaq8::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.kinbet-gnxnr2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.kinbet-gnxnr2.kinbet-4j98v9 {
  display: none;
}

.kinbet-w0q6ik {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.kinbet-w0q6ik iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kinbet-w0q6ik iframe.kinbet-a98x8y {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.kinbet-w0q6ik.kinbet-4a6d3t {
  opacity: 1;
  pointer-events: all;
}

.kinbet-0i0qt2 {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.kinbet-2ipi9g ease-in-out;
}

.kinbet-0i0qt2 svg {
  margin-right: 10px;
}

.kinbet-0i0qt2 + .kinbet-0i0qt2 {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .kinbet-0i0qt2:hover {
    background: #a8a6b3;
  }
}

.kinbet-y7ojdc {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .kinbet-y7ojdc:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-0i0qt2 {
    height: 42px;
    max-width: 220px;
  }
}

.kinbet-vcwve1 .kinbet-w89f8n {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.kinbet-vcwve1 .kinbet-w89f8n h1,
.kinbet-vcwve1 .kinbet-w89f8n h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .kinbet-vcwve1 .kinbet-w89f8n h1,
  .kinbet-vcwve1 .kinbet-w89f8n h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .kinbet-vcwve1 .kinbet-w89f8n {
    margin: 28px 0 0;
  }
}

.kinbet-8zeywo {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .kinbet-8zeywo {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .kinbet-8zeywo {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-8zeywo {
    margin: 20px auto 60px;
  }
}

.kinbet-ozy3kq {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .kinbet-ozy3kq {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-ozy3kq {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.kinbet-zqfqwr {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.kinbet-zqfqwr iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kinbet-ojsj1g {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.kinbet-ojsj1g h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .kinbet-ojsj1g h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-ojsj1g h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .kinbet-ojsj1g {
    max-width: 100%;
    margin: 0;
  }
}

.kinbet-0z5qgl {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .kinbet-0z5qgl {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.kinbet-r08dtl {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .kinbet-r08dtl {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.kinbet-53qwd5 {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.kinbet-53qwd5 span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .kinbet-53qwd5 {
    margin: 0;
  }
  .kinbet-53qwd5:last-of-type {
    margin-top: 4px;
  }
}

.kinbet-24wg6x {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .kinbet-24wg6x {
    padding: 10px;
  }
}

.kinbet-24wg6x .kinbet-jqm55y {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .kinbet-24wg6x .kinbet-jqm55y {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .kinbet-24wg6x {
    flex-wrap: wrap;
  }
}

.kinbet-ld5n1m {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.kinbet-ld5n1m img {
  width: 100%;
}

.kinbet-dpwejj {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .kinbet-dpwejj {
    max-width: 200px;
    margin: 0;
  }
}

.kinbet-hsb126 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.kinbet-iuozzj {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.kinbet-7qatcz {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .kinbet-7qatcz {
    margin: 0 0 60px;
  }
}

.kinbet-7qatcz .kinbet-xy8o19 {
  position: relative;
}

.kinbet-7qatcz .kinbet-4e287n {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.kinbet-7qatcz .kinbet-4e287n.kinbet-4j98v9 {
  display: none;
}

.kinbet-7qatcz .kinbet-10zoni {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .kinbet-7qatcz .kinbet-10zoni {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .kinbet-7qatcz .kinbet-10zoni {
    bottom: 90px;
  }
}

.kinbet-7qatcz .kinbet-10zoni .kinbet-baqw0c {
  max-width: 300px;
  width: 100%;
}

.kinbet-7qatcz .kinbet-10zoni .kinbet-baqw0c .kinbet-g8yhof {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-7qatcz .kinbet-10zoni .kinbet-baqw0c .kinbet-g8yhof {
    font-size: 32px;
    text-align: center;
  }
}

.kinbet-7qatcz .kinbet-10zoni .kinbet-baqw0c .kinbet-sj4lri {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-7qatcz .kinbet-10zoni .kinbet-baqw0c .kinbet-sj4lri {
    text-align: center;
  }
}

.kinbet-7qatcz .kinbet-10zoni .kinbet-kwj6d9 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .kinbet-7qatcz .kinbet-10zoni .kinbet-kwj6d9 {
    flex-direction: column-reverse;
  }
}

.kinbet-7qatcz .kinbet-10zoni .kinbet-kwj6d9 .kinbet-zjctq4 {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.kinbet-2ipi9g ease-in-out;
}

.kinbet-7qatcz .kinbet-10zoni .kinbet-kwj6d9 .kinbet-zjctq4:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .kinbet-7qatcz .kinbet-10zoni .kinbet-kwj6d9 .kinbet-zjctq4 {
    width: 100%;
  }
}

.kinbet-7qatcz .kinbet-10zoni .kinbet-kwj6d9 .kinbet-xfjqtz {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.kinbet-2ipi9g ease-in-out;
  overflow: hidden;
}

.kinbet-7qatcz .kinbet-10zoni .kinbet-kwj6d9 .kinbet-xfjqtz span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.kinbet-7qatcz .kinbet-10zoni .kinbet-kwj6d9 .kinbet-xfjqtz:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.kinbet-7qatcz .kinbet-10zoni .kinbet-kwj6d9 .kinbet-xfjqtz:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .kinbet-7qatcz .kinbet-10zoni .kinbet-kwj6d9 .kinbet-xfjqtz {
    width: 100%;
  }
}

.kinbet-7qatcz .kinbet-10zoni.kinbet-4j98v9 {
  display: none;
}

.kinbet-7qatcz .kinbet-351sur {
  display: none;
}

.kinbet-7qatcz .kinbet-351sur.kinbet-4a6d3t {
  display: block;
}

.kinbet-7qatcz .kinbet-351sur iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .kinbet-7qatcz .kinbet-351sur iframe {
    height: calc(100vh - 54px);
  }
}

.kinbet-7qatcz .kinbet-q3wcj0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .kinbet-7qatcz .kinbet-q3wcj0 {
    padding: 24px 16px 0;
  }
}

.kinbet-7qatcz .kinbet-q3wcj0 .kinbet-g8yhof {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .kinbet-7qatcz .kinbet-q3wcj0 .kinbet-g8yhof {
    margin-bottom: 24px;
  }
}

.kinbet-7qatcz .kinbet-q3wcj0 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.kinbet-7qatcz .kinbet-q3wcj0 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-7qatcz .kinbet-q3wcj0 table tr td {
    padding: 12px 4px;
  }
}

.kinbet-7qatcz .kinbet-q3wcj0 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-7qatcz .kinbet-q3wcj0 table tr th {
    padding: 12px 4px;
  }
}

.kinbet-7qatcz .kinbet-q3wcj0 table tr:last-of-type td {
  border-bottom: none;
}

.kinbet-rqjf2r {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.kinbet-rqjf2r.kinbet-eb5t73 {
  display: block;
}

.kinbet-rqjf2r iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.kinbet-rqjf2r .kinbet-0ngizg {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.kinbet-rqjf2r .kinbet-65ku2k {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.kinbet-rqjf2r .kinbet-xfjqtz {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.kinbet-2ipi9g ease-in-out;
}

.kinbet-rqjf2r .kinbet-xfjqtz:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.kinbet-duigy8 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.kinbet-duigy8.kinbet-eb5t73 {
  display: block;
}

.kinbet-7zmwc1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.kinbet-c181v7 {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.kinbet-3g6eem {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .kinbet-c181v7 {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.kinbet-1re7be {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.kinbet-1re7be svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.kinbet-z0mq32 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.kinbet-lh15nc.kinbet-4j98v9 {
  display: none;
}

.kinbet-vql51v {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .kinbet-vql51v {
    margin-bottom: 20px;
  }
}

.kinbet-kirdg5 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.kinbet-kirdg5 span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.kinbet-kirdg5 small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.kinbet-kirdg5 input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.kinbet-2ipi9g ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.kinbet-kirdg5 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.kinbet-kirdg5 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.kinbet-kirdg5 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.kinbet-kirdg5 input:active {
  border-color: #c2c0ce;
}

.kinbet-kirdg5 input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .kinbet-kirdg5 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.kinbet-jhilf7 {
  margin-bottom: 36px;
}

.kinbet-jhilf7 textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.kinbet-jhilf7 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.kinbet-jhilf7 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .kinbet-jhilf7 {
    margin-bottom: 24px;
  }
}

.kinbet-bg9y3d {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.kinbet-tdf5gy {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.kinbet-2ipi9g ease-in-out;
}

.kinbet-tdf5gy:hover {
  background: var(--border-color);
}

.kinbet-9wfik7 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.kinbet-2ipi9g ease-in-out;
}

.kinbet-9wfik7:hover {
  background: #166ad9;
}

.kinbet-ps63k3 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.kinbet-ps63k3.kinbet-4j98v9 {
  display: none;
}

.kinbet-j3x2n5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.kinbet-ps63k3 .kinbet-tdf5gy {
  margin: 0 auto;
}

.kinbet-tte1s7 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .kinbet-tte1s7 {
    margin-bottom: 16px;
  }
}

.kinbet-gyl8cm {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.kinbet-z9pdmq {
  filter: grayscale(100%);
}

.kinbet-gyl8cm > input {
  display: none;
}

.kinbet-gyl8cm > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.kinbet-ru7w9x.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.kinbet-p12qyq 44.kinbet-2xiotr.kinbet-n853t8.kinbet-0svmr4.kinbet-8h84vo.kinbet-b6d7ud.kinbet-baru0p.kinbet-s803ad.kinbet-6e6b71.kinbet-xhxtkc.kinbet-a961qd.kinbet-e9fo20.kinbet-67nibk 0l-12.kinbet-j5e202 30.kinbet-6gl2us.kinbet-x2nlsr 2.kinbet-e7awig.kinbet-x2nlsr 3.kinbet-kb9qjk 3.kinbet-dxrnkf.kinbet-4pmdaz 3.kinbet-z9245v.kinbet-5vbtak.kinbet-635hj9.kinbet-4ehohs 7-3.kinbet-j5e202 10.kinbet-s20krc.kinbet-4ehohs 23.kinbet-vsiu10.kinbet-hf0bsg 1.kinbet-1z1t6a 2.kinbet-j5e202 3.kinbet-hf0bsg 1.kinbet-4pmdaz 5.kinbet-b26rw0.kinbet-4pmdaz 32.kinbet-t8rpz4.kinbet-5vbtak 5.kinbet-67nibk 4.kinbet-4ehohs 9.kinbet-4ehohs 8.kinbet-4pmdaz 6.kinbet-9csx2g.kinbet-c6orew.kinbet-3c5n8m.kinbet-bqe41b.kinbet-jklcop 4.kinbet-rqtdf4.kinbet-jklcop 6.kinbet-jklcop 0l29.kinbet-67nibk 17.kinbet-u769vf.kinbet-jong6a 2.kinbet-rxgmu0 10.kinbet-6mkglk.kinbet-j5e202 8.kinbet-sjgrpb.kinbet-d6hpbl.kinbet-wzk16l.kinbet-4daxv7.kinbet-dgk9tz.kinbet-5vbtak.kinbet-b6d7ud.kinbet-j5e202 1.kinbet-klmvfm.kinbet-32f5z3.kinbet-0lm3p3.kinbet-g5iw3x.kinbet-uqsgk8.kinbet-1z1t6a 1.kinbet-0rvloo.kinbet-937b7f.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.kinbet-gyl8cm > input:checked ~ label,
.kinbet-gyl8cm > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.kinbet-ru7w9x.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.kinbet-p12qyq 44.kinbet-2xiotr.kinbet-n853t8.kinbet-0svmr4.kinbet-8h84vo.kinbet-b6d7ud.kinbet-baru0p.kinbet-s803ad.kinbet-6e6b71.kinbet-xhxtkc.kinbet-a961qd.kinbet-e9fo20.kinbet-67nibk 0l-12.kinbet-j5e202 30.kinbet-6gl2us.kinbet-x2nlsr 2.kinbet-e7awig.kinbet-x2nlsr 3.kinbet-kb9qjk 3.kinbet-dxrnkf.kinbet-4pmdaz 3.kinbet-z9245v.kinbet-5vbtak.kinbet-635hj9.kinbet-4ehohs 7-3.kinbet-j5e202 10.kinbet-s20krc.kinbet-4ehohs 23.kinbet-vsiu10.kinbet-hf0bsg 1.kinbet-1z1t6a 2.kinbet-j5e202 3.kinbet-hf0bsg 1.kinbet-4pmdaz 5.kinbet-b26rw0.kinbet-4pmdaz 32.kinbet-t8rpz4.kinbet-5vbtak 5.kinbet-67nibk 4.kinbet-4ehohs 9.kinbet-4ehohs 8.kinbet-4pmdaz 6.kinbet-9csx2g.kinbet-c6orew.kinbet-3c5n8m.kinbet-bqe41b.kinbet-jklcop 4.kinbet-rqtdf4.kinbet-jklcop 6.kinbet-jklcop 0l29.kinbet-67nibk 17.kinbet-u769vf.kinbet-jong6a 2.kinbet-rxgmu0 10.kinbet-6mkglk.kinbet-j5e202 8.kinbet-sjgrpb.kinbet-d6hpbl.kinbet-wzk16l.kinbet-4daxv7.kinbet-dgk9tz.kinbet-5vbtak.kinbet-b6d7ud.kinbet-j5e202 1.kinbet-klmvfm.kinbet-32f5z3.kinbet-0lm3p3.kinbet-g5iw3x.kinbet-uqsgk8.kinbet-1z1t6a 1.kinbet-0rvloo.kinbet-937b7f.5z'/%3e%3c/svg%3e");
}

.kinbet-gyl8cm > input:not(:checked) ~ label:hover,
.kinbet-gyl8cm > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.kinbet-ru7w9x.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.kinbet-p12qyq 44.kinbet-2xiotr.kinbet-n853t8.kinbet-0svmr4.kinbet-8h84vo.kinbet-b6d7ud.kinbet-baru0p.kinbet-s803ad.kinbet-6e6b71.kinbet-xhxtkc.kinbet-a961qd.kinbet-e9fo20.kinbet-67nibk 0l-12.kinbet-j5e202 30.kinbet-6gl2us.kinbet-x2nlsr 2.kinbet-e7awig.kinbet-x2nlsr 3.kinbet-kb9qjk 3.kinbet-dxrnkf.kinbet-4pmdaz 3.kinbet-z9245v.kinbet-5vbtak.kinbet-635hj9.kinbet-4ehohs 7-3.kinbet-j5e202 10.kinbet-s20krc.kinbet-4ehohs 23.kinbet-vsiu10.kinbet-hf0bsg 1.kinbet-1z1t6a 2.kinbet-j5e202 3.kinbet-hf0bsg 1.kinbet-4pmdaz 5.kinbet-b26rw0.kinbet-4pmdaz 32.kinbet-t8rpz4.kinbet-5vbtak 5.kinbet-67nibk 4.kinbet-4ehohs 9.kinbet-4ehohs 8.kinbet-4pmdaz 6.kinbet-9csx2g.kinbet-c6orew.kinbet-3c5n8m.kinbet-bqe41b.kinbet-jklcop 4.kinbet-rqtdf4.kinbet-jklcop 6.kinbet-jklcop 0l29.kinbet-67nibk 17.kinbet-u769vf.kinbet-jong6a 2.kinbet-rxgmu0 10.kinbet-6mkglk.kinbet-j5e202 8.kinbet-sjgrpb.kinbet-d6hpbl.kinbet-wzk16l.kinbet-4daxv7.kinbet-dgk9tz.kinbet-5vbtak.kinbet-b6d7ud.kinbet-j5e202 1.kinbet-klmvfm.kinbet-32f5z3.kinbet-0lm3p3.kinbet-g5iw3x.kinbet-uqsgk8.kinbet-1z1t6a 1.kinbet-0rvloo.kinbet-937b7f.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .kinbet-17qgzm > .kinbet-q9vt7q {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .kinbet-17qgzm > .kinbet-q9vt7q {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .kinbet-17qgzm > .kinbet-q9vt7q {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .kinbet-17qgzm > .kinbet-q9vt7q {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .kinbet-17qgzm > .kinbet-q9vt7q {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.kinbet-atv8vp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.kinbet-atv8vp.kinbet-4j98v9 {
  display: none;
}

.kinbet-f937c9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .kinbet-f937c9 {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-f937c9 {
    border-radius: 20px 20px 0 0;
  }
}

.kinbet-ulfzlu {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.kinbet-ulfzlu::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.kinbet-ulfzlu::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.kinbet-ulfzlu img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .kinbet-ulfzlu {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .kinbet-ulfzlu img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-ulfzlu {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .kinbet-ulfzlu img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.kinbet-1hzlgs {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .kinbet-1hzlgs {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-1hzlgs {
    font-size: 14px;
  }
}

.kinbet-qnpzje {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.kinbet-qnpzje::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .kinbet-qnpzje::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.kinbet-qnpzje::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .kinbet-qnpzje::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .kinbet-qnpzje {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-qnpzje {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.kinbet-1hmxr1 {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .kinbet-1hmxr1 {
    top: -20px;
  }
}

.kinbet-rodfx1 {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.kinbet-2ipi9g ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .kinbet-rodfx1:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .kinbet-rodfx1 {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-rodfx1 {
    width: 90px;
    height: 40px;
  }
}

.kinbet-atv8vp.kinbet-97aydz .kinbet-f937c9 {
  background: #2b3b67;
}

.kinbet-atv8vp.kinbet-97aydz .kinbet-ulfzlu {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.kinbet-atv8vp.kinbet-97aydz .kinbet-ulfzlu::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.kinbet-atv8vp.kinbet-97aydz .kinbet-ulfzlu::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.kinbet-atv8vp.kinbet-97aydz .kinbet-qnpzje::before {
  background: #0e0f41;
}

.kinbet-atv8vp.kinbet-97aydz .kinbet-qnpzje::after {
  background: #152557;
}

.kinbet-atv8vp.kinbet-ahov8r .kinbet-f937c9 {
  background: #1f35fa;
}

.kinbet-atv8vp.kinbet-ahov8r .kinbet-ulfzlu {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.kinbet-atv8vp.kinbet-ahov8r .kinbet-ulfzlu::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.kinbet-atv8vp.kinbet-ahov8r .kinbet-ulfzlu::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.kinbet-atv8vp.kinbet-ahov8r .kinbet-qnpzje::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.kinbet-atv8vp.kinbet-ahov8r .kinbet-qnpzje::after {
  background: #192ac8;
}

.kinbet-atv8vp.kinbet-nocmfl .kinbet-f937c9 {
  background: #fa771f;
}

.kinbet-atv8vp.kinbet-nocmfl .kinbet-ulfzlu {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.kinbet-atv8vp.kinbet-nocmfl .kinbet-ulfzlu::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.kinbet-atv8vp.kinbet-nocmfl .kinbet-ulfzlu::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.kinbet-atv8vp.kinbet-nocmfl .kinbet-qnpzje::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.kinbet-atv8vp.kinbet-nocmfl .kinbet-qnpzje::after {
  background: #fa8535;
}

.kinbet-75u1g2 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .kinbet-75u1g2 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .kinbet-75u1g2 {
    margin: 24px 0 60px;
  }
}

.kinbet-75u1g2 h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .kinbet-75u1g2 h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.kinbet-m7d7mg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-m7d7mg {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.kinbet-cxib52 {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .kinbet-cxib52 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.kinbet-ptw1c2 {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .kinbet-ptw1c2:hover {
    background: var(--button-bg-hover);
  }
}

.kinbet-14jwut {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kinbet-14jwut span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.kinbet-14jwut small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-14jwut {
    margin-bottom: 16px;
  }
}

.kinbet-hl2uji {
  width: 120px;
  height: 22px;
}

.kinbet-hl2uji .kinbet-dftt9b {
  fill: #c2c0ce;
}

.kinbet-hl2uji [rating="1"] .kinbet-dftt9b:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.kinbet-hl2uji [rating="2"] .kinbet-dftt9b:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.kinbet-hl2uji [rating="3"] .kinbet-dftt9b:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.kinbet-hl2uji [rating="4"] .kinbet-dftt9b:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.kinbet-hl2uji [rating="5"] .kinbet-dftt9b:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.kinbet-cky7dx {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-cky7dx {
    gap: 16px 0;
  }
}

.kinbet-f0ruy6 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.kinbet-f0ruy6.kinbet-4a6d3t {
  display: block;
}

.kinbet-f0ruy6.kinbet-4j98v9 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-f0ruy6 {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.kinbet-jjk5ra {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.kinbet-p2j4ip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.kinbet-94o1x1 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.kinbet-m3rf9w small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.kinbet-m3rf9w span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.kinbet-77otdq {
  font-size: 16px;
  line-height: 140%;
}

.kinbet-p9heua {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.kinbet-p9heua .kinbet-dftt9b {
  fill: #c2c0ce;
}

.kinbet-p9heua [rating="1"] .kinbet-dftt9b:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.kinbet-p9heua [rating="2"] .kinbet-dftt9b:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.kinbet-p9heua [rating="3"] .kinbet-dftt9b:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.kinbet-p9heua [rating="4"] .kinbet-dftt9b:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.kinbet-p9heua [rating="5"] .kinbet-dftt9b:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.kinbet-qai5ks {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-qai5ks {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.kinbet-ffvz1a {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .kinbet-ffvz1a {
    padding: 0 16px;
  }
}

.kinbet-dnylge {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .kinbet-dnylge {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.kinbet-o5xa4g {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .kinbet-o5xa4g {
    padding: 12px;
    gap: 12px;
  }
}

.kinbet-obd3f9 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.kinbet-obd3f9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kinbet-p6s0ej {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.kinbet-vc6488 {
  flex: 1;
  min-width: 0;
}

.kinbet-53wu34 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .kinbet-53wu34 {
    font-size: 14px;
    gap: 6px;
  }
}

.kinbet-f17t0w {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.kinbet-f17t0w svg,
.kinbet-f17t0w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kinbet-f17t0w svg path {
  fill: var(--button-bg-color);
}

.kinbet-f17t0w svg circle {
  fill: var(--button-text-color);
}

.kinbet-0tad2i {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .kinbet-0tad2i {
    font-size: 12px;
  }
}

.kinbet-0tad2i strong {
  font-weight: 600;
}

.kinbet-dia7mj {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.kinbet-dia7mj p {
  margin: 0 0 16px;
}

.kinbet-dia7mj p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .kinbet-dia7mj {
    font-size: 14px;
    line-height: 150%;
  }
}

.kinbet-kh5b3l {
  max-width: 300px;
  width: 100%;
}

.kinbet-kh5b3l a {
  width: 100%;
}

@media (max-width: 575px) {
  .kinbet-kh5b3l {
    max-width: 200px;
  }
}

.kinbet-dhodv4 {
  justify-content: center;
}

.kinbet-6d36uc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kinbet-5r65aq {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .kinbet-mcx8p8 {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.kinbet-143xkf {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.kinbet-143xkf .kinbet-oll8zk {
  justify-content: center;
}

/* faq */

.kinbet-2t7z1i {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.kinbet-rcg05h {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.kinbet-6eki65 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.kinbet-rcg05h::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.kinbet-6eki65 ease;
}

.kinbet-2t7z1i.kinbet-eb5t73 .kinbet-rcg05h::after {
  transform: rotate(45deg);
}

.kinbet-rio6pg {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.kinbet-2ipi9g ease, padding 0.kinbet-2ipi9g ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.kinbet-2t7z1i.kinbet-eb5t73 .kinbet-rio6pg {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.kinbet-nchulw {
  margin: 25px 0;
}

.kinbet-gyl8cm > input:not(:checked) ~ label:hover,
.kinbet-gyl8cm > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.kinbet-h464je.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.kinbet-insx5n 44.kinbet-i6pdp4.kinbet-i6rish.kinbet-gfchh9.kinbet-7aevj5.kinbet-lu88mi.kinbet-ouqmhg.kinbet-ntkq1l.kinbet-r5rilf.kinbet-lcprni.kinbet-z0hx8o.kinbet-7xvcxm.kinbet-nclste 0l-12.kinbet-9yyo2q 30.kinbet-4vgufr.kinbet-av4zdb 2.kinbet-rb7n4i.kinbet-av4zdb 3.kinbet-kusb2e 3.kinbet-6elt6h.kinbet-xd6i2d 3.kinbet-3yrov1.kinbet-p4oguk.kinbet-m7b5ew.kinbet-hk11ip 7-3.kinbet-9yyo2q 10.kinbet-dh7x7i.kinbet-hk11ip 23.kinbet-4u7u9d.kinbet-ph59rx 1.kinbet-ytlpi3 2.kinbet-9yyo2q 3.kinbet-ph59rx 1.kinbet-xd6i2d 5.kinbet-16w4cs.kinbet-xd6i2d 32.kinbet-txe8oy.kinbet-p4oguk 5.kinbet-nclste 4.kinbet-hk11ip 9.kinbet-hk11ip 8.kinbet-xd6i2d 6.kinbet-ak8uxn.kinbet-slgw2f.kinbet-cq0y8s.kinbet-x3ckiv.kinbet-ckvqkk 4.kinbet-0e0d7t.kinbet-ckvqkk 6.kinbet-ckvqkk 0l29.kinbet-nclste 17.kinbet-hwllnq.kinbet-emvd5q 2.kinbet-l6a2ch 10.kinbet-x1aatu.kinbet-9yyo2q 8.kinbet-cgtywe.kinbet-025qam.kinbet-9ymg8f.kinbet-x1pike.kinbet-l7jx5j.kinbet-p4oguk.kinbet-lu88mi.kinbet-9yyo2q 1.kinbet-bmjrn4.kinbet-yg5q0h.kinbet-3cp560.kinbet-rsjgjr.kinbet-w0iupr.kinbet-ytlpi3 1.kinbet-ty16dp.kinbet-1459py.5z'/%3e%3c/svg%3e");
}

.kinbet-ifm1wi {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .kinbet-ifm1wi {
    gap: 16px 0;
  }
}

.kinbet-tbb25w {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.kinbet-tbb25w.kinbet-anv84n {
  display: block;
}

.kinbet-tbb25w.kinbet-4wmnkm {
  display: none;
}

@media only screen and (max-width: 767px) {
  .kinbet-tbb25w {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.kinbet-igbzhr {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.kinbet-ssjcqm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.kinbet-oqm2qr {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.kinbet-50svrn small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.kinbet-50svrn span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.kinbet-e5zm5t {
  font-size: 16px;
  line-height: 140%;
}

.kinbet-v354bk {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.kinbet-v354bk .kinbet-rfi2wp {
  fill: #c2c0ce;
}

.kinbet-v354bk [rating="1"] .kinbet-rfi2wp:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.kinbet-v354bk [rating="2"] .kinbet-rfi2wp:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.kinbet-v354bk [rating="3"] .kinbet-rfi2wp:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.kinbet-v354bk [rating="4"] .kinbet-rfi2wp:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.kinbet-v354bk [rating="5"] .kinbet-rfi2wp:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.kinbet-lj9hh1 {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.kinbet-lj9hh1 textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.kinbet-lj9hh1 button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.kinbet-usdlck {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.kinbet-usdlck.kinbet-ztcy6s {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.kinbet-5t3b12 {
  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-5t3b12 label {
  font-size: 14px;
}

.kinbet-5t3b12 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.kinbet-5t3b12 input,
.kinbet-5t3b12 textarea,
.kinbet-5t3b12 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-5t3b12 button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.kinbet-6eki65 ease;
}
.kinbet-5t3b12 button:hover {
  background-color: var(--button-bg-hover);
}
.kinbet-1yps6h {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.kinbet-20qr8e ease-in;
}

.kinbet-1yps6h h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
