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

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

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

.spinstar-mfty95 {
  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) {
  .spinstar-mfty95: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;
  }
}

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

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

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

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

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

.spinstar-hj5spb {
  cursor: pointer;
}

.spinstar-bs7g90 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.spinstar-nnhexz {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spinstar-nnhexz figure {
  margin: 0;
}

.spinstar-nnhexz.spinstar-tz3u73 {
  justify-content: flex-start;
  margin-right: 4px;
}

.spinstar-nnhexz.spinstar-uzt5jb {
  justify-content: flex-end;
  margin-left: 4px;
}

.spinstar-nnhexz.spinstar-n4wyfj {
  justify-content: center;
}

.spinstar-nnhexz.spinstar-5f8lc8 {
  justify-content: normal;
}

.spinstar-xg0vs0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.spinstar-9m5pj3 {
  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) {
  .spinstar-9m5pj3 {
    flex-direction: column;
  }
}

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

.spinstar-50z419 img {
  width: 100%;
}

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

.spinstar-i6fp6r {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.spinstar-i6fp6r 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);
}

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

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

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

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

.spinstar-i6fp6r ul li:last-of-type::after {
  display: none;
}

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

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

.spinstar-bikm8o {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.spinstar-xqsdjx.spinstar-h7yv2m {
  background-color: #000;
}

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

.spinstar-133kd4 {
  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) {
  .spinstar-133kd4 {
    padding: 80px 16px 0;
  }
}

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

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

.spinstar-s7yzno {
  margin-bottom: 94px;
}

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

.spinstar-n4gfz8 .spinstar-wf3chh {
  margin-bottom: 28px;
}

.spinstar-n4gfz8 .spinstar-wf3chh img {
  max-height: 100px;
  width: auto;
}

.spinstar-l61rrz {
  display: flex;
  align-items: center;
}

.spinstar-l61rrz a + a {
  margin-left: 24px;
}

.spinstar-l61rrz img {
  max-height: 56px;
  width: auto;
}

.spinstar-l61rrz img + img {
  margin-left: 24px;
}

.spinstar-6t2p6u {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.spinstar-p32bvx {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.spinstar-e8mxf2 li {
  display: flex;
  margin: 0 7px;
}

.spinstar-e8mxf2 li svg {
  transition: 0.spinstar-nt6gdq ease-in-out;
}

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

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

.spinstar-3bfrfb + .spinstar-3bfrfb {
  margin-left: 120px;
}

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

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

.spinstar-xlv6r5 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spinstar-xlv6r5 li {
  font-size: 16px;
}

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

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

.spinstar-xlv6r5 li + li {
  margin-top: 16px;
}

.spinstar-684ld6 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.spinstar-063ujv ease-in-out;
}

.spinstar-684ld6.spinstar-f3u7qf {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.spinstar-chj3dk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinstar-d3b6j7 li {
  width: 100%;
}

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

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

.spinstar-d3b6j7 li a.spinstar-f3u7qf {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.spinstar-6vou5n {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.spinstar-6vou5n img {
  width: 100%;
  transition: 0.spinstar-nt6gdq ease-in-out;
}

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

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

.spinstar-2x3yyr {
  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) {
  .spinstar-2x3yyr {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .spinstar-2x3yyr .spinstar-wf3chh img {
    max-width: 90px;
  }
}

.spinstar-wf3chh img {
  max-height: 50px;
  width: auto;
}

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

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

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

.spinstar-scaxkj li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.spinstar-p484z6 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.spinstar-p484z6.spinstar-jz4xko {
  margin-right: 0;
}

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

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

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

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

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

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

.spinstar-gg4myo:hover > ul {
  display: flex;
}

.spinstar-gg4myo:focus > ul {
  display: flex;
}

.spinstar-gg4myo:focus-within > ul {
  display: flex;
}

.spinstar-lg08eh {
  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;
}

.spinstar-lg08eh::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.spinstar-063ujv ease-in-out;
}

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

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

.spinstar-gg4myo 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.spinstar-nt6gdq ease-in-out;
  overflow: hidden;
}

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

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

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

.spinstar-f5o3qn {
  display: none;
}

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

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

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

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

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

.spinstar-nwtslm img {
  margin-bottom: 20px;
}

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

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

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

.spinstar-91xpd5 {
  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) {
  .spinstar-91xpd5 {
    font-size: 32px;
  }
}

.spinstar-4a92tv {
  color: var(--text-color);
}

.spinstar-52qmxu {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.spinstar-52qmxu p img {
  display: block;
  margin: 0 auto;
}

.spinstar-52qmxu p:first-of-type {
  margin-top: 0;
}

.spinstar-52qmxu p:last-of-type {
  margin-bottom: 0;
}

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

.spinstar-52qmxu ul {
  padding: 0 0 0 20px;
}

.spinstar-52qmxu table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.spinstar-52qmxu table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.spinstar-52qmxu iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.spinstar-6epxrv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

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

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

.spinstar-rk908g .spinstar-zuorzt {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .spinstar-rk908g .spinstar-zuorzt {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.spinstar-rk908g .spinstar-b938ex {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .spinstar-rk908g .spinstar-b938ex {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .spinstar-rk908g .spinstar-b938ex img {
    width: 100%;
  }
}

.spinstar-b938ex {
  margin: 0 0 28px;
}

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

.spinstar-zuorzt {
  margin: 0 0 28px;
}

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

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

.spinstar-6epxrv .spinstar-mfty95 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.spinstar-xo6gww {
  position: relative;
  border: none;
}

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

.spinstar-5q6vv2 {
  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;
}

.spinstar-5q6vv2 span {
  height: 32px;
}

.spinstar-5q6vv2 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.spinstar-5q6vv2.spinstar-zjg593 span {
  transform: scaleY(-1);
}

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

.spinstar-55rbx1 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.spinstar-55rbx1 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.spinstar-nt6gdq ease-in-out;
}

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

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

.spinstar-55rbx1.spinstar-euw8es {
  display: none;
}

.spinstar-lg9b7d {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.spinstar-lg9b7d table {
  width: 100%;
  border-collapse: collapse;
}

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

  .spinstar-lg9b7d table td {
    min-width: 75px;
  }
}

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

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

.spinstar-lg9b7d p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.spinstar-xjhqhc {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.spinstar-39p0ww table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.spinstar-39p0ww table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.spinstar-39p0ww p {
  color: var(--text-color);
}

.spinstar-rw3xao {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.spinstar-or0b2r {
  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);
}

.spinstar-qbysv1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinstar-wgnb33 p + p {
  margin-top: 10px;
}

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

.spinstar-59hanv {
  display: none;
}

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

.spinstar-6yq732 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.spinstar-6yq732 li {
  margin: 0 20px;
}

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

.spinstar-6yq732 li a img {
  margin-bottom: 4px;
}

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

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

.spinstar-vkmw1k li {
  font-size: 16px;
  position: relative;
}

.spinstar-vkmw1k li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.spinstar-vkmw1k li span {
  opacity: 0.5;
}

.spinstar-vkmw1k li + li {
  margin-left: 30px;
}

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

h2.spinstar-ypqjwp {
  margin: 0 0 28px;
}

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

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

.spinstar-oe97o2 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);
}

.spinstar-oe97o2 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;
}

.spinstar-oe97o2 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;
}

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

.spinstar-oe97o2 tbody tr:last-of-type {
  margin-bottom: 0;
}

.spinstar-oe97o2 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.spinstar-oe97o2 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);
}

.spinstar-oe97o2 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);
}

