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

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

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

.lizaro-qvfapq {
  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) {
  .lizaro-qvfapq: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;
  }
}

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

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

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

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

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

.lizaro-fd0gna {
  cursor: pointer;
}

.lizaro-rd6qxb {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.lizaro-eihxpg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.lizaro-eihxpg figure {
  margin: 0;
}

.lizaro-eihxpg.lizaro-g43tix {
  justify-content: flex-start;
  margin-right: 4px;
}

.lizaro-eihxpg.lizaro-xd044u {
  justify-content: flex-end;
  margin-left: 4px;
}

.lizaro-eihxpg.lizaro-y92ybc {
  justify-content: center;
}

.lizaro-eihxpg.lizaro-pdm9sn {
  justify-content: normal;
}

.lizaro-e755do {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.lizaro-0iw3ck img {
  width: 100%;
}

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

.lizaro-oshr1s {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.lizaro-oshr1s 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);
}

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

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

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

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

.lizaro-oshr1s ul li:last-of-type::after {
  display: none;
}

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

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

.lizaro-vut9zf {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

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

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

.lizaro-2rcvsq.lizaro-8ff6e0 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .lizaro-2rcvsq.lizaro-8ff6e0:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.lizaro-jlvlee {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

.lizaro-1air6o {
  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) {
  .lizaro-1air6o {
    flex-direction: column;
  }
}

.lizaro-fj0hg6 {
  margin-bottom: 94px;
}

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

.lizaro-pw6idb .lizaro-v9ug6p {
  margin-bottom: 28px;
}

.lizaro-pw6idb .lizaro-v9ug6p img {
  max-height: 100px;
  width: auto;
}

.lizaro-s2slwg {
  display: flex;
  align-items: center;
}

.lizaro-s2slwg a + a {
  margin-left: 24px;
}

.lizaro-s2slwg img {
  max-height: 56px;
  width: auto;
}

.lizaro-s2slwg img + img {
  margin-left: 24px;
}

.lizaro-1332ds {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.lizaro-g7ekm9 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.lizaro-ixo5nt li {
  display: flex;
  margin: 0 7px;
}

.lizaro-ixo5nt li svg {
  transition: 0.lizaro-frjx3y ease-in-out;
}

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

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

.lizaro-nxxc4j + .lizaro-nxxc4j {
  margin-left: 120px;
}

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

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

.lizaro-x8q0bo {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lizaro-x8q0bo li {
  font-size: 16px;
}

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

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

.lizaro-x8q0bo li + li {
  margin-top: 16px;
}

.lizaro-66q08r {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.lizaro-ryiszq ease-in-out;
}

.lizaro-66q08r.lizaro-ub5cdu {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.lizaro-mpkucz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.lizaro-01tbdi li {
  width: 100%;
}

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

.lizaro-01tbdi li a svg {
  fill: var(--button-text-color);
}

.lizaro-01tbdi li a.lizaro-ub5cdu {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.lizaro-p2uab7 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.lizaro-p2uab7 img {
  width: 100%;
  transition: 0.lizaro-frjx3y ease-in-out;
}

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

.lizaro-cq2dvu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

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

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

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

@media only screen and (max-width: 767px) {
  .lizaro-0dzl1d .lizaro-v9ug6p img {
    max-width: 90px;
  }
}

.lizaro-v9ug6p img {
  max-height: 50px;
  width: auto;
}

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

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

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

.lizaro-z27mwm li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.lizaro-gdpmd8 {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.lizaro-gdpmd8.lizaro-gha9ey {
  margin-right: 0;
}

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

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

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

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

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

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

.lizaro-hiitzy:hover > ul {
  display: flex;
}

.lizaro-hiitzy:focus > ul {
  display: flex;
}

.lizaro-hiitzy:focus-within > ul {
  display: flex;
}

.lizaro-t0v81v {
  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;
}

.lizaro-t0v81v::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.lizaro-ryiszq ease-in-out;
}

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

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

.lizaro-hiitzy 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.lizaro-frjx3y ease-in-out;
  overflow: hidden;
}

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

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

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

.lizaro-hha8kg {
  display: none;
}

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

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

@media only screen and (max-width: 1023px) {
  .lizaro-hha8kg:checked ~ .lizaro-c30kvf {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .lizaro-c30kvf {
    display: none;
    transition: display 0.lizaro-frjx3y ease-in-out;
  }
  .lizaro-hha8kg:checked ~ .lizaro-c30kvf {
    display: block;
  }
  .lizaro-hha8kg:checked + .lizaro-u01u8g span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .lizaro-hha8kg:checked + .lizaro-u01u8g span:nth-child(2) {
    display: none;
  }
  .lizaro-hha8kg:checked + .lizaro-u01u8g span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

.lizaro-gs2ph2 img {
  margin-bottom: 20px;
}

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

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

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

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

.lizaro-2pigtn {
  color: var(--text-color);
}

.lizaro-1d7crl {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.lizaro-1d7crl p img {
  display: block;
  margin: 0 auto;
}

.lizaro-1d7crl p:first-of-type {
  margin-top: 0;
}

.lizaro-1d7crl p:last-of-type {
  margin-bottom: 0;
}

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

.lizaro-1d7crl ul {
  padding: 0 0 0 20px;
}

.lizaro-1d7crl table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

.lizaro-1d7crl table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

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

.lizaro-1d7crl table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.lizaro-1d7crl iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

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

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

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

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

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

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

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

.lizaro-ryfhhk .lizaro-drp1x7 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.lizaro-ryfhhk .lizaro-q352lc {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.lizaro-q352lc {
  margin: 0 0 28px;
}

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

.lizaro-drp1x7 {
  margin: 0 0 28px;
}

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

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

.lizaro-iivwse .lizaro-qvfapq {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.lizaro-1e6kyg {
  position: relative;
  border: none;
}

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

.lizaro-5nyn95 {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.lizaro-5nyn95 span {
  height: 32px;
}

.lizaro-5nyn95 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.lizaro-5nyn95.lizaro-d64jc9 span {
  transform: scaleY(-1);
}

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

.lizaro-e9d5ta {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.lizaro-e9d5ta.lizaro-b5vwxx {
  display: none;
}

.lizaro-r8km97 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.lizaro-r8km97 table {
  width: 100%;
  border-collapse: collapse;
}

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

  .lizaro-r8km97 table td {
    min-width: 75px;
  }
}

.lizaro-r8km97 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

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

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

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

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

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

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

.lizaro-qmr4zl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .lizaro-qmr4zl {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.lizaro-o2n8ki {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.lizaro-ucflse p {
  color: var(--text-color);
}

.lizaro-5bqzf8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.lizaro-krt18m {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.lizaro-djuj5q {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.lizaro-lgvyht p + p {
  margin-top: 10px;
}

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

.lizaro-vxofqn {
  display: none;
}

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

.lizaro-3n5bz9 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.lizaro-3n5bz9 li {
  margin: 0 20px;
}

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

.lizaro-3n5bz9 li a img {
  margin-bottom: 4px;
}

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

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

.lizaro-orc55g li {
  font-size: 16px;
  position: relative;
}

.lizaro-orc55g li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.lizaro-orc55g li span {
  opacity: 0.5;
}

.lizaro-orc55g li + li {
  margin-left: 30px;
}

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

h2.lizaro-3gctpy {
  margin: 0 0 28px;
}

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

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

.lizaro-gr5076 tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.lizaro-gr5076 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.lizaro-gr5076 tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

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

.lizaro-gr5076 tbody tr:last-of-type {
  margin-bottom: 0;
}

.lizaro-gr5076 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.lizaro-gr5076 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);
}

.lizaro-gr5076 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);
}

.lizaro-gr5076 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.lizaro-gr5076 tbody tr td .lizaro-k1b4tc {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .lizaro-gr5076 tbody tr td .lizaro-k1b4tc {
    width: 100%;
  }
}

.lizaro-gr5076 tbody tr td .lizaro-7ubjfq {
  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.lizaro-frjx3y ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

@media only screen and (max-width: 420px) {
  .lizaro-gr5076 tbody tr td .lizaro-7ubjfq {
    width: 100%;
  }
}

.lizaro-gr5076 tbody tr td .lizaro-c2fmeq {
  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) {
  .lizaro-gr5076 tbody tr td .lizaro-c2fmeq:hover {
    text-decoration: none;
  }
}

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

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

.lizaro-42bkdp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.lizaro-92tunt {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.lizaro-q7x9ke img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.lizaro-frjx3y ease-in-out;
}

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

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

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

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

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

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

.lizaro-e3mxr2 img {
  width: 100%;
  height: 100%;
}

.lizaro-e3mxr2 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.lizaro-c06z69 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.lizaro-frjx3y ease-in-out;
}

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

.lizaro-jsct9h {
  padding: 90px 0;
}

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

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

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

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

.lizaro-zydxzo img {
  width: 100%;
}

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

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

.lizaro-7d4hcf {
  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;
}

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

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

.lizaro-jqddmj {
  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.lizaro-frjx3y ease-in-out;
}

.lizaro-jqddmj:hover {
  border: 1px solid #8c8ca2;
}

.lizaro-09z5bt {
  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%);
}

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

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

.lizaro-gwiih2 a {
  text-decoration: underline;
  color: #8babff;
}

.lizaro-7tl89o {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.lizaro-7tl89o .lizaro-jqddmj {
  width: 50%;
  margin: 0;
}

.lizaro-vrst27 {
  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;
}

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

.lizaro-1184rz {
  margin: 0 0 100px;
}

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

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

.lizaro-8wq6l4 {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

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

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

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

.lizaro-asr5og {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.lizaro-au0ird 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.lizaro-frjx3y ease-in-out;
}

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

.lizaro-au0ird a svg {
  fill: #fff;
}

.lizaro-au0ird a:hover {
  background: #3d68e7;
}

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

.lizaro-yfd9vo {
  margin-bottom: 16px;
}

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

.lizaro-60607l {
  font-size: 16px;
  color: var(--text-color);
}

.lizaro-12t1am {
  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) {
  .lizaro-12t1am {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

.lizaro-n856uy 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);
}

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

.lizaro-n856uy table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

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

.lizaro-n856uy table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.lizaro-bxkoel.lizaro-4mtavt {
  display: none;
}

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

.lizaro-5rfp35 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lizaro-5rfp35 iframe.lizaro-vock9g {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.lizaro-5rfp35.lizaro-v8hydw {
  opacity: 1;
  pointer-events: all;
}

.lizaro-rq6av3 {
  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.lizaro-frjx3y ease-in-out;
}

.lizaro-rq6av3 svg {
  margin-right: 10px;
}

.lizaro-rq6av3 + .lizaro-rq6av3 {
  margin-top: 14px;
}

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

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

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

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

.lizaro-12t1am .lizaro-iivwse {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.lizaro-12t1am .lizaro-iivwse h1,
.lizaro-12t1am .lizaro-iivwse 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) {
  .lizaro-12t1am .lizaro-iivwse h1,
  .lizaro-12t1am .lizaro-iivwse h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .lizaro-12t1am .lizaro-iivwse {
    margin: 28px 0 0;
  }
}

.lizaro-8u6mvs {
  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) {
  .lizaro-8u6mvs {
    padding: 0 16px;
  }
}

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

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

.lizaro-l3y9l5 {
  max-width: 545px;
  width: 100%;
}

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

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

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

.lizaro-3j8n4n iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

.lizaro-5fa8bd {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .lizaro-2u7nwe {
    padding: 10px;
  }
}

.lizaro-2u7nwe .lizaro-qvfapq {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .lizaro-2u7nwe .lizaro-qvfapq {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .lizaro-2u7nwe {
    flex-wrap: wrap;
  }
}

.lizaro-uf4tp0 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.lizaro-uf4tp0 img {
  width: 100%;
}

.lizaro-21q6bk {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.lizaro-vybe6s {
  width: 100%;
  margin: 0 0 100px;
}

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

.lizaro-vybe6s .lizaro-bvdwdx {
  position: relative;
}

.lizaro-vybe6s .lizaro-tdp3qw {
  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;
}

.lizaro-vybe6s .lizaro-tdp3qw.lizaro-4mtavt {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .lizaro-vybe6s .lizaro-kg7lra {
    bottom: 90px;
  }
}

.lizaro-vybe6s .lizaro-kg7lra .lizaro-jqv51v {
  max-width: 300px;
  width: 100%;
}

.lizaro-vybe6s .lizaro-kg7lra .lizaro-jqv51v .lizaro-hfxnqv {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .lizaro-vybe6s .lizaro-kg7lra .lizaro-jqv51v .lizaro-hfxnqv {
    font-size: 32px;
    text-align: center;
  }
}

.lizaro-vybe6s .lizaro-kg7lra .lizaro-jqv51v .lizaro-5jpvi3 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .lizaro-vybe6s .lizaro-kg7lra .lizaro-jqv51v .lizaro-5jpvi3 {
    text-align: center;
  }
}

.lizaro-vybe6s .lizaro-kg7lra .lizaro-gha9ey {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .lizaro-vybe6s .lizaro-kg7lra .lizaro-gha9ey {
    flex-direction: column-reverse;
  }
}

.lizaro-vybe6s .lizaro-kg7lra .lizaro-gha9ey .lizaro-379cxt {
  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.lizaro-frjx3y ease-in-out;
}

.lizaro-vybe6s .lizaro-kg7lra .lizaro-gha9ey .lizaro-379cxt:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .lizaro-vybe6s .lizaro-kg7lra .lizaro-gha9ey .lizaro-379cxt {
    width: 100%;
  }
}

.lizaro-vybe6s .lizaro-kg7lra .lizaro-gha9ey .lizaro-ohc3lj {
  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.lizaro-frjx3y ease-in-out;
  overflow: hidden;
}

.lizaro-vybe6s .lizaro-kg7lra .lizaro-gha9ey .lizaro-ohc3lj 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);
  }
}

.lizaro-vybe6s .lizaro-kg7lra .lizaro-gha9ey .lizaro-ohc3lj: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;
}

.lizaro-vybe6s .lizaro-kg7lra .lizaro-gha9ey .lizaro-ohc3lj:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .lizaro-vybe6s .lizaro-kg7lra .lizaro-gha9ey .lizaro-ohc3lj {
    width: 100%;
  }
}

.lizaro-vybe6s .lizaro-kg7lra.lizaro-4mtavt {
  display: none;
}

.lizaro-vybe6s .lizaro-tpt08z {
  display: none;
}

.lizaro-vybe6s .lizaro-tpt08z.lizaro-v8hydw {
  display: block;
}

.lizaro-vybe6s .lizaro-tpt08z iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .lizaro-vybe6s .lizaro-tpt08z iframe {
    height: calc(100vh - 54px);
  }
}

.lizaro-vybe6s .lizaro-io23rf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

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

.lizaro-vybe6s .lizaro-io23rf .lizaro-hfxnqv {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .lizaro-vybe6s .lizaro-io23rf .lizaro-hfxnqv {
    margin-bottom: 24px;
  }
}

.lizaro-vybe6s .lizaro-io23rf 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);
}

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

.lizaro-vybe6s .lizaro-io23rf table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

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

.lizaro-vybe6s .lizaro-io23rf table tr:last-of-type td {
  border-bottom: none;
}

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

.lizaro-05cyav.lizaro-ub5cdu {
  display: block;
}

.lizaro-05cyav iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.lizaro-05cyav .lizaro-l5syrl {
  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;
}

.lizaro-05cyav .lizaro-i1tl2x {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.lizaro-05cyav .lizaro-ohc3lj {
  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.lizaro-frjx3y ease-in-out;
}

.lizaro-05cyav .lizaro-ohc3lj:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.lizaro-kgpakc.lizaro-ub5cdu {
  display: block;
}

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

.lizaro-eahzzy {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

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

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

.lizaro-9kutdi {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.lizaro-9kutdi svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.lizaro-33jmnd {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lizaro-ifosw9.lizaro-4mtavt {
  display: none;
}

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

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

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

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

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

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

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

.lizaro-hmtpac input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.lizaro-hmtpac input:active {
  border-color: #c2c0ce;
}

.lizaro-hmtpac input:focus {
  border-color: #c2c0ce;
}

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

.lizaro-35p81b {
  margin-bottom: 36px;
}

.lizaro-35p81b 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;
}

.lizaro-35p81b textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.lizaro-35p81b textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.lizaro-2ysqep {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lizaro-e76ywn {
  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.lizaro-frjx3y ease-in-out;
}

.lizaro-e76ywn:hover {
  background: var(--border-color);
}

.lizaro-9x3ff3 {
  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.lizaro-frjx3y ease-in-out;
}

.lizaro-9x3ff3:hover {
  background: #166ad9;
}

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

.lizaro-q0cblk.lizaro-4mtavt {
  display: none;
}

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

.lizaro-q0cblk .lizaro-e76ywn {
  margin: 0 auto;
}

.lizaro-l5jx1l {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.lizaro-rqs9e4 {
  filter: grayscale(100%);
}

.lizaro-divel9 > input {
  display: none;
}

.lizaro-divel9 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lizaro-kmt5wq.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.lizaro-imu104 44.lizaro-c11a72.lizaro-8xvxap.lizaro-cx3foj.lizaro-o05hin.lizaro-oe4puz.lizaro-uoek41.lizaro-fe4y7v.lizaro-ru403q.lizaro-7um2fe.lizaro-qj4nlm.lizaro-bqdzsb.lizaro-yh1hvx 0l-12.lizaro-2tmboh 30.lizaro-2up6pl.lizaro-bun79c 2.lizaro-pv9plu.lizaro-bun79c 3.lizaro-j3x9zj 3.lizaro-9jng6m.lizaro-6me0jv 3.lizaro-poh33n.lizaro-mwidnn.lizaro-rol2we.lizaro-mu7ele 7-3.lizaro-2tmboh 10.lizaro-8inzqe.lizaro-mu7ele 23.lizaro-iri3f8.lizaro-rvolm1 1.lizaro-vtv82m 2.lizaro-2tmboh 3.lizaro-rvolm1 1.lizaro-6me0jv 5.lizaro-2ft5lg.lizaro-6me0jv 32.lizaro-048nzm.lizaro-mwidnn 5.lizaro-yh1hvx 4.lizaro-mu7ele 9.lizaro-mu7ele 8.lizaro-6me0jv 6.lizaro-qxwxac.lizaro-qb25y4.lizaro-ibxiy1.lizaro-583tky.lizaro-pdyodq 4.lizaro-gw9v43.lizaro-pdyodq 6.lizaro-pdyodq 0l29.lizaro-yh1hvx 17.lizaro-dgf3sz.lizaro-463kne 2.lizaro-280omk 10.lizaro-h6nekv.lizaro-2tmboh 8.lizaro-ras4wi.lizaro-xw1e0s.lizaro-2eqclu.lizaro-4aa2wy.lizaro-6ad8ik.lizaro-mwidnn.lizaro-oe4puz.lizaro-2tmboh 1.lizaro-3au4c3.lizaro-cxcx3p.lizaro-m3gh3u.lizaro-91w72o.lizaro-gwmnza.lizaro-vtv82m 1.lizaro-krc0qe.lizaro-rnpba8.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.lizaro-divel9 > input:checked ~ label,
.lizaro-divel9 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lizaro-kmt5wq.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.lizaro-imu104 44.lizaro-c11a72.lizaro-8xvxap.lizaro-cx3foj.lizaro-o05hin.lizaro-oe4puz.lizaro-uoek41.lizaro-fe4y7v.lizaro-ru403q.lizaro-7um2fe.lizaro-qj4nlm.lizaro-bqdzsb.lizaro-yh1hvx 0l-12.lizaro-2tmboh 30.lizaro-2up6pl.lizaro-bun79c 2.lizaro-pv9plu.lizaro-bun79c 3.lizaro-j3x9zj 3.lizaro-9jng6m.lizaro-6me0jv 3.lizaro-poh33n.lizaro-mwidnn.lizaro-rol2we.lizaro-mu7ele 7-3.lizaro-2tmboh 10.lizaro-8inzqe.lizaro-mu7ele 23.lizaro-iri3f8.lizaro-rvolm1 1.lizaro-vtv82m 2.lizaro-2tmboh 3.lizaro-rvolm1 1.lizaro-6me0jv 5.lizaro-2ft5lg.lizaro-6me0jv 32.lizaro-048nzm.lizaro-mwidnn 5.lizaro-yh1hvx 4.lizaro-mu7ele 9.lizaro-mu7ele 8.lizaro-6me0jv 6.lizaro-qxwxac.lizaro-qb25y4.lizaro-ibxiy1.lizaro-583tky.lizaro-pdyodq 4.lizaro-gw9v43.lizaro-pdyodq 6.lizaro-pdyodq 0l29.lizaro-yh1hvx 17.lizaro-dgf3sz.lizaro-463kne 2.lizaro-280omk 10.lizaro-h6nekv.lizaro-2tmboh 8.lizaro-ras4wi.lizaro-xw1e0s.lizaro-2eqclu.lizaro-4aa2wy.lizaro-6ad8ik.lizaro-mwidnn.lizaro-oe4puz.lizaro-2tmboh 1.lizaro-3au4c3.lizaro-cxcx3p.lizaro-m3gh3u.lizaro-91w72o.lizaro-gwmnza.lizaro-vtv82m 1.lizaro-krc0qe.lizaro-rnpba8.5z'/%3e%3c/svg%3e");
}

.lizaro-divel9 > input:not(:checked) ~ label:hover,
.lizaro-divel9 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lizaro-kmt5wq.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.lizaro-imu104 44.lizaro-c11a72.lizaro-8xvxap.lizaro-cx3foj.lizaro-o05hin.lizaro-oe4puz.lizaro-uoek41.lizaro-fe4y7v.lizaro-ru403q.lizaro-7um2fe.lizaro-qj4nlm.lizaro-bqdzsb.lizaro-yh1hvx 0l-12.lizaro-2tmboh 30.lizaro-2up6pl.lizaro-bun79c 2.lizaro-pv9plu.lizaro-bun79c 3.lizaro-j3x9zj 3.lizaro-9jng6m.lizaro-6me0jv 3.lizaro-poh33n.lizaro-mwidnn.lizaro-rol2we.lizaro-mu7ele 7-3.lizaro-2tmboh 10.lizaro-8inzqe.lizaro-mu7ele 23.lizaro-iri3f8.lizaro-rvolm1 1.lizaro-vtv82m 2.lizaro-2tmboh 3.lizaro-rvolm1 1.lizaro-6me0jv 5.lizaro-2ft5lg.lizaro-6me0jv 32.lizaro-048nzm.lizaro-mwidnn 5.lizaro-yh1hvx 4.lizaro-mu7ele 9.lizaro-mu7ele 8.lizaro-6me0jv 6.lizaro-qxwxac.lizaro-qb25y4.lizaro-ibxiy1.lizaro-583tky.lizaro-pdyodq 4.lizaro-gw9v43.lizaro-pdyodq 6.lizaro-pdyodq 0l29.lizaro-yh1hvx 17.lizaro-dgf3sz.lizaro-463kne 2.lizaro-280omk 10.lizaro-h6nekv.lizaro-2tmboh 8.lizaro-ras4wi.lizaro-xw1e0s.lizaro-2eqclu.lizaro-4aa2wy.lizaro-6ad8ik.lizaro-mwidnn.lizaro-oe4puz.lizaro-2tmboh 1.lizaro-3au4c3.lizaro-cxcx3p.lizaro-m3gh3u.lizaro-91w72o.lizaro-gwmnza.lizaro-vtv82m 1.lizaro-krc0qe.lizaro-rnpba8.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .lizaro-nbews9 > .lizaro-cjecv6 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .lizaro-nbews9 > .lizaro-cjecv6 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .lizaro-nbews9 > .lizaro-cjecv6 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .lizaro-nbews9 > .lizaro-cjecv6 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .lizaro-nbews9 > .lizaro-cjecv6 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.lizaro-lksfqg.lizaro-4mtavt {
  display: none;
}

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

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

.lizaro-x6u33n {
  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;
}

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

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

.lizaro-x6u33n img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.lizaro-sro3ei {
  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;
}

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

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

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

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

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

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

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

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

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

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

.lizaro-lksfqg.lizaro-otohpv .lizaro-ktk7x6 {
  background: #2b3b67;
}

.lizaro-lksfqg.lizaro-otohpv .lizaro-x6u33n {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.lizaro-lksfqg.lizaro-otohpv .lizaro-x6u33n::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.lizaro-lksfqg.lizaro-otohpv .lizaro-x6u33n::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.lizaro-lksfqg.lizaro-otohpv .lizaro-sro3ei::before {
  background: #0e0f41;
}

.lizaro-lksfqg.lizaro-otohpv .lizaro-sro3ei::after {
  background: #152557;
}

.lizaro-lksfqg.lizaro-6t9qgn .lizaro-ktk7x6 {
  background: #1f35fa;
}

.lizaro-lksfqg.lizaro-6t9qgn .lizaro-x6u33n {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.lizaro-lksfqg.lizaro-6t9qgn .lizaro-x6u33n::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.lizaro-lksfqg.lizaro-6t9qgn .lizaro-x6u33n::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.lizaro-lksfqg.lizaro-6t9qgn .lizaro-sro3ei::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.lizaro-lksfqg.lizaro-6t9qgn .lizaro-sro3ei::after {
  background: #192ac8;
}

.lizaro-lksfqg.lizaro-gp1751 .lizaro-ktk7x6 {
  background: #fa771f;
}

.lizaro-lksfqg.lizaro-gp1751 .lizaro-x6u33n {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.lizaro-lksfqg.lizaro-gp1751 .lizaro-x6u33n::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.lizaro-lksfqg.lizaro-gp1751 .lizaro-x6u33n::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.lizaro-lksfqg.lizaro-gp1751 .lizaro-sro3ei::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.lizaro-lksfqg.lizaro-gp1751 .lizaro-sro3ei::after {
  background: #fa8535;
}

.lizaro-cj4y9k {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

.lizaro-1ywb9c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

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

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

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

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

.lizaro-78di2j {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lizaro-78di2j span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.lizaro-78di2j small {
  font-size: 14px;
  color: var(--text-color);
}

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

.lizaro-6bhmts {
  width: 120px;
  height: 22px;
}

.lizaro-6bhmts .lizaro-k72yic {
  fill: #c2c0ce;
}

.lizaro-6bhmts [rating="1"] .lizaro-k72yic:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.lizaro-6bhmts [rating="2"] .lizaro-k72yic:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

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

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

.lizaro-6bhmts [rating="5"] .lizaro-k72yic:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.lizaro-yvkbad {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.lizaro-yvkbad.lizaro-v8hydw {
  display: block;
}

.lizaro-yvkbad.lizaro-4mtavt {
  display: none;
}

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

.lizaro-noph79 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.lizaro-kdj8dm {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.lizaro-e1kuag {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

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

.lizaro-7a15nv {
  font-size: 16px;
  line-height: 140%;
}

.lizaro-7rmp7y {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.lizaro-7rmp7y .lizaro-k72yic {
  fill: #c2c0ce;
}

.lizaro-7rmp7y [rating="1"] .lizaro-k72yic:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.lizaro-7rmp7y [rating="2"] .lizaro-k72yic:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.lizaro-7rmp7y [rating="3"] .lizaro-k72yic:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.lizaro-7rmp7y [rating="4"] .lizaro-k72yic:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.lizaro-7rmp7y [rating="5"] .lizaro-k72yic:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

/* Review Hero Block Styles */

.lizaro-lfnaie {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

.lizaro-pau1ax {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

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

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

.lizaro-23hnev img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lizaro-xouk4b {
  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;
}

.lizaro-h8yklh {
  flex: 1;
  min-width: 0;
}

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

.lizaro-imb9ou {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.lizaro-imb9ou svg path {
  fill: var(--button-bg-color);
}

.lizaro-imb9ou svg circle {
  fill: var(--button-text-color);
}

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

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

.lizaro-paonah strong {
  font-weight: 600;
}

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

.lizaro-dbrc5r p {
  margin: 0 0 16px;
}

.lizaro-dbrc5r p:last-child {
  margin-bottom: 0;
}

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

.lizaro-220nrt {
  max-width: 300px;
  width: 100%;
}

.lizaro-220nrt a {
  width: 100%;
}

@media (max-width: 575px) {
  .lizaro-220nrt {
    max-width: 200px;
  }
}

.lizaro-lj4ayz {
  justify-content: center;
}

.lizaro-myg8os {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lizaro-vc9veq {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.lizaro-fvyuld .lizaro-z27mwm {
  justify-content: center;
}

/* faq */

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

.lizaro-dx9sys {
  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.lizaro-hkpmnt ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lizaro-dx9sys::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.lizaro-hkpmnt ease;
}

.lizaro-anhbar.lizaro-ub5cdu .lizaro-dx9sys::after {
  transform: rotate(45deg);
}

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

.lizaro-anhbar.lizaro-ub5cdu .lizaro-bo2oqa {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.lizaro-1yiv8h {
  margin: 25px 0;
}

.lizaro-divel9 > input:not(:checked) ~ label:hover,
.lizaro-divel9 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.lizaro-3qkmxd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.lizaro-dh9ysd 44.lizaro-01jawd.lizaro-vke5g4.lizaro-v66odm.lizaro-fgzz1p.lizaro-y69lys.lizaro-ja8k03.lizaro-fq6w19.lizaro-ak1zh1.lizaro-2c34cp.lizaro-x8wyib.lizaro-mlrql0.lizaro-rjz9il 0l-12.lizaro-ywx4sp 30.lizaro-pyeiqv.lizaro-2ev81g 2.lizaro-op0dao.lizaro-2ev81g 3.lizaro-2bamow 3.lizaro-ammbvl.lizaro-8wyf11 3.lizaro-hejpgc.lizaro-04zqcn.lizaro-29t8vd.lizaro-nlxyxh 7-3.lizaro-ywx4sp 10.lizaro-it60o8.lizaro-nlxyxh 23.lizaro-6doicc.lizaro-yruxr4 1.lizaro-5jllcw 2.lizaro-ywx4sp 3.lizaro-yruxr4 1.lizaro-8wyf11 5.lizaro-ak95ck.lizaro-8wyf11 32.lizaro-qamkvn.lizaro-04zqcn 5.lizaro-rjz9il 4.lizaro-nlxyxh 9.lizaro-nlxyxh 8.lizaro-8wyf11 6.lizaro-r0yn1m.lizaro-37m4oj.lizaro-vm7wer.lizaro-m8zv4c.lizaro-gl9dfv 4.lizaro-6mhzrx.lizaro-gl9dfv 6.lizaro-gl9dfv 0l29.lizaro-rjz9il 17.lizaro-leukiv.lizaro-uk6s9g 2.lizaro-mipqf5 10.lizaro-xtxozz.lizaro-ywx4sp 8.lizaro-k9orr8.lizaro-t1ly4s.lizaro-07so2j.lizaro-0s66xr.lizaro-m59zit.lizaro-04zqcn.lizaro-y69lys.lizaro-ywx4sp 1.lizaro-kcnxd2.lizaro-2gctz4.lizaro-3m4j4l.lizaro-irgjxl.lizaro-28k0lv.lizaro-5jllcw 1.lizaro-12xz19.lizaro-r1zdur.5z'/%3e%3c/svg%3e");
}

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

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

.lizaro-ilb5o6 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.lizaro-ilb5o6.lizaro-tbgcu6 {
  display: block;
}

.lizaro-ilb5o6.lizaro-ndsv5t {
  display: none;
}

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

.lizaro-oq7sg8 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.lizaro-b5h6w0 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.lizaro-fxf0sr {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

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

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

.lizaro-q87oz5 {
  font-size: 16px;
  line-height: 140%;
}

.lizaro-ssj4r6 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.lizaro-ssj4r6 .lizaro-i25wjr {
  fill: #c2c0ce;
}

.lizaro-ssj4r6 [rating="1"] .lizaro-i25wjr:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.lizaro-ssj4r6 [rating="2"] .lizaro-i25wjr:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.lizaro-ssj4r6 [rating="3"] .lizaro-i25wjr:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.lizaro-ssj4r6 [rating="4"] .lizaro-i25wjr:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.lizaro-ssj4r6 [rating="5"] .lizaro-i25wjr:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.lizaro-uwrsjo 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;
}

.lizaro-uwrsjo 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 */

.lizaro-efar4s {
  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);
}

.lizaro-efar4s.lizaro-gr7l02 {
  opacity: 1;
  pointer-events: auto;
}

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

.lizaro-ln4rpw label {
  font-size: 14px;
}

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

.lizaro-3nzmen h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.lizaro-bbq9ab, .lizaro-9ivj1w, [class*="review-card"],
thead, thead th, table th, .lizaro-axz2r9,
.lizaro-f5xivr, [class*="collapsible-header"],
.lizaro-5bqzf8, [class*="updated-block"] {
  color: #ece7dc !important;
}
