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

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

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

.spinmama-nz42sm {
  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) {
  .spinmama-nz42sm: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;
  }
}

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

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

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

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

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

.spinmama-o1iose {
  cursor: pointer;
}

.spinmama-8v78ha {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.spinmama-0usmbv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.spinmama-0usmbv figure {
  margin: 0;
}

.spinmama-0usmbv.spinmama-wicd3i {
  justify-content: flex-start;
  margin-right: 4px;
}

.spinmama-0usmbv.spinmama-21x08e {
  justify-content: flex-end;
  margin-left: 4px;
}

.spinmama-0usmbv.spinmama-hyxfcn {
  justify-content: center;
}

.spinmama-0usmbv.spinmama-xvbw8b {
  justify-content: normal;
}

.spinmama-u9stgl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.spinmama-5ge25j {
  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) {
  .spinmama-5ge25j {
    flex-direction: column;
  }
}

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

.spinmama-9hgwcj img {
  width: 100%;
}

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

.spinmama-ba4xpc {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.spinmama-ba4xpc 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);
}

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

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

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

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

.spinmama-ba4xpc ul li:last-of-type::after {
  display: none;
}

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

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

.spinmama-ms2y7o {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.spinmama-tn9hfd.spinmama-kkfgsx {
  background-color: #000;
}

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

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

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

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

.spinmama-m2rc52 {
  margin-bottom: 94px;
}

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

.spinmama-ktc31k .spinmama-kah25t {
  margin-bottom: 28px;
}

.spinmama-ktc31k .spinmama-kah25t img {
  max-height: 100px;
  width: auto;
}

.spinmama-5fgtuk {
  display: flex;
  align-items: center;
}

.spinmama-5fgtuk a + a {
  margin-left: 24px;
}

.spinmama-5fgtuk img {
  max-height: 56px;
  width: auto;
}

.spinmama-5fgtuk img + img {
  margin-left: 24px;
}

.spinmama-1r53v5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.spinmama-gc99bq {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

@media only screen and (max-width: 767px) {
  .spinmama-3580q2 {
    flex-wrap: wrap;
  }
}

.spinmama-3580q2 li {
  display: flex;
  margin: 0 7px;
}

.spinmama-3580q2 li svg {
  transition: 0.spinmama-8e5kbo ease-in-out;
}

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

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

.spinmama-sg9kpu + .spinmama-sg9kpu {
  margin-left: 120px;
}

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

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

.spinmama-2i9poq {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spinmama-2i9poq li {
  font-size: 16px;
}

.spinmama-2i9poq li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.spinmama-2i9poq li + li {
  margin-top: 16px;
}

.spinmama-y765o0 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.spinmama-5qta26 ease-in-out;
}

.spinmama-y765o0.spinmama-9alw7d {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.spinmama-3revtw {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinmama-w5jvrk li {
  width: 100%;
}

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

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

.spinmama-w5jvrk li a.spinmama-9alw7d {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.spinmama-l73uj1 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.spinmama-l73uj1 img {
  width: 100%;
  transition: 0.spinmama-8e5kbo ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .spinmama-ajb39y .spinmama-kah25t img {
    max-width: 90px;
  }
}

.spinmama-kah25t img {
  max-height: 50px;
  width: auto;
}

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

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

.spinmama-76agzu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.spinmama-76agzu li {
  font-size: 16px;
  margin: 0 20px;
}

.spinmama-76agzu li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.spinmama-oqrtkr {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.spinmama-oqrtkr.spinmama-frrpws {
  margin-right: 0;
}

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

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

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

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

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

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

.spinmama-d4vzjq:hover > ul {
  display: flex;
}

.spinmama-d4vzjq:focus > ul {
  display: flex;
}

.spinmama-d4vzjq:focus-within > ul {
  display: flex;
}

.spinmama-g4ft04 {
  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;
}

.spinmama-g4ft04::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.spinmama-5qta26 ease-in-out;
}

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

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

.spinmama-d4vzjq 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.spinmama-8e5kbo ease-in-out;
  overflow: hidden;
}

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

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

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

.spinmama-3fp6yu {
  display: none;
}

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

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

@media only screen and (max-width: 1023px) {
  .spinmama-3fp6yu:checked ~ .spinmama-39g4w3 {
    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;
  }
  .spinmama-39g4w3 {
    display: none;
    transition: display 0.spinmama-8e5kbo ease-in-out;
  }
  .spinmama-3fp6yu:checked ~ .spinmama-39g4w3 {
    display: block;
  }
  .spinmama-3fp6yu:checked + .spinmama-441yxk span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .spinmama-3fp6yu:checked + .spinmama-441yxk span:nth-child(2) {
    display: none;
  }
  .spinmama-3fp6yu:checked + .spinmama-441yxk span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

.spinmama-rumr3n img {
  margin-bottom: 20px;
}

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

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

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

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

.spinmama-j9ta3b {
  color: var(--text-color);
}

.spinmama-20yi5q {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.spinmama-20yi5q p img {
  display: block;
  margin: 0 auto;
}

.spinmama-20yi5q p:first-of-type {
  margin-top: 0;
}

.spinmama-20yi5q p:last-of-type {
  margin-bottom: 0;
}

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

.spinmama-20yi5q ul {
  padding: 0 0 0 20px;
}

.spinmama-20yi5q table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.spinmama-20yi5q table tr:nth-child(even) td {
  background: var(--table-2-color);
}

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

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

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

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

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

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

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

.spinmama-0xrirc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.spinmama-0xrirc .spinmama-anyazk {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.spinmama-0xrirc .spinmama-h90tt6 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.spinmama-h90tt6 {
  margin: 0 0 28px;
}

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

.spinmama-anyazk {
  margin: 0 0 28px;
}

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

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

.spinmama-dunt53 .spinmama-nz42sm {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.spinmama-zhyz55 {
  position: relative;
  border: none;
}

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

.spinmama-cj7eer {
  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;
}

.spinmama-cj7eer span {
  height: 32px;
}

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

.spinmama-cj7eer.spinmama-evygs8 span {
  transform: scaleY(-1);
}

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

.spinmama-r0z1es {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.spinmama-r0z1es li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.spinmama-8e5kbo ease-in-out;
}

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

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

.spinmama-r0z1es.spinmama-jl9vch {
  display: none;
}

.spinmama-tb8j2n {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.spinmama-tb8j2n table {
  width: 100%;
  border-collapse: collapse;
}

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

  .spinmama-tb8j2n table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.spinmama-lex9nl {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.spinmama-pug7v6 p {
  color: var(--text-color);
}

.spinmama-z23o60 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.spinmama-tscmvk {
  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);
}

.spinmama-ewsrvp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinmama-u8aqn1 p + p {
  margin-top: 10px;
}

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

.spinmama-qktd7f {
  display: none;
}

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

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

.spinmama-pxpweq li {
  margin: 0 20px;
}

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

.spinmama-pxpweq li a img {
  margin-bottom: 4px;
}

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

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

.spinmama-a194wm li {
  font-size: 16px;
  position: relative;
}

.spinmama-a194wm li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.spinmama-a194wm li span {
  opacity: 0.5;
}

.spinmama-a194wm li + li {
  margin-left: 30px;
}

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

h2.spinmama-jbh62i {
  margin: 0 0 28px;
}

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

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

.spinmama-3dnxtk 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);
}

.spinmama-3dnxtk 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;
}

.spinmama-3dnxtk 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;
}

.spinmama-3dnxtk tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.spinmama-3dnxtk tbody tr:last-of-type {
  margin-bottom: 0;
}

.spinmama-3dnxtk tbody tr td:first-of-type {
  flex-shrink: 0;
}

.spinmama-3dnxtk 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);
}

.spinmama-3dnxtk 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);
}

.spinmama-3dnxtk tbody tr td:last-of-type {
  margin-left: auto;
}

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

.spinmama-3dnxtk tbody tr td .spinmama-iygx5l {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .spinmama-3dnxtk tbody tr td .spinmama-iygx5l {
    width: 100%;
  }
}

.spinmama-3dnxtk tbody tr td .spinmama-ssbl32 {
  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.spinmama-8e5kbo ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .spinmama-3dnxtk tbody tr td .spinmama-ssbl32:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .spinmama-3dnxtk tbody tr td .spinmama-ssbl32 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .spinmama-3dnxtk tbody tr td .spinmama-ssbl32 {
    width: 100%;
  }
}

.spinmama-3dnxtk tbody tr td .spinmama-xlbktt {
  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) {
  .spinmama-3dnxtk tbody tr td .spinmama-xlbktt:hover {
    text-decoration: none;
  }
}

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

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

.spinmama-0qrgjt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.spinmama-ru6wci img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.spinmama-8e5kbo ease-in-out;
}

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

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

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

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

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

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

