@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);
}

.cleobetra-zlcbxs {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.cleobetra-zvf7x5 {
  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.cleobetra-st4wgw,
ul.cleobetra-st4wgw {
  padding-left: 20px;
}

ul.cleobetra-st4wgw {
  list-style: disc;
}

ol.cleobetra-st4wgw {
  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;
  }
}

.cleobetra-bea1be > .cleobetra-qbfwt5,
.cleobetra-bea1be > .cleobetra-fd1ktj,
.cleobetra-bea1be > blockquote,
.cleobetra-bea1be > h1,
.cleobetra-bea1be > h2,
.cleobetra-bea1be > h3,
.cleobetra-bea1be > h4,
.cleobetra-bea1be > h5,
.cleobetra-bea1be > h6,
.cleobetra-bea1be > ol,
.cleobetra-bea1be > p,
.cleobetra-bea1be > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.cleobetra-bea1be > ol,
.cleobetra-bea1be > ul {
  padding-left: 50px;
}

.cleobetra-bea1be 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;
}

.cleobetra-bea1be:not(:last-child) {
  margin-bottom: 2rem;
}

.cleobetra-bea1be > :not(:first-child) {
  margin-top: 2rem;
}

.cleobetra-bea1be {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cleobetra-bea1be:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .cleobetra-bea1be:first-child {
    margin-top: 20px;
  }
}

.cleobetra-bea1be > p:last-of-type {
  margin-bottom: 32px;
}

.cleobetra-bea1be > .cleobetra-y54e2y:not(:first-child) {
  margin: 64px auto 16px auto;
}

.cleobetra-kfrnej > .cleobetra-y54e2y {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.cleobetra-fd1ktj {
  overflow: auto;
}

.cleobetra-fd1ktj::-webkit-scrollbar {
  height: 5px;
}

.cleobetra-fd1ktj table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.cleobetra-fd1ktj table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.cleobetra-fd1ktj table thead,
table thead {
  border-bottom: none;
}

.cleobetra-fd1ktj table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.cleobetra-fd1ktj table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.cleobetra-fd1ktj table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.cleobetra-fd1ktj .cleobetra-z2mqgm {
  table-layout: auto;
}

.cleobetra-fd1ktj .cleobetra-z2mqgm th {
  word-break: normal;
}

.cleobetra-fd1ktj .cleobetra-z2mqgm td {
  word-break: normal;
}

.cleobetra-zlcbxs .cleobetra-zlcbxs {
  padding-right: 0;
  padding-left: 0;
}

.cleobetra-e8mubj {
  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;
}

.cleobetra-752m3u {
  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;
}

.cleobetra-m1calw {
  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;
}

.cleobetra-qbfwt5 {
  margin-top: 24px;
}

.cleobetra-qbfwt5.cleobetra-6m5m0q {
  text-align: left;
}

.cleobetra-qbfwt5.cleobetra-qlg958 {
  text-align: right;
}

.cleobetra-qbfwt5.cleobetra-6438sp {
  text-align: center;
}

.cleobetra-wa3us0 {
  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.cleobetra-e0knlg ease-in-out;
  cursor: pointer;
}

.cleobetra-wa3us0:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.cleobetra-wa3us0 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .cleobetra-wa3us0 {
    min-width: unset;
  }
}

.cleobetra-6k89nn {
  background-color: var(--fh-bg-color);
}

.cleobetra-6gzp3h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.cleobetra-3vsi5p {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.cleobetra-3vsi5p img {
  max-height: 80px;
  object-fit: contain;
}

.cleobetra-brh741 {
  flex: 1 1;
}

.cleobetra-xf2s5f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.cleobetra-vi12lf {
  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;
}

.cleobetra-vi12lf 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;
}

.cleobetra-vi12lf.cleobetra-1zvji6 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.cleobetra-vi12lf.cleobetra-1zvji6 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.cleobetra-vi12lf.cleobetra-1zvji6 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.cleobetra-brh741 + .cleobetra-xf2s5f {
  margin-left: 20px;
}

.cleobetra-8pqlp3 {
  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;
}

.cleobetra-8pqlp3 > svg {
  max-width: 24px;
  max-height: 24px;
}

.cleobetra-8pqlp3 + .cleobetra-8pqlp3 {
  margin-left: 5px;
}

.cleobetra-3zhzbe {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.cleobetra-3zhzbe:hover {
  background-color: var(--button-bg-hover);
}

.cleobetra-r4cydg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.cleobetra-e0knlg ease-in-out;
  border: 1px solid var(--border-color);
}

