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

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

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

.spinmills-3bq7hm {
  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) {
  .spinmills-3bq7hm: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;
  }
}

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

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

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

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

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

.spinmills-vbbyja {
  cursor: pointer;
}

.spinmills-ld8llj {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.spinmills-9unu8c {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spinmills-9unu8c figure {
  margin: 0;
}

.spinmills-9unu8c.spinmills-15dafv {
  justify-content: flex-start;
  margin-right: 4px;
}

.spinmills-9unu8c.spinmills-40laf1 {
  justify-content: flex-end;
  margin-left: 4px;
}

.spinmills-9unu8c.spinmills-ezyiyz {
  justify-content: center;
}

.spinmills-9unu8c.spinmills-k05egh {
  justify-content: normal;
}

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

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

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

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

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

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

.spinmills-y18rtr img {
  width: 100%;
}

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

.spinmills-iswkcu {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.spinmills-iswkcu 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);
}

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

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

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

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

.spinmills-iswkcu ul li:last-of-type::after {
  display: none;
}

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

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

.spinmills-m03e4l {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .spinmills-8ekkbr {
    height: 50px;
  }
}

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

.spinmills-8ekkbr.spinmills-f0u77u {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .spinmills-8ekkbr.spinmills-f0u77u:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.spinmills-ncjhzy {
  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) {
  .spinmills-ncjhzy {
    padding: 80px 16px 0;
  }
}

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

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

.spinmills-79hh65 {
  margin-bottom: 94px;
}

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

.spinmills-dc8hdt .spinmills-7xlkve {
  margin-bottom: 28px;
}

.spinmills-dc8hdt .spinmills-7xlkve img {
  max-height: 100px;
  width: auto;
}

.spinmills-yf6igu {
  display: flex;
  align-items: center;
}

.spinmills-yf6igu a + a {
  margin-left: 24px;
}

.spinmills-yf6igu img {
  max-height: 56px;
  width: auto;
}

.spinmills-yf6igu img + img {
  margin-left: 24px;
}

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

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

.spinmills-r2l1dr {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .spinmills-70wtar {
    flex-wrap: wrap;
  }
}

.spinmills-70wtar li {
  display: flex;
  margin: 0 7px;
}

.spinmills-70wtar li svg {
  transition: 0.spinmills-3vnloo ease-in-out;
}

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

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

.spinmills-vn43fw + .spinmills-vn43fw {
  margin-left: 120px;
}

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

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

.spinmills-979qpb {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spinmills-979qpb li {
  font-size: 16px;
}

.spinmills-979qpb li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.spinmills-979qpb li + li {
  margin-top: 16px;
}

.spinmills-0a76dt {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.spinmills-i9hqei ease-in-out;
}

.spinmills-0a76dt.spinmills-xr3cnm {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

.spinmills-srkail li {
  width: 100%;
}

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

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

.spinmills-srkail li a.spinmills-xr3cnm {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.spinmills-zjwisw {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.spinmills-zjwisw img {
  width: 100%;
  transition: 0.spinmills-3vnloo ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .spinmills-hdl4mp .spinmills-7xlkve img {
    max-width: 90px;
  }
}

.spinmills-7xlkve img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .spinmills-7xlkve {
    order: -2;
  }
}

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

.spinmills-8de176 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.spinmills-8de176 li {
  font-size: 16px;
  margin: 0 20px;
}

.spinmills-8de176 li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.spinmills-1zq919 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.spinmills-1zq919.spinmills-r0nsra {
  margin-right: 0;
}

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

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

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

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

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

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

.spinmills-nle4d3:hover > ul {
  display: flex;
}

.spinmills-nle4d3:focus > ul {
  display: flex;
}

.spinmills-nle4d3:focus-within > ul {
  display: flex;
}

.spinmills-bf2kiq {
  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;
}

.spinmills-bf2kiq::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.spinmills-i9hqei ease-in-out;
}

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

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

.spinmills-nle4d3 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.spinmills-3vnloo ease-in-out;
  overflow: hidden;
}

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

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

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

.spinmills-e717mf {
  display: none;
}

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

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

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

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

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

.spinmills-w8iecq img {
  margin-bottom: 20px;
}

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

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

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

.spinmills-8xftm4 {
  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) {
  .spinmills-8xftm4 {
    font-size: 32px;
  }
}

.spinmills-6rbt5i {
  color: var(--text-color);
}

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

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

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

.spinmills-vrog47 p img {
  display: block;
  margin: 0 auto;
}

.spinmills-vrog47 p:first-of-type {
  margin-top: 0;
}

.spinmills-vrog47 p:last-of-type {
  margin-bottom: 0;
}

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

.spinmills-vrog47 ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.spinmills-52rx0g {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.spinmills-52rx0g .spinmills-bq61kd {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .spinmills-52rx0g .spinmills-bq61kd {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.spinmills-52rx0g .spinmills-4ysj7m {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .spinmills-52rx0g .spinmills-4ysj7m {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .spinmills-52rx0g .spinmills-4ysj7m img {
    width: 100%;
  }
}

.spinmills-4ysj7m {
  margin: 0 0 28px;
}

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

.spinmills-bq61kd {
  margin: 0 0 28px;
}

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

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

.spinmills-g53igg .spinmills-3bq7hm {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.spinmills-yl2ked {
  position: relative;
  border: none;
}

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

.spinmills-3ohn2p {
  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;
}

.spinmills-3ohn2p span {
  height: 32px;
}

.spinmills-3ohn2p span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.spinmills-3ohn2p.spinmills-1jz2zx span {
  transform: scaleY(-1);
}

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

.spinmills-nbxca9 {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.spinmills-nbxca9 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.spinmills-3vnloo ease-in-out;
}

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

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

.spinmills-nbxca9.spinmills-x4kegn {
  display: none;
}

.spinmills-jgp0tl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.spinmills-jgp0tl table {
  width: 100%;
  border-collapse: collapse;
}

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

  .spinmills-jgp0tl table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.spinmills-t73bk0 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.spinmills-gogsrc p {
  color: var(--text-color);
}

.spinmills-tjjl2a {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.spinmills-at6bkg {
  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);
}

.spinmills-nhkk6e {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinmills-mx1hkm p + p {
  margin-top: 10px;
}

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

.spinmills-1eqpl0 {
  display: none;
}

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

.spinmills-4pp7d2 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.spinmills-4pp7d2 li {
  margin: 0 20px;
}

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

.spinmills-4pp7d2 li a img {
  margin-bottom: 4px;
}

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

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

.spinmills-s8ftja li {
  font-size: 16px;
  position: relative;
}

.spinmills-s8ftja li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.spinmills-s8ftja li span {
  opacity: 0.5;
}

.spinmills-s8ftja li + li {
  margin-left: 30px;
}

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

h2.spinmills-6edg65 {
  margin: 0 0 28px;
}

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

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

.spinmills-nyy4nc 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);
}

.spinmills-nyy4nc 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;
}

.spinmills-nyy4nc 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;
}

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

.spinmills-nyy4nc tbody tr:last-of-type {
  margin-bottom: 0;
}

.spinmills-nyy4nc tbody tr td:first-of-type {
  flex-shrink: 0;
}

.spinmills-nyy4nc 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);
}

.spinmills-nyy4nc 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);
}

.spinmills-nyy4nc tbody tr td:last-of-type {
  margin-left: auto;
}

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

.spinmills-nyy4nc tbody tr td .spinmills-h7qmb5 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .spinmills-nyy4nc tbody tr td .spinmills-h7qmb5 {
    width: 100%;
  }
}

