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

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

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

.frumzi-npawzv {
  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) {
  .frumzi-npawzv: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;
  }
}

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

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

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

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

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

.frumzi-xd50nq {
  cursor: pointer;
}

.frumzi-8nvyiq {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.frumzi-pi6keu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.frumzi-pi6keu figure {
  margin: 0;
}

.frumzi-pi6keu.frumzi-8r0smb {
  justify-content: flex-start;
  margin-right: 4px;
}

.frumzi-pi6keu.frumzi-siaw86 {
  justify-content: flex-end;
  margin-left: 4px;
}

.frumzi-pi6keu.frumzi-k47mp4 {
  justify-content: center;
}

.frumzi-pi6keu.frumzi-co9fcs {
  justify-content: normal;
}

.frumzi-bmck7v {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.frumzi-ivm2o3 img {
  width: 100%;
}

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

.frumzi-kg31te {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.frumzi-kg31te 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);
}

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

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

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

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

.frumzi-kg31te ul li:last-of-type::after {
  display: none;
}

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

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

.frumzi-kuncmb {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .frumzi-45po4h {
    height: 50px;
  }
}

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

.frumzi-45po4h.frumzi-fiywb5 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .frumzi-45po4h.frumzi-fiywb5:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

.frumzi-9qgpdq {
  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) {
  .frumzi-9qgpdq {
    flex-direction: column;
  }
}

.frumzi-aaq83b {
  margin-bottom: 94px;
}

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

.frumzi-zdb4fb .frumzi-48f44b {
  margin-bottom: 28px;
}

.frumzi-zdb4fb .frumzi-48f44b img {
  max-height: 100px;
  width: auto;
}

.frumzi-iceaik {
  display: flex;
  align-items: center;
}

.frumzi-iceaik a + a {
  margin-left: 24px;
}

.frumzi-iceaik img {
  max-height: 56px;
  width: auto;
}

.frumzi-iceaik img + img {
  margin-left: 24px;
}

.frumzi-12uo0i {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.frumzi-exn6dc {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.frumzi-i1yrq0 li {
  display: flex;
  margin: 0 7px;
}

.frumzi-i1yrq0 li svg {
  transition: 0.frumzi-axhwjf ease-in-out;
}

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

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

.frumzi-wgtjwr + .frumzi-wgtjwr {
  margin-left: 120px;
}

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

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

.frumzi-zgqvce {
  list-style: none;
  margin: 0;
  padding: 0;
}

.frumzi-zgqvce li {
  font-size: 16px;
}

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

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

.frumzi-zgqvce li + li {
  margin-top: 16px;
}

.frumzi-f9bbqc {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.frumzi-4ov74z ease-in-out;
}

.frumzi-f9bbqc.frumzi-smqt6b {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.frumzi-nsgp75 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.frumzi-4t8cz8 li {
  width: 100%;
}

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

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

.frumzi-4t8cz8 li a.frumzi-smqt6b {
  background: var(--border-color);
}

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

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

.frumzi-9117w3 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.frumzi-thls0o {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.frumzi-thls0o img {
  width: 100%;
  transition: 0.frumzi-axhwjf ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .frumzi-7s4moy .frumzi-48f44b img {
    max-width: 90px;
  }
}

.frumzi-48f44b img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .frumzi-48f44b {
    order: -2;
  }
}

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

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

.frumzi-hqea2m li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.frumzi-zj4zhu {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.frumzi-zj4zhu.frumzi-c0ppa1 {
  margin-right: 0;
}

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

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

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

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

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

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

.frumzi-mpun04:hover > ul {
  display: flex;
}

.frumzi-mpun04:focus > ul {
  display: flex;
}

.frumzi-mpun04:focus-within > ul {
  display: flex;
}

.frumzi-5530o8 {
  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;
}

.frumzi-5530o8::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.frumzi-4ov74z ease-in-out;
}

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

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

.frumzi-mpun04 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.frumzi-axhwjf ease-in-out;
  overflow: hidden;
}

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

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

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

.frumzi-y0izhu {
  display: none;
}

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

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

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

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

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

.frumzi-eelppr img {
  margin-bottom: 20px;
}

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

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

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

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

.frumzi-5mto5r {
  color: var(--text-color);
}

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

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

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

.frumzi-wkmyno p img {
  display: block;
  margin: 0 auto;
}

.frumzi-wkmyno p:first-of-type {
  margin-top: 0;
}

.frumzi-wkmyno p:last-of-type {
  margin-bottom: 0;
}

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

.frumzi-wkmyno ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.frumzi-raxusx .frumzi-epk9v8 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.frumzi-raxusx .frumzi-ft8l8r {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.frumzi-ft8l8r {
  margin: 0 0 28px;
}

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

.frumzi-epk9v8 {
  margin: 0 0 28px;
}

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

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

.frumzi-hrdbic .frumzi-npawzv {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.frumzi-gw6lkz {
  position: relative;
  border: none;
}

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

.frumzi-k1u5y4 {
  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;
}

.frumzi-k1u5y4 span {
  height: 32px;
}

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

.frumzi-k1u5y4.frumzi-i8hnwj span {
  transform: scaleY(-1);
}

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

.frumzi-rn9skr {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.frumzi-rn9skr.frumzi-nimkpr {
  display: none;
}

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

.frumzi-8ki202 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .frumzi-8ki202 table td {
    min-width: 75px;
  }
}

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

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

.frumzi-8ki202 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.frumzi-j5wdxa {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.frumzi-m746q1 p {
  color: var(--text-color);
}

.frumzi-y1z94s {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.frumzi-iwstgl {
  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);
}

.frumzi-nnlid2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.frumzi-k0q1lp p + p {
  margin-top: 10px;
}

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

.frumzi-gl18d7 {
  display: none;
}

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

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

.frumzi-ama5xi li {
  margin: 0 20px;
}

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

.frumzi-ama5xi li a img {
  margin-bottom: 4px;
}

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

.frumzi-9nmm8f {
  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) {
  .frumzi-9nmm8f {
    padding: 0 16px;
  }
}

.frumzi-9nmm8f li {
  font-size: 16px;
  position: relative;
}

.frumzi-9nmm8f li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.frumzi-9nmm8f li span {
  opacity: 0.5;
}

.frumzi-9nmm8f li + li {
  margin-left: 30px;
}

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

h2.frumzi-cnclm5 {
  margin: 0 0 28px;
}

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

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

.frumzi-rr2xqs 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);
}

.frumzi-rr2xqs 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;
}

.frumzi-rr2xqs 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;
}

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

.frumzi-rr2xqs tbody tr:last-of-type {
  margin-bottom: 0;
}

.frumzi-rr2xqs tbody tr td:first-of-type {
  flex-shrink: 0;
}

.frumzi-rr2xqs 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);
}

