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

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

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

.wildsino-wqos64 {
  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) {
  .wildsino-wqos64: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;
  }
}

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

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

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

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

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

.wildsino-bjxjy9 {
  cursor: pointer;
}

.wildsino-q9qi7v {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.wildsino-ha6fyy {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wildsino-ha6fyy figure {
  margin: 0;
}

.wildsino-ha6fyy.wildsino-kkzksd {
  justify-content: flex-start;
  margin-right: 4px;
}

.wildsino-ha6fyy.wildsino-7byw82 {
  justify-content: flex-end;
  margin-left: 4px;
}

.wildsino-ha6fyy.wildsino-478m0m {
  justify-content: center;
}

.wildsino-ha6fyy.wildsino-ourhtk {
  justify-content: normal;
}

.wildsino-zis4w8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.wildsino-net2k4 {
  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) {
  .wildsino-net2k4 {
    flex-direction: column;
  }
}

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

.wildsino-qp323k img {
  width: 100%;
}

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

.wildsino-bdnyvn {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.wildsino-bdnyvn 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) {
  .wildsino-bdnyvn ul {
    margin-bottom: 15px;
  }
}

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

.wildsino-bdnyvn 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);
}

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

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

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

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

.wildsino-bdnyvn ul li:last-of-type::after {
  display: none;
}

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

