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

.lucky-circus-5jpejk {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-5jpejk {
    padding: 54px 0 0;
  }
}

.lucky-circus-9g6mk8 {
  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) {
  .lucky-circus-9g6mk8: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;
  }
}

.lucky-circus-dyxltf {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-dyxltf {
    margin: 20px auto 100px;
  }
}

.lucky-circus-dyxltf h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .lucky-circus-dyxltf h1 {
    font-size: 120px;
  }
}

.lucky-circus-dyxltf p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.lucky-circus-20dpdu {
  cursor: pointer;
}

.lucky-circus-ncx0cm {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.lucky-circus-3a7ic6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.lucky-circus-3a7ic6 figure {
  margin: 0;
}

.lucky-circus-3a7ic6.lucky-circus-cfzbep {
  justify-content: flex-start;
  margin-right: 4px;
}

.lucky-circus-3a7ic6.lucky-circus-twn0h4 {
  justify-content: flex-end;
  margin-left: 4px;
}

.lucky-circus-3a7ic6.lucky-circus-b26uzx {
  justify-content: center;
}

.lucky-circus-3a7ic6.lucky-circus-i97rsw {
  justify-content: normal;
}

.lucky-circus-a4v0q9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.lucky-circus-gqb239 {
  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) {
  .lucky-circus-gqb239 {
    flex-direction: column;
  }
}

.lucky-circus-0o3rgu {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.lucky-circus-0o3rgu img {
  width: 100%;
}

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

.lucky-circus-5putry {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.lucky-circus-5putry 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) {
  .lucky-circus-5putry ul {
    margin-bottom: 15px;
  }
}

.lucky-circus-5putry ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.lucky-circus-5putry 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);
}

.lucky-circus-5putry ul li span svg {
  fill: var(--title-color);
}

.lucky-circus-5putry ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-5putry ul li small {
    font-size: 12px;
  }
}

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

