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-am8vnd {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.spinanga-hb213l {
  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-hb213l: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-5j4hc2 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.spinanga-45fgl6 {
  cursor: pointer;
}

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

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

.spinanga-f7v43f figure {
  margin: 0;
}

.spinanga-f7v43f.spinanga-p7petc {
  justify-content: flex-start;
  margin-right: 4px;
}

.spinanga-f7v43f.spinanga-xi9n9v {
  justify-content: flex-end;
  margin-left: 4px;
}

.spinanga-f7v43f.spinanga-dxap7i {
  justify-content: center;
}

.spinanga-f7v43f.spinanga-1k59z4 {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.spinanga-6svf7p 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-6svf7p ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

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

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

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

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

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

.spinanga-n70h2q.spinanga-fe5re2 {
  background-color: #000;
}

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

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

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

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

.spinanga-r6wb5r {
  margin-bottom: 94px;
}

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

.spinanga-stakss .spinanga-zobi5z {
  margin-bottom: 28px;
}

.spinanga-stakss .spinanga-zobi5z img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.spinanga-o3cocw li svg {
  transition: 0.spinanga-0seft1 ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.spinanga-ye6r7z {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.spinanga-zqx44w ease-in-out;
}

.spinanga-ye6r7z.spinanga-dsv9pq {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.spinanga-vtfptp h1,
.spinanga-vtfptp 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-vtfptp h1,
  .spinanga-vtfptp h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

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

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

.spinanga-sj72f1 li a.spinanga-dsv9pq {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

.spinanga-3f26s0 {
  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-3f26s0 {
    height: 54px;
  }
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .spinanga-n4qjol {
    display: block;
  }
  .spinanga-n4qjol li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .spinanga-n4qjol li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .spinanga-n4qjol 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-n4qjol li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.spinanga-s2pwhy.spinanga-xao81n {
  margin-right: 0;
}

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

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

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

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

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

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

.spinanga-3u5h6e:hover > ul {
  display: flex;
}

.spinanga-3u5h6e:focus > ul {
  display: flex;
}

.spinanga-3u5h6e:focus-within > ul {
  display: flex;
}

.spinanga-ie014p {
  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-ie014p::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-zqx44w ease-in-out;
}

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

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

.spinanga-3u5h6e 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-0seft1 ease-in-out;
  overflow: hidden;
}

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

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

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

.spinanga-wtryse {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinanga-5p6ldl .spinanga-hb213l {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

.spinanga-iomu1b {
  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-iomu1b span {
  height: 32px;
}

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

.spinanga-iomu1b.spinanga-xna4sr span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.spinanga-2n959t.spinanga-fwjxo0 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinanga-xwd0cp {
  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-i4f3u5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.spinanga-ewmm1h {
  display: none;
}

@media only screen and (max-width: 767px) {
  .spinanga-ewmm1h {
    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-ny5o1l {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinanga-myu2vy 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-myu2vy 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-myu2vy 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-myu2vy tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.spinanga-myu2vy 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-myu2vy 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-myu2vy tbody tr td:last-of-type {
  margin-left: auto;
}

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

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

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

.spinanga-myu2vy tbody tr td .spinanga-cmaqdg {
  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-0seft1 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinanga-cqj7wl {
  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-cqj7wl {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.spinanga-86ynon::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-4x576s {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.spinanga-4x576s svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.spinanga-0seft1 ease-in-out;
}

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

.spinanga-f5mtux {
  padding: 90px 0;
}

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

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

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

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

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

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

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

.spinanga-8ij3ft {
  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-8ij3ft 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-8ij3ft {
    flex-basis: auto;
  }
}

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

.spinanga-i0qcmj {
  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-0seft1 ease-in-out;
}

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

.spinanga-04d5bt {
  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-04d5bt:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.spinanga-kocgfu .spinanga-i0qcmj {
  width: 50%;
  margin: 0;
}

.spinanga-6o74bz {
  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-6o74bz:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.spinanga-2axxrv {
  margin: 0 0 100px;
}

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

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

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

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

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

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

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

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

.spinanga-rye1hm 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-0seft1 ease-in-out;
}

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

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

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

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

.spinanga-0hxthr {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinanga-9yn01l::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-f755bn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.spinanga-f755bn.spinanga-xeqb0r {
  display: none;
}

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

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

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

.spinanga-p6mgoe.spinanga-xb8bzf {
  opacity: 1;
  pointer-events: all;
}

.spinanga-u5szex {
  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-0seft1 ease-in-out;
}

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

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

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

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

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

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

.spinanga-gwhv0h .spinanga-5p6ldl {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinanga-fsdtsm .spinanga-hb213l {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.spinanga-r65xom .spinanga-sjrvus {
  position: relative;
}

.spinanga-r65xom .spinanga-zakl7w {
  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-r65xom .spinanga-zakl7w.spinanga-xeqb0r {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .spinanga-r65xom .spinanga-7f6w5y {
    bottom: 90px;
  }
}

.spinanga-r65xom .spinanga-7f6w5y .spinanga-2y5vyb {
  max-width: 300px;
  width: 100%;
}

.spinanga-r65xom .spinanga-7f6w5y .spinanga-2y5vyb .spinanga-j36xku {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .spinanga-r65xom .spinanga-7f6w5y .spinanga-2y5vyb .spinanga-j36xku {
    font-size: 32px;
    text-align: center;
  }
}

.spinanga-r65xom .spinanga-7f6w5y .spinanga-2y5vyb .spinanga-70j3cr {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .spinanga-r65xom .spinanga-7f6w5y .spinanga-2y5vyb .spinanga-70j3cr {
    text-align: center;
  }
}

.spinanga-r65xom .spinanga-7f6w5y .spinanga-xao81n {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.spinanga-r65xom .spinanga-7f6w5y .spinanga-xao81n .spinanga-x2onj3 {
  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-0seft1 ease-in-out;
}

.spinanga-r65xom .spinanga-7f6w5y .spinanga-xao81n .spinanga-x2onj3:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .spinanga-r65xom .spinanga-7f6w5y .spinanga-xao81n .spinanga-x2onj3 {
    width: 100%;
  }
}

.spinanga-r65xom .spinanga-7f6w5y .spinanga-xao81n .spinanga-qv2z3a {
  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-0seft1 ease-in-out;
  overflow: hidden;
}

.spinanga-r65xom .spinanga-7f6w5y .spinanga-xao81n .spinanga-qv2z3a 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-r65xom .spinanga-7f6w5y .spinanga-xao81n .spinanga-qv2z3a: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-r65xom .spinanga-7f6w5y .spinanga-xao81n .spinanga-qv2z3a:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .spinanga-r65xom .spinanga-7f6w5y .spinanga-xao81n .spinanga-qv2z3a {
    width: 100%;
  }
}

.spinanga-r65xom .spinanga-7f6w5y.spinanga-xeqb0r {
  display: none;
}

.spinanga-r65xom .spinanga-p9do1o {
  display: none;
}

.spinanga-r65xom .spinanga-p9do1o.spinanga-xb8bzf {
  display: block;
}

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

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

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

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

.spinanga-r65xom .spinanga-5tyf4m .spinanga-j36xku {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

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

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

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

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

.spinanga-aanr63.spinanga-dsv9pq {
  display: block;
}

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

.spinanga-aanr63 .spinanga-awnkzo {
  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-aanr63 .spinanga-6u9ymo {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.spinanga-aanr63 .spinanga-qv2z3a {
  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-0seft1 ease-in-out;
}

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

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

.spinanga-g7dqr8.spinanga-dsv9pq {
  display: block;
}

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

.spinanga-nondsc {
  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-uq6wgp {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.spinanga-slrru1.spinanga-xeqb0r {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinanga-ea5uqf 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-ea5uqf textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

.spinanga-5d6iw8 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.spinanga-3ut0kd {
  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-0seft1 ease-in-out;
}

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

.spinanga-7cz5xi {
  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-0seft1 ease-in-out;
}

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

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

.spinanga-wc6vhm.spinanga-xeqb0r {
  display: none;
}

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

.spinanga-wc6vhm .spinanga-3ut0kd {
  margin: 0 auto;
}

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

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

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

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

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

.spinanga-ctjylm > 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-7wz9ng.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.spinanga-572gfw 44.spinanga-fw3det.spinanga-j4ufvm.spinanga-pglshj.spinanga-o8zxed.spinanga-tuwayu.spinanga-hfhw16.spinanga-pb5i2v.spinanga-4nixuy.spinanga-jdwmrr.spinanga-e379ju.spinanga-gfcwq3.spinanga-axv5ea 0l-12.spinanga-wjzzx3 30.spinanga-yg7m4j.spinanga-0ooy42 2.spinanga-pt7lpk.spinanga-0ooy42 3.spinanga-6e2gf5 3.spinanga-1d1peq.spinanga-6v40vp 3.spinanga-9h73th.spinanga-ztolb2.spinanga-w6limi.spinanga-28qtue 7-3.spinanga-wjzzx3 10.spinanga-r725co.spinanga-28qtue 23.spinanga-zgh0w9.spinanga-ad9sba 1.spinanga-1lszg0 2.spinanga-wjzzx3 3.spinanga-ad9sba 1.spinanga-6v40vp 5.spinanga-1vjyep.spinanga-6v40vp 32.spinanga-kc2sez.spinanga-ztolb2 5.spinanga-axv5ea 4.spinanga-28qtue 9.spinanga-28qtue 8.spinanga-6v40vp 6.spinanga-zqocg6.spinanga-rri3qh.spinanga-h5em4q.spinanga-5szdzr.spinanga-aig9tb 4.spinanga-1x6om7.spinanga-aig9tb 6.spinanga-aig9tb 0l29.spinanga-axv5ea 17.spinanga-vpn7pd.spinanga-v1s4xi 2.spinanga-f5m1xq 10.spinanga-pdnd3f.spinanga-wjzzx3 8.spinanga-j6t3fx.spinanga-xx9s4l.spinanga-id7131.spinanga-8tz7uw.spinanga-9126ci.spinanga-ztolb2.spinanga-tuwayu.spinanga-wjzzx3 1.spinanga-p5kn9f.spinanga-2p36w6.spinanga-f1b8t6.spinanga-clhnpd.spinanga-emji4r.spinanga-1lszg0 1.spinanga-2g92fc.spinanga-ski7j9.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.spinanga-ctjylm > input:checked ~ label,
.spinanga-ctjylm > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinanga-7wz9ng.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.spinanga-572gfw 44.spinanga-fw3det.spinanga-j4ufvm.spinanga-pglshj.spinanga-o8zxed.spinanga-tuwayu.spinanga-hfhw16.spinanga-pb5i2v.spinanga-4nixuy.spinanga-jdwmrr.spinanga-e379ju.spinanga-gfcwq3.spinanga-axv5ea 0l-12.spinanga-wjzzx3 30.spinanga-yg7m4j.spinanga-0ooy42 2.spinanga-pt7lpk.spinanga-0ooy42 3.spinanga-6e2gf5 3.spinanga-1d1peq.spinanga-6v40vp 3.spinanga-9h73th.spinanga-ztolb2.spinanga-w6limi.spinanga-28qtue 7-3.spinanga-wjzzx3 10.spinanga-r725co.spinanga-28qtue 23.spinanga-zgh0w9.spinanga-ad9sba 1.spinanga-1lszg0 2.spinanga-wjzzx3 3.spinanga-ad9sba 1.spinanga-6v40vp 5.spinanga-1vjyep.spinanga-6v40vp 32.spinanga-kc2sez.spinanga-ztolb2 5.spinanga-axv5ea 4.spinanga-28qtue 9.spinanga-28qtue 8.spinanga-6v40vp 6.spinanga-zqocg6.spinanga-rri3qh.spinanga-h5em4q.spinanga-5szdzr.spinanga-aig9tb 4.spinanga-1x6om7.spinanga-aig9tb 6.spinanga-aig9tb 0l29.spinanga-axv5ea 17.spinanga-vpn7pd.spinanga-v1s4xi 2.spinanga-f5m1xq 10.spinanga-pdnd3f.spinanga-wjzzx3 8.spinanga-j6t3fx.spinanga-xx9s4l.spinanga-id7131.spinanga-8tz7uw.spinanga-9126ci.spinanga-ztolb2.spinanga-tuwayu.spinanga-wjzzx3 1.spinanga-p5kn9f.spinanga-2p36w6.spinanga-f1b8t6.spinanga-clhnpd.spinanga-emji4r.spinanga-1lszg0 1.spinanga-2g92fc.spinanga-ski7j9.5z'/%3e%3c/svg%3e");
}

.spinanga-ctjylm > input:not(:checked) ~ label:hover,
.spinanga-ctjylm > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinanga-7wz9ng.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinanga-572gfw 44.spinanga-fw3det.spinanga-j4ufvm.spinanga-pglshj.spinanga-o8zxed.spinanga-tuwayu.spinanga-hfhw16.spinanga-pb5i2v.spinanga-4nixuy.spinanga-jdwmrr.spinanga-e379ju.spinanga-gfcwq3.spinanga-axv5ea 0l-12.spinanga-wjzzx3 30.spinanga-yg7m4j.spinanga-0ooy42 2.spinanga-pt7lpk.spinanga-0ooy42 3.spinanga-6e2gf5 3.spinanga-1d1peq.spinanga-6v40vp 3.spinanga-9h73th.spinanga-ztolb2.spinanga-w6limi.spinanga-28qtue 7-3.spinanga-wjzzx3 10.spinanga-r725co.spinanga-28qtue 23.spinanga-zgh0w9.spinanga-ad9sba 1.spinanga-1lszg0 2.spinanga-wjzzx3 3.spinanga-ad9sba 1.spinanga-6v40vp 5.spinanga-1vjyep.spinanga-6v40vp 32.spinanga-kc2sez.spinanga-ztolb2 5.spinanga-axv5ea 4.spinanga-28qtue 9.spinanga-28qtue 8.spinanga-6v40vp 6.spinanga-zqocg6.spinanga-rri3qh.spinanga-h5em4q.spinanga-5szdzr.spinanga-aig9tb 4.spinanga-1x6om7.spinanga-aig9tb 6.spinanga-aig9tb 0l29.spinanga-axv5ea 17.spinanga-vpn7pd.spinanga-v1s4xi 2.spinanga-f5m1xq 10.spinanga-pdnd3f.spinanga-wjzzx3 8.spinanga-j6t3fx.spinanga-xx9s4l.spinanga-id7131.spinanga-8tz7uw.spinanga-9126ci.spinanga-ztolb2.spinanga-tuwayu.spinanga-wjzzx3 1.spinanga-p5kn9f.spinanga-2p36w6.spinanga-f1b8t6.spinanga-clhnpd.spinanga-emji4r.spinanga-1lszg0 1.spinanga-2g92fc.spinanga-ski7j9.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.spinanga-oiu3en.spinanga-xeqb0r {
  display: none;
}

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

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

.spinanga-4wbayp {
  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-4wbayp::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

.spinanga-4wbayp img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinanga-oiu3en.spinanga-ym1kc1 .spinanga-pyhn5s {
  background: #2b3b67;
}

.spinanga-oiu3en.spinanga-ym1kc1 .spinanga-4wbayp {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.spinanga-oiu3en.spinanga-ym1kc1 .spinanga-4wbayp::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.spinanga-oiu3en.spinanga-ym1kc1 .spinanga-4wbayp::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.spinanga-oiu3en.spinanga-ym1kc1 .spinanga-6jgl47::before {
  background: #0e0f41;
}

.spinanga-oiu3en.spinanga-ym1kc1 .spinanga-6jgl47::after {
  background: #152557;
}

.spinanga-oiu3en.spinanga-qjpolf .spinanga-pyhn5s {
  background: #1f35fa;
}

.spinanga-oiu3en.spinanga-qjpolf .spinanga-4wbayp {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.spinanga-oiu3en.spinanga-qjpolf .spinanga-4wbayp::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.spinanga-oiu3en.spinanga-qjpolf .spinanga-4wbayp::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.spinanga-oiu3en.spinanga-qjpolf .spinanga-6jgl47::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.spinanga-oiu3en.spinanga-qjpolf .spinanga-6jgl47::after {
  background: #192ac8;
}

.spinanga-oiu3en.spinanga-rzl64p .spinanga-pyhn5s {
  background: #fa771f;
}

.spinanga-oiu3en.spinanga-rzl64p .spinanga-4wbayp {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinanga-oiu3en.spinanga-rzl64p .spinanga-4wbayp::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.spinanga-oiu3en.spinanga-rzl64p .spinanga-4wbayp::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.spinanga-oiu3en.spinanga-rzl64p .spinanga-6jgl47::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinanga-oiu3en.spinanga-rzl64p .spinanga-6jgl47::after {
  background: #fa8535;
}

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

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

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

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

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

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

.spinanga-v4xen6 {
  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-v4xen6 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

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

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

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

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

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

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

.spinanga-osyqh2 .spinanga-agg6wx {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.spinanga-wqlmnb {
  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-wqlmnb.spinanga-xb8bzf {
  display: block;
}

.spinanga-wqlmnb.spinanga-xeqb0r {
  display: none;
}

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

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

.spinanga-bglwu9 {
  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-d4yy6u {
  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-n82r8z small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

.spinanga-547f0p {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinanga-547f0p .spinanga-agg6wx {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.spinanga-5bh4wr {
  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-gxgt5l {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinanga-6kivow {
  justify-content: center;
}

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

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

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

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

.spinanga-l1mllo .spinanga-n4qjol {
  justify-content: center;
}

/* faq */

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

.spinanga-oxt5eg {
  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-15al3x ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spinanga-oxt5eg::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.spinanga-15al3x ease;
}

.spinanga-5v50xc.spinanga-dsv9pq .spinanga-oxt5eg::after {
  transform: rotate(45deg);
}

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

.spinanga-5v50xc.spinanga-dsv9pq .spinanga-kzp013 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.spinanga-hedxgk {
  margin: 25px 0;
}

.spinanga-ctjylm > input:not(:checked) ~ label:hover,
.spinanga-ctjylm > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinanga-c5uhrt.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinanga-ta6dmr 44.spinanga-16hlf1.spinanga-d1f1gq.spinanga-nr57sb.spinanga-ue4fno.spinanga-161kur.spinanga-xw4kpx.spinanga-84q7n0.spinanga-roxe8w.spinanga-mwuos9.spinanga-j1cdk9.spinanga-7n9kku.spinanga-yezj47 0l-12.spinanga-lunb4u 30.spinanga-6c8ev8.spinanga-7c30bj 2.spinanga-5t96b7.spinanga-7c30bj 3.spinanga-7ukzw5 3.spinanga-tfwmuv.spinanga-wwmu0u 3.spinanga-r6jnd3.spinanga-p0vbci.spinanga-s94y4e.spinanga-729p4q 7-3.spinanga-lunb4u 10.spinanga-zcvbzp.spinanga-729p4q 23.spinanga-m8mi5x.spinanga-gndr5c 1.spinanga-ntrbgl 2.spinanga-lunb4u 3.spinanga-gndr5c 1.spinanga-wwmu0u 5.spinanga-5h0bro.spinanga-wwmu0u 32.spinanga-qtctbr.spinanga-p0vbci 5.spinanga-yezj47 4.spinanga-729p4q 9.spinanga-729p4q 8.spinanga-wwmu0u 6.spinanga-9zesxo.spinanga-y4az98.spinanga-0u39x9.spinanga-tlf56n.spinanga-37obfq 4.spinanga-xeldap.spinanga-37obfq 6.spinanga-37obfq 0l29.spinanga-yezj47 17.spinanga-m4kj8z.spinanga-kiwnno 2.spinanga-9tcpd2 10.spinanga-qrjcih.spinanga-lunb4u 8.spinanga-na65uo.spinanga-2zdjd6.spinanga-vg025z.spinanga-izk3u5.spinanga-hnptoa.spinanga-p0vbci.spinanga-161kur.spinanga-lunb4u 1.spinanga-d40eol.spinanga-itbtss.spinanga-4w99fo.spinanga-siqmas.spinanga-1o6gqs.spinanga-ntrbgl 1.spinanga-0a7yaj.spinanga-zyeu9r.5z'/%3e%3c/svg%3e");
}

.spinanga-encdzd {
  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-encdzd {
    gap: 16px 0;
  }
}

.spinanga-wiuvo0 {
  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-wiuvo0.spinanga-bfyc4z {
  display: block;
}

.spinanga-wiuvo0.spinanga-ddigyv {
  display: none;
}

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

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

.spinanga-2w1o66 {
  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-racs7o {
  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-49okgw small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.spinanga-ahbuei .spinanga-9gydeg {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.spinanga-ndtxyh 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-ndtxyh 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-mobuqa {
  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-mobuqa.spinanga-4d4fii {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.spinanga-tkm24g {
  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-tkm24g label {
  font-size: 14px;
}

.spinanga-tkm24g h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.spinanga-tkm24g input,
.spinanga-tkm24g textarea,
.spinanga-tkm24g 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-tkm24g button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.spinanga-15al3x ease;
}
.spinanga-tkm24g button:hover {
  background-color: var(--button-bg-hover);
}
.spinanga-ylxiel {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.spinanga-n0k0rt ease-in;
}

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

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