.wildsino-0r5ggw {
  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) {
  .wildsino-0r5ggw {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.wildsino-msfsg9 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.wildsino-julu6z.wildsino-yt9s1h {
  background-color: #000;
}

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

.wildsino-4tg72y {
  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) {
  .wildsino-4tg72y {
    padding: 80px 16px 0;
  }
}

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

.wildsino-ypqebj {
  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) {
  .wildsino-ypqebj {
    flex-direction: column;
  }
}

.wildsino-miq33p {
  margin-bottom: 94px;
}

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

.wildsino-1ai0hr .wildsino-iyvytx {
  margin-bottom: 28px;
}

.wildsino-1ai0hr .wildsino-iyvytx img {
  max-height: 100px;
  width: auto;
}

.wildsino-vejzi9 {
  display: flex;
  align-items: center;
}

.wildsino-vejzi9 a + a {
  margin-left: 24px;
}

.wildsino-vejzi9 img {
  max-height: 56px;
  width: auto;
}

.wildsino-vejzi9 img + img {
  margin-left: 24px;
}

.wildsino-9qlkrd {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.wildsino-gcukhv {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.wildsino-dle2a3 li {
  display: flex;
  margin: 0 7px;
}

.wildsino-dle2a3 li svg {
  transition: 0.wildsino-0ofr5l ease-in-out;
}

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

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

.wildsino-ytfi8w + .wildsino-ytfi8w {
  margin-left: 120px;
}

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

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

.wildsino-ubal8p {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wildsino-ubal8p li {
  font-size: 16px;
}

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

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

.wildsino-ubal8p li + li {
  margin-top: 16px;
}

.wildsino-dlju1z {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.wildsino-yhllyf ease-in-out;
}

.wildsino-dlju1z.wildsino-fj77nx {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.wildsino-enbig1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.wildsino-0va098 li {
  width: 100%;
}

.wildsino-0va098 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.wildsino-0ofr5l ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.wildsino-0va098 li a svg {
  fill: var(--button-text-color);
}

.wildsino-0va098 li a.wildsino-fj77nx {
  background: var(--border-color);
}

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

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

.wildsino-2pj6l8 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.wildsino-2upqby {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.wildsino-2upqby img {
  width: 100%;
  transition: 0.wildsino-0ofr5l ease-in-out;
}

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

.wildsino-yswdx0 {
  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) {
  .wildsino-yswdx0 {
    height: 54px;
  }
}

.wildsino-d3mrcy {
  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) {
  .wildsino-d3mrcy {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .wildsino-d3mrcy .wildsino-iyvytx img {
    max-width: 90px;
  }
}

.wildsino-iyvytx img {
  max-height: 50px;
  width: auto;
}

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

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

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

.wildsino-oeq916 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.wildsino-vyzvw4 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.wildsino-vyzvw4.wildsino-b7nj16 {
  margin-right: 0;
}

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

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

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

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

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

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

.wildsino-oolx6e:hover > ul {
  display: flex;
}

.wildsino-oolx6e:focus > ul {
  display: flex;
}

.wildsino-oolx6e:focus-within > ul {
  display: flex;
}

.wildsino-3stnje {
  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;
}

.wildsino-3stnje::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.wildsino-yhllyf ease-in-out;
}

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

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

.wildsino-oolx6e 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.wildsino-0ofr5l ease-in-out;
  overflow: hidden;
}

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

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

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

.wildsino-4omu3c {
  display: none;
}

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

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

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

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

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

.wildsino-qj8ra6 img {
  margin-bottom: 20px;
}

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

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

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

.wildsino-c20e6j {
  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) {
  .wildsino-c20e6j {
    font-size: 32px;
  }
}

.wildsino-dzidmq {
  color: var(--text-color);
}

.wildsino-7dxx05 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.wildsino-7dxx05 p img {
  display: block;
  margin: 0 auto;
}

.wildsino-7dxx05 p:first-of-type {
  margin-top: 0;
}

.wildsino-7dxx05 p:last-of-type {
  margin-bottom: 0;
}

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

.wildsino-7dxx05 ul {
  padding: 0 0 0 20px;
}

.wildsino-7dxx05 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.wildsino-7dxx05 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.wildsino-7dxx05 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

.wildsino-57yjhb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.wildsino-57yjhb .wildsino-tzxzmk {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .wildsino-57yjhb .wildsino-tzxzmk {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.wildsino-57yjhb .wildsino-ofg0s6 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .wildsino-57yjhb .wildsino-ofg0s6 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .wildsino-57yjhb .wildsino-ofg0s6 img {
    width: 100%;
  }
}

.wildsino-ofg0s6 {
  margin: 0 0 28px;
}

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

.wildsino-tzxzmk {
  margin: 0 0 28px;
}

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

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

.wildsino-net6gb .wildsino-wqos64 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.wildsino-0u7ljr {
  position: relative;
  border: none;
}

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

.wildsino-662gwa {
  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;
}

.wildsino-662gwa span {
  height: 32px;
}

.wildsino-662gwa span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.wildsino-662gwa.wildsino-vb1q84 span {
  transform: scaleY(-1);
}

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

.wildsino-ojvk9c {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.wildsino-ojvk9c li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.wildsino-0ofr5l ease-in-out;
}

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

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

.wildsino-ojvk9c.wildsino-v40n3h {
  display: none;
}

.wildsino-3zwq5h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.wildsino-3zwq5h table {
  width: 100%;
  border-collapse: collapse;
}

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

  .wildsino-3zwq5h table td {
    min-width: 75px;
  }
}

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

.wildsino-3zwq5h table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.wildsino-3zwq5h p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.wildsino-oxzzz5 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.wildsino-3tdm5g table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.wildsino-3tdm5g table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.wildsino-3tdm5g p {
  color: var(--text-color);
}

.wildsino-w1kcac {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.wildsino-djg728 {
  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);
}

.wildsino-5gwmw2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.wildsino-f6fc1e p + p {
  margin-top: 10px;
}

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

.wildsino-ggj25s {
  display: none;
}

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

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

.wildsino-d3rd1d li {
  margin: 0 20px;
}

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

.wildsino-d3rd1d li a img {
  margin-bottom: 4px;
}

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

.wildsino-d08sqj {
  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) {
  .wildsino-d08sqj {
    padding: 0 16px;
  }
}

.wildsino-d08sqj li {
  font-size: 16px;
  position: relative;
}

.wildsino-d08sqj li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.wildsino-d08sqj li span {
  opacity: 0.5;
}

.wildsino-d08sqj li + li {
  margin-left: 30px;
}

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

h2.wildsino-rwpd8l {
  margin: 0 0 28px;
}

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

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

.wildsino-1xyant 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);
}

.wildsino-1xyant 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;
}

.wildsino-1xyant 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;
}

.wildsino-1xyant tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.wildsino-1xyant tbody tr:last-of-type {
  margin-bottom: 0;
}

.wildsino-1xyant tbody tr td:first-of-type {
  flex-shrink: 0;
}

.wildsino-1xyant 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);
}

.wildsino-1xyant 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);
}

.wildsino-1xyant tbody tr td:last-of-type {
  margin-left: auto;
}

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

.wildsino-1xyant tbody tr td .wildsino-9utj2h {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .wildsino-1xyant tbody tr td .wildsino-9utj2h {
    width: 100%;
  }
}

.wildsino-1xyant tbody tr td .wildsino-1oddao {
  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.wildsino-0ofr5l ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .wildsino-1xyant tbody tr td .wildsino-1oddao:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .wildsino-1xyant tbody tr td .wildsino-1oddao {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .wildsino-1xyant tbody tr td .wildsino-1oddao {
    width: 100%;
  }
}

.wildsino-1xyant tbody tr td .wildsino-gq6bnv {
  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) {
  .wildsino-1xyant tbody tr td .wildsino-gq6bnv:hover {
    text-decoration: none;
  }
}

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

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

.wildsino-9lq0sp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.wildsino-2ha3k1 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.wildsino-kp838d img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.wildsino-0ofr5l ease-in-out;
}

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

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

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

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

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

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