.lucky-circus-5putry ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-5putry {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.lucky-circus-wfbv2s {
  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) {
  .lucky-circus-wfbv2s {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.lucky-circus-f7b2xw {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .lucky-circus-ur3iql {
    height: 50px;
  }
}

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

.lucky-circus-ur3iql.lucky-circus-im1oo7 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .lucky-circus-ur3iql.lucky-circus-im1oo7:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.lucky-circus-1wynwj {
  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) {
  .lucky-circus-1wynwj {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .lucky-circus-1wynwj {
    padding: 50px 16px 68px;
  }
}

.lucky-circus-eqgvks {
  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) {
  .lucky-circus-eqgvks {
    flex-direction: column;
  }
}

.lucky-circus-j10vju {
  margin-bottom: 94px;
}

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

.lucky-circus-zdihcg .lucky-circus-juurn3 {
  margin-bottom: 28px;
}

.lucky-circus-zdihcg .lucky-circus-juurn3 img {
  max-height: 100px;
  width: auto;
}

.lucky-circus-um6dvd {
  display: flex;
  align-items: center;
}

.lucky-circus-um6dvd a + a {
  margin-left: 24px;
}

.lucky-circus-um6dvd img {
  max-height: 56px;
  width: auto;
}

.lucky-circus-um6dvd img + img {
  margin-left: 24px;
}

.lucky-circus-s3sxea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.lucky-circus-cn7so0 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .lucky-circus-tlmxbm {
    flex-wrap: wrap;
  }
}

.lucky-circus-tlmxbm li {
  display: flex;
  margin: 0 7px;
}

.lucky-circus-tlmxbm li svg {
  transition: 0.lucky-circus-e3lc4l ease-in-out;
}

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

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

.lucky-circus-ynmi6j + .lucky-circus-ynmi6j {
  margin-left: 120px;
}

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

.lucky-circus-wfh3c3 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.lucky-circus-4z41x9 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lucky-circus-4z41x9 li {
  font-size: 16px;
}

.lucky-circus-4z41x9 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .lucky-circus-4z41x9 li a:hover {
    text-decoration: underline;
  }
}

.lucky-circus-4z41x9 li + li {
  margin-top: 16px;
}

.lucky-circus-lfn8en {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.lucky-circus-da1umm ease-in-out;
}

.lucky-circus-lfn8en.lucky-circus-0ihet6 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.lucky-circus-oafj3b {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.lucky-circus-c77lzs li {
  width: 100%;
}

.lucky-circus-c77lzs 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.lucky-circus-e3lc4l ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.lucky-circus-c77lzs li a svg {
  fill: var(--button-text-color);
}

.lucky-circus-c77lzs li a.lucky-circus-0ihet6 {
  background: var(--border-color);
}

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

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

.lucky-circus-8c76xp {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-8c76xp {
    margin: 0 -5px;
  }
}

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

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

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

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

.lucky-circus-xyjhie {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.lucky-circus-xyjhie img {
  width: 100%;
  transition: 0.lucky-circus-e3lc4l ease-in-out;
}

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

.lucky-circus-fdompe {
  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) {
  .lucky-circus-fdompe {
    height: 54px;
  }
}

.lucky-circus-guezgp {
  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) {
  .lucky-circus-guezgp {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .lucky-circus-guezgp .lucky-circus-juurn3 img {
    max-width: 90px;
  }
}

.lucky-circus-juurn3 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .lucky-circus-juurn3 {
    order: -2;
  }
}

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

.lucky-circus-2wgpe9 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lucky-circus-2wgpe9 li {
  font-size: 16px;
  margin: 0 20px;
}

.lucky-circus-2wgpe9 li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .lucky-circus-2wgpe9 li a:hover {
    text-decoration: underline;
  }
}

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

.lucky-circus-yx4jye {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.lucky-circus-yx4jye.lucky-circus-5fxwyz {
  margin-right: 0;
}

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

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

.lucky-circus-pgt8ph {
  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) {
  .lucky-circus-pgt8ph:hover {
    background: var(--button-bg-hover);
  }
}

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

.lucky-circus-nlwggn {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.lucky-circus-nlwggn:hover > ul {
  display: flex;
}

.lucky-circus-nlwggn:focus > ul {
  display: flex;
}

.lucky-circus-nlwggn:focus-within > ul {
  display: flex;
}

.lucky-circus-w82rj6 {
  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;
}

.lucky-circus-w82rj6::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.lucky-circus-da1umm ease-in-out;
}

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

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

.lucky-circus-nlwggn 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.lucky-circus-e3lc4l ease-in-out;
  overflow: hidden;
}

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

.lucky-circus-nlwggn 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) {
  .lucky-circus-nlwggn ul li a:hover {
    text-decoration: underline;
  }
}

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

.lucky-circus-g5vw9k {
  display: none;
}

.lucky-circus-efq4m8 {
  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) {
  .lucky-circus-efq4m8 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .lucky-circus-g5vw9k:checked ~ .lucky-circus-25potf {
    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;
  }
  .lucky-circus-25potf {
    display: none;
    transition: display 0.lucky-circus-e3lc4l ease-in-out;
  }
  .lucky-circus-g5vw9k:checked ~ .lucky-circus-25potf {
    display: block;
  }
  .lucky-circus-g5vw9k:checked + .lucky-circus-efq4m8 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .lucky-circus-g5vw9k:checked + .lucky-circus-efq4m8 span:nth-child(2) {
    display: none;
  }
  .lucky-circus-g5vw9k:checked + .lucky-circus-efq4m8 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.lucky-circus-dn6m9k {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.lucky-circus-dn6m9k img {
  margin-bottom: 20px;
}

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

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

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

.lucky-circus-x5gong {
  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) {
  .lucky-circus-x5gong {
    font-size: 32px;
  }
}

.lucky-circus-68juuz {
  color: var(--text-color);
}

.lucky-circus-ijhuim {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.lucky-circus-ijhuim p img {
  display: block;
  margin: 0 auto;
}

.lucky-circus-ijhuim p:first-of-type {
  margin-top: 0;
}

.lucky-circus-ijhuim p:last-of-type {
  margin-bottom: 0;
}

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

.lucky-circus-ijhuim ul {
  padding: 0 0 0 20px;
}

.lucky-circus-ijhuim table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.lucky-circus-ijhuim table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.lucky-circus-ijhuim iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.lucky-circus-7wy1vy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

.lucky-circus-cvse1z {
  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) {
  .lucky-circus-cvse1z {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

.lucky-circus-vwm02o {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.lucky-circus-vwm02o .lucky-circus-v8bexd {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-vwm02o .lucky-circus-v8bexd {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.lucky-circus-vwm02o .lucky-circus-kkys0z {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-vwm02o .lucky-circus-kkys0z {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .lucky-circus-vwm02o .lucky-circus-kkys0z img {
    width: 100%;
  }
}

.lucky-circus-kkys0z {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-kkys0z {
    margin-bottom: 18px;
  }
}

.lucky-circus-v8bexd {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-v8bexd {
    margin-bottom: 18px;
  }
}

.lucky-circus-7wy1vy 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) {
  .lucky-circus-7wy1vy h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.lucky-circus-7wy1vy .lucky-circus-9g6mk8 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.lucky-circus-2snxma {
  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) {
  .lucky-circus-2snxma {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .lucky-circus-2snxma {
    margin-bottom: 60px;
  }
}

.lucky-circus-c42r6z {
  position: relative;
  border: none;
}

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

.lucky-circus-ddtviw {
  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;
}

.lucky-circus-ddtviw span {
  height: 32px;
}

.lucky-circus-ddtviw span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.lucky-circus-ddtviw.lucky-circus-f9cco4 span {
  transform: scaleY(-1);
}

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

.lucky-circus-y88cc7 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lucky-circus-y88cc7 li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .lucky-circus-y88cc7 li {
    font-size: 16px;
  }
}

.lucky-circus-y88cc7 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.lucky-circus-e3lc4l ease-in-out;
}

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

@media only screen and (max-width: 767px) {
  .lucky-circus-y88cc7 li a {
    padding: 12px 14px;
  }
}

.lucky-circus-y88cc7.lucky-circus-32icud {
  display: none;
}

.lucky-circus-zeofz0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.lucky-circus-zeofz0 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .lucky-circus-zeofz0 table td {
    min-width: 75px;
  }
}

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

.lucky-circus-zeofz0 table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.lucky-circus-zeofz0 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.lucky-circus-69z1qp {
  width: 100%;
  border-collapse: collapse;
}

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

.lucky-circus-69z1qp 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) {
  .lucky-circus-69z1qp tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.lucky-circus-69z1qp tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.lucky-circus-1o3lme table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.lucky-circus-1o3lme table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.lucky-circus-1o3lme p {
  color: var(--text-color);
}

.lucky-circus-umsf70 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.lucky-circus-u2rgm8 {
  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);
}

.lucky-circus-n72z46 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.lucky-circus-htkgk6 p + p {
  margin-top: 10px;
}

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

.lucky-circus-drt1oj {
  display: none;
}

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

.lucky-circus-j3ooq8 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.lucky-circus-j3ooq8 li {
  margin: 0 20px;
}

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

.lucky-circus-j3ooq8 li a img {
  margin-bottom: 4px;
}

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

.lucky-circus-l2sku9 {
  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) {
  .lucky-circus-l2sku9 {
    padding: 0 16px;
  }
}

.lucky-circus-l2sku9 li {
  font-size: 16px;
  position: relative;
}

.lucky-circus-l2sku9 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.lucky-circus-l2sku9 li span {
  opacity: 0.5;
}

.lucky-circus-l2sku9 li + li {
  margin-left: 30px;
}

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

h2.lucky-circus-cvse1z {
  margin: 0 0 28px;
}

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

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

.lucky-circus-fik1r7 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);
}

.lucky-circus-fik1r7 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;
}

.lucky-circus-fik1r7 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;
}

.lucky-circus-fik1r7 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.lucky-circus-fik1r7 tbody tr:last-of-type {
  margin-bottom: 0;
}

.lucky-circus-fik1r7 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.lucky-circus-fik1r7 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);
}

.lucky-circus-fik1r7 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);
}