.frumzi-rr2xqs 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);
}

.frumzi-rr2xqs tbody tr td:last-of-type {
  margin-left: auto;
}

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

.frumzi-rr2xqs tbody tr td .frumzi-zhzhd6 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .frumzi-rr2xqs tbody tr td .frumzi-zhzhd6 {
    width: 100%;
  }
}

.frumzi-rr2xqs tbody tr td .frumzi-wg2nkx {
  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.frumzi-axhwjf ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .frumzi-rr2xqs tbody tr td .frumzi-wg2nkx {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .frumzi-rr2xqs tbody tr td .frumzi-wg2nkx {
    width: 100%;
  }
}

.frumzi-rr2xqs tbody tr td .frumzi-18pxze {
  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) {
  .frumzi-rr2xqs tbody tr td .frumzi-18pxze:hover {
    text-decoration: none;
  }
}

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

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

.frumzi-qgqbhx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.frumzi-swwdp5 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.frumzi-axhwjf ease-in-out;
}

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

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

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

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

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

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

.frumzi-gct8pt img {
  width: 100%;
  height: 100%;
}

.frumzi-gct8pt iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.frumzi-0l7jqt svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.frumzi-axhwjf ease-in-out;
}

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

.frumzi-w73eid {
  padding: 90px 0;
}

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

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

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

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

.frumzi-2veztm img {
  width: 100%;
}

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

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

.frumzi-njrom7 {
  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;
}

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

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