.wildsino-5teimh img {
  width: 100%;
  height: 100%;
}

.wildsino-5teimh iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.wildsino-l63k0l svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.wildsino-0ofr5l ease-in-out;
}

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

.wildsino-mhb8pr {
  padding: 90px 0;
}

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

.wildsino-pz0hoa {
  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) {
  .wildsino-pz0hoa {
    padding: 0 16px;
  }
}

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

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

.wildsino-cltb92 img {
  width: 100%;
}

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

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

.wildsino-1fesby {
  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;
}

.wildsino-1fesby 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) {
  .wildsino-1fesby {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .wildsino-1fesby {
    padding: 24px 10px;
  }
}

.wildsino-h56vsr {
  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.wildsino-0ofr5l ease-in-out;
}

.wildsino-h56vsr:hover {
  border: 1px solid #8c8ca2;
}

.wildsino-8wwvqx {
  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%);
}

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

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

.wildsino-twjxqr a {
  text-decoration: underline;
  color: #8babff;
}

.wildsino-mq4yyc {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.wildsino-mq4yyc .wildsino-h56vsr {
  width: 50%;
  margin: 0;
}

.wildsino-f435bx {
  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;
}

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

.wildsino-hgxz35 {
  margin: 0 0 100px;
}

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

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

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

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

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

.wildsino-xbbqrz {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.wildsino-bew9dl 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.wildsino-0ofr5l ease-in-out;
}

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

.wildsino-bew9dl a svg {
  fill: #fff;
}

.wildsino-bew9dl a:hover {
  background: #3d68e7;
}

.wildsino-14j1s8 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.wildsino-0sez0b {
  margin-bottom: 16px;
}

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

.wildsino-v35vvj {
  font-size: 16px;
  color: var(--text-color);
}

.wildsino-kvxdrt {
  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) {
  .wildsino-kvxdrt {
    padding: 0 16px;
  }
}

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

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

.wildsino-s1uh16 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.wildsino-ker6kb 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);
}

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

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

.wildsino-ker6kb table tr:last-of-type td {
  border-bottom: none;
}

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

.wildsino-fl11bd {
  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) {
  .wildsino-fl11bd {
    min-height: 190px;
  }
}

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

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

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

.wildsino-t3t6wi.wildsino-3g3csn {
  display: none;
}

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

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

.wildsino-u8qln3 iframe.wildsino-h4ub74 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.wildsino-u8qln3.wildsino-07eer5 {
  opacity: 1;
  pointer-events: all;
}

.wildsino-9q9nuf {
  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.wildsino-0ofr5l ease-in-out;
}

.wildsino-9q9nuf svg {
  margin-right: 10px;
}

.wildsino-9q9nuf + .wildsino-9q9nuf {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .wildsino-9q9nuf:hover {
    background: #a8a6b3;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .wildsino-9q9nuf {
    height: 42px;
    max-width: 220px;
  }
}

.wildsino-kvxdrt .wildsino-net6gb {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.wildsino-kvxdrt .wildsino-net6gb h1,
.wildsino-kvxdrt .wildsino-net6gb 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) {
  .wildsino-kvxdrt .wildsino-net6gb h1,
  .wildsino-kvxdrt .wildsino-net6gb h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .wildsino-kvxdrt .wildsino-net6gb {
    margin: 28px 0 0;
  }
}

.wildsino-au07n7 {
  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) {
  .wildsino-au07n7 {
    padding: 0 16px;
  }
}

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

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

.wildsino-nyojfj {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.wildsino-6q2mm3 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.wildsino-0lh7cz {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .wildsino-5apjyj {
    padding: 10px;
  }
}

.wildsino-5apjyj .wildsino-wqos64 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .wildsino-5apjyj .wildsino-wqos64 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .wildsino-5apjyj {
    flex-wrap: wrap;
  }
}

