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

.spinanga-02hz3g {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.spinanga-3lu7vc {
  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) {
  .spinanga-3lu7vc: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;
  }
}

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

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

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

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

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

.spinanga-mx58nm {
  cursor: pointer;
}

.spinanga-pmsk61 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.spinanga-an63ka {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spinanga-an63ka figure {
  margin: 0;
}

.spinanga-an63ka.spinanga-fru4xn {
  justify-content: flex-start;
  margin-right: 4px;
}

.spinanga-an63ka.spinanga-l43isi {
  justify-content: flex-end;
  margin-left: 4px;
}

.spinanga-an63ka.spinanga-j7ijak {
  justify-content: center;
}

.spinanga-an63ka.spinanga-5kr1ad {
  justify-content: normal;
}

.spinanga-f4iivw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.spinanga-6tlx5e img {
  width: 100%;
}

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

.spinanga-oysyo4 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.spinanga-oysyo4 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);
}

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

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

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

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

.spinanga-oysyo4 ul li:last-of-type::after {
  display: none;
}

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

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

.spinanga-yhuzq9 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.spinanga-jsgcu0.spinanga-ih31wx {
  background-color: #000;
}

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

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

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

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

.spinanga-3btjqm {
  margin-bottom: 94px;
}

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

.spinanga-o94b1n .spinanga-cg8dzl {
  margin-bottom: 28px;
}

.spinanga-o94b1n .spinanga-cg8dzl img {
  max-height: 100px;
  width: auto;
}

.spinanga-ee04n3 {
  display: flex;
  align-items: center;
}

.spinanga-ee04n3 a + a {
  margin-left: 24px;
}

.spinanga-ee04n3 img {
  max-height: 56px;
  width: auto;
}

.spinanga-ee04n3 img + img {
  margin-left: 24px;
}

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

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