.spinstar-oe97o2 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.spinstar-oe97o2 tbody tr td .spinstar-n5nr5z {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .spinstar-oe97o2 tbody tr td .spinstar-n5nr5z {
    width: 100%;
  }
}

.spinstar-oe97o2 tbody tr td .spinstar-40agbv {
  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.spinstar-nt6gdq ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .spinstar-oe97o2 tbody tr td .spinstar-40agbv:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .spinstar-oe97o2 tbody tr td .spinstar-40agbv {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .spinstar-oe97o2 tbody tr td .spinstar-40agbv {
    width: 100%;
  }
}

.spinstar-oe97o2 tbody tr td .spinstar-w9qrmj {
  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) {
  .spinstar-oe97o2 tbody tr td .spinstar-w9qrmj:hover {
    text-decoration: none;
  }
}

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

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

.spinstar-yi1yct {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.spinstar-fiqcpk {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.spinstar-5jk1qa img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.spinstar-nt6gdq ease-in-out;
}

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

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

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

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

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

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

.spinstar-61ngtq img {
  width: 100%;
  height: 100%;
}

.spinstar-61ngtq iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.spinstar-y2e4sa svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.spinstar-nt6gdq ease-in-out;
}

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

.spinstar-isjebi {
  padding: 90px 0;
}

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

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

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

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

.spinstar-dcrikd img {
  width: 100%;
}

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

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

.spinstar-1627zz {
  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;
}

.spinstar-1627zz 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) {
  .spinstar-1627zz {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .spinstar-1627zz {
    padding: 24px 10px;
  }
}

.spinstar-3aws9l {
  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.spinstar-nt6gdq ease-in-out;
}

.spinstar-3aws9l:hover {
  border: 1px solid #8c8ca2;
}

.spinstar-qf54n2 {
  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%);
}

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

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