.spinmills-nyy4nc tbody tr td .spinmills-ypn3gt {
  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.spinmills-3vnloo ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .spinmills-nyy4nc tbody tr td .spinmills-ypn3gt {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .spinmills-nyy4nc tbody tr td .spinmills-ypn3gt {
    width: 100%;
  }
}

.spinmills-nyy4nc tbody tr td .spinmills-39b8ee {
  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) {
  .spinmills-nyy4nc tbody tr td .spinmills-39b8ee:hover {
    text-decoration: none;
  }
}

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

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

.spinmills-0trfok {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinmills-ugpmjl img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.spinmills-3vnloo ease-in-out;
}

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

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

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

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

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

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

.spinmills-exis9l img {
  width: 100%;
  height: 100%;
}

.spinmills-exis9l iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.spinmills-ujnek2 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.spinmills-3vnloo ease-in-out;
}

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

.spinmills-t7cyhp {
  padding: 90px 0;
}

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

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

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

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

.spinmills-1bfgj4 img {
  width: 100%;
}

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

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

.spinmills-3v0xdw {
  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;
}

.spinmills-3v0xdw 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) {
  .spinmills-3v0xdw {
    flex-basis: auto;
  }
}

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

.spinmills-zp4ywr {
  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.spinmills-3vnloo ease-in-out;
}

