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

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

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

.felixspin-el1vcv {
  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) {
  .felixspin-el1vcv: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;
  }
}

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

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

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

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

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

.felixspin-ytato7 {
  cursor: pointer;
}

.felixspin-7bg1zp {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.felixspin-jxszwb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.felixspin-jxszwb figure {
  margin: 0;
}

.felixspin-jxszwb.felixspin-m1i9pz {
  justify-content: flex-start;
  margin-right: 4px;
}

.felixspin-jxszwb.felixspin-jmcp0l {
  justify-content: flex-end;
  margin-left: 4px;
}

.felixspin-jxszwb.felixspin-53r08e {
  justify-content: center;
}

.felixspin-jxszwb.felixspin-axum2u {
  justify-content: normal;
}

.felixspin-jwp572 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.felixspin-i262n7 img {
  width: 100%;
}

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

.felixspin-exe1w2 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.felixspin-exe1w2 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);
}

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

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

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

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

.felixspin-exe1w2 ul li:last-of-type::after {
  display: none;
}

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

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

.felixspin-az6yk4 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .felixspin-2apsie {
    height: 50px;
  }
}

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

.felixspin-2apsie.felixspin-j8e5jp {
  background-color: #000;
}

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

.felixspin-4qryyw {
  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) {
  .felixspin-4qryyw {
    padding: 80px 16px 0;
  }
}

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

.felixspin-2im9oe {
  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) {
  .felixspin-2im9oe {
    flex-direction: column;
  }
}

.felixspin-5ftjph {
  margin-bottom: 94px;
}

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

.felixspin-kdruwq .felixspin-i3rqol {
  margin-bottom: 28px;
}

.felixspin-kdruwq .felixspin-i3rqol img {
  max-height: 100px;
  width: auto;
}

.felixspin-aub2t1 {
  display: flex;
  align-items: center;
}

.felixspin-aub2t1 a + a {
  margin-left: 24px;
}

.felixspin-aub2t1 img {
  max-height: 56px;
  width: auto;
}

.felixspin-aub2t1 img + img {
  margin-left: 24px;
}

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

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

.felixspin-uoplm2 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.felixspin-pucokc li {
  display: flex;
  margin: 0 7px;
}

.felixspin-pucokc li svg {
  transition: 0.felixspin-tcdwgl ease-in-out;
}

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

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

.felixspin-p04skw + .felixspin-p04skw {
  margin-left: 120px;
}

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

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

.felixspin-rixpt7 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.felixspin-rixpt7 li {
  font-size: 16px;
}

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

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

.felixspin-rixpt7 li + li {
  margin-top: 16px;
}

.felixspin-ll9yha {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.felixspin-20xbab ease-in-out;
}