.spinanga-xjq6dm {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.spinanga-inwa85 li {
  display: flex;
  margin: 0 7px;
}

.spinanga-inwa85 li svg {
  transition: 0.spinanga-q9dsn9 ease-in-out;
}

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

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

.spinanga-uj36ms + .spinanga-uj36ms {
  margin-left: 120px;
}

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

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

.spinanga-mtc3hj {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spinanga-mtc3hj li {
  font-size: 16px;
}

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

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

.spinanga-mtc3hj li + li {
  margin-top: 16px;
}

.spinanga-f5d8dm {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.spinanga-7bo6fs ease-in-out;
}

.spinanga-f5d8dm.spinanga-ocfjjl {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.spinanga-di4b3m {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinanga-rzqn3z li {
  width: 100%;
}

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

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

.spinanga-rzqn3z li a.spinanga-ocfjjl {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.spinanga-q26t9o {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.spinanga-q26t9o img {
  width: 100%;
  transition: 0.spinanga-q9dsn9 ease-in-out;
}

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

.spinanga-19em79 {
  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) {
  .spinanga-19em79 {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .spinanga-nnp3vj .spinanga-cg8dzl img {
    max-width: 90px;
  }
}

.spinanga-cg8dzl img {
  max-height: 50px;
  width: auto;
}

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

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

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

.spinanga-mid163 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.spinanga-8fu1cg {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.spinanga-8fu1cg.spinanga-t0suha {
  margin-right: 0;
}

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

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

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

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

.spinanga-0kkuo9 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.spinanga-0kkuo9:hover > ul {
  display: flex;
}

.spinanga-0kkuo9:focus > ul {
  display: flex;
}

.spinanga-0kkuo9:focus-within > ul {
  display: flex;
}

.spinanga-kiwabx {
  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;
}

.spinanga-kiwabx::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.spinanga-7bo6fs ease-in-out;
}

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

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

.spinanga-0kkuo9 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.spinanga-q9dsn9 ease-in-out;
  overflow: hidden;
}

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

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

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

.spinanga-xih5d4 {
  display: none;
}

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

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

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

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

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

.spinanga-ugyrny img {
  margin-bottom: 20px;
}

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

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

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

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

.spinanga-3poant {
  color: var(--text-color);
}

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

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

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

.spinanga-r1zr5i p img {
  display: block;
  margin: 0 auto;
}

.spinanga-r1zr5i p:first-of-type {
  margin-top: 0;
}

.spinanga-r1zr5i p:last-of-type {
  margin-bottom: 0;
}

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

.spinanga-r1zr5i ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinanga-tr8urw .spinanga-fkn0hp {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.spinanga-tr8urw .spinanga-u9ee37 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .spinanga-tr8urw .spinanga-u9ee37 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .spinanga-tr8urw .spinanga-u9ee37 img {
    width: 100%;
  }
}

.spinanga-u9ee37 {
  margin: 0 0 28px;
}

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

.spinanga-fkn0hp {
  margin: 0 0 28px;
}

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

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

.spinanga-nzqawd .spinanga-3lu7vc {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.spinanga-nusalg {
  position: relative;
  border: none;
}

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

.spinanga-q0ldne {
  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;
}

.spinanga-q0ldne span {
  height: 32px;
}

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

.spinanga-q0ldne.spinanga-kcvdcx span {
  transform: scaleY(-1);
}

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

.spinanga-duup1n {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.spinanga-duup1n.spinanga-a8bqc6 {
  display: none;
}

.spinanga-rmxw5c {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.spinanga-rmxw5c table {
  width: 100%;
  border-collapse: collapse;
}

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

  .spinanga-rmxw5c table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.spinanga-b6dqm1 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.spinanga-8syn96 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.spinanga-8syn96 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.spinanga-8syn96 p {
  color: var(--text-color);
}

.spinanga-6oxou4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.spinanga-cq44dp {
  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);
}

.spinanga-sgj3k6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinanga-d5fum5 p + p {
  margin-top: 10px;
}

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

.spinanga-mgc2df {
  display: none;
}

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

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

.spinanga-oq112d li {
  margin: 0 20px;
}

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

.spinanga-oq112d li a img {
  margin-bottom: 4px;
}

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

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

.spinanga-ygaepw li {
  font-size: 16px;
  position: relative;
}

.spinanga-ygaepw li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.spinanga-ygaepw li span {
  opacity: 0.5;
}

.spinanga-ygaepw li + li {
  margin-left: 30px;
}

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

h2.spinanga-b8ub2u {
  margin: 0 0 28px;
}

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

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

.spinanga-b7v7cy 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);
}

.spinanga-b7v7cy 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;
}

.spinanga-b7v7cy 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;
}

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

.spinanga-b7v7cy tbody tr:last-of-type {
  margin-bottom: 0;
}

.spinanga-b7v7cy tbody tr td:first-of-type {
  flex-shrink: 0;
}

.spinanga-b7v7cy 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);
}

.spinanga-b7v7cy 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);
}

.spinanga-b7v7cy tbody tr td:last-of-type {
  margin-left: auto;
}

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

.spinanga-b7v7cy tbody tr td .spinanga-nxii42 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .spinanga-b7v7cy tbody tr td .spinanga-nxii42 {
    width: 100%;
  }
}

.spinanga-b7v7cy tbody tr td .spinanga-6kwd1g {
  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.spinanga-q9dsn9 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .spinanga-b7v7cy tbody tr td .spinanga-6kwd1g:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .spinanga-b7v7cy tbody tr td .spinanga-6kwd1g {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .spinanga-b7v7cy tbody tr td .spinanga-6kwd1g {
    width: 100%;
  }
}

.spinanga-b7v7cy tbody tr td .spinanga-zfqivo {
  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) {
  .spinanga-b7v7cy tbody tr td .spinanga-zfqivo:hover {
    text-decoration: none;
  }
}

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

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

.spinanga-tfy35o {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinanga-h32yc3 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.spinanga-q9dsn9 ease-in-out;
}

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

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

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

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

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

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

.spinanga-lovort img {
  width: 100%;
  height: 100%;
}

.spinanga-lovort iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.spinanga-9gvdqx svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.spinanga-q9dsn9 ease-in-out;
}

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