.frumzi-0yajva {
  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.frumzi-axhwjf ease-in-out;
}

.frumzi-0yajva:hover {
  border: 1px solid #8c8ca2;
}

.frumzi-zls131 {
  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%);
}

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

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

.frumzi-5lu605 a {
  text-decoration: underline;
  color: #8babff;
}

.frumzi-29u7zh {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.frumzi-29u7zh .frumzi-0yajva {
  width: 50%;
  margin: 0;
}

.frumzi-oyswpl {
  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;
}

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

.frumzi-xutl90 {
  margin: 0 0 100px;
}

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

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

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

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

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

.frumzi-h9r7hh {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.frumzi-2tpij1 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.frumzi-axhwjf ease-in-out;
}

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

.frumzi-2tpij1 a svg {
  fill: #fff;
}

.frumzi-2tpij1 a:hover {
  background: #3d68e7;
}

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

.frumzi-3mw7u1 {
  margin-bottom: 16px;
}

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

.frumzi-570fp7 {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.frumzi-deg61w 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);
}

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

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

.frumzi-deg61w table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

.frumzi-180l1y {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.frumzi-180l1y.frumzi-638s2c {
  display: none;
}

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

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

.frumzi-szzwmj iframe.frumzi-raproz {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.frumzi-szzwmj.frumzi-70kwnh {
  opacity: 1;
  pointer-events: all;
}

.frumzi-l4s4xo {
  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.frumzi-axhwjf ease-in-out;
}

.frumzi-l4s4xo svg {
  margin-right: 10px;
}

.frumzi-l4s4xo + .frumzi-l4s4xo {
  margin-top: 14px;
}

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

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

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

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

.frumzi-k1dg6x .frumzi-hrdbic {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .frumzi-k1dg6x .frumzi-hrdbic {
    margin: 28px 0 0;
  }
}

.frumzi-49r2fv {
  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) {
  .frumzi-49r2fv {
    padding: 0 16px;
  }
}

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

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

.frumzi-ujdqmx {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.frumzi-9gnyee {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .frumzi-0h5k48 {
    padding: 10px;
  }
}

.frumzi-0h5k48 .frumzi-npawzv {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .frumzi-0h5k48 .frumzi-npawzv {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .frumzi-0h5k48 {
    flex-wrap: wrap;
  }
}

.frumzi-t8tp52 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.frumzi-t8tp52 img {
  width: 100%;
}

.frumzi-vl5uk9 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.frumzi-5ivwog {
  width: 100%;
  margin: 0 0 100px;
}

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

.frumzi-5ivwog .frumzi-qwnix3 {
  position: relative;
}

.frumzi-5ivwog .frumzi-ux3y47 {
  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;
}

.frumzi-5ivwog .frumzi-ux3y47.frumzi-638s2c {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .frumzi-5ivwog .frumzi-se76ww {
    bottom: 90px;
  }
}

.frumzi-5ivwog .frumzi-se76ww .frumzi-fmhxim {
  max-width: 300px;
  width: 100%;
}

.frumzi-5ivwog .frumzi-se76ww .frumzi-fmhxim .frumzi-lndjhh {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .frumzi-5ivwog .frumzi-se76ww .frumzi-fmhxim .frumzi-lndjhh {
    font-size: 32px;
    text-align: center;
  }
}

.frumzi-5ivwog .frumzi-se76ww .frumzi-fmhxim .frumzi-bosgm0 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .frumzi-5ivwog .frumzi-se76ww .frumzi-fmhxim .frumzi-bosgm0 {
    text-align: center;
  }
}

.frumzi-5ivwog .frumzi-se76ww .frumzi-c0ppa1 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .frumzi-5ivwog .frumzi-se76ww .frumzi-c0ppa1 {
    flex-direction: column-reverse;
  }
}

.frumzi-5ivwog .frumzi-se76ww .frumzi-c0ppa1 .frumzi-ysfayb {
  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.frumzi-axhwjf ease-in-out;
}

.frumzi-5ivwog .frumzi-se76ww .frumzi-c0ppa1 .frumzi-ysfayb:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .frumzi-5ivwog .frumzi-se76ww .frumzi-c0ppa1 .frumzi-ysfayb {
    width: 100%;
  }
}

.frumzi-5ivwog .frumzi-se76ww .frumzi-c0ppa1 .frumzi-avqten {
  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.frumzi-axhwjf ease-in-out;
  overflow: hidden;
}

.frumzi-5ivwog .frumzi-se76ww .frumzi-c0ppa1 .frumzi-avqten 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);
  }
}