.spinmama-j1k9gw img {
  width: 100%;
  height: 100%;
}

.spinmama-j1k9gw iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.spinmama-r6onqs svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.spinmama-8e5kbo ease-in-out;
}

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

.spinmama-61jivj {
  padding: 90px 0;
}

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

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

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

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

.spinmama-drlneh img {
  width: 100%;
}

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

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

.spinmama-c6gluf {
  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;
}

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

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

.spinmama-qjj61d {
  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.spinmama-8e5kbo ease-in-out;
}

.spinmama-qjj61d:hover {
  border: 1px solid #8c8ca2;
}

.spinmama-mn2poe {
  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%);
}

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

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

.spinmama-uc0d6h a {
  text-decoration: underline;
  color: #8babff;
}

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

.spinmama-wmjkzk .spinmama-qjj61d {
  width: 50%;
  margin: 0;
}

.spinmama-u6eu0r {
  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;
}

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

.spinmama-rnc7b6 {
  margin: 0 0 100px;
}

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

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

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

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

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

.spinmama-yyt7t0 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.spinmama-o32mfy 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.spinmama-8e5kbo ease-in-out;
}

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

.spinmama-o32mfy a svg {
  fill: #fff;
}

.spinmama-o32mfy a:hover {
  background: #3d68e7;
}

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