.spinstar-jfpx13 a {
  text-decoration: underline;
  color: #8babff;
}

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

.spinstar-termt1 .spinstar-3aws9l {
  width: 50%;
  margin: 0;
}

.spinstar-leet31 {
  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;
}

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

.spinstar-bzivsk {
  margin: 0 0 100px;
}

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

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

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

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

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

.spinstar-ti5r90 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.spinstar-4uia6i 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.spinstar-nt6gdq ease-in-out;
}

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

.spinstar-4uia6i a svg {
  fill: #fff;
}

.spinstar-4uia6i a:hover {
  background: #3d68e7;
}

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

.spinstar-38nwp3 {
  margin-bottom: 16px;
}

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

.spinstar-sal5ci {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.spinstar-eotk1f 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);
}

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

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

.spinstar-eotk1f table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.spinstar-z7rwa1.spinstar-mcz5ld {
  display: none;
}

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

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

.spinstar-b9trg7 iframe.spinstar-o3pf11 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.spinstar-b9trg7.spinstar-vqacxo {
  opacity: 1;
  pointer-events: all;
}

.spinstar-dhyhcs {
  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.spinstar-nt6gdq ease-in-out;
}

.spinstar-dhyhcs svg {
  margin-right: 10px;
}

.spinstar-dhyhcs + .spinstar-dhyhcs {
  margin-top: 14px;
}

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

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

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

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

.spinstar-y3krf2 .spinstar-6epxrv {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.spinstar-y3krf2 .spinstar-6epxrv h1,
.spinstar-y3krf2 .spinstar-6epxrv 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) {
  .spinstar-y3krf2 .spinstar-6epxrv h1,
  .spinstar-y3krf2 .spinstar-6epxrv h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .spinstar-y3krf2 .spinstar-6epxrv {
    margin: 28px 0 0;
  }
}

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

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

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

.spinstar-eok22q {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.spinstar-tbbxt7 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinstar-5rw6s0 .spinstar-mfty95 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .spinstar-5rw6s0 .spinstar-mfty95 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.spinstar-f9qadn {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.spinstar-f9qadn img {
  width: 100%;
}

.spinstar-q94jx1 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.spinstar-gxbjzl {
  width: 100%;
  margin: 0 0 100px;
}

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

.spinstar-gxbjzl .spinstar-tstgia {
  position: relative;
}

.spinstar-gxbjzl .spinstar-9pph5w {
  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;
}

.spinstar-gxbjzl .spinstar-9pph5w.spinstar-mcz5ld {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .spinstar-gxbjzl .spinstar-bwf36m {
    bottom: 90px;
  }
}

.spinstar-gxbjzl .spinstar-bwf36m .spinstar-razcm8 {
  max-width: 300px;
  width: 100%;
}

.spinstar-gxbjzl .spinstar-bwf36m .spinstar-razcm8 .spinstar-0f6ap4 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .spinstar-gxbjzl .spinstar-bwf36m .spinstar-razcm8 .spinstar-0f6ap4 {
    font-size: 32px;
    text-align: center;
  }
}

.spinstar-gxbjzl .spinstar-bwf36m .spinstar-razcm8 .spinstar-f9e4lh {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .spinstar-gxbjzl .spinstar-bwf36m .spinstar-razcm8 .spinstar-f9e4lh {
    text-align: center;
  }
}

.spinstar-gxbjzl .spinstar-bwf36m .spinstar-jz4xko {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .spinstar-gxbjzl .spinstar-bwf36m .spinstar-jz4xko {
    flex-direction: column-reverse;
  }
}

.spinstar-gxbjzl .spinstar-bwf36m .spinstar-jz4xko .spinstar-2ovybk {
  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.spinstar-nt6gdq ease-in-out;
}

.spinstar-gxbjzl .spinstar-bwf36m .spinstar-jz4xko .spinstar-2ovybk:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .spinstar-gxbjzl .spinstar-bwf36m .spinstar-jz4xko .spinstar-2ovybk {
    width: 100%;
  }
}

