@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);
}

.fairgo77-qtmfen {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fairgo77-969gb0 {
  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.fairgo77-eycf91,
ul.fairgo77-eycf91 {
  padding-left: 20px;
}

ul.fairgo77-eycf91 {
  list-style: disc;
}

ol.fairgo77-eycf91 {
  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;
  }
}

.fairgo77-989wb6 > .fairgo77-q3gnr5,
.fairgo77-989wb6 > .fairgo77-fsn6bw,
.fairgo77-989wb6 > blockquote,
.fairgo77-989wb6 > h1,
.fairgo77-989wb6 > h2,
.fairgo77-989wb6 > h3,
.fairgo77-989wb6 > h4,
.fairgo77-989wb6 > h5,
.fairgo77-989wb6 > h6,
.fairgo77-989wb6 > ol,
.fairgo77-989wb6 > p,
.fairgo77-989wb6 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fairgo77-989wb6 > ol,
.fairgo77-989wb6 > ul {
  padding-left: 50px;
}

.fairgo77-989wb6 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;
}

.fairgo77-989wb6:not(:last-child) {
  margin-bottom: 2rem;
}

.fairgo77-989wb6 > :not(:first-child) {
  margin-top: 2rem;
}

.fairgo77-989wb6 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fairgo77-989wb6:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .fairgo77-989wb6:first-child {
    margin-top: 20px;
  }
}

.fairgo77-989wb6 > p:last-of-type {
  margin-bottom: 32px;
}

.fairgo77-989wb6 > .fairgo77-683ipn:not(:first-child) {
  margin: 64px auto 16px auto;
}

.fairgo77-uvcivs > .fairgo77-683ipn {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fairgo77-fsn6bw {
  overflow: auto;
}

.fairgo77-fsn6bw::-webkit-scrollbar {
  height: 5px;
}

.fairgo77-fsn6bw table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.fairgo77-fsn6bw table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.fairgo77-fsn6bw table thead,
table thead {
  border-bottom: none;
}

.fairgo77-fsn6bw table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.fairgo77-fsn6bw table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.fairgo77-fsn6bw table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.fairgo77-fsn6bw .fairgo77-wf2qzh {
  table-layout: auto;
}

.fairgo77-fsn6bw .fairgo77-wf2qzh th {
  word-break: normal;
}

.fairgo77-fsn6bw .fairgo77-wf2qzh td {
  word-break: normal;
}

.fairgo77-qtmfen .fairgo77-qtmfen {
  padding-right: 0;
  padding-left: 0;
}

.fairgo77-p65lkx {
  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;
}

.fairgo77-76ssz5 {
  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;
}

.fairgo77-776fdz {
  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;
}

.fairgo77-q3gnr5 {
  margin-top: 24px;
}

.fairgo77-q3gnr5.fairgo77-vhhru1 {
  text-align: left;
}

.fairgo77-q3gnr5.fairgo77-ituqiq {
  text-align: right;
}

.fairgo77-q3gnr5.fairgo77-ov8s14 {
  text-align: center;
}

.fairgo77-p7j2y0 {
  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.fairgo77-746x34 ease-in-out;
  cursor: pointer;
}

.fairgo77-p7j2y0:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.fairgo77-p7j2y0 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .fairgo77-p7j2y0 {
    min-width: unset;
  }
}

.fairgo77-xyrw1i {
  background-color: var(--fh-bg-color);
}

.fairgo77-l91cxk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.fairgo77-kkz03a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.fairgo77-kkz03a img {
  max-height: 80px;
  object-fit: contain;
}

.fairgo77-6rlywq {
  flex: 1 1;
}

.fairgo77-gr1s10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.fairgo77-2ualck {
  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;
}

.fairgo77-2ualck 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;
}

.fairgo77-2ualck.fairgo77-irbwtb span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.fairgo77-2ualck.fairgo77-irbwtb span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.fairgo77-2ualck.fairgo77-irbwtb span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.fairgo77-6rlywq + .fairgo77-gr1s10 {
  margin-left: 20px;
}

.fairgo77-jv784o {
  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;
}

.fairgo77-jv784o > svg {
  max-width: 24px;
  max-height: 24px;
}

.fairgo77-jv784o + .fairgo77-jv784o {
  margin-left: 5px;
}

.fairgo77-22wsag {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.fairgo77-22wsag:hover {
  background-color: var(--button-bg-hover);
}

.fairgo77-j8yrd2 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.fairgo77-746x34 ease-in-out;
  border: 1px solid var(--border-color);
}

.fairgo77-j8yrd2:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.fairgo77-qo3bg0 {
  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) {
  .fairgo77-6rlywq {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .fairgo77-qo3bg0 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .fairgo77-6rlywq {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .fairgo77-jv784o {
    min-width: unset;
    flex: 1 1;
  }
}

.fairgo77-insh61 {
  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;
}

.fairgo77-insh61:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fairgo77-insh61:hover .fairgo77-14onz7 {
  opacity: 1;
  pointer-events: auto;
}

.fairgo77-hc3s53 {
  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.fairgo77-y3giyv ease-in-out;
  gap: 4px;
}

.fairgo77-hc3s53 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fairgo77-hc3s53 .fairgo77-p65lkx img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fairgo77-lttuy0,
.fairgo77-hc3s53:hover {
  color: var(--button-bg-hover);
}

.fairgo77-nflnfv {
  position: relative;
}

.fairgo77-nflnfv .fairgo77-hc3s53 {
  margin-right: 0;
  padding-right: 4px;
}

.fairgo77-jsyy2c svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fairgo77-nflnfv.fairgo77-irbwtb .fairgo77-jsyy2c svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.fairgo77-nflnfv.fairgo77-irbwtb .fairgo77-14onz7 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.fairgo77-nflnfv.fairgo77-irbwtb .fairgo77-14onz7::before {
  display: none;
}

.fairgo77-jsyy2c svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.fairgo77-14onz7 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.fairgo77-e505u4 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.fairgo77-14onz7::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.fairgo77-14onz7:hover {
  color: var(--fh-bg-color);
}

.fairgo77-qeu8it {
  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.fairgo77-e505u4 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.fairgo77-y3giyv ease-in-out;
  -o-transition: 0.fairgo77-y3giyv ease-in-out;
  transition: 0.fairgo77-y3giyv ease-in-out;
}

.fairgo77-qeu8it .fairgo77-p65lkx img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fairgo77-sa6jq0,
.fairgo77-qeu8it:hover {
  color: var(--button-bg-hover);
}

.fairgo77-bfjuju {
  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%;
}

.fairgo77-bfjuju.fairgo77-0l1il3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.fairgo77-bfjuju.fairgo77-0l1il3:after,
.fairgo77-bfjuju.fairgo77-0l1il3:before {
  content: "";
  position: absolute;
  margin: auto;
}

.fairgo77-bfjuju.fairgo77-0l1il3: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);
  }
}

