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

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

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

.spinsstar-vurqya {
  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) {
  .spinsstar-vurqya: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;
  }
}

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

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

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

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

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

.spinsstar-vh1cky {
  cursor: pointer;
}

.spinsstar-20ao7y {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.spinsstar-zro43s {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spinsstar-zro43s figure {
  margin: 0;
}

.spinsstar-zro43s.spinsstar-biqnu4 {
  justify-content: flex-start;
  margin-right: 4px;
}

.spinsstar-zro43s.spinsstar-zoxnw2 {
  justify-content: flex-end;
  margin-left: 4px;
}

.spinsstar-zro43s.spinsstar-lbt9zb {
  justify-content: center;
}

.spinsstar-zro43s.spinsstar-0k63d4 {
  justify-content: normal;
}

.spinsstar-zv2224 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.spinsstar-m4tn07 img {
  width: 100%;
}

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

.spinsstar-qxw3oe {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.spinsstar-qxw3oe 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);
}

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

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

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

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

.spinsstar-qxw3oe ul li:last-of-type::after {
  display: none;
}

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

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

.spinsstar-3bbxzw {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.spinsstar-ih29x8.spinsstar-5ahqcg {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .spinsstar-ih29x8.spinsstar-5ahqcg:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.spinsstar-87yegr {
  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) {
  .spinsstar-87yegr {
    padding: 80px 16px 0;
  }
}

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

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

.spinsstar-t46d0g {
  margin-bottom: 94px;
}

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

.spinsstar-c5m6ru .spinsstar-o9qd6u {
  margin-bottom: 28px;
}

.spinsstar-c5m6ru .spinsstar-o9qd6u img {
  max-height: 100px;
  width: auto;
}

.spinsstar-huiyz1 {
  display: flex;
  align-items: center;
}

.spinsstar-huiyz1 a + a {
  margin-left: 24px;
}

.spinsstar-huiyz1 img {
  max-height: 56px;
  width: auto;
}

.spinsstar-huiyz1 img + img {
  margin-left: 24px;
}

.spinsstar-83nd80 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.spinsstar-wvu64j {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.spinsstar-yppmld li {
  display: flex;
  margin: 0 7px;
}

.spinsstar-yppmld li svg {
  transition: 0.spinsstar-uph0yn ease-in-out;
}

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

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

.spinsstar-27nlr5 + .spinsstar-27nlr5 {
  margin-left: 120px;
}

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

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

.spinsstar-qee132 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spinsstar-qee132 li {
  font-size: 16px;
}

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

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

.spinsstar-qee132 li + li {
  margin-top: 16px;
}

.spinsstar-hggf6b {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.spinsstar-t6mwgv ease-in-out;
}

.spinsstar-hggf6b.spinsstar-4jvidb {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.spinsstar-p7f52u {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinsstar-i3zpoj li {
  width: 100%;
}

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

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

.spinsstar-i3zpoj li a.spinsstar-4jvidb {
  background: var(--border-color);
}

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

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

.spinsstar-3zoxae {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.spinsstar-je42gh {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.spinsstar-je42gh img {
  width: 100%;
  transition: 0.spinsstar-uph0yn ease-in-out;
}

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

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

.spinsstar-3vc21b {
  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) {
  .spinsstar-3vc21b {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .spinsstar-3vc21b .spinsstar-o9qd6u img {
    max-width: 90px;
  }
}

.spinsstar-o9qd6u img {
  max-height: 50px;
  width: auto;
}

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

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

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

.spinsstar-kpl2hg li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.spinsstar-e501kn {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.spinsstar-e501kn.spinsstar-7k1cea {
  margin-right: 0;
}

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

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

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

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

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

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

.spinsstar-bt37zk:hover > ul {
  display: flex;
}

.spinsstar-bt37zk:focus > ul {
  display: flex;
}

.spinsstar-bt37zk:focus-within > ul {
  display: flex;
}

.spinsstar-83015a {
  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;
}

.spinsstar-83015a::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.spinsstar-t6mwgv ease-in-out;
}

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

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

.spinsstar-bt37zk 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.spinsstar-uph0yn ease-in-out;
  overflow: hidden;
}

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

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

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

.spinsstar-tahbg1 {
  display: none;
}

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

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

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

.spinsstar-6ssj3p {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.spinsstar-6ssj3p img {
  margin-bottom: 20px;
}

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

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

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

.spinsstar-61jw94 {
  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) {
  .spinsstar-61jw94 {
    font-size: 32px;
  }
}

.spinsstar-bqg3jx {
  color: var(--text-color);
}

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

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

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

.spinsstar-z6tone p img {
  display: block;
  margin: 0 auto;
}

.spinsstar-z6tone p:first-of-type {
  margin-top: 0;
}

.spinsstar-z6tone p:last-of-type {
  margin-bottom: 0;
}

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

.spinsstar-z6tone ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.spinsstar-90ycv4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.spinsstar-90ycv4 .spinsstar-u9nt5t {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .spinsstar-90ycv4 .spinsstar-u9nt5t {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.spinsstar-90ycv4 .spinsstar-s63q7v {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .spinsstar-90ycv4 .spinsstar-s63q7v {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .spinsstar-90ycv4 .spinsstar-s63q7v img {
    width: 100%;
  }
}

.spinsstar-s63q7v {
  margin: 0 0 28px;
}

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

.spinsstar-u9nt5t {
  margin: 0 0 28px;
}

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

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

.spinsstar-pl6s1e .spinsstar-vurqya {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.spinsstar-ptmo56 {
  position: relative;
  border: none;
}

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

.spinsstar-k8r2v6 {
  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;
}

.spinsstar-k8r2v6 span {
  height: 32px;
}

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

.spinsstar-k8r2v6.spinsstar-utdqe4 span {
  transform: scaleY(-1);
}

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

.spinsstar-t22qed {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.spinsstar-t22qed.spinsstar-1sonrs {
  display: none;
}

.spinsstar-esfws7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.spinsstar-esfws7 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .spinsstar-esfws7 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.spinsstar-r3auun {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.spinsstar-m74lqy p {
  color: var(--text-color);
}

.spinsstar-iwv8ln {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.spinsstar-7wyfdq {
  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);
}

.spinsstar-ok29qt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinsstar-7g02go p + p {
  margin-top: 10px;
}

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

.spinsstar-gxxibv {
  display: none;
}

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

.spinsstar-196jao {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.spinsstar-196jao li {
  margin: 0 20px;
}

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

.spinsstar-196jao li a img {
  margin-bottom: 4px;
}

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

.spinsstar-4hdgrs {
  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) {
  .spinsstar-4hdgrs {
    padding: 0 16px;
  }
}

.spinsstar-4hdgrs li {
  font-size: 16px;
  position: relative;
}

.spinsstar-4hdgrs li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.spinsstar-4hdgrs li span {
  opacity: 0.5;
}

.spinsstar-4hdgrs li + li {
  margin-left: 30px;
}

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

h2.spinsstar-anc8dl {
  margin: 0 0 28px;
}

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

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

.spinsstar-gb99ad 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);
}

.spinsstar-gb99ad 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;
}

.spinsstar-gb99ad 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;
}

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

.spinsstar-gb99ad tbody tr:last-of-type {
  margin-bottom: 0;
}

.spinsstar-gb99ad tbody tr td:first-of-type {
  flex-shrink: 0;
}

.spinsstar-gb99ad 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);
}

.spinsstar-gb99ad 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);
}

.spinsstar-gb99ad tbody tr td:last-of-type {
  margin-left: auto;
}

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

.spinsstar-gb99ad tbody tr td .spinsstar-isqf6q {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .spinsstar-gb99ad tbody tr td .spinsstar-isqf6q {
    width: 100%;
  }
}

.spinsstar-gb99ad tbody tr td .spinsstar-1dnysi {
  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.spinsstar-uph0yn ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

@media only screen and (max-width: 420px) {
  .spinsstar-gb99ad tbody tr td .spinsstar-1dnysi {
    width: 100%;
  }
}

.spinsstar-gb99ad tbody tr td .spinsstar-mlj8ef {
  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) {
  .spinsstar-gb99ad tbody tr td .spinsstar-mlj8ef:hover {
    text-decoration: none;
  }
}

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

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

.spinsstar-fjeuv5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.spinsstar-7dkp14 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.spinsstar-qkuh8s img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.spinsstar-uph0yn ease-in-out;
}

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

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

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

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

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

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

.spinsstar-aimplw img {
  width: 100%;
  height: 100%;
}

.spinsstar-aimplw iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.spinsstar-czl9qt svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.spinsstar-uph0yn ease-in-out;
}

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

.spinsstar-zb1s4b {
  padding: 90px 0;
}

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

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

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

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

.spinsstar-iqnlpg img {
  width: 100%;
}

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

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

.spinsstar-vdu6tz {
  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;
}

.spinsstar-vdu6tz 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) {
  .spinsstar-vdu6tz {
    flex-basis: auto;
  }
}

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

.spinsstar-0pk7fr {
  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.spinsstar-uph0yn ease-in-out;
}

.spinsstar-0pk7fr:hover {
  border: 1px solid #8c8ca2;
}

.spinsstar-cngege {
  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%);
}

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

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

.spinsstar-5fyqjj a {
  text-decoration: underline;
  color: #8babff;
}

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

.spinsstar-yry4wx .spinsstar-0pk7fr {
  width: 50%;
  margin: 0;
}

.spinsstar-l8elep {
  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;
}

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

.spinsstar-ztqu6k {
  margin: 0 0 100px;
}

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

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

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

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

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

.spinsstar-z1kvsc {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.spinsstar-l8jjdb 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.spinsstar-uph0yn ease-in-out;
}

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

.spinsstar-l8jjdb a svg {
  fill: #fff;
}

.spinsstar-l8jjdb a:hover {
  background: #3d68e7;
}

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

.spinsstar-0u7x5s {
  margin-bottom: 16px;
}

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

.spinsstar-8y74tk {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.spinsstar-g00y6c 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);
}

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

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

.spinsstar-g00y6c table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.spinsstar-a6huub.spinsstar-sp39gf {
  display: none;
}

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

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

.spinsstar-r02xkm iframe.spinsstar-tne9m8 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.spinsstar-r02xkm.spinsstar-mo5njg {
  opacity: 1;
  pointer-events: all;
}

.spinsstar-wke91g {
  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.spinsstar-uph0yn ease-in-out;
}

.spinsstar-wke91g svg {
  margin-right: 10px;
}

.spinsstar-wke91g + .spinsstar-wke91g {
  margin-top: 14px;
}

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

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

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

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

.spinsstar-2nooyx .spinsstar-pl6s1e {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.spinsstar-2nooyx .spinsstar-pl6s1e h1,
.spinsstar-2nooyx .spinsstar-pl6s1e 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) {
  .spinsstar-2nooyx .spinsstar-pl6s1e h1,
  .spinsstar-2nooyx .spinsstar-pl6s1e h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .spinsstar-2nooyx .spinsstar-pl6s1e {
    margin: 28px 0 0;
  }
}

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

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

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

.spinsstar-qa0v61 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.spinsstar-93f2ic {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.spinsstar-gi99iy {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .spinsstar-wsgbaa {
    padding: 10px;
  }
}

.spinsstar-wsgbaa .spinsstar-vurqya {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .spinsstar-wsgbaa .spinsstar-vurqya {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .spinsstar-wsgbaa {
    flex-wrap: wrap;
  }
}

.spinsstar-9etd11 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.spinsstar-9etd11 img {
  width: 100%;
}

.spinsstar-8cpe9g {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.spinsstar-77r85g {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.spinsstar-kq7o2z {
  width: 100%;
  margin: 0 0 100px;
}

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

.spinsstar-kq7o2z .spinsstar-sc7pyf {
  position: relative;
}

.spinsstar-kq7o2z .spinsstar-e7zr1l {
  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;
}

.spinsstar-kq7o2z .spinsstar-e7zr1l.spinsstar-sp39gf {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .spinsstar-kq7o2z .spinsstar-7ge7u9 {
    bottom: 90px;
  }
}

.spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-m6uuo7 {
  max-width: 300px;
  width: 100%;
}

.spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-m6uuo7 .spinsstar-gpzc3u {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-m6uuo7 .spinsstar-gpzc3u {
    font-size: 32px;
    text-align: center;
  }
}

.spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-m6uuo7 .spinsstar-xie0f1 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-m6uuo7 .spinsstar-xie0f1 {
    text-align: center;
  }
}

.spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-7k1cea {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-7k1cea {
    flex-direction: column-reverse;
  }
}

.spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-7k1cea .spinsstar-t7dupg {
  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.spinsstar-uph0yn ease-in-out;
}

.spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-7k1cea .spinsstar-t7dupg:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-7k1cea .spinsstar-t7dupg {
    width: 100%;
  }
}

.spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-7k1cea .spinsstar-livy0p {
  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.spinsstar-uph0yn ease-in-out;
  overflow: hidden;
}

.spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-7k1cea .spinsstar-livy0p 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);
  }
}

.spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-7k1cea .spinsstar-livy0p: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;
}

.spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-7k1cea .spinsstar-livy0p:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .spinsstar-kq7o2z .spinsstar-7ge7u9 .spinsstar-7k1cea .spinsstar-livy0p {
    width: 100%;
  }
}

.spinsstar-kq7o2z .spinsstar-7ge7u9.spinsstar-sp39gf {
  display: none;
}

.spinsstar-kq7o2z .spinsstar-7n3xes {
  display: none;
}

.spinsstar-kq7o2z .spinsstar-7n3xes.spinsstar-mo5njg {
  display: block;
}

.spinsstar-kq7o2z .spinsstar-7n3xes iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .spinsstar-kq7o2z .spinsstar-7n3xes iframe {
    height: calc(100vh - 54px);
  }
}