.spinstar-gxbjzl .spinstar-bwf36m .spinstar-jz4xko .spinstar-kyvf02 {
  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.spinstar-nt6gdq ease-in-out;
  overflow: hidden;
}

.spinstar-gxbjzl .spinstar-bwf36m .spinstar-jz4xko .spinstar-kyvf02 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);
  }
}

.spinstar-gxbjzl .spinstar-bwf36m .spinstar-jz4xko .spinstar-kyvf02: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;
}

.spinstar-gxbjzl .spinstar-bwf36m .spinstar-jz4xko .spinstar-kyvf02:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .spinstar-gxbjzl .spinstar-bwf36m .spinstar-jz4xko .spinstar-kyvf02 {
    width: 100%;
  }
}

.spinstar-gxbjzl .spinstar-bwf36m.spinstar-mcz5ld {
  display: none;
}

.spinstar-gxbjzl .spinstar-2bkjob {
  display: none;
}

.spinstar-gxbjzl .spinstar-2bkjob.spinstar-vqacxo {
  display: block;
}

.spinstar-gxbjzl .spinstar-2bkjob iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .spinstar-gxbjzl .spinstar-2bkjob iframe {
    height: calc(100vh - 54px);
  }
}

.spinstar-gxbjzl .spinstar-h3b17h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .spinstar-gxbjzl .spinstar-h3b17h {
    padding: 24px 16px 0;
  }
}

.spinstar-gxbjzl .spinstar-h3b17h .spinstar-0f6ap4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .spinstar-gxbjzl .spinstar-h3b17h .spinstar-0f6ap4 {
    margin-bottom: 24px;
  }
}

.spinstar-gxbjzl .spinstar-h3b17h 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);
}

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

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

.spinstar-gxbjzl .spinstar-h3b17h table tr:last-of-type td {
  border-bottom: none;
}

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

.spinstar-zq9o3d.spinstar-f3u7qf {
  display: block;
}

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

.spinstar-zq9o3d .spinstar-ld1ur9 {
  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;
}