.frumzi-5ivwog .frumzi-se76ww .frumzi-c0ppa1 .frumzi-avqten: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;
}

.frumzi-5ivwog .frumzi-se76ww .frumzi-c0ppa1 .frumzi-avqten:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .frumzi-5ivwog .frumzi-se76ww .frumzi-c0ppa1 .frumzi-avqten {
    width: 100%;
  }
}

.frumzi-5ivwog .frumzi-se76ww.frumzi-638s2c {
  display: none;
}

.frumzi-5ivwog .frumzi-w7sxzq {
  display: none;
}

.frumzi-5ivwog .frumzi-w7sxzq.frumzi-70kwnh {
  display: block;
}

.frumzi-5ivwog .frumzi-w7sxzq iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .frumzi-5ivwog .frumzi-w7sxzq iframe {
    height: calc(100vh - 54px);
  }
}

.frumzi-5ivwog .frumzi-zz6bv3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .frumzi-5ivwog .frumzi-zz6bv3 {
    padding: 24px 16px 0;
  }
}

.frumzi-5ivwog .frumzi-zz6bv3 .frumzi-lndjhh {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .frumzi-5ivwog .frumzi-zz6bv3 .frumzi-lndjhh {
    margin-bottom: 24px;
  }
}

.frumzi-5ivwog .frumzi-zz6bv3 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);
}

.frumzi-5ivwog .frumzi-zz6bv3 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) {
  .frumzi-5ivwog .frumzi-zz6bv3 table tr td {
    padding: 12px 4px;
  }
}

.frumzi-5ivwog .frumzi-zz6bv3 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) {
  .frumzi-5ivwog .frumzi-zz6bv3 table tr th {
    padding: 12px 4px;
  }
}

.frumzi-5ivwog .frumzi-zz6bv3 table tr:last-of-type td {
  border-bottom: none;
}

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

.frumzi-b2nueh.frumzi-smqt6b {
  display: block;
}

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

.frumzi-b2nueh .frumzi-mwij8c {
  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;
}

