@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);
}

.bulletz-7hs3rn {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bulletz-s9ko7v {
  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.bulletz-6urnfi,
ul.bulletz-6urnfi {
  padding-left: 20px;
}

ul.bulletz-6urnfi {
  list-style: disc;
}

ol.bulletz-6urnfi {
  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;
  }
}

.bulletz-zgk6ii > .bulletz-okydfj,
.bulletz-zgk6ii > .bulletz-hdh7gi,
.bulletz-zgk6ii > blockquote,
.bulletz-zgk6ii > h1,
.bulletz-zgk6ii > h2,
.bulletz-zgk6ii > h3,
.bulletz-zgk6ii > h4,
.bulletz-zgk6ii > h5,
.bulletz-zgk6ii > h6,
.bulletz-zgk6ii > ol,
.bulletz-zgk6ii > p,
.bulletz-zgk6ii > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bulletz-zgk6ii > ol,
.bulletz-zgk6ii > ul {
  padding-left: 50px;
}

.bulletz-zgk6ii 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;
}

.bulletz-zgk6ii:not(:last-child) {
  margin-bottom: 2rem;
}

.bulletz-zgk6ii > :not(:first-child) {
  margin-top: 2rem;
}

.bulletz-zgk6ii {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bulletz-zgk6ii:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bulletz-zgk6ii:first-child {
    margin-top: 20px;
  }
}

.bulletz-zgk6ii > p:last-of-type {
  margin-bottom: 32px;
}

.bulletz-zgk6ii > .bulletz-ptpdv6:not(:first-child) {
  margin: 64px auto 16px auto;
}

.bulletz-82v53a > .bulletz-ptpdv6 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bulletz-hdh7gi {
  overflow: auto;
}

.bulletz-hdh7gi::-webkit-scrollbar {
  height: 5px;
}

.bulletz-hdh7gi table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.bulletz-hdh7gi table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.bulletz-hdh7gi table thead,
table thead {
  border-bottom: none;
}

.bulletz-hdh7gi table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.bulletz-hdh7gi table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.bulletz-hdh7gi table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.bulletz-hdh7gi .bulletz-sr2jm1 {
  table-layout: auto;
}

.bulletz-hdh7gi .bulletz-sr2jm1 th {
  word-break: normal;
}

.bulletz-hdh7gi .bulletz-sr2jm1 td {
  word-break: normal;
}

.bulletz-7hs3rn .bulletz-7hs3rn {
  padding-right: 0;
  padding-left: 0;
}

.bulletz-juyx4y {
  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;
}

.bulletz-3ni5hq {
  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;
}

.bulletz-ymvegr {
  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;
}

.bulletz-okydfj {
  margin-top: 24px;
}

.bulletz-okydfj.bulletz-d8q8zj {
  text-align: left;
}

.bulletz-okydfj.bulletz-1qm596 {
  text-align: right;
}

.bulletz-okydfj.bulletz-8vusy9 {
  text-align: center;
}

.bulletz-jutynx {
  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.bulletz-ymzau8 ease-in-out;
  cursor: pointer;
}

.bulletz-jutynx:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.bulletz-jutynx {
  min-width: 328px;
}

@media (max-width: 768px) {
  .bulletz-jutynx {
    min-width: unset;
  }
}

.bulletz-v5rws8 {
  background-color: var(--fh-bg-color);
}

.bulletz-a4nkem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.bulletz-5cf3ls {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.bulletz-5cf3ls img {
  max-height: 80px;
  object-fit: contain;
}

.bulletz-obcvze {
  flex: 1 1;
}

.bulletz-ct2d2w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.bulletz-wk92hy {
  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;
}

.bulletz-wk92hy 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;
}

.bulletz-wk92hy.bulletz-3br97z span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.bulletz-wk92hy.bulletz-3br97z span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.bulletz-wk92hy.bulletz-3br97z span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.bulletz-obcvze + .bulletz-ct2d2w {
  margin-left: 20px;
}

.bulletz-k0wnuo {
  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;
}

.bulletz-k0wnuo > svg {
  max-width: 24px;
  max-height: 24px;
}

.bulletz-k0wnuo + .bulletz-k0wnuo {
  margin-left: 5px;
}

.bulletz-a91k5w {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.bulletz-a91k5w:hover {
  background-color: var(--button-bg-hover);
}

.bulletz-dyxlpq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.bulletz-ymzau8 ease-in-out;
  border: 1px solid var(--border-color);
}

