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;
  }
}

.king-chance-3vvaid {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .king-chance-3vvaid {
    padding: 54px 0 0;
  }
}

.king-chance-l2joci {
  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) {
  .king-chance-l2joci: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;
  }
}

.king-chance-80aqdb {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .king-chance-80aqdb {
    margin: 20px auto 100px;
  }
}

.king-chance-80aqdb h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .king-chance-80aqdb h1 {
    font-size: 120px;
  }
}

.king-chance-80aqdb p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.king-chance-wnqu71 {
  cursor: pointer;
}

.king-chance-cbpqhv {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.king-chance-gxwtoj {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.king-chance-gxwtoj figure {
  margin: 0;
}

.king-chance-gxwtoj.king-chance-5e8b4b {
  justify-content: flex-start;
  margin-right: 4px;
}

.king-chance-gxwtoj.king-chance-pg250h {
  justify-content: flex-end;
  margin-left: 4px;
}

.king-chance-gxwtoj.king-chance-g0mf8r {
  justify-content: center;
}

.king-chance-gxwtoj.king-chance-lvxn0q {
  justify-content: normal;
}

.king-chance-xsl552 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.king-chance-ciqti8 {
  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) {
  .king-chance-ciqti8 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.king-chance-jfujaf {
  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) {
  .king-chance-jfujaf {
    flex-direction: column;
  }
}

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

.king-chance-qpxtg9 img {
  width: 100%;
}

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

.king-chance-zs09h3 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.king-chance-zs09h3 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) {
  .king-chance-zs09h3 ul {
    margin-bottom: 15px;
  }
}

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

.king-chance-zs09h3 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);
}

.king-chance-zs09h3 ul li span svg {
  fill: var(--title-color);
}

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

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

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

.king-chance-zs09h3 ul li:last-of-type::after {
  display: none;
}

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