.spinmama-xp6xz4 {
  margin-bottom: 16px;
}

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

.spinmama-i6639j {
  font-size: 16px;
  color: var(--text-color);
}

.spinmama-78zmro {
  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) {
  .spinmama-78zmro {
    padding: 0 16px;
  }
}

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

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

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

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

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

.spinmama-1y49ur {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.spinmama-1y49ur 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);
}

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

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

.spinmama-1y49ur table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .spinmama-1y49ur {
    margin: 0;
  }
}

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

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

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

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

.spinmama-t3qghp.spinmama-i9ggxe {
  display: none;
}

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

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

.spinmama-a55jym iframe.spinmama-kiok7z {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.spinmama-a55jym.spinmama-xnn7jd {
  opacity: 1;
  pointer-events: all;
}

.spinmama-eije89 {
  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.spinmama-8e5kbo ease-in-out;
}

.spinmama-eije89 svg {
  margin-right: 10px;
}

.spinmama-eije89 + .spinmama-eije89 {
  margin-top: 14px;
}

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

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

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

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

.spinmama-78zmro .spinmama-dunt53 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.spinmama-78zmro .spinmama-dunt53 h1,
.spinmama-78zmro .spinmama-dunt53 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) {
  .spinmama-78zmro .spinmama-dunt53 h1,
  .spinmama-78zmro .spinmama-dunt53 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .spinmama-78zmro .spinmama-dunt53 {
    margin: 28px 0 0;
  }
}

.spinmama-2eekon {
  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) {
  .spinmama-2eekon {
    padding: 0 16px;
  }
}

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

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

.spinmama-7c7trh {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.spinmama-cws9x3 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.spinmama-awg13l .spinmama-nz42sm {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .spinmama-awg13l .spinmama-nz42sm {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.spinmama-mid9ps {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.spinmama-mid9ps img {
  width: 100%;
}

.spinmama-i8lxo2 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.spinmama-agg2xz {
  width: 100%;
  margin: 0 0 100px;
}

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

.spinmama-agg2xz .spinmama-20bqrq {
  position: relative;
}

.spinmama-agg2xz .spinmama-boo44f {
  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;
}

.spinmama-agg2xz .spinmama-boo44f.spinmama-i9ggxe {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .spinmama-agg2xz .spinmama-0lmdvh {
    bottom: 90px;
  }
}

.spinmama-agg2xz .spinmama-0lmdvh .spinmama-7e665c {
  max-width: 300px;
  width: 100%;
}

.spinmama-agg2xz .spinmama-0lmdvh .spinmama-7e665c .spinmama-8p1gzo {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .spinmama-agg2xz .spinmama-0lmdvh .spinmama-7e665c .spinmama-8p1gzo {
    font-size: 32px;
    text-align: center;
  }
}

.spinmama-agg2xz .spinmama-0lmdvh .spinmama-7e665c .spinmama-u30715 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .spinmama-agg2xz .spinmama-0lmdvh .spinmama-7e665c .spinmama-u30715 {
    text-align: center;
  }
}

.spinmama-agg2xz .spinmama-0lmdvh .spinmama-frrpws {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .spinmama-agg2xz .spinmama-0lmdvh .spinmama-frrpws {
    flex-direction: column-reverse;
  }
}

.spinmama-agg2xz .spinmama-0lmdvh .spinmama-frrpws .spinmama-hom8vo {
  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.spinmama-8e5kbo ease-in-out;
}

.spinmama-agg2xz .spinmama-0lmdvh .spinmama-frrpws .spinmama-hom8vo:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .spinmama-agg2xz .spinmama-0lmdvh .spinmama-frrpws .spinmama-hom8vo {
    width: 100%;
  }
}

.spinmama-agg2xz .spinmama-0lmdvh .spinmama-frrpws .spinmama-szc1cn {
  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.spinmama-8e5kbo ease-in-out;
  overflow: hidden;
}

.spinmama-agg2xz .spinmama-0lmdvh .spinmama-frrpws .spinmama-szc1cn 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);
  }
}