.lucky-circus-fik1r7 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.lucky-circus-fik1r7 tbody tr td .lucky-circus-zy99ut {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .lucky-circus-fik1r7 tbody tr td .lucky-circus-zy99ut {
    width: 100%;
  }
}

.lucky-circus-fik1r7 tbody tr td .lucky-circus-vtcvai {
  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.lucky-circus-e3lc4l ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .lucky-circus-fik1r7 tbody tr td .lucky-circus-vtcvai:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .lucky-circus-fik1r7 tbody tr td .lucky-circus-vtcvai {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .lucky-circus-fik1r7 tbody tr td .lucky-circus-vtcvai {
    width: 100%;
  }
}

.lucky-circus-fik1r7 tbody tr td .lucky-circus-r0os6g {
  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) {
  .lucky-circus-fik1r7 tbody tr td .lucky-circus-r0os6g:hover {
    text-decoration: none;
  }
}

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

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

.lucky-circus-0m8xcm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.lucky-circus-tsoszt {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.lucky-circus-cwdl94 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.lucky-circus-e3lc4l ease-in-out;
}

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

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

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

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

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

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

.lucky-circus-gqnk47 img {
  width: 100%;
  height: 100%;
}

.lucky-circus-gqnk47 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.lucky-circus-utpfpd svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.lucky-circus-e3lc4l ease-in-out;
}

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

.lucky-circus-7cezkf {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-7cezkf {
    padding: 40px 0;
  }
}

.lucky-circus-km4d2s {
  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) {
  .lucky-circus-km4d2s {
    padding: 0 16px;
  }
}

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

.lucky-circus-0fgwji {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.lucky-circus-0fgwji img {
  width: 100%;
}

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

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

.lucky-circus-dg8rzs {
  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;
}

.lucky-circus-dg8rzs 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) {
  .lucky-circus-dg8rzs {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .lucky-circus-dg8rzs {
    padding: 24px 10px;
  }
}

.lucky-circus-r81m2y {
  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.lucky-circus-e3lc4l ease-in-out;
}

.lucky-circus-r81m2y:hover {
  border: 1px solid #8c8ca2;
}

.lucky-circus-uoig5e {
  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%);
}

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

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

.lucky-circus-bb1g1h a {
  text-decoration: underline;
  color: #8babff;
}

.lucky-circus-lw7zdo {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.lucky-circus-lw7zdo .lucky-circus-r81m2y {
  width: 50%;
  margin: 0;
}

.lucky-circus-4gz5vb {
  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;
}

.lucky-circus-4gz5vb:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.lucky-circus-rlwcnr {
  margin: 0 0 100px;
}

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

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

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

.lucky-circus-s6oga7 {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

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

.lucky-circus-6z4m6r {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-6z4m6r {
    flex-basis: auto;
    max-width: 100%;
  }
}

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

.lucky-circus-hh3q2z 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.lucky-circus-e3lc4l ease-in-out;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-hh3q2z a {
    margin: 1px 0 4px;
  }
}

.lucky-circus-hh3q2z a svg {
  fill: #fff;
}

.lucky-circus-hh3q2z a:hover {
  background: #3d68e7;
}

.lucky-circus-gydsge {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.lucky-circus-riov9y {
  margin-bottom: 16px;
}

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

.lucky-circus-fvvb9z {
  font-size: 16px;
  color: var(--text-color);
}

.lucky-circus-0tcz25 {
  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) {
  .lucky-circus-0tcz25 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .lucky-circus-0tcz25 {
    margin: 20px auto 60px;
  }
}

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

.lucky-circus-1bryxm {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

@media only screen and (min-width: 992px) {
  .lucky-circus-1bryxm {
    margin: 0;
    padding-right: 20px;
  }
}

.lucky-circus-mwua8a {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.lucky-circus-mwua8a 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);
}

.lucky-circus-mwua8a 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) {
  .lucky-circus-mwua8a table tr td {
    padding: 12px 4px;
  }
}

.lucky-circus-mwua8a 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) {
  .lucky-circus-mwua8a table tr th {
    padding: 12px 4px;
  }
}

.lucky-circus-mwua8a table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .lucky-circus-mwua8a {
    margin: 0;
  }
}

.lucky-circus-675lq5 {
  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) {
  .lucky-circus-675lq5 {
    min-height: 190px;
  }
}

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

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

.lucky-circus-xjuizo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.lucky-circus-xjuizo.lucky-circus-jyux3i {
  display: none;
}

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

