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

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

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

.hellspin-r7zg6n {
  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) {
  .hellspin-r7zg6n: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;
  }
}

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

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

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

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

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

.hellspin-k8nnlq {
  cursor: pointer;
}

.hellspin-9hjyh1 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.hellspin-6r9h6k {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hellspin-6r9h6k figure {
  margin: 0;
}

.hellspin-6r9h6k.hellspin-q5x1dv {
  justify-content: flex-start;
  margin-right: 4px;
}

.hellspin-6r9h6k.hellspin-19278h {
  justify-content: flex-end;
  margin-left: 4px;
}

.hellspin-6r9h6k.hellspin-4oixz2 {
  justify-content: center;
}

.hellspin-6r9h6k.hellspin-ycfk3n {
  justify-content: normal;
}

.hellspin-a5457z {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.hellspin-n63xat img {
  width: 100%;
}

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

.hellspin-fo572n {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.hellspin-fo572n 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);
}

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

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

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

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

.hellspin-fo572n ul li:last-of-type::after {
  display: none;
}

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

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

.hellspin-bm9e0q {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .hellspin-3fw9de {
    height: 50px;
  }
}

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

.hellspin-3fw9de.hellspin-jwj14z {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .hellspin-3fw9de.hellspin-jwj14z:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.hellspin-51xneh {
  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) {
  .hellspin-51xneh {
    padding: 80px 16px 0;
  }
}

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

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

.hellspin-mkn8m6 {
  margin-bottom: 94px;
}

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

.hellspin-uvgpt7 .hellspin-jlbqmz {
  margin-bottom: 28px;
}

.hellspin-uvgpt7 .hellspin-jlbqmz img {
  max-height: 100px;
  width: auto;
}

.hellspin-j6gqcm {
  display: flex;
  align-items: center;
}

.hellspin-j6gqcm a + a {
  margin-left: 24px;
}

.hellspin-j6gqcm img {
  max-height: 56px;
  width: auto;
}

.hellspin-j6gqcm img + img {
  margin-left: 24px;
}

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

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

.hellspin-svud24 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .hellspin-7pfdsf {
    flex-wrap: wrap;
  }
}

.hellspin-7pfdsf li {
  display: flex;
  margin: 0 7px;
}

.hellspin-7pfdsf li svg {
  transition: 0.hellspin-9fthqb ease-in-out;
}

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

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

.hellspin-yi9xt3 + .hellspin-yi9xt3 {
  margin-left: 120px;
}

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

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

.hellspin-aezufi {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hellspin-aezufi li {
  font-size: 16px;
}

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

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

.hellspin-aezufi li + li {
  margin-top: 16px;
}

.hellspin-rn3ol2 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.hellspin-8zqpe6 ease-in-out;
}

.hellspin-rn3ol2.hellspin-5kdn24 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.hellspin-ywpycc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.hellspin-nl4arq li {
  width: 100%;
}

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

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

.hellspin-nl4arq li a.hellspin-5kdn24 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.hellspin-aowvqt {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.hellspin-aowvqt img {
  width: 100%;
  transition: 0.hellspin-9fthqb ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .hellspin-b07u5k .hellspin-jlbqmz img {
    max-width: 90px;
  }
}

.hellspin-jlbqmz img {
  max-height: 50px;
  width: auto;
}

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

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

.hellspin-1sxwxy {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hellspin-1sxwxy li {
  font-size: 16px;
  margin: 0 20px;
}

.hellspin-1sxwxy li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.hellspin-0y8jvu {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.hellspin-0y8jvu.hellspin-dkv1v8 {
  margin-right: 0;
}

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

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

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

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

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

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

.hellspin-r6em17:hover > ul {
  display: flex;
}

.hellspin-r6em17:focus > ul {
  display: flex;
}

.hellspin-r6em17:focus-within > ul {
  display: flex;
}

.hellspin-9pqlng {
  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;
}

.hellspin-9pqlng::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.hellspin-8zqpe6 ease-in-out;
}

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

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

.hellspin-r6em17 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.hellspin-9fthqb ease-in-out;
  overflow: hidden;
}

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

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

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

.hellspin-shzepz {
  display: none;
}

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

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

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

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

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

.hellspin-ya1m2q img {
  margin-bottom: 20px;
}

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

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

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

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

.hellspin-4mq2xr {
  color: var(--text-color);
}

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

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

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

.hellspin-srsj6x p img {
  display: block;
  margin: 0 auto;
}

.hellspin-srsj6x p:first-of-type {
  margin-top: 0;
}

.hellspin-srsj6x p:last-of-type {
  margin-bottom: 0;
}

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

.hellspin-srsj6x ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hellspin-asvygm .hellspin-vsb519 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.hellspin-asvygm .hellspin-5785zd {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .hellspin-asvygm .hellspin-5785zd {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .hellspin-asvygm .hellspin-5785zd img {
    width: 100%;
  }
}

.hellspin-5785zd {
  margin: 0 0 28px;
}

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

.hellspin-vsb519 {
  margin: 0 0 28px;
}

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

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

.hellspin-chr0pn .hellspin-r7zg6n {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.hellspin-s04pvb {
  position: relative;
  border: none;
}

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

.hellspin-s5vabv {
  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;
}

.hellspin-s5vabv span {
  height: 32px;
}

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

.hellspin-s5vabv.hellspin-axos48 span {
  transform: scaleY(-1);
}

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

.hellspin-nyrtz6 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.hellspin-nyrtz6 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.hellspin-9fthqb ease-in-out;
}

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

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

.hellspin-nyrtz6.hellspin-atdypo {
  display: none;
}

.hellspin-wocxwk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.hellspin-wocxwk table {
  width: 100%;
  border-collapse: collapse;
}

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

  .hellspin-wocxwk table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.hellspin-0aiiwd {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

.hellspin-1m8h3m table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.hellspin-1m8h3m p {
  color: var(--text-color);
}

.hellspin-83kvy3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.hellspin-v1fduc {
  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);
}

.hellspin-26v79h {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.hellspin-v63b48 p + p {
  margin-top: 10px;
}

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

.hellspin-n106vb {
  display: none;
}

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

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

.hellspin-ze7fuj li {
  margin: 0 20px;
}

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

.hellspin-ze7fuj li a img {
  margin-bottom: 4px;
}

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

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

.hellspin-bb2cfa li {
  font-size: 16px;
  position: relative;
}

.hellspin-bb2cfa li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.hellspin-bb2cfa li span {
  opacity: 0.5;
}

.hellspin-bb2cfa li + li {
  margin-left: 30px;
}

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

h2.hellspin-hld4f4 {
  margin: 0 0 28px;
}

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

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

.hellspin-b656lq 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);
}

.hellspin-b656lq 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;
}

.hellspin-b656lq 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;
}

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