.spinstar-zq9o3d .spinstar-dd217t {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.spinstar-zq9o3d .spinstar-kyvf02 {
  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.spinstar-nt6gdq ease-in-out;
}

.spinstar-zq9o3d .spinstar-kyvf02:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.spinstar-fojkqn.spinstar-f3u7qf {
  display: block;
}

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

.spinstar-bq36m3 {
  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;
}

.spinstar-60nh63 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.spinstar-dhybyn {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.spinstar-dhybyn svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.spinstar-4l25xu {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spinstar-w03ps8.spinstar-mcz5ld {
  display: none;
}

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

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

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

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

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

.spinstar-e8kmfx 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.spinstar-nt6gdq ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.spinstar-e8kmfx input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spinstar-e8kmfx input:active {
  border-color: #c2c0ce;
}

.spinstar-e8kmfx input:focus {
  border-color: #c2c0ce;
}

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

.spinstar-m0kw1c {
  margin-bottom: 36px;
}

.spinstar-m0kw1c 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;
}

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

.spinstar-m0kw1c textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spinstar-kqd4gr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.spinstar-vbuwzi {
  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.spinstar-nt6gdq ease-in-out;
}

.spinstar-vbuwzi:hover {
  background: var(--border-color);
}

.spinstar-h9qk96 {
  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.spinstar-nt6gdq ease-in-out;
}

.spinstar-h9qk96:hover {
  background: #166ad9;
}

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

.spinstar-xhp3nr.spinstar-mcz5ld {
  display: none;
}

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

.spinstar-xhp3nr .spinstar-vbuwzi {
  margin: 0 auto;
}

.spinstar-787r0p {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.spinstar-sg8lud {
  filter: grayscale(100%);
}

.spinstar-knqwsx > input {
  display: none;
}

.spinstar-knqwsx > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinstar-jcxc6g.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.spinstar-cfx4ql 44.spinstar-iufvpn.spinstar-r1bwd9.spinstar-pyfuao.spinstar-hxfduf.spinstar-roqxdk.spinstar-5s57kc.spinstar-qzlma3.spinstar-bt82wz.spinstar-71h93a.spinstar-t9ums6.spinstar-15n6d5.spinstar-6zzp31 0l-12.spinstar-afc4j4 30.spinstar-5mndom.spinstar-idpmf2 2.spinstar-kd8l1h.spinstar-idpmf2 3.spinstar-gu07am 3.spinstar-yug9a3.spinstar-l4ztsa 3.spinstar-o6n1ea.spinstar-a6s6tu.spinstar-sp0t8h.spinstar-woyka3 7-3.spinstar-afc4j4 10.spinstar-z49usq.spinstar-woyka3 23.spinstar-3ll8fj.spinstar-kl2zr1 1.spinstar-lmy1md 2.spinstar-afc4j4 3.spinstar-kl2zr1 1.spinstar-l4ztsa 5.spinstar-vldhil.spinstar-l4ztsa 32.spinstar-c1jay3.spinstar-a6s6tu 5.spinstar-6zzp31 4.spinstar-woyka3 9.spinstar-woyka3 8.spinstar-l4ztsa 6.spinstar-dcddyg.spinstar-iovv35.spinstar-ajpnjs.spinstar-r32hwc.spinstar-7pqgir 4.spinstar-76wym9.spinstar-7pqgir 6.spinstar-7pqgir 0l29.spinstar-6zzp31 17.spinstar-86la28.spinstar-y3hh8v 2.spinstar-ej3257 10.spinstar-7c5rnm.spinstar-afc4j4 8.spinstar-tx2k3a.spinstar-eos68r.spinstar-7rgmem.spinstar-elqxcf.spinstar-9ieobl.spinstar-a6s6tu.spinstar-roqxdk.spinstar-afc4j4 1.spinstar-cr0s9i.spinstar-irpr18.spinstar-kdoji6.spinstar-ok0i4u.spinstar-z9gjrb.spinstar-lmy1md 1.spinstar-tml9rr.spinstar-zn4d53.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.spinstar-knqwsx > input:checked ~ label,
.spinstar-knqwsx > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinstar-jcxc6g.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.spinstar-cfx4ql 44.spinstar-iufvpn.spinstar-r1bwd9.spinstar-pyfuao.spinstar-hxfduf.spinstar-roqxdk.spinstar-5s57kc.spinstar-qzlma3.spinstar-bt82wz.spinstar-71h93a.spinstar-t9ums6.spinstar-15n6d5.spinstar-6zzp31 0l-12.spinstar-afc4j4 30.spinstar-5mndom.spinstar-idpmf2 2.spinstar-kd8l1h.spinstar-idpmf2 3.spinstar-gu07am 3.spinstar-yug9a3.spinstar-l4ztsa 3.spinstar-o6n1ea.spinstar-a6s6tu.spinstar-sp0t8h.spinstar-woyka3 7-3.spinstar-afc4j4 10.spinstar-z49usq.spinstar-woyka3 23.spinstar-3ll8fj.spinstar-kl2zr1 1.spinstar-lmy1md 2.spinstar-afc4j4 3.spinstar-kl2zr1 1.spinstar-l4ztsa 5.spinstar-vldhil.spinstar-l4ztsa 32.spinstar-c1jay3.spinstar-a6s6tu 5.spinstar-6zzp31 4.spinstar-woyka3 9.spinstar-woyka3 8.spinstar-l4ztsa 6.spinstar-dcddyg.spinstar-iovv35.spinstar-ajpnjs.spinstar-r32hwc.spinstar-7pqgir 4.spinstar-76wym9.spinstar-7pqgir 6.spinstar-7pqgir 0l29.spinstar-6zzp31 17.spinstar-86la28.spinstar-y3hh8v 2.spinstar-ej3257 10.spinstar-7c5rnm.spinstar-afc4j4 8.spinstar-tx2k3a.spinstar-eos68r.spinstar-7rgmem.spinstar-elqxcf.spinstar-9ieobl.spinstar-a6s6tu.spinstar-roqxdk.spinstar-afc4j4 1.spinstar-cr0s9i.spinstar-irpr18.spinstar-kdoji6.spinstar-ok0i4u.spinstar-z9gjrb.spinstar-lmy1md 1.spinstar-tml9rr.spinstar-zn4d53.5z'/%3e%3c/svg%3e");
}

.spinstar-knqwsx > input:not(:checked) ~ label:hover,
.spinstar-knqwsx > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinstar-jcxc6g.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinstar-cfx4ql 44.spinstar-iufvpn.spinstar-r1bwd9.spinstar-pyfuao.spinstar-hxfduf.spinstar-roqxdk.spinstar-5s57kc.spinstar-qzlma3.spinstar-bt82wz.spinstar-71h93a.spinstar-t9ums6.spinstar-15n6d5.spinstar-6zzp31 0l-12.spinstar-afc4j4 30.spinstar-5mndom.spinstar-idpmf2 2.spinstar-kd8l1h.spinstar-idpmf2 3.spinstar-gu07am 3.spinstar-yug9a3.spinstar-l4ztsa 3.spinstar-o6n1ea.spinstar-a6s6tu.spinstar-sp0t8h.spinstar-woyka3 7-3.spinstar-afc4j4 10.spinstar-z49usq.spinstar-woyka3 23.spinstar-3ll8fj.spinstar-kl2zr1 1.spinstar-lmy1md 2.spinstar-afc4j4 3.spinstar-kl2zr1 1.spinstar-l4ztsa 5.spinstar-vldhil.spinstar-l4ztsa 32.spinstar-c1jay3.spinstar-a6s6tu 5.spinstar-6zzp31 4.spinstar-woyka3 9.spinstar-woyka3 8.spinstar-l4ztsa 6.spinstar-dcddyg.spinstar-iovv35.spinstar-ajpnjs.spinstar-r32hwc.spinstar-7pqgir 4.spinstar-76wym9.spinstar-7pqgir 6.spinstar-7pqgir 0l29.spinstar-6zzp31 17.spinstar-86la28.spinstar-y3hh8v 2.spinstar-ej3257 10.spinstar-7c5rnm.spinstar-afc4j4 8.spinstar-tx2k3a.spinstar-eos68r.spinstar-7rgmem.spinstar-elqxcf.spinstar-9ieobl.spinstar-a6s6tu.spinstar-roqxdk.spinstar-afc4j4 1.spinstar-cr0s9i.spinstar-irpr18.spinstar-kdoji6.spinstar-ok0i4u.spinstar-z9gjrb.spinstar-lmy1md 1.spinstar-tml9rr.spinstar-zn4d53.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .spinstar-niizas > .spinstar-x0haru {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .spinstar-niizas > .spinstar-x0haru {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .spinstar-niizas > .spinstar-x0haru {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .spinstar-niizas > .spinstar-x0haru {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .spinstar-niizas > .spinstar-x0haru {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.spinstar-5tdwce {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.spinstar-5tdwce.spinstar-mcz5ld {
  display: none;
}

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

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

.spinstar-3rx5y2 {
  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;
}

.spinstar-3rx5y2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.spinstar-3rx5y2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.spinstar-3rx5y2 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.spinstar-ibws18 {
  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;
}

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .spinstar-jk8nbh {
    top: -20px;
  }
}

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

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

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

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

.spinstar-5tdwce.spinstar-gzjggy .spinstar-ehc6s8 {
  background: #2b3b67;
}

.spinstar-5tdwce.spinstar-gzjggy .spinstar-3rx5y2 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.spinstar-5tdwce.spinstar-gzjggy .spinstar-3rx5y2::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.spinstar-5tdwce.spinstar-gzjggy .spinstar-3rx5y2::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.spinstar-5tdwce.spinstar-gzjggy .spinstar-ibws18::before {
  background: #0e0f41;
}

.spinstar-5tdwce.spinstar-gzjggy .spinstar-ibws18::after {
  background: #152557;
}

.spinstar-5tdwce.spinstar-7pxojw .spinstar-ehc6s8 {
  background: #1f35fa;
}

.spinstar-5tdwce.spinstar-7pxojw .spinstar-3rx5y2 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.spinstar-5tdwce.spinstar-7pxojw .spinstar-3rx5y2::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.spinstar-5tdwce.spinstar-7pxojw .spinstar-3rx5y2::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.spinstar-5tdwce.spinstar-7pxojw .spinstar-ibws18::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.spinstar-5tdwce.spinstar-7pxojw .spinstar-ibws18::after {
  background: #192ac8;
}

.spinstar-5tdwce.spinstar-x0e3fm .spinstar-ehc6s8 {
  background: #fa771f;
}

.spinstar-5tdwce.spinstar-x0e3fm .spinstar-3rx5y2 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinstar-5tdwce.spinstar-x0e3fm .spinstar-3rx5y2::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.spinstar-5tdwce.spinstar-x0e3fm .spinstar-3rx5y2::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.spinstar-5tdwce.spinstar-x0e3fm .spinstar-ibws18::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinstar-5tdwce.spinstar-x0e3fm .spinstar-ibws18::after {
  background: #fa8535;
}

.spinstar-5fm2xg {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.spinstar-9e0c20 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.spinstar-9e0c20 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.spinstar-9e0c20 small {
  font-size: 14px;
  color: var(--text-color);
}

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

.spinstar-40fyyv {
  width: 120px;
  height: 22px;
}

.spinstar-40fyyv .spinstar-d11i7p {
  fill: #c2c0ce;
}

.spinstar-40fyyv [rating="1"] .spinstar-d11i7p:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinstar-40fyyv [rating="2"] .spinstar-d11i7p:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinstar-40fyyv [rating="3"] .spinstar-d11i7p:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinstar-40fyyv [rating="4"] .spinstar-d11i7p:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinstar-40fyyv [rating="5"] .spinstar-d11i7p:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.spinstar-bhs9ty {
  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);
}

.spinstar-bhs9ty.spinstar-vqacxo {
  display: block;
}

.spinstar-bhs9ty.spinstar-mcz5ld {
  display: none;
}

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

.spinstar-tg1fzm {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinstar-h7yllz {
  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);
}

.spinstar-i7o6co {
  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;
}

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

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

.spinstar-8gvzy2 {
  font-size: 16px;
  line-height: 140%;
}

.spinstar-g0d3em {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinstar-g0d3em .spinstar-d11i7p {
  fill: #c2c0ce;
}

.spinstar-g0d3em [rating="1"] .spinstar-d11i7p:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinstar-g0d3em [rating="2"] .spinstar-d11i7p:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinstar-g0d3em [rating="3"] .spinstar-d11i7p:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinstar-g0d3em [rating="4"] .spinstar-d11i7p:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinstar-g0d3em [rating="5"] .spinstar-d11i7p:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.spinstar-3k6rn4 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.spinstar-ob29gh {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.spinstar-77f9ix {
  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) {
  .spinstar-77f9ix {
    padding: 12px;
    gap: 12px;
  }
}

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

.spinstar-64hhpb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spinstar-10fhob {
  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;
}

.spinstar-0ajb8k {
  flex: 1;
  min-width: 0;
}

.spinstar-2mdgyu {
  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) {
  .spinstar-2mdgyu {
    font-size: 14px;
    gap: 6px;
  }
}

.spinstar-bs2vcb {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.spinstar-bs2vcb svg path {
  fill: var(--button-bg-color);
}

.spinstar-bs2vcb svg circle {
  fill: var(--button-text-color);
}

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

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

.spinstar-zijl16 strong {
  font-weight: 600;
}

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

.spinstar-86k0h6 p {
  margin: 0 0 16px;
}

.spinstar-86k0h6 p:last-child {
  margin-bottom: 0;
}

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

.spinstar-qr3lon {
  max-width: 300px;
  width: 100%;
}

.spinstar-qr3lon a {
  width: 100%;
}

@media (max-width: 575px) {
  .spinstar-qr3lon {
    max-width: 200px;
  }
}

.spinstar-nvdmew {
  justify-content: center;
}

.spinstar-698e2q {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spinstar-jsfidy {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.spinstar-k0ealg .spinstar-scaxkj {
  justify-content: center;
}

/* faq */

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

.spinstar-vlgbxt {
  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.spinstar-7k68x6 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spinstar-vlgbxt::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.spinstar-7k68x6 ease;
}

.spinstar-o9cyud.spinstar-f3u7qf .spinstar-vlgbxt::after {
  transform: rotate(45deg);
}

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

.spinstar-o9cyud.spinstar-f3u7qf .spinstar-no3pis {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.spinstar-ro7888 {
  margin: 25px 0;
}

.spinstar-knqwsx > input:not(:checked) ~ label:hover,
.spinstar-knqwsx > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinstar-vd0yep.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinstar-ggdf7o 44.spinstar-08zfo0.spinstar-tdotds.spinstar-5pj6mm.spinstar-10tfte.spinstar-6ozyh3.spinstar-484c79.spinstar-ya9cpc.spinstar-e8mw1h.spinstar-5y46q6.spinstar-q28t1u.spinstar-5b9o4i.spinstar-uhvnnk 0l-12.spinstar-4pq3v4 30.spinstar-qodl9j.spinstar-beikmf 2.spinstar-jbtxso.spinstar-beikmf 3.spinstar-4qen30 3.spinstar-lw3dti.spinstar-51celh 3.spinstar-g53xdr.spinstar-fzxja4.spinstar-q4qxgp.spinstar-umkj9t 7-3.spinstar-4pq3v4 10.spinstar-jwtulf.spinstar-umkj9t 23.spinstar-jav4oc.spinstar-1rje2z 1.spinstar-n4z6t9 2.spinstar-4pq3v4 3.spinstar-1rje2z 1.spinstar-51celh 5.spinstar-vtn49x.spinstar-51celh 32.spinstar-hxlaiv.spinstar-fzxja4 5.spinstar-uhvnnk 4.spinstar-umkj9t 9.spinstar-umkj9t 8.spinstar-51celh 6.spinstar-t85ktu.spinstar-n49l5v.spinstar-7z0w7t.spinstar-x8b561.spinstar-qv7oac 4.spinstar-zz3xtz.spinstar-qv7oac 6.spinstar-qv7oac 0l29.spinstar-uhvnnk 17.spinstar-2xc0u2.spinstar-2el0cu 2.spinstar-hvil54 10.spinstar-y5d7it.spinstar-4pq3v4 8.spinstar-jwhn43.spinstar-jua35j.spinstar-b9vsvc.spinstar-uf8tr6.spinstar-87h21h.spinstar-fzxja4.spinstar-6ozyh3.spinstar-4pq3v4 1.spinstar-z05btc.spinstar-ksa2g1.spinstar-cc8yf2.spinstar-uojs6a.spinstar-lk1j6g.spinstar-n4z6t9 1.spinstar-0u9mp4.spinstar-luge6u.5z'/%3e%3c/svg%3e");
}

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

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

.spinstar-cxhzcd {
  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);
}

.spinstar-cxhzcd.spinstar-84v9s5 {
  display: block;
}

.spinstar-cxhzcd.spinstar-a183ds {
  display: none;
}

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

.spinstar-t7t0zo {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinstar-j2a51n {
  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);
}

.spinstar-rfr6ur {
  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;
}

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

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

.spinstar-svj37x {
  font-size: 16px;
  line-height: 140%;
}

.spinstar-4fju1w {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinstar-4fju1w .spinstar-cjtku0 {
  fill: #c2c0ce;
}

.spinstar-4fju1w [rating="1"] .spinstar-cjtku0:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinstar-4fju1w [rating="2"] .spinstar-cjtku0:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinstar-4fju1w [rating="3"] .spinstar-cjtku0:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinstar-4fju1w [rating="4"] .spinstar-cjtku0:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinstar-4fju1w [rating="5"] .spinstar-cjtku0:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.spinstar-n21c4r 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;
}

.spinstar-n21c4r 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 */

.spinstar-pd92ss {
  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);
}

.spinstar-pd92ss.spinstar-5dc1ef {
  opacity: 1;
  pointer-events: auto;
}