.lucky-circus-wsbw8a iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lucky-circus-wsbw8a iframe.lucky-circus-7z1v2a {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.lucky-circus-wsbw8a.lucky-circus-c4p78q {
  opacity: 1;
  pointer-events: all;
}

.lucky-circus-2hvc2c {
  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.lucky-circus-e3lc4l ease-in-out;
}

.lucky-circus-2hvc2c svg {
  margin-right: 10px;
}

.lucky-circus-2hvc2c + .lucky-circus-2hvc2c {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .lucky-circus-2hvc2c:hover {
    background: #a8a6b3;
  }
}

.lucky-circus-4c3tgc {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

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

@media only screen and (max-width: 767px) {
  .lucky-circus-2hvc2c {
    height: 42px;
    max-width: 220px;
  }
}

.lucky-circus-0tcz25 .lucky-circus-7wy1vy {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.lucky-circus-0tcz25 .lucky-circus-7wy1vy h1,
.lucky-circus-0tcz25 .lucky-circus-7wy1vy 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) {
  .lucky-circus-0tcz25 .lucky-circus-7wy1vy h1,
  .lucky-circus-0tcz25 .lucky-circus-7wy1vy h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .lucky-circus-0tcz25 .lucky-circus-7wy1vy {
    margin: 28px 0 0;
  }
}

.lucky-circus-sv0vq1 {
  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) {
  .lucky-circus-sv0vq1 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .lucky-circus-sv0vq1 {
    flex-direction: column;
  }
}

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

.lucky-circus-evtskv {
  max-width: 545px;
  width: 100%;
}

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

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

.lucky-circus-8gr2dt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.lucky-circus-8gr2dt iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lucky-circus-iu84jl {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

.lucky-circus-9n080y {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-9n080y {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.lucky-circus-cx1taq {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

.lucky-circus-7zw2nd {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.lucky-circus-7zw2nd span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-7zw2nd {
    margin: 0;
  }
  .lucky-circus-7zw2nd:last-of-type {
    margin-top: 4px;
  }
}

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

@media only screen and (max-width: 540px) {
  .lucky-circus-e7dlp7 {
    padding: 10px;
  }
}

.lucky-circus-e7dlp7 .lucky-circus-9g6mk8 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .lucky-circus-e7dlp7 .lucky-circus-9g6mk8 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .lucky-circus-e7dlp7 {
    flex-wrap: wrap;
  }
}

.lucky-circus-lm1dfm {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.lucky-circus-lm1dfm img {
  width: 100%;
}

.lucky-circus-dukxbb {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.lucky-circus-g7i1ts {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.lucky-circus-bpmood {
  width: 100%;
  margin: 0 0 100px;
}

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

.lucky-circus-bpmood .lucky-circus-ofbrce {
  position: relative;
}

.lucky-circus-bpmood .lucky-circus-4ef252 {
  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;
}

.lucky-circus-bpmood .lucky-circus-4ef252.lucky-circus-jyux3i {
  display: none;
}

.lucky-circus-bpmood .lucky-circus-3c2hfq {
  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) {
  .lucky-circus-bpmood .lucky-circus-3c2hfq {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .lucky-circus-bpmood .lucky-circus-3c2hfq {
    bottom: 90px;
  }
}

.lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-gto4mh {
  max-width: 300px;
  width: 100%;
}

.lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-gto4mh .lucky-circus-qw257q {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-gto4mh .lucky-circus-qw257q {
    font-size: 32px;
    text-align: center;
  }
}

.lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-gto4mh .lucky-circus-u1ynra {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-gto4mh .lucky-circus-u1ynra {
    text-align: center;
  }
}

.lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-5fxwyz {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-5fxwyz {
    flex-direction: column-reverse;
  }
}

.lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-5fxwyz .lucky-circus-v1o09n {
  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.lucky-circus-e3lc4l ease-in-out;
}

.lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-5fxwyz .lucky-circus-v1o09n:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-5fxwyz .lucky-circus-v1o09n {
    width: 100%;
  }
}

.lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-5fxwyz .lucky-circus-e7mi53 {
  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.lucky-circus-e3lc4l ease-in-out;
  overflow: hidden;
}

.lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-5fxwyz .lucky-circus-e7mi53 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);
  }
}

.lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-5fxwyz .lucky-circus-e7mi53: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;
}

.lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-5fxwyz .lucky-circus-e7mi53:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .lucky-circus-bpmood .lucky-circus-3c2hfq .lucky-circus-5fxwyz .lucky-circus-e7mi53 {
    width: 100%;
  }
}

.lucky-circus-bpmood .lucky-circus-3c2hfq.lucky-circus-jyux3i {
  display: none;
}

.lucky-circus-bpmood .lucky-circus-i50xzp {
  display: none;
}

.lucky-circus-bpmood .lucky-circus-i50xzp.lucky-circus-c4p78q {
  display: block;
}

.lucky-circus-bpmood .lucky-circus-i50xzp iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .lucky-circus-bpmood .lucky-circus-i50xzp iframe {
    height: calc(100vh - 54px);
  }
}

.lucky-circus-bpmood .lucky-circus-5xft5h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .lucky-circus-bpmood .lucky-circus-5xft5h {
    padding: 24px 16px 0;
  }
}

.lucky-circus-bpmood .lucky-circus-5xft5h .lucky-circus-qw257q {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-bpmood .lucky-circus-5xft5h .lucky-circus-qw257q {
    margin-bottom: 24px;
  }
}

.lucky-circus-bpmood .lucky-circus-5xft5h 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);
}

.lucky-circus-bpmood .lucky-circus-5xft5h 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) {
  .lucky-circus-bpmood .lucky-circus-5xft5h table tr td {
    padding: 12px 4px;
  }
}

.lucky-circus-bpmood .lucky-circus-5xft5h 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) {
  .lucky-circus-bpmood .lucky-circus-5xft5h table tr th {
    padding: 12px 4px;
  }
}

.lucky-circus-bpmood .lucky-circus-5xft5h table tr:last-of-type td {
  border-bottom: none;
}

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

.lucky-circus-mqkzjz.lucky-circus-0ihet6 {
  display: block;
}

.lucky-circus-mqkzjz iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.lucky-circus-mqkzjz .lucky-circus-y78k89 {
  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;
}