.cleobetra-r4cydg:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.cleobetra-cmbqta {
  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) {
  .cleobetra-brh741 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .cleobetra-cmbqta {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .cleobetra-brh741 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .cleobetra-8pqlp3 {
    min-width: unset;
    flex: 1 1;
  }
}

.cleobetra-3tpa1e {
  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;
}

.cleobetra-3tpa1e:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.cleobetra-3tpa1e:hover .cleobetra-t5dw6a {
  opacity: 1;
  pointer-events: auto;
}

.cleobetra-o1cpbp {
  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.cleobetra-5eizur ease-in-out;
  gap: 4px;
}

.cleobetra-o1cpbp > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.cleobetra-o1cpbp .cleobetra-e8mubj img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.cleobetra-45h8hl,
.cleobetra-o1cpbp:hover {
  color: var(--button-bg-hover);
}

.cleobetra-n1fnzg {
  position: relative;
}

.cleobetra-n1fnzg .cleobetra-o1cpbp {
  margin-right: 0;
  padding-right: 4px;
}

.cleobetra-t8nm0x svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.cleobetra-n1fnzg.cleobetra-1zvji6 .cleobetra-t8nm0x svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.cleobetra-n1fnzg.cleobetra-1zvji6 .cleobetra-t5dw6a {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.cleobetra-n1fnzg.cleobetra-1zvji6 .cleobetra-t5dw6a::before {
  display: none;
}

.cleobetra-t8nm0x svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.cleobetra-t5dw6a {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.cleobetra-whi8vg 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.cleobetra-t5dw6a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.cleobetra-t5dw6a:hover {
  color: var(--fh-bg-color);
}

.cleobetra-6fglwg {
  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.cleobetra-whi8vg 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.cleobetra-5eizur ease-in-out;
  -o-transition: 0.cleobetra-5eizur ease-in-out;
  transition: 0.cleobetra-5eizur ease-in-out;
}

.cleobetra-6fglwg .cleobetra-e8mubj img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.cleobetra-ejr4py,
.cleobetra-6fglwg:hover {
  color: var(--button-bg-hover);
}

.cleobetra-3uw4iy {
  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%;
}

.cleobetra-3uw4iy.cleobetra-nuklqu {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.cleobetra-3uw4iy.cleobetra-nuklqu:after,
.cleobetra-3uw4iy.cleobetra-nuklqu:before {
  content: "";
  position: absolute;
  margin: auto;
}

.cleobetra-3uw4iy.cleobetra-nuklqu: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);
  }
}

.cleobetra-3uw4iy.cleobetra-nuklqu:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.cleobetra-3uw4iy.cleobetra-nuklqu > * {
  z-index: 1;
}

.cleobetra-3uw4iy b,
.cleobetra-3uw4iy strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.cleobetra-3uw4iy .cleobetra-uya9wv {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.cleobetra-3uw4iy .cleobetra-2lug76 {
  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;
}

.cleobetra-3uw4iy .cleobetra-e8mubj {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.cleobetra-3uw4iy .cleobetra-eto0i5 {
  margin-top: 12px;
}

.cleobetra-eto0i5 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.cleobetra-0g12fv {
  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;
}

.cleobetra-eto0i5 .cleobetra-x3zu2o {
  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.cleobetra-e0knlg ease-in-out;
}

.cleobetra-eto0i5 .cleobetra-x3zu2o:hover {
  background: rgba(255, 255, 255, 0.3);
}

.cleobetra-17l29i {
  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;
}

.cleobetra-3uw4iy.cleobetra-pnjj1i {
  gap: 12px;
  padding: 16px;
}

.cleobetra-3uw4iy.cleobetra-pnjj1i .cleobetra-17l29i {
  min-width: 240px;
}

.cleobetra-3uw4iy.cleobetra-pnjj1i .cleobetra-17l29i.cleobetra-r2lr5a {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .cleobetra-3uw4iy .cleobetra-uya9wv {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .cleobetra-3uw4iy .cleobetra-2lug76 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .cleobetra-3uw4iy .cleobetra-e8mubj {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .cleobetra-3uw4iy.cleobetra-pnjj1i .cleobetra-e8mubj {
    max-width: 126px;
  }
  .cleobetra-3uw4iy .cleobetra-eto0i5 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .cleobetra-3uw4iy .cleobetra-0g12fv {
    max-width: unset;
  }
  .cleobetra-17l29i {
    min-width: unset;
    width: 100%;
  }
  .cleobetra-3uw4iy .cleobetra-17l29i {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .cleobetra-3uw4iy.cleobetra-pnjj1i {
    grid-template-rows: auto 1fr auto;
  }
  .cleobetra-3uw4iy.cleobetra-pnjj1i .cleobetra-17l29i {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .cleobetra-3uw4iy {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .cleobetra-3uw4iy .cleobetra-uya9wv {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .cleobetra-3uw4iy .cleobetra-e8mubj {
    max-width: 78px;
  }
  .cleobetra-3uw4iy .cleobetra-eto0i5 {
    margin-top: -12px;
  }
  .cleobetra-3uw4iy.cleobetra-pnjj1i {
    gap: 8px;
  }
  .cleobetra-3uw4iy.cleobetra-pnjj1i .cleobetra-uya9wv {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .cleobetra-3uw4iy.cleobetra-pnjj1i .cleobetra-2lug76 {
    grid-column: 1/3;
  }
  .cleobetra-3uw4iy.cleobetra-pnjj1i .cleobetra-e8mubj {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .cleobetra-3uw4iy.cleobetra-pnjj1i .cleobetra-e8mubj img {
    max-width: 114px;
  }
}

.cleobetra-17l29i.cleobetra-hkqepl,
.cleobetra-17l29i.cleobetra-hbszic,
.cleobetra-17l29i.cleobetra-98mgpq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.cleobetra-e0knlg ease-in-out;
}

.cleobetra-17l29i.cleobetra-hkqepl,
.cleobetra-17l29i.cleobetra-98mgpq {
  padding: 10px;
}

.cleobetra-17l29i.cleobetra-hkqepl:hover,
.cleobetra-17l29i.cleobetra-hbszic:hover,
.cleobetra-17l29i.cleobetra-98mgpq:hover {
  background: var(--button-bg-hover);
}

.cleobetra-17l29i.cleobetra-hkqepl:hover svg path,
.cleobetra-17l29i.cleobetra-98mgpq:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.cleobetra-17l29i.cleobetra-r2lr5a {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.cleobetra-e0knlg ease-in-out;
  background: var(--button-bg-color);
}

.cleobetra-17l29i.cleobetra-r2lr5a:hover {
  background-color: var(--button-bg-hover);
}

.cleobetra-17l29i.cleobetra-hbszic: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);
  }
}

.cleobetra-17l29i.cleobetra-hbszic:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.cleobetra-17l29i.cleobetra-r2lr5a:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.cleobetra-kawewv {
  max-width: 650px;
}

.cleobetra-96np8u {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.cleobetra-hc7vkk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cleobetra-s3d2qi {
  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.cleobetra-5eizur ease-in-out;
  cursor: pointer;
}

.cleobetra-s3d2qi:hover {
  opacity: 0.5;
}

.cleobetra-s3d2qi:focus {
  outline: 0;
}

.cleobetra-s3d2qi:focus .cleobetra-4bzqqu,
.cleobetra-s3d2qi:hover .cleobetra-4bzqqu {
  fill: red;
  fill-opacity: 1;
}

.cleobetra-s3d2qi:hover {
  cursor: pointer;
}

.cleobetra-k6sog3 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.cleobetra-kawewv.cleobetra-6438sp {
  margin: 0 auto;
}

.cleobetra-kawewv.cleobetra-qlg958 {
  margin-left: auto;
}

.cleobetra-ha36rn {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.cleobetra-o4cscf {
  padding-bottom: 50px;
}

.cleobetra-848zpz {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.cleobetra-u0o5mw {
  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;
}

.cleobetra-yxjnc5 {
  margin-top: 24px;
}

.cleobetra-esve03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cleobetra-vmb725 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.cleobetra-vls1v1 {
  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;
}

.cleobetra-r64dqy {
  width: 468px;
}

.cleobetra-vls1v1 .cleobetra-t5dw6a {
  margin: 0.cleobetra-gdjv68 0;
}

.cleobetra-8y5agz {
  display: flex;
  min-width: 224px;
}

.cleobetra-kaukrj {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.cleobetra-5eizur ease-in-out;
}

.cleobetra-y18l13,
.cleobetra-kaukrj:hover {
  color: var(--text-color);
}

.cleobetra-9iuv22 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.cleobetra-jb1aah {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .cleobetra-ha36rn {
    padding: 16px;
  }
  .cleobetra-9iuv22 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .cleobetra-jb1aah {
    align-items: center;
  }
  .cleobetra-r64dqy {
    width: unset;
  }
  .cleobetra-8y5agz {
    min-width: unset;
  }
  .cleobetra-vls1v1 {
    max-height: unset;
  }
  .cleobetra-848zpz {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .cleobetra-ha36rn {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.cleobetra-45im6h {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.cleobetra-45im6h:not(:last-child) {
  margin-bottom: 16px;
}

.cleobetra-y3oq1e {
  outline: 0;
}

.cleobetra-y3oq1e .cleobetra-t3qv9y {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.cleobetra-ycy1we {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .cleobetra-ycy1we {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.cleobetra-ycy1we::-webkit-details-marker {
  display: none;
}

.cleobetra-ycy1we: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;
}

.cleobetra-ycy1we: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] .cleobetra-ycy1we:after {
  transform: unset;
}

.cleobetra-t3qv9y {
  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);
}

.cleobetra-t3qv9y 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.cleobetra-5eizur ease-in-out;
  -o-transition: 0.cleobetra-5eizur ease-in-out;
  transition: 0.cleobetra-5eizur ease-in-out;
}

.cleobetra-1t0h2o {
  padding: 16px 0 0 0;
}

.cleobetra-1t0h2o * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .cleobetra-1t0h2o :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .cleobetra-ycy1we {
    flex-wrap: wrap;
    gap: 12px;
  }
  .cleobetra-ycy1we::after {
    margin-left: auto;
  }
  .cleobetra-t3qv9y {
    order: 3;
    flex: 1 1 100%;
  }
  .cleobetra-ycy1we {
    font-size: 14px;
    line-height: 130%;
  }
  .cleobetra-t3qv9y svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.cleobetra-zxv9kv {
  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;
}

.cleobetra-64rzy3 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.cleobetra-zxv9kv.cleobetra-1zvji6 .cleobetra-64rzy3 {
  margin-bottom: 12px;
}

.cleobetra-64rzy3::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;
}

.cleobetra-zxv9kv.cleobetra-1zvji6 .cleobetra-64rzy3::after {
  transform: unset;
}

.cleobetra-866bzo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.cleobetra-fck2zj {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.cleobetra-5eizur ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.cleobetra-fck2zj: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;
}

.cleobetra-zxv9kv.cleobetra-1zvji6 .cleobetra-866bzo {
  max-height: 100%;
}

.cleobetra-aycm95 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.cleobetra-93hq19 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.cleobetra-cysevu {
  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;
}

.cleobetra-hg72bs {
  margin-right: 4px;
}

.cleobetra-c20q40 {
  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.cleobetra-5eizur ease-in-out;
}

.cleobetra-c20q40 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.cleobetra-d3c01w,
.cleobetra-c20q40:hover {
  color: var(--text-color);
}

.cleobetra-7800ao {
  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;
}

.cleobetra-7800ao img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.cleobetra-7800ao .cleobetra-cy20hi {
  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;
}

.cleobetra-7800ao .cleobetra-24hkha {
  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;
}

.cleobetra-9qt5em {
  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;
}

.cleobetra-dhly8v {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cleobetra-zqkhe5 .cleobetra-zlcbxs {
  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;
}

.cleobetra-zqkhe5 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.cleobetra-pgdei4 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.cleobetra-g4le46 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.cleobetra-g6bgj5 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.cleobetra-3w2ws3 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;
}

.cleobetra-g6bgj5:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.cleobetra-s71uzr {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.cleobetra-f4zm95 {
  -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.cleobetra-5eizur ease-in-out;
  transition: transform 0.cleobetra-5eizur ease-in-out;
  -o-transition: transform 0.cleobetra-5eizur ease-in-out;
  transition:
    transform 0.cleobetra-5eizur ease-in-out,
    -webkit-transform 0.cleobetra-5eizur ease-in-out;
  cursor: pointer;
}

.cleobetra-f4zm95 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.cleobetra-f4zm95: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;
}

.cleobetra-9x49n9 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .cleobetra-9x49n9 {
    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);
}

.cleobetra-lpgj8j {
  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;
}

.cleobetra-yjgqn1 {
  position: relative;
  width: 100%;
}

.cleobetra-lpgj8j.cleobetra-j26czh {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cleobetra-lpgj8j.cleobetra-6438sp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cleobetra-lpgj8j.cleobetra-qlg958 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cleobetra-7c46ir {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.cleobetra-xacfbu {
  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.cleobetra-5eizur ease-in-out;
  cursor: pointer;
}

.cleobetra-xacfbu:hover {
  opacity: 0.5;
}

.cleobetra-lpgj8j.cleobetra-ye97tt .cleobetra-xacfbu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cleobetra-lpgj8j.cleobetra-ye97tt .cleobetra-7c46ir {
  cursor: pointer;
}

.cleobetra-ytlht0 {
  fill: #0009;
}

.cleobetra-wurtvj {
  fill: #fff;
}

.cleobetra-xacfbu:hover .cleobetra-ytlht0 {
  fill: red;
}

.cleobetra-xacfbu svg path {
  -webkit-transition: 0.cleobetra-5eizur ease-in-out;
  -o-transition: 0.cleobetra-5eizur ease-in-out;
  transition: 0.cleobetra-5eizur ease-in-out;
}

.cleobetra-q99vnv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.cleobetra-q99vnv > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.cleobetra-q99vnv.cleobetra-b7twww > :not(.get-image) {
  grid-column: 1/3;
}

.cleobetra-1b3x4s:not(._h1-block) .cleobetra-q99vnv > .cleobetra-y54e2y {
  grid-row: 1/2;
  grid-column: 1/3;
}

.cleobetra-q99vnv.cleobetra-b7twww .cleobetra-4omtv2 {
  grid-column: 2/3;
}

.cleobetra-q99vnv.cleobetra-b7twww > .cleobetra-e8mubj {
  grid-column: 1/2;
}

.cleobetra-q99vnv.cleobetra-b7twww > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.cleobetra-q99vnv > p:first-of-type {
  margin-top: 0;
}

.cleobetra-q99vnv .cleobetra-e8mubj {
  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;
}

.cleobetra-1b3x4s:not(._h1-block) .cleobetra-y54e2y ~ .cleobetra-e8mubj {
  grid-row: 2/10;
}

.cleobetra-1b3x4s.cleobetra-nnzy58 .cleobetra-y54e2y ~ .cleobetra-e8mubj {
  grid-row: 1/10;
}

.cleobetra-1b3x4s.cleobetra-nnzy58 > .cleobetra-y54e2y {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.cleobetra-1b3x4s.cleobetra-nnzy58 .cleobetra-e8mubj {
  grid-row: 1/10;
}

.cleobetra-q99vnv.cleobetra-kuxs39 .cleobetra-e8mubj {
  align-items: flex-start;
}

.cleobetra-q99vnv.cleobetra-6438sp .cleobetra-4omtv2 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.cleobetra-q99vnv.cleobetra-6438sp .cleobetra-e8mubj {
  align-items: center;
}

.cleobetra-q99vnv.cleobetra-omzugm .cleobetra-e8mubj {
  align-items: flex-end;
}

.cleobetra-4omtv2 > :first-child {
  margin-top: 0;
}

.cleobetra-4omtv2 > :last-child {
  margin-bottom: 0;
}

* + .cleobetra-n3jbek,
.cleobetra-1b3x4s + .cleobetra-1b3x4s {
  margin-top: 2rem;
}

.cleobetra-ttj5dx td::before,
.cleobetra-ttj5dx th::after {
  display: none !important;
}

.cleobetra-ttj5dx #link-selector {
  color: #000;
}

.cleobetra-ttj5dx .cleobetra-n858zg {
  color: #135e96;
}

.cleobetra-ttj5dx .cleobetra-fylnwu *,
.cleobetra-ttj5dx .cleobetra-6vm74k p,
.cleobetra-ttj5dx .cleobetra-nxyhqd * {
  color: #000;
}

.cleobetra-ttj5dx .cleobetra-v2jk27 {
  background: 0 0 !important;
}

.cleobetra-ttj5dx .cleobetra-acrgq6 {
  color: #000;
}

.cleobetra-ttj5dx .cleobetra-5ask85.cleobetra-sokroe {
  color: #fff;
}

.cleobetra-ttj5dx .cleobetra-tqxw9v {
  color: #000;
}

.cleobetra-ttj5dx
  .cleobetra-lvv0qq
  .cleobetra-ivljjr.cleobetra-sokroe.cleobetra-44ceu9 {
  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;
}

.cleobetra-ap2n1g,
body .cleobetra-vsa9rv {
  color: #000;
  background: var(--color-body) !important;
}

.cleobetra-ap2n1g .cleobetra-iwcwbw .cleobetra-iezea4,
body .cleobetra-vsa9rv .cleobetra-iwcwbw .cleobetra-iezea4 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .cleobetra-fck2zj:focus,
  .cleobetra-fck2zj:hover {
    color: #f9cb16;
  }
  .cleobetra-bjr3du:focus,
  .cleobetra-bjr3du:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .cleobetra-g23ncr:focus img,
  .cleobetra-g23ncr:focus svg,
  .cleobetra-g23ncr:hover img,
  .cleobetra-g23ncr:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .cleobetra-7800ao {
    display: none;
  }
}

@media (min-width: 1024px) {
  .cleobetra-n1fnzg:hover .cleobetra-t8nm0x svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .cleobetra-t8nm0x {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .cleobetra-r24z3m {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .cleobetra-rp0j22 {
    grid-template-columns: repeat(4, 1fr);
  }
  .cleobetra-csqg56 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .cleobetra-m9r75e .cleobetra-un1hkh {
    grid-template-columns: 1fr;
  }
  .cleobetra-m9r75e .cleobetra-x60x2q {
    -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;
  }
  .cleobetra-m9r75e .cleobetra-hh0qbg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .cleobetra-m9r75e .cleobetra-o13weg {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .cleobetra-m9r75e .cleobetra-m52fjz {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .cleobetra-m9r75e .cleobetra-hh0qbg:not(:first-child) {
    border: none;
  }
  .cleobetra-m9r75e .cleobetra-hh0qbg:first-child .cleobetra-o13weg {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .cleobetra-m9r75e .cleobetra-hh0qbg:last-child .cleobetra-o13weg {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .cleobetra-6gzp3h {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .cleobetra-3vsi5p {
    max-width: 100px;
  }
  .cleobetra-brh741 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .cleobetra-xf2s5f {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .cleobetra-xf2s5f svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .cleobetra-vi12lf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .cleobetra-brh741 + .cleobetra-xf2s5f {
    margin-left: auto;
  }
  .cleobetra-ippd7r {
    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;
  }
  .cleobetra-ippd7r.cleobetra-1zvji6 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .cleobetra-cmbqta {
    -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;
  }
  .cleobetra-3tpa1e {
    width: 100%;
  }
  .cleobetra-3tpa1e:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .cleobetra-o1cpbp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .cleobetra-o1cpbp svg {
    margin-right: 4px;
  }
  .cleobetra-n1fnzg {
    -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;
  }
  .cleobetra-t8nm0x svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .cleobetra-t8nm0x {
    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;
  }
  .cleobetra-t5dw6a {
    display: none;
    width: 100%;
  }
  .cleobetra-n1fnzg.cleobetra-1zvji6 .cleobetra-t5dw6a {
    padding: 0 0 0 48px;
  }
  .cleobetra-6fglwg {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .cleobetra-u0o5mw .cleobetra-e8mubj {
    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;
  }
  .cleobetra-ur8rdp {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .cleobetra-ur8rdp + .cleobetra-ur8rdp {
    margin-right: 0;
  }
  .cleobetra-ur8rdp + .cleobetra-e8mubj {
    margin: 0;
  }
  .cleobetra-r24z3m {
    grid-template-columns: repeat(4, 1fr);
  }
  .cleobetra-rp0j22 {
    grid-template-columns: repeat(3, 1fr);
  }
  .cleobetra-s0w4ij,
  .cleobetra-vaq1v8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cleobetra-q99vnv {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .cleobetra-q99vnv.cleobetra-b7twww .cleobetra-4omtv2 {
    grid-column: auto;
    grid-row: auto;
  }
  .cleobetra-q99vnv > .cleobetra-y54e2y {
    grid-column: 1/2;
  }
  .cleobetra-q99vnv.cleobetra-b7twww > :not(.get-image) {
    grid-column: 1/2;
  }
  .cleobetra-q99vnv .cleobetra-e8mubj,
  .cleobetra-q99vnv.cleobetra-b7twww > .cleobetra-e8mubj {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .cleobetra-q99vnv.cleobetra-b7twww > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .cleobetra-1b3x4s.cleobetra-nnzy58 .cleobetra-q99vnv > .cleobetra-e8mubj {
    grid-row: 1/2;
  }
  .cleobetra-q99vnv .cleobetra-y54e2y ~ .cleobetra-e8mubj,
  .cleobetra-q99vnv.cleobetra-b7twww .cleobetra-y54e2y ~ .cleobetra-e8mubj {
    grid-row: 2/3;
  }
  .cleobetra-1b3x4s.cleobetra-nnzy58 .cleobetra-y54e2y ~ .cleobetra-e8mubj {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .cleobetra-bea1be:first-child .cleobetra-h5hqoj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cleobetra-bea1be:first-child .cleobetra-h5hqoj h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .cleobetra-bea1be {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .cleobetra-bea1be {
    padding: 0;
  }
  .cleobetra-qbfwt5 {
    margin-top: 1rem;
  }
  .cleobetra-y3oq1e {
    border-radius: 5px;
  }
  .cleobetra-7r9nxd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cleobetra-64rzy3::after {
    display: inline-block;
  }
  .cleobetra-64rzy3 {
    margin: 0;
    width: 100%;
  }
  .cleobetra-866bzo {
    width: 100%;
  }
  .cleobetra-866bzo.cleobetra-2asupg {
    -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%;
  }
  .cleobetra-866bzo.cleobetra-2asupg .cleobetra-nvb634 {
    width: 100%;
  }
  .cleobetra-866bzo.cleobetra-2asupg .cleobetra-nvb634:not(:last-child) {
    margin-right: 0;
  }
  .cleobetra-fck2zj {
    width: 100%;
    text-align: center;
  }
  .cleobetra-zxv9kv.cleobetra-1zvji6 .cleobetra-866bzo {
    margin-top: 1rem;
  }
  .cleobetra-r24z3m {
    grid-template-columns: repeat(3, 1fr);
  }
  .cleobetra-csqg56,
  .cleobetra-rp0j22 {
    grid-template-columns: repeat(2, 1fr);
  }
  .cleobetra-s0w4ij,
  .cleobetra-vaq1v8,
  .cleobetra-aq9c84 {
    grid-template-columns: 1fr;
  }
  .cleobetra-r2s8hz {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .cleobetra-80rcmo {
    min-width: 300px;
    max-width: 325px;
  }
  .cleobetra-o13weg {
    cursor: auto;
  }
  .cleobetra-sk2gso .cleobetra-o13weg {
    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;
  }
  .cleobetra-9x49n9 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .cleobetra-t5dw6a {
    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) {
  .cleobetra-9x49n9 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.cleobetra-ur8rdp p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .cleobetra-xf2s5f {
    margin: 0 -0.2rem;
  }
  .cleobetra-ur8rdp {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .cleobetra-wwxx2y {
    -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;
  }
  .cleobetra-y8rrjh {
    max-width: 100%;
  }
  .cleobetra-r24z3m {
    grid-template-columns: repeat(2, 1fr);
  }
  .cleobetra-csqg56,
  .cleobetra-rp0j22 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .cleobetra-6gzp3h {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cleobetra-xf2s5f {
    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;
  }
  .cleobetra-6k89nn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cleobetra-8pqlp3 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .cleobetra-dtqf1q,
  .cleobetra-yvmrvj {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .cleobetra-wa3us0 {
    width: 100%;
  }
  .cleobetra-r24z3m {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .cleobetra-9x49n9 {
    top: 127px !important;
  }
}

.cleobetra-54xmxg {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .cleobetra-54xmxg {
  }
}

@media (max-width: 767px) {
  .cleobetra-54xmxg {
    margin-bottom: 12px;
  }
}

.cleobetra-54xmxg img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.cleobetra-8c3klh {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.cleobetra-8c3klh > .cleobetra-4eiluq {
  flex: 1 1;
}

@media (max-width: 767px) {
  .cleobetra-8c3klh {
    flex-direction: column;
    gap: 12px;
  }
}

.cleobetra-gbxajq {
  display: flex;
}

.cleobetra-gbxajq .cleobetra-mgu34r {
  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;
}

.cleobetra-gbxajq .cleobetra-t7v3d7 {
  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;
}

.cleobetra-gbxajq .cleobetra-6ipkdq {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.cleobetra-gbxajq .cleobetra-3whfjm {
  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));
  }
}

.cleobetra-gbxajq .cleobetra-3whfjm:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.cleobetra-gbxajq .cleobetra-b72d2g {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.cleobetra-ndunpo {
  border: unset;
  background-color: unset;
}

.cleobetra-ndunpo tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.cleobetra-ndunpo .cleobetra-pze0jv,
.cleobetra-ndunpo .cleobetra-bsd1d2 {
  flex: 0 1 330px;
}

.cleobetra-ndunpo .cleobetra-kynqt0 {
  flex: 1 1;
}

.cleobetra-ndunpo tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.cleobetra-ndunpo tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.cleobetra-ndunpo tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.cleobetra-ndunpo tr td p {
  color: #fff;
  margin: 0;
}

.cleobetra-ndunpo tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.cleobetra-ndunpo tr.cleobetra-pze0jv td p {
  padding: 16px 0;
}

.cleobetra-ndunpo tr.cleobetra-pze0jv td p:not(:last-child),
.cleobetra-ndunpo tr.cleobetra-bsd1d2 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.cleobetra-ndunpo tr.cleobetra-pze0jv td p:first-child,
.cleobetra-ndunpo tr.cleobetra-bsd1d2 td p:first-child {
  padding-top: 0;
}

.cleobetra-ndunpo tr.cleobetra-bsd1d2 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.cleobetra-ndunpo tr.cleobetra-bsd1d2 td p:last-child {
  padding-bottom: 0;
}

.cleobetra-ndunpo .cleobetra-bsd1d2 img {
  max-width: 32px;
}

.cleobetra-ndunpo .cleobetra-kynqt0 {
  min-width: 718px;
}

.cleobetra-ndunpo .cleobetra-kynqt0 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.cleobetra-ndunpo .cleobetra-kynqt0 td {
  display: flex;
}

.cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-tkzavi,
.cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-5ftm2e,
.cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-1exelp {
  flex: 1 1 50%;
}

.cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-u4jiin {
  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;
}

.cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-1xdv4x,
.cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-tudilz {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-tkzavi,
.cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-5ftm2e {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-tkzavi span,
.cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-5ftm2e span {
  font-weight: 800;
}

.cleobetra-ndunpo .cleobetra-kynqt0 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .cleobetra-ndunpo .cleobetra-kynqt0 td .cleobetra-1exelp:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .cleobetra-ndunpo tr.cleobetra-pze0jv td p:last-child {
    padding-bottom: 0;
  }
  .cleobetra-ndunpo .cleobetra-bsd1d2 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .cleobetra-ndunpo .cleobetra-bsd1d2 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .cleobetra-ndunpo tr.cleobetra-pze0jv td p:not(:last-child),
  .cleobetra-ndunpo tr.cleobetra-bsd1d2 td p:not(:last-child) {
    border-bottom: unset;
  }
  .cleobetra-ndunpo tr.cleobetra-bsd1d2 td p:last-child {
    padding-bottom: 12px;
  }
  .cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-tkzavi,
  .cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-5ftm2e,
  .cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-1exelp {
    flex: 1 1 50%;
    padding: 0;
  }
  .cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-tkzavi,
  .cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-5ftm2e {
    margin-top: 16px;
  }
  .cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-1exelp {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-tkzavi {
    border-right: 1px solid var(--border-color);
  }
  .cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-1exelp:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .cleobetra-ndunpo .cleobetra-kynqt0 td:last-child .cleobetra-1exelp:last-child {
    padding-bottom: 0;
  }
}

.cleobetra-1exelp {
  display: flex;
  flex-direction: column;
}

.cleobetra-ndunpo .cleobetra-kynqt0 td .cleobetra-1exelp {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.cleobetra-ndunpo .cleobetra-kynqt0 td .cleobetra-1exelp:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.cleobetra-ndunpo .cleobetra-kynqt0 td .cleobetra-1exelp:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .cleobetra-ndunpo .cleobetra-kynqt0 td .cleobetra-1exelp:not(:first-child) {
    padding-left: 0;
  }
  .cleobetra-ndunpo .cleobetra-kynqt0 td .cleobetra-1exelp:not(:last-of-type) {
    border-right: unset;
  }
}

.cleobetra-ndunpo .cleobetra-m75mty {
  flex: 0 1 485px;
}

.cleobetra-ndunpo .cleobetra-ie8xo6 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.cleobetra-ndunpo .cleobetra-ie8xo6 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.cleobetra-ndunpo .cleobetra-ie8xo6 li.cleobetra-0di2rc {
  padding: 6px 12px;
}

.cleobetra-ndunpo .cleobetra-ie8xo6 li a,
.cleobetra-ndunpo .cleobetra-ie8xo6 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;
}

.cleobetra-ndunpo .cleobetra-azyhcd,
.cleobetra-ndunpo .cleobetra-hz21ke {
  flex: 1 1;
}

.cleobetra-ndunpo .cleobetra-jna27f,
.cleobetra-ndunpo .cleobetra-aar93d {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cleobetra-ndunpo .cleobetra-jna27f li,
.cleobetra-ndunpo .cleobetra-aar93d li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.cleobetra-ndunpo .cleobetra-hz21ke img {
  max-width: 32px;
}

.cleobetra-ndunpo .cleobetra-azyhcd img {
  max-width: 32px;
}

.cleobetra-ndunpo .cleobetra-0hxw58 {
  min-width: 280px;
}

.cleobetra-ndunpo .cleobetra-0hxw58 img {
  max-width: 146px;
}

.cleobetra-ndunpo .cleobetra-0hxw58 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .cleobetra-ndunpo .cleobetra-pze0jv,
  .cleobetra-ndunpo .cleobetra-bsd1d2 {
    flex: 0 1 auto;
  }
  .cleobetra-ndunpo .cleobetra-kynqt0 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .cleobetra-ndunpo .cleobetra-pze0jv,
  .cleobetra-ndunpo .cleobetra-m75mty,
  .cleobetra-ndunpo .cleobetra-bsd1d2,
  .cleobetra-ndunpo .cleobetra-kynqt0 {
    flex: 1 1 calc(50% - 20px);
  }
  .cleobetra-ndunpo .cleobetra-azyhcd,
  .cleobetra-ndunpo .cleobetra-0hxw58,
  .cleobetra-ndunpo .cleobetra-hz21ke {
    flex: 1 1 30%;
  }
  .cleobetra-ndunpo .cleobetra-0hxw58 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .cleobetra-ndunpo .cleobetra-pze0jv,
  .cleobetra-ndunpo .cleobetra-m75mty,
  .cleobetra-ndunpo .cleobetra-azyhcd,
  .cleobetra-ndunpo .cleobetra-bsd1d2,
  .cleobetra-ndunpo .cleobetra-kynqt0,
  .cleobetra-ndunpo .cleobetra-0hxw58,
  .cleobetra-ndunpo .cleobetra-hz21ke {
    flex: 1 1 100%;
  }
}

.cleobetra-n3hch4 .cleobetra-kipo8n {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cleobetra-n3hch4 .cleobetra-3tl95m {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.cleobetra-n3hch4 .cleobetra-29w1me {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.cleobetra-n3hch4 .cleobetra-ti3kvd {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.cleobetra-n3hch4 .cleobetra-ti3kvd > :nth-child(3) {
  margin-top: 0;
}

.cleobetra-n3hch4 .cleobetra-e8mubj {
  grid-column: 2/3;
  grid-row: 1/10;
}

.cleobetra-n3hch4 .cleobetra-u99d7x {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.cleobetra-n3hch4 .cleobetra-qbfwt5 {
  grid-column: 1/2;
}

.cleobetra-n3hch4 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.cleobetra-n3hch4 .cleobetra-3tl95m: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;
}

.cleobetra-n3hch4 .cleobetra-3tl95m:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.cleobetra-n3hch4 .cleobetra-wa3us0 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .cleobetra-n3hch4 .cleobetra-3tl95m:not(:last-child):before {
    bottom: 8px;
  }
  .cleobetra-n3hch4 .cleobetra-3tl95m:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .cleobetra-n3hch4 .cleobetra-ti3kvd {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .cleobetra-n3hch4 .cleobetra-e8mubj {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .cleobetra-n3hch4 .cleobetra-e8mubj img {
    width: 100%;
    height: auto;
  }
  .cleobetra-n3hch4 .cleobetra-wa3us0 {
    width: 100%;
    min-width: unset;
  }
}

.cleobetra-oryac2 .cleobetra-g4sckj {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.cleobetra-oryac2 .cleobetra-x9agqz {
  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;
}

.cleobetra-oryac2 .cleobetra-e8mubj {
  height: 100%;
}

.cleobetra-oryac2 .cleobetra-e8mubj img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.cleobetra-oryac2 .cleobetra-sb8cb3 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.cleobetra-oryac2 .cleobetra-7tvk1h {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.cleobetra-oryac2 .cleobetra-4bkssc {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .cleobetra-oryac2 .cleobetra-x9agqz {
    flex: 1 1 100%;
  }
  .cleobetra-oryac2 .cleobetra-17l29i {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .cleobetra-oryac2 .cleobetra-x9agqz {
    flex-direction: column;
  }
  .cleobetra-oryac2 .cleobetra-e8mubj {
    width: 100%;
    height: auto;
  }
  .cleobetra-oryac2 .cleobetra-e8mubj img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .cleobetra-oryac2 .cleobetra-sb8cb3 {
    padding: 0 16px 16px 16px;
  }
  .cleobetra-oryac2 .cleobetra-17l29i {
    min-width: unset;
    width: 100%;
  }
}

.cleobetra-as5ov0 .cleobetra-kvhimh {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.cleobetra-as5ov0 .cleobetra-dbm9rz {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.cleobetra-as5ov0 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;
}

.cleobetra-as5ov0 .cleobetra-86cj8t {
  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;
}

.cleobetra-as5ov0 .cleobetra-dbm9rz:hover .cleobetra-86cj8t {
  display: flex;
}

.cleobetra-as5ov0 .cleobetra-s7p87o {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.cleobetra-as5ov0 .cleobetra-g1wxgd {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.cleobetra-j1gpt7 {
  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;
}

.cleobetra-j1gpt7.cleobetra-9315dg {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.cleobetra-e0knlg ease-in-out;
}

.cleobetra-j1gpt7.cleobetra-9315dg:hover {
  color: #f9cb16;
  background-color: transparent;
}

.cleobetra-as5ov0 .cleobetra-ndjgza {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.cleobetra-e0knlg ease-in-out;
}

.cleobetra-as5ov0 .cleobetra-ndjgza:hover {
  color: #196948;
  background-color: #f9cb16;
}

.cleobetra-as5ov0 .cleobetra-ndjgza:after,
.cleobetra-j1gpt7.cleobetra-9315dg:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.cleobetra-j1gpt7.cleobetra-9315dg:after {
  background-image: url(../images/Cash.svg);
}

.cleobetra-as5ov0 .cleobetra-ndjgza:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .cleobetra-as5ov0 .cleobetra-kvhimh {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .cleobetra-as5ov0 .cleobetra-kvhimh {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cleobetra-as5ov0 .cleobetra-kvhimh {
    grid-template-columns: 1fr;
  }
  .cleobetra-as5ov0 .cleobetra-dbm9rz {
    height: auto;
  }
  .cleobetra-as5ov0 .cleobetra-dbm9rz .cleobetra-86cj8t {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .cleobetra-as5ov0 .cleobetra-s7p87o,
  .cleobetra-as5ov0 .cleobetra-g1wxgd {
    text-align: left;
  }
  .cleobetra-as5ov0 .cleobetra-g1wxgd {
    margin-bottom: 8px;
  }
  .cleobetra-as5ov0 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.cleobetra-mfgve8 {
  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;
}

.cleobetra-mfgve8.cleobetra-ye97tt {
  display: block;
}

.cleobetra-mfgve8 .cleobetra-6qqsue {
  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;
}

.cleobetra-mfgve8 .cleobetra-j5fwf5 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.cleobetra-mfgve8 .cleobetra-qhm6qz {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.cleobetra-mfgve8 .cleobetra-jdbt1v {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.cleobetra-mfgve8 .cleobetra-j1gpt7 {
  min-width: 296px;
  margin-bottom: 0;
}

.cleobetra-mfgve8 .cleobetra-ybqh9e {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.cleobetra-mfgve8 .cleobetra-yjhrr8 {
  position: relative;
  flex: 1 1;
}

.cleobetra-mfgve8 .cleobetra-yjhrr8 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .cleobetra-mfgve8 .cleobetra-j5fwf5 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .cleobetra-mfgve8 .cleobetra-qhm6qz {
    order: 1;
  }
  .cleobetra-mfgve8 .cleobetra-jdbt1v {
    order: 3;
    flex: 1 1 100%;
  }
  .cleobetra-mfgve8 .cleobetra-j1gpt7 {
    width: 100%;
    min-width: unset;
  }
  .cleobetra-mfgve8 .cleobetra-ybqh9e {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .cleobetra-q99vnv > .cleobetra-y54e2y {
    margin-bottom: 0;
  }
  .cleobetra-q99vnv > .cleobetra-qbfwt5,
  .cleobetra-q99vnv > p {
    margin-top: 0;
  }
}

.cleobetra-myq74t img,
.cleobetra-ur8rdp img {
  width: auto;
  object-fit: contain;
}

.cleobetra-myq74t {
  align-items: center;
}

.cleobetra-myq74t img {
  max-height: 76px;
}

.cleobetra-ur8rdp img {
  max-height: 64px;
}

.cleobetra-7a1yw4 {
  overflow: auto;
}

.cleobetra-qt8wto {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.cleobetra-qxrp6g:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.cleobetra-35m136 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.cleobetra-438b5i {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cleobetra-35m136 .cleobetra-e8mubj {
  margin-right: 20px;
  flex-shrink: 0;
}

.cleobetra-35m136 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.cleobetra-op2hpf {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.cleobetra-op2hpf > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .cleobetra-35m136 {
    padding: 15px 10px;
  }
  .cleobetra-op2hpf {
    padding: 15px 10px;
  }
  .cleobetra-35m136 .cleobetra-e8mubj {
    margin-right: 10px;
  }
}

.cleobetra-87bwst {
  overflow-x: auto;
}

.cleobetra-bgurmu {
  border-collapse: collapse;
  width: 100%;
}

.cleobetra-87bwst th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.cleobetra-87bwst td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.cleobetra-87bwst td.cleobetra-fqzt71 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.cleobetra-87bwst td.cleobetra-s5321p {
  border-right: none;
}

.cleobetra-87bwst td.cleobetra-s5321p .cleobetra-e8mubj {
  justify-content: flex-start;
}

.cleobetra-87bwst td.cleobetra-s5321p .cleobetra-e8mubj img {
  height: auto;
  width: 90px;
}

.cleobetra-87bwst td.cleobetra-f7f753,
.cleobetra-87bwst td.cleobetra-yf9f4k {
  font-weight: 600;
  text-align: right;
}

.cleobetra-87bwst td.cleobetra-j2k96x,
.cleobetra-87bwst td.cleobetra-f7f753 {
  padding-bottom: 10px;
  border-bottom: none;
}

.cleobetra-87bwst td.cleobetra-f7f753,
.cleobetra-87bwst td.cleobetra-yf9f4k {
  border-left: none;
}

.cleobetra-87bwst td.cleobetra-j2k96x,
.cleobetra-87bwst td.cleobetra-5lwy0e {
  border-right: none;
}

.cleobetra-87bwst td.cleobetra-5lwy0e,
.cleobetra-87bwst td.cleobetra-yf9f4k {
  border-top: none;
  padding-top: 10px;
}

.cleobetra-a76m3r {
  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;
}

.cleobetra-a76m3r .cleobetra-17l29i {
  min-width: unset;
  width: 100%;
}

.cleobetra-a76m3r .cleobetra-17l29i.cleobetra-hkqepl {
  grid-column: 1/2;
  grid-row: 1/2;
}

.cleobetra-a76m3r .cleobetra-17l29i.cleobetra-98mgpq {
  grid-column: 2/3;
  grid-row: 1/2;
}

.cleobetra-a76m3r .cleobetra-70z41z {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .cleobetra-a76m3r {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .cleobetra-a76m3r .cleobetra-17l29i.cleobetra-hkqepl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .cleobetra-a76m3r .cleobetra-17l29i.cleobetra-98mgpq {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .cleobetra-a76m3r .cleobetra-70z41z {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.cleobetra-alpafe {
  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;
}

.cleobetra-v951y4 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.cleobetra-kfrnej p a img {
  margin: 0 auto;
  display: block;
}

.cleobetra-kfrnej table {
  margin-bottom: 17px;
}

/* contanct form */
.cleobetra-3g6bf3 {
  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;
}

.cleobetra-3g6bf3 label {
  font-size: 14px;
}

.cleobetra-3g6bf3 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.cleobetra-3g6bf3 input,
.cleobetra-3g6bf3 textarea,
.cleobetra-3g6bf3 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;
}
.cleobetra-3g6bf3 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.cleobetra-e0knlg ease;
}
.cleobetra-3g6bf3 button:hover {
  background-color: #691204;
}
.cleobetra-hi1ost {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.cleobetra-4e7qy4 ease-in;
}

.cleobetra-hi1ost 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;
}
.cleobetra-kcsvwn, .cleobetra-xjs1iq, [class*="review-card"],
thead, thead th, table th, .cleobetra-90pyi3,
.cleobetra-nify2r, [class*="collapsible-header"],
.cleobetra-p7qgq7, [class*="updated-block"] {
  color: #ece7dc !important;
}