.hellspin-b656lq tbody tr:last-of-type {
  margin-bottom: 0;
}

.hellspin-b656lq tbody tr td:first-of-type {
  flex-shrink: 0;
}

.hellspin-b656lq 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);
}

.hellspin-b656lq 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);
}

.hellspin-b656lq tbody tr td:last-of-type {
  margin-left: auto;
}

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

.hellspin-b656lq tbody tr td .hellspin-9dosok {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .hellspin-b656lq tbody tr td .hellspin-9dosok {
    width: 100%;
  }
}

.hellspin-b656lq tbody tr td .hellspin-mxtm9j {
  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.hellspin-9fthqb ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .hellspin-b656lq tbody tr td .hellspin-mxtm9j {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .hellspin-b656lq tbody tr td .hellspin-mxtm9j {
    width: 100%;
  }
}

.hellspin-b656lq tbody tr td .hellspin-181vz3 {
  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) {
  .hellspin-b656lq tbody tr td .hellspin-181vz3:hover {
    text-decoration: none;
  }
}

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

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

.hellspin-q9gn0t {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.hellspin-cccd9v img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.hellspin-9fthqb ease-in-out;
}

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

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

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

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

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

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

.hellspin-402qix img {
  width: 100%;
  height: 100%;
}

.hellspin-402qix iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.hellspin-pkuptm svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.hellspin-9fthqb ease-in-out;
}

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

.hellspin-2dxn6t {
  padding: 90px 0;
}

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

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

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

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

.hellspin-0axtrd img {
  width: 100%;
}

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

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