.fairgo77-bfjuju.fairgo77-0l1il3:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.fairgo77-bfjuju.fairgo77-0l1il3 > * {
  z-index: 1;
}

.fairgo77-bfjuju b,
.fairgo77-bfjuju strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.fairgo77-bfjuju .fairgo77-dtr196 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.fairgo77-bfjuju .fairgo77-66gm8j {
  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;
}

.fairgo77-bfjuju .fairgo77-p65lkx {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.fairgo77-bfjuju .fairgo77-u3e0qz {
  margin-top: 12px;
}

.fairgo77-u3e0qz {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.fairgo77-x1h6vv {
  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;
}

.fairgo77-u3e0qz .fairgo77-uc4c60 {
  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.fairgo77-746x34 ease-in-out;
}

.fairgo77-u3e0qz .fairgo77-uc4c60:hover {
  background: rgba(255, 255, 255, 0.3);
}

.fairgo77-ryr4wu {
  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;
}

.fairgo77-bfjuju.fairgo77-c909ik {
  gap: 12px;
  padding: 16px;
}

.fairgo77-bfjuju.fairgo77-c909ik .fairgo77-ryr4wu {
  min-width: 240px;
}

.fairgo77-bfjuju.fairgo77-c909ik .fairgo77-ryr4wu.fairgo77-qwc5e3 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .fairgo77-bfjuju .fairgo77-dtr196 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .fairgo77-bfjuju .fairgo77-66gm8j {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .fairgo77-bfjuju .fairgo77-p65lkx {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .fairgo77-bfjuju.fairgo77-c909ik .fairgo77-p65lkx {
    max-width: 126px;
  }
  .fairgo77-bfjuju .fairgo77-u3e0qz {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .fairgo77-bfjuju .fairgo77-x1h6vv {
    max-width: unset;
  }
  .fairgo77-ryr4wu {
    min-width: unset;
    width: 100%;
  }
  .fairgo77-bfjuju .fairgo77-ryr4wu {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .fairgo77-bfjuju.fairgo77-c909ik {
    grid-template-rows: auto 1fr auto;
  }
  .fairgo77-bfjuju.fairgo77-c909ik .fairgo77-ryr4wu {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .fairgo77-bfjuju {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .fairgo77-bfjuju .fairgo77-dtr196 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .fairgo77-bfjuju .fairgo77-p65lkx {
    max-width: 78px;
  }
  .fairgo77-bfjuju .fairgo77-u3e0qz {
    margin-top: -12px;
  }
  .fairgo77-bfjuju.fairgo77-c909ik {
    gap: 8px;
  }
  .fairgo77-bfjuju.fairgo77-c909ik .fairgo77-dtr196 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .fairgo77-bfjuju.fairgo77-c909ik .fairgo77-66gm8j {
    grid-column: 1/3;
  }
  .fairgo77-bfjuju.fairgo77-c909ik .fairgo77-p65lkx {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .fairgo77-bfjuju.fairgo77-c909ik .fairgo77-p65lkx img {
    max-width: 114px;
  }
}

.fairgo77-ryr4wu.fairgo77-42x7a7,
.fairgo77-ryr4wu.fairgo77-r05vh2,
.fairgo77-ryr4wu.fairgo77-ewuc55 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.fairgo77-746x34 ease-in-out;
}

.fairgo77-ryr4wu.fairgo77-42x7a7,
.fairgo77-ryr4wu.fairgo77-ewuc55 {
  padding: 10px;
}

.fairgo77-ryr4wu.fairgo77-42x7a7:hover,
.fairgo77-ryr4wu.fairgo77-r05vh2:hover,
.fairgo77-ryr4wu.fairgo77-ewuc55:hover {
  background: var(--button-bg-hover);
}

.fairgo77-ryr4wu.fairgo77-42x7a7:hover svg path,
.fairgo77-ryr4wu.fairgo77-ewuc55:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.fairgo77-ryr4wu.fairgo77-qwc5e3 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.fairgo77-746x34 ease-in-out;
  background: var(--button-bg-color);
}

.fairgo77-ryr4wu.fairgo77-qwc5e3:hover {
  background-color: var(--button-bg-hover);
}

.fairgo77-ryr4wu.fairgo77-r05vh2: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);
  }
}

.fairgo77-ryr4wu.fairgo77-r05vh2:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fairgo77-ryr4wu.fairgo77-qwc5e3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fairgo77-r1ehr5 {
  max-width: 650px;
}

.fairgo77-8p8ha6 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.fairgo77-pw0d77 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fairgo77-6b1feh {
  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.fairgo77-y3giyv ease-in-out;
  cursor: pointer;
}

.fairgo77-6b1feh:hover {
  opacity: 0.5;
}

.fairgo77-6b1feh:focus {
  outline: 0;
}

.fairgo77-6b1feh:focus .fairgo77-iobxs1,
.fairgo77-6b1feh:hover .fairgo77-iobxs1 {
  fill: red;
  fill-opacity: 1;
}

.fairgo77-6b1feh:hover {
  cursor: pointer;
}

.fairgo77-8iuyv1 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.fairgo77-r1ehr5.fairgo77-ov8s14 {
  margin: 0 auto;
}

.fairgo77-r1ehr5.fairgo77-ituqiq {
  margin-left: auto;
}

.fairgo77-p3azi7 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.fairgo77-dcopev {
  padding-bottom: 50px;
}

.fairgo77-kszlop {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.fairgo77-x56smi {
  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;
}

.fairgo77-fkfpwo {
  margin-top: 24px;
}

.fairgo77-o5qdn6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fairgo77-dvefix {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.fairgo77-l1sq13 {
  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;
}

.fairgo77-ib8bxc {
  width: 468px;
}

.fairgo77-l1sq13 .fairgo77-14onz7 {
  margin: 0.fairgo77-zyki61 0;
}

.fairgo77-orvjtn {
  display: flex;
  min-width: 224px;
}

.fairgo77-etjmk3 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.fairgo77-y3giyv ease-in-out;
}

.fairgo77-8qy97f,
.fairgo77-etjmk3:hover {
  color: var(--text-color);
}

.fairgo77-7skib7 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.fairgo77-d27ba2 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .fairgo77-p3azi7 {
    padding: 16px;
  }
  .fairgo77-7skib7 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .fairgo77-d27ba2 {
    align-items: center;
  }
  .fairgo77-ib8bxc {
    width: unset;
  }
  .fairgo77-orvjtn {
    min-width: unset;
  }
  .fairgo77-l1sq13 {
    max-height: unset;
  }
  .fairgo77-kszlop {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .fairgo77-p3azi7 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.fairgo77-aamnqx {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.fairgo77-aamnqx:not(:last-child) {
  margin-bottom: 16px;
}

.fairgo77-ih84jw {
  outline: 0;
}

.fairgo77-ih84jw .fairgo77-ujq4ht {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.fairgo77-n27xft {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .fairgo77-n27xft {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.fairgo77-n27xft::-webkit-details-marker {
  display: none;
}

.fairgo77-n27xft: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;
}

.fairgo77-n27xft: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] .fairgo77-n27xft:after {
  transform: unset;
}

.fairgo77-ujq4ht {
  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);
}

.fairgo77-ujq4ht 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.fairgo77-y3giyv ease-in-out;
  -o-transition: 0.fairgo77-y3giyv ease-in-out;
  transition: 0.fairgo77-y3giyv ease-in-out;
}

.fairgo77-dwzmxh {
  padding: 16px 0 0 0;
}

.fairgo77-dwzmxh * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .fairgo77-dwzmxh :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fairgo77-n27xft {
    flex-wrap: wrap;
    gap: 12px;
  }
  .fairgo77-n27xft::after {
    margin-left: auto;
  }
  .fairgo77-ujq4ht {
    order: 3;
    flex: 1 1 100%;
  }
  .fairgo77-n27xft {
    font-size: 14px;
    line-height: 130%;
  }
  .fairgo77-ujq4ht svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.fairgo77-j3urie {
  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;
}

.fairgo77-gaui63 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.fairgo77-j3urie.fairgo77-irbwtb .fairgo77-gaui63 {
  margin-bottom: 12px;
}

.fairgo77-gaui63::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;
}

.fairgo77-j3urie.fairgo77-irbwtb .fairgo77-gaui63::after {
  transform: unset;
}

.fairgo77-26qhvx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.fairgo77-mr88nv {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.fairgo77-y3giyv ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.fairgo77-mr88nv: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;
}

.fairgo77-j3urie.fairgo77-irbwtb .fairgo77-26qhvx {
  max-height: 100%;
}

.fairgo77-1hejzo {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.fairgo77-ooq3of {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.fairgo77-w6tsqq {
  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;
}

.fairgo77-t81cp3 {
  margin-right: 4px;
}

.fairgo77-g9dvcd {
  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.fairgo77-y3giyv ease-in-out;
}

.fairgo77-g9dvcd svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.fairgo77-1jlt81,
.fairgo77-g9dvcd:hover {
  color: var(--text-color);
}

.fairgo77-g40on0 {
  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;
}

.fairgo77-g40on0 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.fairgo77-g40on0 .fairgo77-rrjjt3 {
  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;
}

.fairgo77-g40on0 .fairgo77-9iugxt {
  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;
}

.fairgo77-a5ttaw {
  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;
}

.fairgo77-kxucmz {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fairgo77-lednje .fairgo77-qtmfen {
  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;
}

.fairgo77-lednje {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.fairgo77-itfr4x {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.fairgo77-ysdomf {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.fairgo77-c3q5cb {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.fairgo77-rpdgyv 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;
}

.fairgo77-c3q5cb:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.fairgo77-jlqhnr {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.fairgo77-fkd154 {
  -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.fairgo77-y3giyv ease-in-out;
  transition: transform 0.fairgo77-y3giyv ease-in-out;
  -o-transition: transform 0.fairgo77-y3giyv ease-in-out;
  transition:
    transform 0.fairgo77-y3giyv ease-in-out,
    -webkit-transform 0.fairgo77-y3giyv ease-in-out;
  cursor: pointer;
}

.fairgo77-fkd154 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.fairgo77-fkd154: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;
}

.fairgo77-vg116f {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .fairgo77-vg116f {
    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);
}

.fairgo77-m0yn77 {
  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;
}

.fairgo77-6h34e7 {
  position: relative;
  width: 100%;
}

.fairgo77-m0yn77.fairgo77-wtqv9i {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fairgo77-m0yn77.fairgo77-ov8s14 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fairgo77-m0yn77.fairgo77-ituqiq {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fairgo77-0v8571 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.fairgo77-y5a2an {
  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.fairgo77-y3giyv ease-in-out;
  cursor: pointer;
}

.fairgo77-y5a2an:hover {
  opacity: 0.5;
}

.fairgo77-m0yn77.fairgo77-7xsj3z .fairgo77-y5a2an {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.fairgo77-m0yn77.fairgo77-7xsj3z .fairgo77-0v8571 {
  cursor: pointer;
}

.fairgo77-l6etwt {
  fill: #0009;
}

.fairgo77-l0jviq {
  fill: #fff;
}

.fairgo77-y5a2an:hover .fairgo77-l6etwt {
  fill: red;
}

.fairgo77-y5a2an svg path {
  -webkit-transition: 0.fairgo77-y3giyv ease-in-out;
  -o-transition: 0.fairgo77-y3giyv ease-in-out;
  transition: 0.fairgo77-y3giyv ease-in-out;
}

.fairgo77-e78ndh {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.fairgo77-e78ndh > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.fairgo77-e78ndh.fairgo77-gsgeut > :not(.get-image) {
  grid-column: 1/3;
}

.fairgo77-4gv4cq:not(._h1-block) .fairgo77-e78ndh > .fairgo77-683ipn {
  grid-row: 1/2;
  grid-column: 1/3;
}

.fairgo77-e78ndh.fairgo77-gsgeut .fairgo77-7t2log {
  grid-column: 2/3;
}

.fairgo77-e78ndh.fairgo77-gsgeut > .fairgo77-p65lkx {
  grid-column: 1/2;
}

.fairgo77-e78ndh.fairgo77-gsgeut > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.fairgo77-e78ndh > p:first-of-type {
  margin-top: 0;
}

.fairgo77-e78ndh .fairgo77-p65lkx {
  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;
}

.fairgo77-4gv4cq:not(._h1-block) .fairgo77-683ipn ~ .fairgo77-p65lkx {
  grid-row: 2/10;
}

.fairgo77-4gv4cq.fairgo77-oxzllr .fairgo77-683ipn ~ .fairgo77-p65lkx {
  grid-row: 1/10;
}

.fairgo77-4gv4cq.fairgo77-oxzllr > .fairgo77-683ipn {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.fairgo77-4gv4cq.fairgo77-oxzllr .fairgo77-p65lkx {
  grid-row: 1/10;
}

.fairgo77-e78ndh.fairgo77-k706ho .fairgo77-p65lkx {
  align-items: flex-start;
}

.fairgo77-e78ndh.fairgo77-ov8s14 .fairgo77-7t2log {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.fairgo77-e78ndh.fairgo77-ov8s14 .fairgo77-p65lkx {
  align-items: center;
}

.fairgo77-e78ndh.fairgo77-ga43ll .fairgo77-p65lkx {
  align-items: flex-end;
}

.fairgo77-7t2log > :first-child {
  margin-top: 0;
}

.fairgo77-7t2log > :last-child {
  margin-bottom: 0;
}

* + .fairgo77-bigajw,
.fairgo77-4gv4cq + .fairgo77-4gv4cq {
  margin-top: 2rem;
}

.fairgo77-9wcld5 td::before,
.fairgo77-9wcld5 th::after {
  display: none !important;
}

.fairgo77-9wcld5 #link-selector {
  color: #000;
}

.fairgo77-9wcld5 .fairgo77-mwex7m {
  color: #135e96;
}

.fairgo77-9wcld5 .fairgo77-xnpiec *,
.fairgo77-9wcld5 .fairgo77-87f6ip p,
.fairgo77-9wcld5 .fairgo77-z7977x * {
  color: #000;
}

.fairgo77-9wcld5 .fairgo77-41zuku {
  background: 0 0 !important;
}

.fairgo77-9wcld5 .fairgo77-b84y9s {
  color: #000;
}

.fairgo77-9wcld5 .fairgo77-japd8n.fairgo77-tyz9e1 {
  color: #fff;
}

.fairgo77-9wcld5 .fairgo77-u6kol2 {
  color: #000;
}

.fairgo77-9wcld5
  .fairgo77-o2ajm7
  .fairgo77-9gq0w6.fairgo77-tyz9e1.fairgo77-8nzler {
  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;
}

.fairgo77-7udvfe,
body .fairgo77-lqlg97 {
  color: #000;
  background: var(--color-body) !important;
}

.fairgo77-7udvfe .fairgo77-p5in1n .fairgo77-cuw7x0,
body .fairgo77-lqlg97 .fairgo77-p5in1n .fairgo77-cuw7x0 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fairgo77-mr88nv:focus,
  .fairgo77-mr88nv:hover {
    color: #f9cb16;
  }
  .fairgo77-hb4956:focus,
  .fairgo77-hb4956:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fairgo77-y3n6tc:focus img,
  .fairgo77-y3n6tc:focus svg,
  .fairgo77-y3n6tc:hover img,
  .fairgo77-y3n6tc:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .fairgo77-g40on0 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .fairgo77-nflnfv:hover .fairgo77-jsyy2c svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .fairgo77-jsyy2c {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .fairgo77-0xu7j3 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .fairgo77-abn26o {
    grid-template-columns: repeat(4, 1fr);
  }
  .fairgo77-0tlaig {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .fairgo77-dyjtfh .fairgo77-en36vd {
    grid-template-columns: 1fr;
  }
  .fairgo77-dyjtfh .fairgo77-1kfkhm {
    -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;
  }
  .fairgo77-dyjtfh .fairgo77-8bafqz {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fairgo77-dyjtfh .fairgo77-3uujzq {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fairgo77-dyjtfh .fairgo77-8xavoi {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .fairgo77-dyjtfh .fairgo77-8bafqz:not(:first-child) {
    border: none;
  }
  .fairgo77-dyjtfh .fairgo77-8bafqz:first-child .fairgo77-3uujzq {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .fairgo77-dyjtfh .fairgo77-8bafqz:last-child .fairgo77-3uujzq {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .fairgo77-l91cxk {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .fairgo77-kkz03a {
    max-width: 100px;
  }
  .fairgo77-6rlywq {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .fairgo77-gr1s10 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fairgo77-gr1s10 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .fairgo77-2ualck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .fairgo77-6rlywq + .fairgo77-gr1s10 {
    margin-left: auto;
  }
  .fairgo77-r367ey {
    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;
  }
  .fairgo77-r367ey.fairgo77-irbwtb {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .fairgo77-qo3bg0 {
    -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;
  }
  .fairgo77-insh61 {
    width: 100%;
  }
  .fairgo77-insh61:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .fairgo77-hc3s53 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .fairgo77-hc3s53 svg {
    margin-right: 4px;
  }
  .fairgo77-nflnfv {
    -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;
  }
  .fairgo77-jsyy2c svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .fairgo77-jsyy2c {
    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;
  }
  .fairgo77-14onz7 {
    display: none;
    width: 100%;
  }
  .fairgo77-nflnfv.fairgo77-irbwtb .fairgo77-14onz7 {
    padding: 0 0 0 48px;
  }
  .fairgo77-qeu8it {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .fairgo77-x56smi .fairgo77-p65lkx {
    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;
  }
  .fairgo77-u08n86 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fairgo77-u08n86 + .fairgo77-u08n86 {
    margin-right: 0;
  }
  .fairgo77-u08n86 + .fairgo77-p65lkx {
    margin: 0;
  }
  .fairgo77-0xu7j3 {
    grid-template-columns: repeat(4, 1fr);
  }
  .fairgo77-abn26o {
    grid-template-columns: repeat(3, 1fr);
  }
  .fairgo77-3f1rie,
  .fairgo77-hwja06 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fairgo77-e78ndh {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fairgo77-e78ndh.fairgo77-gsgeut .fairgo77-7t2log {
    grid-column: auto;
    grid-row: auto;
  }
  .fairgo77-e78ndh > .fairgo77-683ipn {
    grid-column: 1/2;
  }
  .fairgo77-e78ndh.fairgo77-gsgeut > :not(.get-image) {
    grid-column: 1/2;
  }
  .fairgo77-e78ndh .fairgo77-p65lkx,
  .fairgo77-e78ndh.fairgo77-gsgeut > .fairgo77-p65lkx {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fairgo77-e78ndh.fairgo77-gsgeut > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .fairgo77-4gv4cq.fairgo77-oxzllr .fairgo77-e78ndh > .fairgo77-p65lkx {
    grid-row: 1/2;
  }
  .fairgo77-e78ndh .fairgo77-683ipn ~ .fairgo77-p65lkx,
  .fairgo77-e78ndh.fairgo77-gsgeut .fairgo77-683ipn ~ .fairgo77-p65lkx {
    grid-row: 2/3;
  }
  .fairgo77-4gv4cq.fairgo77-oxzllr .fairgo77-683ipn ~ .fairgo77-p65lkx {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .fairgo77-989wb6:first-child .fairgo77-i02laa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fairgo77-989wb6:first-child .fairgo77-i02laa h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .fairgo77-989wb6 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .fairgo77-989wb6 {
    padding: 0;
  }
  .fairgo77-q3gnr5 {
    margin-top: 1rem;
  }
  .fairgo77-ih84jw {
    border-radius: 5px;
  }
  .fairgo77-nrxt7u {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fairgo77-gaui63::after {
    display: inline-block;
  }
  .fairgo77-gaui63 {
    margin: 0;
    width: 100%;
  }
  .fairgo77-26qhvx {
    width: 100%;
  }
  .fairgo77-26qhvx.fairgo77-fyg15h {
    -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%;
  }
  .fairgo77-26qhvx.fairgo77-fyg15h .fairgo77-1r5iof {
    width: 100%;
  }
  .fairgo77-26qhvx.fairgo77-fyg15h .fairgo77-1r5iof:not(:last-child) {
    margin-right: 0;
  }
  .fairgo77-mr88nv {
    width: 100%;
    text-align: center;
  }
  .fairgo77-j3urie.fairgo77-irbwtb .fairgo77-26qhvx {
    margin-top: 1rem;
  }
  .fairgo77-0xu7j3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .fairgo77-0tlaig,
  .fairgo77-abn26o {
    grid-template-columns: repeat(2, 1fr);
  }
  .fairgo77-3f1rie,
  .fairgo77-hwja06,
  .fairgo77-v6vxvq {
    grid-template-columns: 1fr;
  }
  .fairgo77-0innfo {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .fairgo77-5zow9u {
    min-width: 300px;
    max-width: 325px;
  }
  .fairgo77-3uujzq {
    cursor: auto;
  }
  .fairgo77-8j7092 .fairgo77-3uujzq {
    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;
  }
  .fairgo77-vg116f {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .fairgo77-14onz7 {
    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) {
  .fairgo77-vg116f {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.fairgo77-u08n86 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .fairgo77-gr1s10 {
    margin: 0 -0.2rem;
  }
  .fairgo77-u08n86 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fairgo77-ykpx0q {
    -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;
  }
  .fairgo77-a7vwg8 {
    max-width: 100%;
  }
  .fairgo77-0xu7j3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fairgo77-0tlaig,
  .fairgo77-abn26o {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .fairgo77-l91cxk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fairgo77-gr1s10 {
    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;
  }
  .fairgo77-xyrw1i {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fairgo77-jv784o {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fairgo77-2w17ln,
  .fairgo77-6y9vbg {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .fairgo77-p7j2y0 {
    width: 100%;
  }
  .fairgo77-0xu7j3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .fairgo77-vg116f {
    top: 127px !important;
  }
}

.fairgo77-32pp5n {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .fairgo77-32pp5n {
  }
}

@media (max-width: 767px) {
  .fairgo77-32pp5n {
    margin-bottom: 12px;
  }
}

.fairgo77-32pp5n img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.fairgo77-50bbh7 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.fairgo77-50bbh7 > .fairgo77-sc3ceb {
  flex: 1 1;
}

@media (max-width: 767px) {
  .fairgo77-50bbh7 {
    flex-direction: column;
    gap: 12px;
  }
}

.fairgo77-npbhw1 {
  display: flex;
}

.fairgo77-npbhw1 .fairgo77-vjbjiu {
  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;
}

.fairgo77-npbhw1 .fairgo77-38vuq8 {
  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;
}

.fairgo77-npbhw1 .fairgo77-n15mv8 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.fairgo77-npbhw1 .fairgo77-is7kh2 {
  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));
  }
}

.fairgo77-npbhw1 .fairgo77-is7kh2:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.fairgo77-npbhw1 .fairgo77-jkc5op {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.fairgo77-ncix5z {
  border: unset;
  background-color: unset;
}

.fairgo77-ncix5z tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fairgo77-ncix5z .fairgo77-sne9de,
.fairgo77-ncix5z .fairgo77-xae7fe {
  flex: 0 1 330px;
}

.fairgo77-ncix5z .fairgo77-hlc51c {
  flex: 1 1;
}

.fairgo77-ncix5z tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.fairgo77-ncix5z tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.fairgo77-ncix5z tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.fairgo77-ncix5z tr td p {
  color: #fff;
  margin: 0;
}

.fairgo77-ncix5z tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.fairgo77-ncix5z tr.fairgo77-sne9de td p {
  padding: 16px 0;
}

.fairgo77-ncix5z tr.fairgo77-sne9de td p:not(:last-child),
.fairgo77-ncix5z tr.fairgo77-xae7fe td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.fairgo77-ncix5z tr.fairgo77-sne9de td p:first-child,
.fairgo77-ncix5z tr.fairgo77-xae7fe td p:first-child {
  padding-top: 0;
}

.fairgo77-ncix5z tr.fairgo77-xae7fe td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fairgo77-ncix5z tr.fairgo77-xae7fe td p:last-child {
  padding-bottom: 0;
}

.fairgo77-ncix5z .fairgo77-xae7fe img {
  max-width: 32px;
}

.fairgo77-ncix5z .fairgo77-hlc51c {
  min-width: 718px;
}

.fairgo77-ncix5z .fairgo77-hlc51c td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.fairgo77-ncix5z .fairgo77-hlc51c td {
  display: flex;
}

.fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-m0wao8,
.fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-v3hukn,
.fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-wywv8o {
  flex: 1 1 50%;
}

.fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-mq6seg {
  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;
}

.fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-wnyqn2,
.fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-dm3c25 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-m0wao8,
.fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-v3hukn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-m0wao8 span,
.fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-v3hukn span {
  font-weight: 800;
}

.fairgo77-ncix5z .fairgo77-hlc51c img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .fairgo77-ncix5z .fairgo77-hlc51c td .fairgo77-wywv8o:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .fairgo77-ncix5z tr.fairgo77-sne9de td p:last-child {
    padding-bottom: 0;
  }
  .fairgo77-ncix5z .fairgo77-xae7fe > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .fairgo77-ncix5z .fairgo77-xae7fe > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .fairgo77-ncix5z tr.fairgo77-sne9de td p:not(:last-child),
  .fairgo77-ncix5z tr.fairgo77-xae7fe td p:not(:last-child) {
    border-bottom: unset;
  }
  .fairgo77-ncix5z tr.fairgo77-xae7fe td p:last-child {
    padding-bottom: 12px;
  }
  .fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-m0wao8,
  .fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-v3hukn,
  .fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-wywv8o {
    flex: 1 1 50%;
    padding: 0;
  }
  .fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-m0wao8,
  .fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-v3hukn {
    margin-top: 16px;
  }
  .fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-wywv8o {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-m0wao8 {
    border-right: 1px solid var(--border-color);
  }
  .fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-wywv8o:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .fairgo77-ncix5z .fairgo77-hlc51c td:last-child .fairgo77-wywv8o:last-child {
    padding-bottom: 0;
  }
}

.fairgo77-wywv8o {
  display: flex;
  flex-direction: column;
}

.fairgo77-ncix5z .fairgo77-hlc51c td .fairgo77-wywv8o {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.fairgo77-ncix5z .fairgo77-hlc51c td .fairgo77-wywv8o:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.fairgo77-ncix5z .fairgo77-hlc51c td .fairgo77-wywv8o:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .fairgo77-ncix5z .fairgo77-hlc51c td .fairgo77-wywv8o:not(:first-child) {
    padding-left: 0;
  }
  .fairgo77-ncix5z .fairgo77-hlc51c td .fairgo77-wywv8o:not(:last-of-type) {
    border-right: unset;
  }
}

.fairgo77-ncix5z .fairgo77-k3xwyu {
  flex: 0 1 485px;
}

.fairgo77-ncix5z .fairgo77-f16tps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.fairgo77-ncix5z .fairgo77-f16tps li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fairgo77-ncix5z .fairgo77-f16tps li.fairgo77-emsoce {
  padding: 6px 12px;
}

.fairgo77-ncix5z .fairgo77-f16tps li a,
.fairgo77-ncix5z .fairgo77-f16tps 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;
}

.fairgo77-ncix5z .fairgo77-yz52im,
.fairgo77-ncix5z .fairgo77-xt6srj {
  flex: 1 1;
}

.fairgo77-ncix5z .fairgo77-v2ocns,
.fairgo77-ncix5z .fairgo77-ycao3j {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fairgo77-ncix5z .fairgo77-v2ocns li,
.fairgo77-ncix5z .fairgo77-ycao3j li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fairgo77-ncix5z .fairgo77-xt6srj img {
  max-width: 32px;
}

.fairgo77-ncix5z .fairgo77-yz52im img {
  max-width: 32px;
}

.fairgo77-ncix5z .fairgo77-pg9080 {
  min-width: 280px;
}

.fairgo77-ncix5z .fairgo77-pg9080 img {
  max-width: 146px;
}

.fairgo77-ncix5z .fairgo77-pg9080 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .fairgo77-ncix5z .fairgo77-sne9de,
  .fairgo77-ncix5z .fairgo77-xae7fe {
    flex: 0 1 auto;
  }
  .fairgo77-ncix5z .fairgo77-hlc51c {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .fairgo77-ncix5z .fairgo77-sne9de,
  .fairgo77-ncix5z .fairgo77-k3xwyu,
  .fairgo77-ncix5z .fairgo77-xae7fe,
  .fairgo77-ncix5z .fairgo77-hlc51c {
    flex: 1 1 calc(50% - 20px);
  }
  .fairgo77-ncix5z .fairgo77-yz52im,
  .fairgo77-ncix5z .fairgo77-pg9080,
  .fairgo77-ncix5z .fairgo77-xt6srj {
    flex: 1 1 30%;
  }
  .fairgo77-ncix5z .fairgo77-pg9080 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .fairgo77-ncix5z .fairgo77-sne9de,
  .fairgo77-ncix5z .fairgo77-k3xwyu,
  .fairgo77-ncix5z .fairgo77-yz52im,
  .fairgo77-ncix5z .fairgo77-xae7fe,
  .fairgo77-ncix5z .fairgo77-hlc51c,
  .fairgo77-ncix5z .fairgo77-pg9080,
  .fairgo77-ncix5z .fairgo77-xt6srj {
    flex: 1 1 100%;
  }
}

.fairgo77-h6ehja .fairgo77-gvkz9h {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fairgo77-h6ehja .fairgo77-iyye75 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.fairgo77-h6ehja .fairgo77-75xwee {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.fairgo77-h6ehja .fairgo77-464rsa {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.fairgo77-h6ehja .fairgo77-464rsa > :nth-child(3) {
  margin-top: 0;
}

.fairgo77-h6ehja .fairgo77-p65lkx {
  grid-column: 2/3;
  grid-row: 1/10;
}

.fairgo77-h6ehja .fairgo77-vcrmxu {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.fairgo77-h6ehja .fairgo77-q3gnr5 {
  grid-column: 1/2;
}

.fairgo77-h6ehja > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.fairgo77-h6ehja .fairgo77-iyye75: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;
}

.fairgo77-h6ehja .fairgo77-iyye75:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.fairgo77-h6ehja .fairgo77-p7j2y0 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .fairgo77-h6ehja .fairgo77-iyye75:not(:last-child):before {
    bottom: 8px;
  }
  .fairgo77-h6ehja .fairgo77-iyye75:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .fairgo77-h6ehja .fairgo77-464rsa {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .fairgo77-h6ehja .fairgo77-p65lkx {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .fairgo77-h6ehja .fairgo77-p65lkx img {
    width: 100%;
    height: auto;
  }
  .fairgo77-h6ehja .fairgo77-p7j2y0 {
    width: 100%;
    min-width: unset;
  }
}

.fairgo77-l9iiu8 .fairgo77-qs398c {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.fairgo77-l9iiu8 .fairgo77-4ojm68 {
  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;
}

.fairgo77-l9iiu8 .fairgo77-p65lkx {
  height: 100%;
}

.fairgo77-l9iiu8 .fairgo77-p65lkx img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.fairgo77-l9iiu8 .fairgo77-cg8hcr {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.fairgo77-l9iiu8 .fairgo77-nmj80h {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.fairgo77-l9iiu8 .fairgo77-cjsdxa {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .fairgo77-l9iiu8 .fairgo77-4ojm68 {
    flex: 1 1 100%;
  }
  .fairgo77-l9iiu8 .fairgo77-ryr4wu {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .fairgo77-l9iiu8 .fairgo77-4ojm68 {
    flex-direction: column;
  }
  .fairgo77-l9iiu8 .fairgo77-p65lkx {
    width: 100%;
    height: auto;
  }
  .fairgo77-l9iiu8 .fairgo77-p65lkx img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .fairgo77-l9iiu8 .fairgo77-cg8hcr {
    padding: 0 16px 16px 16px;
  }
  .fairgo77-l9iiu8 .fairgo77-ryr4wu {
    min-width: unset;
    width: 100%;
  }
}

.fairgo77-raa3gt .fairgo77-ik400l {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.fairgo77-raa3gt .fairgo77-x9yp16 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.fairgo77-raa3gt 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;
}

.fairgo77-raa3gt .fairgo77-8z80iy {
  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;
}

.fairgo77-raa3gt .fairgo77-x9yp16:hover .fairgo77-8z80iy {
  display: flex;
}

.fairgo77-raa3gt .fairgo77-35f3xx {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fairgo77-raa3gt .fairgo77-fl9y37 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.fairgo77-z8lx9h {
  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;
}

.fairgo77-z8lx9h.fairgo77-ky505a {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.fairgo77-746x34 ease-in-out;
}

.fairgo77-z8lx9h.fairgo77-ky505a:hover {
  color: #f9cb16;
  background-color: transparent;
}

.fairgo77-raa3gt .fairgo77-6t18ui {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.fairgo77-746x34 ease-in-out;
}

.fairgo77-raa3gt .fairgo77-6t18ui:hover {
  color: #196948;
  background-color: #f9cb16;
}

.fairgo77-raa3gt .fairgo77-6t18ui:after,
.fairgo77-z8lx9h.fairgo77-ky505a:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.fairgo77-z8lx9h.fairgo77-ky505a:after {
  background-image: url(../images/Cash.svg);
}

.fairgo77-raa3gt .fairgo77-6t18ui:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .fairgo77-raa3gt .fairgo77-ik400l {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .fairgo77-raa3gt .fairgo77-ik400l {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fairgo77-raa3gt .fairgo77-ik400l {
    grid-template-columns: 1fr;
  }
  .fairgo77-raa3gt .fairgo77-x9yp16 {
    height: auto;
  }
  .fairgo77-raa3gt .fairgo77-x9yp16 .fairgo77-8z80iy {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .fairgo77-raa3gt .fairgo77-35f3xx,
  .fairgo77-raa3gt .fairgo77-fl9y37 {
    text-align: left;
  }
  .fairgo77-raa3gt .fairgo77-fl9y37 {
    margin-bottom: 8px;
  }
  .fairgo77-raa3gt img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.fairgo77-chdguy {
  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;
}

.fairgo77-chdguy.fairgo77-7xsj3z {
  display: block;
}

.fairgo77-chdguy .fairgo77-97w665 {
  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;
}

.fairgo77-chdguy .fairgo77-itb45w {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.fairgo77-chdguy .fairgo77-j9dozr {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.fairgo77-chdguy .fairgo77-a3ilf5 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.fairgo77-chdguy .fairgo77-z8lx9h {
  min-width: 296px;
  margin-bottom: 0;
}

.fairgo77-chdguy .fairgo77-cp99i3 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fairgo77-chdguy .fairgo77-gie5iu {
  position: relative;
  flex: 1 1;
}

.fairgo77-chdguy .fairgo77-gie5iu iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .fairgo77-chdguy .fairgo77-itb45w {
    flex-wrap: wrap;
    gap: 8px;
  }
  .fairgo77-chdguy .fairgo77-j9dozr {
    order: 1;
  }
  .fairgo77-chdguy .fairgo77-a3ilf5 {
    order: 3;
    flex: 1 1 100%;
  }
  .fairgo77-chdguy .fairgo77-z8lx9h {
    width: 100%;
    min-width: unset;
  }
  .fairgo77-chdguy .fairgo77-cp99i3 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .fairgo77-e78ndh > .fairgo77-683ipn {
    margin-bottom: 0;
  }
  .fairgo77-e78ndh > .fairgo77-q3gnr5,
  .fairgo77-e78ndh > p {
    margin-top: 0;
  }
}

.fairgo77-k1bccg img,
.fairgo77-u08n86 img {
  width: auto;
  object-fit: contain;
}

.fairgo77-k1bccg {
  align-items: center;
}

.fairgo77-k1bccg img {
  max-height: 76px;
}

.fairgo77-u08n86 img {
  max-height: 64px;
}

.fairgo77-izmj7g {
  overflow: auto;
}

.fairgo77-inze5e {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.fairgo77-6m8jo8:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.fairgo77-c59xrz {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.fairgo77-qnucs7 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fairgo77-c59xrz .fairgo77-p65lkx {
  margin-right: 20px;
  flex-shrink: 0;
}

.fairgo77-c59xrz img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.fairgo77-459ikr {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.fairgo77-459ikr > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fairgo77-c59xrz {
    padding: 15px 10px;
  }
  .fairgo77-459ikr {
    padding: 15px 10px;
  }
  .fairgo77-c59xrz .fairgo77-p65lkx {
    margin-right: 10px;
  }
}

.fairgo77-6fot6d {
  overflow-x: auto;
}

.fairgo77-63n3a0 {
  border-collapse: collapse;
  width: 100%;
}

.fairgo77-6fot6d th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.fairgo77-6fot6d td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.fairgo77-6fot6d td.fairgo77-lea52e {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.fairgo77-6fot6d td.fairgo77-ohzn94 {
  border-right: none;
}

.fairgo77-6fot6d td.fairgo77-ohzn94 .fairgo77-p65lkx {
  justify-content: flex-start;
}

.fairgo77-6fot6d td.fairgo77-ohzn94 .fairgo77-p65lkx img {
  height: auto;
  width: 90px;
}

.fairgo77-6fot6d td.fairgo77-x6qocy,
.fairgo77-6fot6d td.fairgo77-r0uqhe {
  font-weight: 600;
  text-align: right;
}

.fairgo77-6fot6d td.fairgo77-87lhcx,
.fairgo77-6fot6d td.fairgo77-x6qocy {
  padding-bottom: 10px;
  border-bottom: none;
}

.fairgo77-6fot6d td.fairgo77-x6qocy,
.fairgo77-6fot6d td.fairgo77-r0uqhe {
  border-left: none;
}

.fairgo77-6fot6d td.fairgo77-87lhcx,
.fairgo77-6fot6d td.fairgo77-2mz60f {
  border-right: none;
}

.fairgo77-6fot6d td.fairgo77-2mz60f,
.fairgo77-6fot6d td.fairgo77-r0uqhe {
  border-top: none;
  padding-top: 10px;
}

.fairgo77-shxf06 {
  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;
}

.fairgo77-shxf06 .fairgo77-ryr4wu {
  min-width: unset;
  width: 100%;
}

.fairgo77-shxf06 .fairgo77-ryr4wu.fairgo77-42x7a7 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.fairgo77-shxf06 .fairgo77-ryr4wu.fairgo77-ewuc55 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.fairgo77-shxf06 .fairgo77-kllp2v {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .fairgo77-shxf06 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .fairgo77-shxf06 .fairgo77-ryr4wu.fairgo77-42x7a7 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fairgo77-shxf06 .fairgo77-ryr4wu.fairgo77-ewuc55 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .fairgo77-shxf06 .fairgo77-kllp2v {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.fairgo77-o76ett {
  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;
}

.fairgo77-7p1t1k {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.fairgo77-uvcivs p a img {
  margin: 0 auto;
  display: block;
}

.fairgo77-uvcivs table {
  margin-bottom: 17px;
}

/* contanct form */
.fairgo77-81i5sc {
  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;
}

.fairgo77-81i5sc label {
  font-size: 14px;
}

.fairgo77-81i5sc h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fairgo77-81i5sc input,
.fairgo77-81i5sc textarea,
.fairgo77-81i5sc 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;
}
.fairgo77-81i5sc button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fairgo77-746x34 ease;
}
.fairgo77-81i5sc button:hover {
  background-color: #691204;
}
.fairgo77-6a1sr1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fairgo77-awk819 ease-in;
}

.fairgo77-6a1sr1 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;
}
.fairgo77-2ojt38, .fairgo77-ry0wur, [class*="review-card"],
thead, thead th, table th, .fairgo77-o7n0e7,
.fairgo77-n12cmi, [class*="collapsible-header"],
.fairgo77-aiff7o, [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; }
