@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.bizzo-fm89q3 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bizzo-otzceh {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.bizzo-8qhy17,
ul.bizzo-8qhy17 {
  padding-left: 20px;
}

ul.bizzo-8qhy17 {
  list-style: disc;
}

ol.bizzo-8qhy17 {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.bizzo-f206aw > .bizzo-qlfyd1,
.bizzo-f206aw > .bizzo-3dd7is,
.bizzo-f206aw > blockquote,
.bizzo-f206aw > h1,
.bizzo-f206aw > h2,
.bizzo-f206aw > h3,
.bizzo-f206aw > h4,
.bizzo-f206aw > h5,
.bizzo-f206aw > h6,
.bizzo-f206aw > ol,
.bizzo-f206aw > p,
.bizzo-f206aw > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bizzo-f206aw > ol,
.bizzo-f206aw > ul {
  padding-left: 50px;
}

.bizzo-f206aw blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.bizzo-f206aw:not(:last-child) {
  margin-bottom: 2rem;
}

.bizzo-f206aw > :not(:first-child) {
  margin-top: 2rem;
}

.bizzo-f206aw {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bizzo-f206aw:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bizzo-f206aw:first-child {
    margin-top: 20px;
  }
}

.bizzo-f206aw > p:last-of-type {
  margin-bottom: 32px;
}

.bizzo-f206aw > .bizzo-1wynd1:not(:first-child) {
  margin: 64px auto 16px auto;
}

.bizzo-ombhh1 > .bizzo-1wynd1 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bizzo-3dd7is {
  overflow: auto;
}

.bizzo-3dd7is::-webkit-scrollbar {
  height: 5px;
}

.bizzo-3dd7is table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.bizzo-3dd7is table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.bizzo-3dd7is table thead,
table thead {
  border-bottom: none;
}

.bizzo-3dd7is table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.bizzo-3dd7is table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.bizzo-3dd7is table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.bizzo-3dd7is .bizzo-6y95xb {
  table-layout: auto;
}

.bizzo-3dd7is .bizzo-6y95xb th {
  word-break: normal;
}

.bizzo-3dd7is .bizzo-6y95xb td {
  word-break: normal;
}

.bizzo-fm89q3 .bizzo-fm89q3 {
  padding-right: 0;
  padding-left: 0;
}

.bizzo-d3phls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.bizzo-l9th7q {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.bizzo-kauvsa {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.bizzo-qlfyd1 {
  margin-top: 24px;
}

.bizzo-qlfyd1.bizzo-a4c07g {
  text-align: left;
}

.bizzo-qlfyd1.bizzo-5te9h9 {
  text-align: right;
}

.bizzo-qlfyd1.bizzo-zi697b {
  text-align: center;
}

.bizzo-oh1rls {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.bizzo-tcrxsd ease-in-out;
  cursor: pointer;
}

.bizzo-oh1rls:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.bizzo-oh1rls {
  min-width: 328px;
}

@media (max-width: 768px) {
  .bizzo-oh1rls {
    min-width: unset;
  }
}

.bizzo-138wrv {
  background-color: var(--fh-bg-color);
}

.bizzo-x5hazf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.bizzo-3288bh {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.bizzo-3288bh img {
  max-height: 80px;
  object-fit: contain;
}

.bizzo-d5zbdp {
  flex: 1 1;
}

.bizzo-au5kqy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.bizzo-wy6zfx {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.bizzo-wy6zfx span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.bizzo-wy6zfx.bizzo-2kndjz span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.bizzo-wy6zfx.bizzo-2kndjz span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.bizzo-wy6zfx.bizzo-2kndjz span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.bizzo-d5zbdp + .bizzo-au5kqy {
  margin-left: 20px;
}

.bizzo-a7er1z {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.bizzo-a7er1z > svg {
  max-width: 24px;
  max-height: 24px;
}

.bizzo-a7er1z + .bizzo-a7er1z {
  margin-left: 5px;
}

.bizzo-fylazl {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.bizzo-fylazl:hover {
  background-color: var(--button-bg-hover);
}

.bizzo-yjr7ho {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.bizzo-tcrxsd ease-in-out;
  border: 1px solid var(--border-color);
}

.bizzo-yjr7ho:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.bizzo-qryu0m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .bizzo-d5zbdp {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .bizzo-qryu0m {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .bizzo-d5zbdp {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .bizzo-a7er1z {
    min-width: unset;
    flex: 1 1;
  }
}

.bizzo-n0zesg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.bizzo-n0zesg:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.bizzo-n0zesg:hover .bizzo-8at3mp {
  opacity: 1;
  pointer-events: auto;
}

.bizzo-13fb6z {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.bizzo-tp9d0f ease-in-out;
  gap: 4px;
}

.bizzo-13fb6z > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.bizzo-13fb6z .bizzo-d3phls img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.bizzo-6zwfzb,
.bizzo-13fb6z:hover {
  color: var(--button-bg-hover);
}

.bizzo-gs4q5q {
  position: relative;
}

.bizzo-gs4q5q .bizzo-13fb6z {
  margin-right: 0;
  padding-right: 4px;
}

.bizzo-lpe974 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.bizzo-gs4q5q.bizzo-2kndjz .bizzo-lpe974 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.bizzo-gs4q5q.bizzo-2kndjz .bizzo-8at3mp {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.bizzo-gs4q5q.bizzo-2kndjz .bizzo-8at3mp::before {
  display: none;
}

.bizzo-lpe974 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.bizzo-8at3mp {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.bizzo-ixdkv7 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.bizzo-8at3mp::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.bizzo-8at3mp:hover {
  color: var(--fh-bg-color);
}

.bizzo-9yi07v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.bizzo-ixdkv7 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.bizzo-tp9d0f ease-in-out;
  -o-transition: 0.bizzo-tp9d0f ease-in-out;
  transition: 0.bizzo-tp9d0f ease-in-out;
}

.bizzo-9yi07v .bizzo-d3phls img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.bizzo-cgt7k5,
.bizzo-9yi07v:hover {
  color: var(--button-bg-hover);
}

.bizzo-4mf3zq {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.bizzo-4mf3zq.bizzo-4wxhbc {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.bizzo-4mf3zq.bizzo-4wxhbc:after,
.bizzo-4mf3zq.bizzo-4wxhbc:before {
  content: "";
  position: absolute;
  margin: auto;
}

.bizzo-4mf3zq.bizzo-4wxhbc:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.bizzo-4mf3zq.bizzo-4wxhbc:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.bizzo-4mf3zq.bizzo-4wxhbc > * {
  z-index: 1;
}

.bizzo-4mf3zq b,
.bizzo-4mf3zq strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.bizzo-4mf3zq .bizzo-b53xc9 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.bizzo-4mf3zq .bizzo-469a99 {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.bizzo-4mf3zq .bizzo-d3phls {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.bizzo-4mf3zq .bizzo-oduo4c {
  margin-top: 12px;
}

.bizzo-oduo4c {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.bizzo-dmp86r {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.bizzo-oduo4c .bizzo-eiqw8x {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.bizzo-tcrxsd ease-in-out;
}

.bizzo-oduo4c .bizzo-eiqw8x:hover {
  background: rgba(255, 255, 255, 0.3);
}

.bizzo-45lhxk {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.bizzo-4mf3zq.bizzo-a77507 {
  gap: 12px;
  padding: 16px;
}

.bizzo-4mf3zq.bizzo-a77507 .bizzo-45lhxk {
  min-width: 240px;
}

.bizzo-4mf3zq.bizzo-a77507 .bizzo-45lhxk.bizzo-22uewj {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .bizzo-4mf3zq .bizzo-b53xc9 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .bizzo-4mf3zq .bizzo-469a99 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .bizzo-4mf3zq .bizzo-d3phls {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .bizzo-4mf3zq.bizzo-a77507 .bizzo-d3phls {
    max-width: 126px;
  }
  .bizzo-4mf3zq .bizzo-oduo4c {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .bizzo-4mf3zq .bizzo-dmp86r {
    max-width: unset;
  }
  .bizzo-45lhxk {
    min-width: unset;
    width: 100%;
  }
  .bizzo-4mf3zq .bizzo-45lhxk {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .bizzo-4mf3zq.bizzo-a77507 {
    grid-template-rows: auto 1fr auto;
  }
  .bizzo-4mf3zq.bizzo-a77507 .bizzo-45lhxk {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .bizzo-4mf3zq {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .bizzo-4mf3zq .bizzo-b53xc9 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .bizzo-4mf3zq .bizzo-d3phls {
    max-width: 78px;
  }
  .bizzo-4mf3zq .bizzo-oduo4c {
    margin-top: -12px;
  }
  .bizzo-4mf3zq.bizzo-a77507 {
    gap: 8px;
  }
  .bizzo-4mf3zq.bizzo-a77507 .bizzo-b53xc9 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .bizzo-4mf3zq.bizzo-a77507 .bizzo-469a99 {
    grid-column: 1/3;
  }
  .bizzo-4mf3zq.bizzo-a77507 .bizzo-d3phls {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .bizzo-4mf3zq.bizzo-a77507 .bizzo-d3phls img {
    max-width: 114px;
  }
}

.bizzo-45lhxk.bizzo-ytfwk6,
.bizzo-45lhxk.bizzo-kkuimr,
.bizzo-45lhxk.bizzo-itirsq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.bizzo-tcrxsd ease-in-out;
}

.bizzo-45lhxk.bizzo-ytfwk6,
.bizzo-45lhxk.bizzo-itirsq {
  padding: 10px;
}

.bizzo-45lhxk.bizzo-ytfwk6:hover,
.bizzo-45lhxk.bizzo-kkuimr:hover,
.bizzo-45lhxk.bizzo-itirsq:hover {
  background: var(--button-bg-hover);
}

.bizzo-45lhxk.bizzo-ytfwk6:hover svg path,
.bizzo-45lhxk.bizzo-itirsq:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.bizzo-45lhxk.bizzo-22uewj {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.bizzo-tcrxsd ease-in-out;
  background: var(--button-bg-color);
}

.bizzo-45lhxk.bizzo-22uewj:hover {
  background-color: var(--button-bg-hover);
}

.bizzo-45lhxk.bizzo-kkuimr:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.bizzo-45lhxk.bizzo-kkuimr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.bizzo-45lhxk.bizzo-22uewj:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.bizzo-hqvnh7 {
  max-width: 650px;
}

.bizzo-lm9r3i {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.bizzo-1xf497 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bizzo-uu6r96 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.bizzo-tp9d0f ease-in-out;
  cursor: pointer;
}

.bizzo-uu6r96:hover {
  opacity: 0.5;
}

.bizzo-uu6r96:focus {
  outline: 0;
}

.bizzo-uu6r96:focus .bizzo-yrj40v,
.bizzo-uu6r96:hover .bizzo-yrj40v {
  fill: red;
  fill-opacity: 1;
}

.bizzo-uu6r96:hover {
  cursor: pointer;
}

.bizzo-td7s5r {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.bizzo-hqvnh7.bizzo-zi697b {
  margin: 0 auto;
}

.bizzo-hqvnh7.bizzo-5te9h9 {
  margin-left: auto;
}

.bizzo-za5x9z {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.bizzo-f7bspc {
  padding-bottom: 50px;
}

.bizzo-fy0r3s {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.bizzo-jgoygr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.bizzo-pj5f4h {
  margin-top: 24px;
}

.bizzo-yape9n {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bizzo-2xu26u {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.bizzo-uf0w3l {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.bizzo-vsvuba {
  width: 468px;
}

.bizzo-uf0w3l .bizzo-8at3mp {
  margin: 0.bizzo-vhc3ru 0;
}

.bizzo-z441g9 {
  display: flex;
  min-width: 224px;
}

.bizzo-1rjuxi {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.bizzo-tp9d0f ease-in-out;
}

.bizzo-xcz62c,
.bizzo-1rjuxi:hover {
  color: var(--text-color);
}

.bizzo-xu25yy {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.bizzo-55vz5k {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .bizzo-za5x9z {
    padding: 16px;
  }
  .bizzo-xu25yy {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .bizzo-55vz5k {
    align-items: center;
  }
  .bizzo-vsvuba {
    width: unset;
  }
  .bizzo-z441g9 {
    min-width: unset;
  }
  .bizzo-uf0w3l {
    max-height: unset;
  }
  .bizzo-fy0r3s {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .bizzo-za5x9z {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.bizzo-bq4d5k {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.bizzo-bq4d5k:not(:last-child) {
  margin-bottom: 16px;
}

.bizzo-pg3o65 {
  outline: 0;
}

.bizzo-pg3o65 .bizzo-g08lsz {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.bizzo-9pc0cv {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .bizzo-9pc0cv {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.bizzo-9pc0cv::-webkit-details-marker {
  display: none;
}

.bizzo-9pc0cv:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.bizzo-9pc0cv:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .bizzo-9pc0cv:after {
  transform: unset;
}

.bizzo-g08lsz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.bizzo-g08lsz svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.bizzo-tp9d0f ease-in-out;
  -o-transition: 0.bizzo-tp9d0f ease-in-out;
  transition: 0.bizzo-tp9d0f ease-in-out;
}

.bizzo-pwb3w4 {
  padding: 16px 0 0 0;
}

.bizzo-pwb3w4 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .bizzo-pwb3w4 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .bizzo-9pc0cv {
    flex-wrap: wrap;
    gap: 12px;
  }
  .bizzo-9pc0cv::after {
    margin-left: auto;
  }
  .bizzo-g08lsz {
    order: 3;
    flex: 1 1 100%;
  }
  .bizzo-9pc0cv {
    font-size: 14px;
    line-height: 130%;
  }
  .bizzo-g08lsz svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.bizzo-kqofd8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.bizzo-50iojj {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.bizzo-kqofd8.bizzo-2kndjz .bizzo-50iojj {
  margin-bottom: 12px;
}

.bizzo-50iojj::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.bizzo-kqofd8.bizzo-2kndjz .bizzo-50iojj::after {
  transform: unset;
}

.bizzo-iuoxi8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.bizzo-h8v6wu {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.bizzo-tp9d0f ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.bizzo-h8v6wu:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.bizzo-kqofd8.bizzo-2kndjz .bizzo-iuoxi8 {
  max-height: 100%;
}

.bizzo-11s683 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.bizzo-tchzg8 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.bizzo-mgz45p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bizzo-1w0zae {
  margin-right: 4px;
}

.bizzo-nxrcqh {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.bizzo-tp9d0f ease-in-out;
}

.bizzo-nxrcqh svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.bizzo-ji0fxd,
.bizzo-nxrcqh:hover {
  color: var(--text-color);
}

.bizzo-50g7z0 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.bizzo-50g7z0 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.bizzo-50g7z0 .bizzo-jkw1zg {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.bizzo-50g7z0 .bizzo-ambpfl {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.bizzo-rf5f5b {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.bizzo-xkr1qw {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bizzo-lkjsna .bizzo-fm89q3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.bizzo-lkjsna {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.bizzo-uym16z {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.bizzo-k79qmp {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.bizzo-fzgoli {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.bizzo-ly78c3 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.bizzo-fzgoli:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.bizzo-xrzehq {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.bizzo-nib0h7 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.bizzo-tp9d0f ease-in-out;
  transition: transform 0.bizzo-tp9d0f ease-in-out;
  -o-transition: transform 0.bizzo-tp9d0f ease-in-out;
  transition:
    transform 0.bizzo-tp9d0f ease-in-out,
    -webkit-transform 0.bizzo-tp9d0f ease-in-out;
  cursor: pointer;
}

.bizzo-nib0h7 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.bizzo-nib0h7:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.bizzo-kcir1l {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .bizzo-kcir1l {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.bizzo-sxo5e2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.bizzo-vgmu3t {
  position: relative;
  width: 100%;
}

.bizzo-sxo5e2.bizzo-tnot0s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bizzo-sxo5e2.bizzo-zi697b {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bizzo-sxo5e2.bizzo-5te9h9 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bizzo-0wk6ei {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.bizzo-53kxc0 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.bizzo-tp9d0f ease-in-out;
  cursor: pointer;
}

.bizzo-53kxc0:hover {
  opacity: 0.5;
}

.bizzo-sxo5e2.bizzo-c0xtqe .bizzo-53kxc0 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.bizzo-sxo5e2.bizzo-c0xtqe .bizzo-0wk6ei {
  cursor: pointer;
}

.bizzo-36ms1j {
  fill: #0009;
}

.bizzo-b2xkji {
  fill: #fff;
}

.bizzo-53kxc0:hover .bizzo-36ms1j {
  fill: red;
}

.bizzo-53kxc0 svg path {
  -webkit-transition: 0.bizzo-tp9d0f ease-in-out;
  -o-transition: 0.bizzo-tp9d0f ease-in-out;
  transition: 0.bizzo-tp9d0f ease-in-out;
}

.bizzo-rbmyqc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.bizzo-rbmyqc > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.bizzo-rbmyqc.bizzo-z6dje2 > :not(.get-image) {
  grid-column: 1/3;
}

.bizzo-uch43c:not(._h1-block) .bizzo-rbmyqc > .bizzo-1wynd1 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.bizzo-rbmyqc.bizzo-z6dje2 .bizzo-4ujpk7 {
  grid-column: 2/3;
}

.bizzo-rbmyqc.bizzo-z6dje2 > .bizzo-d3phls {
  grid-column: 1/2;
}

.bizzo-rbmyqc.bizzo-z6dje2 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.bizzo-rbmyqc > p:first-of-type {
  margin-top: 0;
}

.bizzo-rbmyqc .bizzo-d3phls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.bizzo-uch43c:not(._h1-block) .bizzo-1wynd1 ~ .bizzo-d3phls {
  grid-row: 2/10;
}

.bizzo-uch43c.bizzo-98o7lh .bizzo-1wynd1 ~ .bizzo-d3phls {
  grid-row: 1/10;
}

.bizzo-uch43c.bizzo-98o7lh > .bizzo-1wynd1 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.bizzo-uch43c.bizzo-98o7lh .bizzo-d3phls {
  grid-row: 1/10;
}

.bizzo-rbmyqc.bizzo-xemaew .bizzo-d3phls {
  align-items: flex-start;
}

.bizzo-rbmyqc.bizzo-zi697b .bizzo-4ujpk7 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.bizzo-rbmyqc.bizzo-zi697b .bizzo-d3phls {
  align-items: center;
}

.bizzo-rbmyqc.bizzo-czwfj5 .bizzo-d3phls {
  align-items: flex-end;
}

.bizzo-4ujpk7 > :first-child {
  margin-top: 0;
}

.bizzo-4ujpk7 > :last-child {
  margin-bottom: 0;
}

* + .bizzo-xza5ct,
.bizzo-uch43c + .bizzo-uch43c {
  margin-top: 2rem;
}

.bizzo-fbcfo1 td::before,
.bizzo-fbcfo1 th::after {
  display: none !important;
}

.bizzo-fbcfo1 #link-selector {
  color: #000;
}

.bizzo-fbcfo1 .bizzo-lobyft {
  color: #135e96;
}

.bizzo-fbcfo1 .bizzo-jkr826 *,
.bizzo-fbcfo1 .bizzo-y8w7j8 p,
.bizzo-fbcfo1 .bizzo-ygt014 * {
  color: #000;
}

.bizzo-fbcfo1 .bizzo-o2tfsc {
  background: 0 0 !important;
}

.bizzo-fbcfo1 .bizzo-jdnu5t {
  color: #000;
}

.bizzo-fbcfo1 .bizzo-n30ktp.bizzo-18qvu4 {
  color: #fff;
}

.bizzo-fbcfo1 .bizzo-ri83xd {
  color: #000;
}

.bizzo-fbcfo1
  .bizzo-37phb1
  .bizzo-565wic.bizzo-18qvu4.bizzo-msxsi2 {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.bizzo-i7mt5w,
body .bizzo-keectx {
  color: #000;
  background: var(--color-body) !important;
}

.bizzo-i7mt5w .bizzo-d8iver .bizzo-a21zbz,
body .bizzo-keectx .bizzo-d8iver .bizzo-a21zbz {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .bizzo-h8v6wu:focus,
  .bizzo-h8v6wu:hover {
    color: #f9cb16;
  }
  .bizzo-w2i766:focus,
  .bizzo-w2i766:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .bizzo-lb2sas:focus img,
  .bizzo-lb2sas:focus svg,
  .bizzo-lb2sas:hover img,
  .bizzo-lb2sas:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .bizzo-50g7z0 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .bizzo-gs4q5q:hover .bizzo-lpe974 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .bizzo-lpe974 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .bizzo-0wlpcj {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .bizzo-s0n78c {
    grid-template-columns: repeat(4, 1fr);
  }
  .bizzo-6b7qif {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .bizzo-9sjz9x .bizzo-lz5jfy {
    grid-template-columns: 1fr;
  }
  .bizzo-9sjz9x .bizzo-byskm3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .bizzo-9sjz9x .bizzo-u2x7k7 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bizzo-9sjz9x .bizzo-znx91n {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bizzo-9sjz9x .bizzo-a7r4tx {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .bizzo-9sjz9x .bizzo-u2x7k7:not(:first-child) {
    border: none;
  }
  .bizzo-9sjz9x .bizzo-u2x7k7:first-child .bizzo-znx91n {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .bizzo-9sjz9x .bizzo-u2x7k7:last-child .bizzo-znx91n {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .bizzo-x5hazf {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .bizzo-3288bh {
    max-width: 100px;
  }
  .bizzo-d5zbdp {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .bizzo-au5kqy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bizzo-au5kqy svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .bizzo-wy6zfx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .bizzo-d5zbdp + .bizzo-au5kqy {
    margin-left: auto;
  }
  .bizzo-5s1c0n {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .bizzo-5s1c0n.bizzo-2kndjz {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .bizzo-qryu0m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .bizzo-n0zesg {
    width: 100%;
  }
  .bizzo-n0zesg:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .bizzo-13fb6z {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .bizzo-13fb6z svg {
    margin-right: 4px;
  }
  .bizzo-gs4q5q {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bizzo-lpe974 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .bizzo-lpe974 {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .bizzo-8at3mp {
    display: none;
    width: 100%;
  }
  .bizzo-gs4q5q.bizzo-2kndjz .bizzo-8at3mp {
    padding: 0 0 0 48px;
  }
  .bizzo-9yi07v {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .bizzo-jgoygr .bizzo-d3phls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .bizzo-trymch {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .bizzo-trymch + .bizzo-trymch {
    margin-right: 0;
  }
  .bizzo-trymch + .bizzo-d3phls {
    margin: 0;
  }
  .bizzo-0wlpcj {
    grid-template-columns: repeat(4, 1fr);
  }
  .bizzo-s0n78c {
    grid-template-columns: repeat(3, 1fr);
  }
  .bizzo-3lfsxt,
  .bizzo-ziccix {
    grid-template-columns: repeat(2, 1fr);
  }
  .bizzo-rbmyqc {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bizzo-rbmyqc.bizzo-z6dje2 .bizzo-4ujpk7 {
    grid-column: auto;
    grid-row: auto;
  }
  .bizzo-rbmyqc > .bizzo-1wynd1 {
    grid-column: 1/2;
  }
  .bizzo-rbmyqc.bizzo-z6dje2 > :not(.get-image) {
    grid-column: 1/2;
  }
  .bizzo-rbmyqc .bizzo-d3phls,
  .bizzo-rbmyqc.bizzo-z6dje2 > .bizzo-d3phls {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bizzo-rbmyqc.bizzo-z6dje2 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .bizzo-uch43c.bizzo-98o7lh .bizzo-rbmyqc > .bizzo-d3phls {
    grid-row: 1/2;
  }
  .bizzo-rbmyqc .bizzo-1wynd1 ~ .bizzo-d3phls,
  .bizzo-rbmyqc.bizzo-z6dje2 .bizzo-1wynd1 ~ .bizzo-d3phls {
    grid-row: 2/3;
  }
  .bizzo-uch43c.bizzo-98o7lh .bizzo-1wynd1 ~ .bizzo-d3phls {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .bizzo-f206aw:first-child .bizzo-2fu2zd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bizzo-f206aw:first-child .bizzo-2fu2zd h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .bizzo-f206aw {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .bizzo-f206aw {
    padding: 0;
  }
  .bizzo-qlfyd1 {
    margin-top: 1rem;
  }
  .bizzo-pg3o65 {
    border-radius: 5px;
  }
  .bizzo-iwgoc4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bizzo-50iojj::after {
    display: inline-block;
  }
  .bizzo-50iojj {
    margin: 0;
    width: 100%;
  }
  .bizzo-iuoxi8 {
    width: 100%;
  }
  .bizzo-iuoxi8.bizzo-hbf9v0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .bizzo-iuoxi8.bizzo-hbf9v0 .bizzo-5mnisg {
    width: 100%;
  }
  .bizzo-iuoxi8.bizzo-hbf9v0 .bizzo-5mnisg:not(:last-child) {
    margin-right: 0;
  }
  .bizzo-h8v6wu {
    width: 100%;
    text-align: center;
  }
  .bizzo-kqofd8.bizzo-2kndjz .bizzo-iuoxi8 {
    margin-top: 1rem;
  }
  .bizzo-0wlpcj {
    grid-template-columns: repeat(3, 1fr);
  }
  .bizzo-6b7qif,
  .bizzo-s0n78c {
    grid-template-columns: repeat(2, 1fr);
  }
  .bizzo-3lfsxt,
  .bizzo-ziccix,
  .bizzo-4rbaax {
    grid-template-columns: 1fr;
  }
  .bizzo-shwbjb {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .bizzo-5pqxmf {
    min-width: 300px;
    max-width: 325px;
  }
  .bizzo-znx91n {
    cursor: auto;
  }
  .bizzo-nr3bkn .bizzo-znx91n {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .bizzo-kcir1l {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .bizzo-8at3mp {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .bizzo-kcir1l {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.bizzo-trymch p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .bizzo-au5kqy {
    margin: 0 -0.2rem;
  }
  .bizzo-trymch {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .bizzo-4h7g5y {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .bizzo-xdtsez {
    max-width: 100%;
  }
  .bizzo-0wlpcj {
    grid-template-columns: repeat(2, 1fr);
  }
  .bizzo-6b7qif,
  .bizzo-s0n78c {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .bizzo-x5hazf {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bizzo-au5kqy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .bizzo-138wrv {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bizzo-a7er1z {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .bizzo-8qmqgr,
  .bizzo-19mduu {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .bizzo-oh1rls {
    width: 100%;
  }
  .bizzo-0wlpcj {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .bizzo-kcir1l {
    top: 127px !important;
  }
}

.bizzo-e9jaia {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .bizzo-e9jaia {
  }
}

@media (max-width: 767px) {
  .bizzo-e9jaia {
    margin-bottom: 12px;
  }
}

.bizzo-e9jaia img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.bizzo-ig6nd4 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.bizzo-ig6nd4 > .bizzo-wo2bsi {
  flex: 1 1;
}

@media (max-width: 767px) {
  .bizzo-ig6nd4 {
    flex-direction: column;
    gap: 12px;
  }
}

.bizzo-hli36n {
  display: flex;
}

.bizzo-hli36n .bizzo-tmifvk {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.bizzo-hli36n .bizzo-c7ogoq {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.bizzo-hli36n .bizzo-lic339 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.bizzo-hli36n .bizzo-9qawk1 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.bizzo-hli36n .bizzo-9qawk1:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.bizzo-hli36n .bizzo-efzyfy {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.bizzo-34xz4x {
  border: unset;
  background-color: unset;
}

.bizzo-34xz4x tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.bizzo-34xz4x .bizzo-ay1dhc,
.bizzo-34xz4x .bizzo-0f3dxl {
  flex: 0 1 330px;
}

.bizzo-34xz4x .bizzo-n39t2t {
  flex: 1 1;
}

.bizzo-34xz4x tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.bizzo-34xz4x tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.bizzo-34xz4x tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.bizzo-34xz4x tr td p {
  color: #fff;
  margin: 0;
}

.bizzo-34xz4x tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.bizzo-34xz4x tr.bizzo-ay1dhc td p {
  padding: 16px 0;
}

.bizzo-34xz4x tr.bizzo-ay1dhc td p:not(:last-child),
.bizzo-34xz4x tr.bizzo-0f3dxl td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.bizzo-34xz4x tr.bizzo-ay1dhc td p:first-child,
.bizzo-34xz4x tr.bizzo-0f3dxl td p:first-child {
  padding-top: 0;
}

.bizzo-34xz4x tr.bizzo-0f3dxl td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.bizzo-34xz4x tr.bizzo-0f3dxl td p:last-child {
  padding-bottom: 0;
}

.bizzo-34xz4x .bizzo-0f3dxl img {
  max-width: 32px;
}

.bizzo-34xz4x .bizzo-n39t2t {
  min-width: 718px;
}

.bizzo-34xz4x .bizzo-n39t2t td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.bizzo-34xz4x .bizzo-n39t2t td {
  display: flex;
}

.bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-tdeexr,
.bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-22s85g,
.bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-9jx8au {
  flex: 1 1 50%;
}

.bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-y110c8 {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-8u6wvo,
.bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-nlvh98 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-tdeexr,
.bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-22s85g {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-tdeexr span,
.bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-22s85g span {
  font-weight: 800;
}

.bizzo-34xz4x .bizzo-n39t2t img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .bizzo-34xz4x .bizzo-n39t2t td .bizzo-9jx8au:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .bizzo-34xz4x tr.bizzo-ay1dhc td p:last-child {
    padding-bottom: 0;
  }
  .bizzo-34xz4x .bizzo-0f3dxl > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .bizzo-34xz4x .bizzo-0f3dxl > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .bizzo-34xz4x tr.bizzo-ay1dhc td p:not(:last-child),
  .bizzo-34xz4x tr.bizzo-0f3dxl td p:not(:last-child) {
    border-bottom: unset;
  }
  .bizzo-34xz4x tr.bizzo-0f3dxl td p:last-child {
    padding-bottom: 12px;
  }
  .bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-tdeexr,
  .bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-22s85g,
  .bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-9jx8au {
    flex: 1 1 50%;
    padding: 0;
  }
  .bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-tdeexr,
  .bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-22s85g {
    margin-top: 16px;
  }
  .bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-9jx8au {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-tdeexr {
    border-right: 1px solid var(--border-color);
  }
  .bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-9jx8au:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .bizzo-34xz4x .bizzo-n39t2t td:last-child .bizzo-9jx8au:last-child {
    padding-bottom: 0;
  }
}

.bizzo-9jx8au {
  display: flex;
  flex-direction: column;
}

.bizzo-34xz4x .bizzo-n39t2t td .bizzo-9jx8au {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.bizzo-34xz4x .bizzo-n39t2t td .bizzo-9jx8au:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.bizzo-34xz4x .bizzo-n39t2t td .bizzo-9jx8au:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .bizzo-34xz4x .bizzo-n39t2t td .bizzo-9jx8au:not(:first-child) {
    padding-left: 0;
  }
  .bizzo-34xz4x .bizzo-n39t2t td .bizzo-9jx8au:not(:last-of-type) {
    border-right: unset;
  }
}

.bizzo-34xz4x .bizzo-i1r4u4 {
  flex: 0 1 485px;
}

.bizzo-34xz4x .bizzo-zvw9hn {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.bizzo-34xz4x .bizzo-zvw9hn li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bizzo-34xz4x .bizzo-zvw9hn li.bizzo-fvf4o8 {
  padding: 6px 12px;
}

.bizzo-34xz4x .bizzo-zvw9hn li a,
.bizzo-34xz4x .bizzo-zvw9hn li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.bizzo-34xz4x .bizzo-strwli,
.bizzo-34xz4x .bizzo-9o5g2q {
  flex: 1 1;
}

.bizzo-34xz4x .bizzo-c5s3hz,
.bizzo-34xz4x .bizzo-hyaolf {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bizzo-34xz4x .bizzo-c5s3hz li,
.bizzo-34xz4x .bizzo-hyaolf li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.bizzo-34xz4x .bizzo-9o5g2q img {
  max-width: 32px;
}

.bizzo-34xz4x .bizzo-strwli img {
  max-width: 32px;
}

.bizzo-34xz4x .bizzo-iwazyk {
  min-width: 280px;
}

.bizzo-34xz4x .bizzo-iwazyk img {
  max-width: 146px;
}

.bizzo-34xz4x .bizzo-iwazyk td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .bizzo-34xz4x .bizzo-ay1dhc,
  .bizzo-34xz4x .bizzo-0f3dxl {
    flex: 0 1 auto;
  }
  .bizzo-34xz4x .bizzo-n39t2t {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .bizzo-34xz4x .bizzo-ay1dhc,
  .bizzo-34xz4x .bizzo-i1r4u4,
  .bizzo-34xz4x .bizzo-0f3dxl,
  .bizzo-34xz4x .bizzo-n39t2t {
    flex: 1 1 calc(50% - 20px);
  }
  .bizzo-34xz4x .bizzo-strwli,
  .bizzo-34xz4x .bizzo-iwazyk,
  .bizzo-34xz4x .bizzo-9o5g2q {
    flex: 1 1 30%;
  }
  .bizzo-34xz4x .bizzo-iwazyk {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .bizzo-34xz4x .bizzo-ay1dhc,
  .bizzo-34xz4x .bizzo-i1r4u4,
  .bizzo-34xz4x .bizzo-strwli,
  .bizzo-34xz4x .bizzo-0f3dxl,
  .bizzo-34xz4x .bizzo-n39t2t,
  .bizzo-34xz4x .bizzo-iwazyk,
  .bizzo-34xz4x .bizzo-9o5g2q {
    flex: 1 1 100%;
  }
}

.bizzo-xh7myv .bizzo-ontdp9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bizzo-xh7myv .bizzo-m6l9p1 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.bizzo-xh7myv .bizzo-ccx210 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.bizzo-xh7myv .bizzo-c9ight {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.bizzo-xh7myv .bizzo-c9ight > :nth-child(3) {
  margin-top: 0;
}

.bizzo-xh7myv .bizzo-d3phls {
  grid-column: 2/3;
  grid-row: 1/10;
}

.bizzo-xh7myv .bizzo-pv9ge9 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.bizzo-xh7myv .bizzo-qlfyd1 {
  grid-column: 1/2;
}

.bizzo-xh7myv > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.bizzo-xh7myv .bizzo-m6l9p1:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.bizzo-xh7myv .bizzo-m6l9p1:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.bizzo-xh7myv .bizzo-oh1rls {
  min-width: 240px;
}

@media (max-width: 768px) {
  .bizzo-xh7myv .bizzo-m6l9p1:not(:last-child):before {
    bottom: 8px;
  }
  .bizzo-xh7myv .bizzo-m6l9p1:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .bizzo-xh7myv .bizzo-c9ight {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .bizzo-xh7myv .bizzo-d3phls {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .bizzo-xh7myv .bizzo-d3phls img {
    width: 100%;
    height: auto;
  }
  .bizzo-xh7myv .bizzo-oh1rls {
    width: 100%;
    min-width: unset;
  }
}

.bizzo-n1k2n1 .bizzo-wos7qh {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.bizzo-n1k2n1 .bizzo-jqs4iw {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.bizzo-n1k2n1 .bizzo-d3phls {
  height: 100%;
}

.bizzo-n1k2n1 .bizzo-d3phls img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.bizzo-n1k2n1 .bizzo-g9ppru {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.bizzo-n1k2n1 .bizzo-6oq4fs {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.bizzo-n1k2n1 .bizzo-vxinms {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .bizzo-n1k2n1 .bizzo-jqs4iw {
    flex: 1 1 100%;
  }
  .bizzo-n1k2n1 .bizzo-45lhxk {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .bizzo-n1k2n1 .bizzo-jqs4iw {
    flex-direction: column;
  }
  .bizzo-n1k2n1 .bizzo-d3phls {
    width: 100%;
    height: auto;
  }
  .bizzo-n1k2n1 .bizzo-d3phls img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .bizzo-n1k2n1 .bizzo-g9ppru {
    padding: 0 16px 16px 16px;
  }
  .bizzo-n1k2n1 .bizzo-45lhxk {
    min-width: unset;
    width: 100%;
  }
}

.bizzo-i8rqha .bizzo-gsvvsn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.bizzo-i8rqha .bizzo-2o9bhf {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.bizzo-i8rqha img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.bizzo-i8rqha .bizzo-fv0pw4 {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.bizzo-i8rqha .bizzo-2o9bhf:hover .bizzo-fv0pw4 {
  display: flex;
}

.bizzo-i8rqha .bizzo-9gzqv4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bizzo-i8rqha .bizzo-wwekg5 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.bizzo-hhri40 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.bizzo-hhri40.bizzo-sp6x46 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.bizzo-tcrxsd ease-in-out;
}

.bizzo-hhri40.bizzo-sp6x46:hover {
  color: #f9cb16;
  background-color: transparent;
}

.bizzo-i8rqha .bizzo-uwhb88 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.bizzo-tcrxsd ease-in-out;
}

.bizzo-i8rqha .bizzo-uwhb88:hover {
  color: #196948;
  background-color: #f9cb16;
}

.bizzo-i8rqha .bizzo-uwhb88:after,
.bizzo-hhri40.bizzo-sp6x46:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.bizzo-hhri40.bizzo-sp6x46:after {
  background-image: url(../images/Cash.svg);
}

.bizzo-i8rqha .bizzo-uwhb88:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .bizzo-i8rqha .bizzo-gsvvsn {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .bizzo-i8rqha .bizzo-gsvvsn {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .bizzo-i8rqha .bizzo-gsvvsn {
    grid-template-columns: 1fr;
  }
  .bizzo-i8rqha .bizzo-2o9bhf {
    height: auto;
  }
  .bizzo-i8rqha .bizzo-2o9bhf .bizzo-fv0pw4 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .bizzo-i8rqha .bizzo-9gzqv4,
  .bizzo-i8rqha .bizzo-wwekg5 {
    text-align: left;
  }
  .bizzo-i8rqha .bizzo-wwekg5 {
    margin-bottom: 8px;
  }
  .bizzo-i8rqha img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.bizzo-y0rvo1 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.bizzo-y0rvo1.bizzo-c0xtqe {
  display: block;
}

.bizzo-y0rvo1 .bizzo-9000vt {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.bizzo-y0rvo1 .bizzo-fnzck8 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.bizzo-y0rvo1 .bizzo-4sx1yw {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.bizzo-y0rvo1 .bizzo-bgfpox {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.bizzo-y0rvo1 .bizzo-hhri40 {
  min-width: 296px;
  margin-bottom: 0;
}

.bizzo-y0rvo1 .bizzo-d3b7kc {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bizzo-y0rvo1 .bizzo-kyoyoc {
  position: relative;
  flex: 1 1;
}

.bizzo-y0rvo1 .bizzo-kyoyoc iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .bizzo-y0rvo1 .bizzo-fnzck8 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .bizzo-y0rvo1 .bizzo-4sx1yw {
    order: 1;
  }
  .bizzo-y0rvo1 .bizzo-bgfpox {
    order: 3;
    flex: 1 1 100%;
  }
  .bizzo-y0rvo1 .bizzo-hhri40 {
    width: 100%;
    min-width: unset;
  }
  .bizzo-y0rvo1 .bizzo-d3b7kc {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .bizzo-rbmyqc > .bizzo-1wynd1 {
    margin-bottom: 0;
  }
  .bizzo-rbmyqc > .bizzo-qlfyd1,
  .bizzo-rbmyqc > p {
    margin-top: 0;
  }
}

.bizzo-94kgzs img,
.bizzo-trymch img {
  width: auto;
  object-fit: contain;
}

.bizzo-94kgzs {
  align-items: center;
}

.bizzo-94kgzs img {
  max-height: 76px;
}

.bizzo-trymch img {
  max-height: 64px;
}

.bizzo-rbxnnj {
  overflow: auto;
}

.bizzo-6htqvv {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.bizzo-nirxtc:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.bizzo-fev9ug {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.bizzo-tlygrb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bizzo-fev9ug .bizzo-d3phls {
  margin-right: 20px;
  flex-shrink: 0;
}

.bizzo-fev9ug img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.bizzo-a4s1ef {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.bizzo-a4s1ef > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .bizzo-fev9ug {
    padding: 15px 10px;
  }
  .bizzo-a4s1ef {
    padding: 15px 10px;
  }
  .bizzo-fev9ug .bizzo-d3phls {
    margin-right: 10px;
  }
}

.bizzo-4f8euz {
  overflow-x: auto;
}

.bizzo-v72nxr {
  border-collapse: collapse;
  width: 100%;
}

.bizzo-4f8euz th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.bizzo-4f8euz td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.bizzo-4f8euz td.bizzo-dpznt2 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.bizzo-4f8euz td.bizzo-zr810s {
  border-right: none;
}

.bizzo-4f8euz td.bizzo-zr810s .bizzo-d3phls {
  justify-content: flex-start;
}

.bizzo-4f8euz td.bizzo-zr810s .bizzo-d3phls img {
  height: auto;
  width: 90px;
}

.bizzo-4f8euz td.bizzo-x8orbm,
.bizzo-4f8euz td.bizzo-54lg9r {
  font-weight: 600;
  text-align: right;
}

.bizzo-4f8euz td.bizzo-a830je,
.bizzo-4f8euz td.bizzo-x8orbm {
  padding-bottom: 10px;
  border-bottom: none;
}

.bizzo-4f8euz td.bizzo-x8orbm,
.bizzo-4f8euz td.bizzo-54lg9r {
  border-left: none;
}

.bizzo-4f8euz td.bizzo-a830je,
.bizzo-4f8euz td.bizzo-wla6bu {
  border-right: none;
}

.bizzo-4f8euz td.bizzo-wla6bu,
.bizzo-4f8euz td.bizzo-54lg9r {
  border-top: none;
  padding-top: 10px;
}

.bizzo-2r9knb {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.bizzo-2r9knb .bizzo-45lhxk {
  min-width: unset;
  width: 100%;
}

.bizzo-2r9knb .bizzo-45lhxk.bizzo-ytfwk6 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.bizzo-2r9knb .bizzo-45lhxk.bizzo-itirsq {
  grid-column: 2/3;
  grid-row: 1/2;
}

.bizzo-2r9knb .bizzo-xpzgqk {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .bizzo-2r9knb {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .bizzo-2r9knb .bizzo-45lhxk.bizzo-ytfwk6 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bizzo-2r9knb .bizzo-45lhxk.bizzo-itirsq {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .bizzo-2r9knb .bizzo-xpzgqk {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.bizzo-v5tosm {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.bizzo-907hp1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.bizzo-ombhh1 p a img {
  margin: 0 auto;
  display: block;
}

.bizzo-ombhh1 table {
  margin-bottom: 17px;
}

/* contanct form */
.bizzo-5vt56a {
  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-5vt56a label {
  font-size: 14px;
}

.bizzo-5vt56a h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bizzo-5vt56a input,
.bizzo-5vt56a textarea,
.bizzo-5vt56a 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-5vt56a button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bizzo-tcrxsd ease;
}
.bizzo-5vt56a button:hover {
  background-color: #691204;
}
.bizzo-lhhgwd {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bizzo-k8rf3m ease-in;
}

.bizzo-lhhgwd h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.bizzo-nx2hzw, .bizzo-a2na61, [class*="review-card"],
thead, thead th, table th, .bizzo-yrg8wh,
.bizzo-050va5, [class*="collapsible-header"],
.bizzo-e4umpt, [class*="updated-block"] {
  color: #ece7dc !important;
}
