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

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

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

.bizzo-xfjz1n {
  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) {
  .bizzo-xfjz1n: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;
  }
}

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

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

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

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

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

.bizzo-w4pthr {
  cursor: pointer;
}

.bizzo-0m6gwm {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.bizzo-qoq7sp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bizzo-qoq7sp figure {
  margin: 0;
}

.bizzo-qoq7sp.bizzo-dqm2cw {
  justify-content: flex-start;
  margin-right: 4px;
}

.bizzo-qoq7sp.bizzo-8mc87h {
  justify-content: flex-end;
  margin-left: 4px;
}

.bizzo-qoq7sp.bizzo-ey2kr9 {
  justify-content: center;
}

.bizzo-qoq7sp.bizzo-ls7ag9 {
  justify-content: normal;
}

.bizzo-o39yle {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

.bizzo-ie7kqp img {
  width: 100%;
}

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

.bizzo-22w7wj {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.bizzo-22w7wj 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) {
  .bizzo-22w7wj ul {
    margin-bottom: 15px;
  }
}

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

.bizzo-22w7wj 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);
}

.bizzo-22w7wj ul li span svg {
  fill: var(--title-color);
}

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

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

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

.bizzo-22w7wj ul li:last-of-type::after {
  display: none;
}

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

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

.bizzo-orf2b9 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .bizzo-6qmql4 {
    height: 50px;
  }
}

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