.felixspin-ll9yha.felixspin-10amwq {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.felixspin-tdcsis {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.felixspin-4nz5wo li {
  width: 100%;
}

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

.felixspin-4nz5wo li a svg {
  fill: var(--button-text-color);
}

.felixspin-4nz5wo li a.felixspin-10amwq {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.felixspin-bfi2n8 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.felixspin-bfi2n8 img {
  width: 100%;
  transition: 0.felixspin-tcdwgl ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .felixspin-fe9i57 .felixspin-i3rqol img {
    max-width: 90px;
  }
}

.felixspin-i3rqol img {
  max-height: 50px;
  width: auto;
}

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

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

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

.felixspin-xe54pq li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.felixspin-wqhrt3 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.felixspin-wqhrt3.felixspin-j3q0kd {
  margin-right: 0;
}

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

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

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

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

.felixspin-55le3i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.felixspin-55le3i:hover > ul {
  display: flex;
}

.felixspin-55le3i:focus > ul {
  display: flex;
}

.felixspin-55le3i:focus-within > ul {
  display: flex;
}

.felixspin-wb3tpx {
  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;
}

.felixspin-wb3tpx::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.felixspin-20xbab ease-in-out;
}

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

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

.felixspin-55le3i 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.felixspin-tcdwgl ease-in-out;
  overflow: hidden;
}

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

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

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

.felixspin-6f4dzk {
  display: none;
}

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

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

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

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

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

.felixspin-frpb78 img {
  margin-bottom: 20px;
}

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

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

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

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

.felixspin-a4jpwq {
  color: var(--text-color);
}

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

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

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

.felixspin-rvo7lp p img {
  display: block;
  margin: 0 auto;
}

.felixspin-rvo7lp p:first-of-type {
  margin-top: 0;
}

.felixspin-rvo7lp p:last-of-type {
  margin-bottom: 0;
}

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

.felixspin-rvo7lp ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.felixspin-36gbka {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.felixspin-36gbka .felixspin-ot8zmd {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .felixspin-36gbka .felixspin-ot8zmd {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.felixspin-36gbka .felixspin-rwnbli {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .felixspin-36gbka .felixspin-rwnbli {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .felixspin-36gbka .felixspin-rwnbli img {
    width: 100%;
  }
}

.felixspin-rwnbli {
  margin: 0 0 28px;
}

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

.felixspin-ot8zmd {
  margin: 0 0 28px;
}

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

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

.felixspin-j83mrr .felixspin-el1vcv {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.felixspin-p8ufzy {
  position: relative;
  border: none;
}

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

.felixspin-y8wvih {
  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;
}

.felixspin-y8wvih span {
  height: 32px;
}

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

.felixspin-y8wvih.felixspin-l3asgg span {
  transform: scaleY(-1);
}

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

.felixspin-mwsdyx {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.felixspin-mwsdyx.felixspin-8ab2ge {
  display: none;
}

.felixspin-m6k9uo {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.felixspin-m6k9uo table {
  width: 100%;
  border-collapse: collapse;
}

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

  .felixspin-m6k9uo table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.felixspin-66elh6 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.felixspin-rm4wuh p {
  color: var(--text-color);
}

.felixspin-8qkgwg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.felixspin-ni2clb {
  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);
}

.felixspin-uvz095 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.felixspin-jzsc0q p + p {
  margin-top: 10px;
}

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

.felixspin-r6grkf {
  display: none;
}

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

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

.felixspin-x1ytxr li {
  margin: 0 20px;
}

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

.felixspin-x1ytxr li a img {
  margin-bottom: 4px;
}

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

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

.felixspin-nvg9dy li {
  font-size: 16px;
  position: relative;
}

.felixspin-nvg9dy li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.felixspin-nvg9dy li span {
  opacity: 0.5;
}

.felixspin-nvg9dy li + li {
  margin-left: 30px;
}

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

h2.felixspin-1s2ntv {
  margin: 0 0 28px;
}

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

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

.felixspin-sy1k3g 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);
}

.felixspin-sy1k3g 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;
}

.felixspin-sy1k3g 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;
}

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

.felixspin-sy1k3g tbody tr:last-of-type {
  margin-bottom: 0;
}

.felixspin-sy1k3g tbody tr td:first-of-type {
  flex-shrink: 0;
}

.felixspin-sy1k3g 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);
}

.felixspin-sy1k3g 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);
}

.felixspin-sy1k3g tbody tr td:last-of-type {
  margin-left: auto;
}

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

.felixspin-sy1k3g tbody tr td .felixspin-1lyklx {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .felixspin-sy1k3g tbody tr td .felixspin-1lyklx {
    width: 100%;
  }
}

.felixspin-sy1k3g tbody tr td .felixspin-4q2os7 {
  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.felixspin-tcdwgl ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .felixspin-sy1k3g tbody tr td .felixspin-4q2os7:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .felixspin-sy1k3g tbody tr td .felixspin-4q2os7 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .felixspin-sy1k3g tbody tr td .felixspin-4q2os7 {
    width: 100%;
  }
}

.felixspin-sy1k3g tbody tr td .felixspin-djzeyh {
  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) {
  .felixspin-sy1k3g tbody tr td .felixspin-djzeyh:hover {
    text-decoration: none;
  }
}

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

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

.felixspin-wr6rzg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.felixspin-pr9phb img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.felixspin-tcdwgl ease-in-out;
}

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

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

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

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

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

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

.felixspin-9phnx5 img {
  width: 100%;
  height: 100%;
}

.felixspin-9phnx5 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.felixspin-bdlah1 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.felixspin-tcdwgl ease-in-out;
}

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