.bulletz-dyxlpq:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.bulletz-6prba8 {
  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) {
  .bulletz-obcvze {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .bulletz-6prba8 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .bulletz-obcvze {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .bulletz-k0wnuo {
    min-width: unset;
    flex: 1 1;
  }
}

.bulletz-8j4cpo {
  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;
}

.bulletz-8j4cpo:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.bulletz-8j4cpo:hover .bulletz-k3qwww {
  opacity: 1;
  pointer-events: auto;
}

.bulletz-qp0kp3 {
  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.bulletz-wzfq82 ease-in-out;
  gap: 4px;
}

.bulletz-qp0kp3 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.bulletz-qp0kp3 .bulletz-juyx4y img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.bulletz-m1gt0z,
.bulletz-qp0kp3:hover {
  color: var(--button-bg-hover);
}

.bulletz-9ehk8o {
  position: relative;
}

.bulletz-9ehk8o .bulletz-qp0kp3 {
  margin-right: 0;
  padding-right: 4px;
}

.bulletz-4czedf svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.bulletz-9ehk8o.bulletz-3br97z .bulletz-4czedf svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.bulletz-9ehk8o.bulletz-3br97z .bulletz-k3qwww {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.bulletz-9ehk8o.bulletz-3br97z .bulletz-k3qwww::before {
  display: none;
}

.bulletz-4czedf svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.bulletz-k3qwww {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.bulletz-1brxxo 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.bulletz-k3qwww::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.bulletz-k3qwww:hover {
  color: var(--fh-bg-color);
}

.bulletz-lanpnc {
  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.bulletz-1brxxo 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.bulletz-wzfq82 ease-in-out;
  -o-transition: 0.bulletz-wzfq82 ease-in-out;
  transition: 0.bulletz-wzfq82 ease-in-out;
}

.bulletz-lanpnc .bulletz-juyx4y img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.bulletz-1fyxvt,
.bulletz-lanpnc:hover {
  color: var(--button-bg-hover);
}

.bulletz-s218p3 {
  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%;
}

.bulletz-s218p3.bulletz-453hai {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.bulletz-s218p3.bulletz-453hai:after,
.bulletz-s218p3.bulletz-453hai:before {
  content: "";
  position: absolute;
  margin: auto;
}

.bulletz-s218p3.bulletz-453hai: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);
  }
}

.bulletz-s218p3.bulletz-453hai:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.bulletz-s218p3.bulletz-453hai > * {
  z-index: 1;
}

.bulletz-s218p3 b,
.bulletz-s218p3 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.bulletz-s218p3 .bulletz-7x53i2 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.bulletz-s218p3 .bulletz-o5lfr5 {
  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;
}

.bulletz-s218p3 .bulletz-juyx4y {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.bulletz-s218p3 .bulletz-z15f3q {
  margin-top: 12px;
}

.bulletz-z15f3q {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.bulletz-0osznh {
  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;
}

.bulletz-z15f3q .bulletz-oc8a9u {
  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.bulletz-ymzau8 ease-in-out;
}

.bulletz-z15f3q .bulletz-oc8a9u:hover {
  background: rgba(255, 255, 255, 0.3);
}

.bulletz-12c8yi {
  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;
}

.bulletz-s218p3.bulletz-g3agxq {
  gap: 12px;
  padding: 16px;
}

.bulletz-s218p3.bulletz-g3agxq .bulletz-12c8yi {
  min-width: 240px;
}

.bulletz-s218p3.bulletz-g3agxq .bulletz-12c8yi.bulletz-cx73hf {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .bulletz-s218p3 .bulletz-7x53i2 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .bulletz-s218p3 .bulletz-o5lfr5 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .bulletz-s218p3 .bulletz-juyx4y {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .bulletz-s218p3.bulletz-g3agxq .bulletz-juyx4y {
    max-width: 126px;
  }
  .bulletz-s218p3 .bulletz-z15f3q {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .bulletz-s218p3 .bulletz-0osznh {
    max-width: unset;
  }
  .bulletz-12c8yi {
    min-width: unset;
    width: 100%;
  }
  .bulletz-s218p3 .bulletz-12c8yi {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .bulletz-s218p3.bulletz-g3agxq {
    grid-template-rows: auto 1fr auto;
  }
  .bulletz-s218p3.bulletz-g3agxq .bulletz-12c8yi {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .bulletz-s218p3 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .bulletz-s218p3 .bulletz-7x53i2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .bulletz-s218p3 .bulletz-juyx4y {
    max-width: 78px;
  }
  .bulletz-s218p3 .bulletz-z15f3q {
    margin-top: -12px;
  }
  .bulletz-s218p3.bulletz-g3agxq {
    gap: 8px;
  }
  .bulletz-s218p3.bulletz-g3agxq .bulletz-7x53i2 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .bulletz-s218p3.bulletz-g3agxq .bulletz-o5lfr5 {
    grid-column: 1/3;
  }
  .bulletz-s218p3.bulletz-g3agxq .bulletz-juyx4y {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .bulletz-s218p3.bulletz-g3agxq .bulletz-juyx4y img {
    max-width: 114px;
  }
}

.bulletz-12c8yi.bulletz-x3hc9h,
.bulletz-12c8yi.bulletz-5ut3uk,
.bulletz-12c8yi.bulletz-802q7q {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.bulletz-ymzau8 ease-in-out;
}

.bulletz-12c8yi.bulletz-x3hc9h,
.bulletz-12c8yi.bulletz-802q7q {
  padding: 10px;
}

.bulletz-12c8yi.bulletz-x3hc9h:hover,
.bulletz-12c8yi.bulletz-5ut3uk:hover,
.bulletz-12c8yi.bulletz-802q7q:hover {
  background: var(--button-bg-hover);
}

.bulletz-12c8yi.bulletz-x3hc9h:hover svg path,
.bulletz-12c8yi.bulletz-802q7q:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.bulletz-12c8yi.bulletz-cx73hf {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.bulletz-ymzau8 ease-in-out;
  background: var(--button-bg-color);
}

.bulletz-12c8yi.bulletz-cx73hf:hover {
  background-color: var(--button-bg-hover);
}

.bulletz-12c8yi.bulletz-5ut3uk: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);
  }
}

.bulletz-12c8yi.bulletz-5ut3uk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.bulletz-12c8yi.bulletz-cx73hf:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.bulletz-jlkwmx {
  max-width: 650px;
}

.bulletz-uv61ph {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.bulletz-5ptcc8 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bulletz-yeqh3m {
  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.bulletz-wzfq82 ease-in-out;
  cursor: pointer;
}

.bulletz-yeqh3m:hover {
  opacity: 0.5;
}

.bulletz-yeqh3m:focus {
  outline: 0;
}

.bulletz-yeqh3m:focus .bulletz-4nt7ai,
.bulletz-yeqh3m:hover .bulletz-4nt7ai {
  fill: red;
  fill-opacity: 1;
}

.bulletz-yeqh3m:hover {
  cursor: pointer;
}

.bulletz-apca6m {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.bulletz-jlkwmx.bulletz-8vusy9 {
  margin: 0 auto;
}

.bulletz-jlkwmx.bulletz-1qm596 {
  margin-left: auto;
}

.bulletz-290tmj {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.bulletz-a94il9 {
  padding-bottom: 50px;
}

.bulletz-qoaigp {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.bulletz-zm8p30 {
  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;
}

.bulletz-ej4tet {
  margin-top: 24px;
}

.bulletz-81s1i1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bulletz-rgpgi7 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.bulletz-lywmwr {
  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;
}

.bulletz-xigbhj {
  width: 468px;
}

.bulletz-lywmwr .bulletz-k3qwww {
  margin: 0.bulletz-pzzzzk 0;
}

.bulletz-2p1jhm {
  display: flex;
  min-width: 224px;
}

.bulletz-imdobl {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.bulletz-wzfq82 ease-in-out;
}

.bulletz-qi65c0,
.bulletz-imdobl:hover {
  color: var(--text-color);
}

.bulletz-jvbyrl {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.bulletz-nb4kti {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .bulletz-290tmj {
    padding: 16px;
  }
  .bulletz-jvbyrl {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .bulletz-nb4kti {
    align-items: center;
  }
  .bulletz-xigbhj {
    width: unset;
  }
  .bulletz-2p1jhm {
    min-width: unset;
  }
  .bulletz-lywmwr {
    max-height: unset;
  }
  .bulletz-qoaigp {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .bulletz-290tmj {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.bulletz-h6a3mh {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.bulletz-h6a3mh:not(:last-child) {
  margin-bottom: 16px;
}

.bulletz-l7h9mg {
  outline: 0;
}

.bulletz-l7h9mg .bulletz-yljpd0 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.bulletz-x2l1x1 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .bulletz-x2l1x1 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.bulletz-x2l1x1::-webkit-details-marker {
  display: none;
}

.bulletz-x2l1x1: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;
}

.bulletz-x2l1x1: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] .bulletz-x2l1x1:after {
  transform: unset;
}

.bulletz-yljpd0 {
  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);
}

.bulletz-yljpd0 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.bulletz-wzfq82 ease-in-out;
  -o-transition: 0.bulletz-wzfq82 ease-in-out;
  transition: 0.bulletz-wzfq82 ease-in-out;
}

.bulletz-raof6l {
  padding: 16px 0 0 0;
}

.bulletz-raof6l * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .bulletz-raof6l :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .bulletz-x2l1x1 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .bulletz-x2l1x1::after {
    margin-left: auto;
  }
  .bulletz-yljpd0 {
    order: 3;
    flex: 1 1 100%;
  }
  .bulletz-x2l1x1 {
    font-size: 14px;
    line-height: 130%;
  }
  .bulletz-yljpd0 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.bulletz-tgm9av {
  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;
}

.bulletz-lc5l89 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.bulletz-tgm9av.bulletz-3br97z .bulletz-lc5l89 {
  margin-bottom: 12px;
}

.bulletz-lc5l89::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;
}

.bulletz-tgm9av.bulletz-3br97z .bulletz-lc5l89::after {
  transform: unset;
}

.bulletz-fezvhk {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.bulletz-40qzyq {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.bulletz-wzfq82 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.bulletz-40qzyq: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;
}

.bulletz-tgm9av.bulletz-3br97z .bulletz-fezvhk {
  max-height: 100%;
}

.bulletz-505uev {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.bulletz-rgwlwp {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.bulletz-o9a85w {
  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;
}

.bulletz-8q2pyg {
  margin-right: 4px;
}

.bulletz-lh9cax {
  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.bulletz-wzfq82 ease-in-out;
}

.bulletz-lh9cax svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.bulletz-a6jeke,
.bulletz-lh9cax:hover {
  color: var(--text-color);
}

.bulletz-vzhisu {
  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;
}

.bulletz-vzhisu img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.bulletz-vzhisu .bulletz-hv5u3d {
  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;
}

.bulletz-vzhisu .bulletz-180j1x {
  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;
}

.bulletz-0qpsqp {
  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;
}

.bulletz-x47m2i {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bulletz-m9pzsc .bulletz-7hs3rn {
  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;
}

.bulletz-m9pzsc {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.bulletz-q7dxqk {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.bulletz-2me6mc {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.bulletz-7c283x {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.bulletz-rkczql 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;
}

.bulletz-7c283x:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.bulletz-2yvddp {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.bulletz-4xojsl {
  -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.bulletz-wzfq82 ease-in-out;
  transition: transform 0.bulletz-wzfq82 ease-in-out;
  -o-transition: transform 0.bulletz-wzfq82 ease-in-out;
  transition:
    transform 0.bulletz-wzfq82 ease-in-out,
    -webkit-transform 0.bulletz-wzfq82 ease-in-out;
  cursor: pointer;
}

.bulletz-4xojsl svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.bulletz-4xojsl: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;
}

.bulletz-xdnrbn {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .bulletz-xdnrbn {
    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);
}

.bulletz-ulwgva {
  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;
}

.bulletz-vvg7tt {
  position: relative;
  width: 100%;
}

.bulletz-ulwgva.bulletz-p4apjm {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bulletz-ulwgva.bulletz-8vusy9 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bulletz-ulwgva.bulletz-1qm596 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bulletz-a90i0m {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.bulletz-mn8g4f {
  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.bulletz-wzfq82 ease-in-out;
  cursor: pointer;
}

.bulletz-mn8g4f:hover {
  opacity: 0.5;
}

.bulletz-ulwgva.bulletz-ni2k6r .bulletz-mn8g4f {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.bulletz-ulwgva.bulletz-ni2k6r .bulletz-a90i0m {
  cursor: pointer;
}

.bulletz-rusik5 {
  fill: #0009;
}

.bulletz-7iew4x {
  fill: #fff;
}

.bulletz-mn8g4f:hover .bulletz-rusik5 {
  fill: red;
}

.bulletz-mn8g4f svg path {
  -webkit-transition: 0.bulletz-wzfq82 ease-in-out;
  -o-transition: 0.bulletz-wzfq82 ease-in-out;
  transition: 0.bulletz-wzfq82 ease-in-out;
}

.bulletz-6zgd3z {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.bulletz-6zgd3z > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.bulletz-6zgd3z.bulletz-xnq9sx > :not(.get-image) {
  grid-column: 1/3;
}

.bulletz-1v1k7e:not(._h1-block) .bulletz-6zgd3z > .bulletz-ptpdv6 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.bulletz-6zgd3z.bulletz-xnq9sx .bulletz-p2jgjy {
  grid-column: 2/3;
}

.bulletz-6zgd3z.bulletz-xnq9sx > .bulletz-juyx4y {
  grid-column: 1/2;
}

.bulletz-6zgd3z.bulletz-xnq9sx > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.bulletz-6zgd3z > p:first-of-type {
  margin-top: 0;
}

.bulletz-6zgd3z .bulletz-juyx4y {
  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;
}

.bulletz-1v1k7e:not(._h1-block) .bulletz-ptpdv6 ~ .bulletz-juyx4y {
  grid-row: 2/10;
}

.bulletz-1v1k7e.bulletz-voqr04 .bulletz-ptpdv6 ~ .bulletz-juyx4y {
  grid-row: 1/10;
}

.bulletz-1v1k7e.bulletz-voqr04 > .bulletz-ptpdv6 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.bulletz-1v1k7e.bulletz-voqr04 .bulletz-juyx4y {
  grid-row: 1/10;
}

.bulletz-6zgd3z.bulletz-e0xqx3 .bulletz-juyx4y {
  align-items: flex-start;
}

.bulletz-6zgd3z.bulletz-8vusy9 .bulletz-p2jgjy {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.bulletz-6zgd3z.bulletz-8vusy9 .bulletz-juyx4y {
  align-items: center;
}

.bulletz-6zgd3z.bulletz-ckht71 .bulletz-juyx4y {
  align-items: flex-end;
}

.bulletz-p2jgjy > :first-child {
  margin-top: 0;
}

.bulletz-p2jgjy > :last-child {
  margin-bottom: 0;
}

* + .bulletz-6d5ql5,
.bulletz-1v1k7e + .bulletz-1v1k7e {
  margin-top: 2rem;
}

.bulletz-vmso4k td::before,
.bulletz-vmso4k th::after {
  display: none !important;
}

.bulletz-vmso4k #link-selector {
  color: #000;
}

.bulletz-vmso4k .bulletz-4sifyb {
  color: #135e96;
}

.bulletz-vmso4k .bulletz-sih71d *,
.bulletz-vmso4k .bulletz-gkpnyd p,
.bulletz-vmso4k .bulletz-1wd19l * {
  color: #000;
}

.bulletz-vmso4k .bulletz-9iwfh3 {
  background: 0 0 !important;
}

.bulletz-vmso4k .bulletz-83gdpz {
  color: #000;
}

.bulletz-vmso4k .bulletz-smzhyk.bulletz-w80bu3 {
  color: #fff;
}

.bulletz-vmso4k .bulletz-gaxxf8 {
  color: #000;
}

.bulletz-vmso4k
  .bulletz-h4f0tk
  .bulletz-qwu3wv.bulletz-w80bu3.bulletz-w71d19 {
  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;
}

.bulletz-6yoewm,
body .bulletz-sm3i59 {
  color: #000;
  background: var(--color-body) !important;
}

.bulletz-6yoewm .bulletz-e8ifof .bulletz-e513mf,
body .bulletz-sm3i59 .bulletz-e8ifof .bulletz-e513mf {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .bulletz-40qzyq:focus,
  .bulletz-40qzyq:hover {
    color: #f9cb16;
  }
  .bulletz-g6xb61:focus,
  .bulletz-g6xb61:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .bulletz-5kumtr:focus img,
  .bulletz-5kumtr:focus svg,
  .bulletz-5kumtr:hover img,
  .bulletz-5kumtr:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .bulletz-vzhisu {
    display: none;
  }
}

@media (min-width: 1024px) {
  .bulletz-9ehk8o:hover .bulletz-4czedf svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .bulletz-4czedf {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .bulletz-utxpjc {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .bulletz-ijt5gf {
    grid-template-columns: repeat(4, 1fr);
  }
  .bulletz-2i1k2q {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .bulletz-lgcjrs .bulletz-utcmfm {
    grid-template-columns: 1fr;
  }
  .bulletz-lgcjrs .bulletz-gh5o2s {
    -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;
  }
  .bulletz-lgcjrs .bulletz-1gv073 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bulletz-lgcjrs .bulletz-wwmhx1 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bulletz-lgcjrs .bulletz-bsfcxm {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .bulletz-lgcjrs .bulletz-1gv073:not(:first-child) {
    border: none;
  }
  .bulletz-lgcjrs .bulletz-1gv073:first-child .bulletz-wwmhx1 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .bulletz-lgcjrs .bulletz-1gv073:last-child .bulletz-wwmhx1 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .bulletz-a4nkem {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .bulletz-5cf3ls {
    max-width: 100px;
  }
  .bulletz-obcvze {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .bulletz-ct2d2w {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bulletz-ct2d2w svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .bulletz-wk92hy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .bulletz-obcvze + .bulletz-ct2d2w {
    margin-left: auto;
  }
  .bulletz-zu56zd {
    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;
  }
  .bulletz-zu56zd.bulletz-3br97z {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .bulletz-6prba8 {
    -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;
  }
  .bulletz-8j4cpo {
    width: 100%;
  }
  .bulletz-8j4cpo:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .bulletz-qp0kp3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .bulletz-qp0kp3 svg {
    margin-right: 4px;
  }
  .bulletz-9ehk8o {
    -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;
  }
  .bulletz-4czedf svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .bulletz-4czedf {
    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;
  }
  .bulletz-k3qwww {
    display: none;
    width: 100%;
  }
  .bulletz-9ehk8o.bulletz-3br97z .bulletz-k3qwww {
    padding: 0 0 0 48px;
  }
  .bulletz-lanpnc {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .bulletz-zm8p30 .bulletz-juyx4y {
    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;
  }
  .bulletz-6jlhq2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .bulletz-6jlhq2 + .bulletz-6jlhq2 {
    margin-right: 0;
  }
  .bulletz-6jlhq2 + .bulletz-juyx4y {
    margin: 0;
  }
  .bulletz-utxpjc {
    grid-template-columns: repeat(4, 1fr);
  }
  .bulletz-ijt5gf {
    grid-template-columns: repeat(3, 1fr);
  }
  .bulletz-uu3vcn,
  .bulletz-qf5ldc {
    grid-template-columns: repeat(2, 1fr);
  }
  .bulletz-6zgd3z {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bulletz-6zgd3z.bulletz-xnq9sx .bulletz-p2jgjy {
    grid-column: auto;
    grid-row: auto;
  }
  .bulletz-6zgd3z > .bulletz-ptpdv6 {
    grid-column: 1/2;
  }
  .bulletz-6zgd3z.bulletz-xnq9sx > :not(.get-image) {
    grid-column: 1/2;
  }
  .bulletz-6zgd3z .bulletz-juyx4y,
  .bulletz-6zgd3z.bulletz-xnq9sx > .bulletz-juyx4y {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bulletz-6zgd3z.bulletz-xnq9sx > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .bulletz-1v1k7e.bulletz-voqr04 .bulletz-6zgd3z > .bulletz-juyx4y {
    grid-row: 1/2;
  }
  .bulletz-6zgd3z .bulletz-ptpdv6 ~ .bulletz-juyx4y,
  .bulletz-6zgd3z.bulletz-xnq9sx .bulletz-ptpdv6 ~ .bulletz-juyx4y {
    grid-row: 2/3;
  }
  .bulletz-1v1k7e.bulletz-voqr04 .bulletz-ptpdv6 ~ .bulletz-juyx4y {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .bulletz-zgk6ii:first-child .bulletz-sbifdr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bulletz-zgk6ii:first-child .bulletz-sbifdr h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .bulletz-zgk6ii {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .bulletz-zgk6ii {
    padding: 0;
  }
  .bulletz-okydfj {
    margin-top: 1rem;
  }
  .bulletz-l7h9mg {
    border-radius: 5px;
  }
  .bulletz-olq39e {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bulletz-lc5l89::after {
    display: inline-block;
  }
  .bulletz-lc5l89 {
    margin: 0;
    width: 100%;
  }
  .bulletz-fezvhk {
    width: 100%;
  }
  .bulletz-fezvhk.bulletz-dohvau {
    -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%;
  }
  .bulletz-fezvhk.bulletz-dohvau .bulletz-uad4fp {
    width: 100%;
  }
  .bulletz-fezvhk.bulletz-dohvau .bulletz-uad4fp:not(:last-child) {
    margin-right: 0;
  }
  .bulletz-40qzyq {
    width: 100%;
    text-align: center;
  }
  .bulletz-tgm9av.bulletz-3br97z .bulletz-fezvhk {
    margin-top: 1rem;
  }
  .bulletz-utxpjc {
    grid-template-columns: repeat(3, 1fr);
  }
  .bulletz-2i1k2q,
  .bulletz-ijt5gf {
    grid-template-columns: repeat(2, 1fr);
  }
  .bulletz-uu3vcn,
  .bulletz-qf5ldc,
  .bulletz-3gmzq2 {
    grid-template-columns: 1fr;
  }
  .bulletz-c161w7 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .bulletz-rwzdiq {
    min-width: 300px;
    max-width: 325px;
  }
  .bulletz-wwmhx1 {
    cursor: auto;
  }
  .bulletz-uqkxku .bulletz-wwmhx1 {
    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;
  }
  .bulletz-xdnrbn {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .bulletz-k3qwww {
    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) {
  .bulletz-xdnrbn {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.bulletz-6jlhq2 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .bulletz-ct2d2w {
    margin: 0 -0.2rem;
  }
  .bulletz-6jlhq2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .bulletz-j8588s {
    -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;
  }
  .bulletz-cwkjvt {
    max-width: 100%;
  }
  .bulletz-utxpjc {
    grid-template-columns: repeat(2, 1fr);
  }
  .bulletz-2i1k2q,
  .bulletz-ijt5gf {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .bulletz-a4nkem {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bulletz-ct2d2w {
    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;
  }
  .bulletz-v5rws8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bulletz-k0wnuo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .bulletz-ubwgo1,
  .bulletz-4rrceg {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .bulletz-jutynx {
    width: 100%;
  }
  .bulletz-utxpjc {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .bulletz-xdnrbn {
    top: 127px !important;
  }
}

.bulletz-uqxjbl {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .bulletz-uqxjbl {
  }
}

@media (max-width: 767px) {
  .bulletz-uqxjbl {
    margin-bottom: 12px;
  }
}

.bulletz-uqxjbl img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.bulletz-rh3i85 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.bulletz-rh3i85 > .bulletz-ke7h7o {
  flex: 1 1;
}

@media (max-width: 767px) {
  .bulletz-rh3i85 {
    flex-direction: column;
    gap: 12px;
  }
}

.bulletz-qfwbdk {
  display: flex;
}

.bulletz-qfwbdk .bulletz-pqa4mv {
  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;
}

.bulletz-qfwbdk .bulletz-mi8qhk {
  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;
}

.bulletz-qfwbdk .bulletz-7qw5ox {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.bulletz-qfwbdk .bulletz-8bkkmk {
  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));
  }
}

.bulletz-qfwbdk .bulletz-8bkkmk:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.bulletz-qfwbdk .bulletz-8qyufp {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.bulletz-ahmwee {
  border: unset;
  background-color: unset;
}

.bulletz-ahmwee tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.bulletz-ahmwee .bulletz-z7bg4c,
.bulletz-ahmwee .bulletz-j6yu1u {
  flex: 0 1 330px;
}

.bulletz-ahmwee .bulletz-nbezyu {
  flex: 1 1;
}

.bulletz-ahmwee tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.bulletz-ahmwee tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.bulletz-ahmwee tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.bulletz-ahmwee tr td p {
  color: #fff;
  margin: 0;
}

.bulletz-ahmwee tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.bulletz-ahmwee tr.bulletz-z7bg4c td p {
  padding: 16px 0;
}

.bulletz-ahmwee tr.bulletz-z7bg4c td p:not(:last-child),
.bulletz-ahmwee tr.bulletz-j6yu1u td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.bulletz-ahmwee tr.bulletz-z7bg4c td p:first-child,
.bulletz-ahmwee tr.bulletz-j6yu1u td p:first-child {
  padding-top: 0;
}

.bulletz-ahmwee tr.bulletz-j6yu1u td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.bulletz-ahmwee tr.bulletz-j6yu1u td p:last-child {
  padding-bottom: 0;
}

.bulletz-ahmwee .bulletz-j6yu1u img {
  max-width: 32px;
}

.bulletz-ahmwee .bulletz-nbezyu {
  min-width: 718px;
}

.bulletz-ahmwee .bulletz-nbezyu td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.bulletz-ahmwee .bulletz-nbezyu td {
  display: flex;
}

.bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-xatnhw,
.bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-58zmbo,
.bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-fsr0ty {
  flex: 1 1 50%;
}

.bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-kuop3a {
  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;
}

.bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-og41s2,
.bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-t6hnqu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-xatnhw,
.bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-58zmbo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-xatnhw span,
.bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-58zmbo span {
  font-weight: 800;
}

.bulletz-ahmwee .bulletz-nbezyu img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .bulletz-ahmwee .bulletz-nbezyu td .bulletz-fsr0ty:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .bulletz-ahmwee tr.bulletz-z7bg4c td p:last-child {
    padding-bottom: 0;
  }
  .bulletz-ahmwee .bulletz-j6yu1u > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .bulletz-ahmwee .bulletz-j6yu1u > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .bulletz-ahmwee tr.bulletz-z7bg4c td p:not(:last-child),
  .bulletz-ahmwee tr.bulletz-j6yu1u td p:not(:last-child) {
    border-bottom: unset;
  }
  .bulletz-ahmwee tr.bulletz-j6yu1u td p:last-child {
    padding-bottom: 12px;
  }
  .bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-xatnhw,
  .bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-58zmbo,
  .bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-fsr0ty {
    flex: 1 1 50%;
    padding: 0;
  }
  .bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-xatnhw,
  .bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-58zmbo {
    margin-top: 16px;
  }
  .bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-fsr0ty {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-xatnhw {
    border-right: 1px solid var(--border-color);
  }
  .bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-fsr0ty:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .bulletz-ahmwee .bulletz-nbezyu td:last-child .bulletz-fsr0ty:last-child {
    padding-bottom: 0;
  }
}

.bulletz-fsr0ty {
  display: flex;
  flex-direction: column;
}

.bulletz-ahmwee .bulletz-nbezyu td .bulletz-fsr0ty {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.bulletz-ahmwee .bulletz-nbezyu td .bulletz-fsr0ty:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.bulletz-ahmwee .bulletz-nbezyu td .bulletz-fsr0ty:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .bulletz-ahmwee .bulletz-nbezyu td .bulletz-fsr0ty:not(:first-child) {
    padding-left: 0;
  }
  .bulletz-ahmwee .bulletz-nbezyu td .bulletz-fsr0ty:not(:last-of-type) {
    border-right: unset;
  }
}

.bulletz-ahmwee .bulletz-2puesk {
  flex: 0 1 485px;
}

.bulletz-ahmwee .bulletz-pqem96 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.bulletz-ahmwee .bulletz-pqem96 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bulletz-ahmwee .bulletz-pqem96 li.bulletz-4mfgz9 {
  padding: 6px 12px;
}

.bulletz-ahmwee .bulletz-pqem96 li a,
.bulletz-ahmwee .bulletz-pqem96 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;
}

.bulletz-ahmwee .bulletz-ohadg4,
.bulletz-ahmwee .bulletz-ktmdgg {
  flex: 1 1;
}

.bulletz-ahmwee .bulletz-o69kir,
.bulletz-ahmwee .bulletz-wwywgx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bulletz-ahmwee .bulletz-o69kir li,
.bulletz-ahmwee .bulletz-wwywgx li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.bulletz-ahmwee .bulletz-ktmdgg img {
  max-width: 32px;
}

.bulletz-ahmwee .bulletz-ohadg4 img {
  max-width: 32px;
}

.bulletz-ahmwee .bulletz-0lq7y7 {
  min-width: 280px;
}

.bulletz-ahmwee .bulletz-0lq7y7 img {
  max-width: 146px;
}

.bulletz-ahmwee .bulletz-0lq7y7 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .bulletz-ahmwee .bulletz-z7bg4c,
  .bulletz-ahmwee .bulletz-j6yu1u {
    flex: 0 1 auto;
  }
  .bulletz-ahmwee .bulletz-nbezyu {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .bulletz-ahmwee .bulletz-z7bg4c,
  .bulletz-ahmwee .bulletz-2puesk,
  .bulletz-ahmwee .bulletz-j6yu1u,
  .bulletz-ahmwee .bulletz-nbezyu {
    flex: 1 1 calc(50% - 20px);
  }
  .bulletz-ahmwee .bulletz-ohadg4,
  .bulletz-ahmwee .bulletz-0lq7y7,
  .bulletz-ahmwee .bulletz-ktmdgg {
    flex: 1 1 30%;
  }
  .bulletz-ahmwee .bulletz-0lq7y7 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .bulletz-ahmwee .bulletz-z7bg4c,
  .bulletz-ahmwee .bulletz-2puesk,
  .bulletz-ahmwee .bulletz-ohadg4,
  .bulletz-ahmwee .bulletz-j6yu1u,
  .bulletz-ahmwee .bulletz-nbezyu,
  .bulletz-ahmwee .bulletz-0lq7y7,
  .bulletz-ahmwee .bulletz-ktmdgg {
    flex: 1 1 100%;
  }
}

.bulletz-u8cxh4 .bulletz-h348gv {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bulletz-u8cxh4 .bulletz-o1yjln {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.bulletz-u8cxh4 .bulletz-86cdfk {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.bulletz-u8cxh4 .bulletz-aj6pft {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.bulletz-u8cxh4 .bulletz-aj6pft > :nth-child(3) {
  margin-top: 0;
}

.bulletz-u8cxh4 .bulletz-juyx4y {
  grid-column: 2/3;
  grid-row: 1/10;
}

.bulletz-u8cxh4 .bulletz-5r33rt {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.bulletz-u8cxh4 .bulletz-okydfj {
  grid-column: 1/2;
}

.bulletz-u8cxh4 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.bulletz-u8cxh4 .bulletz-o1yjln: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;
}

.bulletz-u8cxh4 .bulletz-o1yjln:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.bulletz-u8cxh4 .bulletz-jutynx {
  min-width: 240px;
}

@media (max-width: 768px) {
  .bulletz-u8cxh4 .bulletz-o1yjln:not(:last-child):before {
    bottom: 8px;
  }
  .bulletz-u8cxh4 .bulletz-o1yjln:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .bulletz-u8cxh4 .bulletz-aj6pft {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .bulletz-u8cxh4 .bulletz-juyx4y {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .bulletz-u8cxh4 .bulletz-juyx4y img {
    width: 100%;
    height: auto;
  }
  .bulletz-u8cxh4 .bulletz-jutynx {
    width: 100%;
    min-width: unset;
  }
}

.bulletz-avcbh0 .bulletz-psep1m {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.bulletz-avcbh0 .bulletz-8o1o2z {
  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;
}

.bulletz-avcbh0 .bulletz-juyx4y {
  height: 100%;
}

.bulletz-avcbh0 .bulletz-juyx4y img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.bulletz-avcbh0 .bulletz-jm0bsm {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.bulletz-avcbh0 .bulletz-1yzvbl {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.bulletz-avcbh0 .bulletz-7mzzwy {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .bulletz-avcbh0 .bulletz-8o1o2z {
    flex: 1 1 100%;
  }
  .bulletz-avcbh0 .bulletz-12c8yi {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .bulletz-avcbh0 .bulletz-8o1o2z {
    flex-direction: column;
  }
  .bulletz-avcbh0 .bulletz-juyx4y {
    width: 100%;
    height: auto;
  }
  .bulletz-avcbh0 .bulletz-juyx4y img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .bulletz-avcbh0 .bulletz-jm0bsm {
    padding: 0 16px 16px 16px;
  }
  .bulletz-avcbh0 .bulletz-12c8yi {
    min-width: unset;
    width: 100%;
  }
}

.bulletz-2xm9mc .bulletz-cx2spm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.bulletz-2xm9mc .bulletz-5t5ot8 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.bulletz-2xm9mc 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;
}

.bulletz-2xm9mc .bulletz-zar6t1 {
  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;
}

.bulletz-2xm9mc .bulletz-5t5ot8:hover .bulletz-zar6t1 {
  display: flex;
}

.bulletz-2xm9mc .bulletz-q6cm54 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bulletz-2xm9mc .bulletz-zub7mu {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.bulletz-kao8m1 {
  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;
}

.bulletz-kao8m1.bulletz-c13s4m {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.bulletz-ymzau8 ease-in-out;
}

.bulletz-kao8m1.bulletz-c13s4m:hover {
  color: #f9cb16;
  background-color: transparent;
}

.bulletz-2xm9mc .bulletz-5vy8lk {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.bulletz-ymzau8 ease-in-out;
}

.bulletz-2xm9mc .bulletz-5vy8lk:hover {
  color: #196948;
  background-color: #f9cb16;
}

.bulletz-2xm9mc .bulletz-5vy8lk:after,
.bulletz-kao8m1.bulletz-c13s4m:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.bulletz-kao8m1.bulletz-c13s4m:after {
  background-image: url(../images/Cash.svg);
}

.bulletz-2xm9mc .bulletz-5vy8lk:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .bulletz-2xm9mc .bulletz-cx2spm {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .bulletz-2xm9mc .bulletz-cx2spm {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .bulletz-2xm9mc .bulletz-cx2spm {
    grid-template-columns: 1fr;
  }
  .bulletz-2xm9mc .bulletz-5t5ot8 {
    height: auto;
  }
  .bulletz-2xm9mc .bulletz-5t5ot8 .bulletz-zar6t1 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .bulletz-2xm9mc .bulletz-q6cm54,
  .bulletz-2xm9mc .bulletz-zub7mu {
    text-align: left;
  }
  .bulletz-2xm9mc .bulletz-zub7mu {
    margin-bottom: 8px;
  }
  .bulletz-2xm9mc img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.bulletz-3fuf3t {
  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;
}

.bulletz-3fuf3t.bulletz-ni2k6r {
  display: block;
}

.bulletz-3fuf3t .bulletz-8kiyzr {
  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;
}

.bulletz-3fuf3t .bulletz-xe7kv2 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.bulletz-3fuf3t .bulletz-xui4qw {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.bulletz-3fuf3t .bulletz-g8x09x {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.bulletz-3fuf3t .bulletz-kao8m1 {
  min-width: 296px;
  margin-bottom: 0;
}

.bulletz-3fuf3t .bulletz-rs17tz {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bulletz-3fuf3t .bulletz-r995mc {
  position: relative;
  flex: 1 1;
}

.bulletz-3fuf3t .bulletz-r995mc iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .bulletz-3fuf3t .bulletz-xe7kv2 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .bulletz-3fuf3t .bulletz-xui4qw {
    order: 1;
  }
  .bulletz-3fuf3t .bulletz-g8x09x {
    order: 3;
    flex: 1 1 100%;
  }
  .bulletz-3fuf3t .bulletz-kao8m1 {
    width: 100%;
    min-width: unset;
  }
  .bulletz-3fuf3t .bulletz-rs17tz {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .bulletz-6zgd3z > .bulletz-ptpdv6 {
    margin-bottom: 0;
  }
  .bulletz-6zgd3z > .bulletz-okydfj,
  .bulletz-6zgd3z > p {
    margin-top: 0;
  }
}

.bulletz-1v7agl img,
.bulletz-6jlhq2 img {
  width: auto;
  object-fit: contain;
}

.bulletz-1v7agl {
  align-items: center;
}

.bulletz-1v7agl img {
  max-height: 76px;
}

.bulletz-6jlhq2 img {
  max-height: 64px;
}

.bulletz-akibgn {
  overflow: auto;
}

.bulletz-wtjuzh {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.bulletz-buosp1:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.bulletz-sn1he7 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.bulletz-zndse9 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bulletz-sn1he7 .bulletz-juyx4y {
  margin-right: 20px;
  flex-shrink: 0;
}

.bulletz-sn1he7 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.bulletz-odtyv7 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.bulletz-odtyv7 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .bulletz-sn1he7 {
    padding: 15px 10px;
  }
  .bulletz-odtyv7 {
    padding: 15px 10px;
  }
  .bulletz-sn1he7 .bulletz-juyx4y {
    margin-right: 10px;
  }
}

.bulletz-8w9xn6 {
  overflow-x: auto;
}

.bulletz-ls2ban {
  border-collapse: collapse;
  width: 100%;
}

.bulletz-8w9xn6 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.bulletz-8w9xn6 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.bulletz-8w9xn6 td.bulletz-u8rxzg {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.bulletz-8w9xn6 td.bulletz-gxm7qi {
  border-right: none;
}

.bulletz-8w9xn6 td.bulletz-gxm7qi .bulletz-juyx4y {
  justify-content: flex-start;
}

.bulletz-8w9xn6 td.bulletz-gxm7qi .bulletz-juyx4y img {
  height: auto;
  width: 90px;
}

.bulletz-8w9xn6 td.bulletz-7oxhil,
.bulletz-8w9xn6 td.bulletz-5rb842 {
  font-weight: 600;
  text-align: right;
}

.bulletz-8w9xn6 td.bulletz-lszsyb,
.bulletz-8w9xn6 td.bulletz-7oxhil {
  padding-bottom: 10px;
  border-bottom: none;
}

.bulletz-8w9xn6 td.bulletz-7oxhil,
.bulletz-8w9xn6 td.bulletz-5rb842 {
  border-left: none;
}

.bulletz-8w9xn6 td.bulletz-lszsyb,
.bulletz-8w9xn6 td.bulletz-kdkci0 {
  border-right: none;
}

.bulletz-8w9xn6 td.bulletz-kdkci0,
.bulletz-8w9xn6 td.bulletz-5rb842 {
  border-top: none;
  padding-top: 10px;
}

.bulletz-nbgizw {
  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;
}

.bulletz-nbgizw .bulletz-12c8yi {
  min-width: unset;
  width: 100%;
}

.bulletz-nbgizw .bulletz-12c8yi.bulletz-x3hc9h {
  grid-column: 1/2;
  grid-row: 1/2;
}

.bulletz-nbgizw .bulletz-12c8yi.bulletz-802q7q {
  grid-column: 2/3;
  grid-row: 1/2;
}

.bulletz-nbgizw .bulletz-s6vav0 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .bulletz-nbgizw {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .bulletz-nbgizw .bulletz-12c8yi.bulletz-x3hc9h {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bulletz-nbgizw .bulletz-12c8yi.bulletz-802q7q {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .bulletz-nbgizw .bulletz-s6vav0 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.bulletz-jo9qn7 {
  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;
}

.bulletz-ma2gkm {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.bulletz-82v53a p a img {
  margin: 0 auto;
  display: block;
}

.bulletz-82v53a table {
  margin-bottom: 17px;
}

/* contanct form */
.bulletz-kdq1x3 {
  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;
}

.bulletz-kdq1x3 label {
  font-size: 14px;
}

.bulletz-kdq1x3 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bulletz-kdq1x3 input,
.bulletz-kdq1x3 textarea,
.bulletz-kdq1x3 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;
}
.bulletz-kdq1x3 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bulletz-ymzau8 ease;
}
.bulletz-kdq1x3 button:hover {
  background-color: #691204;
}
.bulletz-em4ix8 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bulletz-drmn31 ease-in;
}

.bulletz-em4ix8 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;
}
.bulletz-szen23, .bulletz-lh4kqt, [class*="review-card"],
thead, thead th, table th, .bulletz-gatce5,
.bulletz-qtq3al, [class*="collapsible-header"],
.bulletz-7iha5u, [class*="updated-block"] {
  color: #ece7dc !important;
}