.hellspin-7qte5i {
  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;
}

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

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

.hellspin-kxa7f7 {
  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.hellspin-9fthqb ease-in-out;
}

.hellspin-kxa7f7:hover {
  border: 1px solid #8c8ca2;
}

.hellspin-hm4dvy {
  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%);
}

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

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

.hellspin-ms07a5 a {
  text-decoration: underline;
  color: #8babff;
}

.hellspin-5n8p2p {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.hellspin-5n8p2p .hellspin-kxa7f7 {
  width: 50%;
  margin: 0;
}

.hellspin-1xkr7e {
  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;
}

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

.hellspin-p039lq {
  margin: 0 0 100px;
}

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

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

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

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

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

.hellspin-mmy7nz {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.hellspin-e04og8 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.hellspin-9fthqb ease-in-out;
}

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

.hellspin-e04og8 a svg {
  fill: #fff;
}

.hellspin-e04og8 a:hover {
  background: #3d68e7;
}

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

.hellspin-hh7yv2 {
  margin-bottom: 16px;
}

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

.hellspin-nwcsh5 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.hellspin-vpfwbt 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);
}

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

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

.hellspin-vpfwbt table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.hellspin-pyh8fy.hellspin-w5sg7o {
  display: none;
}

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

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

.hellspin-s1ktum iframe.hellspin-pv1vgl {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.hellspin-s1ktum.hellspin-ycwi4b {
  opacity: 1;
  pointer-events: all;
}

.hellspin-o0pqyl {
  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.hellspin-9fthqb ease-in-out;
}

.hellspin-o0pqyl svg {
  margin-right: 10px;
}

.hellspin-o0pqyl + .hellspin-o0pqyl {
  margin-top: 14px;
}

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

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

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

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

.hellspin-k4vgn0 .hellspin-chr0pn {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .hellspin-k4vgn0 .hellspin-chr0pn {
    margin: 28px 0 0;
  }
}

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

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

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

.hellspin-5bo82i {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.hellspin-ft9uvw {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.hellspin-egwgtb {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.hellspin-foo96i .hellspin-r7zg6n {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .hellspin-foo96i .hellspin-r7zg6n {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.hellspin-wahyqp {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.hellspin-wahyqp img {
  width: 100%;
}

.hellspin-4jqjo7 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.hellspin-15wt0u {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.hellspin-v6lldk {
  width: 100%;
  margin: 0 0 100px;
}

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

.hellspin-v6lldk .hellspin-07cczc {
  position: relative;
}

.hellspin-v6lldk .hellspin-irwmnt {
  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;
}

.hellspin-v6lldk .hellspin-irwmnt.hellspin-w5sg7o {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .hellspin-v6lldk .hellspin-zyzd7i {
    bottom: 90px;
  }
}

.hellspin-v6lldk .hellspin-zyzd7i .hellspin-or4yrc {
  max-width: 300px;
  width: 100%;
}

.hellspin-v6lldk .hellspin-zyzd7i .hellspin-or4yrc .hellspin-o713sd {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-v6lldk .hellspin-zyzd7i .hellspin-or4yrc .hellspin-o713sd {
    font-size: 32px;
    text-align: center;
  }
}

.hellspin-v6lldk .hellspin-zyzd7i .hellspin-or4yrc .hellspin-dxqlaz {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .hellspin-v6lldk .hellspin-zyzd7i .hellspin-or4yrc .hellspin-dxqlaz {
    text-align: center;
  }
}

.hellspin-v6lldk .hellspin-zyzd7i .hellspin-dkv1v8 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .hellspin-v6lldk .hellspin-zyzd7i .hellspin-dkv1v8 {
    flex-direction: column-reverse;
  }
}

.hellspin-v6lldk .hellspin-zyzd7i .hellspin-dkv1v8 .hellspin-ytmaht {
  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.hellspin-9fthqb ease-in-out;
}

.hellspin-v6lldk .hellspin-zyzd7i .hellspin-dkv1v8 .hellspin-ytmaht:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .hellspin-v6lldk .hellspin-zyzd7i .hellspin-dkv1v8 .hellspin-ytmaht {
    width: 100%;
  }
}

.hellspin-v6lldk .hellspin-zyzd7i .hellspin-dkv1v8 .hellspin-f6n08j {
  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.hellspin-9fthqb ease-in-out;
  overflow: hidden;
}

.hellspin-v6lldk .hellspin-zyzd7i .hellspin-dkv1v8 .hellspin-f6n08j 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);
  }
}

.hellspin-v6lldk .hellspin-zyzd7i .hellspin-dkv1v8 .hellspin-f6n08j: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;
}

.hellspin-v6lldk .hellspin-zyzd7i .hellspin-dkv1v8 .hellspin-f6n08j:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .hellspin-v6lldk .hellspin-zyzd7i .hellspin-dkv1v8 .hellspin-f6n08j {
    width: 100%;
  }
}

.hellspin-v6lldk .hellspin-zyzd7i.hellspin-w5sg7o {
  display: none;
}

.hellspin-v6lldk .hellspin-kvhbo1 {
  display: none;
}

.hellspin-v6lldk .hellspin-kvhbo1.hellspin-ycwi4b {
  display: block;
}

.hellspin-v6lldk .hellspin-kvhbo1 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .hellspin-v6lldk .hellspin-kvhbo1 iframe {
    height: calc(100vh - 54px);
  }
}