.spinmama-agg2xz .spinmama-0lmdvh .spinmama-frrpws .spinmama-szc1cn: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;
}

.spinmama-agg2xz .spinmama-0lmdvh .spinmama-frrpws .spinmama-szc1cn:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .spinmama-agg2xz .spinmama-0lmdvh .spinmama-frrpws .spinmama-szc1cn {
    width: 100%;
  }
}

.spinmama-agg2xz .spinmama-0lmdvh.spinmama-i9ggxe {
  display: none;
}

.spinmama-agg2xz .spinmama-jkyyx5 {
  display: none;
}

.spinmama-agg2xz .spinmama-jkyyx5.spinmama-xnn7jd {
  display: block;
}

.spinmama-agg2xz .spinmama-jkyyx5 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .spinmama-agg2xz .spinmama-jkyyx5 iframe {
    height: calc(100vh - 54px);
  }
}

.spinmama-agg2xz .spinmama-3qcrv5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .spinmama-agg2xz .spinmama-3qcrv5 {
    padding: 24px 16px 0;
  }
}

.spinmama-agg2xz .spinmama-3qcrv5 .spinmama-8p1gzo {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .spinmama-agg2xz .spinmama-3qcrv5 .spinmama-8p1gzo {
    margin-bottom: 24px;
  }
}

.spinmama-agg2xz .spinmama-3qcrv5 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);
}

.spinmama-agg2xz .spinmama-3qcrv5 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) {
  .spinmama-agg2xz .spinmama-3qcrv5 table tr td {
    padding: 12px 4px;
  }
}

.spinmama-agg2xz .spinmama-3qcrv5 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) {
  .spinmama-agg2xz .spinmama-3qcrv5 table tr th {
    padding: 12px 4px;
  }
}

.spinmama-agg2xz .spinmama-3qcrv5 table tr:last-of-type td {
  border-bottom: none;
}

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

.spinmama-vs8eg5.spinmama-9alw7d {
  display: block;
}

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

.spinmama-vs8eg5 .spinmama-i86qgm {
  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;
}