.frumzi-b2nueh .frumzi-2eho0v {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.frumzi-b2nueh .frumzi-avqten {
  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.frumzi-axhwjf ease-in-out;
}

.frumzi-b2nueh .frumzi-avqten:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.frumzi-meflf5.frumzi-smqt6b {
  display: block;
}

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

.frumzi-elwtx0 {
  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;
}

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

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

.frumzi-z8gbei {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.frumzi-z8gbei svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.frumzi-j7antw {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.frumzi-wygt0e.frumzi-638s2c {
  display: none;
}

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

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

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

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

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

.frumzi-oqm2ph 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.frumzi-axhwjf ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

.frumzi-oqm2ph input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.frumzi-oqm2ph input:active {
  border-color: #c2c0ce;
}

.frumzi-oqm2ph input:focus {
  border-color: #c2c0ce;
}

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

.frumzi-ftjx33 {
  margin-bottom: 36px;
}

.frumzi-ftjx33 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;
}

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

.frumzi-ftjx33 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.frumzi-jui29s {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.frumzi-p3uy24 {
  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.frumzi-axhwjf ease-in-out;
}

.frumzi-p3uy24:hover {
  background: var(--border-color);
}

.frumzi-onalhv {
  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.frumzi-axhwjf ease-in-out;
}

.frumzi-onalhv:hover {
  background: #166ad9;
}

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

.frumzi-r7m8i9.frumzi-638s2c {
  display: none;
}

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

.frumzi-r7m8i9 .frumzi-p3uy24 {
  margin: 0 auto;
}

.frumzi-lz0u8m {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.frumzi-ml1bbr {
  filter: grayscale(100%);
}

.frumzi-aph1qn > input {
  display: none;
}

.frumzi-aph1qn > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.frumzi-lrjjad.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.frumzi-906t0e 44.frumzi-kq0sz0.frumzi-d7ysue.frumzi-mafot4.frumzi-okbsxl.frumzi-88en2o.frumzi-54tuia.frumzi-6ojm90.frumzi-2niats.frumzi-yn2bmm.frumzi-ktuukp.frumzi-iyjzot.frumzi-oun9uu 0l-12.frumzi-fgbl29 30.frumzi-r1lack.frumzi-tmoc38 2.frumzi-0uy51y.frumzi-tmoc38 3.frumzi-tbwjuj 3.frumzi-hwwy0u.frumzi-a12t6h 3.frumzi-kf8pge.frumzi-04pono.frumzi-aw36ar.frumzi-xldspu 7-3.frumzi-fgbl29 10.frumzi-5z5rm2.frumzi-xldspu 23.frumzi-zv1s0c.frumzi-ni0vch 1.frumzi-1h3fiq 2.frumzi-fgbl29 3.frumzi-ni0vch 1.frumzi-a12t6h 5.frumzi-unw8hw.frumzi-a12t6h 32.frumzi-l0iteu.frumzi-04pono 5.frumzi-oun9uu 4.frumzi-xldspu 9.frumzi-xldspu 8.frumzi-a12t6h 6.frumzi-9e8tov.frumzi-p2eh5c.frumzi-2x3c71.frumzi-lfln4c.frumzi-h3fx01 4.frumzi-05lk5r.frumzi-h3fx01 6.frumzi-h3fx01 0l29.frumzi-oun9uu 17.frumzi-60r3wc.frumzi-yvqib6 2.frumzi-5l2rpm 10.frumzi-emu68k.frumzi-fgbl29 8.frumzi-qcp4bv.frumzi-96njn2.frumzi-1k7w5y.frumzi-qjsx48.frumzi-bcnaif.frumzi-04pono.frumzi-88en2o.frumzi-fgbl29 1.frumzi-w0ido4.frumzi-3v8v9s.frumzi-1qdm65.frumzi-a9qtxv.frumzi-msthe8.frumzi-1h3fiq 1.frumzi-scvwvv.frumzi-wey7vh.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.frumzi-aph1qn > input:checked ~ label,
.frumzi-aph1qn > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.frumzi-lrjjad.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.frumzi-906t0e 44.frumzi-kq0sz0.frumzi-d7ysue.frumzi-mafot4.frumzi-okbsxl.frumzi-88en2o.frumzi-54tuia.frumzi-6ojm90.frumzi-2niats.frumzi-yn2bmm.frumzi-ktuukp.frumzi-iyjzot.frumzi-oun9uu 0l-12.frumzi-fgbl29 30.frumzi-r1lack.frumzi-tmoc38 2.frumzi-0uy51y.frumzi-tmoc38 3.frumzi-tbwjuj 3.frumzi-hwwy0u.frumzi-a12t6h 3.frumzi-kf8pge.frumzi-04pono.frumzi-aw36ar.frumzi-xldspu 7-3.frumzi-fgbl29 10.frumzi-5z5rm2.frumzi-xldspu 23.frumzi-zv1s0c.frumzi-ni0vch 1.frumzi-1h3fiq 2.frumzi-fgbl29 3.frumzi-ni0vch 1.frumzi-a12t6h 5.frumzi-unw8hw.frumzi-a12t6h 32.frumzi-l0iteu.frumzi-04pono 5.frumzi-oun9uu 4.frumzi-xldspu 9.frumzi-xldspu 8.frumzi-a12t6h 6.frumzi-9e8tov.frumzi-p2eh5c.frumzi-2x3c71.frumzi-lfln4c.frumzi-h3fx01 4.frumzi-05lk5r.frumzi-h3fx01 6.frumzi-h3fx01 0l29.frumzi-oun9uu 17.frumzi-60r3wc.frumzi-yvqib6 2.frumzi-5l2rpm 10.frumzi-emu68k.frumzi-fgbl29 8.frumzi-qcp4bv.frumzi-96njn2.frumzi-1k7w5y.frumzi-qjsx48.frumzi-bcnaif.frumzi-04pono.frumzi-88en2o.frumzi-fgbl29 1.frumzi-w0ido4.frumzi-3v8v9s.frumzi-1qdm65.frumzi-a9qtxv.frumzi-msthe8.frumzi-1h3fiq 1.frumzi-scvwvv.frumzi-wey7vh.5z'/%3e%3c/svg%3e");
}

.frumzi-aph1qn > input:not(:checked) ~ label:hover,
.frumzi-aph1qn > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.frumzi-lrjjad.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.frumzi-906t0e 44.frumzi-kq0sz0.frumzi-d7ysue.frumzi-mafot4.frumzi-okbsxl.frumzi-88en2o.frumzi-54tuia.frumzi-6ojm90.frumzi-2niats.frumzi-yn2bmm.frumzi-ktuukp.frumzi-iyjzot.frumzi-oun9uu 0l-12.frumzi-fgbl29 30.frumzi-r1lack.frumzi-tmoc38 2.frumzi-0uy51y.frumzi-tmoc38 3.frumzi-tbwjuj 3.frumzi-hwwy0u.frumzi-a12t6h 3.frumzi-kf8pge.frumzi-04pono.frumzi-aw36ar.frumzi-xldspu 7-3.frumzi-fgbl29 10.frumzi-5z5rm2.frumzi-xldspu 23.frumzi-zv1s0c.frumzi-ni0vch 1.frumzi-1h3fiq 2.frumzi-fgbl29 3.frumzi-ni0vch 1.frumzi-a12t6h 5.frumzi-unw8hw.frumzi-a12t6h 32.frumzi-l0iteu.frumzi-04pono 5.frumzi-oun9uu 4.frumzi-xldspu 9.frumzi-xldspu 8.frumzi-a12t6h 6.frumzi-9e8tov.frumzi-p2eh5c.frumzi-2x3c71.frumzi-lfln4c.frumzi-h3fx01 4.frumzi-05lk5r.frumzi-h3fx01 6.frumzi-h3fx01 0l29.frumzi-oun9uu 17.frumzi-60r3wc.frumzi-yvqib6 2.frumzi-5l2rpm 10.frumzi-emu68k.frumzi-fgbl29 8.frumzi-qcp4bv.frumzi-96njn2.frumzi-1k7w5y.frumzi-qjsx48.frumzi-bcnaif.frumzi-04pono.frumzi-88en2o.frumzi-fgbl29 1.frumzi-w0ido4.frumzi-3v8v9s.frumzi-1qdm65.frumzi-a9qtxv.frumzi-msthe8.frumzi-1h3fiq 1.frumzi-scvwvv.frumzi-wey7vh.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .frumzi-0nli4k > .frumzi-d5j5q3 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .frumzi-0nli4k > .frumzi-d5j5q3 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .frumzi-0nli4k > .frumzi-d5j5q3 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .frumzi-0nli4k > .frumzi-d5j5q3 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .frumzi-0nli4k > .frumzi-d5j5q3 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.frumzi-tm7kf2.frumzi-638s2c {
  display: none;
}

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

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

.frumzi-57do0w {
  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;
}

.frumzi-57do0w::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.frumzi-57do0w::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.frumzi-57do0w img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.frumzi-j1ibzf {
  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;
}

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

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

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

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

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

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

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

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

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

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

.frumzi-tm7kf2.frumzi-32otly .frumzi-c0l038 {
  background: #2b3b67;
}

.frumzi-tm7kf2.frumzi-32otly .frumzi-57do0w {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.frumzi-tm7kf2.frumzi-32otly .frumzi-57do0w::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.frumzi-tm7kf2.frumzi-32otly .frumzi-57do0w::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.frumzi-tm7kf2.frumzi-32otly .frumzi-j1ibzf::before {
  background: #0e0f41;
}

.frumzi-tm7kf2.frumzi-32otly .frumzi-j1ibzf::after {
  background: #152557;
}

.frumzi-tm7kf2.frumzi-4gei5x .frumzi-c0l038 {
  background: #1f35fa;
}

.frumzi-tm7kf2.frumzi-4gei5x .frumzi-57do0w {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.frumzi-tm7kf2.frumzi-4gei5x .frumzi-57do0w::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.frumzi-tm7kf2.frumzi-4gei5x .frumzi-57do0w::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.frumzi-tm7kf2.frumzi-4gei5x .frumzi-j1ibzf::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.frumzi-tm7kf2.frumzi-4gei5x .frumzi-j1ibzf::after {
  background: #192ac8;
}

.frumzi-tm7kf2.frumzi-kqbn1h .frumzi-c0l038 {
  background: #fa771f;
}

.frumzi-tm7kf2.frumzi-kqbn1h .frumzi-57do0w {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.frumzi-tm7kf2.frumzi-kqbn1h .frumzi-57do0w::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.frumzi-tm7kf2.frumzi-kqbn1h .frumzi-57do0w::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.frumzi-tm7kf2.frumzi-kqbn1h .frumzi-j1ibzf::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.frumzi-tm7kf2.frumzi-kqbn1h .frumzi-j1ibzf::after {
  background: #fa8535;
}

.frumzi-rgfc9t {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.frumzi-bpdvam {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.frumzi-0va6bz {
  width: 120px;
  height: 22px;
}

.frumzi-0va6bz .frumzi-0qk7ad {
  fill: #c2c0ce;
}

.frumzi-0va6bz [rating="1"] .frumzi-0qk7ad:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.frumzi-0va6bz [rating="2"] .frumzi-0qk7ad:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.frumzi-0va6bz [rating="3"] .frumzi-0qk7ad:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.frumzi-0va6bz [rating="4"] .frumzi-0qk7ad:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.frumzi-0va6bz [rating="5"] .frumzi-0qk7ad:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.frumzi-mkiwgj {
  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);
}

.frumzi-mkiwgj.frumzi-70kwnh {
  display: block;
}

.frumzi-mkiwgj.frumzi-638s2c {
  display: none;
}

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

.frumzi-fr7hn0 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.frumzi-sp6j93 {
  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);
}

.frumzi-velrpq {
  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;
}

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

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

.frumzi-mfnzwk {
  font-size: 16px;
  line-height: 140%;
}

.frumzi-gtn04k {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.frumzi-gtn04k .frumzi-0qk7ad {
  fill: #c2c0ce;
}

.frumzi-gtn04k [rating="1"] .frumzi-0qk7ad:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.frumzi-gtn04k [rating="2"] .frumzi-0qk7ad:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.frumzi-gtn04k [rating="3"] .frumzi-0qk7ad:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.frumzi-gtn04k [rating="4"] .frumzi-0qk7ad:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.frumzi-gtn04k [rating="5"] .frumzi-0qk7ad:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.frumzi-840n2f {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .frumzi-840n2f {
    padding: 0 16px;
  }
}

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

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

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

.frumzi-xgu788 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frumzi-5jzyo7 {
  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;
}

.frumzi-jnalx9 {
  flex: 1;
  min-width: 0;
}

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

.frumzi-kr4iav {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.frumzi-kr4iav svg path {
  fill: var(--button-bg-color);
}

.frumzi-kr4iav svg circle {
  fill: var(--button-text-color);
}

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

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

.frumzi-zvxaxw strong {
  font-weight: 600;
}

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

.frumzi-jj2vah p {
  margin: 0 0 16px;
}

.frumzi-jj2vah p:last-child {
  margin-bottom: 0;
}

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

.frumzi-six30x {
  max-width: 300px;
  width: 100%;
}

.frumzi-six30x a {
  width: 100%;
}

@media (max-width: 575px) {
  .frumzi-six30x {
    max-width: 200px;
  }
}

.frumzi-d8w2wp {
  justify-content: center;
}

.frumzi-56j26y {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.frumzi-gv2nl4 {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.frumzi-3l2cc5 .frumzi-hqea2m {
  justify-content: center;
}

/* faq */

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

.frumzi-0guscy {
  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.frumzi-zg9l2r ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.frumzi-0guscy::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.frumzi-zg9l2r ease;
}

.frumzi-c6ykns.frumzi-smqt6b .frumzi-0guscy::after {
  transform: rotate(45deg);
}

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

.frumzi-c6ykns.frumzi-smqt6b .frumzi-l5jpxf {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.frumzi-mnrj33 {
  margin: 25px 0;
}

.frumzi-aph1qn > input:not(:checked) ~ label:hover,
.frumzi-aph1qn > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.frumzi-2zxwkh.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.frumzi-mma3wx 44.frumzi-06yuiy.frumzi-dhy4q0.frumzi-u8zviv.frumzi-tk12e5.frumzi-c6okp7.frumzi-4by22k.frumzi-2745au.frumzi-h94xm8.frumzi-5bsyfg.frumzi-wr24eo.frumzi-98dfqz.frumzi-rhb5dv 0l-12.frumzi-icnehp 30.frumzi-rhkddm.frumzi-x4dkgp 2.frumzi-iwblze.frumzi-x4dkgp 3.frumzi-28ha46 3.frumzi-vx6qa6.frumzi-2i7to5 3.frumzi-vr4gy9.frumzi-tdzsix.frumzi-2af0ap.frumzi-aey7zf 7-3.frumzi-icnehp 10.frumzi-5f7hmz.frumzi-aey7zf 23.frumzi-4v6hxd.frumzi-6xiwdn 1.frumzi-60g1fg 2.frumzi-icnehp 3.frumzi-6xiwdn 1.frumzi-2i7to5 5.frumzi-nq7rdd.frumzi-2i7to5 32.frumzi-83rltw.frumzi-tdzsix 5.frumzi-rhb5dv 4.frumzi-aey7zf 9.frumzi-aey7zf 8.frumzi-2i7to5 6.frumzi-r1uw6g.frumzi-vrwaa9.frumzi-7ite9y.frumzi-gspygr.frumzi-vzxcj2 4.frumzi-a28w2l.frumzi-vzxcj2 6.frumzi-vzxcj2 0l29.frumzi-rhb5dv 17.frumzi-flxn5j.frumzi-pa97o1 2.frumzi-nrfm3q 10.frumzi-llfy41.frumzi-icnehp 8.frumzi-ayz11j.frumzi-oaxk0c.frumzi-be4w8x.frumzi-whkzfl.frumzi-nwfny3.frumzi-tdzsix.frumzi-c6okp7.frumzi-icnehp 1.frumzi-2g9ypl.frumzi-ik5lwp.frumzi-941bgq.frumzi-gl9kkz.frumzi-tcts69.frumzi-60g1fg 1.frumzi-kw0xan.frumzi-s9ajik.5z'/%3e%3c/svg%3e");
}

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

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

.frumzi-l77s6p {
  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);
}

.frumzi-l77s6p.frumzi-hh7hc3 {
  display: block;
}

.frumzi-l77s6p.frumzi-qrzmo1 {
  display: none;
}

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

.frumzi-mjq76m {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.frumzi-weghag {
  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);
}

.frumzi-ikm7xc {
  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;
}

.frumzi-5edreq small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.frumzi-4hmhkh {
  font-size: 16px;
  line-height: 140%;
}

.frumzi-0lcrd8 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.frumzi-0lcrd8 .frumzi-jyfshz {
  fill: #c2c0ce;
}

.frumzi-0lcrd8 [rating="1"] .frumzi-jyfshz:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.frumzi-0lcrd8 [rating="2"] .frumzi-jyfshz:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.frumzi-0lcrd8 [rating="3"] .frumzi-jyfshz:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.frumzi-0lcrd8 [rating="4"] .frumzi-jyfshz:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.frumzi-0lcrd8 [rating="5"] .frumzi-jyfshz:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.frumzi-npupjp 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;
}

.frumzi-npupjp 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 */

.frumzi-o9rqn0 {
  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);
}

.frumzi-o9rqn0.frumzi-p9er1f {
  opacity: 1;
  pointer-events: auto;
}

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

.frumzi-rzim5f label {
  font-size: 14px;
}

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

.frumzi-zi3xq5 h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.frumzi-7u0gf8, .frumzi-632ywk, [class*="review-card"],
thead, thead th, table th, .frumzi-sq0mey,
.frumzi-jvmkqh, [class*="collapsible-header"],
.frumzi-y1z94s, [class*="updated-block"] {
  color: #ece7dc !important;
}