.spinmills-zp4ywr:hover {
  border: 1px solid #8c8ca2;
}

.spinmills-dzvc0x {
  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%);
}

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

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

.spinmills-3uz9ur a {
  text-decoration: underline;
  color: #8babff;
}

.spinmills-359a1d {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.spinmills-359a1d .spinmills-zp4ywr {
  width: 50%;
  margin: 0;
}

.spinmills-cgln77 {
  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;
}

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

.spinmills-hojihp {
  margin: 0 0 100px;
}

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

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

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

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

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

.spinmills-w72w0q {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.spinmills-yi2o3q 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.spinmills-3vnloo ease-in-out;
}

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

.spinmills-yi2o3q a svg {
  fill: #fff;
}

.spinmills-yi2o3q a:hover {
  background: #3d68e7;
}

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

.spinmills-qx129q {
  margin-bottom: 16px;
}

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

.spinmills-1119wu {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.spinmills-e7peo6 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);
}

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

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

.spinmills-e7peo6 table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.spinmills-1nt3xj {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.spinmills-1nt3xj.spinmills-g64mcs {
  display: none;
}

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

.spinmills-9kt6v8 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spinmills-9kt6v8 iframe.spinmills-2q8ntw {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.spinmills-9kt6v8.spinmills-vorlms {
  opacity: 1;
  pointer-events: all;
}

.spinmills-6w0wp4 {
  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.spinmills-3vnloo ease-in-out;
}

.spinmills-6w0wp4 svg {
  margin-right: 10px;
}

.spinmills-6w0wp4 + .spinmills-6w0wp4 {
  margin-top: 14px;
}

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

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

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

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

.spinmills-e24qec .spinmills-g53igg {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .spinmills-e24qec .spinmills-g53igg {
    margin: 28px 0 0;
  }
}

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

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

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

.spinmills-u1pi3n {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.spinmills-wyjc1n {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.spinmills-z4sobk {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.spinmills-ph2p35 .spinmills-3bq7hm {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .spinmills-ph2p35 .spinmills-3bq7hm {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.spinmills-e66lll {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.spinmills-e66lll img {
  width: 100%;
}

.spinmills-vxc828 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.spinmills-3zejc7 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.spinmills-kutejc {
  width: 100%;
  margin: 0 0 100px;
}

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

.spinmills-kutejc .spinmills-y6gpkh {
  position: relative;
}

.spinmills-kutejc .spinmills-ptvmsk {
  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;
}

.spinmills-kutejc .spinmills-ptvmsk.spinmills-g64mcs {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .spinmills-kutejc .spinmills-hfyaqn {
    bottom: 90px;
  }
}

.spinmills-kutejc .spinmills-hfyaqn .spinmills-iqh9d7 {
  max-width: 300px;
  width: 100%;
}

.spinmills-kutejc .spinmills-hfyaqn .spinmills-iqh9d7 .spinmills-1891ve {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .spinmills-kutejc .spinmills-hfyaqn .spinmills-iqh9d7 .spinmills-1891ve {
    font-size: 32px;
    text-align: center;
  }
}

.spinmills-kutejc .spinmills-hfyaqn .spinmills-iqh9d7 .spinmills-3ktymt {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .spinmills-kutejc .spinmills-hfyaqn .spinmills-iqh9d7 .spinmills-3ktymt {
    text-align: center;
  }
}

.spinmills-kutejc .spinmills-hfyaqn .spinmills-r0nsra {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .spinmills-kutejc .spinmills-hfyaqn .spinmills-r0nsra {
    flex-direction: column-reverse;
  }
}

.spinmills-kutejc .spinmills-hfyaqn .spinmills-r0nsra .spinmills-inzfdh {
  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.spinmills-3vnloo ease-in-out;
}

.spinmills-kutejc .spinmills-hfyaqn .spinmills-r0nsra .spinmills-inzfdh:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .spinmills-kutejc .spinmills-hfyaqn .spinmills-r0nsra .spinmills-inzfdh {
    width: 100%;
  }
}

.spinmills-kutejc .spinmills-hfyaqn .spinmills-r0nsra .spinmills-nmfa4v {
  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.spinmills-3vnloo ease-in-out;
  overflow: hidden;
}

.spinmills-kutejc .spinmills-hfyaqn .spinmills-r0nsra .spinmills-nmfa4v 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);
  }
}

.spinmills-kutejc .spinmills-hfyaqn .spinmills-r0nsra .spinmills-nmfa4v: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;
}

.spinmills-kutejc .spinmills-hfyaqn .spinmills-r0nsra .spinmills-nmfa4v:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .spinmills-kutejc .spinmills-hfyaqn .spinmills-r0nsra .spinmills-nmfa4v {
    width: 100%;
  }
}

.spinmills-kutejc .spinmills-hfyaqn.spinmills-g64mcs {
  display: none;
}

.spinmills-kutejc .spinmills-l6ddis {
  display: none;
}

.spinmills-kutejc .spinmills-l6ddis.spinmills-vorlms {
  display: block;
}

.spinmills-kutejc .spinmills-l6ddis iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .spinmills-kutejc .spinmills-l6ddis iframe {
    height: calc(100vh - 54px);
  }
}

.spinmills-kutejc .spinmills-xraula {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .spinmills-kutejc .spinmills-xraula {
    padding: 24px 16px 0;
  }
}

.spinmills-kutejc .spinmills-xraula .spinmills-1891ve {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .spinmills-kutejc .spinmills-xraula .spinmills-1891ve {
    margin-bottom: 24px;
  }
}

.spinmills-kutejc .spinmills-xraula 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);
}

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

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

