@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);
}

.sevenbit-325jgm {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.sevenbit-e2zlyj {
  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.sevenbit-uie0nc,
ul.sevenbit-uie0nc {
  padding-left: 20px;
}

ul.sevenbit-uie0nc {
  list-style: disc;
}

ol.sevenbit-uie0nc {
  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;
  }
}

.sevenbit-5d5n4c > .sevenbit-byjyxq,
.sevenbit-5d5n4c > .sevenbit-5qdj70,
.sevenbit-5d5n4c > blockquote,
.sevenbit-5d5n4c > h1,
.sevenbit-5d5n4c > h2,
.sevenbit-5d5n4c > h3,
.sevenbit-5d5n4c > h4,
.sevenbit-5d5n4c > h5,
.sevenbit-5d5n4c > h6,
.sevenbit-5d5n4c > ol,
.sevenbit-5d5n4c > p,
.sevenbit-5d5n4c > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.sevenbit-5d5n4c > ol,
.sevenbit-5d5n4c > ul {
  padding-left: 50px;
}

.sevenbit-5d5n4c 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;
}

.sevenbit-5d5n4c:not(:last-child) {
  margin-bottom: 2rem;
}

.sevenbit-5d5n4c > :not(:first-child) {
  margin-top: 2rem;
}

.sevenbit-5d5n4c {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sevenbit-5d5n4c:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .sevenbit-5d5n4c:first-child {
    margin-top: 20px;
  }
}

.sevenbit-5d5n4c > p:last-of-type {
  margin-bottom: 32px;
}

.sevenbit-5d5n4c > .sevenbit-xzzmk6:not(:first-child) {
  margin: 64px auto 16px auto;
}

.sevenbit-t1ojdt > .sevenbit-xzzmk6 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.sevenbit-5qdj70 {
  overflow: auto;
}

.sevenbit-5qdj70::-webkit-scrollbar {
  height: 5px;
}

.sevenbit-5qdj70 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.sevenbit-5qdj70 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.sevenbit-5qdj70 table thead,
table thead {
  border-bottom: none;
}

.sevenbit-5qdj70 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.sevenbit-5qdj70 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.sevenbit-5qdj70 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.sevenbit-5qdj70 .sevenbit-ntflp8 {
  table-layout: auto;
}

.sevenbit-5qdj70 .sevenbit-ntflp8 th {
  word-break: normal;
}

.sevenbit-5qdj70 .sevenbit-ntflp8 td {
  word-break: normal;
}

.sevenbit-325jgm .sevenbit-325jgm {
  padding-right: 0;
  padding-left: 0;
}

.sevenbit-m6ojoe {
  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;
}

.sevenbit-l0nac6 {
  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;
}

.sevenbit-vizzfx {
  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;
}

.sevenbit-byjyxq {
  margin-top: 24px;
}

.sevenbit-byjyxq.sevenbit-wwpt9b {
  text-align: left;
}

.sevenbit-byjyxq.sevenbit-o8h3un {
  text-align: right;
}

.sevenbit-byjyxq.sevenbit-ytrmm8 {
  text-align: center;
}

.sevenbit-vrgoka {
  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.sevenbit-7ed71s ease-in-out;
  cursor: pointer;
}

.sevenbit-vrgoka:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.sevenbit-vrgoka {
  min-width: 328px;
}

@media (max-width: 768px) {
  .sevenbit-vrgoka {
    min-width: unset;
  }
}

.sevenbit-iq4ebu {
  background-color: var(--fh-bg-color);
}

.sevenbit-nkr54c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.sevenbit-ocsuk2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.sevenbit-ocsuk2 img {
  max-height: 80px;
  object-fit: contain;
}

.sevenbit-woshva {
  flex: 1 1;
}

.sevenbit-3jh28c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.sevenbit-kwm1v7 {
  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;
}

.sevenbit-kwm1v7 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;
}

.sevenbit-kwm1v7.sevenbit-2tczsk span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.sevenbit-kwm1v7.sevenbit-2tczsk span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.sevenbit-kwm1v7.sevenbit-2tczsk span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.sevenbit-woshva + .sevenbit-3jh28c {
  margin-left: 20px;
}

.sevenbit-lgbma1 {
  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;
}

.sevenbit-lgbma1 > svg {
  max-width: 24px;
  max-height: 24px;
}

.sevenbit-lgbma1 + .sevenbit-lgbma1 {
  margin-left: 5px;
}