.spinsstar-kq7o2z .spinsstar-uhp0tp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .spinsstar-kq7o2z .spinsstar-uhp0tp {
    padding: 24px 16px 0;
  }
}

.spinsstar-kq7o2z .spinsstar-uhp0tp .spinsstar-gpzc3u {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .spinsstar-kq7o2z .spinsstar-uhp0tp .spinsstar-gpzc3u {
    margin-bottom: 24px;
  }
}

.spinsstar-kq7o2z .spinsstar-uhp0tp 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);
}

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

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

.spinsstar-kq7o2z .spinsstar-uhp0tp table tr:last-of-type td {
  border-bottom: none;
}

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

.spinsstar-07s4k6.spinsstar-4jvidb {
  display: block;
}

.spinsstar-07s4k6 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.spinsstar-07s4k6 .spinsstar-esm0gy {
  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;
}

.spinsstar-07s4k6 .spinsstar-si7vkv {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.spinsstar-07s4k6 .spinsstar-livy0p {
  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.spinsstar-uph0yn ease-in-out;
}

.spinsstar-07s4k6 .spinsstar-livy0p:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.spinsstar-mhcyif.spinsstar-4jvidb {
  display: block;
}

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

.spinsstar-wjzbqp {
  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;
}

.spinsstar-9j0h56 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.spinsstar-rie6d8 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.spinsstar-rie6d8 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.spinsstar-hm0y67 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spinsstar-v1hvyb.spinsstar-sp39gf {
  display: none;
}

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

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

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

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

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

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

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

.spinsstar-zkx1br input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spinsstar-zkx1br input:active {
  border-color: #c2c0ce;
}

.spinsstar-zkx1br input:focus {
  border-color: #c2c0ce;
}

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

.spinsstar-kbpgvd {
  margin-bottom: 36px;
}

.spinsstar-kbpgvd 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;
}

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