.felixspin-71anj6 {
  padding: 90px 0;
}

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

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

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

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

.felixspin-t8s5so img {
  width: 100%;
}

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

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

.felixspin-os2q6o {
  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;
}

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

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

.felixspin-avubt1 {
  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.felixspin-tcdwgl ease-in-out;
}

.felixspin-avubt1:hover {
  border: 1px solid #8c8ca2;
}

.felixspin-vlmqj5 {
  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%);
}

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

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

.felixspin-d0tf9s a {
  text-decoration: underline;
  color: #8babff;
}

.felixspin-86g4wo {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.felixspin-86g4wo .felixspin-avubt1 {
  width: 50%;
  margin: 0;
}

.felixspin-d0etxp {
  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;
}

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

.felixspin-5ujl7x {
  margin: 0 0 100px;
}

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

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

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

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

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

.felixspin-shtj9x {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.felixspin-1poa2o 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.felixspin-tcdwgl ease-in-out;
}

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

.felixspin-1poa2o a svg {
  fill: #fff;
}

.felixspin-1poa2o a:hover {
  background: #3d68e7;
}

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

.felixspin-veuppe {
  margin-bottom: 16px;
}

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

.felixspin-ctzf9a {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

.felixspin-68epdi {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

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

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

.felixspin-lmv2hl 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);
}

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

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

.felixspin-lmv2hl table tr:last-of-type td {
  border-bottom: none;
}

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

.felixspin-9tj2ya {
  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) {
  .felixspin-9tj2ya {
    min-height: 190px;
  }
}

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

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

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

.felixspin-j3eob1.felixspin-czkjl1 {
  display: none;
}

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

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

.felixspin-0zbz7w iframe.felixspin-4spkcl {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.felixspin-0zbz7w.felixspin-hqmzl4 {
  opacity: 1;
  pointer-events: all;
}

.felixspin-870qx4 {
  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.felixspin-tcdwgl ease-in-out;
}

.felixspin-870qx4 svg {
  margin-right: 10px;
}

.felixspin-870qx4 + .felixspin-870qx4 {
  margin-top: 14px;
}

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

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

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

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

.felixspin-pm2a8u .felixspin-j83mrr {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .felixspin-pm2a8u .felixspin-j83mrr {
    margin: 28px 0 0;
  }
}

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

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

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

.felixspin-ym79wn {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.felixspin-5c7lyz {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.felixspin-drao31 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.felixspin-jpjbeq .felixspin-el1vcv {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .felixspin-jpjbeq .felixspin-el1vcv {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.felixspin-r18n71 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.felixspin-r18n71 img {
  width: 100%;
}

.felixspin-nse66z {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.felixspin-fnthxd {
  width: 100%;
  margin: 0 0 100px;
}

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

.felixspin-fnthxd .felixspin-frg8rm {
  position: relative;
}

.felixspin-fnthxd .felixspin-kqu1s2 {
  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;
}

.felixspin-fnthxd .felixspin-kqu1s2.felixspin-czkjl1 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .felixspin-fnthxd .felixspin-59wmcg {
    bottom: 90px;
  }
}

.felixspin-fnthxd .felixspin-59wmcg .felixspin-zmkb0o {
  max-width: 300px;
  width: 100%;
}

.felixspin-fnthxd .felixspin-59wmcg .felixspin-zmkb0o .felixspin-vzzfxn {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .felixspin-fnthxd .felixspin-59wmcg .felixspin-zmkb0o .felixspin-vzzfxn {
    font-size: 32px;
    text-align: center;
  }
}

.felixspin-fnthxd .felixspin-59wmcg .felixspin-zmkb0o .felixspin-lxiyks {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .felixspin-fnthxd .felixspin-59wmcg .felixspin-zmkb0o .felixspin-lxiyks {
    text-align: center;
  }
}

.felixspin-fnthxd .felixspin-59wmcg .felixspin-j3q0kd {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .felixspin-fnthxd .felixspin-59wmcg .felixspin-j3q0kd {
    flex-direction: column-reverse;
  }
}

.felixspin-fnthxd .felixspin-59wmcg .felixspin-j3q0kd .felixspin-ipdxwn {
  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.felixspin-tcdwgl ease-in-out;
}

.felixspin-fnthxd .felixspin-59wmcg .felixspin-j3q0kd .felixspin-ipdxwn:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .felixspin-fnthxd .felixspin-59wmcg .felixspin-j3q0kd .felixspin-ipdxwn {
    width: 100%;
  }
}

.felixspin-fnthxd .felixspin-59wmcg .felixspin-j3q0kd .felixspin-xni72w {
  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.felixspin-tcdwgl ease-in-out;
  overflow: hidden;
}

.felixspin-fnthxd .felixspin-59wmcg .felixspin-j3q0kd .felixspin-xni72w 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);
  }
}

.felixspin-fnthxd .felixspin-59wmcg .felixspin-j3q0kd .felixspin-xni72w: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;
}

.felixspin-fnthxd .felixspin-59wmcg .felixspin-j3q0kd .felixspin-xni72w:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .felixspin-fnthxd .felixspin-59wmcg .felixspin-j3q0kd .felixspin-xni72w {
    width: 100%;
  }
}

