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

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

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

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

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

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

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

.felixspin-l3tbiv {
  cursor: pointer;
}

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

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

.felixspin-xq034n figure {
  margin: 0;
}

.felixspin-xq034n.felixspin-e51m3w {
  justify-content: flex-start;
  margin-right: 4px;
}

.felixspin-xq034n.felixspin-2aj6nq {
  justify-content: flex-end;
  margin-left: 4px;
}

.felixspin-xq034n.felixspin-ivv0ar {
  justify-content: center;
}

.felixspin-xq034n.felixspin-mz0k43 {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.felixspin-3793zi 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-3793zi ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

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

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

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

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

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

.felixspin-kcxm0d.felixspin-33ktnd {
  background-color: #000;
}

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

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

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

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

.felixspin-mf5n52 {
  margin-bottom: 94px;
}

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

.felixspin-buuvk5 .felixspin-joch6x {
  margin-bottom: 28px;
}

.felixspin-buuvk5 .felixspin-joch6x img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.felixspin-9vom2v li svg {
  transition: 0.felixspin-9kr1bh ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.felixspin-2n2s0o {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.felixspin-3i22cw ease-in-out;
}

.felixspin-2n2s0o.felixspin-ccnk8z {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

.felixspin-czax3x li {
  width: 100%;
}

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

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

.felixspin-czax3x li a.felixspin-ccnk8z {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

.felixspin-lrwl3q img {
  width: 100%;
  transition: 0.felixspin-9kr1bh ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.felixspin-6peogc.felixspin-7c897t {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.felixspin-pfw5qe {
  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-pfw5qe::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-3i22cw ease-in-out;
}

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

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

.felixspin-bl1wfo 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-9kr1bh ease-in-out;
  overflow: hidden;
}

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

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

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

.felixspin-xj8k5z {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.felixspin-8194cx .felixspin-7s4evh {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .felixspin-8194cx .felixspin-7s4evh {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.felixspin-8194cx .felixspin-gfeiyt {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

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

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

.felixspin-7s4evh {
  margin: 0 0 28px;
}

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

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

.felixspin-mkfc9w .felixspin-n2e909 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

.felixspin-j3uue8.felixspin-5uf113 span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.felixspin-u573r9.felixspin-z8b84q {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.felixspin-4gjodn {
  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-g7lfj6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.felixspin-zqj7by {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

h2.felixspin-03xeic {
  margin: 0 0 28px;
}

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

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

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

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

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

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

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

.felixspin-9sglhe tbody tr td .felixspin-smclj2 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .felixspin-9sglhe tbody tr td .felixspin-smclj2 {
    width: 100%;
  }
}

.felixspin-9sglhe tbody tr td .felixspin-8wef2r {
  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-9kr1bh ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .felixspin-9sglhe tbody tr td .felixspin-8wef2r:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .felixspin-9sglhe tbody tr td .felixspin-8wef2r {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .felixspin-9sglhe tbody tr td .felixspin-8wef2r {
    width: 100%;
  }
}

.felixspin-9sglhe tbody tr td .felixspin-qwr13y {
  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-9sglhe tbody tr td .felixspin-qwr13y:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.felixspin-7nb984 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.felixspin-9kr1bh ease-in-out;
}

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

.felixspin-wx6ibl {
  padding: 90px 0;
}

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

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

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

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

.felixspin-1ft5zk img {
  width: 100%;
}

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

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

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

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

.felixspin-oap83n {
  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-9kr1bh ease-in-out;
}

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

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

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

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

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

.felixspin-rd84i5 .felixspin-oap83n {
  width: 50%;
  margin: 0;
}

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

.felixspin-f4prf8 {
  margin: 0 0 100px;
}

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

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

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

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

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

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

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

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

.felixspin-htasqs 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-9kr1bh ease-in-out;
}

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

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

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

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

.felixspin-3tjrf0 {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.felixspin-p9baji::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-p22zur {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.felixspin-p22zur.felixspin-9b2unb {
  display: none;
}

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

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

.felixspin-ksnnt7 iframe.felixspin-ks528a {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.felixspin-ksnnt7.felixspin-iy85j9 {
  opacity: 1;
  pointer-events: all;
}

.felixspin-bb2mvu {
  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-9kr1bh ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.felixspin-z0ft2q .felixspin-a1qkmb {
  position: relative;
}

.felixspin-z0ft2q .felixspin-xgdpji {
  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-z0ft2q .felixspin-xgdpji.felixspin-9b2unb {
  display: none;
}

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

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

.felixspin-z0ft2q .felixspin-ad8src .felixspin-rkmk0x {
  max-width: 300px;
  width: 100%;
}

.felixspin-z0ft2q .felixspin-ad8src .felixspin-rkmk0x .felixspin-6vgmo4 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .felixspin-z0ft2q .felixspin-ad8src .felixspin-rkmk0x .felixspin-6vgmo4 {
    font-size: 32px;
    text-align: center;
  }
}

.felixspin-z0ft2q .felixspin-ad8src .felixspin-rkmk0x .felixspin-fb1ksm {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .felixspin-z0ft2q .felixspin-ad8src .felixspin-rkmk0x .felixspin-fb1ksm {
    text-align: center;
  }
}

.felixspin-z0ft2q .felixspin-ad8src .felixspin-7c897t {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .felixspin-z0ft2q .felixspin-ad8src .felixspin-7c897t {
    flex-direction: column-reverse;
  }
}

.felixspin-z0ft2q .felixspin-ad8src .felixspin-7c897t .felixspin-xje17q {
  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-9kr1bh ease-in-out;
}

.felixspin-z0ft2q .felixspin-ad8src .felixspin-7c897t .felixspin-xje17q:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .felixspin-z0ft2q .felixspin-ad8src .felixspin-7c897t .felixspin-xje17q {
    width: 100%;
  }
}

.felixspin-z0ft2q .felixspin-ad8src .felixspin-7c897t .felixspin-swu8ab {
  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-9kr1bh ease-in-out;
  overflow: hidden;
}

.felixspin-z0ft2q .felixspin-ad8src .felixspin-7c897t .felixspin-swu8ab 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-z0ft2q .felixspin-ad8src .felixspin-7c897t .felixspin-swu8ab: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-z0ft2q .felixspin-ad8src .felixspin-7c897t .felixspin-swu8ab:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .felixspin-z0ft2q .felixspin-ad8src .felixspin-7c897t .felixspin-swu8ab {
    width: 100%;
  }
}

.felixspin-z0ft2q .felixspin-ad8src.felixspin-9b2unb {
  display: none;
}

.felixspin-z0ft2q .felixspin-dw1iz6 {
  display: none;
}

.felixspin-z0ft2q .felixspin-dw1iz6.felixspin-iy85j9 {
  display: block;
}

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

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

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

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

.felixspin-z0ft2q .felixspin-3wvxh9 .felixspin-6vgmo4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .felixspin-z0ft2q .felixspin-3wvxh9 .felixspin-6vgmo4 {
    margin-bottom: 24px;
  }
}

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

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

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

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

.felixspin-tp3r2m.felixspin-ccnk8z {
  display: block;
}

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

.felixspin-tp3r2m .felixspin-o8p6q8 {
  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-tp3r2m .felixspin-cflyij {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.felixspin-tp3r2m .felixspin-swu8ab {
  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-9kr1bh ease-in-out;
}

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

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

.felixspin-9dstpr.felixspin-ccnk8z {
  display: block;
}

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

.felixspin-5rw5qe {
  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-w6vfoe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.felixspin-tn4cen.felixspin-9b2unb {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.felixspin-3emhqg {
  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-9kr1bh ease-in-out;
}

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

.felixspin-xjgx9t {
  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-9kr1bh ease-in-out;
}

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

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

.felixspin-k0ykcb.felixspin-9b2unb {
  display: none;
}

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

.felixspin-k0ykcb .felixspin-3emhqg {
  margin: 0 auto;
}

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

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

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

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

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

.felixspin-ldqwlv > 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-ntfh8o.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.felixspin-nsfsdy 44.felixspin-rxlkha.felixspin-mg1r4v.felixspin-bnro73.felixspin-hit4er.felixspin-xzredq.felixspin-8zorhe.felixspin-6uk1eb.felixspin-7spn63.felixspin-4u100b.felixspin-43zi5o.felixspin-jbx16n.felixspin-8bjxei 0l-12.felixspin-l5vzwh 30.felixspin-6pz7eo.felixspin-e70dbx 2.felixspin-xea0c0.felixspin-e70dbx 3.felixspin-4csf3o 3.felixspin-9ub9ng.felixspin-q528r6 3.felixspin-fzh2wb.felixspin-9yh3wk.felixspin-ef76sj.felixspin-06kqfr 7-3.felixspin-l5vzwh 10.felixspin-395pji.felixspin-06kqfr 23.felixspin-xp1yju.felixspin-zgtgyr 1.felixspin-767euo 2.felixspin-l5vzwh 3.felixspin-zgtgyr 1.felixspin-q528r6 5.felixspin-o457vc.felixspin-q528r6 32.felixspin-kwxl6y.felixspin-9yh3wk 5.felixspin-8bjxei 4.felixspin-06kqfr 9.felixspin-06kqfr 8.felixspin-q528r6 6.felixspin-hidb2x.felixspin-9gjlpt.felixspin-xdw202.felixspin-mf67wm.felixspin-3pfab8 4.felixspin-etl9y6.felixspin-3pfab8 6.felixspin-3pfab8 0l29.felixspin-8bjxei 17.felixspin-gwve0i.felixspin-6zipog 2.felixspin-db4z6r 10.felixspin-npcix2.felixspin-l5vzwh 8.felixspin-uk8p3a.felixspin-kfjtjt.felixspin-w947ru.felixspin-hnv4o2.felixspin-dzjgmw.felixspin-9yh3wk.felixspin-xzredq.felixspin-l5vzwh 1.felixspin-wh8jwg.felixspin-xw2faq.felixspin-tocnsk.felixspin-g82r83.felixspin-4hkqxh.felixspin-767euo 1.felixspin-rk9iyb.felixspin-w4zxnz.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.felixspin-ldqwlv > input:checked ~ label,
.felixspin-ldqwlv > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.felixspin-ntfh8o.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.felixspin-nsfsdy 44.felixspin-rxlkha.felixspin-mg1r4v.felixspin-bnro73.felixspin-hit4er.felixspin-xzredq.felixspin-8zorhe.felixspin-6uk1eb.felixspin-7spn63.felixspin-4u100b.felixspin-43zi5o.felixspin-jbx16n.felixspin-8bjxei 0l-12.felixspin-l5vzwh 30.felixspin-6pz7eo.felixspin-e70dbx 2.felixspin-xea0c0.felixspin-e70dbx 3.felixspin-4csf3o 3.felixspin-9ub9ng.felixspin-q528r6 3.felixspin-fzh2wb.felixspin-9yh3wk.felixspin-ef76sj.felixspin-06kqfr 7-3.felixspin-l5vzwh 10.felixspin-395pji.felixspin-06kqfr 23.felixspin-xp1yju.felixspin-zgtgyr 1.felixspin-767euo 2.felixspin-l5vzwh 3.felixspin-zgtgyr 1.felixspin-q528r6 5.felixspin-o457vc.felixspin-q528r6 32.felixspin-kwxl6y.felixspin-9yh3wk 5.felixspin-8bjxei 4.felixspin-06kqfr 9.felixspin-06kqfr 8.felixspin-q528r6 6.felixspin-hidb2x.felixspin-9gjlpt.felixspin-xdw202.felixspin-mf67wm.felixspin-3pfab8 4.felixspin-etl9y6.felixspin-3pfab8 6.felixspin-3pfab8 0l29.felixspin-8bjxei 17.felixspin-gwve0i.felixspin-6zipog 2.felixspin-db4z6r 10.felixspin-npcix2.felixspin-l5vzwh 8.felixspin-uk8p3a.felixspin-kfjtjt.felixspin-w947ru.felixspin-hnv4o2.felixspin-dzjgmw.felixspin-9yh3wk.felixspin-xzredq.felixspin-l5vzwh 1.felixspin-wh8jwg.felixspin-xw2faq.felixspin-tocnsk.felixspin-g82r83.felixspin-4hkqxh.felixspin-767euo 1.felixspin-rk9iyb.felixspin-w4zxnz.5z'/%3e%3c/svg%3e");
}

.felixspin-ldqwlv > input:not(:checked) ~ label:hover,
.felixspin-ldqwlv > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.felixspin-ntfh8o.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.felixspin-nsfsdy 44.felixspin-rxlkha.felixspin-mg1r4v.felixspin-bnro73.felixspin-hit4er.felixspin-xzredq.felixspin-8zorhe.felixspin-6uk1eb.felixspin-7spn63.felixspin-4u100b.felixspin-43zi5o.felixspin-jbx16n.felixspin-8bjxei 0l-12.felixspin-l5vzwh 30.felixspin-6pz7eo.felixspin-e70dbx 2.felixspin-xea0c0.felixspin-e70dbx 3.felixspin-4csf3o 3.felixspin-9ub9ng.felixspin-q528r6 3.felixspin-fzh2wb.felixspin-9yh3wk.felixspin-ef76sj.felixspin-06kqfr 7-3.felixspin-l5vzwh 10.felixspin-395pji.felixspin-06kqfr 23.felixspin-xp1yju.felixspin-zgtgyr 1.felixspin-767euo 2.felixspin-l5vzwh 3.felixspin-zgtgyr 1.felixspin-q528r6 5.felixspin-o457vc.felixspin-q528r6 32.felixspin-kwxl6y.felixspin-9yh3wk 5.felixspin-8bjxei 4.felixspin-06kqfr 9.felixspin-06kqfr 8.felixspin-q528r6 6.felixspin-hidb2x.felixspin-9gjlpt.felixspin-xdw202.felixspin-mf67wm.felixspin-3pfab8 4.felixspin-etl9y6.felixspin-3pfab8 6.felixspin-3pfab8 0l29.felixspin-8bjxei 17.felixspin-gwve0i.felixspin-6zipog 2.felixspin-db4z6r 10.felixspin-npcix2.felixspin-l5vzwh 8.felixspin-uk8p3a.felixspin-kfjtjt.felixspin-w947ru.felixspin-hnv4o2.felixspin-dzjgmw.felixspin-9yh3wk.felixspin-xzredq.felixspin-l5vzwh 1.felixspin-wh8jwg.felixspin-xw2faq.felixspin-tocnsk.felixspin-g82r83.felixspin-4hkqxh.felixspin-767euo 1.felixspin-rk9iyb.felixspin-w4zxnz.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.felixspin-3mtu3z.felixspin-9b2unb {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.felixspin-3mtu3z.felixspin-km4g1m .felixspin-8mmee2 {
  background: #2b3b67;
}

.felixspin-3mtu3z.felixspin-km4g1m .felixspin-jl19i9 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.felixspin-3mtu3z.felixspin-km4g1m .felixspin-jl19i9::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.felixspin-3mtu3z.felixspin-km4g1m .felixspin-jl19i9::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.felixspin-3mtu3z.felixspin-km4g1m .felixspin-nym8e9::before {
  background: #0e0f41;
}

.felixspin-3mtu3z.felixspin-km4g1m .felixspin-nym8e9::after {
  background: #152557;
}

.felixspin-3mtu3z.felixspin-hsb2w3 .felixspin-8mmee2 {
  background: #1f35fa;
}

.felixspin-3mtu3z.felixspin-hsb2w3 .felixspin-jl19i9 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.felixspin-3mtu3z.felixspin-hsb2w3 .felixspin-jl19i9::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.felixspin-3mtu3z.felixspin-hsb2w3 .felixspin-jl19i9::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.felixspin-3mtu3z.felixspin-hsb2w3 .felixspin-nym8e9::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.felixspin-3mtu3z.felixspin-hsb2w3 .felixspin-nym8e9::after {
  background: #192ac8;
}

.felixspin-3mtu3z.felixspin-mjddnx .felixspin-8mmee2 {
  background: #fa771f;
}

.felixspin-3mtu3z.felixspin-mjddnx .felixspin-jl19i9 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.felixspin-3mtu3z.felixspin-mjddnx .felixspin-jl19i9::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.felixspin-3mtu3z.felixspin-mjddnx .felixspin-jl19i9::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.felixspin-3mtu3z.felixspin-mjddnx .felixspin-nym8e9::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.felixspin-3mtu3z.felixspin-mjddnx .felixspin-nym8e9::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.felixspin-bejjy3 .felixspin-vpif28 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.felixspin-vfcjvj {
  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-vfcjvj.felixspin-iy85j9 {
  display: block;
}

.felixspin-vfcjvj.felixspin-9b2unb {
  display: none;
}

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

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

.felixspin-p9htyo {
  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-o6gywa {
  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-e2gce8 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.felixspin-utoh4j .felixspin-vpif28 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.felixspin-gasx5y {
  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-7o9trl {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.felixspin-30cuvr .felixspin-ylhxle {
  justify-content: center;
}

/* faq */

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

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

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

.felixspin-sqyn7n.felixspin-ccnk8z .felixspin-cpob4f::after {
  transform: rotate(45deg);
}

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

.felixspin-sqyn7n.felixspin-ccnk8z .felixspin-ef9e7f {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.felixspin-tc8bt0 {
  margin: 25px 0;
}

.felixspin-ldqwlv > input:not(:checked) ~ label:hover,
.felixspin-ldqwlv > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.felixspin-frmw5i.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.felixspin-ti9tiv 44.felixspin-fbquv2.felixspin-e4leea.felixspin-lk8356.felixspin-uf7f4f.felixspin-lmquom.felixspin-jyg0xj.felixspin-k0akzt.felixspin-93qqbm.felixspin-5lgfgf.felixspin-75wzgx.felixspin-we4qra.felixspin-4fsais 0l-12.felixspin-2ylmt1 30.felixspin-l2818o.felixspin-i0hqbj 2.felixspin-2pkv8n.felixspin-i0hqbj 3.felixspin-ervpv0 3.felixspin-fmczmv.felixspin-bpg0wk 3.felixspin-lhyvv0.felixspin-iiy1y7.felixspin-nqbwqm.felixspin-x1a65q 7-3.felixspin-2ylmt1 10.felixspin-vxnm7l.felixspin-x1a65q 23.felixspin-cw9gou.felixspin-ispdt1 1.felixspin-g2xls0 2.felixspin-2ylmt1 3.felixspin-ispdt1 1.felixspin-bpg0wk 5.felixspin-tg7lrr.felixspin-bpg0wk 32.felixspin-6lc1fg.felixspin-iiy1y7 5.felixspin-4fsais 4.felixspin-x1a65q 9.felixspin-x1a65q 8.felixspin-bpg0wk 6.felixspin-9wcftq.felixspin-3srh01.felixspin-8xw979.felixspin-w1alyj.felixspin-qn2ssc 4.felixspin-2dasjo.felixspin-qn2ssc 6.felixspin-qn2ssc 0l29.felixspin-4fsais 17.felixspin-gamm9j.felixspin-14mkvb 2.felixspin-1bshch 10.felixspin-0akj45.felixspin-2ylmt1 8.felixspin-31mng7.felixspin-1udm8x.felixspin-4xn9pt.felixspin-iqod4l.felixspin-ap04jx.felixspin-iiy1y7.felixspin-lmquom.felixspin-2ylmt1 1.felixspin-lzggrf.felixspin-6goopz.felixspin-weiyta.felixspin-9d861h.felixspin-39z4dz.felixspin-g2xls0 1.felixspin-wouidn.felixspin-nnonee.5z'/%3e%3c/svg%3e");
}

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

.felixspin-p3wu87 {
  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-p3wu87.felixspin-ze6xpl {
  display: block;
}

.felixspin-p3wu87.felixspin-dwoa9z {
  display: none;
}

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

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

.felixspin-51uckv {
  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-vkv6mf {
  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-kqbvvi small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.felixspin-xgmmb8 .felixspin-gp3zv8 {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.felixspin-xs6qcr 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-xs6qcr 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-4whkgb {
  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-4whkgb.felixspin-cidslv {
  opacity: 1;
  pointer-events: auto;
}
