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

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

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

.spinfest-g6ptmd {
  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) {
  .spinfest-g6ptmd: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;
  }
}

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

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

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

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

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

.spinfest-tshqd8 {
  cursor: pointer;
}

.spinfest-x1ktjf {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.spinfest-9tlld4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spinfest-9tlld4 figure {
  margin: 0;
}

.spinfest-9tlld4.spinfest-430y1u {
  justify-content: flex-start;
  margin-right: 4px;
}

.spinfest-9tlld4.spinfest-biggmp {
  justify-content: flex-end;
  margin-left: 4px;
}

.spinfest-9tlld4.spinfest-30j44i {
  justify-content: center;
}

.spinfest-9tlld4.spinfest-3cd57e {
  justify-content: normal;
}

.spinfest-dtu6s3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.spinfest-lz0w0y img {
  width: 100%;
}

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

.spinfest-1ytwyz {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.spinfest-1ytwyz 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) {
  .spinfest-1ytwyz ul {
    margin-bottom: 15px;
  }
}

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

.spinfest-1ytwyz 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);
}

.spinfest-1ytwyz ul li span svg {
  fill: var(--title-color);
}

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

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

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

.spinfest-1ytwyz ul li:last-of-type::after {
  display: none;
}

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

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

.spinfest-zspl4i {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .spinfest-028lut {
    height: 50px;
  }
}

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

