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

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

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

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

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

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

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

.frumzi-yib4s4 {
  cursor: pointer;
}

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

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

.frumzi-myyiqv figure {
  margin: 0;
}

.frumzi-myyiqv.frumzi-u75s47 {
  justify-content: flex-start;
  margin-right: 4px;
}

.frumzi-myyiqv.frumzi-wzcji7 {
  justify-content: flex-end;
  margin-left: 4px;
}

.frumzi-myyiqv.frumzi-de2fxg {
  justify-content: center;
}

.frumzi-myyiqv.frumzi-l4nk3j {
  justify-content: normal;
}

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

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

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

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

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

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

.frumzi-4tc08a img {
  width: 100%;
}

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

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

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

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

.frumzi-8zswkc 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-8zswkc ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

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

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

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

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

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

.frumzi-z8r254.frumzi-4qaqe1 {
  background-color: #000;
}

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

.frumzi-3nop44 {
  padding: 40px 0 0;
  background: #2c2c54;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

.frumzi-fbkfxo .frumzi-h6po72 {
  margin-bottom: 28px;
}

.frumzi-fbkfxo .frumzi-h6po72 img {
  max-height: 150px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.frumzi-7x6om5 li svg {
  transition: 0.frumzi-l4ulge ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

.frumzi-sxy4lm {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.frumzi-ufkioz ease-in-out;
}

.frumzi-sxy4lm.frumzi-jg1ij0 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.frumzi-0qn3ng h1,
.frumzi-0qn3ng 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-0qn3ng h1,
  .frumzi-0qn3ng h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

.frumzi-gfz3b3 li {
  width: 100%;
}

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

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

.frumzi-gfz3b3 li a.frumzi-jg1ij0 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

.frumzi-wazuxw {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: #2c2c54;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .frumzi-wazuxw {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .frumzi-lez4bd .frumzi-h6po72 img {
    max-width: 90px;
  }
}

.frumzi-h6po72 img {
  max-height: 150px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.frumzi-92kvt1.frumzi-1jdw09 {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

.frumzi-nlt22c {
  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-nlt22c::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-ufkioz ease-in-out;
}

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

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

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

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

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

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

.frumzi-595q1y {
  display: none;
}

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

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

@media only screen and (max-width: 1023px) {
  .frumzi-595q1y:checked ~ .frumzi-3mx2x2 {
    display: block;
    position: absolute;
    height: 100vh;
    background: #2c2c54;
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .frumzi-3mx2x2 {
    display: none;
    transition: display 0.frumzi-l4ulge ease-in-out;
  }
  .frumzi-595q1y:checked ~ .frumzi-3mx2x2 {
    display: block;
  }
  .frumzi-595q1y:checked + .frumzi-zkd92t span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .frumzi-595q1y:checked + .frumzi-zkd92t span:nth-child(2) {
    display: none;
  }
  .frumzi-595q1y:checked + .frumzi-zkd92t span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frumzi-6h3zk2 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: #2c2c54;
}

@media only screen and (max-width: 767px) {
  .frumzi-6h3zk2 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frumzi-g77m10 .frumzi-m1r1h5 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

.frumzi-ogjqmn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #2c2c54;
}

.frumzi-o8k6fv {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: #2c2c54;
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

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

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

.frumzi-o8k6fv.frumzi-pyhrpx span {
  transform: scaleY(-1);
}

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

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

.frumzi-pj8bsj li {
  font-size: 18px;
  background: #2c2c54;
  border-bottom: 1px solid var(--border-color);
}

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

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

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

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

.frumzi-pj8bsj.frumzi-d9jb3d {
  display: none;
}

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

.frumzi-24zik2 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .frumzi-24zik2 table td {
    min-width: 75px;
  }
}

.frumzi-24zik2 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: #2c2c54;
}

@media only screen and (max-width: 767px) {
  .frumzi-24zik2 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.frumzi-av53g2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2c2c54;
  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-av53g2 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

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

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

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

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

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

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

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

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

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

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

.frumzi-8mv66y {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: #2c2c54;
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

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

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

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

.frumzi-nkyi4l {
  border-radius: 10px;
  background: #2c2c54;
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

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

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

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

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

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

.frumzi-fnb4kl {
  display: none;
}

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

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

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

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

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

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

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

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

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

.frumzi-v8kaa9 li span {
  opacity: 0.5;
}

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

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

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

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

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

.frumzi-7nep7x 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: #2c2c54;
}

.frumzi-7nep7x tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: #2c2c54;
  border-radius: 10px;
}

.frumzi-7nep7x tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #2c2c54;
  border-radius: 10px;
}

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

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

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

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

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

.frumzi-7nep7x tbody tr td .frumzi-k24v1n {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

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

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

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

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

.frumzi-7nep7x tbody tr td .frumzi-6t563n {
  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-7nep7x tbody tr td .frumzi-6t563n:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frumzi-oexosm .frumzi-fmgxln {
  width: 50%;
  margin: 0;
}

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

.frumzi-36j9qj {
  margin: 0 0 100px;
}

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

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

.frumzi-2wufai {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #2c2c54;
}

@media only screen and (max-width: 767px) {
  .frumzi-2wufai {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

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

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

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

.frumzi-qfwg8l 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-l4ulge ease-in-out;
}

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

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

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

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

.frumzi-u4kqg0 {
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.frumzi-yxbzsl 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: #2c2c54;
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .frumzi-yxbzsl table tr th {
    padding: 12px 4px;
  }
}

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

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

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

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

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

.frumzi-as7eog.frumzi-qq0xbn {
  display: none;
}

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

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

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

.frumzi-aimnli.frumzi-7hedhe {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frumzi-90rogz {
  padding: 25px 20px;
  border-radius: 10px;
  background: #2c2c54;
  margin-bottom: 10px;
}

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

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

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

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

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

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

.frumzi-1wab9l {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: #2c2c54;
}

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

.frumzi-1wab9l .frumzi-m1r1h5 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.frumzi-snsrf1 .frumzi-9adqoo {
  position: relative;
}

.frumzi-snsrf1 .frumzi-vc4mvw {
  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-snsrf1 .frumzi-vc4mvw.frumzi-qq0xbn {
  display: none;
}

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

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

.frumzi-snsrf1 .frumzi-im3i4a .frumzi-4lbz60 {
  max-width: 300px;
  width: 100%;
}

.frumzi-snsrf1 .frumzi-im3i4a .frumzi-4lbz60 .frumzi-27996p {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .frumzi-snsrf1 .frumzi-im3i4a .frumzi-4lbz60 .frumzi-27996p {
    font-size: 32px;
    text-align: center;
  }
}

.frumzi-snsrf1 .frumzi-im3i4a .frumzi-4lbz60 .frumzi-anht8s {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .frumzi-snsrf1 .frumzi-im3i4a .frumzi-4lbz60 .frumzi-anht8s {
    text-align: center;
  }
}

.frumzi-snsrf1 .frumzi-im3i4a .frumzi-1jdw09 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.frumzi-snsrf1 .frumzi-im3i4a .frumzi-1jdw09 .frumzi-qqlm97 {
  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-l4ulge ease-in-out;
}

.frumzi-snsrf1 .frumzi-im3i4a .frumzi-1jdw09 .frumzi-qqlm97:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .frumzi-snsrf1 .frumzi-im3i4a .frumzi-1jdw09 .frumzi-qqlm97 {
    width: 100%;
  }
}

.frumzi-snsrf1 .frumzi-im3i4a .frumzi-1jdw09 .frumzi-qv6qtn {
  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-l4ulge ease-in-out;
  overflow: hidden;
}

.frumzi-snsrf1 .frumzi-im3i4a .frumzi-1jdw09 .frumzi-qv6qtn 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-snsrf1 .frumzi-im3i4a .frumzi-1jdw09 .frumzi-qv6qtn: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-snsrf1 .frumzi-im3i4a .frumzi-1jdw09 .frumzi-qv6qtn:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .frumzi-snsrf1 .frumzi-im3i4a .frumzi-1jdw09 .frumzi-qv6qtn {
    width: 100%;
  }
}

.frumzi-snsrf1 .frumzi-im3i4a.frumzi-qq0xbn {
  display: none;
}

.frumzi-snsrf1 .frumzi-171uxq {
  display: none;
}

.frumzi-snsrf1 .frumzi-171uxq.frumzi-7hedhe {
  display: block;
}

.frumzi-snsrf1 .frumzi-171uxq iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

.frumzi-snsrf1 .frumzi-idaqa2 .frumzi-27996p {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

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

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

.frumzi-snsrf1 .frumzi-idaqa2 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: #2c2c54;
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .frumzi-snsrf1 .frumzi-idaqa2 table tr th {
    padding: 12px 4px;
  }
}

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

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

.frumzi-8wh0zi.frumzi-jg1ij0 {
  display: block;
}

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

.frumzi-8wh0zi .frumzi-mlfruj {
  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-8wh0zi .frumzi-w89ihj {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.frumzi-8wh0zi .frumzi-qv6qtn {
  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-l4ulge ease-in-out;
}

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

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

.frumzi-lllxmi.frumzi-jg1ij0 {
  display: block;
}

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

.frumzi-ugr0oa {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: #2c2c54;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

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

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

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

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

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

.frumzi-k5nnfb.frumzi-qq0xbn {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frumzi-3sv9n1 {
  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-l4ulge ease-in-out;
}

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

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

.frumzi-3n1sb1.frumzi-qq0xbn {
  display: none;
}

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

.frumzi-3n1sb1 .frumzi-qyuwmi {
  margin: 0 auto;
}

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

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

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

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

.frumzi-6qzlwy > input {
  display: none;
}

.frumzi-6qzlwy > 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-nm54us.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.frumzi-1qo8sf 44.frumzi-wuoz7c.frumzi-kou3fv.frumzi-21xecp.frumzi-7lejdj.frumzi-6f31ss.frumzi-f66a8v.frumzi-e0b771.frumzi-hpyg7n.frumzi-03n5qx.frumzi-hw14st.frumzi-f63x2t.frumzi-9hiuu3 0l-12.frumzi-wtky1w 30.frumzi-fupbdt.frumzi-3mqum4 2.frumzi-aco05v.frumzi-3mqum4 3.frumzi-a6c1i0 3.frumzi-z8ht6v.frumzi-wdsqqv 3.frumzi-8f3pvv.frumzi-0c2qfd.frumzi-ac7fjv.frumzi-vgksmx 7-3.frumzi-wtky1w 10.frumzi-rcckbe.frumzi-vgksmx 23.frumzi-myxmau.frumzi-8v1eme 1.frumzi-qiq9zb 2.frumzi-wtky1w 3.frumzi-8v1eme 1.frumzi-wdsqqv 5.frumzi-bb1hqz.frumzi-wdsqqv 32.frumzi-b0l387.frumzi-0c2qfd 5.frumzi-9hiuu3 4.frumzi-vgksmx 9.frumzi-vgksmx 8.frumzi-wdsqqv 6.frumzi-uoa0wp.frumzi-3tld8i.frumzi-rlhytv.frumzi-cp1gz2.frumzi-idqbak 4.frumzi-d5dogg.frumzi-idqbak 6.frumzi-idqbak 0l29.frumzi-9hiuu3 17.frumzi-2y3082.frumzi-3a6vu4 2.frumzi-9azcax 10.frumzi-ialknt.frumzi-wtky1w 8.frumzi-7mx21q.frumzi-l32d69.frumzi-lvpg22.frumzi-akpkck.frumzi-kba1s5.frumzi-0c2qfd.frumzi-6f31ss.frumzi-wtky1w 1.frumzi-7j2ntm.frumzi-upbarn.frumzi-472pmb.frumzi-vcwfke.frumzi-tvw7vu.frumzi-qiq9zb 1.frumzi-goy5x6.frumzi-930mzk.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.frumzi-6qzlwy > input:checked ~ label,
.frumzi-6qzlwy > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.frumzi-nm54us.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.frumzi-1qo8sf 44.frumzi-wuoz7c.frumzi-kou3fv.frumzi-21xecp.frumzi-7lejdj.frumzi-6f31ss.frumzi-f66a8v.frumzi-e0b771.frumzi-hpyg7n.frumzi-03n5qx.frumzi-hw14st.frumzi-f63x2t.frumzi-9hiuu3 0l-12.frumzi-wtky1w 30.frumzi-fupbdt.frumzi-3mqum4 2.frumzi-aco05v.frumzi-3mqum4 3.frumzi-a6c1i0 3.frumzi-z8ht6v.frumzi-wdsqqv 3.frumzi-8f3pvv.frumzi-0c2qfd.frumzi-ac7fjv.frumzi-vgksmx 7-3.frumzi-wtky1w 10.frumzi-rcckbe.frumzi-vgksmx 23.frumzi-myxmau.frumzi-8v1eme 1.frumzi-qiq9zb 2.frumzi-wtky1w 3.frumzi-8v1eme 1.frumzi-wdsqqv 5.frumzi-bb1hqz.frumzi-wdsqqv 32.frumzi-b0l387.frumzi-0c2qfd 5.frumzi-9hiuu3 4.frumzi-vgksmx 9.frumzi-vgksmx 8.frumzi-wdsqqv 6.frumzi-uoa0wp.frumzi-3tld8i.frumzi-rlhytv.frumzi-cp1gz2.frumzi-idqbak 4.frumzi-d5dogg.frumzi-idqbak 6.frumzi-idqbak 0l29.frumzi-9hiuu3 17.frumzi-2y3082.frumzi-3a6vu4 2.frumzi-9azcax 10.frumzi-ialknt.frumzi-wtky1w 8.frumzi-7mx21q.frumzi-l32d69.frumzi-lvpg22.frumzi-akpkck.frumzi-kba1s5.frumzi-0c2qfd.frumzi-6f31ss.frumzi-wtky1w 1.frumzi-7j2ntm.frumzi-upbarn.frumzi-472pmb.frumzi-vcwfke.frumzi-tvw7vu.frumzi-qiq9zb 1.frumzi-goy5x6.frumzi-930mzk.5z'/%3e%3c/svg%3e");
}

.frumzi-6qzlwy > input:not(:checked) ~ label:hover,
.frumzi-6qzlwy > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.frumzi-nm54us.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.frumzi-1qo8sf 44.frumzi-wuoz7c.frumzi-kou3fv.frumzi-21xecp.frumzi-7lejdj.frumzi-6f31ss.frumzi-f66a8v.frumzi-e0b771.frumzi-hpyg7n.frumzi-03n5qx.frumzi-hw14st.frumzi-f63x2t.frumzi-9hiuu3 0l-12.frumzi-wtky1w 30.frumzi-fupbdt.frumzi-3mqum4 2.frumzi-aco05v.frumzi-3mqum4 3.frumzi-a6c1i0 3.frumzi-z8ht6v.frumzi-wdsqqv 3.frumzi-8f3pvv.frumzi-0c2qfd.frumzi-ac7fjv.frumzi-vgksmx 7-3.frumzi-wtky1w 10.frumzi-rcckbe.frumzi-vgksmx 23.frumzi-myxmau.frumzi-8v1eme 1.frumzi-qiq9zb 2.frumzi-wtky1w 3.frumzi-8v1eme 1.frumzi-wdsqqv 5.frumzi-bb1hqz.frumzi-wdsqqv 32.frumzi-b0l387.frumzi-0c2qfd 5.frumzi-9hiuu3 4.frumzi-vgksmx 9.frumzi-vgksmx 8.frumzi-wdsqqv 6.frumzi-uoa0wp.frumzi-3tld8i.frumzi-rlhytv.frumzi-cp1gz2.frumzi-idqbak 4.frumzi-d5dogg.frumzi-idqbak 6.frumzi-idqbak 0l29.frumzi-9hiuu3 17.frumzi-2y3082.frumzi-3a6vu4 2.frumzi-9azcax 10.frumzi-ialknt.frumzi-wtky1w 8.frumzi-7mx21q.frumzi-l32d69.frumzi-lvpg22.frumzi-akpkck.frumzi-kba1s5.frumzi-0c2qfd.frumzi-6f31ss.frumzi-wtky1w 1.frumzi-7j2ntm.frumzi-upbarn.frumzi-472pmb.frumzi-vcwfke.frumzi-tvw7vu.frumzi-qiq9zb 1.frumzi-goy5x6.frumzi-930mzk.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .frumzi-2xn9gb > .frumzi-j6fnst {
  transform: translateY(-100px);
}

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

#rating-container-3:checked ~ .frumzi-2xn9gb > .frumzi-j6fnst {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .frumzi-2xn9gb > .frumzi-j6fnst {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .frumzi-2xn9gb > .frumzi-j6fnst {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.frumzi-zfwdw6.frumzi-qq0xbn {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frumzi-zfwdw6.frumzi-3nbiqz .frumzi-syigtd {
  background: #2b3b67;
}

.frumzi-zfwdw6.frumzi-3nbiqz .frumzi-qwrulf {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.frumzi-zfwdw6.frumzi-3nbiqz .frumzi-qwrulf::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.frumzi-zfwdw6.frumzi-3nbiqz .frumzi-qwrulf::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.frumzi-zfwdw6.frumzi-3nbiqz .frumzi-k7vwff::before {
  background: #0e0f41;
}

.frumzi-zfwdw6.frumzi-3nbiqz .frumzi-k7vwff::after {
  background: #152557;
}

.frumzi-zfwdw6.frumzi-314q5b .frumzi-syigtd {
  background: #1f35fa;
}

.frumzi-zfwdw6.frumzi-314q5b .frumzi-qwrulf {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.frumzi-zfwdw6.frumzi-314q5b .frumzi-qwrulf::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.frumzi-zfwdw6.frumzi-314q5b .frumzi-qwrulf::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.frumzi-zfwdw6.frumzi-314q5b .frumzi-k7vwff::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.frumzi-zfwdw6.frumzi-314q5b .frumzi-k7vwff::after {
  background: #192ac8;
}

.frumzi-zfwdw6.frumzi-4qu2r1 .frumzi-syigtd {
  background: #fa771f;
}

.frumzi-zfwdw6.frumzi-4qu2r1 .frumzi-qwrulf {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.frumzi-zfwdw6.frumzi-4qu2r1 .frumzi-qwrulf::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.frumzi-zfwdw6.frumzi-4qu2r1 .frumzi-qwrulf::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.frumzi-zfwdw6.frumzi-4qu2r1 .frumzi-k7vwff::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.frumzi-zfwdw6.frumzi-4qu2r1 .frumzi-k7vwff::after {
  background: #fa8535;
}

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

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

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

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

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

.frumzi-zyjh2r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: #2c2c54;
}

@media only screen and (max-width: 767px) {
  .frumzi-zyjh2r {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

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

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

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

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

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

.frumzi-pv205s .frumzi-5025hg {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.frumzi-q58t54 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: #2c2c54;
}

.frumzi-q58t54.frumzi-7hedhe {
  display: block;
}

.frumzi-q58t54.frumzi-qq0xbn {
  display: none;
}

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

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

.frumzi-bdgyvp {
  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: #2c2c54;
}

.frumzi-49igf0 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: #2c2c54;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

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

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

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

.frumzi-av0n1w .frumzi-5025hg {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

.frumzi-q2ob7i {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: #2c2c54;
}

@media only screen and (max-width: 767px) {
  .frumzi-q2ob7i {
    padding: 12px;
    gap: 12px;
  }
}

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

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

.frumzi-i2v6z6 {
  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-7j2sbh {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.frumzi-1d2dcf {
  justify-content: center;
}

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

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

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

.frumzi-opv6t9 {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, #2c2c54, transparent 20%);
}

.frumzi-opv6t9 .frumzi-gdd4lr {
  justify-content: center;
}

/* faq */

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

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

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

.frumzi-v59gqy.frumzi-jg1ij0 .frumzi-kf6vjm::after {
  transform: rotate(45deg);
}

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

.frumzi-v59gqy.frumzi-jg1ij0 .frumzi-socbb5 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.frumzi-6qzlwy > input:not(:checked) ~ label:hover,
.frumzi-6qzlwy > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.frumzi-7rmoiv.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.frumzi-u5hczs 44.frumzi-ent1tf.frumzi-44fbvw.frumzi-ir5o31.frumzi-wtemds.frumzi-zerdgz.frumzi-bmvz5f.frumzi-nb9j6q.frumzi-pocee4.frumzi-myntox.frumzi-0nww62.frumzi-a09bdj.frumzi-9mq3to 0l-12.frumzi-lrbzjg 30.frumzi-g05awo.frumzi-o4nj6p 2.frumzi-hyvup6.frumzi-o4nj6p 3.frumzi-g8sq5a 3.frumzi-my8qh9.frumzi-m35jyk 3.frumzi-40jawe.frumzi-2fx3ml.frumzi-h9ad1p.frumzi-ogaaak 7-3.frumzi-lrbzjg 10.frumzi-hdtr4f.frumzi-ogaaak 23.frumzi-738691.frumzi-x83kau 1.frumzi-4e6kkj 2.frumzi-lrbzjg 3.frumzi-x83kau 1.frumzi-m35jyk 5.frumzi-wo40dk.frumzi-m35jyk 32.frumzi-oqcnbk.frumzi-2fx3ml 5.frumzi-9mq3to 4.frumzi-ogaaak 9.frumzi-ogaaak 8.frumzi-m35jyk 6.frumzi-9629gt.frumzi-rk41u1.frumzi-zluw10.frumzi-m8c0lg.frumzi-yquvxh 4.frumzi-ce97jj.frumzi-yquvxh 6.frumzi-yquvxh 0l29.frumzi-9mq3to 17.frumzi-7qt99m.frumzi-jar3pw 2.frumzi-2mo2ii 10.frumzi-6gsx1c.frumzi-lrbzjg 8.frumzi-g6hwb8.frumzi-641ty2.frumzi-2ylj06.frumzi-mop4pr.frumzi-h973s7.frumzi-2fx3ml.frumzi-zerdgz.frumzi-lrbzjg 1.frumzi-kgvmdg.frumzi-p5rwv8.frumzi-pcaffr.frumzi-x5sil2.frumzi-k6lh8z.frumzi-4e6kkj 1.frumzi-b9bux7.frumzi-y6xn4k.5z'/%3e%3c/svg%3e");
}

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

.frumzi-ljzjfh {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: #2c2c54;
}

.frumzi-ljzjfh.frumzi-mva8lf {
  display: block;
}

.frumzi-ljzjfh.frumzi-tcsb0w {
  display: none;
}

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

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

.frumzi-3kq0z4 {
  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: #2c2c54;
}

.frumzi-kcs2gq {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: #2c2c54;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

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

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

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

.frumzi-4brm89 .frumzi-6tq83x {
  fill: #c2c0ce;
}

.frumzi-4brm89 [rating="1"] .frumzi-6tq83x:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.frumzi-4brm89 [rating="2"] .frumzi-6tq83x:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

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

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

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

/* review block style end */

.frumzi-ybylyj {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: #2c2c54;
  font-family: sans-serif;
}

.frumzi-ybylyj 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-ybylyj 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-vg8fgk {
  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-vg8fgk.frumzi-05zogd {
  opacity: 1;
  pointer-events: auto;
}