.king-chance-hi7ng2 {
  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) {
  .king-chance-hi7ng2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.king-chance-7xdw3o {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .king-chance-jsdeg9 {
    height: 50px;
  }
}

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

.king-chance-jsdeg9.king-chance-ewvr1y {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .king-chance-jsdeg9.king-chance-ewvr1y:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.king-chance-93xlbx {
  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) {
  .king-chance-93xlbx {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .king-chance-93xlbx {
    padding: 50px 16px 68px;
  }
}

.king-chance-t2td70 {
  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) {
  .king-chance-t2td70 {
    flex-direction: column;
  }
}

.king-chance-mv7sky {
  margin-bottom: 94px;
}

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

.king-chance-zajhi5 .king-chance-3cvfur {
  margin-bottom: 28px;
}

.king-chance-zajhi5 .king-chance-3cvfur img {
  max-height: 100px;
  width: auto;
}

.king-chance-a4ffng {
  display: flex;
  align-items: center;
}

.king-chance-a4ffng a + a {
  margin-left: 24px;
}

.king-chance-a4ffng img {
  max-height: 56px;
  width: auto;
}

.king-chance-a4ffng img + img {
  margin-left: 24px;
}

.king-chance-rloktp {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.king-chance-ci1qxe {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .king-chance-h7rds6 {
    flex-wrap: wrap;
  }
}

.king-chance-h7rds6 li {
  display: flex;
  margin: 0 7px;
}

.king-chance-h7rds6 li svg {
  transition: 0.king-chance-ii2onv ease-in-out;
}

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

.king-chance-1lzw3q {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.king-chance-2607mw + .king-chance-2607mw {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .king-chance-2607mw + .king-chance-2607mw {
    margin: 36px 0 0;
  }
}

.king-chance-0i206b {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.king-chance-fbngm0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.king-chance-fbngm0 li {
  font-size: 16px;
}

.king-chance-fbngm0 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.king-chance-fbngm0 li + li {
  margin-top: 16px;
}

.king-chance-56oucr {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.king-chance-inbjo9 ease-in-out;
}

.king-chance-56oucr.king-chance-lg3v26 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.king-chance-yfknmb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.king-chance-qs37hb li {
  width: 100%;
}

.king-chance-qs37hb 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.king-chance-ii2onv ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.king-chance-qs37hb li a svg {
  fill: var(--button-text-color);
}

.king-chance-qs37hb li a.king-chance-lg3v26 {
  background: var(--border-color);
}

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

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

.king-chance-3rfzb8 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .king-chance-3rfzb8 {
    margin: 0 -5px;
  }
}

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

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

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

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

.king-chance-80c7q5 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.king-chance-80c7q5 img {
  width: 100%;
  transition: 0.king-chance-ii2onv ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .king-chance-80c7q5:hover img {
    transform: scale(1.1);
  }
}

.king-chance-t90rhe {
  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) {
  .king-chance-t90rhe {
    height: 54px;
  }
}

.king-chance-48eaj2 {
  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) {
  .king-chance-48eaj2 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .king-chance-48eaj2 {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .king-chance-48eaj2 .king-chance-3cvfur img {
    max-width: 90px;
  }
}

.king-chance-3cvfur img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .king-chance-3cvfur {
    order: -2;
  }
}

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

.king-chance-t9y2nt {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.king-chance-t9y2nt li {
  font-size: 16px;
  margin: 0 20px;
}

.king-chance-t9y2nt li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.king-chance-cbysd0 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.king-chance-cbysd0.king-chance-x0p71i {
  margin-right: 0;
}

.king-chance-2xu1u1 {
  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) {
  .king-chance-2xu1u1 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.king-chance-oetenn {
  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) {
  .king-chance-oetenn:hover {
    background: var(--button-bg-hover);
  }
}

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

.king-chance-f3vtoa {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.king-chance-f3vtoa:hover > ul {
  display: flex;
}

.king-chance-f3vtoa:focus > ul {
  display: flex;
}

.king-chance-f3vtoa:focus-within > ul {
  display: flex;
}

.king-chance-gl1x1z {
  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;
}

.king-chance-gl1x1z::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.king-chance-inbjo9 ease-in-out;
}

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

.king-chance-f3vtoa ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.king-chance-ii2onv 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) {
  .king-chance-f3vtoa ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.king-chance-f3vtoa 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.king-chance-ii2onv ease-in-out;
  overflow: hidden;
}

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

.king-chance-f3vtoa 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) {
  .king-chance-f3vtoa ul li a:hover {
    text-decoration: underline;
  }
}

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

.king-chance-eyhkln {
  display: none;
}

.king-chance-6rj5u6 {
  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) {
  .king-chance-6rj5u6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .king-chance-eyhkln:checked ~ .king-chance-ii1a4s {
    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;
  }
  .king-chance-ii1a4s {
    display: none;
    transition: display 0.king-chance-ii2onv ease-in-out;
  }
  .king-chance-eyhkln:checked ~ .king-chance-ii1a4s {
    display: block;
  }
  .king-chance-eyhkln:checked + .king-chance-6rj5u6 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .king-chance-eyhkln:checked + .king-chance-6rj5u6 span:nth-child(2) {
    display: none;
  }
  .king-chance-eyhkln:checked + .king-chance-6rj5u6 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.king-chance-vnh3lb {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.king-chance-vnh3lb img {
  margin-bottom: 20px;
}

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

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

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

.king-chance-nhlrsf {
  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) {
  .king-chance-nhlrsf {
    font-size: 32px;
  }
}

.king-chance-aavamq {
  color: var(--text-color);
}

.king-chance-mero1y {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.king-chance-mero1y p img {
  display: block;
  margin: 0 auto;
}

.king-chance-mero1y p:first-of-type {
  margin-top: 0;
}

.king-chance-mero1y p:last-of-type {
  margin-bottom: 0;
}

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

.king-chance-mero1y ul {
  padding: 0 0 0 20px;
}

.king-chance-mero1y table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.king-chance-mero1y 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) {
  .king-chance-mero1y table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.king-chance-mero1y 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) {
  .king-chance-mero1y table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.king-chance-mero1y table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.king-chance-mero1y iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.king-chance-revnwb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

.king-chance-ocia2h {
  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) {
  .king-chance-ocia2h {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.king-chance-ocia2h h1,
.king-chance-ocia2h h2,
.king-chance-ocia2h h3,
.king-chance-ocia2h 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) {
  .king-chance-ocia2h h1,
  .king-chance-ocia2h h2,
  .king-chance-ocia2h h3,
  .king-chance-ocia2h h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.king-chance-4wbthz {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .king-chance-4wbthz {
    flex-direction: column-reverse;
  }
}

.king-chance-4wbthz .king-chance-v5l1x0 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .king-chance-4wbthz .king-chance-v5l1x0 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.king-chance-4wbthz .king-chance-rapu44 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .king-chance-4wbthz .king-chance-rapu44 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .king-chance-4wbthz .king-chance-rapu44 img {
    width: 100%;
  }
}

.king-chance-rapu44 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .king-chance-rapu44 {
    margin-bottom: 18px;
  }
}

.king-chance-v5l1x0 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .king-chance-v5l1x0 {
    margin-bottom: 18px;
  }
}

.king-chance-revnwb 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) {
  .king-chance-revnwb h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.king-chance-revnwb .king-chance-l2joci {
  margin-top: 30px;
  margin-bottom: 30px;
}

.king-chance-iape66 {
  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) {
  .king-chance-iape66 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

.king-chance-4xa0ly {
  position: relative;
  border: none;
}

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

.king-chance-k4rjn9 {
  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;
}

.king-chance-k4rjn9 span {
  height: 32px;
}

.king-chance-k4rjn9 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.king-chance-k4rjn9.king-chance-z8qp0u span {
  transform: scaleY(-1);
}

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

.king-chance-u0ft18 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.king-chance-u0ft18 li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .king-chance-u0ft18 li {
    font-size: 16px;
  }
}

.king-chance-u0ft18 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.king-chance-ii2onv ease-in-out;
}

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

@media only screen and (max-width: 767px) {
  .king-chance-u0ft18 li a {
    padding: 12px 14px;
  }
}

.king-chance-u0ft18.king-chance-bggfeb {
  display: none;
}

.king-chance-55jl42 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.king-chance-55jl42 table {
  width: 100%;
  border-collapse: collapse;
}

.king-chance-55jl42 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) {
  .king-chance-55jl42 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .king-chance-55jl42 table td {
    min-width: 75px;
  }
}

.king-chance-55jl42 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) {
  .king-chance-55jl42 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.king-chance-55jl42 table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.king-chance-55jl42 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .king-chance-55jl42 p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .king-chance-55jl42 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .king-chance-55jl42 {
    margin-bottom: 60px;
  }
}

.king-chance-qrk5l5 {
  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) {
  .king-chance-qrk5l5 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.king-chance-v8kws7 {
  width: 100%;
  border-collapse: collapse;
}

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

.king-chance-v8kws7 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) {
  .king-chance-v8kws7 tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

.king-chance-r2d4wi table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.king-chance-r2d4wi table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.king-chance-r2d4wi p {
  color: var(--text-color);
}

.king-chance-jpitoy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.king-chance-s9om5b {
  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);
}

.king-chance-fdpdy5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.king-chance-bw4hvt p + p {
  margin-top: 10px;
}

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

.king-chance-7x2jhw {
  display: none;
}

@media only screen and (max-width: 767px) {
  .king-chance-7x2jhw {
    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;
  }
}

.king-chance-ltutp9 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.king-chance-ltutp9 li {
  margin: 0 20px;
}

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

.king-chance-ltutp9 li a img {
  margin-bottom: 4px;
}

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

.king-chance-ba0kh3 {
  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) {
  .king-chance-ba0kh3 {
    padding: 0 16px;
  }
}

.king-chance-ba0kh3 li {
  font-size: 16px;
  position: relative;
}

.king-chance-ba0kh3 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.king-chance-ba0kh3 li span {
  opacity: 0.5;
}

.king-chance-ba0kh3 li + li {
  margin-left: 30px;
}

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

h2.king-chance-ocia2h {
  margin: 0 0 28px;
}

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

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

.king-chance-lc94g7 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);
}

.king-chance-lc94g7 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;
}

.king-chance-lc94g7 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;
}