.spinfest-028lut.spinfest-26yxwj {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .spinfest-028lut.spinfest-26yxwj:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.spinfest-o0y3wi {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

.spinfest-26fej3 {
  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) {
  .spinfest-26fej3 {
    flex-direction: column;
  }
}

.spinfest-u7ctc5 {
  margin-bottom: 94px;
}

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

.spinfest-8d728s .spinfest-gya4hz {
  margin-bottom: 28px;
}

.spinfest-8d728s .spinfest-gya4hz img {
  max-height: 100px;
  width: auto;
}

.spinfest-eywooc {
  display: flex;
  align-items: center;
}

.spinfest-eywooc a + a {
  margin-left: 24px;
}

.spinfest-eywooc img {
  max-height: 56px;
  width: auto;
}

.spinfest-eywooc img + img {
  margin-left: 24px;
}

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

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

.spinfest-8dja3p {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.spinfest-vylkty li {
  display: flex;
  margin: 0 7px;
}

.spinfest-vylkty li svg {
  transition: 0.spinfest-c1uehv ease-in-out;
}

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

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

.spinfest-nn943g + .spinfest-nn943g {
  margin-left: 120px;
}

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

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

.spinfest-knm0cx {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spinfest-knm0cx li {
  font-size: 16px;
}

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

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

.spinfest-knm0cx li + li {
  margin-top: 16px;
}

.spinfest-e530f8 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.spinfest-g3whld ease-in-out;
}

.spinfest-e530f8.spinfest-wt202r {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.spinfest-yookkv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinfest-mmsr7v li {
  width: 100%;
}

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

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

.spinfest-mmsr7v li a.spinfest-wt202r {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.spinfest-wp9g7t {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.spinfest-wp9g7t img {
  width: 100%;
  transition: 0.spinfest-c1uehv ease-in-out;
}

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

.spinfest-oyg0xc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

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

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

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

@media only screen and (max-width: 767px) {
  .spinfest-vtgmkj .spinfest-gya4hz img {
    max-width: 90px;
  }
}

.spinfest-gya4hz img {
  max-height: 50px;
  width: auto;
}

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

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

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

.spinfest-obstr0 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.spinfest-orkadk {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.spinfest-orkadk.spinfest-armh9i {
  margin-right: 0;
}

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

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

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

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

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

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

.spinfest-figa93:hover > ul {
  display: flex;
}

.spinfest-figa93:focus > ul {
  display: flex;
}

.spinfest-figa93:focus-within > ul {
  display: flex;
}

.spinfest-rmeh5j {
  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;
}

.spinfest-rmeh5j::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.spinfest-g3whld ease-in-out;
}

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

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

.spinfest-figa93 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.spinfest-c1uehv ease-in-out;
  overflow: hidden;
}

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

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

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

.spinfest-1iyxv4 {
  display: none;
}

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

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

@media only screen and (max-width: 1023px) {
  .spinfest-1iyxv4:checked ~ .spinfest-ves0dm {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .spinfest-ves0dm {
    display: none;
    transition: display 0.spinfest-c1uehv ease-in-out;
  }
  .spinfest-1iyxv4:checked ~ .spinfest-ves0dm {
    display: block;
  }
  .spinfest-1iyxv4:checked + .spinfest-n7o63c span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .spinfest-1iyxv4:checked + .spinfest-n7o63c span:nth-child(2) {
    display: none;
  }
  .spinfest-1iyxv4:checked + .spinfest-n7o63c span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.spinfest-8jort9 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.spinfest-8jort9 img {
  margin-bottom: 20px;
}

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

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

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

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

.spinfest-rikyy3 {
  color: var(--text-color);
}

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

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

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

.spinfest-k6b8et p img {
  display: block;
  margin: 0 auto;
}

.spinfest-k6b8et p:first-of-type {
  margin-top: 0;
}

.spinfest-k6b8et p:last-of-type {
  margin-bottom: 0;
}

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

.spinfest-k6b8et ul {
  padding: 0 0 0 20px;
}

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

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

.spinfest-k6b8et table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

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

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

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

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

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

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

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

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

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

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

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

.spinfest-inh91t .spinfest-6i310y {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .spinfest-inh91t .spinfest-6i310y {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.spinfest-inh91t .spinfest-75zomr {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .spinfest-inh91t .spinfest-75zomr {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .spinfest-inh91t .spinfest-75zomr img {
    width: 100%;
  }
}

.spinfest-75zomr {
  margin: 0 0 28px;
}

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

.spinfest-6i310y {
  margin: 0 0 28px;
}

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

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

.spinfest-qwfhgt .spinfest-g6ptmd {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.spinfest-4xwe5e {
  position: relative;
  border: none;
}

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

.spinfest-60y61a {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.spinfest-60y61a span {
  height: 32px;
}

.spinfest-60y61a span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.spinfest-60y61a.spinfest-5eg8ve span {
  transform: scaleY(-1);
}

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

.spinfest-xq45vu {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.spinfest-xq45vu.spinfest-t3adgf {
  display: none;
}

.spinfest-bddwe1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.spinfest-bddwe1 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .spinfest-bddwe1 table td {
    min-width: 75px;
  }
}

.spinfest-bddwe1 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

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

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

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

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

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

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

.spinfest-ijnrp7 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .spinfest-ijnrp7 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.spinfest-rs2lby {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.spinfest-h0uklq p {
  color: var(--text-color);
}

.spinfest-7yh65p {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.spinfest-9hs26g {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.spinfest-9421t1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinfest-w2zo5z p + p {
  margin-top: 10px;
}

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

.spinfest-wj2qnb {
  display: none;
}

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

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

.spinfest-xh6tn8 li {
  margin: 0 20px;
}

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

.spinfest-xh6tn8 li a img {
  margin-bottom: 4px;
}

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

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

.spinfest-wpqupy li {
  font-size: 16px;
  position: relative;
}

.spinfest-wpqupy li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.spinfest-wpqupy li span {
  opacity: 0.5;
}

.spinfest-wpqupy li + li {
  margin-left: 30px;
}

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

h2.spinfest-vos99w {
  margin: 0 0 28px;
}

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

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

.spinfest-ch0rf4 tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.spinfest-ch0rf4 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.spinfest-ch0rf4 tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

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

.spinfest-ch0rf4 tbody tr:last-of-type {
  margin-bottom: 0;
}

.spinfest-ch0rf4 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.spinfest-ch0rf4 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);
}

.spinfest-ch0rf4 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);
}

.spinfest-ch0rf4 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.spinfest-ch0rf4 tbody tr td .spinfest-bbndnc {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .spinfest-ch0rf4 tbody tr td .spinfest-bbndnc {
    width: 100%;
  }
}

.spinfest-ch0rf4 tbody tr td .spinfest-r1knnn {
  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.spinfest-c1uehv ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .spinfest-ch0rf4 tbody tr td .spinfest-r1knnn:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .spinfest-ch0rf4 tbody tr td .spinfest-r1knnn {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .spinfest-ch0rf4 tbody tr td .spinfest-r1knnn {
    width: 100%;
  }
}

.spinfest-ch0rf4 tbody tr td .spinfest-fyvow7 {
  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) {
  .spinfest-ch0rf4 tbody tr td .spinfest-fyvow7:hover {
    text-decoration: none;
  }
}

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

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

.spinfest-fv3hje {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinfest-0jjgye img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.spinfest-c1uehv ease-in-out;
}

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

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

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

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

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

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

.spinfest-5xehiu img {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.spinfest-0gi7og svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.spinfest-c1uehv ease-in-out;
}

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

.spinfest-atsy46 {
  padding: 90px 0;
}

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

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

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

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

.spinfest-zwu516 img {
  width: 100%;
}

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

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

.spinfest-p1myw7 {
  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;
}

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

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

.spinfest-mvrqps {
  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.spinfest-c1uehv ease-in-out;
}

.spinfest-mvrqps:hover {
  border: 1px solid #8c8ca2;
}

.spinfest-m65dzk {
  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%);
}

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

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

.spinfest-g3uwnm a {
  text-decoration: underline;
  color: #8babff;
}

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

.spinfest-s0c0qp .spinfest-mvrqps {
  width: 50%;
  margin: 0;
}

.spinfest-46nurc {
  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;
}

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

.spinfest-eth7qn {
  margin: 0 0 100px;
}

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

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

.spinfest-4db3tr {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

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

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

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

.spinfest-pnm1ma {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.spinfest-vcdgvj 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.spinfest-c1uehv ease-in-out;
}

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

.spinfest-vcdgvj a svg {
  fill: #fff;
}

.spinfest-vcdgvj a:hover {
  background: #3d68e7;
}

.spinfest-9fgefc {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.spinfest-memoh5 {
  margin-bottom: 16px;
}

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

.spinfest-bvk0od {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.spinfest-ff0onr 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);
}

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

.spinfest-ff0onr table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

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

.spinfest-ff0onr table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.spinfest-mujx7c.spinfest-wjfupj {
  display: none;
}

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

.spinfest-6x2bye iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spinfest-6x2bye iframe.spinfest-najim0 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.spinfest-6x2bye.spinfest-ks25gr {
  opacity: 1;
  pointer-events: all;
}

.spinfest-885wx6 {
  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.spinfest-c1uehv ease-in-out;
}

.spinfest-885wx6 svg {
  margin-right: 10px;
}

.spinfest-885wx6 + .spinfest-885wx6 {
  margin-top: 14px;
}

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

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

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

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

.spinfest-rh1yc2 .spinfest-qwfhgt {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .spinfest-rh1yc2 .spinfest-qwfhgt {
    margin: 28px 0 0;
  }
}

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

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

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

.spinfest-xa3pn9 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.spinfest-12csip {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.spinfest-2x3pdi {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.spinfest-v5sf90 .spinfest-g6ptmd {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .spinfest-v5sf90 .spinfest-g6ptmd {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.spinfest-pl6fhj {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.spinfest-pl6fhj img {
  width: 100%;
}

.spinfest-1l1ro1 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.spinfest-26cy4x {
  width: 100%;
  margin: 0 0 100px;
}

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

.spinfest-26cy4x .spinfest-oniiho {
  position: relative;
}

.spinfest-26cy4x .spinfest-v0pkmh {
  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;
}

.spinfest-26cy4x .spinfest-v0pkmh.spinfest-wjfupj {
  display: none;
}

.spinfest-26cy4x .spinfest-0q05i5 {
  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) {
  .spinfest-26cy4x .spinfest-0q05i5 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .spinfest-26cy4x .spinfest-0q05i5 {
    bottom: 90px;
  }
}

.spinfest-26cy4x .spinfest-0q05i5 .spinfest-n7h7qm {
  max-width: 300px;
  width: 100%;
}

.spinfest-26cy4x .spinfest-0q05i5 .spinfest-n7h7qm .spinfest-qg46cu {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .spinfest-26cy4x .spinfest-0q05i5 .spinfest-n7h7qm .spinfest-qg46cu {
    font-size: 32px;
    text-align: center;
  }
}

.spinfest-26cy4x .spinfest-0q05i5 .spinfest-n7h7qm .spinfest-gsqt24 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .spinfest-26cy4x .spinfest-0q05i5 .spinfest-n7h7qm .spinfest-gsqt24 {
    text-align: center;
  }
}

.spinfest-26cy4x .spinfest-0q05i5 .spinfest-armh9i {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .spinfest-26cy4x .spinfest-0q05i5 .spinfest-armh9i {
    flex-direction: column-reverse;
  }
}

.spinfest-26cy4x .spinfest-0q05i5 .spinfest-armh9i .spinfest-vbyckv {
  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.spinfest-c1uehv ease-in-out;
}

.spinfest-26cy4x .spinfest-0q05i5 .spinfest-armh9i .spinfest-vbyckv:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .spinfest-26cy4x .spinfest-0q05i5 .spinfest-armh9i .spinfest-vbyckv {
    width: 100%;
  }
}

.spinfest-26cy4x .spinfest-0q05i5 .spinfest-armh9i .spinfest-ix67q5 {
  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.spinfest-c1uehv ease-in-out;
  overflow: hidden;
}

.spinfest-26cy4x .spinfest-0q05i5 .spinfest-armh9i .spinfest-ix67q5 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);
  }
}

.spinfest-26cy4x .spinfest-0q05i5 .spinfest-armh9i .spinfest-ix67q5: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;
}

.spinfest-26cy4x .spinfest-0q05i5 .spinfest-armh9i .spinfest-ix67q5:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .spinfest-26cy4x .spinfest-0q05i5 .spinfest-armh9i .spinfest-ix67q5 {
    width: 100%;
  }
}

.spinfest-26cy4x .spinfest-0q05i5.spinfest-wjfupj {
  display: none;
}

.spinfest-26cy4x .spinfest-tw70m4 {
  display: none;
}

.spinfest-26cy4x .spinfest-tw70m4.spinfest-ks25gr {
  display: block;
}

.spinfest-26cy4x .spinfest-tw70m4 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .spinfest-26cy4x .spinfest-tw70m4 iframe {
    height: calc(100vh - 54px);
  }
}

.spinfest-26cy4x .spinfest-jq87xn {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .spinfest-26cy4x .spinfest-jq87xn {
    padding: 24px 16px 0;
  }
}

.spinfest-26cy4x .spinfest-jq87xn .spinfest-qg46cu {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .spinfest-26cy4x .spinfest-jq87xn .spinfest-qg46cu {
    margin-bottom: 24px;
  }
}

.spinfest-26cy4x .spinfest-jq87xn 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);
}

.spinfest-26cy4x .spinfest-jq87xn 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) {
  .spinfest-26cy4x .spinfest-jq87xn table tr td {
    padding: 12px 4px;
  }
}

.spinfest-26cy4x .spinfest-jq87xn table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .spinfest-26cy4x .spinfest-jq87xn table tr th {
    padding: 12px 4px;
  }
}

.spinfest-26cy4x .spinfest-jq87xn table tr:last-of-type td {
  border-bottom: none;
}

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

.spinfest-9i2z1w.spinfest-wt202r {
  display: block;
}

.spinfest-9i2z1w iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.spinfest-9i2z1w .spinfest-szuy1g {
  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;
}

.spinfest-9i2z1w .spinfest-ygixt1 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.spinfest-9i2z1w .spinfest-ix67q5 {
  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.spinfest-c1uehv ease-in-out;
}

.spinfest-9i2z1w .spinfest-ix67q5:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.spinfest-8mthqk.spinfest-wt202r {
  display: block;
}

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

.spinfest-hpvg9q {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

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

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

.spinfest-rkbl25 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.spinfest-rkbl25 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.spinfest-xxwrrc {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spinfest-s6ejdp.spinfest-wjfupj {
  display: none;
}

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

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

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

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

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

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

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

.spinfest-ksw6gj input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spinfest-ksw6gj input:active {
  border-color: #c2c0ce;
}

.spinfest-ksw6gj input:focus {
  border-color: #c2c0ce;
}

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

.spinfest-guvik1 {
  margin-bottom: 36px;
}

.spinfest-guvik1 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;
}

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

.spinfest-guvik1 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spinfest-8rw9bp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.spinfest-4jn2vq {
  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.spinfest-c1uehv ease-in-out;
}

.spinfest-4jn2vq:hover {
  background: var(--border-color);
}

.spinfest-oavhro {
  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.spinfest-c1uehv ease-in-out;
}

.spinfest-oavhro:hover {
  background: #166ad9;
}

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

.spinfest-pyprqo.spinfest-wjfupj {
  display: none;
}

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

.spinfest-pyprqo .spinfest-4jn2vq {
  margin: 0 auto;
}

.spinfest-uvcux8 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.spinfest-87rc18 {
  filter: grayscale(100%);
}

.spinfest-g6vorx > input {
  display: none;
}

.spinfest-g6vorx > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinfest-p0welp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.spinfest-exghn8 44.spinfest-labo42.spinfest-ivhhpx.spinfest-r6k4cl.spinfest-k5a8iw.spinfest-h7mrz4.spinfest-x2akb4.spinfest-uv1w44.spinfest-6otd8c.spinfest-be1upm.spinfest-h9qkji.spinfest-u9bck3.spinfest-7fgra4 0l-12.spinfest-kurhml 30.spinfest-qqarw6.spinfest-0p5bgx 2.spinfest-5qr8ja.spinfest-0p5bgx 3.spinfest-l23oa8 3.spinfest-bpxaq4.spinfest-ah1n8x 3.spinfest-fc6z8x.spinfest-evz1b4.spinfest-pcbe3h.spinfest-u7yybr 7-3.spinfest-kurhml 10.spinfest-af31pc.spinfest-u7yybr 23.spinfest-lfgk9o.spinfest-6fyjv1 1.spinfest-lvbrak 2.spinfest-kurhml 3.spinfest-6fyjv1 1.spinfest-ah1n8x 5.spinfest-pe0y26.spinfest-ah1n8x 32.spinfest-fzrlad.spinfest-evz1b4 5.spinfest-7fgra4 4.spinfest-u7yybr 9.spinfest-u7yybr 8.spinfest-ah1n8x 6.spinfest-05x47f.spinfest-o5auuq.spinfest-xc4mx2.spinfest-uqrzqa.spinfest-s4nhtm 4.spinfest-z0hev8.spinfest-s4nhtm 6.spinfest-s4nhtm 0l29.spinfest-7fgra4 17.spinfest-u2pd76.spinfest-c06cth 2.spinfest-2g36ob 10.spinfest-zgish0.spinfest-kurhml 8.spinfest-womtx9.spinfest-ll6cxj.spinfest-ua1d2i.spinfest-b032db.spinfest-p2bfkr.spinfest-evz1b4.spinfest-h7mrz4.spinfest-kurhml 1.spinfest-2dy5th.spinfest-sttki0.spinfest-uymjhc.spinfest-lbj2fa.spinfest-uj2qv5.spinfest-lvbrak 1.spinfest-l92khv.spinfest-8293ri.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.spinfest-g6vorx > input:checked ~ label,
.spinfest-g6vorx > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinfest-p0welp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.spinfest-exghn8 44.spinfest-labo42.spinfest-ivhhpx.spinfest-r6k4cl.spinfest-k5a8iw.spinfest-h7mrz4.spinfest-x2akb4.spinfest-uv1w44.spinfest-6otd8c.spinfest-be1upm.spinfest-h9qkji.spinfest-u9bck3.spinfest-7fgra4 0l-12.spinfest-kurhml 30.spinfest-qqarw6.spinfest-0p5bgx 2.spinfest-5qr8ja.spinfest-0p5bgx 3.spinfest-l23oa8 3.spinfest-bpxaq4.spinfest-ah1n8x 3.spinfest-fc6z8x.spinfest-evz1b4.spinfest-pcbe3h.spinfest-u7yybr 7-3.spinfest-kurhml 10.spinfest-af31pc.spinfest-u7yybr 23.spinfest-lfgk9o.spinfest-6fyjv1 1.spinfest-lvbrak 2.spinfest-kurhml 3.spinfest-6fyjv1 1.spinfest-ah1n8x 5.spinfest-pe0y26.spinfest-ah1n8x 32.spinfest-fzrlad.spinfest-evz1b4 5.spinfest-7fgra4 4.spinfest-u7yybr 9.spinfest-u7yybr 8.spinfest-ah1n8x 6.spinfest-05x47f.spinfest-o5auuq.spinfest-xc4mx2.spinfest-uqrzqa.spinfest-s4nhtm 4.spinfest-z0hev8.spinfest-s4nhtm 6.spinfest-s4nhtm 0l29.spinfest-7fgra4 17.spinfest-u2pd76.spinfest-c06cth 2.spinfest-2g36ob 10.spinfest-zgish0.spinfest-kurhml 8.spinfest-womtx9.spinfest-ll6cxj.spinfest-ua1d2i.spinfest-b032db.spinfest-p2bfkr.spinfest-evz1b4.spinfest-h7mrz4.spinfest-kurhml 1.spinfest-2dy5th.spinfest-sttki0.spinfest-uymjhc.spinfest-lbj2fa.spinfest-uj2qv5.spinfest-lvbrak 1.spinfest-l92khv.spinfest-8293ri.5z'/%3e%3c/svg%3e");
}

.spinfest-g6vorx > input:not(:checked) ~ label:hover,
.spinfest-g6vorx > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinfest-p0welp.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinfest-exghn8 44.spinfest-labo42.spinfest-ivhhpx.spinfest-r6k4cl.spinfest-k5a8iw.spinfest-h7mrz4.spinfest-x2akb4.spinfest-uv1w44.spinfest-6otd8c.spinfest-be1upm.spinfest-h9qkji.spinfest-u9bck3.spinfest-7fgra4 0l-12.spinfest-kurhml 30.spinfest-qqarw6.spinfest-0p5bgx 2.spinfest-5qr8ja.spinfest-0p5bgx 3.spinfest-l23oa8 3.spinfest-bpxaq4.spinfest-ah1n8x 3.spinfest-fc6z8x.spinfest-evz1b4.spinfest-pcbe3h.spinfest-u7yybr 7-3.spinfest-kurhml 10.spinfest-af31pc.spinfest-u7yybr 23.spinfest-lfgk9o.spinfest-6fyjv1 1.spinfest-lvbrak 2.spinfest-kurhml 3.spinfest-6fyjv1 1.spinfest-ah1n8x 5.spinfest-pe0y26.spinfest-ah1n8x 32.spinfest-fzrlad.spinfest-evz1b4 5.spinfest-7fgra4 4.spinfest-u7yybr 9.spinfest-u7yybr 8.spinfest-ah1n8x 6.spinfest-05x47f.spinfest-o5auuq.spinfest-xc4mx2.spinfest-uqrzqa.spinfest-s4nhtm 4.spinfest-z0hev8.spinfest-s4nhtm 6.spinfest-s4nhtm 0l29.spinfest-7fgra4 17.spinfest-u2pd76.spinfest-c06cth 2.spinfest-2g36ob 10.spinfest-zgish0.spinfest-kurhml 8.spinfest-womtx9.spinfest-ll6cxj.spinfest-ua1d2i.spinfest-b032db.spinfest-p2bfkr.spinfest-evz1b4.spinfest-h7mrz4.spinfest-kurhml 1.spinfest-2dy5th.spinfest-sttki0.spinfest-uymjhc.spinfest-lbj2fa.spinfest-uj2qv5.spinfest-lvbrak 1.spinfest-l92khv.spinfest-8293ri.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .spinfest-sducc5 > .spinfest-o9m3np {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .spinfest-sducc5 > .spinfest-o9m3np {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .spinfest-sducc5 > .spinfest-o9m3np {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .spinfest-sducc5 > .spinfest-o9m3np {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .spinfest-sducc5 > .spinfest-o9m3np {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.spinfest-37x2xk {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.spinfest-37x2xk.spinfest-wjfupj {
  display: none;
}

.spinfest-2mibof {
  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) {
  .spinfest-2mibof {
    height: 74px;
    overflow: visible;
  }
}

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

.spinfest-j7z7e6 {
  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;
}

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

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

.spinfest-j7z7e6 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.spinfest-7hbu4u {
  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;
}

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .spinfest-3pvuu5 {
    top: -20px;
  }
}

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

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

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

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

.spinfest-37x2xk.spinfest-1icz3f .spinfest-2mibof {
  background: #2b3b67;
}

.spinfest-37x2xk.spinfest-1icz3f .spinfest-j7z7e6 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.spinfest-37x2xk.spinfest-1icz3f .spinfest-j7z7e6::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.spinfest-37x2xk.spinfest-1icz3f .spinfest-j7z7e6::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.spinfest-37x2xk.spinfest-1icz3f .spinfest-7hbu4u::before {
  background: #0e0f41;
}

.spinfest-37x2xk.spinfest-1icz3f .spinfest-7hbu4u::after {
  background: #152557;
}

.spinfest-37x2xk.spinfest-6u7chm .spinfest-2mibof {
  background: #1f35fa;
}

.spinfest-37x2xk.spinfest-6u7chm .spinfest-j7z7e6 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.spinfest-37x2xk.spinfest-6u7chm .spinfest-j7z7e6::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.spinfest-37x2xk.spinfest-6u7chm .spinfest-j7z7e6::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.spinfest-37x2xk.spinfest-6u7chm .spinfest-7hbu4u::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.spinfest-37x2xk.spinfest-6u7chm .spinfest-7hbu4u::after {
  background: #192ac8;
}

.spinfest-37x2xk.spinfest-oyx1hd .spinfest-2mibof {
  background: #fa771f;
}

.spinfest-37x2xk.spinfest-oyx1hd .spinfest-j7z7e6 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinfest-37x2xk.spinfest-oyx1hd .spinfest-j7z7e6::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.spinfest-37x2xk.spinfest-oyx1hd .spinfest-j7z7e6::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.spinfest-37x2xk.spinfest-oyx1hd .spinfest-7hbu4u::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinfest-37x2xk.spinfest-oyx1hd .spinfest-7hbu4u::after {
  background: #fa8535;
}

.spinfest-3qvf9o {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

.spinfest-cfhhaj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

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

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

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

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

.spinfest-yb9ax5 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.spinfest-1u5rwl {
  width: 120px;
  height: 22px;
}

.spinfest-1u5rwl .spinfest-co9vod {
  fill: #c2c0ce;
}

.spinfest-1u5rwl [rating="1"] .spinfest-co9vod:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinfest-1u5rwl [rating="2"] .spinfest-co9vod:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinfest-1u5rwl [rating="3"] .spinfest-co9vod:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinfest-1u5rwl [rating="4"] .spinfest-co9vod:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinfest-1u5rwl [rating="5"] .spinfest-co9vod:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.spinfest-65fndh {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.spinfest-440ln8 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.spinfest-440ln8.spinfest-ks25gr {
  display: block;
}

.spinfest-440ln8.spinfest-wjfupj {
  display: none;
}

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

.spinfest-13j80y {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinfest-puz5rq {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.spinfest-l5s7lb {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

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

.spinfest-lmlglt {
  font-size: 16px;
  line-height: 140%;
}

.spinfest-k99gai {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinfest-k99gai .spinfest-co9vod {
  fill: #c2c0ce;
}

.spinfest-k99gai [rating="1"] .spinfest-co9vod:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinfest-k99gai [rating="2"] .spinfest-co9vod:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinfest-k99gai [rating="3"] .spinfest-co9vod:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinfest-k99gai [rating="4"] .spinfest-co9vod:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinfest-k99gai [rating="5"] .spinfest-co9vod:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.spinfest-rp9oqj {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.spinfest-6s4e6a {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

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

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

.spinfest-aorzo3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spinfest-fnt3qz {
  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;
}

.spinfest-jfe697 {
  flex: 1;
  min-width: 0;
}

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

.spinfest-2vbgtd {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

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

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

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

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

.spinfest-uqh3hv strong {
  font-weight: 600;
}

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

.spinfest-1lxftw p {
  margin: 0 0 16px;
}

.spinfest-1lxftw p:last-child {
  margin-bottom: 0;
}

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

.spinfest-tschoj {
  max-width: 300px;
  width: 100%;
}

.spinfest-tschoj a {
  width: 100%;
}

@media (max-width: 575px) {
  .spinfest-tschoj {
    max-width: 200px;
  }
}

.spinfest-4y19mv {
  justify-content: center;
}

.spinfest-0bwyt2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spinfest-scxs46 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.spinfest-47pej7 .spinfest-obstr0 {
  justify-content: center;
}

/* faq */

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

.spinfest-8vc3re {
  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.spinfest-hcr1vt ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spinfest-8vc3re::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.spinfest-hcr1vt ease;
}

.spinfest-iixzlz.spinfest-wt202r .spinfest-8vc3re::after {
  transform: rotate(45deg);
}

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

.spinfest-iixzlz.spinfest-wt202r .spinfest-6vrjh3 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.spinfest-hqs54v {
  margin: 25px 0;
}

.spinfest-g6vorx > input:not(:checked) ~ label:hover,
.spinfest-g6vorx > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinfest-mussv2.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinfest-ucui21 44.spinfest-k95e74.spinfest-5o31lp.spinfest-n9mfst.spinfest-6bh38d.spinfest-2ie31o.spinfest-hj3mjr.spinfest-7shev0.spinfest-g3gq2c.spinfest-wb05pz.spinfest-1bgoi3.spinfest-2dxum9.spinfest-n97ubz 0l-12.spinfest-vdmway 30.spinfest-p36tz3.spinfest-ces1ie 2.spinfest-3d542p.spinfest-ces1ie 3.spinfest-83p8oh 3.spinfest-ig49wa.spinfest-mds428 3.spinfest-k00dz2.spinfest-xo4azl.spinfest-7kdm0b.spinfest-yl3l8g 7-3.spinfest-vdmway 10.spinfest-39msbc.spinfest-yl3l8g 23.spinfest-alzxb5.spinfest-athzyf 1.spinfest-j7rfh9 2.spinfest-vdmway 3.spinfest-athzyf 1.spinfest-mds428 5.spinfest-6b97yv.spinfest-mds428 32.spinfest-bjmpxk.spinfest-xo4azl 5.spinfest-n97ubz 4.spinfest-yl3l8g 9.spinfest-yl3l8g 8.spinfest-mds428 6.spinfest-tg13tb.spinfest-pbsju4.spinfest-fkkumg.spinfest-f1bgzy.spinfest-3clkaq 4.spinfest-pl436a.spinfest-3clkaq 6.spinfest-3clkaq 0l29.spinfest-n97ubz 17.spinfest-hdhth2.spinfest-zzvnv1 2.spinfest-gd55jz 10.spinfest-2g29uf.spinfest-vdmway 8.spinfest-sxk0sx.spinfest-lld64v.spinfest-rrsxfv.spinfest-c2f8ey.spinfest-0b9akj.spinfest-xo4azl.spinfest-2ie31o.spinfest-vdmway 1.spinfest-txwopl.spinfest-l55h1q.spinfest-m3ybn4.spinfest-7m4qjx.spinfest-m1r1ai.spinfest-j7rfh9 1.spinfest-tzb7cy.spinfest-j1auop.5z'/%3e%3c/svg%3e");
}

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

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

.spinfest-ajhvaz {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.spinfest-ajhvaz.spinfest-11obdw {
  display: block;
}

.spinfest-ajhvaz.spinfest-w4zzyn {
  display: none;
}

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

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

.spinfest-1xkzde {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.spinfest-19k9om {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.spinfest-10vvdl small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.spinfest-qz3zsv {
  font-size: 16px;
  line-height: 140%;
}

.spinfest-yjrguc {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinfest-yjrguc .spinfest-snc8dt {
  fill: #c2c0ce;
}

.spinfest-yjrguc [rating="1"] .spinfest-snc8dt:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinfest-yjrguc [rating="2"] .spinfest-snc8dt:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinfest-yjrguc [rating="3"] .spinfest-snc8dt:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinfest-yjrguc [rating="4"] .spinfest-snc8dt:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinfest-yjrguc [rating="5"] .spinfest-snc8dt:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.spinfest-wacfy4 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;
}

.spinfest-wacfy4 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 */

.spinfest-wqmhvt {
  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);
}

.spinfest-wqmhvt.spinfest-sk6mia {
  opacity: 1;
  pointer-events: auto;
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.spinfest-qcfkm9, .spinfest-o1a5mk, [class*="review-card"],
thead, thead th, table th, .spinfest-m6lxgi,
.spinfest-6k2jow, [class*="collapsible-header"],
.spinfest-7yh65p, [class*="updated-block"] {
  color: #ece7dc !important;
}