.spinmama-vs8eg5 .spinmama-kbjlwq {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.spinmama-vs8eg5 .spinmama-szc1cn {
  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.spinmama-8e5kbo ease-in-out;
}

.spinmama-vs8eg5 .spinmama-szc1cn:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.spinmama-lle0u7.spinmama-9alw7d {
  display: block;
}

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

.spinmama-zo2i2b {
  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;
}

.spinmama-3uet4h {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.spinmama-t06tyb {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.spinmama-t06tyb svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.spinmama-uu9nbk {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spinmama-h6j5m2.spinmama-i9ggxe {
  display: none;
}

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

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

.spinmama-9wd50e {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.spinmama-9wd50e 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.spinmama-8e5kbo ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.spinmama-9wd50e input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.spinmama-9wd50e input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.spinmama-9wd50e input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.spinmama-9wd50e input:active {
  border-color: #c2c0ce;
}

.spinmama-9wd50e input:focus {
  border-color: #c2c0ce;
}

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

.spinmama-htcyzz {
  margin-bottom: 36px;
}

.spinmama-htcyzz 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;
}

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

.spinmama-htcyzz textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.spinmama-j8z6a5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.spinmama-ajo4q0 {
  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.spinmama-8e5kbo ease-in-out;
}

.spinmama-ajo4q0:hover {
  background: var(--border-color);
}

.spinmama-gh7knl {
  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.spinmama-8e5kbo ease-in-out;
}

.spinmama-gh7knl:hover {
  background: #166ad9;
}

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

.spinmama-wuvptg.spinmama-i9ggxe {
  display: none;
}

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

.spinmama-wuvptg .spinmama-ajo4q0 {
  margin: 0 auto;
}

.spinmama-9ol3s3 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.spinmama-hgwhos {
  filter: grayscale(100%);
}

.spinmama-8mv268 > input {
  display: none;
}

.spinmama-8mv268 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinmama-1ufx62.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.spinmama-3n4aj2 44.spinmama-lwau2w.spinmama-foe9ku.spinmama-m6lbt2.spinmama-uoq81m.spinmama-awsa5j.spinmama-mxup0h.spinmama-spbcgb.spinmama-iiucbs.spinmama-d0ri7y.spinmama-b36y0x.spinmama-yoodel.spinmama-8zn1za 0l-12.spinmama-q4enlg 30.spinmama-1g6m9m.spinmama-seedys 2.spinmama-a24fmn.spinmama-seedys 3.spinmama-zbcs2f 3.spinmama-gjylhn.spinmama-bsow5m 3.spinmama-b2fb2k.spinmama-n4nxvh.spinmama-34kor1.spinmama-ja6i5e 7-3.spinmama-q4enlg 10.spinmama-cli9nr.spinmama-ja6i5e 23.spinmama-ic0q19.spinmama-ejbv56 1.spinmama-0voow0 2.spinmama-q4enlg 3.spinmama-ejbv56 1.spinmama-bsow5m 5.spinmama-ic3evu.spinmama-bsow5m 32.spinmama-c0g1hc.spinmama-n4nxvh 5.spinmama-8zn1za 4.spinmama-ja6i5e 9.spinmama-ja6i5e 8.spinmama-bsow5m 6.spinmama-ey01k5.spinmama-w55o0r.spinmama-8gswof.spinmama-po4qwy.spinmama-bbcm08 4.spinmama-jtbxkv.spinmama-bbcm08 6.spinmama-bbcm08 0l29.spinmama-8zn1za 17.spinmama-0b011y.spinmama-mqj8wu 2.spinmama-tkzo0k 10.spinmama-8bedp4.spinmama-q4enlg 8.spinmama-8ph2s3.spinmama-pk8jod.spinmama-uu74vf.spinmama-oeqjtt.spinmama-wgnf5u.spinmama-n4nxvh.spinmama-awsa5j.spinmama-q4enlg 1.spinmama-y14zrj.spinmama-t5pp61.spinmama-jerocq.spinmama-yjsbez.spinmama-khklps.spinmama-0voow0 1.spinmama-srxc69.spinmama-v6huon.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.spinmama-8mv268 > input:checked ~ label,
.spinmama-8mv268 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinmama-1ufx62.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.spinmama-3n4aj2 44.spinmama-lwau2w.spinmama-foe9ku.spinmama-m6lbt2.spinmama-uoq81m.spinmama-awsa5j.spinmama-mxup0h.spinmama-spbcgb.spinmama-iiucbs.spinmama-d0ri7y.spinmama-b36y0x.spinmama-yoodel.spinmama-8zn1za 0l-12.spinmama-q4enlg 30.spinmama-1g6m9m.spinmama-seedys 2.spinmama-a24fmn.spinmama-seedys 3.spinmama-zbcs2f 3.spinmama-gjylhn.spinmama-bsow5m 3.spinmama-b2fb2k.spinmama-n4nxvh.spinmama-34kor1.spinmama-ja6i5e 7-3.spinmama-q4enlg 10.spinmama-cli9nr.spinmama-ja6i5e 23.spinmama-ic0q19.spinmama-ejbv56 1.spinmama-0voow0 2.spinmama-q4enlg 3.spinmama-ejbv56 1.spinmama-bsow5m 5.spinmama-ic3evu.spinmama-bsow5m 32.spinmama-c0g1hc.spinmama-n4nxvh 5.spinmama-8zn1za 4.spinmama-ja6i5e 9.spinmama-ja6i5e 8.spinmama-bsow5m 6.spinmama-ey01k5.spinmama-w55o0r.spinmama-8gswof.spinmama-po4qwy.spinmama-bbcm08 4.spinmama-jtbxkv.spinmama-bbcm08 6.spinmama-bbcm08 0l29.spinmama-8zn1za 17.spinmama-0b011y.spinmama-mqj8wu 2.spinmama-tkzo0k 10.spinmama-8bedp4.spinmama-q4enlg 8.spinmama-8ph2s3.spinmama-pk8jod.spinmama-uu74vf.spinmama-oeqjtt.spinmama-wgnf5u.spinmama-n4nxvh.spinmama-awsa5j.spinmama-q4enlg 1.spinmama-y14zrj.spinmama-t5pp61.spinmama-jerocq.spinmama-yjsbez.spinmama-khklps.spinmama-0voow0 1.spinmama-srxc69.spinmama-v6huon.5z'/%3e%3c/svg%3e");
}

.spinmama-8mv268 > input:not(:checked) ~ label:hover,
.spinmama-8mv268 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinmama-1ufx62.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinmama-3n4aj2 44.spinmama-lwau2w.spinmama-foe9ku.spinmama-m6lbt2.spinmama-uoq81m.spinmama-awsa5j.spinmama-mxup0h.spinmama-spbcgb.spinmama-iiucbs.spinmama-d0ri7y.spinmama-b36y0x.spinmama-yoodel.spinmama-8zn1za 0l-12.spinmama-q4enlg 30.spinmama-1g6m9m.spinmama-seedys 2.spinmama-a24fmn.spinmama-seedys 3.spinmama-zbcs2f 3.spinmama-gjylhn.spinmama-bsow5m 3.spinmama-b2fb2k.spinmama-n4nxvh.spinmama-34kor1.spinmama-ja6i5e 7-3.spinmama-q4enlg 10.spinmama-cli9nr.spinmama-ja6i5e 23.spinmama-ic0q19.spinmama-ejbv56 1.spinmama-0voow0 2.spinmama-q4enlg 3.spinmama-ejbv56 1.spinmama-bsow5m 5.spinmama-ic3evu.spinmama-bsow5m 32.spinmama-c0g1hc.spinmama-n4nxvh 5.spinmama-8zn1za 4.spinmama-ja6i5e 9.spinmama-ja6i5e 8.spinmama-bsow5m 6.spinmama-ey01k5.spinmama-w55o0r.spinmama-8gswof.spinmama-po4qwy.spinmama-bbcm08 4.spinmama-jtbxkv.spinmama-bbcm08 6.spinmama-bbcm08 0l29.spinmama-8zn1za 17.spinmama-0b011y.spinmama-mqj8wu 2.spinmama-tkzo0k 10.spinmama-8bedp4.spinmama-q4enlg 8.spinmama-8ph2s3.spinmama-pk8jod.spinmama-uu74vf.spinmama-oeqjtt.spinmama-wgnf5u.spinmama-n4nxvh.spinmama-awsa5j.spinmama-q4enlg 1.spinmama-y14zrj.spinmama-t5pp61.spinmama-jerocq.spinmama-yjsbez.spinmama-khklps.spinmama-0voow0 1.spinmama-srxc69.spinmama-v6huon.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .spinmama-eub943 > .spinmama-ivzy7n {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .spinmama-eub943 > .spinmama-ivzy7n {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .spinmama-eub943 > .spinmama-ivzy7n {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .spinmama-eub943 > .spinmama-ivzy7n {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .spinmama-eub943 > .spinmama-ivzy7n {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.spinmama-892pt6 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.spinmama-892pt6.spinmama-i9ggxe {
  display: none;
}

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

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

.spinmama-3lsams {
  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;
}

.spinmama-3lsams::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.spinmama-3lsams::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.spinmama-3lsams img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.spinmama-zdlehw {
  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;
}

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .spinmama-1h2km1 {
    top: -20px;
  }
}

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

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

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

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

.spinmama-892pt6.spinmama-balivi .spinmama-pyvrjp {
  background: #2b3b67;
}

.spinmama-892pt6.spinmama-balivi .spinmama-3lsams {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.spinmama-892pt6.spinmama-balivi .spinmama-3lsams::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.spinmama-892pt6.spinmama-balivi .spinmama-3lsams::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.spinmama-892pt6.spinmama-balivi .spinmama-zdlehw::before {
  background: #0e0f41;
}

.spinmama-892pt6.spinmama-balivi .spinmama-zdlehw::after {
  background: #152557;
}

.spinmama-892pt6.spinmama-fmmbys .spinmama-pyvrjp {
  background: #1f35fa;
}

.spinmama-892pt6.spinmama-fmmbys .spinmama-3lsams {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.spinmama-892pt6.spinmama-fmmbys .spinmama-3lsams::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.spinmama-892pt6.spinmama-fmmbys .spinmama-3lsams::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.spinmama-892pt6.spinmama-fmmbys .spinmama-zdlehw::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.spinmama-892pt6.spinmama-fmmbys .spinmama-zdlehw::after {
  background: #192ac8;
}

.spinmama-892pt6.spinmama-mg6va4 .spinmama-pyvrjp {
  background: #fa771f;
}

.spinmama-892pt6.spinmama-mg6va4 .spinmama-3lsams {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinmama-892pt6.spinmama-mg6va4 .spinmama-3lsams::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.spinmama-892pt6.spinmama-mg6va4 .spinmama-3lsams::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.spinmama-892pt6.spinmama-mg6va4 .spinmama-zdlehw::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.spinmama-892pt6.spinmama-mg6va4 .spinmama-zdlehw::after {
  background: #fa8535;
}

.spinmama-ioyg65 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.spinmama-vzaf57 {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.spinmama-ear3h1 {
  width: 120px;
  height: 22px;
}

.spinmama-ear3h1 .spinmama-o0h5gp {
  fill: #c2c0ce;
}

.spinmama-ear3h1 [rating="1"] .spinmama-o0h5gp:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinmama-ear3h1 [rating="2"] .spinmama-o0h5gp:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinmama-ear3h1 [rating="3"] .spinmama-o0h5gp:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinmama-ear3h1 [rating="4"] .spinmama-o0h5gp:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinmama-ear3h1 [rating="5"] .spinmama-o0h5gp:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.spinmama-1tkx7q {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.spinmama-3zajsu {
  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);
}

.spinmama-3zajsu.spinmama-xnn7jd {
  display: block;
}

.spinmama-3zajsu.spinmama-i9ggxe {
  display: none;
}

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

.spinmama-sovkra {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinmama-edcf5r {
  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);
}

.spinmama-7uk0cc {
  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;
}

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

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

.spinmama-slz4ya {
  font-size: 16px;
  line-height: 140%;
}

.spinmama-n6kqvt {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinmama-n6kqvt .spinmama-o0h5gp {
  fill: #c2c0ce;
}

.spinmama-n6kqvt [rating="1"] .spinmama-o0h5gp:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.spinmama-n6kqvt [rating="2"] .spinmama-o0h5gp:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.spinmama-n6kqvt [rating="3"] .spinmama-o0h5gp:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinmama-n6kqvt [rating="4"] .spinmama-o0h5gp:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinmama-n6kqvt [rating="5"] .spinmama-o0h5gp:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.spinmama-7eg0q3 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.spinmama-x1a4p9 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.spinmama-a3v7sl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.spinmama-hi87ae {
  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;
}

.spinmama-rtzhmo {
  flex: 1;
  min-width: 0;
}

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

.spinmama-kixm29 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.spinmama-kixm29 svg path {
  fill: var(--button-bg-color);
}

.spinmama-kixm29 svg circle {
  fill: var(--button-text-color);
}

.spinmama-6ytv3h {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.spinmama-6ytv3h strong {
  font-weight: 600;
}

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

.spinmama-h99a2x p {
  margin: 0 0 16px;
}

.spinmama-h99a2x p:last-child {
  margin-bottom: 0;
}

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

.spinmama-dm3n11 {
  max-width: 300px;
  width: 100%;
}

.spinmama-dm3n11 a {
  width: 100%;
}

@media (max-width: 575px) {
  .spinmama-dm3n11 {
    max-width: 200px;
  }
}

.spinmama-v3uthb {
  justify-content: center;
}

.spinmama-rcly4q {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spinmama-s3jkyz {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.spinmama-zuyt27 .spinmama-76agzu {
  justify-content: center;
}

/* faq */

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

.spinmama-khdau2 {
  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.spinmama-n6smqg ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spinmama-khdau2::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.spinmama-n6smqg ease;
}

.spinmama-4t51qj.spinmama-9alw7d .spinmama-khdau2::after {
  transform: rotate(45deg);
}

.spinmama-ex5djb {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.spinmama-8e5kbo ease, padding 0.spinmama-8e5kbo ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.spinmama-4t51qj.spinmama-9alw7d .spinmama-ex5djb {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.spinmama-11uwg5 {
  margin: 25px 0;
}

.spinmama-8mv268 > input:not(:checked) ~ label:hover,
.spinmama-8mv268 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.spinmama-hebsy2.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.spinmama-wg7fg1 44.spinmama-vtczi7.spinmama-e6j3xk.spinmama-3uhpk6.spinmama-63ue7v.spinmama-x0xza8.spinmama-knr616.spinmama-f8w4jp.spinmama-lizfap.spinmama-e5y4io.spinmama-xzs01g.spinmama-j4pzqw.spinmama-zg06vl 0l-12.spinmama-wdgpwn 30.spinmama-hlase4.spinmama-4yjy53 2.spinmama-vfmu8r.spinmama-4yjy53 3.spinmama-z8cfzc 3.spinmama-adg1re.spinmama-h7jukm 3.spinmama-veisp9.spinmama-i70f9z.spinmama-v20oxx.spinmama-4zt8xo 7-3.spinmama-wdgpwn 10.spinmama-hxeqb9.spinmama-4zt8xo 23.spinmama-qdj0xl.spinmama-nsmouh 1.spinmama-j32pu1 2.spinmama-wdgpwn 3.spinmama-nsmouh 1.spinmama-h7jukm 5.spinmama-qw1wcd.spinmama-h7jukm 32.spinmama-1nyd9z.spinmama-i70f9z 5.spinmama-zg06vl 4.spinmama-4zt8xo 9.spinmama-4zt8xo 8.spinmama-h7jukm 6.spinmama-et01h4.spinmama-lsabt3.spinmama-mebmpk.spinmama-xidzso.spinmama-pw0dpb 4.spinmama-tjggl7.spinmama-pw0dpb 6.spinmama-pw0dpb 0l29.spinmama-zg06vl 17.spinmama-1yj3ks.spinmama-hhgitq 2.spinmama-2gpmjp 10.spinmama-hh84rr.spinmama-wdgpwn 8.spinmama-danpwq.spinmama-e13x6k.spinmama-3jwwlq.spinmama-9dkp34.spinmama-h0izv0.spinmama-i70f9z.spinmama-x0xza8.spinmama-wdgpwn 1.spinmama-bucdet.spinmama-bnka6p.spinmama-ufba83.spinmama-4rm9e5.spinmama-vwi783.spinmama-j32pu1 1.spinmama-z0e1le.spinmama-7dccam.5z'/%3e%3c/svg%3e");
}

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

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

.spinmama-ds7bmt {
  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);
}

.spinmama-ds7bmt.spinmama-7m5ph7 {
  display: block;
}

.spinmama-ds7bmt.spinmama-be10gz {
  display: none;
}

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

.spinmama-bxdwg2 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.spinmama-mffc8h {
  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);
}

.spinmama-jp974c {
  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;
}

.spinmama-08q7bd small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.spinmama-drbz1l {
  font-size: 16px;
  line-height: 140%;
}

.spinmama-1ltz93 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.spinmama-1ltz93 .spinmama-esefi4 {
  fill: #c2c0ce;
}

.spinmama-1ltz93 [rating="1"] .spinmama-esefi4:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

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

.spinmama-1ltz93 [rating="3"] .spinmama-esefi4:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.spinmama-1ltz93 [rating="4"] .spinmama-esefi4:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.spinmama-1ltz93 [rating="5"] .spinmama-esefi4:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.spinmama-l9rinx 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;
}

.spinmama-l9rinx 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 */

.spinmama-m9iekj {
  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);
}

.spinmama-m9iekj.spinmama-en6mjt {
  opacity: 1;
  pointer-events: auto;
}

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

.spinmama-i8p0ky label {
  font-size: 14px;
}

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

.spinmama-rnj8cv h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.spinmama-uiqwz3, .spinmama-dbxl5m, [class*="review-card"],
thead, thead th, table th, .spinmama-8wn18d,
.spinmama-nr4yqi, [class*="collapsible-header"],
.spinmama-z23o60, [class*="updated-block"] {
  color: #ece7dc !important;
}