.spinanga-17ozv9 {
  padding: 90px 0;
}

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

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

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

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

.spinanga-uzfwid img {
  width: 100%;
}

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

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

.spinanga-04a8ak {
  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;
}

.spinanga-04a8ak 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) {
  .spinanga-04a8ak {
    flex-basis: auto;
  }
}

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

.spinanga-maomra {
  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.spinanga-q9dsn9 ease-in-out;
}

.spinanga-maomra:hover {
  border: 1px solid #8c8ca2;
}

.spinanga-g6inva {
  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%);
}

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

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

.spinanga-bxpg9c a {
  text-decoration: underline;
  color: #8babff;
}

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

.spinanga-c6321s .spinanga-maomra {
  width: 50%;
  margin: 0;
}

.spinanga-any6or {
  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;
}

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

.spinanga-ccm9ki {
  margin: 0 0 100px;
}

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

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

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

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

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

.spinanga-58wn2f {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.spinanga-s0vj1k 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.spinanga-q9dsn9 ease-in-out;
}

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

.spinanga-s0vj1k a svg {
  fill: #fff;
}

.spinanga-s0vj1k a:hover {
  background: #3d68e7;
}

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

.spinanga-3bmrx7 {
  margin-bottom: 16px;
}

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

.spinanga-b3hkwh {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.spinanga-y8o3xy 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);
}

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

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

.spinanga-y8o3xy table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.spinanga-q3tsya.spinanga-vmbffl {
  display: none;
}

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

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

.spinanga-owitur iframe.spinanga-q3n9ot {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.spinanga-owitur.spinanga-0a629s {
  opacity: 1;
  pointer-events: all;
}

.spinanga-az0xl7 {
  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.spinanga-q9dsn9 ease-in-out;
}

.spinanga-az0xl7 svg {
  margin-right: 10px;
}

.spinanga-az0xl7 + .spinanga-az0xl7 {
  margin-top: 14px;
}

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

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

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

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

.spinanga-ud0olw .spinanga-nzqawd {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .spinanga-ud0olw .spinanga-nzqawd {
    margin: 28px 0 0;
  }
}

.spinanga-81e7pq {
  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) {
  .spinanga-81e7pq {
    padding: 0 16px;
  }
}

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

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

.spinanga-1jjlfo {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.spinanga-pcixyn {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.spinanga-sam0yi {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.spinanga-kvk1s8 .spinanga-3lu7vc {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .spinanga-kvk1s8 .spinanga-3lu7vc {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.spinanga-1y3g7x {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.spinanga-1y3g7x img {
  width: 100%;
}

.spinanga-mixd76 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

.spinanga-4geg7a {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.spinanga-gqe8uf {
  width: 100%;
  margin: 0 0 100px;
}

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

.spinanga-gqe8uf .spinanga-w1ivfo {
  position: relative;
}

.spinanga-gqe8uf .spinanga-29f5ip {
  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;
}

.spinanga-gqe8uf .spinanga-29f5ip.spinanga-vmbffl {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .spinanga-gqe8uf .spinanga-8qg575 {
    bottom: 90px;
  }
}

.spinanga-gqe8uf .spinanga-8qg575 .spinanga-ndgmp1 {
  max-width: 300px;
  width: 100%;
}

.spinanga-gqe8uf .spinanga-8qg575 .spinanga-ndgmp1 .spinanga-uvm7j9 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .spinanga-gqe8uf .spinanga-8qg575 .spinanga-ndgmp1 .spinanga-uvm7j9 {
    font-size: 32px;
    text-align: center;
  }
}

.spinanga-gqe8uf .spinanga-8qg575 .spinanga-ndgmp1 .spinanga-mvr5a1 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .spinanga-gqe8uf .spinanga-8qg575 .spinanga-ndgmp1 .spinanga-mvr5a1 {
    text-align: center;
  }
}

.spinanga-gqe8uf .spinanga-8qg575 .spinanga-t0suha {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .spinanga-gqe8uf .spinanga-8qg575 .spinanga-t0suha {
    flex-direction: column-reverse;
  }
}

.spinanga-gqe8uf .spinanga-8qg575 .spinanga-t0suha .spinanga-zbekcl {
  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.spinanga-q9dsn9 ease-in-out;
}

.spinanga-gqe8uf .spinanga-8qg575 .spinanga-t0suha .spinanga-zbekcl:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .spinanga-gqe8uf .spinanga-8qg575 .spinanga-t0suha .spinanga-zbekcl {
    width: 100%;
  }
}

.spinanga-gqe8uf .spinanga-8qg575 .spinanga-t0suha .spinanga-sb81xw {
  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.spinanga-q9dsn9 ease-in-out;
  overflow: hidden;
}

.spinanga-gqe8uf .spinanga-8qg575 .spinanga-t0suha .spinanga-sb81xw 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);
  }
}

.spinanga-gqe8uf .spinanga-8qg575 .spinanga-t0suha .spinanga-sb81xw: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;
}

.spinanga-gqe8uf .spinanga-8qg575 .spinanga-t0suha .spinanga-sb81xw:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .spinanga-gqe8uf .spinanga-8qg575 .spinanga-t0suha .spinanga-sb81xw {
    width: 100%;
  }
}