.king-chance-lc94g7 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.king-chance-lc94g7 tbody tr:last-of-type {
  margin-bottom: 0;
}

.king-chance-lc94g7 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.king-chance-lc94g7 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);
}

.king-chance-lc94g7 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);
}

.king-chance-lc94g7 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.king-chance-lc94g7 tbody tr td .king-chance-ubnbpe {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .king-chance-lc94g7 tbody tr td .king-chance-ubnbpe {
    width: 100%;
  }
}

.king-chance-lc94g7 tbody tr td .king-chance-ztlme7 {
  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.king-chance-ii2onv ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .king-chance-lc94g7 tbody tr td .king-chance-ztlme7:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .king-chance-lc94g7 tbody tr td .king-chance-ztlme7 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .king-chance-lc94g7 tbody tr td .king-chance-ztlme7 {
    width: 100%;
  }
}

.king-chance-lc94g7 tbody tr td .king-chance-m5136k {
  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) {
  .king-chance-lc94g7 tbody tr td .king-chance-m5136k:hover {
    text-decoration: none;
  }
}

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

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

.king-chance-xda7v1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.king-chance-h5l1y5 {
  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) {
  .king-chance-h5l1y5 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.king-chance-l4rznh {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.king-chance-l3iaw1 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.king-chance-ii2onv ease-in-out;
}

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

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

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

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

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

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

.king-chance-ujgq36 img {
  width: 100%;
  height: 100%;
}

.king-chance-ujgq36 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.king-chance-1e5u6v svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.king-chance-ii2onv ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .king-chance-1e5u6v:hover svg {
    transform: scale(1.1);
  }
}

.king-chance-udl16w {
  padding: 90px 0;
}

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

.king-chance-gh5bjs {
  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) {
  .king-chance-gh5bjs {
    padding: 0 16px;
  }
}

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

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

.king-chance-pwo5xf img {
  width: 100%;
}

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

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

.king-chance-a82mbr {
  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;
}

.king-chance-a82mbr 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) {
  .king-chance-a82mbr {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .king-chance-a82mbr {
    padding: 24px 10px;
  }
}

.king-chance-ns76su {
  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.king-chance-ii2onv ease-in-out;
}

.king-chance-ns76su:hover {
  border: 1px solid #8c8ca2;
}

.king-chance-a3v5lo {
  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%);
}

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

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

.king-chance-wggsdx a {
  text-decoration: underline;
  color: #8babff;
}