.felixspin-fnthxd .felixspin-59wmcg.felixspin-czkjl1 {
  display: none;
}

.felixspin-fnthxd .felixspin-m64e14 {
  display: none;
}

.felixspin-fnthxd .felixspin-m64e14.felixspin-hqmzl4 {
  display: block;
}

.felixspin-fnthxd .felixspin-m64e14 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .felixspin-fnthxd .felixspin-m64e14 iframe {
    height: calc(100vh - 54px);
  }
}

.felixspin-fnthxd .felixspin-wvoc4t {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .felixspin-fnthxd .felixspin-wvoc4t {
    padding: 24px 16px 0;
  }
}

.felixspin-fnthxd .felixspin-wvoc4t .felixspin-vzzfxn {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .felixspin-fnthxd .felixspin-wvoc4t .felixspin-vzzfxn {
    margin-bottom: 24px;
  }
}

.felixspin-fnthxd .felixspin-wvoc4t 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);
}

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

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

.felixspin-fnthxd .felixspin-wvoc4t table tr:last-of-type td {
  border-bottom: none;
}

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

.felixspin-eeducn.felixspin-10amwq {
  display: block;
}

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

.felixspin-eeducn .felixspin-f4yryx {
  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;
}

.felixspin-eeducn .felixspin-6r5io7 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.felixspin-eeducn .felixspin-xni72w {
  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.felixspin-tcdwgl ease-in-out;
}

.felixspin-eeducn .felixspin-xni72w:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.felixspin-izb4zh.felixspin-10amwq {
  display: block;
}

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

.felixspin-bt5sn1 {
  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;
}

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

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