.wildsino-snthom {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.wildsino-snthom img {
  width: 100%;
}

.wildsino-zuptqj {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.wildsino-1f4mpx {
  width: 100%;
  margin: 0 0 100px;
}

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

.wildsino-1f4mpx .wildsino-3n5m7s {
  position: relative;
}

.wildsino-1f4mpx .wildsino-inh3mr {
  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;
}

.wildsino-1f4mpx .wildsino-inh3mr.wildsino-3g3csn {
  display: none;
}

.wildsino-1f4mpx .wildsino-tw3r8a {
  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) {
  .wildsino-1f4mpx .wildsino-tw3r8a {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .wildsino-1f4mpx .wildsino-tw3r8a {
    bottom: 90px;
  }
}

.wildsino-1f4mpx .wildsino-tw3r8a .wildsino-vafyv6 {
  max-width: 300px;
  width: 100%;
}

.wildsino-1f4mpx .wildsino-tw3r8a .wildsino-vafyv6 .wildsino-1z2dvs {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .wildsino-1f4mpx .wildsino-tw3r8a .wildsino-vafyv6 .wildsino-1z2dvs {
    font-size: 32px;
    text-align: center;
  }
}

.wildsino-1f4mpx .wildsino-tw3r8a .wildsino-vafyv6 .wildsino-zc60lh {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .wildsino-1f4mpx .wildsino-tw3r8a .wildsino-vafyv6 .wildsino-zc60lh {
    text-align: center;
  }
}

.wildsino-1f4mpx .wildsino-tw3r8a .wildsino-b7nj16 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .wildsino-1f4mpx .wildsino-tw3r8a .wildsino-b7nj16 {
    flex-direction: column-reverse;
  }
}

.wildsino-1f4mpx .wildsino-tw3r8a .wildsino-b7nj16 .wildsino-g3qo4o {
  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.wildsino-0ofr5l ease-in-out;
}

.wildsino-1f4mpx .wildsino-tw3r8a .wildsino-b7nj16 .wildsino-g3qo4o:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .wildsino-1f4mpx .wildsino-tw3r8a .wildsino-b7nj16 .wildsino-g3qo4o {
    width: 100%;
  }
}

.wildsino-1f4mpx .wildsino-tw3r8a .wildsino-b7nj16 .wildsino-7jb4iz {
  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.wildsino-0ofr5l ease-in-out;
  overflow: hidden;
}

.wildsino-1f4mpx .wildsino-tw3r8a .wildsino-b7nj16 .wildsino-7jb4iz 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);
  }
}

.wildsino-1f4mpx .wildsino-tw3r8a .wildsino-b7nj16 .wildsino-7jb4iz: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;
}

.wildsino-1f4mpx .wildsino-tw3r8a .wildsino-b7nj16 .wildsino-7jb4iz:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .wildsino-1f4mpx .wildsino-tw3r8a .wildsino-b7nj16 .wildsino-7jb4iz {
    width: 100%;
  }
}

.wildsino-1f4mpx .wildsino-tw3r8a.wildsino-3g3csn {
  display: none;
}

.wildsino-1f4mpx .wildsino-7msdyd {
  display: none;
}

.wildsino-1f4mpx .wildsino-7msdyd.wildsino-07eer5 {
  display: block;
}

.wildsino-1f4mpx .wildsino-7msdyd iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .wildsino-1f4mpx .wildsino-7msdyd iframe {
    height: calc(100vh - 54px);
  }
}

.wildsino-1f4mpx .wildsino-jd6jec {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .wildsino-1f4mpx .wildsino-jd6jec {
    padding: 24px 16px 0;
  }
}

.wildsino-1f4mpx .wildsino-jd6jec .wildsino-1z2dvs {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .wildsino-1f4mpx .wildsino-jd6jec .wildsino-1z2dvs {
    margin-bottom: 24px;
  }
}

.wildsino-1f4mpx .wildsino-jd6jec 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);
}

.wildsino-1f4mpx .wildsino-jd6jec 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) {
  .wildsino-1f4mpx .wildsino-jd6jec table tr td {
    padding: 12px 4px;
  }
}

.wildsino-1f4mpx .wildsino-jd6jec 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) {
  .wildsino-1f4mpx .wildsino-jd6jec table tr th {
    padding: 12px 4px;
  }
}

.wildsino-1f4mpx .wildsino-jd6jec table tr:last-of-type td {
  border-bottom: none;
}

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

.wildsino-5fu0z4.wildsino-fj77nx {
  display: block;
}

.wildsino-5fu0z4 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.wildsino-5fu0z4 .wildsino-lc88l3 {
  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;
}