.king-chance-vodjyy {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.king-chance-vodjyy .king-chance-ns76su {
  width: 50%;
  margin: 0;
}

.king-chance-pi1o2o {
  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;
}

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

.king-chance-j3zlm9 {
  margin: 0 0 100px;
}

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

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

.king-chance-t0lhpq {
  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) {
  .king-chance-t0lhpq {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.king-chance-lly0wn {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

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

.king-chance-ucgdrt {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

.king-chance-gaoe7l {
  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) {
  .king-chance-gaoe7l {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.king-chance-gaoe7l 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.king-chance-ii2onv ease-in-out;
}

@media only screen and (max-width: 767px) {
  .king-chance-gaoe7l a {
    margin: 1px 0 4px;
  }
}

.king-chance-gaoe7l a svg {
  fill: #fff;
}

.king-chance-gaoe7l a:hover {
  background: #3d68e7;
}

.king-chance-4l7ee0 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.king-chance-5nfkuy {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .king-chance-5nfkuy {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.king-chance-8qvtpu {
  font-size: 16px;
  color: var(--text-color);
}

.king-chance-0fjr57 {
  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) {
  .king-chance-0fjr57 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .king-chance-0fjr57 {
    margin: 20px auto 60px;
  }
}

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

.king-chance-rbnzup {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.king-chance-rbnzup h1,
.king-chance-rbnzup 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) {
  .king-chance-rbnzup h1,
  .king-chance-rbnzup h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .king-chance-rbnzup {
    margin: 0;
    padding-right: 20px;
  }
}

.king-chance-dj782x {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.king-chance-dj782x 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) {
  .king-chance-dj782x h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.king-chance-dj782x 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) {
  .king-chance-dj782x h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.king-chance-dj782x 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);
}

.king-chance-dj782x 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) {
  .king-chance-dj782x table tr td {
    padding: 12px 4px;
  }
}

.king-chance-dj782x 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) {
  .king-chance-dj782x table tr th {
    padding: 12px 4px;
  }
}

.king-chance-dj782x table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .king-chance-dj782x {
    margin: 0;
  }
}

.king-chance-3sx22y {
  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) {
  .king-chance-3sx22y {
    min-height: 190px;
  }
}

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

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

.king-chance-4w958d {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.king-chance-4w958d.king-chance-weqmx4 {
  display: none;
}

.king-chance-5gk6n5 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.king-chance-5gk6n5 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.king-chance-5gk6n5 iframe.king-chance-c9u1cz {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.king-chance-5gk6n5.king-chance-dtjs3i {
  opacity: 1;
  pointer-events: all;
}

.king-chance-ji7rlj {
  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.king-chance-ii2onv ease-in-out;
}

.king-chance-ji7rlj svg {
  margin-right: 10px;
}

.king-chance-ji7rlj + .king-chance-ji7rlj {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .king-chance-ji7rlj:hover {
    background: #a8a6b3;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .king-chance-ji7rlj {
    height: 42px;
    max-width: 220px;
  }
}

.king-chance-0fjr57 .king-chance-revnwb {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.king-chance-0fjr57 .king-chance-revnwb h1,
.king-chance-0fjr57 .king-chance-revnwb 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) {
  .king-chance-0fjr57 .king-chance-revnwb h1,
  .king-chance-0fjr57 .king-chance-revnwb h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .king-chance-0fjr57 .king-chance-revnwb {
    margin: 28px 0 0;
  }
}

.king-chance-bjje0t {
  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) {
  .king-chance-bjje0t {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .king-chance-bjje0t {
    flex-direction: column;
  }
}

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

.king-chance-jmfzna {
  max-width: 545px;
  width: 100%;
}

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

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

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

.king-chance-p7qxyq iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.king-chance-5zq1cc {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.king-chance-5zq1cc h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .king-chance-5zq1cc h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .king-chance-5zq1cc h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .king-chance-5zq1cc {
    max-width: 100%;
    margin: 0;
  }
}

.king-chance-b9yn5x {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

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

.king-chance-qkdmpy {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

.king-chance-wai3vc span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

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

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

@media only screen and (max-width: 540px) {
  .king-chance-gqjz09 {
    padding: 10px;
  }
}

.king-chance-gqjz09 .king-chance-l2joci {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .king-chance-gqjz09 .king-chance-l2joci {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .king-chance-gqjz09 {
    flex-wrap: wrap;
  }
}

.king-chance-9pn81y {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.king-chance-9pn81y img {
  width: 100%;
}

.king-chance-mmtp61 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.king-chance-sb1bsf {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.king-chance-qsnaz3 {
  width: 100%;
  margin: 0 0 100px;
}

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

.king-chance-qsnaz3 .king-chance-ekdgqc {
  position: relative;
}

.king-chance-qsnaz3 .king-chance-7ua3lq {
  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;
}

.king-chance-qsnaz3 .king-chance-7ua3lq.king-chance-weqmx4 {
  display: none;
}

.king-chance-qsnaz3 .king-chance-hu41fh {
  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) {
  .king-chance-qsnaz3 .king-chance-hu41fh {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .king-chance-qsnaz3 .king-chance-hu41fh {
    bottom: 90px;
  }
}

.king-chance-qsnaz3 .king-chance-hu41fh .king-chance-t329tt {
  max-width: 300px;
  width: 100%;
}

.king-chance-qsnaz3 .king-chance-hu41fh .king-chance-t329tt .king-chance-11phgm {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .king-chance-qsnaz3 .king-chance-hu41fh .king-chance-t329tt .king-chance-11phgm {
    font-size: 32px;
    text-align: center;
  }
}

.king-chance-qsnaz3 .king-chance-hu41fh .king-chance-t329tt .king-chance-fcatub {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .king-chance-qsnaz3 .king-chance-hu41fh .king-chance-t329tt .king-chance-fcatub {
    text-align: center;
  }
}

.king-chance-qsnaz3 .king-chance-hu41fh .king-chance-x0p71i {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .king-chance-qsnaz3 .king-chance-hu41fh .king-chance-x0p71i {
    flex-direction: column-reverse;
  }
}

.king-chance-qsnaz3 .king-chance-hu41fh .king-chance-x0p71i .king-chance-8zh0p2 {
  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.king-chance-ii2onv ease-in-out;
}

.king-chance-qsnaz3 .king-chance-hu41fh .king-chance-x0p71i .king-chance-8zh0p2:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .king-chance-qsnaz3 .king-chance-hu41fh .king-chance-x0p71i .king-chance-8zh0p2 {
    width: 100%;
  }
}

.king-chance-qsnaz3 .king-chance-hu41fh .king-chance-x0p71i .king-chance-72l80l {
  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.king-chance-ii2onv ease-in-out;
  overflow: hidden;
}

.king-chance-qsnaz3 .king-chance-hu41fh .king-chance-x0p71i .king-chance-72l80l 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);
  }
}

.king-chance-qsnaz3 .king-chance-hu41fh .king-chance-x0p71i .king-chance-72l80l: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;
}

.king-chance-qsnaz3 .king-chance-hu41fh .king-chance-x0p71i .king-chance-72l80l:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .king-chance-qsnaz3 .king-chance-hu41fh .king-chance-x0p71i .king-chance-72l80l {
    width: 100%;
  }
}

.king-chance-qsnaz3 .king-chance-hu41fh.king-chance-weqmx4 {
  display: none;
}

.king-chance-qsnaz3 .king-chance-er77js {
  display: none;
}

.king-chance-qsnaz3 .king-chance-er77js.king-chance-dtjs3i {
  display: block;
}

.king-chance-qsnaz3 .king-chance-er77js iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .king-chance-qsnaz3 .king-chance-er77js iframe {
    height: calc(100vh - 54px);
  }
}

.king-chance-qsnaz3 .king-chance-95lw7w {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .king-chance-qsnaz3 .king-chance-95lw7w {
    padding: 24px 16px 0;
  }
}

.king-chance-qsnaz3 .king-chance-95lw7w .king-chance-11phgm {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .king-chance-qsnaz3 .king-chance-95lw7w .king-chance-11phgm {
    margin-bottom: 24px;
  }
}

.king-chance-qsnaz3 .king-chance-95lw7w 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);
}

.king-chance-qsnaz3 .king-chance-95lw7w 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) {
  .king-chance-qsnaz3 .king-chance-95lw7w table tr td {
    padding: 12px 4px;
  }
}

.king-chance-qsnaz3 .king-chance-95lw7w 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) {
  .king-chance-qsnaz3 .king-chance-95lw7w table tr th {
    padding: 12px 4px;
  }
}

.king-chance-qsnaz3 .king-chance-95lw7w table tr:last-of-type td {
  border-bottom: none;
}

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

.king-chance-ya1w0p.king-chance-lg3v26 {
  display: block;
}

.king-chance-ya1w0p iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.king-chance-ya1w0p .king-chance-v1xp06 {
  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;
}

.king-chance-ya1w0p .king-chance-q798wg {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.king-chance-ya1w0p .king-chance-72l80l {
  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.king-chance-ii2onv ease-in-out;
}

.king-chance-ya1w0p .king-chance-72l80l:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.king-chance-k95c7j.king-chance-lg3v26 {
  display: block;
}

.king-chance-cx4tl6 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.king-chance-fst9zw {
  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;
}

.king-chance-z78lit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.king-chance-2ptzbo {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.king-chance-2ptzbo svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.king-chance-v8d4rb {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.king-chance-wejt0h.king-chance-weqmx4 {
  display: none;
}

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

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

.king-chance-s3quzv {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.king-chance-s3quzv 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.king-chance-ii2onv ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.king-chance-s3quzv input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.king-chance-s3quzv input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.king-chance-s3quzv input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.king-chance-s3quzv input:active {
  border-color: #c2c0ce;
}

.king-chance-s3quzv input:focus {
  border-color: #c2c0ce;
}

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

.king-chance-ixp6om {
  margin-bottom: 36px;
}

.king-chance-ixp6om 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;
}

.king-chance-ixp6om textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.king-chance-ixp6om textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.king-chance-v1juoh {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.king-chance-wbvbt8 {
  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.king-chance-ii2onv ease-in-out;
}

.king-chance-wbvbt8:hover {
  background: var(--border-color);
}

.king-chance-2bd2hi {
  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.king-chance-ii2onv ease-in-out;
}

.king-chance-2bd2hi:hover {
  background: #166ad9;
}

.king-chance-4l2ouz {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.king-chance-4l2ouz.king-chance-weqmx4 {
  display: none;
}

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

.king-chance-4l2ouz .king-chance-wbvbt8 {
  margin: 0 auto;
}

.king-chance-rsobio {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.king-chance-qcfop6 {
  filter: grayscale(100%);
}

.king-chance-rvmr7q > input {
  display: none;
}

.king-chance-rvmr7q > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.king-chance-n8dim5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.king-chance-j636b9 44.king-chance-oiz7ea.king-chance-iciw1a.king-chance-o6k3tq.king-chance-u61jhy.king-chance-qc4p9i.king-chance-k08us5.king-chance-zpltyp.king-chance-bcjsez.king-chance-8p44sv.king-chance-03o9uu.king-chance-n7ufhx.king-chance-yhp7hp 0l-12.king-chance-zp6rbw 30.king-chance-2tq69h.king-chance-6g1zij 2.king-chance-ivdet3.king-chance-6g1zij 3.king-chance-6j6ih3 3.king-chance-hcwztm.king-chance-q7wab3 3.king-chance-d3nn5m.king-chance-wg7sm7.king-chance-en23s5.king-chance-0gri7q 7-3.king-chance-zp6rbw 10.king-chance-iu0wvi.king-chance-0gri7q 23.king-chance-8x7xa5.king-chance-ey0x0d 1.king-chance-rd2hhy 2.king-chance-zp6rbw 3.king-chance-ey0x0d 1.king-chance-q7wab3 5.king-chance-exkmfn.king-chance-q7wab3 32.king-chance-40kyd1.king-chance-wg7sm7 5.king-chance-yhp7hp 4.king-chance-0gri7q 9.king-chance-0gri7q 8.king-chance-q7wab3 6.king-chance-h6jdqt.king-chance-eq4f3u.king-chance-ttbfur.king-chance-k0lkrd.king-chance-ito152 4.king-chance-5u1l96.king-chance-ito152 6.king-chance-ito152 0l29.king-chance-yhp7hp 17.king-chance-25nznl.king-chance-69bak0 2.king-chance-347to8 10.king-chance-khoyua.king-chance-zp6rbw 8.king-chance-j67e3s.king-chance-4j7zmq.king-chance-jc5dt3.king-chance-n0opx7.king-chance-3rik4i.king-chance-wg7sm7.king-chance-qc4p9i.king-chance-zp6rbw 1.king-chance-v6hb8o.king-chance-xi897m.king-chance-6xmvp9.king-chance-7i6eic.king-chance-yhlq2p.king-chance-rd2hhy 1.king-chance-8qjk6b.king-chance-ehqidd.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.king-chance-rvmr7q > input:checked ~ label,
.king-chance-rvmr7q > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.king-chance-n8dim5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.king-chance-j636b9 44.king-chance-oiz7ea.king-chance-iciw1a.king-chance-o6k3tq.king-chance-u61jhy.king-chance-qc4p9i.king-chance-k08us5.king-chance-zpltyp.king-chance-bcjsez.king-chance-8p44sv.king-chance-03o9uu.king-chance-n7ufhx.king-chance-yhp7hp 0l-12.king-chance-zp6rbw 30.king-chance-2tq69h.king-chance-6g1zij 2.king-chance-ivdet3.king-chance-6g1zij 3.king-chance-6j6ih3 3.king-chance-hcwztm.king-chance-q7wab3 3.king-chance-d3nn5m.king-chance-wg7sm7.king-chance-en23s5.king-chance-0gri7q 7-3.king-chance-zp6rbw 10.king-chance-iu0wvi.king-chance-0gri7q 23.king-chance-8x7xa5.king-chance-ey0x0d 1.king-chance-rd2hhy 2.king-chance-zp6rbw 3.king-chance-ey0x0d 1.king-chance-q7wab3 5.king-chance-exkmfn.king-chance-q7wab3 32.king-chance-40kyd1.king-chance-wg7sm7 5.king-chance-yhp7hp 4.king-chance-0gri7q 9.king-chance-0gri7q 8.king-chance-q7wab3 6.king-chance-h6jdqt.king-chance-eq4f3u.king-chance-ttbfur.king-chance-k0lkrd.king-chance-ito152 4.king-chance-5u1l96.king-chance-ito152 6.king-chance-ito152 0l29.king-chance-yhp7hp 17.king-chance-25nznl.king-chance-69bak0 2.king-chance-347to8 10.king-chance-khoyua.king-chance-zp6rbw 8.king-chance-j67e3s.king-chance-4j7zmq.king-chance-jc5dt3.king-chance-n0opx7.king-chance-3rik4i.king-chance-wg7sm7.king-chance-qc4p9i.king-chance-zp6rbw 1.king-chance-v6hb8o.king-chance-xi897m.king-chance-6xmvp9.king-chance-7i6eic.king-chance-yhlq2p.king-chance-rd2hhy 1.king-chance-8qjk6b.king-chance-ehqidd.5z'/%3e%3c/svg%3e");
}

.king-chance-rvmr7q > input:not(:checked) ~ label:hover,
.king-chance-rvmr7q > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.king-chance-n8dim5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.king-chance-j636b9 44.king-chance-oiz7ea.king-chance-iciw1a.king-chance-o6k3tq.king-chance-u61jhy.king-chance-qc4p9i.king-chance-k08us5.king-chance-zpltyp.king-chance-bcjsez.king-chance-8p44sv.king-chance-03o9uu.king-chance-n7ufhx.king-chance-yhp7hp 0l-12.king-chance-zp6rbw 30.king-chance-2tq69h.king-chance-6g1zij 2.king-chance-ivdet3.king-chance-6g1zij 3.king-chance-6j6ih3 3.king-chance-hcwztm.king-chance-q7wab3 3.king-chance-d3nn5m.king-chance-wg7sm7.king-chance-en23s5.king-chance-0gri7q 7-3.king-chance-zp6rbw 10.king-chance-iu0wvi.king-chance-0gri7q 23.king-chance-8x7xa5.king-chance-ey0x0d 1.king-chance-rd2hhy 2.king-chance-zp6rbw 3.king-chance-ey0x0d 1.king-chance-q7wab3 5.king-chance-exkmfn.king-chance-q7wab3 32.king-chance-40kyd1.king-chance-wg7sm7 5.king-chance-yhp7hp 4.king-chance-0gri7q 9.king-chance-0gri7q 8.king-chance-q7wab3 6.king-chance-h6jdqt.king-chance-eq4f3u.king-chance-ttbfur.king-chance-k0lkrd.king-chance-ito152 4.king-chance-5u1l96.king-chance-ito152 6.king-chance-ito152 0l29.king-chance-yhp7hp 17.king-chance-25nznl.king-chance-69bak0 2.king-chance-347to8 10.king-chance-khoyua.king-chance-zp6rbw 8.king-chance-j67e3s.king-chance-4j7zmq.king-chance-jc5dt3.king-chance-n0opx7.king-chance-3rik4i.king-chance-wg7sm7.king-chance-qc4p9i.king-chance-zp6rbw 1.king-chance-v6hb8o.king-chance-xi897m.king-chance-6xmvp9.king-chance-7i6eic.king-chance-yhlq2p.king-chance-rd2hhy 1.king-chance-8qjk6b.king-chance-ehqidd.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .king-chance-cqkgpe > .king-chance-jdbb83 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .king-chance-cqkgpe > .king-chance-jdbb83 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .king-chance-cqkgpe > .king-chance-jdbb83 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .king-chance-cqkgpe > .king-chance-jdbb83 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .king-chance-cqkgpe > .king-chance-jdbb83 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.king-chance-kpagnu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.king-chance-kpagnu.king-chance-weqmx4 {
  display: none;
}

.king-chance-qhgfmh {
  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) {
  .king-chance-qhgfmh {
    height: 74px;
    overflow: visible;
  }
}

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

.king-chance-7rjm1c {
  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;
}

.king-chance-7rjm1c::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.king-chance-7rjm1c::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.king-chance-7rjm1c img {
  border-radius: 16px;
  overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
  .king-chance-7rjm1c {
    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;
  }
  .king-chance-7rjm1c img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.king-chance-ve2gbg {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .king-chance-ve2gbg {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .king-chance-ve2gbg {
    font-size: 14px;
  }
}

.king-chance-e23xax {
  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;
}

.king-chance-e23xax::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) {
  .king-chance-e23xax::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.king-chance-e23xax::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) {
  .king-chance-e23xax::after {
    display: none;
  }
}

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

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

.king-chance-o34a3z {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .king-chance-o34a3z {
    top: -20px;
  }
}

.king-chance-6b5d0b {
  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.king-chance-ii2onv ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

@media only screen and (max-width: 1023px) {
  .king-chance-6b5d0b {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .king-chance-6b5d0b {
    width: 90px;
    height: 40px;
  }
}

.king-chance-kpagnu.king-chance-s2q8nt .king-chance-qhgfmh {
  background: #2b3b67;
}

.king-chance-kpagnu.king-chance-s2q8nt .king-chance-7rjm1c {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.king-chance-kpagnu.king-chance-s2q8nt .king-chance-7rjm1c::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.king-chance-kpagnu.king-chance-s2q8nt .king-chance-7rjm1c::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.king-chance-kpagnu.king-chance-s2q8nt .king-chance-e23xax::before {
  background: #0e0f41;
}

.king-chance-kpagnu.king-chance-s2q8nt .king-chance-e23xax::after {
  background: #152557;
}

.king-chance-kpagnu.king-chance-8sg24i .king-chance-qhgfmh {
  background: #1f35fa;
}

.king-chance-kpagnu.king-chance-8sg24i .king-chance-7rjm1c {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.king-chance-kpagnu.king-chance-8sg24i .king-chance-7rjm1c::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.king-chance-kpagnu.king-chance-8sg24i .king-chance-7rjm1c::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.king-chance-kpagnu.king-chance-8sg24i .king-chance-e23xax::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.king-chance-kpagnu.king-chance-8sg24i .king-chance-e23xax::after {
  background: #192ac8;
}

.king-chance-kpagnu.king-chance-87pr7h .king-chance-qhgfmh {
  background: #fa771f;
}

.king-chance-kpagnu.king-chance-87pr7h .king-chance-7rjm1c {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.king-chance-kpagnu.king-chance-87pr7h .king-chance-7rjm1c::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.king-chance-kpagnu.king-chance-87pr7h .king-chance-7rjm1c::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.king-chance-kpagnu.king-chance-87pr7h .king-chance-e23xax::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.king-chance-kpagnu.king-chance-87pr7h .king-chance-e23xax::after {
  background: #fa8535;
}

.king-chance-4561gn {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .king-chance-4561gn {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .king-chance-4561gn {
    margin: 24px 0 60px;
  }
}

.king-chance-4561gn h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

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

.king-chance-0kth9b {
  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) {
  .king-chance-0kth9b {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

.king-chance-w3z8wq {
  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) {
  .king-chance-w3z8wq:hover {
    background: var(--button-bg-hover);
  }
}

.king-chance-306jq7 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.king-chance-306jq7 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.king-chance-306jq7 small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .king-chance-306jq7 {
    margin-bottom: 16px;
  }
}

.king-chance-etjp0p {
  width: 120px;
  height: 22px;
}

.king-chance-etjp0p .king-chance-tfu24j {
  fill: #c2c0ce;
}

.king-chance-etjp0p [rating="1"] .king-chance-tfu24j:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.king-chance-etjp0p [rating="2"] .king-chance-tfu24j:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.king-chance-etjp0p [rating="3"] .king-chance-tfu24j:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.king-chance-etjp0p [rating="4"] .king-chance-tfu24j:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.king-chance-etjp0p [rating="5"] .king-chance-tfu24j:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.king-chance-lffm92 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.king-chance-z7rcgk {
  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);
}

.king-chance-z7rcgk.king-chance-dtjs3i {
  display: block;
}

.king-chance-z7rcgk.king-chance-weqmx4 {
  display: none;
}

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

.king-chance-nvjsl5 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.king-chance-53mdhy {
  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);
}

.king-chance-6qr2d3 {
  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;
}

.king-chance-y30syv small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.king-chance-wnh4gu {
  font-size: 16px;
  line-height: 140%;
}

.king-chance-de7uq4 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.king-chance-de7uq4 .king-chance-tfu24j {
  fill: #c2c0ce;
}

.king-chance-de7uq4 [rating="1"] .king-chance-tfu24j:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.king-chance-de7uq4 [rating="2"] .king-chance-tfu24j:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.king-chance-de7uq4 [rating="3"] .king-chance-tfu24j:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.king-chance-de7uq4 [rating="4"] .king-chance-tfu24j:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.king-chance-de7uq4 [rating="5"] .king-chance-tfu24j:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.king-chance-uqor9d {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.king-chance-0s30da {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .king-chance-0s30da {
    padding: 0 16px;
  }
}

.king-chance-8vi4sw {
  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) {
  .king-chance-8vi4sw {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.king-chance-9kfgk7 {
  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) {
  .king-chance-9kfgk7 {
    padding: 12px;
    gap: 12px;
  }
}

.king-chance-5tmzhy {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.king-chance-5tmzhy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.king-chance-g2cn7t {
  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;
}

.king-chance-7j080v {
  flex: 1;
  min-width: 0;
}

.king-chance-jl5pid {
  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) {
  .king-chance-jl5pid {
    font-size: 14px;
    gap: 6px;
  }
}

.king-chance-ug4qbq {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.king-chance-ug4qbq svg,
.king-chance-ug4qbq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.king-chance-ug4qbq svg path {
  fill: var(--button-bg-color);
}

.king-chance-ug4qbq svg circle {
  fill: var(--button-text-color);
}

.king-chance-p0mbmz {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .king-chance-p0mbmz {
    font-size: 12px;
  }
}

.king-chance-p0mbmz strong {
  font-weight: 600;
}

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

.king-chance-qfp334 p {
  margin: 0 0 16px;
}

.king-chance-qfp334 p:last-child {
  margin-bottom: 0;
}

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

.king-chance-nr9wb1 {
  max-width: 300px;
  width: 100%;
}

.king-chance-nr9wb1 a {
  width: 100%;
}

@media (max-width: 575px) {
  .king-chance-nr9wb1 {
    max-width: 200px;
  }
}

.king-chance-dz8v3h {
  justify-content: center;
}

.king-chance-ml9fnh {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.king-chance-xbmtkq {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .king-chance-92w6u9 {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.king-chance-3ih50j {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.king-chance-3ih50j .king-chance-t9y2nt {
  justify-content: center;
}

/* faq */

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

.king-chance-o1enzr {
  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.king-chance-e8dxm9 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.king-chance-o1enzr::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.king-chance-e8dxm9 ease;
}

.king-chance-icf7lq.king-chance-lg3v26 .king-chance-o1enzr::after {
  transform: rotate(45deg);
}

.king-chance-4pl190 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.king-chance-ii2onv ease, padding 0.king-chance-ii2onv ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.king-chance-icf7lq.king-chance-lg3v26 .king-chance-4pl190 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.king-chance-84guj7 {
  margin: 25px 0;
}

.king-chance-rvmr7q > input:not(:checked) ~ label:hover,
.king-chance-rvmr7q > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.king-chance-g7o9l1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.king-chance-o01xk4 44.king-chance-bw6lsq.king-chance-6p1p3x.king-chance-xxholg.king-chance-k41cer.king-chance-2gykiu.king-chance-fl4vm5.king-chance-or54yx.king-chance-m7kumb.king-chance-mjspxs.king-chance-pa8emi.king-chance-5p1sz2.king-chance-k9dgcs 0l-12.king-chance-sg2d71 30.king-chance-jppszb.king-chance-t72qht 2.king-chance-9po6j3.king-chance-t72qht 3.king-chance-7e6pu9 3.king-chance-ifyhik.king-chance-ydp1fe 3.king-chance-c7qvez.king-chance-egjtgg.king-chance-go5lbh.king-chance-chqr24 7-3.king-chance-sg2d71 10.king-chance-6hfa7b.king-chance-chqr24 23.king-chance-zksf9v.king-chance-9n3227 1.king-chance-w0i3pu 2.king-chance-sg2d71 3.king-chance-9n3227 1.king-chance-ydp1fe 5.king-chance-ryd63y.king-chance-ydp1fe 32.king-chance-rrhurl.king-chance-egjtgg 5.king-chance-k9dgcs 4.king-chance-chqr24 9.king-chance-chqr24 8.king-chance-ydp1fe 6.king-chance-58ar9s.king-chance-jwcje4.king-chance-8bvz2j.king-chance-b8w4u5.king-chance-vgzrgn 4.king-chance-0yq4oe.king-chance-vgzrgn 6.king-chance-vgzrgn 0l29.king-chance-k9dgcs 17.king-chance-vi2cjf.king-chance-q974p0 2.king-chance-ia10tv 10.king-chance-rp67zu.king-chance-sg2d71 8.king-chance-d5xad9.king-chance-jgzl2i.king-chance-onvoc0.king-chance-entcs7.king-chance-nqdnk3.king-chance-egjtgg.king-chance-2gykiu.king-chance-sg2d71 1.king-chance-vx6coh.king-chance-8wx1p2.king-chance-z4e7mo.king-chance-3merlk.king-chance-9k69m7.king-chance-w0i3pu 1.king-chance-y3ta27.king-chance-3snup4.5z'/%3e%3c/svg%3e");
}

.king-chance-7ha59a {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .king-chance-7ha59a {
    gap: 16px 0;
  }
}

.king-chance-ba5b5e {
  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);
}

.king-chance-ba5b5e.king-chance-ouczh9 {
  display: block;
}

.king-chance-ba5b5e.king-chance-3wqbi1 {
  display: none;
}

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

.king-chance-4pim50 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.king-chance-r89z5t {
  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);
}

.king-chance-hcs7cx {
  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;
}

.king-chance-hubete small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.king-chance-xgrf6s {
  font-size: 16px;
  line-height: 140%;
}

.king-chance-1bl8b0 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.king-chance-1bl8b0 .king-chance-4ngkuk {
  fill: #c2c0ce;
}

.king-chance-1bl8b0 [rating="1"] .king-chance-4ngkuk:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.king-chance-1bl8b0 [rating="2"] .king-chance-4ngkuk:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.king-chance-1bl8b0 [rating="3"] .king-chance-4ngkuk:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.king-chance-1bl8b0 [rating="4"] .king-chance-4ngkuk:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.king-chance-1bl8b0 [rating="5"] .king-chance-4ngkuk:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.king-chance-snh04y 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;
}

.king-chance-snh04y 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 */

.king-chance-flxmpz {
  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);
}

.king-chance-flxmpz.king-chance-cla6a3 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.king-chance-9n4ayc {
  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;
}

.king-chance-9n4ayc label {
  font-size: 14px;
}

.king-chance-9n4ayc h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.king-chance-9n4ayc input,
.king-chance-9n4ayc textarea,
.king-chance-9n4ayc 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;
}
.king-chance-9n4ayc button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.king-chance-e8dxm9 ease;
}
.king-chance-9n4ayc button:hover {
  background-color: var(--button-bg-hover);
}
.king-chance-zx7um9 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.king-chance-heh6k6 ease-in;
}

.king-chance-zx7um9 h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.king-chance-5u22a1, .king-chance-f5l050, [class*="review-card"],
thead, thead th, table th, .king-chance-vhc2r2,
.king-chance-lts08b, [class*="collapsible-header"],
.king-chance-jpitoy, [class*="updated-block"] {
  color: #ece7dc !important;
}

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