.sevenbit-pfov4r {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.sevenbit-pfov4r:hover {
  background-color: var(--button-bg-hover);
}

.sevenbit-1lh6mo {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.sevenbit-7ed71s ease-in-out;
  border: 1px solid var(--border-color);
}

.sevenbit-1lh6mo:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.sevenbit-wc597v {
  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) {
  .sevenbit-woshva {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .sevenbit-wc597v {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .sevenbit-woshva {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .sevenbit-lgbma1 {
    min-width: unset;
    flex: 1 1;
  }
}

.sevenbit-i6v5yy {
  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;
}

.sevenbit-i6v5yy:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.sevenbit-i6v5yy:hover .sevenbit-zuhirw {
  opacity: 1;
  pointer-events: auto;
}

.sevenbit-9aol72 {
  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.sevenbit-xkw0wa ease-in-out;
  gap: 4px;
}

.sevenbit-9aol72 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.sevenbit-9aol72 .sevenbit-m6ojoe img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.sevenbit-wva5fj,
.sevenbit-9aol72:hover {
  color: var(--button-bg-hover);
}

.sevenbit-54k2tn {
  position: relative;
}

.sevenbit-54k2tn .sevenbit-9aol72 {
  margin-right: 0;
  padding-right: 4px;
}

.sevenbit-l2xznv svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.sevenbit-54k2tn.sevenbit-2tczsk .sevenbit-l2xznv svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.sevenbit-54k2tn.sevenbit-2tczsk .sevenbit-zuhirw {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.sevenbit-54k2tn.sevenbit-2tczsk .sevenbit-zuhirw::before {
  display: none;
}

.sevenbit-l2xznv svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.sevenbit-zuhirw {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.sevenbit-pgpvvc 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.sevenbit-zuhirw::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.sevenbit-zuhirw:hover {
  color: var(--fh-bg-color);
}

.sevenbit-j40ck9 {
  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.sevenbit-pgpvvc 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.sevenbit-xkw0wa ease-in-out;
  -o-transition: 0.sevenbit-xkw0wa ease-in-out;
  transition: 0.sevenbit-xkw0wa ease-in-out;
}

.sevenbit-j40ck9 .sevenbit-m6ojoe img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.sevenbit-b1sjyn,
.sevenbit-j40ck9:hover {
  color: var(--button-bg-hover);
}

.sevenbit-hwo5lc {
  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%;
}

.sevenbit-hwo5lc.sevenbit-zjhuum {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.sevenbit-hwo5lc.sevenbit-zjhuum:after,
.sevenbit-hwo5lc.sevenbit-zjhuum:before {
  content: "";
  position: absolute;
  margin: auto;
}

.sevenbit-hwo5lc.sevenbit-zjhuum: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);
  }
}

.sevenbit-hwo5lc.sevenbit-zjhuum:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.sevenbit-hwo5lc.sevenbit-zjhuum > * {
  z-index: 1;
}

.sevenbit-hwo5lc b,
.sevenbit-hwo5lc strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.sevenbit-hwo5lc .sevenbit-emav91 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.sevenbit-hwo5lc .sevenbit-0h71zt {
  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;
}

.sevenbit-hwo5lc .sevenbit-m6ojoe {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.sevenbit-hwo5lc .sevenbit-df1f6u {
  margin-top: 12px;
}

.sevenbit-df1f6u {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.sevenbit-sgiyy9 {
  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;
}

.sevenbit-df1f6u .sevenbit-cakp9y {
  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.sevenbit-7ed71s ease-in-out;
}

.sevenbit-df1f6u .sevenbit-cakp9y:hover {
  background: rgba(255, 255, 255, 0.3);
}

.sevenbit-5uli3g {
  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;
}

.sevenbit-hwo5lc.sevenbit-5gf5v0 {
  gap: 12px;
  padding: 16px;
}

.sevenbit-hwo5lc.sevenbit-5gf5v0 .sevenbit-5uli3g {
  min-width: 240px;
}

.sevenbit-hwo5lc.sevenbit-5gf5v0 .sevenbit-5uli3g.sevenbit-9pv0gd {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .sevenbit-hwo5lc .sevenbit-emav91 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .sevenbit-hwo5lc .sevenbit-0h71zt {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .sevenbit-hwo5lc .sevenbit-m6ojoe {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .sevenbit-hwo5lc.sevenbit-5gf5v0 .sevenbit-m6ojoe {
    max-width: 126px;
  }
  .sevenbit-hwo5lc .sevenbit-df1f6u {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .sevenbit-hwo5lc .sevenbit-sgiyy9 {
    max-width: unset;
  }
  .sevenbit-5uli3g {
    min-width: unset;
    width: 100%;
  }
  .sevenbit-hwo5lc .sevenbit-5uli3g {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .sevenbit-hwo5lc.sevenbit-5gf5v0 {
    grid-template-rows: auto 1fr auto;
  }
  .sevenbit-hwo5lc.sevenbit-5gf5v0 .sevenbit-5uli3g {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .sevenbit-hwo5lc {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .sevenbit-hwo5lc .sevenbit-emav91 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .sevenbit-hwo5lc .sevenbit-m6ojoe {
    max-width: 78px;
  }
  .sevenbit-hwo5lc .sevenbit-df1f6u {
    margin-top: -12px;
  }
  .sevenbit-hwo5lc.sevenbit-5gf5v0 {
    gap: 8px;
  }
  .sevenbit-hwo5lc.sevenbit-5gf5v0 .sevenbit-emav91 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .sevenbit-hwo5lc.sevenbit-5gf5v0 .sevenbit-0h71zt {
    grid-column: 1/3;
  }
  .sevenbit-hwo5lc.sevenbit-5gf5v0 .sevenbit-m6ojoe {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .sevenbit-hwo5lc.sevenbit-5gf5v0 .sevenbit-m6ojoe img {
    max-width: 114px;
  }
}

.sevenbit-5uli3g.sevenbit-q0973w,
.sevenbit-5uli3g.sevenbit-6jeaou,
.sevenbit-5uli3g.sevenbit-g6zwro {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.sevenbit-7ed71s ease-in-out;
}

.sevenbit-5uli3g.sevenbit-q0973w,
.sevenbit-5uli3g.sevenbit-g6zwro {
  padding: 10px;
}

.sevenbit-5uli3g.sevenbit-q0973w:hover,
.sevenbit-5uli3g.sevenbit-6jeaou:hover,
.sevenbit-5uli3g.sevenbit-g6zwro:hover {
  background: var(--button-bg-hover);
}

.sevenbit-5uli3g.sevenbit-q0973w:hover svg path,
.sevenbit-5uli3g.sevenbit-g6zwro:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.sevenbit-5uli3g.sevenbit-9pv0gd {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.sevenbit-7ed71s ease-in-out;
  background: var(--button-bg-color);
}

.sevenbit-5uli3g.sevenbit-9pv0gd:hover {
  background-color: var(--button-bg-hover);
}

.sevenbit-5uli3g.sevenbit-6jeaou: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);
  }
}

.sevenbit-5uli3g.sevenbit-6jeaou:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.sevenbit-5uli3g.sevenbit-9pv0gd:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.sevenbit-l9akq2 {
  max-width: 650px;
}

.sevenbit-yr6nwo {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.sevenbit-a2pr80 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sevenbit-c7d0lu {
  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.sevenbit-xkw0wa ease-in-out;
  cursor: pointer;
}

.sevenbit-c7d0lu:hover {
  opacity: 0.5;
}

.sevenbit-c7d0lu:focus {
  outline: 0;
}

.sevenbit-c7d0lu:focus .sevenbit-h3vwqn,
.sevenbit-c7d0lu:hover .sevenbit-h3vwqn {
  fill: red;
  fill-opacity: 1;
}

.sevenbit-c7d0lu:hover {
  cursor: pointer;
}

.sevenbit-ayvmvq {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.sevenbit-l9akq2.sevenbit-ytrmm8 {
  margin: 0 auto;
}

.sevenbit-l9akq2.sevenbit-o8h3un {
  margin-left: auto;
}

.sevenbit-1kg5tw {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.sevenbit-jkw9pp {
  padding-bottom: 50px;
}

.sevenbit-0hsnfh {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.sevenbit-ssykyn {
  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;
}

.sevenbit-68djz4 {
  margin-top: 24px;
}

.sevenbit-853t4a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sevenbit-gn0kli {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.sevenbit-qsm2pf {
  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;
}

.sevenbit-lp5sgs {
  width: 468px;
}

.sevenbit-qsm2pf .sevenbit-zuhirw {
  margin: 0.sevenbit-o6pgx7 0;
}

.sevenbit-d7zeqi {
  display: flex;
  min-width: 224px;
}

.sevenbit-r0h84h {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.sevenbit-xkw0wa ease-in-out;
}

.sevenbit-90ptvn,
.sevenbit-r0h84h:hover {
  color: var(--text-color);
}

.sevenbit-7hkh1u {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.sevenbit-6jxhvn {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .sevenbit-1kg5tw {
    padding: 16px;
  }
  .sevenbit-7hkh1u {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .sevenbit-6jxhvn {
    align-items: center;
  }
  .sevenbit-lp5sgs {
    width: unset;
  }
  .sevenbit-d7zeqi {
    min-width: unset;
  }
  .sevenbit-qsm2pf {
    max-height: unset;
  }
  .sevenbit-0hsnfh {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .sevenbit-1kg5tw {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.sevenbit-si546d {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.sevenbit-si546d:not(:last-child) {
  margin-bottom: 16px;
}

.sevenbit-pfb7vk {
  outline: 0;
}

.sevenbit-pfb7vk .sevenbit-7pynhr {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.sevenbit-6gtxeg {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .sevenbit-6gtxeg {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.sevenbit-6gtxeg::-webkit-details-marker {
  display: none;
}

.sevenbit-6gtxeg: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;
}

.sevenbit-6gtxeg: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] .sevenbit-6gtxeg:after {
  transform: unset;
}

.sevenbit-7pynhr {
  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);
}

.sevenbit-7pynhr 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.sevenbit-xkw0wa ease-in-out;
  -o-transition: 0.sevenbit-xkw0wa ease-in-out;
  transition: 0.sevenbit-xkw0wa ease-in-out;
}

.sevenbit-otykp9 {
  padding: 16px 0 0 0;
}

.sevenbit-otykp9 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .sevenbit-otykp9 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sevenbit-6gtxeg {
    flex-wrap: wrap;
    gap: 12px;
  }
  .sevenbit-6gtxeg::after {
    margin-left: auto;
  }
  .sevenbit-7pynhr {
    order: 3;
    flex: 1 1 100%;
  }
  .sevenbit-6gtxeg {
    font-size: 14px;
    line-height: 130%;
  }
  .sevenbit-7pynhr svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.sevenbit-n2wpmi {
  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;
}

.sevenbit-d1ejoo {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.sevenbit-n2wpmi.sevenbit-2tczsk .sevenbit-d1ejoo {
  margin-bottom: 12px;
}

.sevenbit-d1ejoo::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;
}

.sevenbit-n2wpmi.sevenbit-2tczsk .sevenbit-d1ejoo::after {
  transform: unset;
}

.sevenbit-99y5vy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.sevenbit-xsk8va {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.sevenbit-xkw0wa ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.sevenbit-xsk8va: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;
}

.sevenbit-n2wpmi.sevenbit-2tczsk .sevenbit-99y5vy {
  max-height: 100%;
}

.sevenbit-96f264 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.sevenbit-pawbor {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.sevenbit-nn3xk7 {
  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;
}

.sevenbit-cxkhzh {
  margin-right: 4px;
}

.sevenbit-vkycj7 {
  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.sevenbit-xkw0wa ease-in-out;
}

.sevenbit-vkycj7 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.sevenbit-vy3y7t,
.sevenbit-vkycj7:hover {
  color: var(--text-color);
}

.sevenbit-t49i1b {
  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;
}

.sevenbit-t49i1b img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.sevenbit-t49i1b .sevenbit-op6yv1 {
  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;
}

.sevenbit-t49i1b .sevenbit-vxxke3 {
  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;
}

.sevenbit-8jz4gq {
  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;
}

.sevenbit-kddfgc {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sevenbit-geenl0 .sevenbit-325jgm {
  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;
}

.sevenbit-geenl0 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.sevenbit-vyqrvo {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.sevenbit-2cjjon {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.sevenbit-dkash6 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.sevenbit-z1qbtd 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;
}

.sevenbit-dkash6:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.sevenbit-9lwo8e {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.sevenbit-wbcifi {
  -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.sevenbit-xkw0wa ease-in-out;
  transition: transform 0.sevenbit-xkw0wa ease-in-out;
  -o-transition: transform 0.sevenbit-xkw0wa ease-in-out;
  transition:
    transform 0.sevenbit-xkw0wa ease-in-out,
    -webkit-transform 0.sevenbit-xkw0wa ease-in-out;
  cursor: pointer;
}

.sevenbit-wbcifi svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.sevenbit-wbcifi: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;
}

.sevenbit-l2cgwm {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .sevenbit-l2cgwm {
    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);
}

.sevenbit-05w1p1 {
  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;
}

.sevenbit-immnho {
  position: relative;
  width: 100%;
}

.sevenbit-05w1p1.sevenbit-d8jgqs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sevenbit-05w1p1.sevenbit-ytrmm8 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sevenbit-05w1p1.sevenbit-o8h3un {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sevenbit-6hf56s {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.sevenbit-gm412y {
  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.sevenbit-xkw0wa ease-in-out;
  cursor: pointer;
}

.sevenbit-gm412y:hover {
  opacity: 0.5;
}

.sevenbit-05w1p1.sevenbit-mt9kgn .sevenbit-gm412y {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.sevenbit-05w1p1.sevenbit-mt9kgn .sevenbit-6hf56s {
  cursor: pointer;
}

.sevenbit-6uo3xx {
  fill: #0009;
}

.sevenbit-4a0znm {
  fill: #fff;
}

.sevenbit-gm412y:hover .sevenbit-6uo3xx {
  fill: red;
}

.sevenbit-gm412y svg path {
  -webkit-transition: 0.sevenbit-xkw0wa ease-in-out;
  -o-transition: 0.sevenbit-xkw0wa ease-in-out;
  transition: 0.sevenbit-xkw0wa ease-in-out;
}

.sevenbit-x1ixpt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.sevenbit-x1ixpt > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.sevenbit-x1ixpt.sevenbit-4vwche > :not(.get-image) {
  grid-column: 1/3;
}

.sevenbit-i0ybg0:not(._h1-block) .sevenbit-x1ixpt > .sevenbit-xzzmk6 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.sevenbit-x1ixpt.sevenbit-4vwche .sevenbit-f2cu3s {
  grid-column: 2/3;
}

.sevenbit-x1ixpt.sevenbit-4vwche > .sevenbit-m6ojoe {
  grid-column: 1/2;
}

.sevenbit-x1ixpt.sevenbit-4vwche > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.sevenbit-x1ixpt > p:first-of-type {
  margin-top: 0;
}

.sevenbit-x1ixpt .sevenbit-m6ojoe {
  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;
}

.sevenbit-i0ybg0:not(._h1-block) .sevenbit-xzzmk6 ~ .sevenbit-m6ojoe {
  grid-row: 2/10;
}

.sevenbit-i0ybg0.sevenbit-yx4kpt .sevenbit-xzzmk6 ~ .sevenbit-m6ojoe {
  grid-row: 1/10;
}

.sevenbit-i0ybg0.sevenbit-yx4kpt > .sevenbit-xzzmk6 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.sevenbit-i0ybg0.sevenbit-yx4kpt .sevenbit-m6ojoe {
  grid-row: 1/10;
}

.sevenbit-x1ixpt.sevenbit-f1rcwe .sevenbit-m6ojoe {
  align-items: flex-start;
}

.sevenbit-x1ixpt.sevenbit-ytrmm8 .sevenbit-f2cu3s {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.sevenbit-x1ixpt.sevenbit-ytrmm8 .sevenbit-m6ojoe {
  align-items: center;
}

.sevenbit-x1ixpt.sevenbit-7p997c .sevenbit-m6ojoe {
  align-items: flex-end;
}

.sevenbit-f2cu3s > :first-child {
  margin-top: 0;
}

.sevenbit-f2cu3s > :last-child {
  margin-bottom: 0;
}

* + .sevenbit-6919mn,
.sevenbit-i0ybg0 + .sevenbit-i0ybg0 {
  margin-top: 2rem;
}

.sevenbit-xzuvxj td::before,
.sevenbit-xzuvxj th::after {
  display: none !important;
}

.sevenbit-xzuvxj #link-selector {
  color: #000;
}

.sevenbit-xzuvxj .sevenbit-ujjyur {
  color: #135e96;
}

.sevenbit-xzuvxj .sevenbit-p5j2cx *,
.sevenbit-xzuvxj .sevenbit-vuc8qt p,
.sevenbit-xzuvxj .sevenbit-zd4j3j * {
  color: #000;
}

.sevenbit-xzuvxj .sevenbit-8du8fn {
  background: 0 0 !important;
}

.sevenbit-xzuvxj .sevenbit-wvti1y {
  color: #000;
}

.sevenbit-xzuvxj .sevenbit-y9o244.sevenbit-708hqf {
  color: #fff;
}

.sevenbit-xzuvxj .sevenbit-ok9m6f {
  color: #000;
}

.sevenbit-xzuvxj
  .sevenbit-ids64e
  .sevenbit-df9zpl.sevenbit-708hqf.sevenbit-52dszn {
  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;
}

.sevenbit-vf58k0,
body .sevenbit-xh1m9j {
  color: #000;
  background: var(--color-body) !important;
}

.sevenbit-vf58k0 .sevenbit-e2wi0q .sevenbit-z7k3pp,
body .sevenbit-xh1m9j .sevenbit-e2wi0q .sevenbit-z7k3pp {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .sevenbit-xsk8va:focus,
  .sevenbit-xsk8va:hover {
    color: #f9cb16;
  }
  .sevenbit-ye4ha9:focus,
  .sevenbit-ye4ha9:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .sevenbit-ega16r:focus img,
  .sevenbit-ega16r:focus svg,
  .sevenbit-ega16r:hover img,
  .sevenbit-ega16r:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .sevenbit-t49i1b {
    display: none;
  }
}

@media (min-width: 1024px) {
  .sevenbit-54k2tn:hover .sevenbit-l2xznv svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .sevenbit-l2xznv {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .sevenbit-qj3tqq {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .sevenbit-f99401 {
    grid-template-columns: repeat(4, 1fr);
  }
  .sevenbit-mxuwgy {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .sevenbit-85a5ow .sevenbit-gw7vtt {
    grid-template-columns: 1fr;
  }
  .sevenbit-85a5ow .sevenbit-svzyi7 {
    -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;
  }
  .sevenbit-85a5ow .sevenbit-13kjs4 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sevenbit-85a5ow .sevenbit-bccjex {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sevenbit-85a5ow .sevenbit-0tkk37 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .sevenbit-85a5ow .sevenbit-13kjs4:not(:first-child) {
    border: none;
  }
  .sevenbit-85a5ow .sevenbit-13kjs4:first-child .sevenbit-bccjex {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .sevenbit-85a5ow .sevenbit-13kjs4:last-child .sevenbit-bccjex {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .sevenbit-nkr54c {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .sevenbit-ocsuk2 {
    max-width: 100px;
  }
  .sevenbit-woshva {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .sevenbit-3jh28c {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sevenbit-3jh28c svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .sevenbit-kwm1v7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .sevenbit-woshva + .sevenbit-3jh28c {
    margin-left: auto;
  }
  .sevenbit-scflc5 {
    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;
  }
  .sevenbit-scflc5.sevenbit-2tczsk {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .sevenbit-wc597v {
    -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;
  }
  .sevenbit-i6v5yy {
    width: 100%;
  }
  .sevenbit-i6v5yy:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .sevenbit-9aol72 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .sevenbit-9aol72 svg {
    margin-right: 4px;
  }
  .sevenbit-54k2tn {
    -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;
  }
  .sevenbit-l2xznv svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .sevenbit-l2xznv {
    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;
  }
  .sevenbit-zuhirw {
    display: none;
    width: 100%;
  }
  .sevenbit-54k2tn.sevenbit-2tczsk .sevenbit-zuhirw {
    padding: 0 0 0 48px;
  }
  .sevenbit-j40ck9 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .sevenbit-ssykyn .sevenbit-m6ojoe {
    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;
  }
  .sevenbit-lxo7ah {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sevenbit-lxo7ah + .sevenbit-lxo7ah {
    margin-right: 0;
  }
  .sevenbit-lxo7ah + .sevenbit-m6ojoe {
    margin: 0;
  }
  .sevenbit-qj3tqq {
    grid-template-columns: repeat(4, 1fr);
  }
  .sevenbit-f99401 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sevenbit-25hj4v,
  .sevenbit-mlea3i {
    grid-template-columns: repeat(2, 1fr);
  }
  .sevenbit-x1ixpt {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sevenbit-x1ixpt.sevenbit-4vwche .sevenbit-f2cu3s {
    grid-column: auto;
    grid-row: auto;
  }
  .sevenbit-x1ixpt > .sevenbit-xzzmk6 {
    grid-column: 1/2;
  }
  .sevenbit-x1ixpt.sevenbit-4vwche > :not(.get-image) {
    grid-column: 1/2;
  }
  .sevenbit-x1ixpt .sevenbit-m6ojoe,
  .sevenbit-x1ixpt.sevenbit-4vwche > .sevenbit-m6ojoe {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .sevenbit-x1ixpt.sevenbit-4vwche > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .sevenbit-i0ybg0.sevenbit-yx4kpt .sevenbit-x1ixpt > .sevenbit-m6ojoe {
    grid-row: 1/2;
  }
  .sevenbit-x1ixpt .sevenbit-xzzmk6 ~ .sevenbit-m6ojoe,
  .sevenbit-x1ixpt.sevenbit-4vwche .sevenbit-xzzmk6 ~ .sevenbit-m6ojoe {
    grid-row: 2/3;
  }
  .sevenbit-i0ybg0.sevenbit-yx4kpt .sevenbit-xzzmk6 ~ .sevenbit-m6ojoe {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .sevenbit-5d5n4c:first-child .sevenbit-35hv8u {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sevenbit-5d5n4c:first-child .sevenbit-35hv8u h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .sevenbit-5d5n4c {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .sevenbit-5d5n4c {
    padding: 0;
  }
  .sevenbit-byjyxq {
    margin-top: 1rem;
  }
  .sevenbit-pfb7vk {
    border-radius: 5px;
  }
  .sevenbit-ouwwbq {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sevenbit-d1ejoo::after {
    display: inline-block;
  }
  .sevenbit-d1ejoo {
    margin: 0;
    width: 100%;
  }
  .sevenbit-99y5vy {
    width: 100%;
  }
  .sevenbit-99y5vy.sevenbit-jtf01y {
    -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%;
  }
  .sevenbit-99y5vy.sevenbit-jtf01y .sevenbit-ucdoch {
    width: 100%;
  }
  .sevenbit-99y5vy.sevenbit-jtf01y .sevenbit-ucdoch:not(:last-child) {
    margin-right: 0;
  }
  .sevenbit-xsk8va {
    width: 100%;
    text-align: center;
  }
  .sevenbit-n2wpmi.sevenbit-2tczsk .sevenbit-99y5vy {
    margin-top: 1rem;
  }
  .sevenbit-qj3tqq {
    grid-template-columns: repeat(3, 1fr);
  }
  .sevenbit-mxuwgy,
  .sevenbit-f99401 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sevenbit-25hj4v,
  .sevenbit-mlea3i,
  .sevenbit-4a6lmm {
    grid-template-columns: 1fr;
  }
  .sevenbit-b7mxb8 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .sevenbit-qbrz6c {
    min-width: 300px;
    max-width: 325px;
  }
  .sevenbit-bccjex {
    cursor: auto;
  }
  .sevenbit-13vwaj .sevenbit-bccjex {
    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;
  }
  .sevenbit-l2cgwm {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .sevenbit-zuhirw {
    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) {
  .sevenbit-l2cgwm {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.sevenbit-lxo7ah p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .sevenbit-3jh28c {
    margin: 0 -0.2rem;
  }
  .sevenbit-lxo7ah {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .sevenbit-gr4f5s {
    -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;
  }
  .sevenbit-z83yjg {
    max-width: 100%;
  }
  .sevenbit-qj3tqq {
    grid-template-columns: repeat(2, 1fr);
  }
  .sevenbit-mxuwgy,
  .sevenbit-f99401 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .sevenbit-nkr54c {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sevenbit-3jh28c {
    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;
  }
  .sevenbit-iq4ebu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sevenbit-lgbma1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .sevenbit-1kmc9o,
  .sevenbit-485cl4 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .sevenbit-vrgoka {
    width: 100%;
  }
  .sevenbit-qj3tqq {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .sevenbit-l2cgwm {
    top: 127px !important;
  }
}

.sevenbit-7a893p {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .sevenbit-7a893p {
  }
}

@media (max-width: 767px) {
  .sevenbit-7a893p {
    margin-bottom: 12px;
  }
}

.sevenbit-7a893p img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.sevenbit-h41yz9 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.sevenbit-h41yz9 > .sevenbit-3yhwf1 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .sevenbit-h41yz9 {
    flex-direction: column;
    gap: 12px;
  }
}

.sevenbit-fajpr9 {
  display: flex;
}

.sevenbit-fajpr9 .sevenbit-d7i6cl {
  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;
}

.sevenbit-fajpr9 .sevenbit-j8aw3q {
  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;
}

.sevenbit-fajpr9 .sevenbit-y7pinj {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.sevenbit-fajpr9 .sevenbit-glenno {
  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));
  }
}

.sevenbit-fajpr9 .sevenbit-glenno:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.sevenbit-fajpr9 .sevenbit-puf6v3 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.sevenbit-2x038k {
  border: unset;
  background-color: unset;
}

.sevenbit-2x038k tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.sevenbit-2x038k .sevenbit-nqc2q7,
.sevenbit-2x038k .sevenbit-4fki6b {
  flex: 0 1 330px;
}

.sevenbit-2x038k .sevenbit-ama9sm {
  flex: 1 1;
}

.sevenbit-2x038k tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.sevenbit-2x038k tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.sevenbit-2x038k tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.sevenbit-2x038k tr td p {
  color: #fff;
  margin: 0;
}

.sevenbit-2x038k tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.sevenbit-2x038k tr.sevenbit-nqc2q7 td p {
  padding: 16px 0;
}

.sevenbit-2x038k tr.sevenbit-nqc2q7 td p:not(:last-child),
.sevenbit-2x038k tr.sevenbit-4fki6b td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.sevenbit-2x038k tr.sevenbit-nqc2q7 td p:first-child,
.sevenbit-2x038k tr.sevenbit-4fki6b td p:first-child {
  padding-top: 0;
}

.sevenbit-2x038k tr.sevenbit-4fki6b td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.sevenbit-2x038k tr.sevenbit-4fki6b td p:last-child {
  padding-bottom: 0;
}

.sevenbit-2x038k .sevenbit-4fki6b img {
  max-width: 32px;
}

.sevenbit-2x038k .sevenbit-ama9sm {
  min-width: 718px;
}

.sevenbit-2x038k .sevenbit-ama9sm td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.sevenbit-2x038k .sevenbit-ama9sm td {
  display: flex;
}

.sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-hfbeec,
.sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-im5izg,
.sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-t1e8sz {
  flex: 1 1 50%;
}

.sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-zna635 {
  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;
}

.sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-6sc73k,
.sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-oh2vk8 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-hfbeec,
.sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-im5izg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-hfbeec span,
.sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-im5izg span {
  font-weight: 800;
}

.sevenbit-2x038k .sevenbit-ama9sm img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .sevenbit-2x038k .sevenbit-ama9sm td .sevenbit-t1e8sz:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .sevenbit-2x038k tr.sevenbit-nqc2q7 td p:last-child {
    padding-bottom: 0;
  }
  .sevenbit-2x038k .sevenbit-4fki6b > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .sevenbit-2x038k .sevenbit-4fki6b > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .sevenbit-2x038k tr.sevenbit-nqc2q7 td p:not(:last-child),
  .sevenbit-2x038k tr.sevenbit-4fki6b td p:not(:last-child) {
    border-bottom: unset;
  }
  .sevenbit-2x038k tr.sevenbit-4fki6b td p:last-child {
    padding-bottom: 12px;
  }
  .sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-hfbeec,
  .sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-im5izg,
  .sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-t1e8sz {
    flex: 1 1 50%;
    padding: 0;
  }
  .sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-hfbeec,
  .sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-im5izg {
    margin-top: 16px;
  }
  .sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-t1e8sz {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-hfbeec {
    border-right: 1px solid var(--border-color);
  }
  .sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-t1e8sz:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .sevenbit-2x038k .sevenbit-ama9sm td:last-child .sevenbit-t1e8sz:last-child {
    padding-bottom: 0;
  }
}

.sevenbit-t1e8sz {
  display: flex;
  flex-direction: column;
}

.sevenbit-2x038k .sevenbit-ama9sm td .sevenbit-t1e8sz {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.sevenbit-2x038k .sevenbit-ama9sm td .sevenbit-t1e8sz:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.sevenbit-2x038k .sevenbit-ama9sm td .sevenbit-t1e8sz:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .sevenbit-2x038k .sevenbit-ama9sm td .sevenbit-t1e8sz:not(:first-child) {
    padding-left: 0;
  }
  .sevenbit-2x038k .sevenbit-ama9sm td .sevenbit-t1e8sz:not(:last-of-type) {
    border-right: unset;
  }
}

.sevenbit-2x038k .sevenbit-5f1f2b {
  flex: 0 1 485px;
}

.sevenbit-2x038k .sevenbit-8nidgu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.sevenbit-2x038k .sevenbit-8nidgu li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.sevenbit-2x038k .sevenbit-8nidgu li.sevenbit-63vf8c {
  padding: 6px 12px;
}

.sevenbit-2x038k .sevenbit-8nidgu li a,
.sevenbit-2x038k .sevenbit-8nidgu 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;
}

.sevenbit-2x038k .sevenbit-m9cg98,
.sevenbit-2x038k .sevenbit-hk3tru {
  flex: 1 1;
}

.sevenbit-2x038k .sevenbit-wa6wgz,
.sevenbit-2x038k .sevenbit-ef30yj {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sevenbit-2x038k .sevenbit-wa6wgz li,
.sevenbit-2x038k .sevenbit-ef30yj li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.sevenbit-2x038k .sevenbit-hk3tru img {
  max-width: 32px;
}

.sevenbit-2x038k .sevenbit-m9cg98 img {
  max-width: 32px;
}

.sevenbit-2x038k .sevenbit-s3jprt {
  min-width: 280px;
}

.sevenbit-2x038k .sevenbit-s3jprt img {
  max-width: 146px;
}

.sevenbit-2x038k .sevenbit-s3jprt td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .sevenbit-2x038k .sevenbit-nqc2q7,
  .sevenbit-2x038k .sevenbit-4fki6b {
    flex: 0 1 auto;
  }
  .sevenbit-2x038k .sevenbit-ama9sm {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .sevenbit-2x038k .sevenbit-nqc2q7,
  .sevenbit-2x038k .sevenbit-5f1f2b,
  .sevenbit-2x038k .sevenbit-4fki6b,
  .sevenbit-2x038k .sevenbit-ama9sm {
    flex: 1 1 calc(50% - 20px);
  }
  .sevenbit-2x038k .sevenbit-m9cg98,
  .sevenbit-2x038k .sevenbit-s3jprt,
  .sevenbit-2x038k .sevenbit-hk3tru {
    flex: 1 1 30%;
  }
  .sevenbit-2x038k .sevenbit-s3jprt {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .sevenbit-2x038k .sevenbit-nqc2q7,
  .sevenbit-2x038k .sevenbit-5f1f2b,
  .sevenbit-2x038k .sevenbit-m9cg98,
  .sevenbit-2x038k .sevenbit-4fki6b,
  .sevenbit-2x038k .sevenbit-ama9sm,
  .sevenbit-2x038k .sevenbit-s3jprt,
  .sevenbit-2x038k .sevenbit-hk3tru {
    flex: 1 1 100%;
  }
}

.sevenbit-rnonn6 .sevenbit-gffceb {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sevenbit-rnonn6 .sevenbit-wpb4di {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.sevenbit-rnonn6 .sevenbit-1nm220 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.sevenbit-rnonn6 .sevenbit-pykfk0 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.sevenbit-rnonn6 .sevenbit-pykfk0 > :nth-child(3) {
  margin-top: 0;
}

.sevenbit-rnonn6 .sevenbit-m6ojoe {
  grid-column: 2/3;
  grid-row: 1/10;
}

.sevenbit-rnonn6 .sevenbit-n2qb4c {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.sevenbit-rnonn6 .sevenbit-byjyxq {
  grid-column: 1/2;
}

.sevenbit-rnonn6 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.sevenbit-rnonn6 .sevenbit-wpb4di: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;
}

.sevenbit-rnonn6 .sevenbit-wpb4di:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.sevenbit-rnonn6 .sevenbit-vrgoka {
  min-width: 240px;
}

@media (max-width: 768px) {
  .sevenbit-rnonn6 .sevenbit-wpb4di:not(:last-child):before {
    bottom: 8px;
  }
  .sevenbit-rnonn6 .sevenbit-wpb4di:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .sevenbit-rnonn6 .sevenbit-pykfk0 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .sevenbit-rnonn6 .sevenbit-m6ojoe {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .sevenbit-rnonn6 .sevenbit-m6ojoe img {
    width: 100%;
    height: auto;
  }
  .sevenbit-rnonn6 .sevenbit-vrgoka {
    width: 100%;
    min-width: unset;
  }
}

.sevenbit-1lvfev .sevenbit-d2jp02 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.sevenbit-1lvfev .sevenbit-4hye6v {
  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;
}

.sevenbit-1lvfev .sevenbit-m6ojoe {
  height: 100%;
}

.sevenbit-1lvfev .sevenbit-m6ojoe img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.sevenbit-1lvfev .sevenbit-a90q7s {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.sevenbit-1lvfev .sevenbit-mgb6ac {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.sevenbit-1lvfev .sevenbit-u0if7s {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .sevenbit-1lvfev .sevenbit-4hye6v {
    flex: 1 1 100%;
  }
  .sevenbit-1lvfev .sevenbit-5uli3g {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .sevenbit-1lvfev .sevenbit-4hye6v {
    flex-direction: column;
  }
  .sevenbit-1lvfev .sevenbit-m6ojoe {
    width: 100%;
    height: auto;
  }
  .sevenbit-1lvfev .sevenbit-m6ojoe img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .sevenbit-1lvfev .sevenbit-a90q7s {
    padding: 0 16px 16px 16px;
  }
  .sevenbit-1lvfev .sevenbit-5uli3g {
    min-width: unset;
    width: 100%;
  }
}

.sevenbit-cgvx5x .sevenbit-4u6oy6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.sevenbit-cgvx5x .sevenbit-wll4dy {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.sevenbit-cgvx5x 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;
}

.sevenbit-cgvx5x .sevenbit-t3imle {
  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;
}

.sevenbit-cgvx5x .sevenbit-wll4dy:hover .sevenbit-t3imle {
  display: flex;
}

.sevenbit-cgvx5x .sevenbit-977em4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.sevenbit-cgvx5x .sevenbit-b0nlyd {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.sevenbit-6h6l2q {
  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;
}

.sevenbit-6h6l2q.sevenbit-mjoazy {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.sevenbit-7ed71s ease-in-out;
}

.sevenbit-6h6l2q.sevenbit-mjoazy:hover {
  color: #f9cb16;
  background-color: transparent;
}

.sevenbit-cgvx5x .sevenbit-78zrne {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.sevenbit-7ed71s ease-in-out;
}

.sevenbit-cgvx5x .sevenbit-78zrne:hover {
  color: #196948;
  background-color: #f9cb16;
}

.sevenbit-cgvx5x .sevenbit-78zrne:after,
.sevenbit-6h6l2q.sevenbit-mjoazy:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.sevenbit-6h6l2q.sevenbit-mjoazy:after {
  background-image: url(../images/Cash.svg);
}

.sevenbit-cgvx5x .sevenbit-78zrne:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .sevenbit-cgvx5x .sevenbit-4u6oy6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .sevenbit-cgvx5x .sevenbit-4u6oy6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .sevenbit-cgvx5x .sevenbit-4u6oy6 {
    grid-template-columns: 1fr;
  }
  .sevenbit-cgvx5x .sevenbit-wll4dy {
    height: auto;
  }
  .sevenbit-cgvx5x .sevenbit-wll4dy .sevenbit-t3imle {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .sevenbit-cgvx5x .sevenbit-977em4,
  .sevenbit-cgvx5x .sevenbit-b0nlyd {
    text-align: left;
  }
  .sevenbit-cgvx5x .sevenbit-b0nlyd {
    margin-bottom: 8px;
  }
  .sevenbit-cgvx5x img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.sevenbit-vhj2z0 {
  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;
}

.sevenbit-vhj2z0.sevenbit-mt9kgn {
  display: block;
}

.sevenbit-vhj2z0 .sevenbit-2z4edm {
  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;
}

.sevenbit-vhj2z0 .sevenbit-w88e6l {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.sevenbit-vhj2z0 .sevenbit-45mwpo {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.sevenbit-vhj2z0 .sevenbit-tw0b2e {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.sevenbit-vhj2z0 .sevenbit-6h6l2q {
  min-width: 296px;
  margin-bottom: 0;
}

.sevenbit-vhj2z0 .sevenbit-rn4x12 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.sevenbit-vhj2z0 .sevenbit-4gj52d {
  position: relative;
  flex: 1 1;
}

.sevenbit-vhj2z0 .sevenbit-4gj52d iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .sevenbit-vhj2z0 .sevenbit-w88e6l {
    flex-wrap: wrap;
    gap: 8px;
  }
  .sevenbit-vhj2z0 .sevenbit-45mwpo {
    order: 1;
  }
  .sevenbit-vhj2z0 .sevenbit-tw0b2e {
    order: 3;
    flex: 1 1 100%;
  }
  .sevenbit-vhj2z0 .sevenbit-6h6l2q {
    width: 100%;
    min-width: unset;
  }
  .sevenbit-vhj2z0 .sevenbit-rn4x12 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .sevenbit-x1ixpt > .sevenbit-xzzmk6 {
    margin-bottom: 0;
  }
  .sevenbit-x1ixpt > .sevenbit-byjyxq,
  .sevenbit-x1ixpt > p {
    margin-top: 0;
  }
}

.sevenbit-nk25kv img,
.sevenbit-lxo7ah img {
  width: auto;
  object-fit: contain;
}

.sevenbit-nk25kv {
  align-items: center;
}

.sevenbit-nk25kv img {
  max-height: 76px;
}

.sevenbit-lxo7ah img {
  max-height: 64px;
}

.sevenbit-ijec83 {
  overflow: auto;
}

.sevenbit-ca83yz {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.sevenbit-zth7ne:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.sevenbit-5v2b9z {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.sevenbit-iej2i7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sevenbit-5v2b9z .sevenbit-m6ojoe {
  margin-right: 20px;
  flex-shrink: 0;
}

.sevenbit-5v2b9z img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.sevenbit-0rc6p3 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.sevenbit-0rc6p3 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sevenbit-5v2b9z {
    padding: 15px 10px;
  }
  .sevenbit-0rc6p3 {
    padding: 15px 10px;
  }
  .sevenbit-5v2b9z .sevenbit-m6ojoe {
    margin-right: 10px;
  }
}

.sevenbit-q8lfsf {
  overflow-x: auto;
}

.sevenbit-foaceb {
  border-collapse: collapse;
  width: 100%;
}

.sevenbit-q8lfsf th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.sevenbit-q8lfsf td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.sevenbit-q8lfsf td.sevenbit-xiber5 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.sevenbit-q8lfsf td.sevenbit-sgv6j9 {
  border-right: none;
}

.sevenbit-q8lfsf td.sevenbit-sgv6j9 .sevenbit-m6ojoe {
  justify-content: flex-start;
}

.sevenbit-q8lfsf td.sevenbit-sgv6j9 .sevenbit-m6ojoe img {
  height: auto;
  width: 90px;
}

.sevenbit-q8lfsf td.sevenbit-o6pe1o,
.sevenbit-q8lfsf td.sevenbit-nnhzf2 {
  font-weight: 600;
  text-align: right;
}

.sevenbit-q8lfsf td.sevenbit-n8n9vo,
.sevenbit-q8lfsf td.sevenbit-o6pe1o {
  padding-bottom: 10px;
  border-bottom: none;
}

.sevenbit-q8lfsf td.sevenbit-o6pe1o,
.sevenbit-q8lfsf td.sevenbit-nnhzf2 {
  border-left: none;
}

.sevenbit-q8lfsf td.sevenbit-n8n9vo,
.sevenbit-q8lfsf td.sevenbit-z683gx {
  border-right: none;
}

.sevenbit-q8lfsf td.sevenbit-z683gx,
.sevenbit-q8lfsf td.sevenbit-nnhzf2 {
  border-top: none;
  padding-top: 10px;
}

.sevenbit-7lzodr {
  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;
}

.sevenbit-7lzodr .sevenbit-5uli3g {
  min-width: unset;
  width: 100%;
}

.sevenbit-7lzodr .sevenbit-5uli3g.sevenbit-q0973w {
  grid-column: 1/2;
  grid-row: 1/2;
}

.sevenbit-7lzodr .sevenbit-5uli3g.sevenbit-g6zwro {
  grid-column: 2/3;
  grid-row: 1/2;
}

.sevenbit-7lzodr .sevenbit-785kh3 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .sevenbit-7lzodr {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .sevenbit-7lzodr .sevenbit-5uli3g.sevenbit-q0973w {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .sevenbit-7lzodr .sevenbit-5uli3g.sevenbit-g6zwro {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .sevenbit-7lzodr .sevenbit-785kh3 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.sevenbit-4k74hb {
  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;
}

.sevenbit-vfzb1z {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.sevenbit-t1ojdt p a img {
  margin: 0 auto;
  display: block;
}

.sevenbit-t1ojdt table {
  margin-bottom: 17px;
}

/* contanct form */
.sevenbit-49p9ba {
  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;
}

.sevenbit-49p9ba label {
  font-size: 14px;
}

.sevenbit-49p9ba h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.sevenbit-49p9ba input,
.sevenbit-49p9ba textarea,
.sevenbit-49p9ba 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;
}
.sevenbit-49p9ba button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.sevenbit-7ed71s ease;
}
.sevenbit-49p9ba button:hover {
  background-color: #691204;
}
.sevenbit-x9xbxp {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.sevenbit-2vh4v7 ease-in;
}

.sevenbit-x9xbxp 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;
}
.sevenbit-p7d0fj, .sevenbit-8vn0qt, [class*="review-card"],
thead, thead th, table th, .sevenbit-gw00bl,
.sevenbit-28jqe9, [class*="collapsible-header"],
.sevenbit-1yof0a, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