.hellspin-v6lldk .hellspin-6utny9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .hellspin-v6lldk .hellspin-6utny9 {
    padding: 24px 16px 0;
  }
}

.hellspin-v6lldk .hellspin-6utny9 .hellspin-o713sd {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .hellspin-v6lldk .hellspin-6utny9 .hellspin-o713sd {
    margin-bottom: 24px;
  }
}

.hellspin-v6lldk .hellspin-6utny9 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);
}

.hellspin-v6lldk .hellspin-6utny9 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) {
  .hellspin-v6lldk .hellspin-6utny9 table tr td {
    padding: 12px 4px;
  }
}

.hellspin-v6lldk .hellspin-6utny9 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) {
  .hellspin-v6lldk .hellspin-6utny9 table tr th {
    padding: 12px 4px;
  }
}

.hellspin-v6lldk .hellspin-6utny9 table tr:last-of-type td {
  border-bottom: none;
}

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

.hellspin-xpd4o2.hellspin-5kdn24 {
  display: block;
}

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

.hellspin-xpd4o2 .hellspin-plcxuz {
  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;
}

.hellspin-xpd4o2 .hellspin-ya17jy {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.hellspin-xpd4o2 .hellspin-f6n08j {
  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.hellspin-9fthqb ease-in-out;
}

.hellspin-xpd4o2 .hellspin-f6n08j:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.hellspin-f3zztc.hellspin-5kdn24 {
  display: block;
}

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

.hellspin-vimvrc {
  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;
}

.hellspin-8eqvmk {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.hellspin-zwhjak {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.hellspin-zwhjak svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.hellspin-jh50xq {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hellspin-ozhjyk.hellspin-w5sg7o {
  display: none;
}

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

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

.hellspin-37tmc0 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.hellspin-37tmc0 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.hellspin-9fthqb ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.hellspin-37tmc0 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.hellspin-37tmc0 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.hellspin-37tmc0 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.hellspin-37tmc0 input:active {
  border-color: #c2c0ce;
}

.hellspin-37tmc0 input:focus {
  border-color: #c2c0ce;
}

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

.hellspin-ukj6j3 {
  margin-bottom: 36px;
}

.hellspin-ukj6j3 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;
}

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

.hellspin-ukj6j3 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.hellspin-z682x1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hellspin-un8rmz {
  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.hellspin-9fthqb ease-in-out;
}

.hellspin-un8rmz:hover {
  background: var(--border-color);
}

.hellspin-mblylv {
  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.hellspin-9fthqb ease-in-out;
}

.hellspin-mblylv:hover {
  background: #166ad9;
}

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

.hellspin-x9epf4.hellspin-w5sg7o {
  display: none;
}

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

.hellspin-x9epf4 .hellspin-un8rmz {
  margin: 0 auto;
}

.hellspin-coo2ln {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.hellspin-180z92 {
  filter: grayscale(100%);
}

.hellspin-5o1ddk > input {
  display: none;
}

.hellspin-5o1ddk > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.hellspin-7g87hg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.hellspin-d5sgnf 44.hellspin-fddyjo.hellspin-kggwg0.hellspin-77uy07.hellspin-y5q6e1.hellspin-w5uf30.hellspin-pgjegi.hellspin-uqp9em.hellspin-0ta0a2.hellspin-cluqt3.hellspin-ujs8sc.hellspin-ewmg6h.hellspin-qa8myc 0l-12.hellspin-ltci7y 30.hellspin-kk3xz9.hellspin-trxfzn 2.hellspin-ovxw62.hellspin-trxfzn 3.hellspin-meahxd 3.hellspin-hjfmum.hellspin-1pi233 3.hellspin-8h0di2.hellspin-un16pt.hellspin-1bp5i9.hellspin-8fi0f3 7-3.hellspin-ltci7y 10.hellspin-cjaljy.hellspin-8fi0f3 23.hellspin-xphhp3.hellspin-t6e02t 1.hellspin-u16dku 2.hellspin-ltci7y 3.hellspin-t6e02t 1.hellspin-1pi233 5.hellspin-pmkqw2.hellspin-1pi233 32.hellspin-k4t5nr.hellspin-un16pt 5.hellspin-qa8myc 4.hellspin-8fi0f3 9.hellspin-8fi0f3 8.hellspin-1pi233 6.hellspin-dbcj5o.hellspin-01wwd0.hellspin-0ayuay.hellspin-f6pr8c.hellspin-9jgwox 4.hellspin-9gxzuo.hellspin-9jgwox 6.hellspin-9jgwox 0l29.hellspin-qa8myc 17.hellspin-1bi9nf.hellspin-1bwooi 2.hellspin-ilnwkj 10.hellspin-ko50r6.hellspin-ltci7y 8.hellspin-jvqzr4.hellspin-k2n5md.hellspin-d8h3cl.hellspin-wb0x9o.hellspin-as13dy.hellspin-un16pt.hellspin-w5uf30.hellspin-ltci7y 1.hellspin-k46isa.hellspin-o7uca8.hellspin-r86yr4.hellspin-anb94m.hellspin-j1a2pb.hellspin-u16dku 1.hellspin-qrno3f.hellspin-ghofnn.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.hellspin-5o1ddk > input:checked ~ label,
.hellspin-5o1ddk > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.hellspin-7g87hg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.hellspin-d5sgnf 44.hellspin-fddyjo.hellspin-kggwg0.hellspin-77uy07.hellspin-y5q6e1.hellspin-w5uf30.hellspin-pgjegi.hellspin-uqp9em.hellspin-0ta0a2.hellspin-cluqt3.hellspin-ujs8sc.hellspin-ewmg6h.hellspin-qa8myc 0l-12.hellspin-ltci7y 30.hellspin-kk3xz9.hellspin-trxfzn 2.hellspin-ovxw62.hellspin-trxfzn 3.hellspin-meahxd 3.hellspin-hjfmum.hellspin-1pi233 3.hellspin-8h0di2.hellspin-un16pt.hellspin-1bp5i9.hellspin-8fi0f3 7-3.hellspin-ltci7y 10.hellspin-cjaljy.hellspin-8fi0f3 23.hellspin-xphhp3.hellspin-t6e02t 1.hellspin-u16dku 2.hellspin-ltci7y 3.hellspin-t6e02t 1.hellspin-1pi233 5.hellspin-pmkqw2.hellspin-1pi233 32.hellspin-k4t5nr.hellspin-un16pt 5.hellspin-qa8myc 4.hellspin-8fi0f3 9.hellspin-8fi0f3 8.hellspin-1pi233 6.hellspin-dbcj5o.hellspin-01wwd0.hellspin-0ayuay.hellspin-f6pr8c.hellspin-9jgwox 4.hellspin-9gxzuo.hellspin-9jgwox 6.hellspin-9jgwox 0l29.hellspin-qa8myc 17.hellspin-1bi9nf.hellspin-1bwooi 2.hellspin-ilnwkj 10.hellspin-ko50r6.hellspin-ltci7y 8.hellspin-jvqzr4.hellspin-k2n5md.hellspin-d8h3cl.hellspin-wb0x9o.hellspin-as13dy.hellspin-un16pt.hellspin-w5uf30.hellspin-ltci7y 1.hellspin-k46isa.hellspin-o7uca8.hellspin-r86yr4.hellspin-anb94m.hellspin-j1a2pb.hellspin-u16dku 1.hellspin-qrno3f.hellspin-ghofnn.5z'/%3e%3c/svg%3e");
}

.hellspin-5o1ddk > input:not(:checked) ~ label:hover,
.hellspin-5o1ddk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.hellspin-7g87hg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.hellspin-d5sgnf 44.hellspin-fddyjo.hellspin-kggwg0.hellspin-77uy07.hellspin-y5q6e1.hellspin-w5uf30.hellspin-pgjegi.hellspin-uqp9em.hellspin-0ta0a2.hellspin-cluqt3.hellspin-ujs8sc.hellspin-ewmg6h.hellspin-qa8myc 0l-12.hellspin-ltci7y 30.hellspin-kk3xz9.hellspin-trxfzn 2.hellspin-ovxw62.hellspin-trxfzn 3.hellspin-meahxd 3.hellspin-hjfmum.hellspin-1pi233 3.hellspin-8h0di2.hellspin-un16pt.hellspin-1bp5i9.hellspin-8fi0f3 7-3.hellspin-ltci7y 10.hellspin-cjaljy.hellspin-8fi0f3 23.hellspin-xphhp3.hellspin-t6e02t 1.hellspin-u16dku 2.hellspin-ltci7y 3.hellspin-t6e02t 1.hellspin-1pi233 5.hellspin-pmkqw2.hellspin-1pi233 32.hellspin-k4t5nr.hellspin-un16pt 5.hellspin-qa8myc 4.hellspin-8fi0f3 9.hellspin-8fi0f3 8.hellspin-1pi233 6.hellspin-dbcj5o.hellspin-01wwd0.hellspin-0ayuay.hellspin-f6pr8c.hellspin-9jgwox 4.hellspin-9gxzuo.hellspin-9jgwox 6.hellspin-9jgwox 0l29.hellspin-qa8myc 17.hellspin-1bi9nf.hellspin-1bwooi 2.hellspin-ilnwkj 10.hellspin-ko50r6.hellspin-ltci7y 8.hellspin-jvqzr4.hellspin-k2n5md.hellspin-d8h3cl.hellspin-wb0x9o.hellspin-as13dy.hellspin-un16pt.hellspin-w5uf30.hellspin-ltci7y 1.hellspin-k46isa.hellspin-o7uca8.hellspin-r86yr4.hellspin-anb94m.hellspin-j1a2pb.hellspin-u16dku 1.hellspin-qrno3f.hellspin-ghofnn.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .hellspin-ml4mnn > .hellspin-e52h9b {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .hellspin-ml4mnn > .hellspin-e52h9b {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .hellspin-ml4mnn > .hellspin-e52h9b {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .hellspin-ml4mnn > .hellspin-e52h9b {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .hellspin-ml4mnn > .hellspin-e52h9b {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.hellspin-bw8ia0.hellspin-w5sg7o {
  display: none;
}

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

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

.hellspin-fx5es4 {
  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;
}

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

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

.hellspin-fx5es4 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.hellspin-alrv4r {
  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;
}

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

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

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

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

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

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

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

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

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

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

.hellspin-bw8ia0.hellspin-26cyzg .hellspin-tclk1a {
  background: #2b3b67;
}

.hellspin-bw8ia0.hellspin-26cyzg .hellspin-fx5es4 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.hellspin-bw8ia0.hellspin-26cyzg .hellspin-fx5es4::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.hellspin-bw8ia0.hellspin-26cyzg .hellspin-fx5es4::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.hellspin-bw8ia0.hellspin-26cyzg .hellspin-alrv4r::before {
  background: #0e0f41;
}

.hellspin-bw8ia0.hellspin-26cyzg .hellspin-alrv4r::after {
  background: #152557;
}

.hellspin-bw8ia0.hellspin-l91h8t .hellspin-tclk1a {
  background: #1f35fa;
}

.hellspin-bw8ia0.hellspin-l91h8t .hellspin-fx5es4 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.hellspin-bw8ia0.hellspin-l91h8t .hellspin-fx5es4::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.hellspin-bw8ia0.hellspin-l91h8t .hellspin-fx5es4::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.hellspin-bw8ia0.hellspin-l91h8t .hellspin-alrv4r::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.hellspin-bw8ia0.hellspin-l91h8t .hellspin-alrv4r::after {
  background: #192ac8;
}

.hellspin-bw8ia0.hellspin-e4tprf .hellspin-tclk1a {
  background: #fa771f;
}

.hellspin-bw8ia0.hellspin-e4tprf .hellspin-fx5es4 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.hellspin-bw8ia0.hellspin-e4tprf .hellspin-fx5es4::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.hellspin-bw8ia0.hellspin-e4tprf .hellspin-fx5es4::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.hellspin-bw8ia0.hellspin-e4tprf .hellspin-alrv4r::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.hellspin-bw8ia0.hellspin-e4tprf .hellspin-alrv4r::after {
  background: #fa8535;
}

.hellspin-11yi2q {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.hellspin-kern7m {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.hellspin-xgpah6 {
  width: 120px;
  height: 22px;
}

.hellspin-xgpah6 .hellspin-pk1j0c {
  fill: #c2c0ce;
}

.hellspin-xgpah6 [rating="1"] .hellspin-pk1j0c:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.hellspin-xgpah6 [rating="2"] .hellspin-pk1j0c:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.hellspin-xgpah6 [rating="3"] .hellspin-pk1j0c:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.hellspin-xgpah6 [rating="4"] .hellspin-pk1j0c:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.hellspin-xgpah6 [rating="5"] .hellspin-pk1j0c:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.hellspin-xjrf69 {
  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);
}

.hellspin-xjrf69.hellspin-ycwi4b {
  display: block;
}

.hellspin-xjrf69.hellspin-w5sg7o {
  display: none;
}

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

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

.hellspin-gesc60 {
  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);
}

.hellspin-pm2dvb {
  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;
}

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

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

.hellspin-b1l3td {
  font-size: 16px;
  line-height: 140%;
}

.hellspin-t80y0t {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.hellspin-t80y0t .hellspin-pk1j0c {
  fill: #c2c0ce;
}

.hellspin-t80y0t [rating="1"] .hellspin-pk1j0c:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.hellspin-t80y0t [rating="2"] .hellspin-pk1j0c:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.hellspin-t80y0t [rating="3"] .hellspin-pk1j0c:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.hellspin-t80y0t [rating="4"] .hellspin-pk1j0c:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.hellspin-t80y0t [rating="5"] .hellspin-pk1j0c:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.hellspin-nctf73 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.hellspin-aahx9d img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hellspin-gaht34 {
  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;
}

.hellspin-ipwh7m {
  flex: 1;
  min-width: 0;
}

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

.hellspin-8el2jz {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.hellspin-8el2jz svg,
.hellspin-8el2jz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hellspin-8el2jz svg path {
  fill: var(--button-bg-color);
}

.hellspin-8el2jz svg circle {
  fill: var(--button-text-color);
}

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

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

.hellspin-slhp1g strong {
  font-weight: 600;
}

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

.hellspin-3ntenw p {
  margin: 0 0 16px;
}

.hellspin-3ntenw p:last-child {
  margin-bottom: 0;
}

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

.hellspin-1azquy {
  max-width: 300px;
  width: 100%;
}

.hellspin-1azquy a {
  width: 100%;
}

@media (max-width: 575px) {
  .hellspin-1azquy {
    max-width: 200px;
  }
}

.hellspin-njby3y {
  justify-content: center;
}

.hellspin-ktgk5h {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hellspin-h1ytie {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.hellspin-bwyi5v .hellspin-1sxwxy {
  justify-content: center;
}

/* faq */

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

.hellspin-ee8699 {
  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.hellspin-cztzk5 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hellspin-ee8699::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.hellspin-cztzk5 ease;
}

.hellspin-p1ae8r.hellspin-5kdn24 .hellspin-ee8699::after {
  transform: rotate(45deg);
}

.hellspin-jw34sl {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.hellspin-9fthqb ease, padding 0.hellspin-9fthqb ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.hellspin-p1ae8r.hellspin-5kdn24 .hellspin-jw34sl {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.hellspin-asodtb {
  margin: 25px 0;
}

.hellspin-5o1ddk > input:not(:checked) ~ label:hover,
.hellspin-5o1ddk > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.hellspin-h84wcy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.hellspin-snapgn 44.hellspin-1ipeie.hellspin-vsyx29.hellspin-ukt5q2.hellspin-xi0j8d.hellspin-fgobs2.hellspin-3r23c6.hellspin-xfxk54.hellspin-6l7aam.hellspin-zf54k1.hellspin-kyuun9.hellspin-anukif.hellspin-ml3smy 0l-12.hellspin-icv93b 30.hellspin-2mz82j.hellspin-177f2p 2.hellspin-tdm2p9.hellspin-177f2p 3.hellspin-tj45zs 3.hellspin-lfp1bu.hellspin-berpni 3.hellspin-lmk4ay.hellspin-xb794u.hellspin-s83tma.hellspin-j6k9r0 7-3.hellspin-icv93b 10.hellspin-66xtk8.hellspin-j6k9r0 23.hellspin-3009m6.hellspin-r782yc 1.hellspin-ezbios 2.hellspin-icv93b 3.hellspin-r782yc 1.hellspin-berpni 5.hellspin-de98pw.hellspin-berpni 32.hellspin-6l7nk7.hellspin-xb794u 5.hellspin-ml3smy 4.hellspin-j6k9r0 9.hellspin-j6k9r0 8.hellspin-berpni 6.hellspin-363wvj.hellspin-zqqitb.hellspin-puzxqo.hellspin-za66sb.hellspin-bx6vzb 4.hellspin-p1n8ze.hellspin-bx6vzb 6.hellspin-bx6vzb 0l29.hellspin-ml3smy 17.hellspin-iv3t56.hellspin-07nzg4 2.hellspin-4ygtzz 10.hellspin-i6efvu.hellspin-icv93b 8.hellspin-npc7cg.hellspin-iqwt7p.hellspin-uiv010.hellspin-xokjzm.hellspin-a1md2w.hellspin-xb794u.hellspin-fgobs2.hellspin-icv93b 1.hellspin-790aue.hellspin-4v3a7b.hellspin-gwlwwi.hellspin-dlvjie.hellspin-1w5784.hellspin-ezbios 1.hellspin-pt4dak.hellspin-868h6y.5z'/%3e%3c/svg%3e");
}

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

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

.hellspin-0ihbut {
  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);
}

.hellspin-0ihbut.hellspin-pwz63y {
  display: block;
}

.hellspin-0ihbut.hellspin-t7v5e5 {
  display: none;
}

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

.hellspin-7culun {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.hellspin-9xkc0r {
  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);
}

.hellspin-hli1ww {
  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;
}

.hellspin-570y8y small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.hellspin-vtdd5g {
  font-size: 16px;
  line-height: 140%;
}

.hellspin-r9i5f4 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.hellspin-r9i5f4 .hellspin-ishlin {
  fill: #c2c0ce;
}

.hellspin-r9i5f4 [rating="1"] .hellspin-ishlin:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.hellspin-r9i5f4 [rating="2"] .hellspin-ishlin:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.hellspin-r9i5f4 [rating="3"] .hellspin-ishlin:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.hellspin-r9i5f4 [rating="4"] .hellspin-ishlin:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.hellspin-r9i5f4 [rating="5"] .hellspin-ishlin:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.hellspin-z7gqm2 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;
}

.hellspin-z7gqm2 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 */

.hellspin-8k1rnp {
  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);
}

.hellspin-8k1rnp.hellspin-1tc2a9 {
  opacity: 1;
  pointer-events: auto;
}

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

.hellspin-4d9gw0 label {
  font-size: 14px;
}

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

.hellspin-8vd2nd h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.hellspin-03kyrd, .hellspin-wya6fg, [class*="review-card"],
thead, thead th, table th, .hellspin-j44d4q,
.hellspin-h2vytc, [class*="collapsible-header"],
.hellspin-83kvy3, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.hellspin-3fw9de, .hellspin-3fw9de :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