.spinsstar-kbpgvd textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spinsstar-23clth {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.spinsstar-anpqur {
  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.spinsstar-uph0yn ease-in-out;
}

.spinsstar-anpqur:hover {
  background: var(--border-color);
}

.spinsstar-llzsl6 {
  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.spinsstar-uph0yn ease-in-out;
}

.spinsstar-llzsl6:hover {
  background: #166ad9;
}

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

.spinsstar-qz4tti.spinsstar-sp39gf {
  display: none;
}

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

.spinsstar-qz4tti .spinsstar-anpqur {
  margin: 0 auto;
}

.spinsstar-bru60w {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.spinsstar-5m5uyr {
  filter: grayscale(100%);
}

.spinsstar-8vasin > input {
  display: none;
}

.spinsstar-8vasin > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinsstar-prwg12.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.spinsstar-j2tjo4 44.spinsstar-qj4xru.spinsstar-7d1g11.spinsstar-0qhl12.spinsstar-ym7mku.spinsstar-rx4vod.spinsstar-biupa0.spinsstar-rmoxas.spinsstar-ccbfs0.spinsstar-qv4xiy.spinsstar-zcdgvp.spinsstar-925xrn.spinsstar-0pz8it 0l-12.spinsstar-jg9qd7 30.spinsstar-hgp5rz.spinsstar-f3gsdg 2.spinsstar-pqk0mh.spinsstar-f3gsdg 3.spinsstar-gx74f6 3.spinsstar-5kp45b.spinsstar-k97o9v 3.spinsstar-3o3y1l.spinsstar-0wwb73.spinsstar-za0asc.spinsstar-6a69rn 7-3.spinsstar-jg9qd7 10.spinsstar-l72b8r.spinsstar-6a69rn 23.spinsstar-stmt14.spinsstar-hsvo7y 1.spinsstar-u22s6m 2.spinsstar-jg9qd7 3.spinsstar-hsvo7y 1.spinsstar-k97o9v 5.spinsstar-zta0n3.spinsstar-k97o9v 32.spinsstar-euibcw.spinsstar-0wwb73 5.spinsstar-0pz8it 4.spinsstar-6a69rn 9.spinsstar-6a69rn 8.spinsstar-k97o9v 6.spinsstar-vitfac.spinsstar-78jidy.spinsstar-et20j0.spinsstar-dtuz6i.spinsstar-6ttayj 4.spinsstar-217rhr.spinsstar-6ttayj 6.spinsstar-6ttayj 0l29.spinsstar-0pz8it 17.spinsstar-jpqbkn.spinsstar-vxh97w 2.spinsstar-8vava3 10.spinsstar-7xi2fn.spinsstar-jg9qd7 8.spinsstar-xvxyti.spinsstar-40jxgp.spinsstar-9w6dkf.spinsstar-cwpa2h.spinsstar-v1x2n7.spinsstar-0wwb73.spinsstar-rx4vod.spinsstar-jg9qd7 1.spinsstar-x7pbod.spinsstar-gcdqia.spinsstar-a3azfe.spinsstar-0gv93e.spinsstar-d7x1a6.spinsstar-u22s6m 1.spinsstar-7od4nj.spinsstar-nyap72.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.spinsstar-8vasin > input:checked ~ label,
.spinsstar-8vasin > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinsstar-prwg12.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.spinsstar-j2tjo4 44.spinsstar-qj4xru.spinsstar-7d1g11.spinsstar-0qhl12.spinsstar-ym7mku.spinsstar-rx4vod.spinsstar-biupa0.spinsstar-rmoxas.spinsstar-ccbfs0.spinsstar-qv4xiy.spinsstar-zcdgvp.spinsstar-925xrn.spinsstar-0pz8it 0l-12.spinsstar-jg9qd7 30.spinsstar-hgp5rz.spinsstar-f3gsdg 2.spinsstar-pqk0mh.spinsstar-f3gsdg 3.spinsstar-gx74f6 3.spinsstar-5kp45b.spinsstar-k97o9v 3.spinsstar-3o3y1l.spinsstar-0wwb73.spinsstar-za0asc.spinsstar-6a69rn 7-3.spinsstar-jg9qd7 10.spinsstar-l72b8r.spinsstar-6a69rn 23.spinsstar-stmt14.spinsstar-hsvo7y 1.spinsstar-u22s6m 2.spinsstar-jg9qd7 3.spinsstar-hsvo7y 1.spinsstar-k97o9v 5.spinsstar-zta0n3.spinsstar-k97o9v 32.spinsstar-euibcw.spinsstar-0wwb73 5.spinsstar-0pz8it 4.spinsstar-6a69rn 9.spinsstar-6a69rn 8.spinsstar-k97o9v 6.spinsstar-vitfac.spinsstar-78jidy.spinsstar-et20j0.spinsstar-dtuz6i.spinsstar-6ttayj 4.spinsstar-217rhr.spinsstar-6ttayj 6.spinsstar-6ttayj 0l29.spinsstar-0pz8it 17.spinsstar-jpqbkn.spinsstar-vxh97w 2.spinsstar-8vava3 10.spinsstar-7xi2fn.spinsstar-jg9qd7 8.spinsstar-xvxyti.spinsstar-40jxgp.spinsstar-9w6dkf.spinsstar-cwpa2h.spinsstar-v1x2n7.spinsstar-0wwb73.spinsstar-rx4vod.spinsstar-jg9qd7 1.spinsstar-x7pbod.spinsstar-gcdqia.spinsstar-a3azfe.spinsstar-0gv93e.spinsstar-d7x1a6.spinsstar-u22s6m 1.spinsstar-7od4nj.spinsstar-nyap72.5z'/%3e%3c/svg%3e");
}

.spinsstar-8vasin > input:not(:checked) ~ label:hover,
.spinsstar-8vasin > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinsstar-prwg12.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinsstar-j2tjo4 44.spinsstar-qj4xru.spinsstar-7d1g11.spinsstar-0qhl12.spinsstar-ym7mku.spinsstar-rx4vod.spinsstar-biupa0.spinsstar-rmoxas.spinsstar-ccbfs0.spinsstar-qv4xiy.spinsstar-zcdgvp.spinsstar-925xrn.spinsstar-0pz8it 0l-12.spinsstar-jg9qd7 30.spinsstar-hgp5rz.spinsstar-f3gsdg 2.spinsstar-pqk0mh.spinsstar-f3gsdg 3.spinsstar-gx74f6 3.spinsstar-5kp45b.spinsstar-k97o9v 3.spinsstar-3o3y1l.spinsstar-0wwb73.spinsstar-za0asc.spinsstar-6a69rn 7-3.spinsstar-jg9qd7 10.spinsstar-l72b8r.spinsstar-6a69rn 23.spinsstar-stmt14.spinsstar-hsvo7y 1.spinsstar-u22s6m 2.spinsstar-jg9qd7 3.spinsstar-hsvo7y 1.spinsstar-k97o9v 5.spinsstar-zta0n3.spinsstar-k97o9v 32.spinsstar-euibcw.spinsstar-0wwb73 5.spinsstar-0pz8it 4.spinsstar-6a69rn 9.spinsstar-6a69rn 8.spinsstar-k97o9v 6.spinsstar-vitfac.spinsstar-78jidy.spinsstar-et20j0.spinsstar-dtuz6i.spinsstar-6ttayj 4.spinsstar-217rhr.spinsstar-6ttayj 6.spinsstar-6ttayj 0l29.spinsstar-0pz8it 17.spinsstar-jpqbkn.spinsstar-vxh97w 2.spinsstar-8vava3 10.spinsstar-7xi2fn.spinsstar-jg9qd7 8.spinsstar-xvxyti.spinsstar-40jxgp.spinsstar-9w6dkf.spinsstar-cwpa2h.spinsstar-v1x2n7.spinsstar-0wwb73.spinsstar-rx4vod.spinsstar-jg9qd7 1.spinsstar-x7pbod.spinsstar-gcdqia.spinsstar-a3azfe.spinsstar-0gv93e.spinsstar-d7x1a6.spinsstar-u22s6m 1.spinsstar-7od4nj.spinsstar-nyap72.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .spinsstar-aobdxm > .spinsstar-j5xusd {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .spinsstar-aobdxm > .spinsstar-j5xusd {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .spinsstar-aobdxm > .spinsstar-j5xusd {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .spinsstar-aobdxm > .spinsstar-j5xusd {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .spinsstar-aobdxm > .spinsstar-j5xusd {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.spinsstar-gswgcc.spinsstar-sp39gf {
  display: none;
}

.spinsstar-6bpzms {
  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) {
  .spinsstar-6bpzms {
    height: 74px;
    overflow: visible;
  }
}

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

.spinsstar-ibpp3b {
  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;
}

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

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

.spinsstar-ibpp3b img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.spinsstar-62uw7f {
  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;
}

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

.spinsstar-62uw7f::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) {
  .spinsstar-62uw7f::after {
    display: none;
  }
}

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

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

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

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

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

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

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

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

.spinsstar-gswgcc.spinsstar-yficz5 .spinsstar-6bpzms {
  background: #2b3b67;
}

.spinsstar-gswgcc.spinsstar-yficz5 .spinsstar-ibpp3b {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.spinsstar-gswgcc.spinsstar-yficz5 .spinsstar-ibpp3b::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.spinsstar-gswgcc.spinsstar-yficz5 .spinsstar-ibpp3b::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.spinsstar-gswgcc.spinsstar-yficz5 .spinsstar-62uw7f::before {
  background: #0e0f41;
}

.spinsstar-gswgcc.spinsstar-yficz5 .spinsstar-62uw7f::after {
  background: #152557;
}

.spinsstar-gswgcc.spinsstar-myicgy .spinsstar-6bpzms {
  background: #1f35fa;
}

.spinsstar-gswgcc.spinsstar-myicgy .spinsstar-ibpp3b {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.spinsstar-gswgcc.spinsstar-myicgy .spinsstar-ibpp3b::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.spinsstar-gswgcc.spinsstar-myicgy .spinsstar-ibpp3b::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.spinsstar-gswgcc.spinsstar-myicgy .spinsstar-62uw7f::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.spinsstar-gswgcc.spinsstar-myicgy .spinsstar-62uw7f::after {
  background: #192ac8;
}

.spinsstar-gswgcc.spinsstar-d7ne2u .spinsstar-6bpzms {
  background: #fa771f;
}

.spinsstar-gswgcc.spinsstar-d7ne2u .spinsstar-ibpp3b {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinsstar-gswgcc.spinsstar-d7ne2u .spinsstar-ibpp3b::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.spinsstar-gswgcc.spinsstar-d7ne2u .spinsstar-ibpp3b::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.spinsstar-gswgcc.spinsstar-d7ne2u .spinsstar-62uw7f::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinsstar-gswgcc.spinsstar-d7ne2u .spinsstar-62uw7f::after {
  background: #fa8535;
}

.spinsstar-e1qdrl {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.spinsstar-k76y45 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.spinsstar-4pzo47 {
  width: 120px;
  height: 22px;
}

.spinsstar-4pzo47 .spinsstar-iajen1 {
  fill: #c2c0ce;
}

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

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

.spinsstar-4pzo47 [rating="3"] .spinsstar-iajen1:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinsstar-4pzo47 [rating="4"] .spinsstar-iajen1:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

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

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

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

.spinsstar-nuc4g9 {
  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);
}

.spinsstar-nuc4g9.spinsstar-mo5njg {
  display: block;
}

.spinsstar-nuc4g9.spinsstar-sp39gf {
  display: none;
}

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

.spinsstar-l9syde {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinsstar-j38dlj {
  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);
}

.spinsstar-pdkv4t {
  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;
}

.spinsstar-3otsl9 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.spinsstar-kfoa07 {
  font-size: 16px;
  line-height: 140%;
}

.spinsstar-ldm7zi {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinsstar-ldm7zi .spinsstar-iajen1 {
  fill: #c2c0ce;
}

.spinsstar-ldm7zi [rating="1"] .spinsstar-iajen1:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinsstar-ldm7zi [rating="2"] .spinsstar-iajen1:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinsstar-ldm7zi [rating="3"] .spinsstar-iajen1:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinsstar-ldm7zi [rating="4"] .spinsstar-iajen1:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinsstar-ldm7zi [rating="5"] .spinsstar-iajen1:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.spinsstar-mp9kzb {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.spinsstar-hxjxw0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spinsstar-z2j3ic {
  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;
}

.spinsstar-y9u2to {
  flex: 1;
  min-width: 0;
}

.spinsstar-1z7ypj {
  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) {
  .spinsstar-1z7ypj {
    font-size: 14px;
    gap: 6px;
  }
}

.spinsstar-2o6cyy {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.spinsstar-2o6cyy svg,
.spinsstar-2o6cyy img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spinsstar-2o6cyy svg path {
  fill: var(--button-bg-color);
}

.spinsstar-2o6cyy svg circle {
  fill: var(--button-text-color);
}

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

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

.spinsstar-ez7720 strong {
  font-weight: 600;
}

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

.spinsstar-4rej0k p {
  margin: 0 0 16px;
}

.spinsstar-4rej0k p:last-child {
  margin-bottom: 0;
}

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

.spinsstar-xj7gjd {
  max-width: 300px;
  width: 100%;
}

.spinsstar-xj7gjd a {
  width: 100%;
}

@media (max-width: 575px) {
  .spinsstar-xj7gjd {
    max-width: 200px;
  }
}

.spinsstar-1fgcys {
  justify-content: center;
}

.spinsstar-mkjysd {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spinsstar-combfx {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.spinsstar-zv5wh9 .spinsstar-kpl2hg {
  justify-content: center;
}

/* faq */

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

.spinsstar-n6gycy {
  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.spinsstar-zihh7u ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spinsstar-n6gycy::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.spinsstar-zihh7u ease;
}

.spinsstar-bnz2rw.spinsstar-4jvidb .spinsstar-n6gycy::after {
  transform: rotate(45deg);
}

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

.spinsstar-bnz2rw.spinsstar-4jvidb .spinsstar-yyn077 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.spinsstar-akv556 {
  margin: 25px 0;
}

.spinsstar-8vasin > input:not(:checked) ~ label:hover,
.spinsstar-8vasin > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinsstar-zb4m8l.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinsstar-emhzh3 44.spinsstar-upwmsf.spinsstar-81xvx3.spinsstar-hs081d.spinsstar-yh4v53.spinsstar-ceumqm.spinsstar-dpyq7a.spinsstar-2k2z8f.spinsstar-c1x9ib.spinsstar-hfw5ut.spinsstar-8gl8g0.spinsstar-vkypuw.spinsstar-ge6j7s 0l-12.spinsstar-g3vqt5 30.spinsstar-q7rih2.spinsstar-xna16w 2.spinsstar-wdjbu6.spinsstar-xna16w 3.spinsstar-ergjq4 3.spinsstar-0e610n.spinsstar-y7u94w 3.spinsstar-x8u7h6.spinsstar-ejtq6n.spinsstar-g8a6gg.spinsstar-d66qzo 7-3.spinsstar-g3vqt5 10.spinsstar-p6460m.spinsstar-d66qzo 23.spinsstar-r7bf4q.spinsstar-q84s81 1.spinsstar-09qixf 2.spinsstar-g3vqt5 3.spinsstar-q84s81 1.spinsstar-y7u94w 5.spinsstar-66sks6.spinsstar-y7u94w 32.spinsstar-mbwtu9.spinsstar-ejtq6n 5.spinsstar-ge6j7s 4.spinsstar-d66qzo 9.spinsstar-d66qzo 8.spinsstar-y7u94w 6.spinsstar-v82kz0.spinsstar-0w8hdh.spinsstar-1bpj3n.spinsstar-ce8vrc.spinsstar-lxbgiz 4.spinsstar-c0yds3.spinsstar-lxbgiz 6.spinsstar-lxbgiz 0l29.spinsstar-ge6j7s 17.spinsstar-izyv8e.spinsstar-h6c1ro 2.spinsstar-3vrkvo 10.spinsstar-u3nnf9.spinsstar-g3vqt5 8.spinsstar-a7i0oz.spinsstar-g1gv34.spinsstar-brvfo3.spinsstar-xdwzmv.spinsstar-2ckicr.spinsstar-ejtq6n.spinsstar-ceumqm.spinsstar-g3vqt5 1.spinsstar-ki551r.spinsstar-4o1j5o.spinsstar-07sxcf.spinsstar-73qbf8.spinsstar-fl5ibr.spinsstar-09qixf 1.spinsstar-e17sxt.spinsstar-ryfoal.5z'/%3e%3c/svg%3e");
}

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

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

.spinsstar-1uy13z {
  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);
}

.spinsstar-1uy13z.spinsstar-phlw8n {
  display: block;
}

.spinsstar-1uy13z.spinsstar-y51bl4 {
  display: none;
}

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

.spinsstar-ii9l5a {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinsstar-tzgwo3 {
  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);
}

.spinsstar-czn4g4 {
  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;
}

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

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

.spinsstar-9wx914 {
  font-size: 16px;
  line-height: 140%;
}

.spinsstar-yuax5x {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinsstar-yuax5x .spinsstar-7nf09u {
  fill: #c2c0ce;
}

.spinsstar-yuax5x [rating="1"] .spinsstar-7nf09u:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinsstar-yuax5x [rating="2"] .spinsstar-7nf09u:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinsstar-yuax5x [rating="3"] .spinsstar-7nf09u:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinsstar-yuax5x [rating="4"] .spinsstar-7nf09u:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinsstar-yuax5x [rating="5"] .spinsstar-7nf09u:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.spinsstar-nywp3w 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;
}

.spinsstar-nywp3w 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 */

.spinsstar-d1zm0t {
  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);
}

.spinsstar-d1zm0t.spinsstar-a9ha2a {
  opacity: 1;
  pointer-events: auto;
}
