@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-qy7qo1 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bizzo-6c3db6 {
  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-8o3985,
ul.bizzo-8o3985 {
  padding-left: 20px;
}

ul.bizzo-8o3985 {
  list-style: disc;
}

ol.bizzo-8o3985 {
  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-dijppc > .bizzo-qb8j4x,
.bizzo-dijppc > .bizzo-oe3wsg,
.bizzo-dijppc > blockquote,
.bizzo-dijppc > h1,
.bizzo-dijppc > h2,
.bizzo-dijppc > h3,
.bizzo-dijppc > h4,
.bizzo-dijppc > h5,
.bizzo-dijppc > h6,
.bizzo-dijppc > ol,
.bizzo-dijppc > p,
.bizzo-dijppc > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bizzo-dijppc > ol,
.bizzo-dijppc > ul {
  padding-left: 50px;
}

.bizzo-dijppc 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-dijppc:not(:last-child) {
  margin-bottom: 2rem;
}

.bizzo-dijppc > :not(:first-child) {
  margin-top: 2rem;
}

.bizzo-dijppc {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bizzo-dijppc:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bizzo-dijppc:first-child {
    margin-top: 20px;
  }
}

.bizzo-dijppc > p:last-of-type {
  margin-bottom: 32px;
}

.bizzo-dijppc > .bizzo-i1svgl:not(:first-child) {
  margin: 64px auto 16px auto;
}

.bizzo-rbylqt > .bizzo-i1svgl {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bizzo-oe3wsg {
  overflow: auto;
}

.bizzo-oe3wsg::-webkit-scrollbar {
  height: 5px;
}

.bizzo-oe3wsg table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.bizzo-oe3wsg table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.bizzo-oe3wsg table thead,
table thead {
  border-bottom: none;
}

.bizzo-oe3wsg table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.bizzo-oe3wsg table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.bizzo-oe3wsg table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.bizzo-oe3wsg .bizzo-ku9tsp {
  table-layout: auto;
}

.bizzo-oe3wsg .bizzo-ku9tsp th {
  word-break: normal;
}

.bizzo-oe3wsg .bizzo-ku9tsp td {
  word-break: normal;
}

.bizzo-qy7qo1 .bizzo-qy7qo1 {
  padding-right: 0;
  padding-left: 0;
}

.bizzo-9m4nn7 {
  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-l7sib7 {
  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-ke4o5f {
  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-qb8j4x {
  margin-top: 24px;
}

.bizzo-qb8j4x.bizzo-wqp3pz {
  text-align: left;
}

.bizzo-qb8j4x.bizzo-lc4s6r {
  text-align: right;
}

.bizzo-qb8j4x.bizzo-b24k8q {
  text-align: center;
}

.bizzo-9yle0g {
  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-2x2qjp ease-in-out;
  cursor: pointer;
}

.bizzo-9yle0g:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.bizzo-9yle0g {
  min-width: 328px;
}

@media (max-width: 768px) {
  .bizzo-9yle0g {
    min-width: unset;
  }
}

.bizzo-6l8hrq {
  background-color: var(--fh-bg-color);
}

.bizzo-m1wvsn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.bizzo-8em3ui {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.bizzo-8em3ui img {
  max-height: 80px;
  object-fit: contain;
}

.bizzo-o25a5r {
  flex: 1 1;
}

.bizzo-n128gg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.bizzo-22ae06 {
  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-22ae06 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-22ae06.bizzo-pn91ph span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.bizzo-22ae06.bizzo-pn91ph span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.bizzo-22ae06.bizzo-pn91ph span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.bizzo-o25a5r + .bizzo-n128gg {
  margin-left: 20px;
}

.bizzo-258tiq {
  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-258tiq > svg {
  max-width: 24px;
  max-height: 24px;
}

.bizzo-258tiq + .bizzo-258tiq {
  margin-left: 5px;
}

.bizzo-q9nx4e {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.bizzo-q9nx4e:hover {
  background-color: var(--button-bg-hover);
}

.bizzo-5ftd2j {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.bizzo-2x2qjp ease-in-out;
  border: 1px solid var(--border-color);
}

.bizzo-5ftd2j:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.bizzo-nmsecn {
  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-o25a5r {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .bizzo-nmsecn {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .bizzo-o25a5r {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .bizzo-258tiq {
    min-width: unset;
    flex: 1 1;
  }
}

.bizzo-89i43y {
  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-89i43y:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.bizzo-89i43y:hover .bizzo-vsb407 {
  opacity: 1;
  pointer-events: auto;
}

.bizzo-nhzmvs {
  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-se2zuv ease-in-out;
  gap: 4px;
}

.bizzo-nhzmvs > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.bizzo-nhzmvs .bizzo-9m4nn7 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.bizzo-ke7dcq,
.bizzo-nhzmvs:hover {
  color: var(--button-bg-hover);
}

.bizzo-zjnl6z {
  position: relative;
}

.bizzo-zjnl6z .bizzo-nhzmvs {
  margin-right: 0;
  padding-right: 4px;
}

.bizzo-f3zmdh svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.bizzo-zjnl6z.bizzo-pn91ph .bizzo-f3zmdh svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.bizzo-zjnl6z.bizzo-pn91ph .bizzo-vsb407 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.bizzo-zjnl6z.bizzo-pn91ph .bizzo-vsb407::before {
  display: none;
}

.bizzo-f3zmdh svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.bizzo-vsb407 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.bizzo-2jvydf 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.bizzo-vsb407::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.bizzo-vsb407:hover {
  color: var(--fh-bg-color);
}

.bizzo-0z8ht5 {
  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-2jvydf 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.bizzo-se2zuv ease-in-out;
  -o-transition: 0.bizzo-se2zuv ease-in-out;
  transition: 0.bizzo-se2zuv ease-in-out;
}

.bizzo-0z8ht5 .bizzo-9m4nn7 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.bizzo-ij5yj6,
.bizzo-0z8ht5:hover {
  color: var(--button-bg-hover);
}

.bizzo-pvnkgr {
  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-pvnkgr.bizzo-q8bfhe {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.bizzo-pvnkgr.bizzo-q8bfhe:after,
.bizzo-pvnkgr.bizzo-q8bfhe:before {
  content: "";
  position: absolute;
  margin: auto;
}

.bizzo-pvnkgr.bizzo-q8bfhe: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-pvnkgr.bizzo-q8bfhe:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.bizzo-pvnkgr.bizzo-q8bfhe > * {
  z-index: 1;
}

.bizzo-pvnkgr b,
.bizzo-pvnkgr strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.bizzo-pvnkgr .bizzo-9n5f4j {
  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-pvnkgr .bizzo-7lymmu {
  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-pvnkgr .bizzo-9m4nn7 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.bizzo-pvnkgr .bizzo-xh8gly {
  margin-top: 12px;
}

.bizzo-xh8gly {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.bizzo-71ysay {
  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-xh8gly .bizzo-k1lvgi {
  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-2x2qjp ease-in-out;
}

.bizzo-xh8gly .bizzo-k1lvgi:hover {
  background: rgba(255, 255, 255, 0.3);
}

.bizzo-50iapt {
  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-pvnkgr.bizzo-xpbttk {
  gap: 12px;
  padding: 16px;
}

.bizzo-pvnkgr.bizzo-xpbttk .bizzo-50iapt {
  min-width: 240px;
}

.bizzo-pvnkgr.bizzo-xpbttk .bizzo-50iapt.bizzo-4c0lvo {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .bizzo-pvnkgr .bizzo-9n5f4j {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .bizzo-pvnkgr .bizzo-7lymmu {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .bizzo-pvnkgr .bizzo-9m4nn7 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .bizzo-pvnkgr.bizzo-xpbttk .bizzo-9m4nn7 {
    max-width: 126px;
  }
  .bizzo-pvnkgr .bizzo-xh8gly {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .bizzo-pvnkgr .bizzo-71ysay {
    max-width: unset;
  }
  .bizzo-50iapt {
    min-width: unset;
    width: 100%;
  }
  .bizzo-pvnkgr .bizzo-50iapt {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .bizzo-pvnkgr.bizzo-xpbttk {
    grid-template-rows: auto 1fr auto;
  }
  .bizzo-pvnkgr.bizzo-xpbttk .bizzo-50iapt {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .bizzo-pvnkgr {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .bizzo-pvnkgr .bizzo-9n5f4j {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .bizzo-pvnkgr .bizzo-9m4nn7 {
    max-width: 78px;
  }
  .bizzo-pvnkgr .bizzo-xh8gly {
    margin-top: -12px;
  }
  .bizzo-pvnkgr.bizzo-xpbttk {
    gap: 8px;
  }
  .bizzo-pvnkgr.bizzo-xpbttk .bizzo-9n5f4j {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .bizzo-pvnkgr.bizzo-xpbttk .bizzo-7lymmu {
    grid-column: 1/3;
  }
  .bizzo-pvnkgr.bizzo-xpbttk .bizzo-9m4nn7 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .bizzo-pvnkgr.bizzo-xpbttk .bizzo-9m4nn7 img {
    max-width: 114px;
  }
}

.bizzo-50iapt.bizzo-krcx83,
.bizzo-50iapt.bizzo-3yxq54,
.bizzo-50iapt.bizzo-qh803o {
  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-2x2qjp ease-in-out;
}

.bizzo-50iapt.bizzo-krcx83,
.bizzo-50iapt.bizzo-qh803o {
  padding: 10px;
}

.bizzo-50iapt.bizzo-krcx83:hover,
.bizzo-50iapt.bizzo-3yxq54:hover,
.bizzo-50iapt.bizzo-qh803o:hover {
  background: var(--button-bg-hover);
}

.bizzo-50iapt.bizzo-krcx83:hover svg path,
.bizzo-50iapt.bizzo-qh803o:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.bizzo-50iapt.bizzo-4c0lvo {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.bizzo-2x2qjp ease-in-out;
  background: var(--button-bg-color);
}

.bizzo-50iapt.bizzo-4c0lvo:hover {
  background-color: var(--button-bg-hover);
}

.bizzo-50iapt.bizzo-3yxq54: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-50iapt.bizzo-3yxq54:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.bizzo-50iapt.bizzo-4c0lvo:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.bizzo-xhwq29 {
  max-width: 650px;
}

.bizzo-thh237 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.bizzo-1sxq5r {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bizzo-ju9qqd {
  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-se2zuv ease-in-out;
  cursor: pointer;
}

.bizzo-ju9qqd:hover {
  opacity: 0.5;
}

.bizzo-ju9qqd:focus {
  outline: 0;
}

.bizzo-ju9qqd:focus .bizzo-ypnwrg,
.bizzo-ju9qqd:hover .bizzo-ypnwrg {
  fill: red;
  fill-opacity: 1;
}

.bizzo-ju9qqd:hover {
  cursor: pointer;
}

.bizzo-mpo86p {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.bizzo-xhwq29.bizzo-b24k8q {
  margin: 0 auto;
}

.bizzo-xhwq29.bizzo-lc4s6r {
  margin-left: auto;
}

.bizzo-pkg3w2 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.bizzo-ts8i7z {
  padding-bottom: 50px;
}

.bizzo-jf9zvq {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.bizzo-6inwoq {
  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-vh5jk5 {
  margin-top: 24px;
}

.bizzo-yo8kmk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bizzo-41qhlg {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.bizzo-v9llnc {
  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-pmnsd2 {
  width: 468px;
}

.bizzo-v9llnc .bizzo-vsb407 {
  margin: 0.bizzo-lad9pf 0;
}

.bizzo-8wjaf4 {
  display: flex;
  min-width: 224px;
}

.bizzo-u0bw6u {
  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-se2zuv ease-in-out;
}

.bizzo-czg59f,
.bizzo-u0bw6u:hover {
  color: var(--text-color);
}

.bizzo-yst16x {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.bizzo-zm0jb2 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .bizzo-pkg3w2 {
    padding: 16px;
  }
  .bizzo-yst16x {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .bizzo-zm0jb2 {
    align-items: center;
  }
  .bizzo-pmnsd2 {
    width: unset;
  }
  .bizzo-8wjaf4 {
    min-width: unset;
  }
  .bizzo-v9llnc {
    max-height: unset;
  }
  .bizzo-jf9zvq {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .bizzo-pkg3w2 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.bizzo-mzyevb {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.bizzo-mzyevb:not(:last-child) {
  margin-bottom: 16px;
}

.bizzo-byy1ga {
  outline: 0;
}

.bizzo-byy1ga .bizzo-igpgzf {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.bizzo-3k5zj5 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .bizzo-3k5zj5 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.bizzo-3k5zj5::-webkit-details-marker {
  display: none;
}

.bizzo-3k5zj5: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-3k5zj5: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-3k5zj5:after {
  transform: unset;
}

.bizzo-igpgzf {
  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-igpgzf 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-se2zuv ease-in-out;
  -o-transition: 0.bizzo-se2zuv ease-in-out;
  transition: 0.bizzo-se2zuv ease-in-out;
}

.bizzo-ezo41d {
  padding: 16px 0 0 0;
}

.bizzo-ezo41d * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .bizzo-ezo41d :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .bizzo-3k5zj5 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .bizzo-3k5zj5::after {
    margin-left: auto;
  }
  .bizzo-igpgzf {
    order: 3;
    flex: 1 1 100%;
  }
  .bizzo-3k5zj5 {
    font-size: 14px;
    line-height: 130%;
  }
  .bizzo-igpgzf svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.bizzo-nbz9wq {
  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-plggdr {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.bizzo-nbz9wq.bizzo-pn91ph .bizzo-plggdr {
  margin-bottom: 12px;
}

.bizzo-plggdr::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-nbz9wq.bizzo-pn91ph .bizzo-plggdr::after {
  transform: unset;
}

.bizzo-9r61dn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.bizzo-x49isb {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.bizzo-se2zuv ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.bizzo-x49isb: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-nbz9wq.bizzo-pn91ph .bizzo-9r61dn {
  max-height: 100%;
}

.bizzo-7ufer3 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.bizzo-5xgy88 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.bizzo-y6nanp {
  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-grbngn {
  margin-right: 4px;
}

.bizzo-81k8ko {
  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-se2zuv ease-in-out;
}

.bizzo-81k8ko svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.bizzo-3imiyk,
.bizzo-81k8ko:hover {
  color: var(--text-color);
}

.bizzo-xd2jss {
  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-xd2jss img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.bizzo-xd2jss .bizzo-tl2zai {
  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-xd2jss .bizzo-89t0bc {
  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-xju4xn {
  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-n6end4 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bizzo-fwlou3 .bizzo-qy7qo1 {
  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-fwlou3 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.bizzo-ciyihm {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.bizzo-nr0ob0 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.bizzo-9s5hai {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.bizzo-aqd2vt 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-9s5hai:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.bizzo-g7lvny {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.bizzo-b5ym0o {
  -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-se2zuv ease-in-out;
  transition: transform 0.bizzo-se2zuv ease-in-out;
  -o-transition: transform 0.bizzo-se2zuv ease-in-out;
  transition:
    transform 0.bizzo-se2zuv ease-in-out,
    -webkit-transform 0.bizzo-se2zuv ease-in-out;
  cursor: pointer;
}

.bizzo-b5ym0o svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.bizzo-b5ym0o: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-y8ngsq {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .bizzo-y8ngsq {
    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-2bi6lj {
  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-sfcfvv {
  position: relative;
  width: 100%;
}

.bizzo-2bi6lj.bizzo-6h2xox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bizzo-2bi6lj.bizzo-b24k8q {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bizzo-2bi6lj.bizzo-lc4s6r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bizzo-mmf7pv {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.bizzo-sf3x5s {
  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-se2zuv ease-in-out;
  cursor: pointer;
}

.bizzo-sf3x5s:hover {
  opacity: 0.5;
}

.bizzo-2bi6lj.bizzo-nt21jb .bizzo-sf3x5s {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.bizzo-2bi6lj.bizzo-nt21jb .bizzo-mmf7pv {
  cursor: pointer;
}

.bizzo-9u6g56 {
  fill: #0009;
}

.bizzo-3py4zl {
  fill: #fff;
}

.bizzo-sf3x5s:hover .bizzo-9u6g56 {
  fill: red;
}

.bizzo-sf3x5s svg path {
  -webkit-transition: 0.bizzo-se2zuv ease-in-out;
  -o-transition: 0.bizzo-se2zuv ease-in-out;
  transition: 0.bizzo-se2zuv ease-in-out;
}

.bizzo-h8f1wt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.bizzo-h8f1wt > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.bizzo-h8f1wt.bizzo-wf07r1 > :not(.get-image) {
  grid-column: 1/3;
}

.bizzo-8scle8:not(._h1-block) .bizzo-h8f1wt > .bizzo-i1svgl {
  grid-row: 1/2;
  grid-column: 1/3;
}

.bizzo-h8f1wt.bizzo-wf07r1 .bizzo-jpou6p {
  grid-column: 2/3;
}

.bizzo-h8f1wt.bizzo-wf07r1 > .bizzo-9m4nn7 {
  grid-column: 1/2;
}

.bizzo-h8f1wt.bizzo-wf07r1 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.bizzo-h8f1wt > p:first-of-type {
  margin-top: 0;
}

.bizzo-h8f1wt .bizzo-9m4nn7 {
  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-8scle8:not(._h1-block) .bizzo-i1svgl ~ .bizzo-9m4nn7 {
  grid-row: 2/10;
}

.bizzo-8scle8.bizzo-b98fzl .bizzo-i1svgl ~ .bizzo-9m4nn7 {
  grid-row: 1/10;
}

.bizzo-8scle8.bizzo-b98fzl > .bizzo-i1svgl {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.bizzo-8scle8.bizzo-b98fzl .bizzo-9m4nn7 {
  grid-row: 1/10;
}

.bizzo-h8f1wt.bizzo-x1bsil .bizzo-9m4nn7 {
  align-items: flex-start;
}

.bizzo-h8f1wt.bizzo-b24k8q .bizzo-jpou6p {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.bizzo-h8f1wt.bizzo-b24k8q .bizzo-9m4nn7 {
  align-items: center;
}

.bizzo-h8f1wt.bizzo-yjadt8 .bizzo-9m4nn7 {
  align-items: flex-end;
}

.bizzo-jpou6p > :first-child {
  margin-top: 0;
}

.bizzo-jpou6p > :last-child {
  margin-bottom: 0;
}

* + .bizzo-xl1ha0,
.bizzo-8scle8 + .bizzo-8scle8 {
  margin-top: 2rem;
}

.bizzo-yjr00e td::before,
.bizzo-yjr00e th::after {
  display: none !important;
}

.bizzo-yjr00e #link-selector {
  color: #000;
}

.bizzo-yjr00e .bizzo-nd77r5 {
  color: #135e96;
}

.bizzo-yjr00e .bizzo-a0clcl *,
.bizzo-yjr00e .bizzo-sgpeh3 p,
.bizzo-yjr00e .bizzo-6yc32i * {
  color: #000;
}

.bizzo-yjr00e .bizzo-hlh8vn {
  background: 0 0 !important;
}

.bizzo-yjr00e .bizzo-heqgcy {
  color: #000;
}

.bizzo-yjr00e .bizzo-0kti18.bizzo-2ealmi {
  color: #fff;
}

.bizzo-yjr00e .bizzo-t09tex {
  color: #000;
}

.bizzo-yjr00e
  .bizzo-w0ifwo
  .bizzo-03oh7p.bizzo-2ealmi.bizzo-xu25hk {
  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-6pbrxg,
body .bizzo-ymkfz4 {
  color: #000;
  background: var(--color-body) !important;
}

.bizzo-6pbrxg .bizzo-t4kq5f .bizzo-unxxn3,
body .bizzo-ymkfz4 .bizzo-t4kq5f .bizzo-unxxn3 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .bizzo-x49isb:focus,
  .bizzo-x49isb:hover {
    color: #f9cb16;
  }
  .bizzo-wq6mkz:focus,
  .bizzo-wq6mkz:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .bizzo-pyvf8k:focus img,
  .bizzo-pyvf8k:focus svg,
  .bizzo-pyvf8k:hover img,
  .bizzo-pyvf8k:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .bizzo-xd2jss {
    display: none;
  }
}

@media (min-width: 1024px) {
  .bizzo-zjnl6z:hover .bizzo-f3zmdh svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .bizzo-f3zmdh {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .bizzo-kcs19v {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .bizzo-uy1z1a {
    grid-template-columns: repeat(4, 1fr);
  }
  .bizzo-2unnq5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .bizzo-344enz .bizzo-n8eyqr {
    grid-template-columns: 1fr;
  }
  .bizzo-344enz .bizzo-30p00f {
    -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-344enz .bizzo-86549i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bizzo-344enz .bizzo-ri0lx5 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bizzo-344enz .bizzo-qhzrj7 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .bizzo-344enz .bizzo-86549i:not(:first-child) {
    border: none;
  }
  .bizzo-344enz .bizzo-86549i:first-child .bizzo-ri0lx5 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .bizzo-344enz .bizzo-86549i:last-child .bizzo-ri0lx5 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .bizzo-m1wvsn {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .bizzo-8em3ui {
    max-width: 100px;
  }
  .bizzo-o25a5r {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .bizzo-n128gg {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bizzo-n128gg svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .bizzo-22ae06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .bizzo-o25a5r + .bizzo-n128gg {
    margin-left: auto;
  }
  .bizzo-ndp2j8 {
    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-ndp2j8.bizzo-pn91ph {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .bizzo-nmsecn {
    -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-89i43y {
    width: 100%;
  }
  .bizzo-89i43y:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .bizzo-nhzmvs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .bizzo-nhzmvs svg {
    margin-right: 4px;
  }
  .bizzo-zjnl6z {
    -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-f3zmdh svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .bizzo-f3zmdh {
    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-vsb407 {
    display: none;
    width: 100%;
  }
  .bizzo-zjnl6z.bizzo-pn91ph .bizzo-vsb407 {
    padding: 0 0 0 48px;
  }
  .bizzo-0z8ht5 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .bizzo-6inwoq .bizzo-9m4nn7 {
    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-9hqaul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .bizzo-9hqaul + .bizzo-9hqaul {
    margin-right: 0;
  }
  .bizzo-9hqaul + .bizzo-9m4nn7 {
    margin: 0;
  }
  .bizzo-kcs19v {
    grid-template-columns: repeat(4, 1fr);
  }
  .bizzo-uy1z1a {
    grid-template-columns: repeat(3, 1fr);
  }
  .bizzo-2om1i7,
  .bizzo-45rx9r {
    grid-template-columns: repeat(2, 1fr);
  }
  .bizzo-h8f1wt {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bizzo-h8f1wt.bizzo-wf07r1 .bizzo-jpou6p {
    grid-column: auto;
    grid-row: auto;
  }
  .bizzo-h8f1wt > .bizzo-i1svgl {
    grid-column: 1/2;
  }
  .bizzo-h8f1wt.bizzo-wf07r1 > :not(.get-image) {
    grid-column: 1/2;
  }
  .bizzo-h8f1wt .bizzo-9m4nn7,
  .bizzo-h8f1wt.bizzo-wf07r1 > .bizzo-9m4nn7 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bizzo-h8f1wt.bizzo-wf07r1 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .bizzo-8scle8.bizzo-b98fzl .bizzo-h8f1wt > .bizzo-9m4nn7 {
    grid-row: 1/2;
  }
  .bizzo-h8f1wt .bizzo-i1svgl ~ .bizzo-9m4nn7,
  .bizzo-h8f1wt.bizzo-wf07r1 .bizzo-i1svgl ~ .bizzo-9m4nn7 {
    grid-row: 2/3;
  }
  .bizzo-8scle8.bizzo-b98fzl .bizzo-i1svgl ~ .bizzo-9m4nn7 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .bizzo-dijppc:first-child .bizzo-175eh7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bizzo-dijppc:first-child .bizzo-175eh7 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .bizzo-dijppc {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .bizzo-dijppc {
    padding: 0;
  }
  .bizzo-qb8j4x {
    margin-top: 1rem;
  }
  .bizzo-byy1ga {
    border-radius: 5px;
  }
  .bizzo-qep3zx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bizzo-plggdr::after {
    display: inline-block;
  }
  .bizzo-plggdr {
    margin: 0;
    width: 100%;
  }
  .bizzo-9r61dn {
    width: 100%;
  }
  .bizzo-9r61dn.bizzo-ohrd47 {
    -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-9r61dn.bizzo-ohrd47 .bizzo-7x4del {
    width: 100%;
  }
  .bizzo-9r61dn.bizzo-ohrd47 .bizzo-7x4del:not(:last-child) {
    margin-right: 0;
  }
  .bizzo-x49isb {
    width: 100%;
    text-align: center;
  }
  .bizzo-nbz9wq.bizzo-pn91ph .bizzo-9r61dn {
    margin-top: 1rem;
  }
  .bizzo-kcs19v {
    grid-template-columns: repeat(3, 1fr);
  }
  .bizzo-2unnq5,
  .bizzo-uy1z1a {
    grid-template-columns: repeat(2, 1fr);
  }
  .bizzo-2om1i7,
  .bizzo-45rx9r,
  .bizzo-h0bhtw {
    grid-template-columns: 1fr;
  }
  .bizzo-5i7drs {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .bizzo-adhvk9 {
    min-width: 300px;
    max-width: 325px;
  }
  .bizzo-ri0lx5 {
    cursor: auto;
  }
  .bizzo-6tnqk7 .bizzo-ri0lx5 {
    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-y8ngsq {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .bizzo-vsb407 {
    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-y8ngsq {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.bizzo-9hqaul p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .bizzo-n128gg {
    margin: 0 -0.2rem;
  }
  .bizzo-9hqaul {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .bizzo-kae6f3 {
    -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-wcxxon {
    max-width: 100%;
  }
  .bizzo-kcs19v {
    grid-template-columns: repeat(2, 1fr);
  }
  .bizzo-2unnq5,
  .bizzo-uy1z1a {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .bizzo-m1wvsn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bizzo-n128gg {
    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-6l8hrq {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bizzo-258tiq {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .bizzo-b6z3hg,
  .bizzo-3pm91x {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .bizzo-9yle0g {
    width: 100%;
  }
  .bizzo-kcs19v {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .bizzo-y8ngsq {
    top: 127px !important;
  }
}

.bizzo-eoqm6j {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .bizzo-eoqm6j {
  }
}

@media (max-width: 767px) {
  .bizzo-eoqm6j {
    margin-bottom: 12px;
  }
}

.bizzo-eoqm6j img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.bizzo-cppzdi {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.bizzo-cppzdi > .bizzo-bnoubd {
  flex: 1 1;
}

@media (max-width: 767px) {
  .bizzo-cppzdi {
    flex-direction: column;
    gap: 12px;
  }
}

.bizzo-wrchv9 {
  display: flex;
}

.bizzo-wrchv9 .bizzo-4mcf4a {
  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-wrchv9 .bizzo-mrunvs {
  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-wrchv9 .bizzo-0mtbni {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.bizzo-wrchv9 .bizzo-vfyg3x {
  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-wrchv9 .bizzo-vfyg3x:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.bizzo-wrchv9 .bizzo-0bsxmg {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.bizzo-5oeri3 {
  border: unset;
  background-color: unset;
}

.bizzo-5oeri3 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.bizzo-5oeri3 .bizzo-6lhyqs,
.bizzo-5oeri3 .bizzo-87sblv {
  flex: 0 1 330px;
}

.bizzo-5oeri3 .bizzo-z18lko {
  flex: 1 1;
}

.bizzo-5oeri3 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-5oeri3 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.bizzo-5oeri3 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.bizzo-5oeri3 tr td p {
  color: #fff;
  margin: 0;
}

.bizzo-5oeri3 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.bizzo-5oeri3 tr.bizzo-6lhyqs td p {
  padding: 16px 0;
}

.bizzo-5oeri3 tr.bizzo-6lhyqs td p:not(:last-child),
.bizzo-5oeri3 tr.bizzo-87sblv td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.bizzo-5oeri3 tr.bizzo-6lhyqs td p:first-child,
.bizzo-5oeri3 tr.bizzo-87sblv td p:first-child {
  padding-top: 0;
}

.bizzo-5oeri3 tr.bizzo-87sblv td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.bizzo-5oeri3 tr.bizzo-87sblv td p:last-child {
  padding-bottom: 0;
}

.bizzo-5oeri3 .bizzo-87sblv img {
  max-width: 32px;
}

.bizzo-5oeri3 .bizzo-z18lko {
  min-width: 718px;
}

.bizzo-5oeri3 .bizzo-z18lko td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.bizzo-5oeri3 .bizzo-z18lko td {
  display: flex;
}

.bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-l7q0fv,
.bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-ou8b49,
.bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-f632yk {
  flex: 1 1 50%;
}

.bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-v27mfs {
  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-5oeri3 .bizzo-z18lko td:last-child .bizzo-fe6h25,
.bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-54rzx6 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-l7q0fv,
.bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-ou8b49 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-l7q0fv span,
.bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-ou8b49 span {
  font-weight: 800;
}

.bizzo-5oeri3 .bizzo-z18lko img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .bizzo-5oeri3 .bizzo-z18lko td .bizzo-f632yk:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .bizzo-5oeri3 tr.bizzo-6lhyqs td p:last-child {
    padding-bottom: 0;
  }
  .bizzo-5oeri3 .bizzo-87sblv > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .bizzo-5oeri3 .bizzo-87sblv > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .bizzo-5oeri3 tr.bizzo-6lhyqs td p:not(:last-child),
  .bizzo-5oeri3 tr.bizzo-87sblv td p:not(:last-child) {
    border-bottom: unset;
  }
  .bizzo-5oeri3 tr.bizzo-87sblv td p:last-child {
    padding-bottom: 12px;
  }
  .bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-l7q0fv,
  .bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-ou8b49,
  .bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-f632yk {
    flex: 1 1 50%;
    padding: 0;
  }
  .bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-l7q0fv,
  .bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-ou8b49 {
    margin-top: 16px;
  }
  .bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-f632yk {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-l7q0fv {
    border-right: 1px solid var(--border-color);
  }
  .bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-f632yk:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .bizzo-5oeri3 .bizzo-z18lko td:last-child .bizzo-f632yk:last-child {
    padding-bottom: 0;
  }
}

.bizzo-f632yk {
  display: flex;
  flex-direction: column;
}

.bizzo-5oeri3 .bizzo-z18lko td .bizzo-f632yk {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.bizzo-5oeri3 .bizzo-z18lko td .bizzo-f632yk:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.bizzo-5oeri3 .bizzo-z18lko td .bizzo-f632yk:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .bizzo-5oeri3 .bizzo-z18lko td .bizzo-f632yk:not(:first-child) {
    padding-left: 0;
  }
  .bizzo-5oeri3 .bizzo-z18lko td .bizzo-f632yk:not(:last-of-type) {
    border-right: unset;
  }
}

.bizzo-5oeri3 .bizzo-ixzpeu {
  flex: 0 1 485px;
}

.bizzo-5oeri3 .bizzo-gpfol3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.bizzo-5oeri3 .bizzo-gpfol3 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bizzo-5oeri3 .bizzo-gpfol3 li.bizzo-buewtv {
  padding: 6px 12px;
}

.bizzo-5oeri3 .bizzo-gpfol3 li a,
.bizzo-5oeri3 .bizzo-gpfol3 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-5oeri3 .bizzo-mmptea,
.bizzo-5oeri3 .bizzo-n14n7c {
  flex: 1 1;
}

.bizzo-5oeri3 .bizzo-7l35xi,
.bizzo-5oeri3 .bizzo-jm1tvl {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bizzo-5oeri3 .bizzo-7l35xi li,
.bizzo-5oeri3 .bizzo-jm1tvl li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.bizzo-5oeri3 .bizzo-n14n7c img {
  max-width: 32px;
}

.bizzo-5oeri3 .bizzo-mmptea img {
  max-width: 32px;
}

.bizzo-5oeri3 .bizzo-08ftlo {
  min-width: 280px;
}

.bizzo-5oeri3 .bizzo-08ftlo img {
  max-width: 146px;
}

.bizzo-5oeri3 .bizzo-08ftlo td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .bizzo-5oeri3 .bizzo-6lhyqs,
  .bizzo-5oeri3 .bizzo-87sblv {
    flex: 0 1 auto;
  }
  .bizzo-5oeri3 .bizzo-z18lko {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .bizzo-5oeri3 .bizzo-6lhyqs,
  .bizzo-5oeri3 .bizzo-ixzpeu,
  .bizzo-5oeri3 .bizzo-87sblv,
  .bizzo-5oeri3 .bizzo-z18lko {
    flex: 1 1 calc(50% - 20px);
  }
  .bizzo-5oeri3 .bizzo-mmptea,
  .bizzo-5oeri3 .bizzo-08ftlo,
  .bizzo-5oeri3 .bizzo-n14n7c {
    flex: 1 1 30%;
  }
  .bizzo-5oeri3 .bizzo-08ftlo {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .bizzo-5oeri3 .bizzo-6lhyqs,
  .bizzo-5oeri3 .bizzo-ixzpeu,
  .bizzo-5oeri3 .bizzo-mmptea,
  .bizzo-5oeri3 .bizzo-87sblv,
  .bizzo-5oeri3 .bizzo-z18lko,
  .bizzo-5oeri3 .bizzo-08ftlo,
  .bizzo-5oeri3 .bizzo-n14n7c {
    flex: 1 1 100%;
  }
}

.bizzo-9ifxts .bizzo-2z2v6t {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bizzo-9ifxts .bizzo-ksmh8m {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.bizzo-9ifxts .bizzo-pv52b9 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.bizzo-9ifxts .bizzo-mh43ng {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.bizzo-9ifxts .bizzo-mh43ng > :nth-child(3) {
  margin-top: 0;
}

.bizzo-9ifxts .bizzo-9m4nn7 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.bizzo-9ifxts .bizzo-dghc2n {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.bizzo-9ifxts .bizzo-qb8j4x {
  grid-column: 1/2;
}

.bizzo-9ifxts > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.bizzo-9ifxts .bizzo-ksmh8m: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-9ifxts .bizzo-ksmh8m:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.bizzo-9ifxts .bizzo-9yle0g {
  min-width: 240px;
}

@media (max-width: 768px) {
  .bizzo-9ifxts .bizzo-ksmh8m:not(:last-child):before {
    bottom: 8px;
  }
  .bizzo-9ifxts .bizzo-ksmh8m:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .bizzo-9ifxts .bizzo-mh43ng {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .bizzo-9ifxts .bizzo-9m4nn7 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .bizzo-9ifxts .bizzo-9m4nn7 img {
    width: 100%;
    height: auto;
  }
  .bizzo-9ifxts .bizzo-9yle0g {
    width: 100%;
    min-width: unset;
  }
}

.bizzo-582o3b .bizzo-femm4t {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.bizzo-582o3b .bizzo-u3p0la {
  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-582o3b .bizzo-9m4nn7 {
  height: 100%;
}

.bizzo-582o3b .bizzo-9m4nn7 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.bizzo-582o3b .bizzo-ai4aan {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.bizzo-582o3b .bizzo-d7wv7g {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.bizzo-582o3b .bizzo-pnhy8b {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .bizzo-582o3b .bizzo-u3p0la {
    flex: 1 1 100%;
  }
  .bizzo-582o3b .bizzo-50iapt {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .bizzo-582o3b .bizzo-u3p0la {
    flex-direction: column;
  }
  .bizzo-582o3b .bizzo-9m4nn7 {
    width: 100%;
    height: auto;
  }
  .bizzo-582o3b .bizzo-9m4nn7 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .bizzo-582o3b .bizzo-ai4aan {
    padding: 0 16px 16px 16px;
  }
  .bizzo-582o3b .bizzo-50iapt {
    min-width: unset;
    width: 100%;
  }
}

.bizzo-j9f19h .bizzo-ubthxb {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.bizzo-j9f19h .bizzo-ceojbz {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.bizzo-j9f19h 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-j9f19h .bizzo-1ytumu {
  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-j9f19h .bizzo-ceojbz:hover .bizzo-1ytumu {
  display: flex;
}

.bizzo-j9f19h .bizzo-ul70yh {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bizzo-j9f19h .bizzo-zmpg01 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.bizzo-ahoiyb {
  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-ahoiyb.bizzo-ulm359 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.bizzo-2x2qjp ease-in-out;
}

.bizzo-ahoiyb.bizzo-ulm359:hover {
  color: #f9cb16;
  background-color: transparent;
}

.bizzo-j9f19h .bizzo-7gsw8v {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.bizzo-2x2qjp ease-in-out;
}

.bizzo-j9f19h .bizzo-7gsw8v:hover {
  color: #196948;
  background-color: #f9cb16;
}

.bizzo-j9f19h .bizzo-7gsw8v:after,
.bizzo-ahoiyb.bizzo-ulm359:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.bizzo-ahoiyb.bizzo-ulm359:after {
  background-image: url(../images/Cash.svg);
}

.bizzo-j9f19h .bizzo-7gsw8v:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .bizzo-j9f19h .bizzo-ubthxb {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .bizzo-j9f19h .bizzo-ubthxb {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .bizzo-j9f19h .bizzo-ubthxb {
    grid-template-columns: 1fr;
  }
  .bizzo-j9f19h .bizzo-ceojbz {
    height: auto;
  }
  .bizzo-j9f19h .bizzo-ceojbz .bizzo-1ytumu {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .bizzo-j9f19h .bizzo-ul70yh,
  .bizzo-j9f19h .bizzo-zmpg01 {
    text-align: left;
  }
  .bizzo-j9f19h .bizzo-zmpg01 {
    margin-bottom: 8px;
  }
  .bizzo-j9f19h img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.bizzo-o8kvix {
  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-o8kvix.bizzo-nt21jb {
  display: block;
}

.bizzo-o8kvix .bizzo-y7fr3z {
  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-o8kvix .bizzo-owbp64 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.bizzo-o8kvix .bizzo-dxiki7 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.bizzo-o8kvix .bizzo-4eqlzs {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.bizzo-o8kvix .bizzo-ahoiyb {
  min-width: 296px;
  margin-bottom: 0;
}

.bizzo-o8kvix .bizzo-u4j60w {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bizzo-o8kvix .bizzo-5294sg {
  position: relative;
  flex: 1 1;
}

.bizzo-o8kvix .bizzo-5294sg iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .bizzo-o8kvix .bizzo-owbp64 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .bizzo-o8kvix .bizzo-dxiki7 {
    order: 1;
  }
  .bizzo-o8kvix .bizzo-4eqlzs {
    order: 3;
    flex: 1 1 100%;
  }
  .bizzo-o8kvix .bizzo-ahoiyb {
    width: 100%;
    min-width: unset;
  }
  .bizzo-o8kvix .bizzo-u4j60w {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .bizzo-h8f1wt > .bizzo-i1svgl {
    margin-bottom: 0;
  }
  .bizzo-h8f1wt > .bizzo-qb8j4x,
  .bizzo-h8f1wt > p {
    margin-top: 0;
  }
}

.bizzo-806qw3 img,
.bizzo-9hqaul img {
  width: auto;
  object-fit: contain;
}

.bizzo-806qw3 {
  align-items: center;
}

.bizzo-806qw3 img {
  max-height: 76px;
}

.bizzo-9hqaul img {
  max-height: 64px;
}

.bizzo-2vgglt {
  overflow: auto;
}

.bizzo-jcez46 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.bizzo-roabyy:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.bizzo-qbxmex {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.bizzo-a7vi6d {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bizzo-qbxmex .bizzo-9m4nn7 {
  margin-right: 20px;
  flex-shrink: 0;
}

.bizzo-qbxmex img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.bizzo-e4azq1 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.bizzo-e4azq1 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .bizzo-qbxmex {
    padding: 15px 10px;
  }
  .bizzo-e4azq1 {
    padding: 15px 10px;
  }
  .bizzo-qbxmex .bizzo-9m4nn7 {
    margin-right: 10px;
  }
}

.bizzo-bxby9d {
  overflow-x: auto;
}

.bizzo-t1t6w1 {
  border-collapse: collapse;
  width: 100%;
}

.bizzo-bxby9d th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.bizzo-bxby9d td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.bizzo-bxby9d td.bizzo-9n49rm {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.bizzo-bxby9d td.bizzo-gejw0y {
  border-right: none;
}

.bizzo-bxby9d td.bizzo-gejw0y .bizzo-9m4nn7 {
  justify-content: flex-start;
}

.bizzo-bxby9d td.bizzo-gejw0y .bizzo-9m4nn7 img {
  height: auto;
  width: 90px;
}

.bizzo-bxby9d td.bizzo-oda3gv,
.bizzo-bxby9d td.bizzo-um8ndj {
  font-weight: 600;
  text-align: right;
}

.bizzo-bxby9d td.bizzo-e8bswb,
.bizzo-bxby9d td.bizzo-oda3gv {
  padding-bottom: 10px;
  border-bottom: none;
}

.bizzo-bxby9d td.bizzo-oda3gv,
.bizzo-bxby9d td.bizzo-um8ndj {
  border-left: none;
}

.bizzo-bxby9d td.bizzo-e8bswb,
.bizzo-bxby9d td.bizzo-9lc4ze {
  border-right: none;
}

.bizzo-bxby9d td.bizzo-9lc4ze,
.bizzo-bxby9d td.bizzo-um8ndj {
  border-top: none;
  padding-top: 10px;
}

.bizzo-c91vzo {
  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-c91vzo .bizzo-50iapt {
  min-width: unset;
  width: 100%;
}

.bizzo-c91vzo .bizzo-50iapt.bizzo-krcx83 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.bizzo-c91vzo .bizzo-50iapt.bizzo-qh803o {
  grid-column: 2/3;
  grid-row: 1/2;
}

.bizzo-c91vzo .bizzo-axd7vb {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .bizzo-c91vzo {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .bizzo-c91vzo .bizzo-50iapt.bizzo-krcx83 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bizzo-c91vzo .bizzo-50iapt.bizzo-qh803o {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .bizzo-c91vzo .bizzo-axd7vb {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.bizzo-x4rith {
  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-d4yypb {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.bizzo-rbylqt p a img {
  margin: 0 auto;
  display: block;
}

.bizzo-rbylqt table {
  margin-bottom: 17px;
}

/* contanct form */
.bizzo-zpjykw {
  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-zpjykw label {
  font-size: 14px;
}

.bizzo-zpjykw h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bizzo-zpjykw input,
.bizzo-zpjykw textarea,
.bizzo-zpjykw 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-zpjykw button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bizzo-2x2qjp ease;
}
.bizzo-zpjykw button:hover {
  background-color: #691204;
}
.bizzo-dg4hts {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bizzo-v6ibcw ease-in;
}

.bizzo-dg4hts 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-syrcay, .bizzo-9ae2ga, [class*="review-card"],
thead, thead th, table th, .bizzo-xcctgz,
.bizzo-yrohvv, [class*="collapsible-header"],
.bizzo-eesq1e, [class*="updated-block"] {
  color: #ece7dc !important;
}