.lucky-circus-mqkzjz .lucky-circus-ag6lwb {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.lucky-circus-mqkzjz .lucky-circus-e7mi53 {
  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.lucky-circus-e3lc4l ease-in-out;
}

.lucky-circus-mqkzjz .lucky-circus-e7mi53:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.lucky-circus-w9eqc4.lucky-circus-0ihet6 {
  display: block;
}

.lucky-circus-qzd7hk {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.lucky-circus-45cpkh {
  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;
}

.lucky-circus-8bdfbl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.lucky-circus-a861ui {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.lucky-circus-a861ui svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.lucky-circus-r5loq8 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lucky-circus-b4azai.lucky-circus-jyux3i {
  display: none;
}

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

@media only screen and (max-width: 767px) {
  .lucky-circus-0n2rn1 {
    margin-bottom: 20px;
  }
}

.lucky-circus-4znea4 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.lucky-circus-4znea4 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.lucky-circus-e3lc4l ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.lucky-circus-4znea4 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.lucky-circus-4znea4 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.lucky-circus-4znea4 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.lucky-circus-4znea4 input:active {
  border-color: #c2c0ce;
}

.lucky-circus-4znea4 input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-4znea4 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.lucky-circus-dttrxx {
  margin-bottom: 36px;
}

.lucky-circus-dttrxx 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;
}

.lucky-circus-dttrxx textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.lucky-circus-dttrxx textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.lucky-circus-gouebb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lucky-circus-ywcofi {
  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.lucky-circus-e3lc4l ease-in-out;
}

.lucky-circus-ywcofi:hover {
  background: var(--border-color);
}

.lucky-circus-74dtb6 {
  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.lucky-circus-e3lc4l ease-in-out;
}

.lucky-circus-74dtb6:hover {
  background: #166ad9;
}

.lucky-circus-jw6pxc {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.lucky-circus-jw6pxc.lucky-circus-jyux3i {
  display: none;
}

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

.lucky-circus-jw6pxc .lucky-circus-ywcofi {
  margin: 0 auto;
}

.lucky-circus-4alejz {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-4alejz {
    margin-bottom: 16px;
  }
}

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

.lucky-circus-qv2116 {
  filter: grayscale(100%);
}

.lucky-circus-wzjyzf > input {
  display: none;
}

.lucky-circus-wzjyzf > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lucky-circus-mzrw0c.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.lucky-circus-wfikqb 44.lucky-circus-1p49el.lucky-circus-hbn2ph.lucky-circus-zalx72.lucky-circus-tqrpn0.lucky-circus-rqqxhd.lucky-circus-8zx94c.lucky-circus-eo2s0q.lucky-circus-bkst94.lucky-circus-vj3j6b.lucky-circus-sbu90x.lucky-circus-wfr80h.lucky-circus-bbnhvw 0l-12.lucky-circus-e9vtiv 30.lucky-circus-4mfp3n.lucky-circus-sxecqy 2.lucky-circus-a6ysqf.lucky-circus-sxecqy 3.lucky-circus-nj0hqb 3.lucky-circus-2jjrtf.lucky-circus-0wfh56 3.lucky-circus-u4uvpw.lucky-circus-imma4m.lucky-circus-8vdrja.lucky-circus-coutrx 7-3.lucky-circus-e9vtiv 10.lucky-circus-qbvlb9.lucky-circus-coutrx 23.lucky-circus-f77nsb.lucky-circus-u6ogtx 1.lucky-circus-ie5ngu 2.lucky-circus-e9vtiv 3.lucky-circus-u6ogtx 1.lucky-circus-0wfh56 5.lucky-circus-mql1rp.lucky-circus-0wfh56 32.lucky-circus-7oqrz4.lucky-circus-imma4m 5.lucky-circus-bbnhvw 4.lucky-circus-coutrx 9.lucky-circus-coutrx 8.lucky-circus-0wfh56 6.lucky-circus-kwc3pp.lucky-circus-5iwgn7.lucky-circus-bzfmf3.lucky-circus-gqizja.lucky-circus-hprqbl 4.lucky-circus-rzdzvz.lucky-circus-hprqbl 6.lucky-circus-hprqbl 0l29.lucky-circus-bbnhvw 17.lucky-circus-rjkcaj.lucky-circus-4gsy2m 2.lucky-circus-k0bpzg 10.lucky-circus-8i2wqq.lucky-circus-e9vtiv 8.lucky-circus-gpyag0.lucky-circus-vvdivs.lucky-circus-4wah15.lucky-circus-843fk4.lucky-circus-w5ozu1.lucky-circus-imma4m.lucky-circus-rqqxhd.lucky-circus-e9vtiv 1.lucky-circus-s29url.lucky-circus-ih83i4.lucky-circus-ce2zoa.lucky-circus-59ix8e.lucky-circus-z9t2mb.lucky-circus-ie5ngu 1.lucky-circus-l8xtzo.lucky-circus-igq0mp.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.lucky-circus-wzjyzf > input:checked ~ label,
.lucky-circus-wzjyzf > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lucky-circus-mzrw0c.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.lucky-circus-wfikqb 44.lucky-circus-1p49el.lucky-circus-hbn2ph.lucky-circus-zalx72.lucky-circus-tqrpn0.lucky-circus-rqqxhd.lucky-circus-8zx94c.lucky-circus-eo2s0q.lucky-circus-bkst94.lucky-circus-vj3j6b.lucky-circus-sbu90x.lucky-circus-wfr80h.lucky-circus-bbnhvw 0l-12.lucky-circus-e9vtiv 30.lucky-circus-4mfp3n.lucky-circus-sxecqy 2.lucky-circus-a6ysqf.lucky-circus-sxecqy 3.lucky-circus-nj0hqb 3.lucky-circus-2jjrtf.lucky-circus-0wfh56 3.lucky-circus-u4uvpw.lucky-circus-imma4m.lucky-circus-8vdrja.lucky-circus-coutrx 7-3.lucky-circus-e9vtiv 10.lucky-circus-qbvlb9.lucky-circus-coutrx 23.lucky-circus-f77nsb.lucky-circus-u6ogtx 1.lucky-circus-ie5ngu 2.lucky-circus-e9vtiv 3.lucky-circus-u6ogtx 1.lucky-circus-0wfh56 5.lucky-circus-mql1rp.lucky-circus-0wfh56 32.lucky-circus-7oqrz4.lucky-circus-imma4m 5.lucky-circus-bbnhvw 4.lucky-circus-coutrx 9.lucky-circus-coutrx 8.lucky-circus-0wfh56 6.lucky-circus-kwc3pp.lucky-circus-5iwgn7.lucky-circus-bzfmf3.lucky-circus-gqizja.lucky-circus-hprqbl 4.lucky-circus-rzdzvz.lucky-circus-hprqbl 6.lucky-circus-hprqbl 0l29.lucky-circus-bbnhvw 17.lucky-circus-rjkcaj.lucky-circus-4gsy2m 2.lucky-circus-k0bpzg 10.lucky-circus-8i2wqq.lucky-circus-e9vtiv 8.lucky-circus-gpyag0.lucky-circus-vvdivs.lucky-circus-4wah15.lucky-circus-843fk4.lucky-circus-w5ozu1.lucky-circus-imma4m.lucky-circus-rqqxhd.lucky-circus-e9vtiv 1.lucky-circus-s29url.lucky-circus-ih83i4.lucky-circus-ce2zoa.lucky-circus-59ix8e.lucky-circus-z9t2mb.lucky-circus-ie5ngu 1.lucky-circus-l8xtzo.lucky-circus-igq0mp.5z'/%3e%3c/svg%3e");
}

.lucky-circus-wzjyzf > input:not(:checked) ~ label:hover,
.lucky-circus-wzjyzf > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lucky-circus-mzrw0c.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.lucky-circus-wfikqb 44.lucky-circus-1p49el.lucky-circus-hbn2ph.lucky-circus-zalx72.lucky-circus-tqrpn0.lucky-circus-rqqxhd.lucky-circus-8zx94c.lucky-circus-eo2s0q.lucky-circus-bkst94.lucky-circus-vj3j6b.lucky-circus-sbu90x.lucky-circus-wfr80h.lucky-circus-bbnhvw 0l-12.lucky-circus-e9vtiv 30.lucky-circus-4mfp3n.lucky-circus-sxecqy 2.lucky-circus-a6ysqf.lucky-circus-sxecqy 3.lucky-circus-nj0hqb 3.lucky-circus-2jjrtf.lucky-circus-0wfh56 3.lucky-circus-u4uvpw.lucky-circus-imma4m.lucky-circus-8vdrja.lucky-circus-coutrx 7-3.lucky-circus-e9vtiv 10.lucky-circus-qbvlb9.lucky-circus-coutrx 23.lucky-circus-f77nsb.lucky-circus-u6ogtx 1.lucky-circus-ie5ngu 2.lucky-circus-e9vtiv 3.lucky-circus-u6ogtx 1.lucky-circus-0wfh56 5.lucky-circus-mql1rp.lucky-circus-0wfh56 32.lucky-circus-7oqrz4.lucky-circus-imma4m 5.lucky-circus-bbnhvw 4.lucky-circus-coutrx 9.lucky-circus-coutrx 8.lucky-circus-0wfh56 6.lucky-circus-kwc3pp.lucky-circus-5iwgn7.lucky-circus-bzfmf3.lucky-circus-gqizja.lucky-circus-hprqbl 4.lucky-circus-rzdzvz.lucky-circus-hprqbl 6.lucky-circus-hprqbl 0l29.lucky-circus-bbnhvw 17.lucky-circus-rjkcaj.lucky-circus-4gsy2m 2.lucky-circus-k0bpzg 10.lucky-circus-8i2wqq.lucky-circus-e9vtiv 8.lucky-circus-gpyag0.lucky-circus-vvdivs.lucky-circus-4wah15.lucky-circus-843fk4.lucky-circus-w5ozu1.lucky-circus-imma4m.lucky-circus-rqqxhd.lucky-circus-e9vtiv 1.lucky-circus-s29url.lucky-circus-ih83i4.lucky-circus-ce2zoa.lucky-circus-59ix8e.lucky-circus-z9t2mb.lucky-circus-ie5ngu 1.lucky-circus-l8xtzo.lucky-circus-igq0mp.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .lucky-circus-yd55cb > .lucky-circus-4cwb82 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .lucky-circus-yd55cb > .lucky-circus-4cwb82 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .lucky-circus-yd55cb > .lucky-circus-4cwb82 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .lucky-circus-yd55cb > .lucky-circus-4cwb82 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .lucky-circus-yd55cb > .lucky-circus-4cwb82 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.lucky-circus-7oftg8 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.lucky-circus-7oftg8.lucky-circus-jyux3i {
  display: none;
}

.lucky-circus-5yoqtd {
  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) {
  .lucky-circus-5yoqtd {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .lucky-circus-5yoqtd {
    border-radius: 20px 20px 0 0;
  }
}

.lucky-circus-yyl4ov {
  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;
}

.lucky-circus-yyl4ov::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.lucky-circus-yyl4ov::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.lucky-circus-yyl4ov img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

.lucky-circus-qr9sbr {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .lucky-circus-qr9sbr {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .lucky-circus-qr9sbr {
    font-size: 14px;
  }
}

.lucky-circus-0qcdrd {
  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;
}

.lucky-circus-0qcdrd::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) {
  .lucky-circus-0qcdrd::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.lucky-circus-0qcdrd::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) {
  .lucky-circus-0qcdrd::after {
    display: none;
  }
}

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

@media only screen and (max-width: 767px) {
  .lucky-circus-0qcdrd {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.lucky-circus-be7f6y {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .lucky-circus-be7f6y {
    top: -20px;
  }
}

.lucky-circus-fowlzh {
  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.lucky-circus-e3lc4l ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.lucky-circus-7oftg8.lucky-circus-fttf6g .lucky-circus-5yoqtd {
  background: #2b3b67;
}

.lucky-circus-7oftg8.lucky-circus-fttf6g .lucky-circus-yyl4ov {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.lucky-circus-7oftg8.lucky-circus-fttf6g .lucky-circus-yyl4ov::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.lucky-circus-7oftg8.lucky-circus-fttf6g .lucky-circus-yyl4ov::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.lucky-circus-7oftg8.lucky-circus-fttf6g .lucky-circus-0qcdrd::before {
  background: #0e0f41;
}

.lucky-circus-7oftg8.lucky-circus-fttf6g .lucky-circus-0qcdrd::after {
  background: #152557;
}

.lucky-circus-7oftg8.lucky-circus-0ppqep .lucky-circus-5yoqtd {
  background: #1f35fa;
}

.lucky-circus-7oftg8.lucky-circus-0ppqep .lucky-circus-yyl4ov {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.lucky-circus-7oftg8.lucky-circus-0ppqep .lucky-circus-yyl4ov::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.lucky-circus-7oftg8.lucky-circus-0ppqep .lucky-circus-yyl4ov::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.lucky-circus-7oftg8.lucky-circus-0ppqep .lucky-circus-0qcdrd::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.lucky-circus-7oftg8.lucky-circus-0ppqep .lucky-circus-0qcdrd::after {
  background: #192ac8;
}

.lucky-circus-7oftg8.lucky-circus-ue0wi3 .lucky-circus-5yoqtd {
  background: #fa771f;
}

.lucky-circus-7oftg8.lucky-circus-ue0wi3 .lucky-circus-yyl4ov {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.lucky-circus-7oftg8.lucky-circus-ue0wi3 .lucky-circus-yyl4ov::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.lucky-circus-7oftg8.lucky-circus-ue0wi3 .lucky-circus-yyl4ov::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.lucky-circus-7oftg8.lucky-circus-ue0wi3 .lucky-circus-0qcdrd::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.lucky-circus-7oftg8.lucky-circus-ue0wi3 .lucky-circus-0qcdrd::after {
  background: #fa8535;
}

.lucky-circus-3co3jl {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .lucky-circus-3co3jl {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .lucky-circus-3co3jl {
    margin: 24px 0 60px;
  }
}

.lucky-circus-3co3jl h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

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

.lucky-circus-iir8od {
  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) {
  .lucky-circus-iir8od {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

.lucky-circus-6igyrj {
  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) {
  .lucky-circus-6igyrj:hover {
    background: var(--button-bg-hover);
  }
}

.lucky-circus-xiubxh {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lucky-circus-xiubxh span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.lucky-circus-xiubxh small {
  font-size: 14px;
  color: var(--text-color);
}

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

.lucky-circus-1vir22 {
  width: 120px;
  height: 22px;
}

.lucky-circus-1vir22 .lucky-circus-o1pfvu {
  fill: #c2c0ce;
}

.lucky-circus-1vir22 [rating="1"] .lucky-circus-o1pfvu:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.lucky-circus-1vir22 [rating="2"] .lucky-circus-o1pfvu:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.lucky-circus-1vir22 [rating="3"] .lucky-circus-o1pfvu:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.lucky-circus-1vir22 [rating="4"] .lucky-circus-o1pfvu:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.lucky-circus-1vir22 [rating="5"] .lucky-circus-o1pfvu:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.lucky-circus-yulfxw {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.lucky-circus-izdval {
  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);
}

.lucky-circus-izdval.lucky-circus-c4p78q {
  display: block;
}

.lucky-circus-izdval.lucky-circus-jyux3i {
  display: none;
}

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

.lucky-circus-j63eix {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.lucky-circus-09i0hy {
  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);
}

.lucky-circus-ixqyqr {
  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;
}

.lucky-circus-9xypzv small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.lucky-circus-9xypzv span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.lucky-circus-j2h3tq {
  font-size: 16px;
  line-height: 140%;
}

.lucky-circus-8giipq {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.lucky-circus-8giipq .lucky-circus-o1pfvu {
  fill: #c2c0ce;
}

.lucky-circus-8giipq [rating="1"] .lucky-circus-o1pfvu:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.lucky-circus-8giipq [rating="2"] .lucky-circus-o1pfvu:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.lucky-circus-8giipq [rating="3"] .lucky-circus-o1pfvu:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.lucky-circus-8giipq [rating="4"] .lucky-circus-o1pfvu:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.lucky-circus-8giipq [rating="5"] .lucky-circus-o1pfvu:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.lucky-circus-d7myms {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.lucky-circus-w9c49g {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .lucky-circus-w9c49g {
    padding: 0 16px;
  }
}

.lucky-circus-3eoknj {
  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) {
  .lucky-circus-3eoknj {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.lucky-circus-cw3bwo {
  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) {
  .lucky-circus-cw3bwo {
    padding: 12px;
    gap: 12px;
  }
}

.lucky-circus-9kwudg {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.lucky-circus-9kwudg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lucky-circus-5sdkfl {
  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;
}

.lucky-circus-w8itob {
  flex: 1;
  min-width: 0;
}

.lucky-circus-g34ivf {
  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) {
  .lucky-circus-g34ivf {
    font-size: 14px;
    gap: 6px;
  }
}

.lucky-circus-okmlbw {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.lucky-circus-okmlbw svg,
.lucky-circus-okmlbw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lucky-circus-okmlbw svg path {
  fill: var(--button-bg-color);
}

.lucky-circus-okmlbw svg circle {
  fill: var(--button-text-color);
}

.lucky-circus-jccebz {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .lucky-circus-jccebz {
    font-size: 12px;
  }
}

.lucky-circus-jccebz strong {
  font-weight: 600;
}

.lucky-circus-1viibj {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.lucky-circus-1viibj p {
  margin: 0 0 16px;
}

.lucky-circus-1viibj p:last-child {
  margin-bottom: 0;
}

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

.lucky-circus-f410lw {
  max-width: 300px;
  width: 100%;
}

.lucky-circus-f410lw a {
  width: 100%;
}

@media (max-width: 575px) {
  .lucky-circus-f410lw {
    max-width: 200px;
  }
}

.lucky-circus-wnje89 {
  justify-content: center;
}

.lucky-circus-6zrxkf {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lucky-circus-dwx55m {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.lucky-circus-azgnzj .lucky-circus-2wgpe9 {
  justify-content: center;
}

/* faq */

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

.lucky-circus-fo0ml8 {
  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.lucky-circus-4lr99n ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lucky-circus-fo0ml8::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.lucky-circus-4lr99n ease;
}

.lucky-circus-ad5p25.lucky-circus-0ihet6 .lucky-circus-fo0ml8::after {
  transform: rotate(45deg);
}

.lucky-circus-umbmhv {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.lucky-circus-e3lc4l ease, padding 0.lucky-circus-e3lc4l ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.lucky-circus-ad5p25.lucky-circus-0ihet6 .lucky-circus-umbmhv {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.lucky-circus-7bgtul {
  margin: 25px 0;
}

.lucky-circus-wzjyzf > input:not(:checked) ~ label:hover,
.lucky-circus-wzjyzf > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lucky-circus-peu37m.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.lucky-circus-msorny 44.lucky-circus-ffm3ga.lucky-circus-7dr21w.lucky-circus-d5hrbl.lucky-circus-u2f6yc.lucky-circus-7zbtc0.lucky-circus-t06r59.lucky-circus-18u5c7.lucky-circus-sg639m.lucky-circus-x6ute3.lucky-circus-3zvs5v.lucky-circus-jow5pf.lucky-circus-x959ss 0l-12.lucky-circus-bpi3yo 30.lucky-circus-qi7gzt.lucky-circus-s93yda 2.lucky-circus-uq73w9.lucky-circus-s93yda 3.lucky-circus-4v1r41 3.lucky-circus-urt04z.lucky-circus-ph4dud 3.lucky-circus-6xqab7.lucky-circus-zksuvm.lucky-circus-rb1cy2.lucky-circus-jzbwsy 7-3.lucky-circus-bpi3yo 10.lucky-circus-8ns9mt.lucky-circus-jzbwsy 23.lucky-circus-nhj5cq.lucky-circus-keisa3 1.lucky-circus-indrpu 2.lucky-circus-bpi3yo 3.lucky-circus-keisa3 1.lucky-circus-ph4dud 5.lucky-circus-qqq6za.lucky-circus-ph4dud 32.lucky-circus-zdo5pm.lucky-circus-zksuvm 5.lucky-circus-x959ss 4.lucky-circus-jzbwsy 9.lucky-circus-jzbwsy 8.lucky-circus-ph4dud 6.lucky-circus-107pdx.lucky-circus-wope8n.lucky-circus-oi6vrw.lucky-circus-tqi2as.lucky-circus-zs3rrf 4.lucky-circus-0ab23p.lucky-circus-zs3rrf 6.lucky-circus-zs3rrf 0l29.lucky-circus-x959ss 17.lucky-circus-u87o3s.lucky-circus-efwqaz 2.lucky-circus-5pndbm 10.lucky-circus-odx5uy.lucky-circus-bpi3yo 8.lucky-circus-05tn0k.lucky-circus-qiipnt.lucky-circus-0w3wi8.lucky-circus-3ssdd8.lucky-circus-g3uwa6.lucky-circus-zksuvm.lucky-circus-7zbtc0.lucky-circus-bpi3yo 1.lucky-circus-ddvr81.lucky-circus-gwdkjr.lucky-circus-g4a831.lucky-circus-h6gfaw.lucky-circus-drzgh6.lucky-circus-indrpu 1.lucky-circus-qzw7z3.lucky-circus-8rkxgw.5z'/%3e%3c/svg%3e");
}

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

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

.lucky-circus-5bes3s {
  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);
}

.lucky-circus-5bes3s.lucky-circus-wfrczz {
  display: block;
}

.lucky-circus-5bes3s.lucky-circus-x7whki {
  display: none;
}

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

.lucky-circus-akmxhs {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.lucky-circus-t9za4p {
  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);
}

.lucky-circus-m23wtz {
  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;
}

.lucky-circus-zosmi2 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.lucky-circus-vuccaj {
  font-size: 16px;
  line-height: 140%;
}

.lucky-circus-6tar6l {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.lucky-circus-6tar6l .lucky-circus-kq04j1 {
  fill: #c2c0ce;
}

.lucky-circus-6tar6l [rating="1"] .lucky-circus-kq04j1:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.lucky-circus-6tar6l [rating="2"] .lucky-circus-kq04j1:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.lucky-circus-6tar6l [rating="3"] .lucky-circus-kq04j1:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.lucky-circus-6tar6l [rating="4"] .lucky-circus-kq04j1:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.lucky-circus-6tar6l [rating="5"] .lucky-circus-kq04j1:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.lucky-circus-iv2v0t 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;
}

.lucky-circus-iv2v0t 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 */

.lucky-circus-gdugz7 {
  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);
}

.lucky-circus-gdugz7.lucky-circus-j2pr2y {
  opacity: 1;
  pointer-events: auto;
}