.spinanga-gqe8uf .spinanga-8qg575.spinanga-vmbffl {
  display: none;
}

.spinanga-gqe8uf .spinanga-qk4lws {
  display: none;
}

.spinanga-gqe8uf .spinanga-qk4lws.spinanga-0a629s {
  display: block;
}

.spinanga-gqe8uf .spinanga-qk4lws iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .spinanga-gqe8uf .spinanga-qk4lws iframe {
    height: calc(100vh - 54px);
  }
}

.spinanga-gqe8uf .spinanga-eskm3k {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .spinanga-gqe8uf .spinanga-eskm3k {
    padding: 24px 16px 0;
  }
}

.spinanga-gqe8uf .spinanga-eskm3k .spinanga-uvm7j9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .spinanga-gqe8uf .spinanga-eskm3k .spinanga-uvm7j9 {
    margin-bottom: 24px;
  }
}

.spinanga-gqe8uf .spinanga-eskm3k 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);
}

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

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

.spinanga-gqe8uf .spinanga-eskm3k table tr:last-of-type td {
  border-bottom: none;
}

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

.spinanga-6wl3jl.spinanga-ocfjjl {
  display: block;
}

.spinanga-6wl3jl iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.spinanga-6wl3jl .spinanga-a7edg8 {
  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;
}