.spinmills-kutejc .spinmills-xraula table tr:last-of-type td {
  border-bottom: none;
}

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

.spinmills-k308tk.spinmills-xr3cnm {
  display: block;
}

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

.spinmills-k308tk .spinmills-xfxl4y {
  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;
}

.spinmills-k308tk .spinmills-le8ww0 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.spinmills-k308tk .spinmills-nmfa4v {
  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.spinmills-3vnloo ease-in-out;
}

.spinmills-k308tk .spinmills-nmfa4v:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.spinmills-hgcual.spinmills-xr3cnm {
  display: block;
}

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

.spinmills-0pn8jb {
  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;
}

.spinmills-0lnocm {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.spinmills-km4tlq {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.spinmills-km4tlq svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.spinmills-fugffk {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spinmills-swrlr7.spinmills-g64mcs {
  display: none;
}

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

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

.spinmills-10m9m9 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.spinmills-10m9m9 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.spinmills-3vnloo ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.spinmills-10m9m9 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.spinmills-10m9m9 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.spinmills-10m9m9 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.spinmills-10m9m9 input:active {
  border-color: #c2c0ce;
}

.spinmills-10m9m9 input:focus {
  border-color: #c2c0ce;
}

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

.spinmills-aa0517 {
  margin-bottom: 36px;
}

.spinmills-aa0517 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;
}

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

.spinmills-aa0517 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spinmills-i15j8w {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.spinmills-m76ngg {
  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.spinmills-3vnloo ease-in-out;
}

.spinmills-m76ngg:hover {
  background: var(--border-color);
}

.spinmills-qkdxax {
  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.spinmills-3vnloo ease-in-out;
}

.spinmills-qkdxax:hover {
  background: #166ad9;
}

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

.spinmills-kxun2f.spinmills-g64mcs {
  display: none;
}

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

.spinmills-kxun2f .spinmills-m76ngg {
  margin: 0 auto;
}

.spinmills-cq51sx {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.spinmills-5ne6pv {
  filter: grayscale(100%);
}

.spinmills-hktc9g > input {
  display: none;
}

.spinmills-hktc9g > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinmills-tvp00l.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.spinmills-nrap0d 44.spinmills-pg8lbz.spinmills-mmoi6t.spinmills-5magxn.spinmills-mkcb95.spinmills-cdecm4.spinmills-zx1pah.spinmills-payasb.spinmills-uq18u8.spinmills-di9cdx.spinmills-fifkuc.spinmills-2dx4m6.spinmills-80568q 0l-12.spinmills-z0d3o8 30.spinmills-4quops.spinmills-z1r2d3 2.spinmills-s6a70p.spinmills-z1r2d3 3.spinmills-4t1qyq 3.spinmills-0nusuu.spinmills-meqql0 3.spinmills-sg2dyx.spinmills-pk6h11.spinmills-8ey5hc.spinmills-vuuogy 7-3.spinmills-z0d3o8 10.spinmills-pr1zzm.spinmills-vuuogy 23.spinmills-19o513.spinmills-3r1q4r 1.spinmills-2ajjuw 2.spinmills-z0d3o8 3.spinmills-3r1q4r 1.spinmills-meqql0 5.spinmills-ya4mr7.spinmills-meqql0 32.spinmills-2j0itt.spinmills-pk6h11 5.spinmills-80568q 4.spinmills-vuuogy 9.spinmills-vuuogy 8.spinmills-meqql0 6.spinmills-e8xc2b.spinmills-gb28j4.spinmills-ixhpo2.spinmills-dwt1k8.spinmills-2giy6y 4.spinmills-1d260a.spinmills-2giy6y 6.spinmills-2giy6y 0l29.spinmills-80568q 17.spinmills-2u2e7b.spinmills-fesvgw 2.spinmills-eqpsus 10.spinmills-nj8zmc.spinmills-z0d3o8 8.spinmills-7kdhqe.spinmills-50xd05.spinmills-rjagyq.spinmills-bzdew3.spinmills-3oy0ft.spinmills-pk6h11.spinmills-cdecm4.spinmills-z0d3o8 1.spinmills-5s45os.spinmills-ubm2mc.spinmills-dolpdk.spinmills-9wisbq.spinmills-3p64i8.spinmills-2ajjuw 1.spinmills-vo72wq.spinmills-25wiji.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.spinmills-hktc9g > input:checked ~ label,
.spinmills-hktc9g > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinmills-tvp00l.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.spinmills-nrap0d 44.spinmills-pg8lbz.spinmills-mmoi6t.spinmills-5magxn.spinmills-mkcb95.spinmills-cdecm4.spinmills-zx1pah.spinmills-payasb.spinmills-uq18u8.spinmills-di9cdx.spinmills-fifkuc.spinmills-2dx4m6.spinmills-80568q 0l-12.spinmills-z0d3o8 30.spinmills-4quops.spinmills-z1r2d3 2.spinmills-s6a70p.spinmills-z1r2d3 3.spinmills-4t1qyq 3.spinmills-0nusuu.spinmills-meqql0 3.spinmills-sg2dyx.spinmills-pk6h11.spinmills-8ey5hc.spinmills-vuuogy 7-3.spinmills-z0d3o8 10.spinmills-pr1zzm.spinmills-vuuogy 23.spinmills-19o513.spinmills-3r1q4r 1.spinmills-2ajjuw 2.spinmills-z0d3o8 3.spinmills-3r1q4r 1.spinmills-meqql0 5.spinmills-ya4mr7.spinmills-meqql0 32.spinmills-2j0itt.spinmills-pk6h11 5.spinmills-80568q 4.spinmills-vuuogy 9.spinmills-vuuogy 8.spinmills-meqql0 6.spinmills-e8xc2b.spinmills-gb28j4.spinmills-ixhpo2.spinmills-dwt1k8.spinmills-2giy6y 4.spinmills-1d260a.spinmills-2giy6y 6.spinmills-2giy6y 0l29.spinmills-80568q 17.spinmills-2u2e7b.spinmills-fesvgw 2.spinmills-eqpsus 10.spinmills-nj8zmc.spinmills-z0d3o8 8.spinmills-7kdhqe.spinmills-50xd05.spinmills-rjagyq.spinmills-bzdew3.spinmills-3oy0ft.spinmills-pk6h11.spinmills-cdecm4.spinmills-z0d3o8 1.spinmills-5s45os.spinmills-ubm2mc.spinmills-dolpdk.spinmills-9wisbq.spinmills-3p64i8.spinmills-2ajjuw 1.spinmills-vo72wq.spinmills-25wiji.5z'/%3e%3c/svg%3e");
}

.spinmills-hktc9g > input:not(:checked) ~ label:hover,
.spinmills-hktc9g > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinmills-tvp00l.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinmills-nrap0d 44.spinmills-pg8lbz.spinmills-mmoi6t.spinmills-5magxn.spinmills-mkcb95.spinmills-cdecm4.spinmills-zx1pah.spinmills-payasb.spinmills-uq18u8.spinmills-di9cdx.spinmills-fifkuc.spinmills-2dx4m6.spinmills-80568q 0l-12.spinmills-z0d3o8 30.spinmills-4quops.spinmills-z1r2d3 2.spinmills-s6a70p.spinmills-z1r2d3 3.spinmills-4t1qyq 3.spinmills-0nusuu.spinmills-meqql0 3.spinmills-sg2dyx.spinmills-pk6h11.spinmills-8ey5hc.spinmills-vuuogy 7-3.spinmills-z0d3o8 10.spinmills-pr1zzm.spinmills-vuuogy 23.spinmills-19o513.spinmills-3r1q4r 1.spinmills-2ajjuw 2.spinmills-z0d3o8 3.spinmills-3r1q4r 1.spinmills-meqql0 5.spinmills-ya4mr7.spinmills-meqql0 32.spinmills-2j0itt.spinmills-pk6h11 5.spinmills-80568q 4.spinmills-vuuogy 9.spinmills-vuuogy 8.spinmills-meqql0 6.spinmills-e8xc2b.spinmills-gb28j4.spinmills-ixhpo2.spinmills-dwt1k8.spinmills-2giy6y 4.spinmills-1d260a.spinmills-2giy6y 6.spinmills-2giy6y 0l29.spinmills-80568q 17.spinmills-2u2e7b.spinmills-fesvgw 2.spinmills-eqpsus 10.spinmills-nj8zmc.spinmills-z0d3o8 8.spinmills-7kdhqe.spinmills-50xd05.spinmills-rjagyq.spinmills-bzdew3.spinmills-3oy0ft.spinmills-pk6h11.spinmills-cdecm4.spinmills-z0d3o8 1.spinmills-5s45os.spinmills-ubm2mc.spinmills-dolpdk.spinmills-9wisbq.spinmills-3p64i8.spinmills-2ajjuw 1.spinmills-vo72wq.spinmills-25wiji.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .spinmills-gvszrh > .spinmills-zqpw53 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .spinmills-gvszrh > .spinmills-zqpw53 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .spinmills-gvszrh > .spinmills-zqpw53 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .spinmills-gvszrh > .spinmills-zqpw53 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .spinmills-gvszrh > .spinmills-zqpw53 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.spinmills-zawk0j.spinmills-g64mcs {
  display: none;
}

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

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

.spinmills-vw221o {
  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;
}

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

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

.spinmills-vw221o img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.spinmills-ak57go {
  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;
}

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

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

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

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

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

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

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

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

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

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

.spinmills-zawk0j.spinmills-pnfkqj .spinmills-ekbsau {
  background: #2b3b67;
}

.spinmills-zawk0j.spinmills-pnfkqj .spinmills-vw221o {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.spinmills-zawk0j.spinmills-pnfkqj .spinmills-vw221o::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.spinmills-zawk0j.spinmills-pnfkqj .spinmills-vw221o::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.spinmills-zawk0j.spinmills-pnfkqj .spinmills-ak57go::before {
  background: #0e0f41;
}

.spinmills-zawk0j.spinmills-pnfkqj .spinmills-ak57go::after {
  background: #152557;
}

.spinmills-zawk0j.spinmills-5vdkkx .spinmills-ekbsau {
  background: #1f35fa;
}

.spinmills-zawk0j.spinmills-5vdkkx .spinmills-vw221o {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.spinmills-zawk0j.spinmills-5vdkkx .spinmills-vw221o::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.spinmills-zawk0j.spinmills-5vdkkx .spinmills-vw221o::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.spinmills-zawk0j.spinmills-5vdkkx .spinmills-ak57go::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.spinmills-zawk0j.spinmills-5vdkkx .spinmills-ak57go::after {
  background: #192ac8;
}

.spinmills-zawk0j.spinmills-6d56aa .spinmills-ekbsau {
  background: #fa771f;
}

.spinmills-zawk0j.spinmills-6d56aa .spinmills-vw221o {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinmills-zawk0j.spinmills-6d56aa .spinmills-vw221o::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.spinmills-zawk0j.spinmills-6d56aa .spinmills-vw221o::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.spinmills-zawk0j.spinmills-6d56aa .spinmills-ak57go::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinmills-zawk0j.spinmills-6d56aa .spinmills-ak57go::after {
  background: #fa8535;
}

.spinmills-1j03t6 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.spinmills-lko2yn {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.spinmills-gtt9s7 {
  width: 120px;
  height: 22px;
}

.spinmills-gtt9s7 .spinmills-khrq4a {
  fill: #c2c0ce;
}

.spinmills-gtt9s7 [rating="1"] .spinmills-khrq4a:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinmills-gtt9s7 [rating="2"] .spinmills-khrq4a:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinmills-gtt9s7 [rating="3"] .spinmills-khrq4a:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinmills-gtt9s7 [rating="4"] .spinmills-khrq4a:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinmills-gtt9s7 [rating="5"] .spinmills-khrq4a:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.spinmills-hr9kvj {
  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);
}

.spinmills-hr9kvj.spinmills-vorlms {
  display: block;
}

.spinmills-hr9kvj.spinmills-g64mcs {
  display: none;
}

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

.spinmills-1jt745 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinmills-i5luzj {
  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);
}

.spinmills-fjw6si {
  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;
}

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

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

.spinmills-lbswym {
  font-size: 16px;
  line-height: 140%;
}

.spinmills-5lk2ip {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinmills-5lk2ip .spinmills-khrq4a {
  fill: #c2c0ce;
}

.spinmills-5lk2ip [rating="1"] .spinmills-khrq4a:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinmills-5lk2ip [rating="2"] .spinmills-khrq4a:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinmills-5lk2ip [rating="3"] .spinmills-khrq4a:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinmills-5lk2ip [rating="4"] .spinmills-khrq4a:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinmills-5lk2ip [rating="5"] .spinmills-khrq4a:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.spinmills-9kmky9 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .spinmills-9kmky9 {
    padding: 0 16px;
  }
}

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

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

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

.spinmills-yk4zy2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spinmills-sb9ay6 {
  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;
}

.spinmills-c9m67f {
  flex: 1;
  min-width: 0;
}

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

.spinmills-u971bd {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.spinmills-u971bd svg path {
  fill: var(--button-bg-color);
}

.spinmills-u971bd svg circle {
  fill: var(--button-text-color);
}

.spinmills-3v3k6g {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.spinmills-3v3k6g strong {
  font-weight: 600;
}

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

.spinmills-jeho23 p {
  margin: 0 0 16px;
}

.spinmills-jeho23 p:last-child {
  margin-bottom: 0;
}

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

.spinmills-wkjftr {
  max-width: 300px;
  width: 100%;
}

.spinmills-wkjftr a {
  width: 100%;
}

@media (max-width: 575px) {
  .spinmills-wkjftr {
    max-width: 200px;
  }
}

.spinmills-dmntmi {
  justify-content: center;
}

.spinmills-06fxx7 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spinmills-0nwjmb {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.spinmills-grtm1c .spinmills-8de176 {
  justify-content: center;
}

/* faq */

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

.spinmills-du4be0 {
  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.spinmills-wdd68k ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spinmills-du4be0::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.spinmills-wdd68k ease;
}

.spinmills-t1jolc.spinmills-xr3cnm .spinmills-du4be0::after {
  transform: rotate(45deg);
}

.spinmills-jhvbdf {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.spinmills-3vnloo ease, padding 0.spinmills-3vnloo ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.spinmills-t1jolc.spinmills-xr3cnm .spinmills-jhvbdf {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.spinmills-y24msi {
  margin: 25px 0;
}

.spinmills-hktc9g > input:not(:checked) ~ label:hover,
.spinmills-hktc9g > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinmills-6r8oa0.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinmills-s0jb7w 44.spinmills-w21iif.spinmills-7s3i8p.spinmills-pl29ti.spinmills-pqtm7d.spinmills-cxqzva.spinmills-85q0b6.spinmills-zdy534.spinmills-q1uhdd.spinmills-18y8d3.spinmills-dxr8zw.spinmills-v5dbvq.spinmills-9osyni 0l-12.spinmills-uaw4nd 30.spinmills-vusfds.spinmills-khc4pq 2.spinmills-1fozd9.spinmills-khc4pq 3.spinmills-e1ogtk 3.spinmills-kxeph5.spinmills-lths9h 3.spinmills-0myn69.spinmills-1k65f7.spinmills-pf7tjm.spinmills-5x532k 7-3.spinmills-uaw4nd 10.spinmills-y4ger4.spinmills-5x532k 23.spinmills-jttloi.spinmills-mumx1l 1.spinmills-1gvqxe 2.spinmills-uaw4nd 3.spinmills-mumx1l 1.spinmills-lths9h 5.spinmills-m59aez.spinmills-lths9h 32.spinmills-6sx8qq.spinmills-1k65f7 5.spinmills-9osyni 4.spinmills-5x532k 9.spinmills-5x532k 8.spinmills-lths9h 6.spinmills-avomie.spinmills-a5rz3w.spinmills-6yic7u.spinmills-2hojkl.spinmills-yaju55 4.spinmills-zh4unb.spinmills-yaju55 6.spinmills-yaju55 0l29.spinmills-9osyni 17.spinmills-r3na3b.spinmills-s6iiqh 2.spinmills-apfbua 10.spinmills-pf5aqf.spinmills-uaw4nd 8.spinmills-i5u0f7.spinmills-5kwsho.spinmills-gmsdff.spinmills-21fm0i.spinmills-wjus23.spinmills-1k65f7.spinmills-cxqzva.spinmills-uaw4nd 1.spinmills-swgyii.spinmills-spagrq.spinmills-nn86lg.spinmills-rwd7u7.spinmills-2vpqhy.spinmills-1gvqxe 1.spinmills-y2pz5q.spinmills-mpsb8j.5z'/%3e%3c/svg%3e");
}

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

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

.spinmills-uz4x1z {
  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);
}

.spinmills-uz4x1z.spinmills-vemm2z {
  display: block;
}

.spinmills-uz4x1z.spinmills-on5qds {
  display: none;
}

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

.spinmills-kofk2i {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinmills-p4a80l {
  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);
}

.spinmills-fci5w0 {
  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;
}

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

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

.spinmills-m5xraq {
  font-size: 16px;
  line-height: 140%;
}

.spinmills-74m16x {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinmills-74m16x .spinmills-1b1mx3 {
  fill: #c2c0ce;
}

.spinmills-74m16x [rating="1"] .spinmills-1b1mx3:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinmills-74m16x [rating="2"] .spinmills-1b1mx3:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinmills-74m16x [rating="3"] .spinmills-1b1mx3:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinmills-74m16x [rating="4"] .spinmills-1b1mx3:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinmills-74m16x [rating="5"] .spinmills-1b1mx3:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.spinmills-nv6mca 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;
}

.spinmills-nv6mca 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 */

.spinmills-yjp7q7 {
  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);
}

.spinmills-yjp7q7.spinmills-3gtdlc {
  opacity: 1;
  pointer-events: auto;
}
