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

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

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

.savaspin-5b651w {
  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) {
  .savaspin-5b651w: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;
  }
}

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

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

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

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

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

.savaspin-x9pzkh {
  cursor: pointer;
}

.savaspin-e01hpd {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.savaspin-uj4j39 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.savaspin-uj4j39 figure {
  margin: 0;
}

.savaspin-uj4j39.savaspin-eqwz7w {
  justify-content: flex-start;
  margin-right: 4px;
}

.savaspin-uj4j39.savaspin-enjaon {
  justify-content: flex-end;
  margin-left: 4px;
}

.savaspin-uj4j39.savaspin-o2lcgh {
  justify-content: center;
}

.savaspin-uj4j39.savaspin-1an9qq {
  justify-content: normal;
}

.savaspin-s10ylo {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.savaspin-6a5kli {
  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) {
  .savaspin-6a5kli {
    flex-direction: column;
  }
}

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

.savaspin-89luy3 img {
  width: 100%;
}

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

.savaspin-d56x4x {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.savaspin-d56x4x 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);
}

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

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

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

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

.savaspin-d56x4x ul li:last-of-type::after {
  display: none;
}

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

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

.savaspin-mmxqdl {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.savaspin-h2x2mk.savaspin-2z60bd {
  background-color: #000;
}

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

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

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

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

.savaspin-gq46ng {
  margin-bottom: 94px;
}

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

.savaspin-29xhnu .savaspin-0e1bie {
  margin-bottom: 28px;
}

.savaspin-29xhnu .savaspin-0e1bie img {
  max-height: 100px;
  width: auto;
}

.savaspin-hobr8v {
  display: flex;
  align-items: center;
}

.savaspin-hobr8v a + a {
  margin-left: 24px;
}

.savaspin-hobr8v img {
  max-height: 56px;
  width: auto;
}

.savaspin-hobr8v img + img {
  margin-left: 24px;
}

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

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

.savaspin-6q4hgk {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.savaspin-vo0vtl li {
  display: flex;
  margin: 0 7px;
}

.savaspin-vo0vtl li svg {
  transition: 0.savaspin-846t2q ease-in-out;
}

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

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

.savaspin-mn5mxe + .savaspin-mn5mxe {
  margin-left: 120px;
}

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

.savaspin-6ok18a {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.savaspin-bo2jef {
  list-style: none;
  margin: 0;
  padding: 0;
}

.savaspin-bo2jef li {
  font-size: 16px;
}

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

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

.savaspin-bo2jef li + li {
  margin-top: 16px;
}

.savaspin-3m9b9n {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.savaspin-1rwe8v ease-in-out;
}

.savaspin-3m9b9n.savaspin-5nhvnt {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.savaspin-hp5ac2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.savaspin-l566d8 li {
  width: 100%;
}

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

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

.savaspin-l566d8 li a.savaspin-5nhvnt {
  background: var(--border-color);
}

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

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

.savaspin-7k5604 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.savaspin-5iqxkz {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.savaspin-5iqxkz img {
  width: 100%;
  transition: 0.savaspin-846t2q ease-in-out;
}

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

.savaspin-5ivoj9 {
  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) {
  .savaspin-5ivoj9 {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .savaspin-to0swi .savaspin-0e1bie img {
    max-width: 90px;
  }
}

.savaspin-0e1bie img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .savaspin-0e1bie {
    order: -2;
  }
}

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

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

.savaspin-csiso5 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.savaspin-cdqt7c {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.savaspin-cdqt7c.savaspin-h300nr {
  margin-right: 0;
}

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

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

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

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

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

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

.savaspin-l3zpwu:hover > ul {
  display: flex;
}

.savaspin-l3zpwu:focus > ul {
  display: flex;
}

.savaspin-l3zpwu:focus-within > ul {
  display: flex;
}

.savaspin-7vvdzj {
  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;
}

.savaspin-7vvdzj::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.savaspin-1rwe8v ease-in-out;
}

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

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

.savaspin-l3zpwu 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.savaspin-846t2q ease-in-out;
  overflow: hidden;
}

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

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

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

.savaspin-ed6jir {
  display: none;
}

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

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

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

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

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

.savaspin-nhn6p2 img {
  margin-bottom: 20px;
}

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

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

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

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

.savaspin-xlywe3 {
  color: var(--text-color);
}

.savaspin-2nz5n7 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.savaspin-2nz5n7 p img {
  display: block;
  margin: 0 auto;
}

.savaspin-2nz5n7 p:first-of-type {
  margin-top: 0;
}

.savaspin-2nz5n7 p:last-of-type {
  margin-bottom: 0;
}

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

.savaspin-2nz5n7 ul {
  padding: 0 0 0 20px;
}

.savaspin-2nz5n7 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

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

.savaspin-2nz5n7 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.savaspin-wkiza0 .savaspin-8mwdvf {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .savaspin-wkiza0 .savaspin-8mwdvf {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.savaspin-wkiza0 .savaspin-qcgi2c {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.savaspin-qcgi2c {
  margin: 0 0 28px;
}

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

.savaspin-8mwdvf {
  margin: 0 0 28px;
}

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

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

.savaspin-5rkr1d .savaspin-5b651w {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.savaspin-li6vtz {
  position: relative;
  border: none;
}

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

.savaspin-zulrfx {
  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;
}

.savaspin-zulrfx span {
  height: 32px;
}

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

.savaspin-zulrfx.savaspin-p3phqp span {
  transform: scaleY(-1);
}

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

.savaspin-06l4os {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.savaspin-06l4os li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.savaspin-846t2q ease-in-out;
}

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

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

.savaspin-06l4os.savaspin-2avmh1 {
  display: none;
}

.savaspin-dpwpk7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.savaspin-dpwpk7 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .savaspin-dpwpk7 table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.savaspin-0inrxi {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.savaspin-r1q0g0 p {
  color: var(--text-color);
}

.savaspin-0zkpuk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.savaspin-b709k3 {
  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);
}

.savaspin-iq30ud {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.savaspin-fr9pru p + p {
  margin-top: 10px;
}

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

.savaspin-97tkkn {
  display: none;
}

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

.savaspin-7zw4fe {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.savaspin-7zw4fe li {
  margin: 0 20px;
}

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

.savaspin-7zw4fe li a img {
  margin-bottom: 4px;
}

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

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

.savaspin-0pcsk5 li {
  font-size: 16px;
  position: relative;
}

.savaspin-0pcsk5 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.savaspin-0pcsk5 li span {
  opacity: 0.5;
}

.savaspin-0pcsk5 li + li {
  margin-left: 30px;
}

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

h2.savaspin-rvuft0 {
  margin: 0 0 28px;
}

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

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

.savaspin-lupqoz 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);
}

.savaspin-lupqoz 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;
}

.savaspin-lupqoz 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;
}

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

.savaspin-lupqoz tbody tr:last-of-type {
  margin-bottom: 0;
}

.savaspin-lupqoz tbody tr td:first-of-type {
  flex-shrink: 0;
}

.savaspin-lupqoz 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);
}

.savaspin-lupqoz 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);
}

.savaspin-lupqoz tbody tr td:last-of-type {
  margin-left: auto;
}

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

.savaspin-lupqoz tbody tr td .savaspin-n0cn9t {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .savaspin-lupqoz tbody tr td .savaspin-n0cn9t {
    width: 100%;
  }
}

.savaspin-lupqoz tbody tr td .savaspin-v5rgow {
  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.savaspin-846t2q ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .savaspin-lupqoz tbody tr td .savaspin-v5rgow {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .savaspin-lupqoz tbody tr td .savaspin-v5rgow {
    width: 100%;
  }
}

.savaspin-lupqoz tbody tr td .savaspin-hgjn5x {
  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) {
  .savaspin-lupqoz tbody tr td .savaspin-hgjn5x:hover {
    text-decoration: none;
  }
}

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

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

.savaspin-383amy {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.savaspin-ywyk49 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.savaspin-846t2q ease-in-out;
}

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

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

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

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

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

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

.savaspin-073puw img {
  width: 100%;
  height: 100%;
}

.savaspin-073puw iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.savaspin-hs45jb svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.savaspin-846t2q ease-in-out;
}

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

.savaspin-fsgt6x {
  padding: 90px 0;
}

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

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

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

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

.savaspin-mcv4ij img {
  width: 100%;
}

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

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

.savaspin-swvmt8 {
  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;
}

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

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

.savaspin-odprs3 {
  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.savaspin-846t2q ease-in-out;
}

.savaspin-odprs3:hover {
  border: 1px solid #8c8ca2;
}

.savaspin-0wzxbb {
  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%);
}

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

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

.savaspin-37pyp8 a {
  text-decoration: underline;
  color: #8babff;
}

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

.savaspin-xt7ztm .savaspin-odprs3 {
  width: 50%;
  margin: 0;
}

.savaspin-cgczj3 {
  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;
}

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

.savaspin-diwpon {
  margin: 0 0 100px;
}

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

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

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

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

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

.savaspin-yta6hg {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.savaspin-9t7ebo 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.savaspin-846t2q ease-in-out;
}

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

.savaspin-9t7ebo a svg {
  fill: #fff;
}

.savaspin-9t7ebo a:hover {
  background: #3d68e7;
}

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

.savaspin-1mr0v7 {
  margin-bottom: 16px;
}

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

.savaspin-jv9us4 {
  font-size: 16px;
  color: var(--text-color);
}

.savaspin-98uah9 {
  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) {
  .savaspin-98uah9 {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

.savaspin-b9w8al 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);
}

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

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

.savaspin-b9w8al table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.savaspin-9i5q1h {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.savaspin-9i5q1h.savaspin-dqia5q {
  display: none;
}

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

.savaspin-8288nn iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.savaspin-8288nn iframe.savaspin-af06yy {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.savaspin-8288nn.savaspin-y0nmm7 {
  opacity: 1;
  pointer-events: all;
}

.savaspin-sb3rqs {
  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.savaspin-846t2q ease-in-out;
}

.savaspin-sb3rqs svg {
  margin-right: 10px;
}

.savaspin-sb3rqs + .savaspin-sb3rqs {
  margin-top: 14px;
}

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

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

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

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

.savaspin-98uah9 .savaspin-5rkr1d {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.savaspin-98uah9 .savaspin-5rkr1d h1,
.savaspin-98uah9 .savaspin-5rkr1d 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) {
  .savaspin-98uah9 .savaspin-5rkr1d h1,
  .savaspin-98uah9 .savaspin-5rkr1d h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .savaspin-98uah9 .savaspin-5rkr1d {
    margin: 28px 0 0;
  }
}

.savaspin-1h7apg {
  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) {
  .savaspin-1h7apg {
    padding: 0 16px;
  }
}

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

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

.savaspin-537j9y {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.savaspin-o0k1eo {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.savaspin-y8xdto {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.savaspin-ed7bkq .savaspin-5b651w {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .savaspin-ed7bkq .savaspin-5b651w {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.savaspin-4xl1zd {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.savaspin-4xl1zd img {
  width: 100%;
}

.savaspin-smv7rb {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.savaspin-f6kk0l {
  width: 100%;
  margin: 0 0 100px;
}

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

.savaspin-f6kk0l .savaspin-uydkjz {
  position: relative;
}

.savaspin-f6kk0l .savaspin-ihetox {
  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;
}

.savaspin-f6kk0l .savaspin-ihetox.savaspin-dqia5q {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .savaspin-f6kk0l .savaspin-xqrizs {
    bottom: 90px;
  }
}

.savaspin-f6kk0l .savaspin-xqrizs .savaspin-ixy27b {
  max-width: 300px;
  width: 100%;
}

.savaspin-f6kk0l .savaspin-xqrizs .savaspin-ixy27b .savaspin-l8elcp {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .savaspin-f6kk0l .savaspin-xqrizs .savaspin-ixy27b .savaspin-l8elcp {
    font-size: 32px;
    text-align: center;
  }
}

.savaspin-f6kk0l .savaspin-xqrizs .savaspin-ixy27b .savaspin-7ha8g6 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .savaspin-f6kk0l .savaspin-xqrizs .savaspin-ixy27b .savaspin-7ha8g6 {
    text-align: center;
  }
}

.savaspin-f6kk0l .savaspin-xqrizs .savaspin-h300nr {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .savaspin-f6kk0l .savaspin-xqrizs .savaspin-h300nr {
    flex-direction: column-reverse;
  }
}

.savaspin-f6kk0l .savaspin-xqrizs .savaspin-h300nr .savaspin-yulocp {
  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.savaspin-846t2q ease-in-out;
}

.savaspin-f6kk0l .savaspin-xqrizs .savaspin-h300nr .savaspin-yulocp:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .savaspin-f6kk0l .savaspin-xqrizs .savaspin-h300nr .savaspin-yulocp {
    width: 100%;
  }
}

.savaspin-f6kk0l .savaspin-xqrizs .savaspin-h300nr .savaspin-23wtis {
  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.savaspin-846t2q ease-in-out;
  overflow: hidden;
}

.savaspin-f6kk0l .savaspin-xqrizs .savaspin-h300nr .savaspin-23wtis 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);
  }
}

.savaspin-f6kk0l .savaspin-xqrizs .savaspin-h300nr .savaspin-23wtis: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;
}

.savaspin-f6kk0l .savaspin-xqrizs .savaspin-h300nr .savaspin-23wtis:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .savaspin-f6kk0l .savaspin-xqrizs .savaspin-h300nr .savaspin-23wtis {
    width: 100%;
  }
}

.savaspin-f6kk0l .savaspin-xqrizs.savaspin-dqia5q {
  display: none;
}

.savaspin-f6kk0l .savaspin-vj9j2g {
  display: none;
}

.savaspin-f6kk0l .savaspin-vj9j2g.savaspin-y0nmm7 {
  display: block;
}

.savaspin-f6kk0l .savaspin-vj9j2g iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .savaspin-f6kk0l .savaspin-vj9j2g iframe {
    height: calc(100vh - 54px);
  }
}

.savaspin-f6kk0l .savaspin-c0ff1e {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .savaspin-f6kk0l .savaspin-c0ff1e {
    padding: 24px 16px 0;
  }
}

.savaspin-f6kk0l .savaspin-c0ff1e .savaspin-l8elcp {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .savaspin-f6kk0l .savaspin-c0ff1e .savaspin-l8elcp {
    margin-bottom: 24px;
  }
}

.savaspin-f6kk0l .savaspin-c0ff1e 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);
}

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

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

.savaspin-f6kk0l .savaspin-c0ff1e table tr:last-of-type td {
  border-bottom: none;
}

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

.savaspin-rv49z6.savaspin-5nhvnt {
  display: block;
}

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

.savaspin-rv49z6 .savaspin-wiujr4 {
  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;
}

.savaspin-rv49z6 .savaspin-zhh13a {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.savaspin-rv49z6 .savaspin-23wtis {
  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.savaspin-846t2q ease-in-out;
}

.savaspin-rv49z6 .savaspin-23wtis:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.savaspin-6y48my.savaspin-5nhvnt {
  display: block;
}

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

.savaspin-1iz77g {
  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;
}

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

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

.savaspin-xapr6c {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.savaspin-xapr6c svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.savaspin-wx5frt {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.savaspin-1kztis.savaspin-dqia5q {
  display: none;
}

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

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

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

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

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

.savaspin-zwgya0 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.savaspin-846t2q ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.savaspin-zwgya0 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.savaspin-zwgya0 input:active {
  border-color: #c2c0ce;
}

.savaspin-zwgya0 input:focus {
  border-color: #c2c0ce;
}

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

.savaspin-t774qy {
  margin-bottom: 36px;
}

.savaspin-t774qy 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;
}

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

.savaspin-t774qy textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.savaspin-z4bl1v {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.savaspin-0mcj3t {
  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.savaspin-846t2q ease-in-out;
}

.savaspin-0mcj3t:hover {
  background: var(--border-color);
}

.savaspin-zug2hg {
  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.savaspin-846t2q ease-in-out;
}

.savaspin-zug2hg:hover {
  background: #166ad9;
}

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

.savaspin-mnhx3v.savaspin-dqia5q {
  display: none;
}

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

.savaspin-mnhx3v .savaspin-0mcj3t {
  margin: 0 auto;
}

.savaspin-igwotr {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.savaspin-t85eg5 {
  filter: grayscale(100%);
}

.savaspin-7wjx5n > input {
  display: none;
}

.savaspin-7wjx5n > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.savaspin-zs0wee.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.savaspin-6j7drx 44.savaspin-9j2uey.savaspin-6lqz6e.savaspin-54cxc8.savaspin-4clrj2.savaspin-vh7lmj.savaspin-qoxbpk.savaspin-qlgf45.savaspin-u4cslm.savaspin-tjruox.savaspin-x1oql3.savaspin-cvii0b.savaspin-i9e8rs 0l-12.savaspin-qguh6s 30.savaspin-zsokfd.savaspin-cpqfpa 2.savaspin-yvm5fv.savaspin-cpqfpa 3.savaspin-57h1c9 3.savaspin-xiveyk.savaspin-papzbl 3.savaspin-61xh8w.savaspin-jk17bk.savaspin-jn0mi1.savaspin-4zeoji 7-3.savaspin-qguh6s 10.savaspin-j0x2gy.savaspin-4zeoji 23.savaspin-0iazkh.savaspin-zjzup7 1.savaspin-sk90v3 2.savaspin-qguh6s 3.savaspin-zjzup7 1.savaspin-papzbl 5.savaspin-m5j2wl.savaspin-papzbl 32.savaspin-g2wbf4.savaspin-jk17bk 5.savaspin-i9e8rs 4.savaspin-4zeoji 9.savaspin-4zeoji 8.savaspin-papzbl 6.savaspin-w6atq9.savaspin-ksrzb9.savaspin-iwkxm3.savaspin-deowmf.savaspin-suh1zd 4.savaspin-67vrlq.savaspin-suh1zd 6.savaspin-suh1zd 0l29.savaspin-i9e8rs 17.savaspin-r8i8nr.savaspin-djyfpv 2.savaspin-rsbofm 10.savaspin-lopwiu.savaspin-qguh6s 8.savaspin-f5yrw7.savaspin-9vmjde.savaspin-bc5135.savaspin-vymyb8.savaspin-qhu3v1.savaspin-jk17bk.savaspin-vh7lmj.savaspin-qguh6s 1.savaspin-xz4tfc.savaspin-hnbkaz.savaspin-mn5pkq.savaspin-jwt41k.savaspin-uddct2.savaspin-sk90v3 1.savaspin-wuxy2x.savaspin-m2ikhr.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.savaspin-7wjx5n > input:checked ~ label,
.savaspin-7wjx5n > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.savaspin-zs0wee.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.savaspin-6j7drx 44.savaspin-9j2uey.savaspin-6lqz6e.savaspin-54cxc8.savaspin-4clrj2.savaspin-vh7lmj.savaspin-qoxbpk.savaspin-qlgf45.savaspin-u4cslm.savaspin-tjruox.savaspin-x1oql3.savaspin-cvii0b.savaspin-i9e8rs 0l-12.savaspin-qguh6s 30.savaspin-zsokfd.savaspin-cpqfpa 2.savaspin-yvm5fv.savaspin-cpqfpa 3.savaspin-57h1c9 3.savaspin-xiveyk.savaspin-papzbl 3.savaspin-61xh8w.savaspin-jk17bk.savaspin-jn0mi1.savaspin-4zeoji 7-3.savaspin-qguh6s 10.savaspin-j0x2gy.savaspin-4zeoji 23.savaspin-0iazkh.savaspin-zjzup7 1.savaspin-sk90v3 2.savaspin-qguh6s 3.savaspin-zjzup7 1.savaspin-papzbl 5.savaspin-m5j2wl.savaspin-papzbl 32.savaspin-g2wbf4.savaspin-jk17bk 5.savaspin-i9e8rs 4.savaspin-4zeoji 9.savaspin-4zeoji 8.savaspin-papzbl 6.savaspin-w6atq9.savaspin-ksrzb9.savaspin-iwkxm3.savaspin-deowmf.savaspin-suh1zd 4.savaspin-67vrlq.savaspin-suh1zd 6.savaspin-suh1zd 0l29.savaspin-i9e8rs 17.savaspin-r8i8nr.savaspin-djyfpv 2.savaspin-rsbofm 10.savaspin-lopwiu.savaspin-qguh6s 8.savaspin-f5yrw7.savaspin-9vmjde.savaspin-bc5135.savaspin-vymyb8.savaspin-qhu3v1.savaspin-jk17bk.savaspin-vh7lmj.savaspin-qguh6s 1.savaspin-xz4tfc.savaspin-hnbkaz.savaspin-mn5pkq.savaspin-jwt41k.savaspin-uddct2.savaspin-sk90v3 1.savaspin-wuxy2x.savaspin-m2ikhr.5z'/%3e%3c/svg%3e");
}

.savaspin-7wjx5n > input:not(:checked) ~ label:hover,
.savaspin-7wjx5n > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.savaspin-zs0wee.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.savaspin-6j7drx 44.savaspin-9j2uey.savaspin-6lqz6e.savaspin-54cxc8.savaspin-4clrj2.savaspin-vh7lmj.savaspin-qoxbpk.savaspin-qlgf45.savaspin-u4cslm.savaspin-tjruox.savaspin-x1oql3.savaspin-cvii0b.savaspin-i9e8rs 0l-12.savaspin-qguh6s 30.savaspin-zsokfd.savaspin-cpqfpa 2.savaspin-yvm5fv.savaspin-cpqfpa 3.savaspin-57h1c9 3.savaspin-xiveyk.savaspin-papzbl 3.savaspin-61xh8w.savaspin-jk17bk.savaspin-jn0mi1.savaspin-4zeoji 7-3.savaspin-qguh6s 10.savaspin-j0x2gy.savaspin-4zeoji 23.savaspin-0iazkh.savaspin-zjzup7 1.savaspin-sk90v3 2.savaspin-qguh6s 3.savaspin-zjzup7 1.savaspin-papzbl 5.savaspin-m5j2wl.savaspin-papzbl 32.savaspin-g2wbf4.savaspin-jk17bk 5.savaspin-i9e8rs 4.savaspin-4zeoji 9.savaspin-4zeoji 8.savaspin-papzbl 6.savaspin-w6atq9.savaspin-ksrzb9.savaspin-iwkxm3.savaspin-deowmf.savaspin-suh1zd 4.savaspin-67vrlq.savaspin-suh1zd 6.savaspin-suh1zd 0l29.savaspin-i9e8rs 17.savaspin-r8i8nr.savaspin-djyfpv 2.savaspin-rsbofm 10.savaspin-lopwiu.savaspin-qguh6s 8.savaspin-f5yrw7.savaspin-9vmjde.savaspin-bc5135.savaspin-vymyb8.savaspin-qhu3v1.savaspin-jk17bk.savaspin-vh7lmj.savaspin-qguh6s 1.savaspin-xz4tfc.savaspin-hnbkaz.savaspin-mn5pkq.savaspin-jwt41k.savaspin-uddct2.savaspin-sk90v3 1.savaspin-wuxy2x.savaspin-m2ikhr.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .savaspin-79o357 > .savaspin-i7h861 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .savaspin-79o357 > .savaspin-i7h861 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .savaspin-79o357 > .savaspin-i7h861 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .savaspin-79o357 > .savaspin-i7h861 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .savaspin-79o357 > .savaspin-i7h861 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.savaspin-64qi6c {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.savaspin-64qi6c.savaspin-dqia5q {
  display: none;
}

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

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

.savaspin-8u7dac {
  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;
}

.savaspin-8u7dac::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.savaspin-8u7dac::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.savaspin-8u7dac img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.savaspin-rpbu6t {
  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;
}

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .savaspin-8s04vk {
    top: -20px;
  }
}

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

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

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

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

.savaspin-64qi6c.savaspin-tcdqjy .savaspin-vg1d82 {
  background: #2b3b67;
}

.savaspin-64qi6c.savaspin-tcdqjy .savaspin-8u7dac {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.savaspin-64qi6c.savaspin-tcdqjy .savaspin-8u7dac::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.savaspin-64qi6c.savaspin-tcdqjy .savaspin-8u7dac::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.savaspin-64qi6c.savaspin-tcdqjy .savaspin-rpbu6t::before {
  background: #0e0f41;
}

.savaspin-64qi6c.savaspin-tcdqjy .savaspin-rpbu6t::after {
  background: #152557;
}

.savaspin-64qi6c.savaspin-x264vk .savaspin-vg1d82 {
  background: #1f35fa;
}

.savaspin-64qi6c.savaspin-x264vk .savaspin-8u7dac {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.savaspin-64qi6c.savaspin-x264vk .savaspin-8u7dac::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.savaspin-64qi6c.savaspin-x264vk .savaspin-8u7dac::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.savaspin-64qi6c.savaspin-x264vk .savaspin-rpbu6t::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.savaspin-64qi6c.savaspin-x264vk .savaspin-rpbu6t::after {
  background: #192ac8;
}

.savaspin-64qi6c.savaspin-5ndq3q .savaspin-vg1d82 {
  background: #fa771f;
}

.savaspin-64qi6c.savaspin-5ndq3q .savaspin-8u7dac {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.savaspin-64qi6c.savaspin-5ndq3q .savaspin-8u7dac::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.savaspin-64qi6c.savaspin-5ndq3q .savaspin-8u7dac::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.savaspin-64qi6c.savaspin-5ndq3q .savaspin-rpbu6t::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.savaspin-64qi6c.savaspin-5ndq3q .savaspin-rpbu6t::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

.savaspin-g5l16h {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.savaspin-rofix4 {
  width: 120px;
  height: 22px;
}

.savaspin-rofix4 .savaspin-m0zsz4 {
  fill: #c2c0ce;
}

.savaspin-rofix4 [rating="1"] .savaspin-m0zsz4:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.savaspin-rofix4 [rating="2"] .savaspin-m0zsz4:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.savaspin-rofix4 [rating="3"] .savaspin-m0zsz4:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.savaspin-rofix4 [rating="4"] .savaspin-m0zsz4:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.savaspin-rofix4 [rating="5"] .savaspin-m0zsz4:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.savaspin-75xkpl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.savaspin-wvz7b5 {
  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);
}

.savaspin-wvz7b5.savaspin-y0nmm7 {
  display: block;
}

.savaspin-wvz7b5.savaspin-dqia5q {
  display: none;
}

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

.savaspin-c7juey {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.savaspin-a4fkhu {
  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);
}

.savaspin-g427yx {
  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;
}

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

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

.savaspin-i5s24t {
  font-size: 16px;
  line-height: 140%;
}

.savaspin-qzxk0x {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.savaspin-qzxk0x .savaspin-m0zsz4 {
  fill: #c2c0ce;
}

.savaspin-qzxk0x [rating="1"] .savaspin-m0zsz4:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.savaspin-qzxk0x [rating="2"] .savaspin-m0zsz4:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.savaspin-qzxk0x [rating="3"] .savaspin-m0zsz4:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.savaspin-qzxk0x [rating="4"] .savaspin-m0zsz4:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.savaspin-qzxk0x [rating="5"] .savaspin-m0zsz4:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.savaspin-oqcjyz {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.savaspin-ngeor0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.savaspin-xtt9ug {
  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;
}

.savaspin-4mnn3l {
  flex: 1;
  min-width: 0;
}

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

.savaspin-enoiu5 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.savaspin-enoiu5 svg path {
  fill: var(--button-bg-color);
}

.savaspin-enoiu5 svg circle {
  fill: var(--button-text-color);
}

.savaspin-7qyup1 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.savaspin-7qyup1 strong {
  font-weight: 600;
}

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

.savaspin-akm769 p {
  margin: 0 0 16px;
}

.savaspin-akm769 p:last-child {
  margin-bottom: 0;
}

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

.savaspin-643267 {
  max-width: 300px;
  width: 100%;
}

.savaspin-643267 a {
  width: 100%;
}

@media (max-width: 575px) {
  .savaspin-643267 {
    max-width: 200px;
  }
}

.savaspin-4cn09g {
  justify-content: center;
}

.savaspin-2a5npy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.savaspin-0fe4id {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.savaspin-nvhacl .savaspin-csiso5 {
  justify-content: center;
}

/* faq */

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

.savaspin-tlb4l7 {
  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.savaspin-ciqyxc ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.savaspin-tlb4l7::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.savaspin-ciqyxc ease;
}

.savaspin-dp5og5.savaspin-5nhvnt .savaspin-tlb4l7::after {
  transform: rotate(45deg);
}

.savaspin-u7cmov {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.savaspin-846t2q ease, padding 0.savaspin-846t2q ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.savaspin-dp5og5.savaspin-5nhvnt .savaspin-u7cmov {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.savaspin-5b1mrj {
  margin: 25px 0;
}

.savaspin-7wjx5n > input:not(:checked) ~ label:hover,
.savaspin-7wjx5n > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.savaspin-updgsf.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.savaspin-ivti45 44.savaspin-k6pfm2.savaspin-530z66.savaspin-0bmpxm.savaspin-64o9ry.savaspin-8h5igu.savaspin-jhb8nf.savaspin-eycr3l.savaspin-6bjcr9.savaspin-8iavtq.savaspin-kysxf6.savaspin-huhdpb.savaspin-b8vly7 0l-12.savaspin-onfcwe 30.savaspin-byry7x.savaspin-mfkqjb 2.savaspin-r3tmzv.savaspin-mfkqjb 3.savaspin-ii3j86 3.savaspin-5axzl7.savaspin-8v1zah 3.savaspin-o4won8.savaspin-h7znfz.savaspin-5i43kx.savaspin-f5y02c 7-3.savaspin-onfcwe 10.savaspin-93s852.savaspin-f5y02c 23.savaspin-u5rda8.savaspin-ejhqsj 1.savaspin-bofty1 2.savaspin-onfcwe 3.savaspin-ejhqsj 1.savaspin-8v1zah 5.savaspin-vvbku9.savaspin-8v1zah 32.savaspin-5oz1ja.savaspin-h7znfz 5.savaspin-b8vly7 4.savaspin-f5y02c 9.savaspin-f5y02c 8.savaspin-8v1zah 6.savaspin-9hkhse.savaspin-da5pdn.savaspin-i7o4qf.savaspin-ksiy02.savaspin-g4fe3p 4.savaspin-squiwg.savaspin-g4fe3p 6.savaspin-g4fe3p 0l29.savaspin-b8vly7 17.savaspin-l08oni.savaspin-nn1ozk 2.savaspin-2ycdvl 10.savaspin-xqrxxr.savaspin-onfcwe 8.savaspin-71tnkt.savaspin-u5p100.savaspin-kbaunk.savaspin-jwvy95.savaspin-v225g8.savaspin-h7znfz.savaspin-8h5igu.savaspin-onfcwe 1.savaspin-n0cf1n.savaspin-5g5glp.savaspin-6z4u14.savaspin-ib3zr9.savaspin-8hp3rb.savaspin-bofty1 1.savaspin-48lrsi.savaspin-vmfzg4.5z'/%3e%3c/svg%3e");
}

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

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

.savaspin-21dprl {
  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);
}

.savaspin-21dprl.savaspin-6fpbea {
  display: block;
}

.savaspin-21dprl.savaspin-224s5e {
  display: none;
}

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

.savaspin-0hxlfs {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.savaspin-63qasg {
  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);
}

.savaspin-betqv6 {
  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;
}

.savaspin-206py4 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.savaspin-53qyqh {
  font-size: 16px;
  line-height: 140%;
}

.savaspin-t636br {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.savaspin-t636br .savaspin-br9z8b {
  fill: #c2c0ce;
}

.savaspin-t636br [rating="1"] .savaspin-br9z8b:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.savaspin-t636br [rating="2"] .savaspin-br9z8b:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.savaspin-t636br [rating="3"] .savaspin-br9z8b:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.savaspin-t636br [rating="4"] .savaspin-br9z8b:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.savaspin-t636br [rating="5"] .savaspin-br9z8b:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.savaspin-d3gusi 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;
}

.savaspin-d3gusi 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 */

.savaspin-n00pkm {
  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);
}

.savaspin-n00pkm.savaspin-u7si3e {
  opacity: 1;
  pointer-events: auto;
}