.spinanga-6wl3jl .spinanga-3rxidd {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.spinanga-6wl3jl .spinanga-sb81xw {
  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.spinanga-q9dsn9 ease-in-out;
}

.spinanga-6wl3jl .spinanga-sb81xw:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.spinanga-yvufmy.spinanga-ocfjjl {
  display: block;
}

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

.spinanga-rfli39 {
  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;
}

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

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

.spinanga-x2ca4b {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.spinanga-x2ca4b svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.spinanga-ydyq5b {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spinanga-uibztj.spinanga-vmbffl {
  display: none;
}

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

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

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

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

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

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

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

.spinanga-r68avf input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spinanga-r68avf input:active {
  border-color: #c2c0ce;
}

.spinanga-r68avf input:focus {
  border-color: #c2c0ce;
}

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

.spinanga-w1oir0 {
  margin-bottom: 36px;
}

.spinanga-w1oir0 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;
}

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

.spinanga-w1oir0 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spinanga-1hi9uf {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.spinanga-uxkndq {
  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.spinanga-q9dsn9 ease-in-out;
}

.spinanga-uxkndq:hover {
  background: var(--border-color);
}

.spinanga-vblr9h {
  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.spinanga-q9dsn9 ease-in-out;
}

.spinanga-vblr9h:hover {
  background: #166ad9;
}

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

.spinanga-y3ugkk.spinanga-vmbffl {
  display: none;
}

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

.spinanga-y3ugkk .spinanga-uxkndq {
  margin: 0 auto;
}

.spinanga-7zgevv {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.spinanga-8nd5hy {
  filter: grayscale(100%);
}

.spinanga-tdfrm7 > input {
  display: none;
}

.spinanga-tdfrm7 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinanga-9vgjte.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.spinanga-pkd1zm 44.spinanga-b14i1k.spinanga-r7zx4w.spinanga-6hjh3l.spinanga-ejn7xm.spinanga-yryiz0.spinanga-ns867r.spinanga-hkgdax.spinanga-retqhm.spinanga-pgl4t5.spinanga-uc68l3.spinanga-e9medr.spinanga-evhgay 0l-12.spinanga-12eojt 30.spinanga-fbm9pv.spinanga-4xb2ty 2.spinanga-t18gy8.spinanga-4xb2ty 3.spinanga-fgzcnq 3.spinanga-82b8e1.spinanga-2ja372 3.spinanga-8kci4z.spinanga-7yojgu.spinanga-7gdz5d.spinanga-3dt62j 7-3.spinanga-12eojt 10.spinanga-1s036h.spinanga-3dt62j 23.spinanga-b0cktq.spinanga-6cm6nu 1.spinanga-xmt8pr 2.spinanga-12eojt 3.spinanga-6cm6nu 1.spinanga-2ja372 5.spinanga-56la01.spinanga-2ja372 32.spinanga-2oe3bh.spinanga-7yojgu 5.spinanga-evhgay 4.spinanga-3dt62j 9.spinanga-3dt62j 8.spinanga-2ja372 6.spinanga-oho52z.spinanga-85ybsa.spinanga-tu4fq5.spinanga-mb2nri.spinanga-lqmhy4 4.spinanga-didmty.spinanga-lqmhy4 6.spinanga-lqmhy4 0l29.spinanga-evhgay 17.spinanga-9n2x34.spinanga-c0zf6y 2.spinanga-6snp90 10.spinanga-hpt5bn.spinanga-12eojt 8.spinanga-wul1jn.spinanga-y6lc2m.spinanga-1vdxbi.spinanga-km7w0a.spinanga-vur552.spinanga-7yojgu.spinanga-yryiz0.spinanga-12eojt 1.spinanga-w4axin.spinanga-zp99oy.spinanga-8w1zv4.spinanga-qy1ouc.spinanga-bi6mdy.spinanga-xmt8pr 1.spinanga-pet4h1.spinanga-19x840.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.spinanga-tdfrm7 > input:checked ~ label,
.spinanga-tdfrm7 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinanga-9vgjte.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.spinanga-pkd1zm 44.spinanga-b14i1k.spinanga-r7zx4w.spinanga-6hjh3l.spinanga-ejn7xm.spinanga-yryiz0.spinanga-ns867r.spinanga-hkgdax.spinanga-retqhm.spinanga-pgl4t5.spinanga-uc68l3.spinanga-e9medr.spinanga-evhgay 0l-12.spinanga-12eojt 30.spinanga-fbm9pv.spinanga-4xb2ty 2.spinanga-t18gy8.spinanga-4xb2ty 3.spinanga-fgzcnq 3.spinanga-82b8e1.spinanga-2ja372 3.spinanga-8kci4z.spinanga-7yojgu.spinanga-7gdz5d.spinanga-3dt62j 7-3.spinanga-12eojt 10.spinanga-1s036h.spinanga-3dt62j 23.spinanga-b0cktq.spinanga-6cm6nu 1.spinanga-xmt8pr 2.spinanga-12eojt 3.spinanga-6cm6nu 1.spinanga-2ja372 5.spinanga-56la01.spinanga-2ja372 32.spinanga-2oe3bh.spinanga-7yojgu 5.spinanga-evhgay 4.spinanga-3dt62j 9.spinanga-3dt62j 8.spinanga-2ja372 6.spinanga-oho52z.spinanga-85ybsa.spinanga-tu4fq5.spinanga-mb2nri.spinanga-lqmhy4 4.spinanga-didmty.spinanga-lqmhy4 6.spinanga-lqmhy4 0l29.spinanga-evhgay 17.spinanga-9n2x34.spinanga-c0zf6y 2.spinanga-6snp90 10.spinanga-hpt5bn.spinanga-12eojt 8.spinanga-wul1jn.spinanga-y6lc2m.spinanga-1vdxbi.spinanga-km7w0a.spinanga-vur552.spinanga-7yojgu.spinanga-yryiz0.spinanga-12eojt 1.spinanga-w4axin.spinanga-zp99oy.spinanga-8w1zv4.spinanga-qy1ouc.spinanga-bi6mdy.spinanga-xmt8pr 1.spinanga-pet4h1.spinanga-19x840.5z'/%3e%3c/svg%3e");
}

.spinanga-tdfrm7 > input:not(:checked) ~ label:hover,
.spinanga-tdfrm7 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinanga-9vgjte.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinanga-pkd1zm 44.spinanga-b14i1k.spinanga-r7zx4w.spinanga-6hjh3l.spinanga-ejn7xm.spinanga-yryiz0.spinanga-ns867r.spinanga-hkgdax.spinanga-retqhm.spinanga-pgl4t5.spinanga-uc68l3.spinanga-e9medr.spinanga-evhgay 0l-12.spinanga-12eojt 30.spinanga-fbm9pv.spinanga-4xb2ty 2.spinanga-t18gy8.spinanga-4xb2ty 3.spinanga-fgzcnq 3.spinanga-82b8e1.spinanga-2ja372 3.spinanga-8kci4z.spinanga-7yojgu.spinanga-7gdz5d.spinanga-3dt62j 7-3.spinanga-12eojt 10.spinanga-1s036h.spinanga-3dt62j 23.spinanga-b0cktq.spinanga-6cm6nu 1.spinanga-xmt8pr 2.spinanga-12eojt 3.spinanga-6cm6nu 1.spinanga-2ja372 5.spinanga-56la01.spinanga-2ja372 32.spinanga-2oe3bh.spinanga-7yojgu 5.spinanga-evhgay 4.spinanga-3dt62j 9.spinanga-3dt62j 8.spinanga-2ja372 6.spinanga-oho52z.spinanga-85ybsa.spinanga-tu4fq5.spinanga-mb2nri.spinanga-lqmhy4 4.spinanga-didmty.spinanga-lqmhy4 6.spinanga-lqmhy4 0l29.spinanga-evhgay 17.spinanga-9n2x34.spinanga-c0zf6y 2.spinanga-6snp90 10.spinanga-hpt5bn.spinanga-12eojt 8.spinanga-wul1jn.spinanga-y6lc2m.spinanga-1vdxbi.spinanga-km7w0a.spinanga-vur552.spinanga-7yojgu.spinanga-yryiz0.spinanga-12eojt 1.spinanga-w4axin.spinanga-zp99oy.spinanga-8w1zv4.spinanga-qy1ouc.spinanga-bi6mdy.spinanga-xmt8pr 1.spinanga-pet4h1.spinanga-19x840.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .spinanga-alqrlj > .spinanga-3r98ks {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .spinanga-alqrlj > .spinanga-3r98ks {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .spinanga-alqrlj > .spinanga-3r98ks {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .spinanga-alqrlj > .spinanga-3r98ks {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .spinanga-alqrlj > .spinanga-3r98ks {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.spinanga-fqglns.spinanga-vmbffl {
  display: none;
}

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

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

.spinanga-9orjq3 {
  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;
}

.spinanga-9orjq3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.spinanga-9orjq3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.spinanga-9orjq3 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.spinanga-zyegqy {
  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;
}

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

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

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

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

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

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

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

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

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

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

.spinanga-fqglns.spinanga-tc0vfb .spinanga-jkmokr {
  background: #2b3b67;
}

.spinanga-fqglns.spinanga-tc0vfb .spinanga-9orjq3 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.spinanga-fqglns.spinanga-tc0vfb .spinanga-9orjq3::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.spinanga-fqglns.spinanga-tc0vfb .spinanga-9orjq3::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.spinanga-fqglns.spinanga-tc0vfb .spinanga-zyegqy::before {
  background: #0e0f41;
}

.spinanga-fqglns.spinanga-tc0vfb .spinanga-zyegqy::after {
  background: #152557;
}

.spinanga-fqglns.spinanga-zp1io9 .spinanga-jkmokr {
  background: #1f35fa;
}

.spinanga-fqglns.spinanga-zp1io9 .spinanga-9orjq3 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.spinanga-fqglns.spinanga-zp1io9 .spinanga-9orjq3::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.spinanga-fqglns.spinanga-zp1io9 .spinanga-9orjq3::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.spinanga-fqglns.spinanga-zp1io9 .spinanga-zyegqy::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.spinanga-fqglns.spinanga-zp1io9 .spinanga-zyegqy::after {
  background: #192ac8;
}

.spinanga-fqglns.spinanga-ko7bdd .spinanga-jkmokr {
  background: #fa771f;
}

.spinanga-fqglns.spinanga-ko7bdd .spinanga-9orjq3 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinanga-fqglns.spinanga-ko7bdd .spinanga-9orjq3::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.spinanga-fqglns.spinanga-ko7bdd .spinanga-9orjq3::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.spinanga-fqglns.spinanga-ko7bdd .spinanga-zyegqy::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinanga-fqglns.spinanga-ko7bdd .spinanga-zyegqy::after {
  background: #fa8535;
}

.spinanga-cramt0 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.spinanga-i8i88g {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.spinanga-qcsq50 {
  width: 120px;
  height: 22px;
}

.spinanga-qcsq50 .spinanga-3sgr3m {
  fill: #c2c0ce;
}

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

.spinanga-qcsq50 [rating="2"] .spinanga-3sgr3m:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinanga-qcsq50 [rating="3"] .spinanga-3sgr3m:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

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

.spinanga-qcsq50 [rating="5"] .spinanga-3sgr3m:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.spinanga-0yznv8 {
  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);
}

.spinanga-0yznv8.spinanga-0a629s {
  display: block;
}

.spinanga-0yznv8.spinanga-vmbffl {
  display: none;
}

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

.spinanga-rd3al6 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinanga-q776st {
  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);
}

.spinanga-c6pyiz {
  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;
}

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

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

.spinanga-zfvrmz {
  font-size: 16px;
  line-height: 140%;
}

.spinanga-43xfbj {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinanga-43xfbj .spinanga-3sgr3m {
  fill: #c2c0ce;
}

.spinanga-43xfbj [rating="1"] .spinanga-3sgr3m:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinanga-43xfbj [rating="2"] .spinanga-3sgr3m:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinanga-43xfbj [rating="3"] .spinanga-3sgr3m:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinanga-43xfbj [rating="4"] .spinanga-3sgr3m:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinanga-43xfbj [rating="5"] .spinanga-3sgr3m:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.spinanga-30x67d {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.spinanga-te8h0t {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.spinanga-h6t4cf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spinanga-7jkqfg {
  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;
}

.spinanga-hhrzej {
  flex: 1;
  min-width: 0;
}

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

.spinanga-ikuy34 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.spinanga-ikuy34 svg path {
  fill: var(--button-bg-color);
}

.spinanga-ikuy34 svg circle {
  fill: var(--button-text-color);
}

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

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

.spinanga-xkcg5k strong {
  font-weight: 600;
}

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

.spinanga-vj72gg p {
  margin: 0 0 16px;
}

.spinanga-vj72gg p:last-child {
  margin-bottom: 0;
}

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

.spinanga-y9id1y {
  max-width: 300px;
  width: 100%;
}

.spinanga-y9id1y a {
  width: 100%;
}

@media (max-width: 575px) {
  .spinanga-y9id1y {
    max-width: 200px;
  }
}

.spinanga-lk1igy {
  justify-content: center;
}

.spinanga-3uwpc2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spinanga-2toecb {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.spinanga-zqkdq8 .spinanga-mid163 {
  justify-content: center;
}

/* faq */

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

.spinanga-3f93ke {
  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.spinanga-12zi39 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spinanga-3f93ke::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.spinanga-12zi39 ease;
}

.spinanga-pggev2.spinanga-ocfjjl .spinanga-3f93ke::after {
  transform: rotate(45deg);
}

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

.spinanga-pggev2.spinanga-ocfjjl .spinanga-9quomr {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.spinanga-5bdrti {
  margin: 25px 0;
}

.spinanga-tdfrm7 > input:not(:checked) ~ label:hover,
.spinanga-tdfrm7 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinanga-z6ccga.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinanga-b0sly2 44.spinanga-4yo736.spinanga-ri2sk7.spinanga-qijf5d.spinanga-lapfwc.spinanga-97kaqm.spinanga-khkaz2.spinanga-lwo7a7.spinanga-y4pynf.spinanga-lvcm2y.spinanga-dc0fho.spinanga-tzrvqz.spinanga-j1pjxj 0l-12.spinanga-q43ejo 30.spinanga-fjseis.spinanga-vv64hr 2.spinanga-nykmoe.spinanga-vv64hr 3.spinanga-bb86oa 3.spinanga-1gmm46.spinanga-uezd2g 3.spinanga-hapjri.spinanga-q6tzzi.spinanga-6pwdz7.spinanga-i17hs6 7-3.spinanga-q43ejo 10.spinanga-7ycka6.spinanga-i17hs6 23.spinanga-nbgghb.spinanga-pplx80 1.spinanga-gi63le 2.spinanga-q43ejo 3.spinanga-pplx80 1.spinanga-uezd2g 5.spinanga-1qj2ri.spinanga-uezd2g 32.spinanga-445682.spinanga-q6tzzi 5.spinanga-j1pjxj 4.spinanga-i17hs6 9.spinanga-i17hs6 8.spinanga-uezd2g 6.spinanga-jixxfk.spinanga-gud9ir.spinanga-q34klo.spinanga-36skrl.spinanga-2vzyyq 4.spinanga-mkzbvv.spinanga-2vzyyq 6.spinanga-2vzyyq 0l29.spinanga-j1pjxj 17.spinanga-pms7gl.spinanga-dpx02c 2.spinanga-bnllg0 10.spinanga-ti7wgb.spinanga-q43ejo 8.spinanga-s9q13c.spinanga-izly6c.spinanga-xyrt3z.spinanga-4gv27x.spinanga-ykl8vh.spinanga-q6tzzi.spinanga-97kaqm.spinanga-q43ejo 1.spinanga-cd20p6.spinanga-dqlzc7.spinanga-vlebqg.spinanga-ya6oj7.spinanga-4xb2a8.spinanga-gi63le 1.spinanga-bu83xl.spinanga-kebs60.5z'/%3e%3c/svg%3e");
}

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

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

.spinanga-s5knj6 {
  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);
}

.spinanga-s5knj6.spinanga-mahzm1 {
  display: block;
}

.spinanga-s5knj6.spinanga-4nq6js {
  display: none;
}

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

.spinanga-xrjfx3 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinanga-q7iqqj {
  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);
}

.spinanga-v8vvk9 {
  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;
}

.spinanga-0l38w0 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.spinanga-xtcc4k {
  font-size: 16px;
  line-height: 140%;
}

.spinanga-7fwxiy {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinanga-7fwxiy .spinanga-a03nnx {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.spinanga-38cqej 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;
}

.spinanga-38cqej 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 */

.spinanga-hd9z7p {
  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);
}

.spinanga-hd9z7p.spinanga-5njkmh {
  opacity: 1;
  pointer-events: auto;
}

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

.spinanga-s4eo4r label {
  font-size: 14px;
}

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

.spinanga-r7en6c h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.spinanga-vt0cvq, .spinanga-xkx5gp, [class*="review-card"],
thead, thead th, table th, .spinanga-iylf9y,
.spinanga-be70fr, [class*="collapsible-header"],
.spinanga-6oxou4, [class*="updated-block"] {
  color: #ece7dc !important;
}