.felixspin-pfb910 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.felixspin-pfb910 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.felixspin-a85c0j {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.felixspin-wl66ha.felixspin-czkjl1 {
  display: none;
}

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

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

.felixspin-22a6xp {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.felixspin-22a6xp 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.felixspin-tcdwgl ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.felixspin-22a6xp input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.felixspin-22a6xp input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.felixspin-22a6xp input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.felixspin-22a6xp input:active {
  border-color: #c2c0ce;
}

.felixspin-22a6xp input:focus {
  border-color: #c2c0ce;
}

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

.felixspin-s2e6t7 {
  margin-bottom: 36px;
}

.felixspin-s2e6t7 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;
}

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

.felixspin-s2e6t7 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.felixspin-h4wjom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.felixspin-hny8xv {
  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.felixspin-tcdwgl ease-in-out;
}

.felixspin-hny8xv:hover {
  background: var(--border-color);
}

.felixspin-aznt7h {
  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.felixspin-tcdwgl ease-in-out;
}

.felixspin-aznt7h:hover {
  background: #166ad9;
}

.felixspin-52glxe {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.felixspin-52glxe.felixspin-czkjl1 {
  display: none;
}

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

.felixspin-52glxe .felixspin-hny8xv {
  margin: 0 auto;
}

.felixspin-1k2y1a {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.felixspin-2x7xxh {
  filter: grayscale(100%);
}

.felixspin-qrn45a > input {
  display: none;
}

.felixspin-qrn45a > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.felixspin-6b26vy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.felixspin-b8d31r 44.felixspin-d3laqr.felixspin-57yhdx.felixspin-nsozm8.felixspin-1hc1gr.felixspin-0w2klx.felixspin-rk47d7.felixspin-90r57f.felixspin-831rdo.felixspin-j87tf7.felixspin-i42mlb.felixspin-h6hljv.felixspin-4ts7zs 0l-12.felixspin-fncrii 30.felixspin-3eyvev.felixspin-fd7xa0 2.felixspin-nlktm8.felixspin-fd7xa0 3.felixspin-zdtjtg 3.felixspin-twl8zm.felixspin-aej8jq 3.felixspin-2vlej8.felixspin-kzpf6z.felixspin-mqkzkk.felixspin-ox9c95 7-3.felixspin-fncrii 10.felixspin-pxce87.felixspin-ox9c95 23.felixspin-q89ut8.felixspin-ckdqi2 1.felixspin-u16ryz 2.felixspin-fncrii 3.felixspin-ckdqi2 1.felixspin-aej8jq 5.felixspin-4f1055.felixspin-aej8jq 32.felixspin-is9bro.felixspin-kzpf6z 5.felixspin-4ts7zs 4.felixspin-ox9c95 9.felixspin-ox9c95 8.felixspin-aej8jq 6.felixspin-q753n4.felixspin-t5hhun.felixspin-panx3k.felixspin-qmb34y.felixspin-hl74gc 4.felixspin-bh71oz.felixspin-hl74gc 6.felixspin-hl74gc 0l29.felixspin-4ts7zs 17.felixspin-rn9ekz.felixspin-ruretv 2.felixspin-pi1yhm 10.felixspin-vo23ki.felixspin-fncrii 8.felixspin-0mhc4h.felixspin-npst32.felixspin-a9fzek.felixspin-ox8re1.felixspin-pycf0c.felixspin-kzpf6z.felixspin-0w2klx.felixspin-fncrii 1.felixspin-cbpsv7.felixspin-fvfuex.felixspin-luaba8.felixspin-auuz9f.felixspin-z1fnpn.felixspin-u16ryz 1.felixspin-6oudki.felixspin-oxln4o.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.felixspin-qrn45a > input:checked ~ label,
.felixspin-qrn45a > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.felixspin-6b26vy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.felixspin-b8d31r 44.felixspin-d3laqr.felixspin-57yhdx.felixspin-nsozm8.felixspin-1hc1gr.felixspin-0w2klx.felixspin-rk47d7.felixspin-90r57f.felixspin-831rdo.felixspin-j87tf7.felixspin-i42mlb.felixspin-h6hljv.felixspin-4ts7zs 0l-12.felixspin-fncrii 30.felixspin-3eyvev.felixspin-fd7xa0 2.felixspin-nlktm8.felixspin-fd7xa0 3.felixspin-zdtjtg 3.felixspin-twl8zm.felixspin-aej8jq 3.felixspin-2vlej8.felixspin-kzpf6z.felixspin-mqkzkk.felixspin-ox9c95 7-3.felixspin-fncrii 10.felixspin-pxce87.felixspin-ox9c95 23.felixspin-q89ut8.felixspin-ckdqi2 1.felixspin-u16ryz 2.felixspin-fncrii 3.felixspin-ckdqi2 1.felixspin-aej8jq 5.felixspin-4f1055.felixspin-aej8jq 32.felixspin-is9bro.felixspin-kzpf6z 5.felixspin-4ts7zs 4.felixspin-ox9c95 9.felixspin-ox9c95 8.felixspin-aej8jq 6.felixspin-q753n4.felixspin-t5hhun.felixspin-panx3k.felixspin-qmb34y.felixspin-hl74gc 4.felixspin-bh71oz.felixspin-hl74gc 6.felixspin-hl74gc 0l29.felixspin-4ts7zs 17.felixspin-rn9ekz.felixspin-ruretv 2.felixspin-pi1yhm 10.felixspin-vo23ki.felixspin-fncrii 8.felixspin-0mhc4h.felixspin-npst32.felixspin-a9fzek.felixspin-ox8re1.felixspin-pycf0c.felixspin-kzpf6z.felixspin-0w2klx.felixspin-fncrii 1.felixspin-cbpsv7.felixspin-fvfuex.felixspin-luaba8.felixspin-auuz9f.felixspin-z1fnpn.felixspin-u16ryz 1.felixspin-6oudki.felixspin-oxln4o.5z'/%3e%3c/svg%3e");
}

.felixspin-qrn45a > input:not(:checked) ~ label:hover,
.felixspin-qrn45a > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.felixspin-6b26vy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.felixspin-b8d31r 44.felixspin-d3laqr.felixspin-57yhdx.felixspin-nsozm8.felixspin-1hc1gr.felixspin-0w2klx.felixspin-rk47d7.felixspin-90r57f.felixspin-831rdo.felixspin-j87tf7.felixspin-i42mlb.felixspin-h6hljv.felixspin-4ts7zs 0l-12.felixspin-fncrii 30.felixspin-3eyvev.felixspin-fd7xa0 2.felixspin-nlktm8.felixspin-fd7xa0 3.felixspin-zdtjtg 3.felixspin-twl8zm.felixspin-aej8jq 3.felixspin-2vlej8.felixspin-kzpf6z.felixspin-mqkzkk.felixspin-ox9c95 7-3.felixspin-fncrii 10.felixspin-pxce87.felixspin-ox9c95 23.felixspin-q89ut8.felixspin-ckdqi2 1.felixspin-u16ryz 2.felixspin-fncrii 3.felixspin-ckdqi2 1.felixspin-aej8jq 5.felixspin-4f1055.felixspin-aej8jq 32.felixspin-is9bro.felixspin-kzpf6z 5.felixspin-4ts7zs 4.felixspin-ox9c95 9.felixspin-ox9c95 8.felixspin-aej8jq 6.felixspin-q753n4.felixspin-t5hhun.felixspin-panx3k.felixspin-qmb34y.felixspin-hl74gc 4.felixspin-bh71oz.felixspin-hl74gc 6.felixspin-hl74gc 0l29.felixspin-4ts7zs 17.felixspin-rn9ekz.felixspin-ruretv 2.felixspin-pi1yhm 10.felixspin-vo23ki.felixspin-fncrii 8.felixspin-0mhc4h.felixspin-npst32.felixspin-a9fzek.felixspin-ox8re1.felixspin-pycf0c.felixspin-kzpf6z.felixspin-0w2klx.felixspin-fncrii 1.felixspin-cbpsv7.felixspin-fvfuex.felixspin-luaba8.felixspin-auuz9f.felixspin-z1fnpn.felixspin-u16ryz 1.felixspin-6oudki.felixspin-oxln4o.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .felixspin-8ttspa > .felixspin-lbipq2 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .felixspin-8ttspa > .felixspin-lbipq2 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .felixspin-8ttspa > .felixspin-lbipq2 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .felixspin-8ttspa > .felixspin-lbipq2 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .felixspin-8ttspa > .felixspin-lbipq2 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.felixspin-186zq5 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.felixspin-186zq5.felixspin-czkjl1 {
  display: none;
}

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

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

.felixspin-gvjbzp {
  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;
}

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

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

.felixspin-gvjbzp img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.felixspin-gugooe {
  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;
}

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

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

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

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

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

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

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

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

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

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

.felixspin-186zq5.felixspin-9hd2nr .felixspin-kw32i5 {
  background: #2b3b67;
}

.felixspin-186zq5.felixspin-9hd2nr .felixspin-gvjbzp {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.felixspin-186zq5.felixspin-9hd2nr .felixspin-gvjbzp::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.felixspin-186zq5.felixspin-9hd2nr .felixspin-gvjbzp::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.felixspin-186zq5.felixspin-9hd2nr .felixspin-gugooe::before {
  background: #0e0f41;
}

.felixspin-186zq5.felixspin-9hd2nr .felixspin-gugooe::after {
  background: #152557;
}

.felixspin-186zq5.felixspin-v7gi0b .felixspin-kw32i5 {
  background: #1f35fa;
}

.felixspin-186zq5.felixspin-v7gi0b .felixspin-gvjbzp {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.felixspin-186zq5.felixspin-v7gi0b .felixspin-gvjbzp::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.felixspin-186zq5.felixspin-v7gi0b .felixspin-gvjbzp::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.felixspin-186zq5.felixspin-v7gi0b .felixspin-gugooe::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.felixspin-186zq5.felixspin-v7gi0b .felixspin-gugooe::after {
  background: #192ac8;
}

.felixspin-186zq5.felixspin-mhu1cx .felixspin-kw32i5 {
  background: #fa771f;
}

.felixspin-186zq5.felixspin-mhu1cx .felixspin-gvjbzp {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.felixspin-186zq5.felixspin-mhu1cx .felixspin-gvjbzp::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.felixspin-186zq5.felixspin-mhu1cx .felixspin-gvjbzp::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.felixspin-186zq5.felixspin-mhu1cx .felixspin-gugooe::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.felixspin-186zq5.felixspin-mhu1cx .felixspin-gugooe::after {
  background: #fa8535;
}

.felixspin-6bsdun {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.felixspin-arglcv {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.felixspin-ek2q92 {
  width: 120px;
  height: 22px;
}

.felixspin-ek2q92 .felixspin-91a3yf {
  fill: #c2c0ce;
}

.felixspin-ek2q92 [rating="1"] .felixspin-91a3yf:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.felixspin-ek2q92 [rating="2"] .felixspin-91a3yf:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.felixspin-ek2q92 [rating="3"] .felixspin-91a3yf:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.felixspin-ek2q92 [rating="4"] .felixspin-91a3yf:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.felixspin-ek2q92 [rating="5"] .felixspin-91a3yf:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.felixspin-4hmdcu {
  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);
}

.felixspin-4hmdcu.felixspin-hqmzl4 {
  display: block;
}

.felixspin-4hmdcu.felixspin-czkjl1 {
  display: none;
}

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

.felixspin-ory2oj {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.felixspin-8msi7h {
  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);
}

.felixspin-7orc3d {
  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;
}

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

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

.felixspin-4a51kx {
  font-size: 16px;
  line-height: 140%;
}

.felixspin-eeb4mv {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.felixspin-eeb4mv .felixspin-91a3yf {
  fill: #c2c0ce;
}

.felixspin-eeb4mv [rating="1"] .felixspin-91a3yf:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.felixspin-eeb4mv [rating="2"] .felixspin-91a3yf:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.felixspin-eeb4mv [rating="3"] .felixspin-91a3yf:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.felixspin-eeb4mv [rating="4"] .felixspin-91a3yf:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.felixspin-eeb4mv [rating="5"] .felixspin-91a3yf:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

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

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

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

.felixspin-2c1bee {
  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) {
  .felixspin-2c1bee {
    padding: 12px;
    gap: 12px;
  }
}

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

.felixspin-3i2nlm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.felixspin-793coz {
  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;
}

.felixspin-8gzetk {
  flex: 1;
  min-width: 0;
}

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

.felixspin-fmrnc7 {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.felixspin-fmrnc7 svg path {
  fill: var(--button-bg-color);
}

.felixspin-fmrnc7 svg circle {
  fill: var(--button-text-color);
}

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

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

.felixspin-io1jka strong {
  font-weight: 600;
}

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

.felixspin-v5abnq p {
  margin: 0 0 16px;
}

.felixspin-v5abnq p:last-child {
  margin-bottom: 0;
}

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

.felixspin-lndfky {
  max-width: 300px;
  width: 100%;
}

.felixspin-lndfky a {
  width: 100%;
}

@media (max-width: 575px) {
  .felixspin-lndfky {
    max-width: 200px;
  }
}

.felixspin-uod2eh {
  justify-content: center;
}

.felixspin-5tbhg8 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.felixspin-xi5koy {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.felixspin-ujfdht .felixspin-xe54pq {
  justify-content: center;
}

/* faq */

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

.felixspin-j878vn {
  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.felixspin-huq3u1 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.felixspin-j878vn::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.felixspin-huq3u1 ease;
}

.felixspin-nbt8vd.felixspin-10amwq .felixspin-j878vn::after {
  transform: rotate(45deg);
}

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

.felixspin-nbt8vd.felixspin-10amwq .felixspin-f1vax5 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.felixspin-1vf2yk {
  margin: 25px 0;
}

.felixspin-qrn45a > input:not(:checked) ~ label:hover,
.felixspin-qrn45a > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.felixspin-ooviwg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.felixspin-l7xbi9 44.felixspin-9zo51f.felixspin-au96da.felixspin-6fb4ji.felixspin-qo0z9s.felixspin-wb1zd1.felixspin-sfpzbf.felixspin-szazsz.felixspin-6vokop.felixspin-us0du7.felixspin-xfdfer.felixspin-rc707s.felixspin-n2nvih 0l-12.felixspin-2dopcc 30.felixspin-qeep91.felixspin-hmr6lu 2.felixspin-xiloct.felixspin-hmr6lu 3.felixspin-g8llwg 3.felixspin-xuiz8o.felixspin-g10yn8 3.felixspin-q6jz07.felixspin-x45ehv.felixspin-jl1f57.felixspin-qj7u1h 7-3.felixspin-2dopcc 10.felixspin-fjbn8y.felixspin-qj7u1h 23.felixspin-b8ldxg.felixspin-ct0qdr 1.felixspin-gtvjax 2.felixspin-2dopcc 3.felixspin-ct0qdr 1.felixspin-g10yn8 5.felixspin-dmfkxt.felixspin-g10yn8 32.felixspin-p1mso6.felixspin-x45ehv 5.felixspin-n2nvih 4.felixspin-qj7u1h 9.felixspin-qj7u1h 8.felixspin-g10yn8 6.felixspin-so0x5s.felixspin-6722il.felixspin-chuspr.felixspin-lovn0p.felixspin-wfyf9h 4.felixspin-u3qdnm.felixspin-wfyf9h 6.felixspin-wfyf9h 0l29.felixspin-n2nvih 17.felixspin-1f43yl.felixspin-n71ki1 2.felixspin-deor5a 10.felixspin-l042pv.felixspin-2dopcc 8.felixspin-h8g8va.felixspin-tw552o.felixspin-0ot5ec.felixspin-sdxnm0.felixspin-j0qik1.felixspin-x45ehv.felixspin-wb1zd1.felixspin-2dopcc 1.felixspin-mb8pa7.felixspin-bte12c.felixspin-gtzyjx.felixspin-s8zu5k.felixspin-ro6lg1.felixspin-gtvjax 1.felixspin-lc8bo0.felixspin-ulqtk6.5z'/%3e%3c/svg%3e");
}

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

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

.felixspin-jjabvh {
  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);
}

.felixspin-jjabvh.felixspin-jotguy {
  display: block;
}

.felixspin-jjabvh.felixspin-vsygr1 {
  display: none;
}

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

.felixspin-s597nz {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.felixspin-owm272 {
  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);
}

.felixspin-32e1zw {
  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;
}

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

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

.felixspin-rpjqtt {
  font-size: 16px;
  line-height: 140%;
}

.felixspin-edm3oh {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.felixspin-edm3oh .felixspin-s4zixr {
  fill: #c2c0ce;
}

.felixspin-edm3oh [rating="1"] .felixspin-s4zixr:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.felixspin-edm3oh [rating="2"] .felixspin-s4zixr:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.felixspin-edm3oh [rating="3"] .felixspin-s4zixr:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.felixspin-edm3oh [rating="4"] .felixspin-s4zixr:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.felixspin-edm3oh [rating="5"] .felixspin-s4zixr:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.felixspin-58cvrc 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;
}

.felixspin-58cvrc 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 */

.felixspin-xv0iea {
  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);
}

.felixspin-xv0iea.felixspin-v67ao7 {
  opacity: 1;
  pointer-events: auto;
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.felixspin-amg1s1, .felixspin-bcch3p, [class*="review-card"],
thead, thead th, table th, .felixspin-1jmjxa,
.felixspin-tmx9gj, [class*="collapsible-header"],
.felixspin-8qkgwg, [class*="updated-block"] {
  color: #ece7dc !important;
}
