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

.candyspinz-3psmjw {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.candyspinz-t48h4o {
  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) {
  .candyspinz-t48h4o: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;
  }
}

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

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

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

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

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

.candyspinz-h837mb {
  cursor: pointer;
}

.candyspinz-ytrjbw {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.candyspinz-tiuph2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.candyspinz-tiuph2 figure {
  margin: 0;
}

.candyspinz-tiuph2.candyspinz-8ub93t {
  justify-content: flex-start;
  margin-right: 4px;
}

.candyspinz-tiuph2.candyspinz-2iklzp {
  justify-content: flex-end;
  margin-left: 4px;
}

.candyspinz-tiuph2.candyspinz-aft87p {
  justify-content: center;
}

.candyspinz-tiuph2.candyspinz-ezgis4 {
  justify-content: normal;
}

.candyspinz-v27six {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.candyspinz-996fxo img {
  width: 100%;
}

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

.candyspinz-zb1tta {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.candyspinz-zb1tta 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);
}

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

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

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

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

.candyspinz-zb1tta ul li:last-of-type::after {
  display: none;
}

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

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

.candyspinz-at78df {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.candyspinz-qdvdvd.candyspinz-rzlunn {
  background-color: #000;
}

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

.candyspinz-fsox8m {
  padding: 80px 0 0;
  background: #3A1C6B;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

.candyspinz-gecxv7 {
  margin-bottom: 94px;
}

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

.candyspinz-cngspl .candyspinz-anf2fo {
  margin-bottom: 28px;
}

.candyspinz-cngspl .candyspinz-anf2fo img {
  max-height: 100px;
  width: auto;
}

.candyspinz-k2k8zp {
  display: flex;
  align-items: center;
}

.candyspinz-k2k8zp a + a {
  margin-left: 24px;
}

.candyspinz-k2k8zp img {
  max-height: 56px;
  width: auto;
}

.candyspinz-k2k8zp img + img {
  margin-left: 24px;
}

.candyspinz-r1765l {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.candyspinz-7wx45i {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.candyspinz-u2z1ty li {
  display: flex;
  margin: 0 7px;
}

.candyspinz-u2z1ty li svg {
  transition: 0.candyspinz-fvhn9p ease-in-out;
}

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

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

.candyspinz-v9gq06 + .candyspinz-v9gq06 {
  margin-left: 120px;
}

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

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

.candyspinz-46npf2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.candyspinz-46npf2 li {
  font-size: 16px;
}

.candyspinz-46npf2 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.candyspinz-46npf2 li + li {
  margin-top: 16px;
}

.candyspinz-1rwtd5 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.candyspinz-q8pqnw ease-in-out;
}

.candyspinz-1rwtd5.candyspinz-igswyl {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.candyspinz-rsnbkk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.candyspinz-co4dr2 li {
  width: 100%;
}

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

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

.candyspinz-co4dr2 li a.candyspinz-igswyl {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.candyspinz-ewss11 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.candyspinz-ewss11 img {
  width: 100%;
  transition: 0.candyspinz-fvhn9p ease-in-out;
}

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

.candyspinz-bof5oz {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: #3A1C6B;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .candyspinz-bof5oz {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .candyspinz-xtbry2 .candyspinz-anf2fo img {
    max-width: 90px;
  }
}

.candyspinz-anf2fo img {
  max-height: 50px;
  width: auto;
}

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

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

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

.candyspinz-e8u825 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.candyspinz-a2xxw6 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.candyspinz-a2xxw6.candyspinz-i1qr9w {
  margin-right: 0;
}

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

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

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

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

.candyspinz-73raev {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.candyspinz-73raev:hover > ul {
  display: flex;
}

.candyspinz-73raev:focus > ul {
  display: flex;
}

.candyspinz-73raev:focus-within > ul {
  display: flex;
}

.candyspinz-62kny5 {
  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;
}

.candyspinz-62kny5::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.candyspinz-q8pqnw ease-in-out;
}

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

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

.candyspinz-73raev 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.candyspinz-fvhn9p ease-in-out;
  overflow: hidden;
}

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

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

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

.candyspinz-jq68iu {
  display: none;
}

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

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

@media only screen and (max-width: 1023px) {
  .candyspinz-jq68iu:checked ~ .candyspinz-zb43zc {
    display: block;
    position: absolute;
    height: 100vh;
    background: #3A1C6B;
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .candyspinz-zb43zc {
    display: none;
    transition: display 0.candyspinz-fvhn9p ease-in-out;
  }
  .candyspinz-jq68iu:checked ~ .candyspinz-zb43zc {
    display: block;
  }
  .candyspinz-jq68iu:checked + .candyspinz-qku34o span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .candyspinz-jq68iu:checked + .candyspinz-qku34o span:nth-child(2) {
    display: none;
  }
  .candyspinz-jq68iu:checked + .candyspinz-qku34o span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

.candyspinz-fra9x3 img {
  margin-bottom: 20px;
}

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

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

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

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

.candyspinz-sqk2gj {
  color: var(--text-color);
}

.candyspinz-4n2m5c {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.candyspinz-4n2m5c p img {
  display: block;
  margin: 0 auto;
}

.candyspinz-4n2m5c p:first-of-type {
  margin-top: 0;
}

.candyspinz-4n2m5c p:last-of-type {
  margin-bottom: 0;
}

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

.candyspinz-4n2m5c ul {
  padding: 0 0 0 20px;
}

.candyspinz-4n2m5c table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

.candyspinz-4n2m5c 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: #3A1C6B;
}

@media only screen and (max-width: 767px) {
  .candyspinz-4n2m5c table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.candyspinz-4n2m5c table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.candyspinz-4n2m5c iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.candyspinz-4legk0 .candyspinz-opi7it {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .candyspinz-4legk0 .candyspinz-opi7it {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.candyspinz-4legk0 .candyspinz-juzyxp {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .candyspinz-4legk0 .candyspinz-juzyxp {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .candyspinz-4legk0 .candyspinz-juzyxp img {
    width: 100%;
  }
}

.candyspinz-juzyxp {
  margin: 0 0 28px;
}

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

.candyspinz-opi7it {
  margin: 0 0 28px;
}

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

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

.candyspinz-ce7ban .candyspinz-t48h4o {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.candyspinz-799do2 {
  position: relative;
  border: none;
}

.candyspinz-799do2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #3A1C6B;
}

.candyspinz-rtgrei {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: #3A1C6B;
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.candyspinz-rtgrei span {
  height: 32px;
}

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

.candyspinz-rtgrei.candyspinz-jjda14 span {
  transform: scaleY(-1);
}

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

.candyspinz-6vniwg {
  list-style: none;
  padding: 0;
  margin: 0;
}

.candyspinz-6vniwg li {
  font-size: 18px;
  background: #3A1C6B;
  border-bottom: 1px solid var(--border-color);
}

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

.candyspinz-6vniwg li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.candyspinz-fvhn9p ease-in-out;
}

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

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

.candyspinz-6vniwg.candyspinz-xkw5c7 {
  display: none;
}

.candyspinz-18dd40 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.candyspinz-18dd40 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .candyspinz-18dd40 table td {
    min-width: 75px;
  }
}

.candyspinz-18dd40 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: #3A1C6B;
}

@media only screen and (max-width: 767px) {
  .candyspinz-18dd40 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.candyspinz-tkcsvk {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3A1C6B;
  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) {
  .candyspinz-tkcsvk {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.candyspinz-g581lp {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.candyspinz-bpxxeb p {
  color: var(--text-color);
}

.candyspinz-s7d5br {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.candyspinz-9feu27 {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: #3A1C6B;
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.candyspinz-mfzdi3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.candyspinz-al9xd7 {
  border-radius: 10px;
  background: #3A1C6B;
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

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

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

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

.candyspinz-al9xd7 p + p {
  margin-top: 10px;
}

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

.candyspinz-68gqwg {
  display: none;
}

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

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

.candyspinz-nh5zr6 li {
  margin: 0 20px;
}

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

.candyspinz-nh5zr6 li a img {
  margin-bottom: 4px;
}

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

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

.candyspinz-xnjtfq li {
  font-size: 16px;
  position: relative;
}

.candyspinz-xnjtfq li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.candyspinz-xnjtfq li span {
  opacity: 0.5;
}

.candyspinz-xnjtfq li + li {
  margin-left: 30px;
}

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

h2.candyspinz-0vk5dl {
  margin: 0 0 28px;
}

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

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

.candyspinz-yr9vrs 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: #3A1C6B;
}

.candyspinz-yr9vrs tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: #3A1C6B;
  border-radius: 10px;
}

.candyspinz-yr9vrs tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #3A1C6B;
  border-radius: 10px;
}

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

.candyspinz-yr9vrs tbody tr:last-of-type {
  margin-bottom: 0;
}

.candyspinz-yr9vrs tbody tr td:first-of-type {
  flex-shrink: 0;
}

.candyspinz-yr9vrs 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);
}

.candyspinz-yr9vrs 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);
}

.candyspinz-yr9vrs tbody tr td:last-of-type {
  margin-left: auto;
}

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

.candyspinz-yr9vrs tbody tr td .candyspinz-mlpecz {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .candyspinz-yr9vrs tbody tr td .candyspinz-mlpecz {
    width: 100%;
  }
}

.candyspinz-yr9vrs tbody tr td .candyspinz-8iz2so {
  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.candyspinz-fvhn9p ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .candyspinz-yr9vrs tbody tr td .candyspinz-8iz2so:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .candyspinz-yr9vrs tbody tr td .candyspinz-8iz2so {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .candyspinz-yr9vrs tbody tr td .candyspinz-8iz2so {
    width: 100%;
  }
}

.candyspinz-yr9vrs tbody tr td .candyspinz-wcxhb1 {
  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) {
  .candyspinz-yr9vrs tbody tr td .candyspinz-wcxhb1:hover {
    text-decoration: none;
  }
}

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

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

.candyspinz-s95hm5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.candyspinz-hxptcx img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.candyspinz-fvhn9p ease-in-out;
}

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

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

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

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

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

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

.candyspinz-ozb3ly img {
  width: 100%;
  height: 100%;
}

.candyspinz-ozb3ly iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.candyspinz-1yo2f1 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.candyspinz-fvhn9p ease-in-out;
}

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

.candyspinz-xqbuko {
  padding: 90px 0;
}

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

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

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

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

.candyspinz-g4zsir img {
  width: 100%;
}

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

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

.candyspinz-jm1coe {
  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;
}

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

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

.candyspinz-118mfl {
  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.candyspinz-fvhn9p ease-in-out;
}

.candyspinz-118mfl:hover {
  border: 1px solid #8c8ca2;
}

.candyspinz-l0w16q {
  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%);
}

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

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

.candyspinz-9iu8av a {
  text-decoration: underline;
  color: #8babff;
}

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

.candyspinz-o89ipj .candyspinz-118mfl {
  width: 50%;
  margin: 0;
}

.candyspinz-ngdwiq {
  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;
}

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

.candyspinz-cv2jci {
  margin: 0 0 100px;
}

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

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

.candyspinz-m1eyfm {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #3A1C6B;
}

@media only screen and (max-width: 767px) {
  .candyspinz-m1eyfm {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.candyspinz-y4pumg {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.candyspinz-pzupr9 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.candyspinz-fvhn9p ease-in-out;
}

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

.candyspinz-pzupr9 a svg {
  fill: #fff;
}

.candyspinz-pzupr9 a:hover {
  background: #3d68e7;
}

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

.candyspinz-ockrv7 {
  margin-bottom: 16px;
}

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

.candyspinz-m96af4 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

.candyspinz-3mc2w3 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.candyspinz-3mc2w3 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);
}

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

.candyspinz-3mc2w3 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: #3A1C6B;
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .candyspinz-3mc2w3 table tr th {
    padding: 12px 4px;
  }
}

.candyspinz-3mc2w3 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .candyspinz-3mc2w3 {
    margin: 0;
  }
}

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

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

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

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

.candyspinz-hl0wvm.candyspinz-0l11ci {
  display: none;
}

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

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

.candyspinz-ch87h4 iframe.candyspinz-77ovhg {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.candyspinz-ch87h4.candyspinz-fjz2qg {
  opacity: 1;
  pointer-events: all;
}

.candyspinz-w3nesi {
  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.candyspinz-fvhn9p ease-in-out;
}

.candyspinz-w3nesi svg {
  margin-right: 10px;
}

.candyspinz-w3nesi + .candyspinz-w3nesi {
  margin-top: 14px;
}

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

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

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

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

.candyspinz-govrdq .candyspinz-ce7ban {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .candyspinz-govrdq .candyspinz-ce7ban {
    margin: 28px 0 0;
  }
}

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

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

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

.candyspinz-9ua8jw {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.candyspinz-17g6nm {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

.candyspinz-361avf {
  padding: 25px 20px;
  border-radius: 10px;
  background: #3A1C6B;
  margin-bottom: 10px;
}

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

.candyspinz-9tl3pv {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

.candyspinz-uu1395 {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: #3A1C6B;
}

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

.candyspinz-uu1395 .candyspinz-t48h4o {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .candyspinz-uu1395 .candyspinz-t48h4o {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.candyspinz-wvkb0o {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.candyspinz-wvkb0o img {
  width: 100%;
}

.candyspinz-a62q76 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.candyspinz-7wtig6 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.candyspinz-7uw1fm {
  width: 100%;
  margin: 0 0 100px;
}

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

.candyspinz-7uw1fm .candyspinz-i6uv1k {
  position: relative;
}

.candyspinz-7uw1fm .candyspinz-4b76l9 {
  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;
}

.candyspinz-7uw1fm .candyspinz-4b76l9.candyspinz-0l11ci {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .candyspinz-7uw1fm .candyspinz-9px8nw {
    bottom: 90px;
  }
}

.candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-7oixho {
  max-width: 300px;
  width: 100%;
}

.candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-7oixho .candyspinz-d0wvuz {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-7oixho .candyspinz-d0wvuz {
    font-size: 32px;
    text-align: center;
  }
}

.candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-7oixho .candyspinz-rbqb2t {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-7oixho .candyspinz-rbqb2t {
    text-align: center;
  }
}

.candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-i1qr9w {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-i1qr9w {
    flex-direction: column-reverse;
  }
}

.candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-i1qr9w .candyspinz-p0k57k {
  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.candyspinz-fvhn9p ease-in-out;
}

.candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-i1qr9w .candyspinz-p0k57k:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-i1qr9w .candyspinz-p0k57k {
    width: 100%;
  }
}

.candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-i1qr9w .candyspinz-mhpar0 {
  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.candyspinz-fvhn9p ease-in-out;
  overflow: hidden;
}

.candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-i1qr9w .candyspinz-mhpar0 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);
  }
}

.candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-i1qr9w .candyspinz-mhpar0: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;
}

.candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-i1qr9w .candyspinz-mhpar0:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .candyspinz-7uw1fm .candyspinz-9px8nw .candyspinz-i1qr9w .candyspinz-mhpar0 {
    width: 100%;
  }
}

.candyspinz-7uw1fm .candyspinz-9px8nw.candyspinz-0l11ci {
  display: none;
}

.candyspinz-7uw1fm .candyspinz-jad9wq {
  display: none;
}

.candyspinz-7uw1fm .candyspinz-jad9wq.candyspinz-fjz2qg {
  display: block;
}

.candyspinz-7uw1fm .candyspinz-jad9wq iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

.candyspinz-7uw1fm .candyspinz-udv1ag {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .candyspinz-7uw1fm .candyspinz-udv1ag {
    padding: 24px 16px 0;
  }
}

.candyspinz-7uw1fm .candyspinz-udv1ag .candyspinz-d0wvuz {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .candyspinz-7uw1fm .candyspinz-udv1ag .candyspinz-d0wvuz {
    margin-bottom: 24px;
  }
}

.candyspinz-7uw1fm .candyspinz-udv1ag 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);
}

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

.candyspinz-7uw1fm .candyspinz-udv1ag 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: #3A1C6B;
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .candyspinz-7uw1fm .candyspinz-udv1ag table tr th {
    padding: 12px 4px;
  }
}

.candyspinz-7uw1fm .candyspinz-udv1ag table tr:last-of-type td {
  border-bottom: none;
}

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

.candyspinz-br3z2o.candyspinz-igswyl {
  display: block;
}

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

.candyspinz-br3z2o .candyspinz-sdf1hj {
  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;
}

.candyspinz-br3z2o .candyspinz-5g4tfw {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.candyspinz-br3z2o .candyspinz-mhpar0 {
  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.candyspinz-fvhn9p ease-in-out;
}

.candyspinz-br3z2o .candyspinz-mhpar0:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.candyspinz-qvhqoa.candyspinz-igswyl {
  display: block;
}

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

.candyspinz-bdelpe {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: #3A1C6B;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

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

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

.candyspinz-ni1nqb {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.candyspinz-ni1nqb svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.candyspinz-32i6te {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.candyspinz-kx8igg.candyspinz-0l11ci {
  display: none;
}

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

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

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

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

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

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

.candyspinz-1tg6jh input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.candyspinz-1tg6jh input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.candyspinz-1tg6jh input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.candyspinz-1tg6jh input:active {
  border-color: #c2c0ce;
}

.candyspinz-1tg6jh input:focus {
  border-color: #c2c0ce;
}

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

.candyspinz-1k5v8x {
  margin-bottom: 36px;
}

.candyspinz-1k5v8x 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;
}

.candyspinz-1k5v8x textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.candyspinz-1k5v8x textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.candyspinz-udsczu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.candyspinz-8cr2zz {
  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.candyspinz-fvhn9p ease-in-out;
}

.candyspinz-8cr2zz:hover {
  background: var(--border-color);
}

.candyspinz-c0fmud {
  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.candyspinz-fvhn9p ease-in-out;
}

.candyspinz-c0fmud:hover {
  background: #166ad9;
}

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

.candyspinz-gx6wou.candyspinz-0l11ci {
  display: none;
}

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

.candyspinz-gx6wou .candyspinz-8cr2zz {
  margin: 0 auto;
}

.candyspinz-pkodfn {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.candyspinz-7kym2b {
  filter: grayscale(100%);
}

.candyspinz-ucdgxp > input {
  display: none;
}

.candyspinz-ucdgxp > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.candyspinz-6de5z4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.candyspinz-n86bbe 44.candyspinz-j1ljdk.candyspinz-ldvlp4.candyspinz-ur6vyt.candyspinz-hieiiy.candyspinz-2m9rc8.candyspinz-k004mh.candyspinz-yyi7gz.candyspinz-dotc6h.candyspinz-bffx68.candyspinz-umv1v9.candyspinz-5ccgoy.candyspinz-yjxopb 0l-12.candyspinz-0nzpdi 30.candyspinz-ea79kx.candyspinz-p16c1f 2.candyspinz-mwrovo.candyspinz-p16c1f 3.candyspinz-cacqnn 3.candyspinz-tzalv0.candyspinz-25lkqm 3.candyspinz-5wi1t5.candyspinz-lm3oq1.candyspinz-02qxcr.candyspinz-gfyxhh 7-3.candyspinz-0nzpdi 10.candyspinz-ubt0ng.candyspinz-gfyxhh 23.candyspinz-el5564.candyspinz-f630eb 1.candyspinz-x1ocd3 2.candyspinz-0nzpdi 3.candyspinz-f630eb 1.candyspinz-25lkqm 5.candyspinz-gzf1is.candyspinz-25lkqm 32.candyspinz-5c0n7z.candyspinz-lm3oq1 5.candyspinz-yjxopb 4.candyspinz-gfyxhh 9.candyspinz-gfyxhh 8.candyspinz-25lkqm 6.candyspinz-x85xem.candyspinz-ut00ve.candyspinz-9k237k.candyspinz-4dn64z.candyspinz-hkzsai 4.candyspinz-c1vl1y.candyspinz-hkzsai 6.candyspinz-hkzsai 0l29.candyspinz-yjxopb 17.candyspinz-a2kxvs.candyspinz-u1htlv 2.candyspinz-gcwgsl 10.candyspinz-mmjnn9.candyspinz-0nzpdi 8.candyspinz-3op0iw.candyspinz-3b49ur.candyspinz-r8vjqf.candyspinz-ndqk2u.candyspinz-la6bq8.candyspinz-lm3oq1.candyspinz-2m9rc8.candyspinz-0nzpdi 1.candyspinz-5kqr8z.candyspinz-3dmnbj.candyspinz-vsfaet.candyspinz-b6x9wo.candyspinz-46ag0r.candyspinz-x1ocd3 1.candyspinz-jwrtp9.candyspinz-2ojxmy.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.candyspinz-ucdgxp > input:checked ~ label,
.candyspinz-ucdgxp > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.candyspinz-6de5z4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.candyspinz-n86bbe 44.candyspinz-j1ljdk.candyspinz-ldvlp4.candyspinz-ur6vyt.candyspinz-hieiiy.candyspinz-2m9rc8.candyspinz-k004mh.candyspinz-yyi7gz.candyspinz-dotc6h.candyspinz-bffx68.candyspinz-umv1v9.candyspinz-5ccgoy.candyspinz-yjxopb 0l-12.candyspinz-0nzpdi 30.candyspinz-ea79kx.candyspinz-p16c1f 2.candyspinz-mwrovo.candyspinz-p16c1f 3.candyspinz-cacqnn 3.candyspinz-tzalv0.candyspinz-25lkqm 3.candyspinz-5wi1t5.candyspinz-lm3oq1.candyspinz-02qxcr.candyspinz-gfyxhh 7-3.candyspinz-0nzpdi 10.candyspinz-ubt0ng.candyspinz-gfyxhh 23.candyspinz-el5564.candyspinz-f630eb 1.candyspinz-x1ocd3 2.candyspinz-0nzpdi 3.candyspinz-f630eb 1.candyspinz-25lkqm 5.candyspinz-gzf1is.candyspinz-25lkqm 32.candyspinz-5c0n7z.candyspinz-lm3oq1 5.candyspinz-yjxopb 4.candyspinz-gfyxhh 9.candyspinz-gfyxhh 8.candyspinz-25lkqm 6.candyspinz-x85xem.candyspinz-ut00ve.candyspinz-9k237k.candyspinz-4dn64z.candyspinz-hkzsai 4.candyspinz-c1vl1y.candyspinz-hkzsai 6.candyspinz-hkzsai 0l29.candyspinz-yjxopb 17.candyspinz-a2kxvs.candyspinz-u1htlv 2.candyspinz-gcwgsl 10.candyspinz-mmjnn9.candyspinz-0nzpdi 8.candyspinz-3op0iw.candyspinz-3b49ur.candyspinz-r8vjqf.candyspinz-ndqk2u.candyspinz-la6bq8.candyspinz-lm3oq1.candyspinz-2m9rc8.candyspinz-0nzpdi 1.candyspinz-5kqr8z.candyspinz-3dmnbj.candyspinz-vsfaet.candyspinz-b6x9wo.candyspinz-46ag0r.candyspinz-x1ocd3 1.candyspinz-jwrtp9.candyspinz-2ojxmy.5z'/%3e%3c/svg%3e");
}

.candyspinz-ucdgxp > input:not(:checked) ~ label:hover,
.candyspinz-ucdgxp > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.candyspinz-6de5z4.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.candyspinz-n86bbe 44.candyspinz-j1ljdk.candyspinz-ldvlp4.candyspinz-ur6vyt.candyspinz-hieiiy.candyspinz-2m9rc8.candyspinz-k004mh.candyspinz-yyi7gz.candyspinz-dotc6h.candyspinz-bffx68.candyspinz-umv1v9.candyspinz-5ccgoy.candyspinz-yjxopb 0l-12.candyspinz-0nzpdi 30.candyspinz-ea79kx.candyspinz-p16c1f 2.candyspinz-mwrovo.candyspinz-p16c1f 3.candyspinz-cacqnn 3.candyspinz-tzalv0.candyspinz-25lkqm 3.candyspinz-5wi1t5.candyspinz-lm3oq1.candyspinz-02qxcr.candyspinz-gfyxhh 7-3.candyspinz-0nzpdi 10.candyspinz-ubt0ng.candyspinz-gfyxhh 23.candyspinz-el5564.candyspinz-f630eb 1.candyspinz-x1ocd3 2.candyspinz-0nzpdi 3.candyspinz-f630eb 1.candyspinz-25lkqm 5.candyspinz-gzf1is.candyspinz-25lkqm 32.candyspinz-5c0n7z.candyspinz-lm3oq1 5.candyspinz-yjxopb 4.candyspinz-gfyxhh 9.candyspinz-gfyxhh 8.candyspinz-25lkqm 6.candyspinz-x85xem.candyspinz-ut00ve.candyspinz-9k237k.candyspinz-4dn64z.candyspinz-hkzsai 4.candyspinz-c1vl1y.candyspinz-hkzsai 6.candyspinz-hkzsai 0l29.candyspinz-yjxopb 17.candyspinz-a2kxvs.candyspinz-u1htlv 2.candyspinz-gcwgsl 10.candyspinz-mmjnn9.candyspinz-0nzpdi 8.candyspinz-3op0iw.candyspinz-3b49ur.candyspinz-r8vjqf.candyspinz-ndqk2u.candyspinz-la6bq8.candyspinz-lm3oq1.candyspinz-2m9rc8.candyspinz-0nzpdi 1.candyspinz-5kqr8z.candyspinz-3dmnbj.candyspinz-vsfaet.candyspinz-b6x9wo.candyspinz-46ag0r.candyspinz-x1ocd3 1.candyspinz-jwrtp9.candyspinz-2ojxmy.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .candyspinz-cw3wcr > .candyspinz-vz5tf4 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .candyspinz-cw3wcr > .candyspinz-vz5tf4 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .candyspinz-cw3wcr > .candyspinz-vz5tf4 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .candyspinz-cw3wcr > .candyspinz-vz5tf4 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .candyspinz-cw3wcr > .candyspinz-vz5tf4 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.candyspinz-fh1asx.candyspinz-0l11ci {
  display: none;
}

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

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

.candyspinz-kmoxz9 {
  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;
}

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

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

.candyspinz-kmoxz9 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.candyspinz-me09uw {
  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;
}

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

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

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

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

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

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

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

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

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

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

.candyspinz-fh1asx.candyspinz-xc9kjx .candyspinz-6kwct5 {
  background: #2b3b67;
}

.candyspinz-fh1asx.candyspinz-xc9kjx .candyspinz-kmoxz9 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.candyspinz-fh1asx.candyspinz-xc9kjx .candyspinz-kmoxz9::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.candyspinz-fh1asx.candyspinz-xc9kjx .candyspinz-kmoxz9::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.candyspinz-fh1asx.candyspinz-xc9kjx .candyspinz-me09uw::before {
  background: #0e0f41;
}

.candyspinz-fh1asx.candyspinz-xc9kjx .candyspinz-me09uw::after {
  background: #152557;
}

.candyspinz-fh1asx.candyspinz-dchzmy .candyspinz-6kwct5 {
  background: #1f35fa;
}

.candyspinz-fh1asx.candyspinz-dchzmy .candyspinz-kmoxz9 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.candyspinz-fh1asx.candyspinz-dchzmy .candyspinz-kmoxz9::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.candyspinz-fh1asx.candyspinz-dchzmy .candyspinz-kmoxz9::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.candyspinz-fh1asx.candyspinz-dchzmy .candyspinz-me09uw::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.candyspinz-fh1asx.candyspinz-dchzmy .candyspinz-me09uw::after {
  background: #192ac8;
}

.candyspinz-fh1asx.candyspinz-nbqihf .candyspinz-6kwct5 {
  background: #fa771f;
}

.candyspinz-fh1asx.candyspinz-nbqihf .candyspinz-kmoxz9 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.candyspinz-fh1asx.candyspinz-nbqihf .candyspinz-kmoxz9::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.candyspinz-fh1asx.candyspinz-nbqihf .candyspinz-kmoxz9::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.candyspinz-fh1asx.candyspinz-nbqihf .candyspinz-me09uw::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.candyspinz-fh1asx.candyspinz-nbqihf .candyspinz-me09uw::after {
  background: #fa8535;
}

.candyspinz-ozfjkz {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

.candyspinz-nfofyw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: #3A1C6B;
}

@media only screen and (max-width: 767px) {
  .candyspinz-nfofyw {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

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

.candyspinz-jmkixm {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.candyspinz-probdf {
  width: 120px;
  height: 22px;
}

.candyspinz-probdf .candyspinz-i02b1h {
  fill: #c2c0ce;
}

.candyspinz-probdf [rating="1"] .candyspinz-i02b1h:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.candyspinz-probdf [rating="2"] .candyspinz-i02b1h:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.candyspinz-probdf [rating="3"] .candyspinz-i02b1h:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.candyspinz-probdf [rating="4"] .candyspinz-i02b1h:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.candyspinz-probdf [rating="5"] .candyspinz-i02b1h:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.candyspinz-rw9u6n {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: #3A1C6B;
}

.candyspinz-rw9u6n.candyspinz-fjz2qg {
  display: block;
}

.candyspinz-rw9u6n.candyspinz-0l11ci {
  display: none;
}

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

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

.candyspinz-ykm14e {
  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: #3A1C6B;
}

.candyspinz-up4tn2 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: #3A1C6B;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

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

.candyspinz-e7hfke {
  font-size: 16px;
  line-height: 140%;
}

.candyspinz-18ac5x {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.candyspinz-18ac5x .candyspinz-i02b1h {
  fill: #c2c0ce;
}

.candyspinz-18ac5x [rating="1"] .candyspinz-i02b1h:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.candyspinz-18ac5x [rating="2"] .candyspinz-i02b1h:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.candyspinz-18ac5x [rating="3"] .candyspinz-i02b1h:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.candyspinz-18ac5x [rating="4"] .candyspinz-i02b1h:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.candyspinz-18ac5x [rating="5"] .candyspinz-i02b1h:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.candyspinz-tqwvsn {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.candyspinz-r97qyg {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: #3A1C6B;
}

@media only screen and (max-width: 767px) {
  .candyspinz-r97qyg {
    padding: 12px;
    gap: 12px;
  }
}

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

.candyspinz-cqk7o7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.candyspinz-p3zx15 {
  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;
}

.candyspinz-ykwlc4 {
  flex: 1;
  min-width: 0;
}

.candyspinz-8h9iic {
  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) {
  .candyspinz-8h9iic {
    font-size: 14px;
    gap: 6px;
  }
}

.candyspinz-qdt4g9 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.candyspinz-qdt4g9 svg path {
  fill: var(--button-bg-color);
}

.candyspinz-qdt4g9 svg circle {
  fill: var(--button-text-color);
}

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

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

.candyspinz-lk7lfl strong {
  font-weight: 600;
}

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

.candyspinz-ol9gq1 p {
  margin: 0 0 16px;
}

.candyspinz-ol9gq1 p:last-child {
  margin-bottom: 0;
}

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

.candyspinz-xjyl2v {
  max-width: 300px;
  width: 100%;
}

.candyspinz-xjyl2v a {
  width: 100%;
}

@media (max-width: 575px) {
  .candyspinz-xjyl2v {
    max-width: 200px;
  }
}

.candyspinz-c46hzt {
  justify-content: center;
}

.candyspinz-94nvt6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.candyspinz-qnnqw8 {
  flex-wrap: wrap;
  justify-content: center;
}

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

.candyspinz-05aisk {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, #3A1C6B, transparent 20%);
}

.candyspinz-05aisk .candyspinz-e8u825 {
  justify-content: center;
}

/* faq */

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

.candyspinz-h5wfr5 {
  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.candyspinz-y2b54w ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.candyspinz-h5wfr5::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.candyspinz-y2b54w ease;
}

.candyspinz-t9smyg.candyspinz-igswyl .candyspinz-h5wfr5::after {
  transform: rotate(45deg);
}

.candyspinz-6x1r5u {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.candyspinz-fvhn9p ease, padding 0.candyspinz-fvhn9p ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.candyspinz-t9smyg.candyspinz-igswyl .candyspinz-6x1r5u {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.candyspinz-axpuuw {
  margin: 25px 0;
}

.candyspinz-ucdgxp > input:not(:checked) ~ label:hover,
.candyspinz-ucdgxp > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.candyspinz-vi050q.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.candyspinz-i8sk62 44.candyspinz-hi1rzf.candyspinz-dwzsfw.candyspinz-mm2833.candyspinz-8bgh4c.candyspinz-d264ez.candyspinz-bp7f4o.candyspinz-261vho.candyspinz-mcr9os.candyspinz-5b1u06.candyspinz-hf8fso.candyspinz-h1ybgo.candyspinz-owjqnf 0l-12.candyspinz-840c86 30.candyspinz-meh0gn.candyspinz-oz6j6d 2.candyspinz-ix5esd.candyspinz-oz6j6d 3.candyspinz-lr84lk 3.candyspinz-kntdyv.candyspinz-7rzu4k 3.candyspinz-igsrzi.candyspinz-xcvz8p.candyspinz-p4zh7r.candyspinz-leksj4 7-3.candyspinz-840c86 10.candyspinz-ior348.candyspinz-leksj4 23.candyspinz-7zh31d.candyspinz-gwmy0k 1.candyspinz-c8rypq 2.candyspinz-840c86 3.candyspinz-gwmy0k 1.candyspinz-7rzu4k 5.candyspinz-ynbe09.candyspinz-7rzu4k 32.candyspinz-pey30q.candyspinz-xcvz8p 5.candyspinz-owjqnf 4.candyspinz-leksj4 9.candyspinz-leksj4 8.candyspinz-7rzu4k 6.candyspinz-gl3zuu.candyspinz-k6j3uo.candyspinz-cb5y4f.candyspinz-ghln7w.candyspinz-8w7ga1 4.candyspinz-djkmqd.candyspinz-8w7ga1 6.candyspinz-8w7ga1 0l29.candyspinz-owjqnf 17.candyspinz-ttpxso.candyspinz-p1rixu 2.candyspinz-lw3764 10.candyspinz-ijfoqq.candyspinz-840c86 8.candyspinz-ibjilb.candyspinz-5n5v01.candyspinz-o3icv4.candyspinz-x6je5j.candyspinz-s2oimb.candyspinz-xcvz8p.candyspinz-d264ez.candyspinz-840c86 1.candyspinz-ynfo6k.candyspinz-bio47k.candyspinz-ezjkfc.candyspinz-m6x2j5.candyspinz-x0fb6e.candyspinz-c8rypq 1.candyspinz-v244ii.candyspinz-j67514.5z'/%3e%3c/svg%3e");
}

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

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

.candyspinz-g06nd2 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: #3A1C6B;
}

.candyspinz-g06nd2.candyspinz-ougxbz {
  display: block;
}

.candyspinz-g06nd2.candyspinz-js89gd {
  display: none;
}

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

.candyspinz-47gcr9 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.candyspinz-ttktdh {
  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: #3A1C6B;
}

.candyspinz-9gy7ms {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: #3A1C6B;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.candyspinz-4r1n7c small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.candyspinz-gfjaud {
  font-size: 16px;
  line-height: 140%;
}

.candyspinz-yryjfc {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.candyspinz-yryjfc .candyspinz-eihcv6 {
  fill: #c2c0ce;
}

.candyspinz-yryjfc [rating="1"] .candyspinz-eihcv6:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.candyspinz-yryjfc [rating="2"] .candyspinz-eihcv6:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.candyspinz-yryjfc [rating="3"] .candyspinz-eihcv6:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.candyspinz-yryjfc [rating="4"] .candyspinz-eihcv6:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.candyspinz-yryjfc [rating="5"] .candyspinz-eihcv6:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.candyspinz-x10fen {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: #3A1C6B;
  font-family: sans-serif;
}

.candyspinz-x10fen 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;
}

.candyspinz-x10fen 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 */

.candyspinz-ycvjqy {
  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);
}

.candyspinz-ycvjqy.candyspinz-pkjib1 {
  opacity: 1;
  pointer-events: auto;
}