.bizzo-6qmql4.bizzo-7f50bw {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .bizzo-6qmql4.bizzo-7f50bw:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

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

.bizzo-xusobb {
  margin-bottom: 94px;
}

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

.bizzo-nt6us0 .bizzo-myj22d {
  margin-bottom: 28px;
}

.bizzo-nt6us0 .bizzo-myj22d img {
  max-height: 100px;
  width: auto;
}

.bizzo-4znesk {
  display: flex;
  align-items: center;
}

.bizzo-4znesk a + a {
  margin-left: 24px;
}

.bizzo-4znesk img {
  max-height: 56px;
  width: auto;
}

.bizzo-4znesk img + img {
  margin-left: 24px;
}

.bizzo-3raity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.bizzo-bye8bv {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.bizzo-hmat2c li {
  display: flex;
  margin: 0 7px;
}

.bizzo-hmat2c li svg {
  transition: 0.bizzo-4p5bzw ease-in-out;
}

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

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

.bizzo-depcew + .bizzo-depcew {
  margin-left: 120px;
}

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

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

.bizzo-47vmmc {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bizzo-47vmmc li {
  font-size: 16px;
}

.bizzo-47vmmc li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.bizzo-47vmmc li + li {
  margin-top: 16px;
}

.bizzo-i9d5mq {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.bizzo-9a73m0 ease-in-out;
}

.bizzo-i9d5mq.bizzo-s2udyp {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.bizzo-mas2x9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.bizzo-q0prmr li {
  width: 100%;
}

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

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

.bizzo-q0prmr li a.bizzo-s2udyp {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

.bizzo-cllmn5 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.bizzo-cllmn5 img {
  width: 100%;
  transition: 0.bizzo-4p5bzw ease-in-out;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .bizzo-tp7yhx .bizzo-myj22d img {
    max-width: 90px;
  }
}

.bizzo-myj22d img {
  max-height: 50px;
  width: auto;
}

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

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

.bizzo-9dndvr {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bizzo-9dndvr li {
  font-size: 16px;
  margin: 0 20px;
}

.bizzo-9dndvr li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.bizzo-mb239p {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.bizzo-mb239p.bizzo-nltpid {
  margin-right: 0;
}

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

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

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

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

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

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

.bizzo-t87lvz:hover > ul {
  display: flex;
}

.bizzo-t87lvz:focus > ul {
  display: flex;
}

.bizzo-t87lvz:focus-within > ul {
  display: flex;
}

.bizzo-z04pa2 {
  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;
}

.bizzo-z04pa2::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.bizzo-9a73m0 ease-in-out;
}

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

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

.bizzo-t87lvz 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.bizzo-4p5bzw ease-in-out;
  overflow: hidden;
}

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

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

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

.bizzo-xadl83 {
  display: none;
}

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

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

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

.bizzo-29s7ni {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.bizzo-29s7ni img {
  margin-bottom: 20px;
}

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

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

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

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

.bizzo-c0twc9 {
  color: var(--text-color);
}

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

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

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

.bizzo-6j71vv p img {
  display: block;
  margin: 0 auto;
}

.bizzo-6j71vv p:first-of-type {
  margin-top: 0;
}

.bizzo-6j71vv p:last-of-type {
  margin-bottom: 0;
}

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

.bizzo-6j71vv ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bizzo-yv9y8f .bizzo-lwblih {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

.bizzo-yv9y8f .bizzo-s4dzkk {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

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

.bizzo-s4dzkk {
  margin: 0 0 28px;
}

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

.bizzo-lwblih {
  margin: 0 0 28px;
}

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

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

.bizzo-vdawvk .bizzo-xfjz1n {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.bizzo-1lzc8k {
  position: relative;
  border: none;
}

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

.bizzo-j0886v {
  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;
}

.bizzo-j0886v span {
  height: 32px;
}

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

.bizzo-j0886v.bizzo-pmw1gk span {
  transform: scaleY(-1);
}

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

.bizzo-uuingi {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.bizzo-uuingi li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.bizzo-4p5bzw ease-in-out;
}

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

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

.bizzo-uuingi.bizzo-vwq48j {
  display: none;
}

.bizzo-ek4ago {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.bizzo-ek4ago table {
  width: 100%;
  border-collapse: collapse;
}

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

  .bizzo-ek4ago table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.bizzo-u7vr64 {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

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

.bizzo-xmr3gq p {
  color: var(--text-color);
}

.bizzo-vf9efk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.bizzo-s6dpld {
  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);
}

.bizzo-jg677a {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.bizzo-5a7nar p + p {
  margin-top: 10px;
}

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

.bizzo-c5w9vp {
  display: none;
}

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

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

.bizzo-toq6wy li {
  margin: 0 20px;
}

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

.bizzo-toq6wy li a img {
  margin-bottom: 4px;
}

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

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

.bizzo-zvz3et li {
  font-size: 16px;
  position: relative;
}

.bizzo-zvz3et li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.bizzo-zvz3et li span {
  opacity: 0.5;
}

.bizzo-zvz3et li + li {
  margin-left: 30px;
}

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

h2.bizzo-fav0dn {
  margin: 0 0 28px;
}

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

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

.bizzo-7i1kv1 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);
}

.bizzo-7i1kv1 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;
}

.bizzo-7i1kv1 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;
}

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

.bizzo-7i1kv1 tbody tr:last-of-type {
  margin-bottom: 0;
}

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

.bizzo-7i1kv1 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);
}

.bizzo-7i1kv1 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);
}

.bizzo-7i1kv1 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.bizzo-7i1kv1 tbody tr td .bizzo-9qyo0e {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .bizzo-7i1kv1 tbody tr td .bizzo-9qyo0e {
    width: 100%;
  }
}

.bizzo-7i1kv1 tbody tr td .bizzo-8d0z2u {
  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.bizzo-4p5bzw ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .bizzo-7i1kv1 tbody tr td .bizzo-8d0z2u:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .bizzo-7i1kv1 tbody tr td .bizzo-8d0z2u {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .bizzo-7i1kv1 tbody tr td .bizzo-8d0z2u {
    width: 100%;
  }
}

.bizzo-7i1kv1 tbody tr td .bizzo-hbdy86 {
  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) {
  .bizzo-7i1kv1 tbody tr td .bizzo-hbdy86:hover {
    text-decoration: none;
  }
}

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

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

.bizzo-9qlmab {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.bizzo-huexg4 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.bizzo-4p5bzw ease-in-out;
}

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

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

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

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

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

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

.bizzo-dss69m img {
  width: 100%;
  height: 100%;
}

.bizzo-dss69m iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.bizzo-v255un svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.bizzo-4p5bzw ease-in-out;
}

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

.bizzo-pg2c87 {
  padding: 90px 0;
}

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

.bizzo-3uov0n {
  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) {
  .bizzo-3uov0n {
    padding: 0 16px;
  }
}

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

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

.bizzo-rv9c6b img {
  width: 100%;
}

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

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

.bizzo-mylcjw {
  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;
}

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

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

.bizzo-hhb2wa {
  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.bizzo-4p5bzw ease-in-out;
}

.bizzo-hhb2wa:hover {
  border: 1px solid #8c8ca2;
}

.bizzo-smopll {
  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%);
}

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

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

.bizzo-eo3u4f a {
  text-decoration: underline;
  color: #8babff;
}

.bizzo-5jlh25 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.bizzo-5jlh25 .bizzo-hhb2wa {
  width: 50%;
  margin: 0;
}

.bizzo-oyo7m3 {
  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;
}

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

.bizzo-rffqty {
  margin: 0 0 100px;
}

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

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

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

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

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

.bizzo-0mloeb {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.bizzo-fmpgz2 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.bizzo-4p5bzw ease-in-out;
}

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

.bizzo-fmpgz2 a svg {
  fill: #fff;
}

.bizzo-fmpgz2 a:hover {
  background: #3d68e7;
}

.bizzo-75n7h5 {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.bizzo-3oy6zq {
  margin-bottom: 16px;
}

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

.bizzo-wwdedq {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.bizzo-l4dudw 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);
}

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

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

.bizzo-l4dudw table tr:last-of-type td {
  border-bottom: none;
}

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

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

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

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

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

.bizzo-hz7z0s.bizzo-le5or0 {
  display: none;
}

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

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

.bizzo-n7zi8j iframe.bizzo-tyytql {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.bizzo-n7zi8j.bizzo-na6k5t {
  opacity: 1;
  pointer-events: all;
}

.bizzo-iz3rb0 {
  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.bizzo-4p5bzw ease-in-out;
}

.bizzo-iz3rb0 svg {
  margin-right: 10px;
}

.bizzo-iz3rb0 + .bizzo-iz3rb0 {
  margin-top: 14px;
}

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

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

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

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

.bizzo-qu79zh .bizzo-vdawvk {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

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

@media only screen and (min-width: 991px) {
  .bizzo-qu79zh .bizzo-vdawvk {
    margin: 28px 0 0;
  }
}

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

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

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

.bizzo-5v62v9 {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.bizzo-xyr7h7 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.bizzo-bwewqz {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.bizzo-hfqbe2 .bizzo-xfjz1n {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .bizzo-hfqbe2 .bizzo-xfjz1n {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.bizzo-nkawrm {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.bizzo-nkawrm img {
  width: 100%;
}

.bizzo-xv2p6w {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

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

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

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

.bizzo-qal4g0 {
  width: 100%;
  margin: 0 0 100px;
}

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

.bizzo-qal4g0 .bizzo-lli3o9 {
  position: relative;
}

.bizzo-qal4g0 .bizzo-rslh6i {
  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;
}

.bizzo-qal4g0 .bizzo-rslh6i.bizzo-le5or0 {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .bizzo-qal4g0 .bizzo-0pvm3h {
    bottom: 90px;
  }
}

.bizzo-qal4g0 .bizzo-0pvm3h .bizzo-ym5ekq {
  max-width: 300px;
  width: 100%;
}

.bizzo-qal4g0 .bizzo-0pvm3h .bizzo-ym5ekq .bizzo-ei0k5s {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-qal4g0 .bizzo-0pvm3h .bizzo-ym5ekq .bizzo-ei0k5s {
    font-size: 32px;
    text-align: center;
  }
}

.bizzo-qal4g0 .bizzo-0pvm3h .bizzo-ym5ekq .bizzo-hni6bj {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .bizzo-qal4g0 .bizzo-0pvm3h .bizzo-ym5ekq .bizzo-hni6bj {
    text-align: center;
  }
}

.bizzo-qal4g0 .bizzo-0pvm3h .bizzo-nltpid {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .bizzo-qal4g0 .bizzo-0pvm3h .bizzo-nltpid {
    flex-direction: column-reverse;
  }
}

.bizzo-qal4g0 .bizzo-0pvm3h .bizzo-nltpid .bizzo-616731 {
  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.bizzo-4p5bzw ease-in-out;
}

.bizzo-qal4g0 .bizzo-0pvm3h .bizzo-nltpid .bizzo-616731:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .bizzo-qal4g0 .bizzo-0pvm3h .bizzo-nltpid .bizzo-616731 {
    width: 100%;
  }
}

.bizzo-qal4g0 .bizzo-0pvm3h .bizzo-nltpid .bizzo-0rzjz3 {
  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.bizzo-4p5bzw ease-in-out;
  overflow: hidden;
}

.bizzo-qal4g0 .bizzo-0pvm3h .bizzo-nltpid .bizzo-0rzjz3 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);
  }
}

.bizzo-qal4g0 .bizzo-0pvm3h .bizzo-nltpid .bizzo-0rzjz3: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;
}

.bizzo-qal4g0 .bizzo-0pvm3h .bizzo-nltpid .bizzo-0rzjz3:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .bizzo-qal4g0 .bizzo-0pvm3h .bizzo-nltpid .bizzo-0rzjz3 {
    width: 100%;
  }
}

.bizzo-qal4g0 .bizzo-0pvm3h.bizzo-le5or0 {
  display: none;
}

.bizzo-qal4g0 .bizzo-xcd85v {
  display: none;
}

.bizzo-qal4g0 .bizzo-xcd85v.bizzo-na6k5t {
  display: block;
}

.bizzo-qal4g0 .bizzo-xcd85v iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .bizzo-qal4g0 .bizzo-xcd85v iframe {
    height: calc(100vh - 54px);
  }
}

.bizzo-qal4g0 .bizzo-fgh9bq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

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

.bizzo-qal4g0 .bizzo-fgh9bq .bizzo-ei0k5s {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .bizzo-qal4g0 .bizzo-fgh9bq .bizzo-ei0k5s {
    margin-bottom: 24px;
  }
}

.bizzo-qal4g0 .bizzo-fgh9bq 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);
}

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

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

.bizzo-qal4g0 .bizzo-fgh9bq table tr:last-of-type td {
  border-bottom: none;
}

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

.bizzo-iy13cj.bizzo-s2udyp {
  display: block;
}

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

.bizzo-iy13cj .bizzo-fljecp {
  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;
}

.bizzo-iy13cj .bizzo-rbhagj {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.bizzo-iy13cj .bizzo-0rzjz3 {
  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.bizzo-4p5bzw ease-in-out;
}

.bizzo-iy13cj .bizzo-0rzjz3:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.bizzo-nhhxwb.bizzo-s2udyp {
  display: block;
}

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

.bizzo-gqwnzd {
  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;
}

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

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

.bizzo-i9jizs {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.bizzo-i9jizs svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.bizzo-9c21mv {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bizzo-nbcidl.bizzo-le5or0 {
  display: none;
}

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

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

.bizzo-0crjo2 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

.bizzo-0crjo2 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.bizzo-4p5bzw ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.bizzo-0crjo2 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.bizzo-0crjo2 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.bizzo-0crjo2 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.bizzo-0crjo2 input:active {
  border-color: #c2c0ce;
}

.bizzo-0crjo2 input:focus {
  border-color: #c2c0ce;
}

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

.bizzo-o5jx93 {
  margin-bottom: 36px;
}

.bizzo-o5jx93 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;
}

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

.bizzo-o5jx93 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.bizzo-3cc6un {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bizzo-ezauvo {
  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.bizzo-4p5bzw ease-in-out;
}

.bizzo-ezauvo:hover {
  background: var(--border-color);
}

.bizzo-83l6h5 {
  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.bizzo-4p5bzw ease-in-out;
}

.bizzo-83l6h5:hover {
  background: #166ad9;
}

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

.bizzo-jprlgk.bizzo-le5or0 {
  display: none;
}

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

.bizzo-jprlgk .bizzo-ezauvo {
  margin: 0 auto;
}

.bizzo-e2nje7 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.bizzo-7loobe {
  filter: grayscale(100%);
}

.bizzo-0b41jv > input {
  display: none;
}

.bizzo-0b41jv > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bizzo-3fxt2y.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.bizzo-kr1tps 44.bizzo-489qbo.bizzo-nd81vh.bizzo-c5k96m.bizzo-fqq7br.bizzo-3ehn2n.bizzo-0fzj25.bizzo-o04s2d.bizzo-ie8eu8.bizzo-0pogkl.bizzo-r2ebre.bizzo-r32gaf.bizzo-6jiuwo 0l-12.bizzo-gy4xde 30.bizzo-koaxbn.bizzo-6mt7tx 2.bizzo-kzig6p.bizzo-6mt7tx 3.bizzo-og4yqo 3.bizzo-h8xcoe.bizzo-9zvces 3.bizzo-76c371.bizzo-91vzyv.bizzo-b03j8h.bizzo-ozd5ks 7-3.bizzo-gy4xde 10.bizzo-98hrd3.bizzo-ozd5ks 23.bizzo-632izq.bizzo-llsb3o 1.bizzo-6rcw0x 2.bizzo-gy4xde 3.bizzo-llsb3o 1.bizzo-9zvces 5.bizzo-tdnp3q.bizzo-9zvces 32.bizzo-91rewe.bizzo-91vzyv 5.bizzo-6jiuwo 4.bizzo-ozd5ks 9.bizzo-ozd5ks 8.bizzo-9zvces 6.bizzo-2z2tmg.bizzo-ivjzw2.bizzo-jfhxp2.bizzo-uai3e1.bizzo-zg8lu9 4.bizzo-fpo2b2.bizzo-zg8lu9 6.bizzo-zg8lu9 0l29.bizzo-6jiuwo 17.bizzo-p9yoy0.bizzo-qmgxar 2.bizzo-l99e4g 10.bizzo-6vg7ix.bizzo-gy4xde 8.bizzo-pomn64.bizzo-txvsmx.bizzo-0dy69k.bizzo-3yvvf1.bizzo-k1r5x6.bizzo-91vzyv.bizzo-3ehn2n.bizzo-gy4xde 1.bizzo-q4d1yh.bizzo-w4n2oh.bizzo-q07auq.bizzo-7x7os7.bizzo-gmaj4t.bizzo-6rcw0x 1.bizzo-q1c14d.bizzo-rs7a15.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.bizzo-0b41jv > input:checked ~ label,
.bizzo-0b41jv > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bizzo-3fxt2y.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.bizzo-kr1tps 44.bizzo-489qbo.bizzo-nd81vh.bizzo-c5k96m.bizzo-fqq7br.bizzo-3ehn2n.bizzo-0fzj25.bizzo-o04s2d.bizzo-ie8eu8.bizzo-0pogkl.bizzo-r2ebre.bizzo-r32gaf.bizzo-6jiuwo 0l-12.bizzo-gy4xde 30.bizzo-koaxbn.bizzo-6mt7tx 2.bizzo-kzig6p.bizzo-6mt7tx 3.bizzo-og4yqo 3.bizzo-h8xcoe.bizzo-9zvces 3.bizzo-76c371.bizzo-91vzyv.bizzo-b03j8h.bizzo-ozd5ks 7-3.bizzo-gy4xde 10.bizzo-98hrd3.bizzo-ozd5ks 23.bizzo-632izq.bizzo-llsb3o 1.bizzo-6rcw0x 2.bizzo-gy4xde 3.bizzo-llsb3o 1.bizzo-9zvces 5.bizzo-tdnp3q.bizzo-9zvces 32.bizzo-91rewe.bizzo-91vzyv 5.bizzo-6jiuwo 4.bizzo-ozd5ks 9.bizzo-ozd5ks 8.bizzo-9zvces 6.bizzo-2z2tmg.bizzo-ivjzw2.bizzo-jfhxp2.bizzo-uai3e1.bizzo-zg8lu9 4.bizzo-fpo2b2.bizzo-zg8lu9 6.bizzo-zg8lu9 0l29.bizzo-6jiuwo 17.bizzo-p9yoy0.bizzo-qmgxar 2.bizzo-l99e4g 10.bizzo-6vg7ix.bizzo-gy4xde 8.bizzo-pomn64.bizzo-txvsmx.bizzo-0dy69k.bizzo-3yvvf1.bizzo-k1r5x6.bizzo-91vzyv.bizzo-3ehn2n.bizzo-gy4xde 1.bizzo-q4d1yh.bizzo-w4n2oh.bizzo-q07auq.bizzo-7x7os7.bizzo-gmaj4t.bizzo-6rcw0x 1.bizzo-q1c14d.bizzo-rs7a15.5z'/%3e%3c/svg%3e");
}

.bizzo-0b41jv > input:not(:checked) ~ label:hover,
.bizzo-0b41jv > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bizzo-3fxt2y.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bizzo-kr1tps 44.bizzo-489qbo.bizzo-nd81vh.bizzo-c5k96m.bizzo-fqq7br.bizzo-3ehn2n.bizzo-0fzj25.bizzo-o04s2d.bizzo-ie8eu8.bizzo-0pogkl.bizzo-r2ebre.bizzo-r32gaf.bizzo-6jiuwo 0l-12.bizzo-gy4xde 30.bizzo-koaxbn.bizzo-6mt7tx 2.bizzo-kzig6p.bizzo-6mt7tx 3.bizzo-og4yqo 3.bizzo-h8xcoe.bizzo-9zvces 3.bizzo-76c371.bizzo-91vzyv.bizzo-b03j8h.bizzo-ozd5ks 7-3.bizzo-gy4xde 10.bizzo-98hrd3.bizzo-ozd5ks 23.bizzo-632izq.bizzo-llsb3o 1.bizzo-6rcw0x 2.bizzo-gy4xde 3.bizzo-llsb3o 1.bizzo-9zvces 5.bizzo-tdnp3q.bizzo-9zvces 32.bizzo-91rewe.bizzo-91vzyv 5.bizzo-6jiuwo 4.bizzo-ozd5ks 9.bizzo-ozd5ks 8.bizzo-9zvces 6.bizzo-2z2tmg.bizzo-ivjzw2.bizzo-jfhxp2.bizzo-uai3e1.bizzo-zg8lu9 4.bizzo-fpo2b2.bizzo-zg8lu9 6.bizzo-zg8lu9 0l29.bizzo-6jiuwo 17.bizzo-p9yoy0.bizzo-qmgxar 2.bizzo-l99e4g 10.bizzo-6vg7ix.bizzo-gy4xde 8.bizzo-pomn64.bizzo-txvsmx.bizzo-0dy69k.bizzo-3yvvf1.bizzo-k1r5x6.bizzo-91vzyv.bizzo-3ehn2n.bizzo-gy4xde 1.bizzo-q4d1yh.bizzo-w4n2oh.bizzo-q07auq.bizzo-7x7os7.bizzo-gmaj4t.bizzo-6rcw0x 1.bizzo-q1c14d.bizzo-rs7a15.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .bizzo-kjf67w > .bizzo-7e1trr {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .bizzo-kjf67w > .bizzo-7e1trr {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .bizzo-kjf67w > .bizzo-7e1trr {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .bizzo-kjf67w > .bizzo-7e1trr {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .bizzo-kjf67w > .bizzo-7e1trr {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.bizzo-66nvs8 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.bizzo-66nvs8.bizzo-le5or0 {
  display: none;
}

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

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

.bizzo-pra3h3 {
  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;
}

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

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

.bizzo-pra3h3 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.bizzo-7lloxk {
  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;
}

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

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

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

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

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

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

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

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

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

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

.bizzo-66nvs8.bizzo-6g53t2 .bizzo-nxda89 {
  background: #2b3b67;
}

.bizzo-66nvs8.bizzo-6g53t2 .bizzo-pra3h3 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.bizzo-66nvs8.bizzo-6g53t2 .bizzo-pra3h3::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.bizzo-66nvs8.bizzo-6g53t2 .bizzo-pra3h3::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.bizzo-66nvs8.bizzo-6g53t2 .bizzo-7lloxk::before {
  background: #0e0f41;
}

.bizzo-66nvs8.bizzo-6g53t2 .bizzo-7lloxk::after {
  background: #152557;
}

.bizzo-66nvs8.bizzo-iy37hh .bizzo-nxda89 {
  background: #1f35fa;
}

.bizzo-66nvs8.bizzo-iy37hh .bizzo-pra3h3 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.bizzo-66nvs8.bizzo-iy37hh .bizzo-pra3h3::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.bizzo-66nvs8.bizzo-iy37hh .bizzo-pra3h3::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.bizzo-66nvs8.bizzo-iy37hh .bizzo-7lloxk::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.bizzo-66nvs8.bizzo-iy37hh .bizzo-7lloxk::after {
  background: #192ac8;
}

.bizzo-66nvs8.bizzo-xw6c8i .bizzo-nxda89 {
  background: #fa771f;
}

.bizzo-66nvs8.bizzo-xw6c8i .bizzo-pra3h3 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bizzo-66nvs8.bizzo-xw6c8i .bizzo-pra3h3::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.bizzo-66nvs8.bizzo-xw6c8i .bizzo-pra3h3::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.bizzo-66nvs8.bizzo-xw6c8i .bizzo-7lloxk::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bizzo-66nvs8.bizzo-xw6c8i .bizzo-7lloxk::after {
  background: #fa8535;
}

.bizzo-spyhif {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.bizzo-hj58ii {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

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

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

.bizzo-q0jins {
  width: 120px;
  height: 22px;
}

.bizzo-q0jins .bizzo-hqd9v7 {
  fill: #c2c0ce;
}

.bizzo-q0jins [rating="1"] .bizzo-hqd9v7:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bizzo-q0jins [rating="2"] .bizzo-hqd9v7:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bizzo-q0jins [rating="3"] .bizzo-hqd9v7:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bizzo-q0jins [rating="4"] .bizzo-hqd9v7:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bizzo-q0jins [rating="5"] .bizzo-hqd9v7:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

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

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

.bizzo-46fg4m {
  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);
}

.bizzo-46fg4m.bizzo-na6k5t {
  display: block;
}

.bizzo-46fg4m.bizzo-le5or0 {
  display: none;
}

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

.bizzo-3kcdo2 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.bizzo-t1u536 {
  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);
}

.bizzo-86vz15 {
  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;
}

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

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

.bizzo-l419lp {
  font-size: 16px;
  line-height: 140%;
}

.bizzo-zek791 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.bizzo-zek791 .bizzo-hqd9v7 {
  fill: #c2c0ce;
}

.bizzo-zek791 [rating="1"] .bizzo-hqd9v7:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bizzo-zek791 [rating="2"] .bizzo-hqd9v7:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bizzo-zek791 [rating="3"] .bizzo-hqd9v7:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bizzo-zek791 [rating="4"] .bizzo-hqd9v7:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bizzo-zek791 [rating="5"] .bizzo-hqd9v7:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.bizzo-9qejml {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.bizzo-egsomr {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

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

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

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

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

.bizzo-3p2qt6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bizzo-5h5a8m {
  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;
}

.bizzo-4h9urk {
  flex: 1;
  min-width: 0;
}

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

.bizzo-vsct2f {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

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

.bizzo-vsct2f svg path {
  fill: var(--button-bg-color);
}

.bizzo-vsct2f svg circle {
  fill: var(--button-text-color);
}

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

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

.bizzo-kfzj1m strong {
  font-weight: 600;
}

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

.bizzo-t92y1p p {
  margin: 0 0 16px;
}

.bizzo-t92y1p p:last-child {
  margin-bottom: 0;
}

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

.bizzo-zqxswk {
  max-width: 300px;
  width: 100%;
}

.bizzo-zqxswk a {
  width: 100%;
}

@media (max-width: 575px) {
  .bizzo-zqxswk {
    max-width: 200px;
  }
}

.bizzo-0lm3mk {
  justify-content: center;
}

.bizzo-unp0xe {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bizzo-7q13zj {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.bizzo-k0xu8g .bizzo-9dndvr {
  justify-content: center;
}

/* faq */

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

.bizzo-puhsgf {
  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.bizzo-d430yh ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bizzo-puhsgf::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.bizzo-d430yh ease;
}

.bizzo-owzrxn.bizzo-s2udyp .bizzo-puhsgf::after {
  transform: rotate(45deg);
}

.bizzo-ddhuaa {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.bizzo-4p5bzw ease, padding 0.bizzo-4p5bzw ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.bizzo-owzrxn.bizzo-s2udyp .bizzo-ddhuaa {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.bizzo-5vbra0 {
  margin: 25px 0;
}

.bizzo-0b41jv > input:not(:checked) ~ label:hover,
.bizzo-0b41jv > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bizzo-i1r4fe.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bizzo-s77vzo 44.bizzo-cpdeyv.bizzo-711x0t.bizzo-0ptqfq.bizzo-khitsc.bizzo-tiyv84.bizzo-rqohaw.bizzo-ngpbgs.bizzo-eu79nz.bizzo-15y02e.bizzo-s83y0b.bizzo-tkwswj.bizzo-s3cx17 0l-12.bizzo-2ueqan 30.bizzo-fwhzys.bizzo-or41j3 2.bizzo-m1ejtb.bizzo-or41j3 3.bizzo-aiko93 3.bizzo-t10ojw.bizzo-d449vn 3.bizzo-4a69o5.bizzo-aejpp1.bizzo-f0jwe0.bizzo-xpkbnt 7-3.bizzo-2ueqan 10.bizzo-tr7jhg.bizzo-xpkbnt 23.bizzo-m212s5.bizzo-1mfsvi 1.bizzo-pr5xvz 2.bizzo-2ueqan 3.bizzo-1mfsvi 1.bizzo-d449vn 5.bizzo-at0kf8.bizzo-d449vn 32.bizzo-fgnyt7.bizzo-aejpp1 5.bizzo-s3cx17 4.bizzo-xpkbnt 9.bizzo-xpkbnt 8.bizzo-d449vn 6.bizzo-gpoxza.bizzo-eopeii.bizzo-5l4dmo.bizzo-1c38y7.bizzo-g7rusi 4.bizzo-a8s1al.bizzo-g7rusi 6.bizzo-g7rusi 0l29.bizzo-s3cx17 17.bizzo-hsjsri.bizzo-0v2vv9 2.bizzo-lyj6bm 10.bizzo-4bu3hr.bizzo-2ueqan 8.bizzo-xarcjp.bizzo-6ovsh8.bizzo-xshutr.bizzo-laeeix.bizzo-x5crgx.bizzo-aejpp1.bizzo-tiyv84.bizzo-2ueqan 1.bizzo-y53x4u.bizzo-g09jtp.bizzo-frp3eq.bizzo-zwbqmm.bizzo-8imw5q.bizzo-pr5xvz 1.bizzo-60gxsw.bizzo-h3fwan.5z'/%3e%3c/svg%3e");
}

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

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

.bizzo-bx77s7 {
  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);
}

.bizzo-bx77s7.bizzo-syrltu {
  display: block;
}

.bizzo-bx77s7.bizzo-txkt8d {
  display: none;
}

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

.bizzo-o7iccn {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.bizzo-ezcy07 {
  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);
}

.bizzo-nehiht {
  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;
}

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

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

.bizzo-la1yey {
  font-size: 16px;
  line-height: 140%;
}

.bizzo-caml61 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.bizzo-caml61 .bizzo-if4757 {
  fill: #c2c0ce;
}

.bizzo-caml61 [rating="1"] .bizzo-if4757:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bizzo-caml61 [rating="2"] .bizzo-if4757:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bizzo-caml61 [rating="3"] .bizzo-if4757:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bizzo-caml61 [rating="4"] .bizzo-if4757:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bizzo-caml61 [rating="5"] .bizzo-if4757:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.bizzo-9vmf37 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;
}

.bizzo-9vmf37 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 */

.bizzo-7mvu9v {
  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);
}

.bizzo-7mvu9v.bizzo-0wq6c9 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.bizzo-avfr0w {
  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;
}

.bizzo-avfr0w label {
  font-size: 14px;
}

.bizzo-avfr0w h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bizzo-avfr0w input,
.bizzo-avfr0w textarea,
.bizzo-avfr0w 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;
}
.bizzo-avfr0w button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bizzo-d430yh ease;
}
.bizzo-avfr0w button:hover {
  background-color: var(--button-bg-hover);
}
.bizzo-oa3gqw {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bizzo-wyoa06 ease-in;
}

.bizzo-oa3gqw 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;
}
.bizzo-kk7vyr, .bizzo-xxc9z4, [class*="review-card"],
thead, thead th, table th, .bizzo-edqo00,
.bizzo-gxxkjj, [class*="collapsible-header"],
.bizzo-vf9efk, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-nav-fix-v4b */
header nav li a, header ul li a { color: #FFFFFF !important; }