.wildsino-5fu0z4 .wildsino-gcsqtf {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.wildsino-5fu0z4 .wildsino-7jb4iz {
  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.wildsino-0ofr5l ease-in-out;
}

.wildsino-5fu0z4 .wildsino-7jb4iz:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.wildsino-62b7gv.wildsino-fj77nx {
  display: block;
}

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

.wildsino-t2azm4 {
  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;
}

.wildsino-b946v7 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.wildsino-hc9ea2 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.wildsino-hc9ea2 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.wildsino-l6l6ug {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wildsino-f6c8i6.wildsino-3g3csn {
  display: none;
}

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

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

.wildsino-2gwrox {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.wildsino-2gwrox 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.wildsino-0ofr5l ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.wildsino-2gwrox input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.wildsino-2gwrox input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.wildsino-2gwrox input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.wildsino-2gwrox input:active {
  border-color: #c2c0ce;
}

.wildsino-2gwrox input:focus {
  border-color: #c2c0ce;
}

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

.wildsino-2grvje {
  margin-bottom: 36px;
}

.wildsino-2grvje 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;
}

.wildsino-2grvje textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.wildsino-2grvje textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.wildsino-8ny0fc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wildsino-17aei6 {
  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.wildsino-0ofr5l ease-in-out;
}

.wildsino-17aei6:hover {
  background: var(--border-color);
}

.wildsino-d9ld71 {
  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.wildsino-0ofr5l ease-in-out;
}

.wildsino-d9ld71:hover {
  background: #166ad9;
}

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

.wildsino-ifcdzu.wildsino-3g3csn {
  display: none;
}

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

.wildsino-ifcdzu .wildsino-17aei6 {
  margin: 0 auto;
}

.wildsino-993zaq {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.wildsino-pqx8sg {
  filter: grayscale(100%);
}

.wildsino-kb8w9x > input {
  display: none;
}

.wildsino-kb8w9x > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wildsino-mspptt.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.wildsino-4omc2y 44.wildsino-zjr4c2.wildsino-inz343.wildsino-ovjilg.wildsino-kmwr9g.wildsino-yvyifv.wildsino-tsj0ou.wildsino-fevhqb.wildsino-hmkqxi.wildsino-ce81bb.wildsino-e87nys.wildsino-1hoxiz.wildsino-7290x2 0l-12.wildsino-5rj0rg 30.wildsino-ahlsma.wildsino-zkwngn 2.wildsino-2dbdft.wildsino-zkwngn 3.wildsino-xari9n 3.wildsino-nfd2mz.wildsino-m17nmn 3.wildsino-4za8hg.wildsino-nk13eq.wildsino-k148aa.wildsino-psveq7 7-3.wildsino-5rj0rg 10.wildsino-tj9keh.wildsino-psveq7 23.wildsino-h9rv3e.wildsino-30vwpk 1.wildsino-p45fzv 2.wildsino-5rj0rg 3.wildsino-30vwpk 1.wildsino-m17nmn 5.wildsino-mtprq9.wildsino-m17nmn 32.wildsino-b3tppj.wildsino-nk13eq 5.wildsino-7290x2 4.wildsino-psveq7 9.wildsino-psveq7 8.wildsino-m17nmn 6.wildsino-h6bg72.wildsino-5a0mlp.wildsino-k8hiet.wildsino-aqwsjd.wildsino-eo6x09 4.wildsino-71lkws.wildsino-eo6x09 6.wildsino-eo6x09 0l29.wildsino-7290x2 17.wildsino-ghlfwu.wildsino-b1kiy3 2.wildsino-vi7527 10.wildsino-xu1xjc.wildsino-5rj0rg 8.wildsino-rymj6i.wildsino-vfd4j2.wildsino-jny2jf.wildsino-ms1l2n.wildsino-skq0w0.wildsino-nk13eq.wildsino-yvyifv.wildsino-5rj0rg 1.wildsino-gtfseq.wildsino-fmb841.wildsino-3obq0x.wildsino-fceyas.wildsino-2mdz1r.wildsino-p45fzv 1.wildsino-pgmu88.wildsino-ckx1fw.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.wildsino-kb8w9x > input:checked ~ label,
.wildsino-kb8w9x > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wildsino-mspptt.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.wildsino-4omc2y 44.wildsino-zjr4c2.wildsino-inz343.wildsino-ovjilg.wildsino-kmwr9g.wildsino-yvyifv.wildsino-tsj0ou.wildsino-fevhqb.wildsino-hmkqxi.wildsino-ce81bb.wildsino-e87nys.wildsino-1hoxiz.wildsino-7290x2 0l-12.wildsino-5rj0rg 30.wildsino-ahlsma.wildsino-zkwngn 2.wildsino-2dbdft.wildsino-zkwngn 3.wildsino-xari9n 3.wildsino-nfd2mz.wildsino-m17nmn 3.wildsino-4za8hg.wildsino-nk13eq.wildsino-k148aa.wildsino-psveq7 7-3.wildsino-5rj0rg 10.wildsino-tj9keh.wildsino-psveq7 23.wildsino-h9rv3e.wildsino-30vwpk 1.wildsino-p45fzv 2.wildsino-5rj0rg 3.wildsino-30vwpk 1.wildsino-m17nmn 5.wildsino-mtprq9.wildsino-m17nmn 32.wildsino-b3tppj.wildsino-nk13eq 5.wildsino-7290x2 4.wildsino-psveq7 9.wildsino-psveq7 8.wildsino-m17nmn 6.wildsino-h6bg72.wildsino-5a0mlp.wildsino-k8hiet.wildsino-aqwsjd.wildsino-eo6x09 4.wildsino-71lkws.wildsino-eo6x09 6.wildsino-eo6x09 0l29.wildsino-7290x2 17.wildsino-ghlfwu.wildsino-b1kiy3 2.wildsino-vi7527 10.wildsino-xu1xjc.wildsino-5rj0rg 8.wildsino-rymj6i.wildsino-vfd4j2.wildsino-jny2jf.wildsino-ms1l2n.wildsino-skq0w0.wildsino-nk13eq.wildsino-yvyifv.wildsino-5rj0rg 1.wildsino-gtfseq.wildsino-fmb841.wildsino-3obq0x.wildsino-fceyas.wildsino-2mdz1r.wildsino-p45fzv 1.wildsino-pgmu88.wildsino-ckx1fw.5z'/%3e%3c/svg%3e");
}

.wildsino-kb8w9x > input:not(:checked) ~ label:hover,
.wildsino-kb8w9x > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wildsino-mspptt.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wildsino-4omc2y 44.wildsino-zjr4c2.wildsino-inz343.wildsino-ovjilg.wildsino-kmwr9g.wildsino-yvyifv.wildsino-tsj0ou.wildsino-fevhqb.wildsino-hmkqxi.wildsino-ce81bb.wildsino-e87nys.wildsino-1hoxiz.wildsino-7290x2 0l-12.wildsino-5rj0rg 30.wildsino-ahlsma.wildsino-zkwngn 2.wildsino-2dbdft.wildsino-zkwngn 3.wildsino-xari9n 3.wildsino-nfd2mz.wildsino-m17nmn 3.wildsino-4za8hg.wildsino-nk13eq.wildsino-k148aa.wildsino-psveq7 7-3.wildsino-5rj0rg 10.wildsino-tj9keh.wildsino-psveq7 23.wildsino-h9rv3e.wildsino-30vwpk 1.wildsino-p45fzv 2.wildsino-5rj0rg 3.wildsino-30vwpk 1.wildsino-m17nmn 5.wildsino-mtprq9.wildsino-m17nmn 32.wildsino-b3tppj.wildsino-nk13eq 5.wildsino-7290x2 4.wildsino-psveq7 9.wildsino-psveq7 8.wildsino-m17nmn 6.wildsino-h6bg72.wildsino-5a0mlp.wildsino-k8hiet.wildsino-aqwsjd.wildsino-eo6x09 4.wildsino-71lkws.wildsino-eo6x09 6.wildsino-eo6x09 0l29.wildsino-7290x2 17.wildsino-ghlfwu.wildsino-b1kiy3 2.wildsino-vi7527 10.wildsino-xu1xjc.wildsino-5rj0rg 8.wildsino-rymj6i.wildsino-vfd4j2.wildsino-jny2jf.wildsino-ms1l2n.wildsino-skq0w0.wildsino-nk13eq.wildsino-yvyifv.wildsino-5rj0rg 1.wildsino-gtfseq.wildsino-fmb841.wildsino-3obq0x.wildsino-fceyas.wildsino-2mdz1r.wildsino-p45fzv 1.wildsino-pgmu88.wildsino-ckx1fw.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .wildsino-13a378 > .wildsino-oed3x4 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .wildsino-13a378 > .wildsino-oed3x4 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .wildsino-13a378 > .wildsino-oed3x4 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .wildsino-13a378 > .wildsino-oed3x4 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .wildsino-13a378 > .wildsino-oed3x4 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.wildsino-pseqaz.wildsino-3g3csn {
  display: none;
}

.wildsino-s3wtig {
  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) {
  .wildsino-s3wtig {
    height: 74px;
    overflow: visible;
  }
}

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

.wildsino-9aunp9 {
  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;
}

.wildsino-9aunp9::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.wildsino-9aunp9::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.wildsino-9aunp9 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

.wildsino-7q8bu6 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .wildsino-7q8bu6 {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .wildsino-7q8bu6 {
    font-size: 14px;
  }
}

.wildsino-v5d022 {
  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;
}

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

.wildsino-v5d022::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) {
  .wildsino-v5d022::after {
    display: none;
  }
}

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

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

.wildsino-81c2hs {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .wildsino-81c2hs {
    top: -20px;
  }
}

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

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

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

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

.wildsino-pseqaz.wildsino-stf2ug .wildsino-s3wtig {
  background: #2b3b67;
}

.wildsino-pseqaz.wildsino-stf2ug .wildsino-9aunp9 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.wildsino-pseqaz.wildsino-stf2ug .wildsino-9aunp9::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.wildsino-pseqaz.wildsino-stf2ug .wildsino-9aunp9::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.wildsino-pseqaz.wildsino-stf2ug .wildsino-v5d022::before {
  background: #0e0f41;
}

.wildsino-pseqaz.wildsino-stf2ug .wildsino-v5d022::after {
  background: #152557;
}

.wildsino-pseqaz.wildsino-gwzmuj .wildsino-s3wtig {
  background: #1f35fa;
}

.wildsino-pseqaz.wildsino-gwzmuj .wildsino-9aunp9 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.wildsino-pseqaz.wildsino-gwzmuj .wildsino-9aunp9::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.wildsino-pseqaz.wildsino-gwzmuj .wildsino-9aunp9::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.wildsino-pseqaz.wildsino-gwzmuj .wildsino-v5d022::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.wildsino-pseqaz.wildsino-gwzmuj .wildsino-v5d022::after {
  background: #192ac8;
}

.wildsino-pseqaz.wildsino-oi7ikj .wildsino-s3wtig {
  background: #fa771f;
}

.wildsino-pseqaz.wildsino-oi7ikj .wildsino-9aunp9 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wildsino-pseqaz.wildsino-oi7ikj .wildsino-9aunp9::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.wildsino-pseqaz.wildsino-oi7ikj .wildsino-9aunp9::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.wildsino-pseqaz.wildsino-oi7ikj .wildsino-v5d022::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wildsino-pseqaz.wildsino-oi7ikj .wildsino-v5d022::after {
  background: #fa8535;
}

.wildsino-bdt2by {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.wildsino-mkmta8 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wildsino-mkmta8 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

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

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

.wildsino-t1rjsv {
  width: 120px;
  height: 22px;
}

.wildsino-t1rjsv .wildsino-jvuska {
  fill: #c2c0ce;
}

.wildsino-t1rjsv [rating="1"] .wildsino-jvuska:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wildsino-t1rjsv [rating="2"] .wildsino-jvuska:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wildsino-t1rjsv [rating="3"] .wildsino-jvuska:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wildsino-t1rjsv [rating="4"] .wildsino-jvuska:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wildsino-t1rjsv [rating="5"] .wildsino-jvuska:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.wildsino-60hq4v {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.wildsino-gnibhe {
  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);
}

.wildsino-gnibhe.wildsino-07eer5 {
  display: block;
}

.wildsino-gnibhe.wildsino-3g3csn {
  display: none;
}

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

.wildsino-i0kjem {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.wildsino-6swocc {
  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);
}

.wildsino-5ubey2 {
  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;
}

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

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

.wildsino-i8yj39 {
  font-size: 16px;
  line-height: 140%;
}

.wildsino-9w5sbt {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.wildsino-9w5sbt .wildsino-jvuska {
  fill: #c2c0ce;
}

.wildsino-9w5sbt [rating="1"] .wildsino-jvuska:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wildsino-9w5sbt [rating="2"] .wildsino-jvuska:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wildsino-9w5sbt [rating="3"] .wildsino-jvuska:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wildsino-9w5sbt [rating="4"] .wildsino-jvuska:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wildsino-9w5sbt [rating="5"] .wildsino-jvuska:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.wildsino-e8nh9f {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.wildsino-yqf16u {
  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) {
  .wildsino-yqf16u {
    padding: 12px;
    gap: 12px;
  }
}

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

.wildsino-wg38cn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wildsino-f6ej6u {
  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;
}

.wildsino-mc2jqx {
  flex: 1;
  min-width: 0;
}

.wildsino-0e17wo {
  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) {
  .wildsino-0e17wo {
    font-size: 14px;
    gap: 6px;
  }
}

.wildsino-mb6kmx {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.wildsino-mb6kmx svg path {
  fill: var(--button-bg-color);
}

.wildsino-mb6kmx svg circle {
  fill: var(--button-text-color);
}

.wildsino-xn7gy2 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.wildsino-xn7gy2 strong {
  font-weight: 600;
}

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

.wildsino-xlvv8x p {
  margin: 0 0 16px;
}

.wildsino-xlvv8x p:last-child {
  margin-bottom: 0;
}

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

.wildsino-inww24 {
  max-width: 300px;
  width: 100%;
}

.wildsino-inww24 a {
  width: 100%;
}

@media (max-width: 575px) {
  .wildsino-inww24 {
    max-width: 200px;
  }
}

.wildsino-ovzw9w {
  justify-content: center;
}

.wildsino-3swvyt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wildsino-okk8zs {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.wildsino-6mwlnf .wildsino-oeq916 {
  justify-content: center;
}

/* faq */

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

.wildsino-6xjixm {
  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.wildsino-kev0ci ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wildsino-6xjixm::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.wildsino-kev0ci ease;
}

.wildsino-5o043t.wildsino-fj77nx .wildsino-6xjixm::after {
  transform: rotate(45deg);
}

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

.wildsino-5o043t.wildsino-fj77nx .wildsino-idj2hx {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.wildsino-klep48 {
  margin: 25px 0;
}

.wildsino-kb8w9x > input:not(:checked) ~ label:hover,
.wildsino-kb8w9x > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wildsino-bwdkr5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wildsino-1g0bdv 44.wildsino-yrj7xo.wildsino-9b5r28.wildsino-xspxkh.wildsino-k52u46.wildsino-hmr9ue.wildsino-vumanp.wildsino-5qa6o8.wildsino-2m9g5l.wildsino-e46932.wildsino-00s9n2.wildsino-mkwslx.wildsino-eljrkd 0l-12.wildsino-5nk0j3 30.wildsino-bzlqia.wildsino-hohd5x 2.wildsino-tualiv.wildsino-hohd5x 3.wildsino-uajmkv 3.wildsino-zew6qr.wildsino-25w3a8 3.wildsino-1nmecm.wildsino-52p8on.wildsino-1ms9ct.wildsino-yn4hq7 7-3.wildsino-5nk0j3 10.wildsino-hrldtc.wildsino-yn4hq7 23.wildsino-olcvs6.wildsino-9g9qp5 1.wildsino-1m2u9x 2.wildsino-5nk0j3 3.wildsino-9g9qp5 1.wildsino-25w3a8 5.wildsino-4z0ey7.wildsino-25w3a8 32.wildsino-hu00hx.wildsino-52p8on 5.wildsino-eljrkd 4.wildsino-yn4hq7 9.wildsino-yn4hq7 8.wildsino-25w3a8 6.wildsino-cv2ywm.wildsino-38z8tx.wildsino-m1wv1q.wildsino-kqaaop.wildsino-62ix1x 4.wildsino-sairhn.wildsino-62ix1x 6.wildsino-62ix1x 0l29.wildsino-eljrkd 17.wildsino-cj6214.wildsino-ue71vg 2.wildsino-0dqgkv 10.wildsino-f35zp8.wildsino-5nk0j3 8.wildsino-ape664.wildsino-urqxtp.wildsino-vtzymo.wildsino-n1uzco.wildsino-rrp0sb.wildsino-52p8on.wildsino-hmr9ue.wildsino-5nk0j3 1.wildsino-sol1ak.wildsino-qwxjgc.wildsino-xk0qx2.wildsino-k3c7p7.wildsino-5vvfrb.wildsino-1m2u9x 1.wildsino-ruvz0x.wildsino-62ccif.5z'/%3e%3c/svg%3e");
}

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

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

.wildsino-siizxh {
  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);
}

.wildsino-siizxh.wildsino-5fdybi {
  display: block;
}

.wildsino-siizxh.wildsino-r07bxl {
  display: none;
}

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

.wildsino-nwm38k {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.wildsino-zvdi4l {
  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);
}

.wildsino-3cz48b {
  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;
}

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

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

.wildsino-2yjbt0 {
  font-size: 16px;
  line-height: 140%;
}

.wildsino-wmtnqc {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.wildsino-wmtnqc .wildsino-m9zmq3 {
  fill: #c2c0ce;
}

.wildsino-wmtnqc [rating="1"] .wildsino-m9zmq3:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wildsino-wmtnqc [rating="2"] .wildsino-m9zmq3:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wildsino-wmtnqc [rating="3"] .wildsino-m9zmq3:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wildsino-wmtnqc [rating="4"] .wildsino-m9zmq3:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wildsino-wmtnqc [rating="5"] .wildsino-m9zmq3:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.wildsino-m4xubr 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;
}

.wildsino-m4xubr 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 */

.wildsino-wum609 {
  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);
}

.wildsino-wum609.wildsino-aue0cx {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.wildsino-zk2zt8 {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.wildsino-zk2zt8 label {
  font-size: 14px;
}

.wildsino-zk2zt8 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.wildsino-zk2zt8 input,
.wildsino-zk2zt8 textarea,
.wildsino-zk2zt8 button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.wildsino-zk2zt8 button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.wildsino-kev0ci ease;
}
.wildsino-zk2zt8 button:hover {
  background-color: var(--button-bg-hover);
}
.wildsino-3y15i8 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.wildsino-bev12n ease-in;
}

.wildsino-3y15i8 h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.wildsino-w6eczo, .wildsino-eimkwj, [class*="review-card"],
thead, thead th, table th, .wildsino-qt0jmy,
.wildsino-xzubk0, [class*="collapsible-header"],
.wildsino-w1kcac, [class*="updated-block"] {
  color: #ece7dc !important;
}
