@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-e5eyox {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fairgo77-43o6zr {
  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-nci7dg,
ul.fairgo77-nci7dg {
  padding-left: 20px;
}

ul.fairgo77-nci7dg {
  list-style: disc;
}

ol.fairgo77-nci7dg {
  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-zm254n > .fairgo77-v707ly,
.fairgo77-zm254n > .fairgo77-38zd2x,
.fairgo77-zm254n > blockquote,
.fairgo77-zm254n > h1,
.fairgo77-zm254n > h2,
.fairgo77-zm254n > h3,
.fairgo77-zm254n > h4,
.fairgo77-zm254n > h5,
.fairgo77-zm254n > h6,
.fairgo77-zm254n > ol,
.fairgo77-zm254n > p,
.fairgo77-zm254n > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fairgo77-zm254n > ol,
.fairgo77-zm254n > ul {
  padding-left: 50px;
}

.fairgo77-zm254n 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-zm254n:not(:last-child) {
  margin-bottom: 2rem;
}

.fairgo77-zm254n > :not(:first-child) {
  margin-top: 2rem;
}

.fairgo77-zm254n {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fairgo77-zm254n:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .fairgo77-zm254n:first-child {
    margin-top: 20px;
  }
}

.fairgo77-zm254n > p:last-of-type {
  margin-bottom: 32px;
}

.fairgo77-zm254n > .fairgo77-ucsutx:not(:first-child) {
  margin: 64px auto 16px auto;
}

.fairgo77-eott3u > .fairgo77-ucsutx {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fairgo77-38zd2x {
  overflow: auto;
}

.fairgo77-38zd2x::-webkit-scrollbar {
  height: 5px;
}

.fairgo77-38zd2x table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.fairgo77-38zd2x table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.fairgo77-38zd2x table thead,
table thead {
  border-bottom: none;
}

.fairgo77-38zd2x table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.fairgo77-38zd2x table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.fairgo77-38zd2x table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.fairgo77-38zd2x .fairgo77-iqfpaz {
  table-layout: auto;
}

.fairgo77-38zd2x .fairgo77-iqfpaz th {
  word-break: normal;
}

.fairgo77-38zd2x .fairgo77-iqfpaz td {
  word-break: normal;
}

.fairgo77-e5eyox .fairgo77-e5eyox {
  padding-right: 0;
  padding-left: 0;
}

.fairgo77-6pr5iz {
  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-e9wscy {
  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-p6bosm {
  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-v707ly {
  margin-top: 24px;
}

.fairgo77-v707ly.fairgo77-fsp0t3 {
  text-align: left;
}

.fairgo77-v707ly.fairgo77-c7i9cu {
  text-align: right;
}

.fairgo77-v707ly.fairgo77-9l5trm {
  text-align: center;
}

.fairgo77-xajf3h {
  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-mj4iny ease-in-out;
  cursor: pointer;
}

.fairgo77-xajf3h:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.fairgo77-xajf3h {
  min-width: 328px;
}

@media (max-width: 768px) {
  .fairgo77-xajf3h {
    min-width: unset;
  }
}

.fairgo77-fkrpp9 {
  background-color: var(--fh-bg-color);
}

.fairgo77-fggxck {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.fairgo77-a04y9y {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.fairgo77-a04y9y img {
  max-height: 80px;
  object-fit: contain;
}

.fairgo77-fvlp7b {
  flex: 1 1;
}

.fairgo77-5nmiuo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.fairgo77-i8u0xp {
  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-i8u0xp 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-i8u0xp.fairgo77-mwgvoe span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.fairgo77-i8u0xp.fairgo77-mwgvoe span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.fairgo77-i8u0xp.fairgo77-mwgvoe span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.fairgo77-fvlp7b + .fairgo77-5nmiuo {
  margin-left: 20px;
}

.fairgo77-cou0nk {
  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-cou0nk > svg {
  max-width: 24px;
  max-height: 24px;
}

.fairgo77-cou0nk + .fairgo77-cou0nk {
  margin-left: 5px;
}

.fairgo77-sk3l5a {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.fairgo77-sk3l5a:hover {
  background-color: var(--button-bg-hover);
}

.fairgo77-47f0rf {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.fairgo77-mj4iny ease-in-out;
  border: 1px solid var(--border-color);
}

.fairgo77-47f0rf:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.fairgo77-jzq1wc {
  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-fvlp7b {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .fairgo77-jzq1wc {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .fairgo77-fvlp7b {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .fairgo77-cou0nk {
    min-width: unset;
    flex: 1 1;
  }
}

.fairgo77-kra5ut {
  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-kra5ut:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fairgo77-kra5ut:hover .fairgo77-yeeok5 {
  opacity: 1;
  pointer-events: auto;
}

.fairgo77-0avqn9 {
  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-wtwe5x ease-in-out;
  gap: 4px;
}

.fairgo77-0avqn9 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fairgo77-0avqn9 .fairgo77-6pr5iz img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fairgo77-qn53bv,
.fairgo77-0avqn9:hover {
  color: var(--button-bg-hover);
}

.fairgo77-4uph83 {
  position: relative;
}

.fairgo77-4uph83 .fairgo77-0avqn9 {
  margin-right: 0;
  padding-right: 4px;
}

.fairgo77-tac9dd svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fairgo77-4uph83.fairgo77-mwgvoe .fairgo77-tac9dd svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.fairgo77-4uph83.fairgo77-mwgvoe .fairgo77-yeeok5 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.fairgo77-4uph83.fairgo77-mwgvoe .fairgo77-yeeok5::before {
  display: none;
}

.fairgo77-tac9dd svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.fairgo77-yeeok5 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.fairgo77-eb4elv 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.fairgo77-yeeok5::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.fairgo77-yeeok5:hover {
  color: var(--fh-bg-color);
}

.fairgo77-8r0qur {
  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-eb4elv 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.fairgo77-wtwe5x ease-in-out;
  -o-transition: 0.fairgo77-wtwe5x ease-in-out;
  transition: 0.fairgo77-wtwe5x ease-in-out;
}

.fairgo77-8r0qur .fairgo77-6pr5iz img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fairgo77-bbqo0j,
.fairgo77-8r0qur:hover {
  color: var(--button-bg-hover);
}

.fairgo77-3b8w5j {
  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-3b8w5j.fairgo77-tdbejd {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.fairgo77-3b8w5j.fairgo77-tdbejd:after,
.fairgo77-3b8w5j.fairgo77-tdbejd:before {
  content: "";
  position: absolute;
  margin: auto;
}

.fairgo77-3b8w5j.fairgo77-tdbejd: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-3b8w5j.fairgo77-tdbejd:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.fairgo77-3b8w5j.fairgo77-tdbejd > * {
  z-index: 1;
}

.fairgo77-3b8w5j b,
.fairgo77-3b8w5j strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.fairgo77-3b8w5j .fairgo77-fv9q6d {
  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-3b8w5j .fairgo77-r5o4mw {
  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-3b8w5j .fairgo77-6pr5iz {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.fairgo77-3b8w5j .fairgo77-3ibgxo {
  margin-top: 12px;
}

.fairgo77-3ibgxo {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.fairgo77-il8g75 {
  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-3ibgxo .fairgo77-onukmu {
  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-mj4iny ease-in-out;
}

.fairgo77-3ibgxo .fairgo77-onukmu:hover {
  background: rgba(255, 255, 255, 0.3);
}

.fairgo77-0xzz8o {
  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-3b8w5j.fairgo77-91ja4m {
  gap: 12px;
  padding: 16px;
}

.fairgo77-3b8w5j.fairgo77-91ja4m .fairgo77-0xzz8o {
  min-width: 240px;
}

.fairgo77-3b8w5j.fairgo77-91ja4m .fairgo77-0xzz8o.fairgo77-x92rez {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .fairgo77-3b8w5j .fairgo77-fv9q6d {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .fairgo77-3b8w5j .fairgo77-r5o4mw {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .fairgo77-3b8w5j .fairgo77-6pr5iz {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .fairgo77-3b8w5j.fairgo77-91ja4m .fairgo77-6pr5iz {
    max-width: 126px;
  }
  .fairgo77-3b8w5j .fairgo77-3ibgxo {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .fairgo77-3b8w5j .fairgo77-il8g75 {
    max-width: unset;
  }
  .fairgo77-0xzz8o {
    min-width: unset;
    width: 100%;
  }
  .fairgo77-3b8w5j .fairgo77-0xzz8o {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .fairgo77-3b8w5j.fairgo77-91ja4m {
    grid-template-rows: auto 1fr auto;
  }
  .fairgo77-3b8w5j.fairgo77-91ja4m .fairgo77-0xzz8o {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .fairgo77-3b8w5j {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .fairgo77-3b8w5j .fairgo77-fv9q6d {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .fairgo77-3b8w5j .fairgo77-6pr5iz {
    max-width: 78px;
  }
  .fairgo77-3b8w5j .fairgo77-3ibgxo {
    margin-top: -12px;
  }
  .fairgo77-3b8w5j.fairgo77-91ja4m {
    gap: 8px;
  }
  .fairgo77-3b8w5j.fairgo77-91ja4m .fairgo77-fv9q6d {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .fairgo77-3b8w5j.fairgo77-91ja4m .fairgo77-r5o4mw {
    grid-column: 1/3;
  }
  .fairgo77-3b8w5j.fairgo77-91ja4m .fairgo77-6pr5iz {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .fairgo77-3b8w5j.fairgo77-91ja4m .fairgo77-6pr5iz img {
    max-width: 114px;
  }
}

.fairgo77-0xzz8o.fairgo77-4f31q5,
.fairgo77-0xzz8o.fairgo77-hmwutd,
.fairgo77-0xzz8o.fairgo77-74m1s7 {
  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-mj4iny ease-in-out;
}

.fairgo77-0xzz8o.fairgo77-4f31q5,
.fairgo77-0xzz8o.fairgo77-74m1s7 {
  padding: 10px;
}

.fairgo77-0xzz8o.fairgo77-4f31q5:hover,
.fairgo77-0xzz8o.fairgo77-hmwutd:hover,
.fairgo77-0xzz8o.fairgo77-74m1s7:hover {
  background: var(--button-bg-hover);
}

.fairgo77-0xzz8o.fairgo77-4f31q5:hover svg path,
.fairgo77-0xzz8o.fairgo77-74m1s7:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.fairgo77-0xzz8o.fairgo77-x92rez {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.fairgo77-mj4iny ease-in-out;
  background: var(--button-bg-color);
}

.fairgo77-0xzz8o.fairgo77-x92rez:hover {
  background-color: var(--button-bg-hover);
}

.fairgo77-0xzz8o.fairgo77-hmwutd: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-0xzz8o.fairgo77-hmwutd:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fairgo77-0xzz8o.fairgo77-x92rez:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fairgo77-34qu1s {
  max-width: 650px;
}

.fairgo77-00jff1 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.fairgo77-m5nr9r {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fairgo77-pr03gj {
  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-wtwe5x ease-in-out;
  cursor: pointer;
}

.fairgo77-pr03gj:hover {
  opacity: 0.5;
}

.fairgo77-pr03gj:focus {
  outline: 0;
}

.fairgo77-pr03gj:focus .fairgo77-c38bot,
.fairgo77-pr03gj:hover .fairgo77-c38bot {
  fill: red;
  fill-opacity: 1;
}

.fairgo77-pr03gj:hover {
  cursor: pointer;
}

.fairgo77-nfofok {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.fairgo77-34qu1s.fairgo77-9l5trm {
  margin: 0 auto;
}

.fairgo77-34qu1s.fairgo77-c7i9cu {
  margin-left: auto;
}

.fairgo77-i5shf5 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.fairgo77-t8x5xk {
  padding-bottom: 50px;
}

.fairgo77-9owxaj {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.fairgo77-jh2p5p {
  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-9le5nd {
  margin-top: 24px;
}

.fairgo77-ddhzsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fairgo77-t51qfx {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.fairgo77-j77d2g {
  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-2vqmip {
  width: 468px;
}

.fairgo77-j77d2g .fairgo77-yeeok5 {
  margin: 0.fairgo77-1dmplt 0;
}

.fairgo77-5m6kpx {
  display: flex;
  min-width: 224px;
}

.fairgo77-i5ln0u {
  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-wtwe5x ease-in-out;
}

.fairgo77-o2buki,
.fairgo77-i5ln0u:hover {
  color: var(--text-color);
}

.fairgo77-6jz4c6 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.fairgo77-pxnnyz {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .fairgo77-i5shf5 {
    padding: 16px;
  }
  .fairgo77-6jz4c6 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .fairgo77-pxnnyz {
    align-items: center;
  }
  .fairgo77-2vqmip {
    width: unset;
  }
  .fairgo77-5m6kpx {
    min-width: unset;
  }
  .fairgo77-j77d2g {
    max-height: unset;
  }
  .fairgo77-9owxaj {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .fairgo77-i5shf5 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.fairgo77-ohgwnb {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.fairgo77-ohgwnb:not(:last-child) {
  margin-bottom: 16px;
}

.fairgo77-2opr99 {
  outline: 0;
}

.fairgo77-2opr99 .fairgo77-vydnfu {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.fairgo77-jw8ll1 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .fairgo77-jw8ll1 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.fairgo77-jw8ll1::-webkit-details-marker {
  display: none;
}

.fairgo77-jw8ll1: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-jw8ll1: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-jw8ll1:after {
  transform: unset;
}

.fairgo77-vydnfu {
  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-vydnfu 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-wtwe5x ease-in-out;
  -o-transition: 0.fairgo77-wtwe5x ease-in-out;
  transition: 0.fairgo77-wtwe5x ease-in-out;
}

.fairgo77-xqb135 {
  padding: 16px 0 0 0;
}

.fairgo77-xqb135 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .fairgo77-xqb135 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fairgo77-jw8ll1 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .fairgo77-jw8ll1::after {
    margin-left: auto;
  }
  .fairgo77-vydnfu {
    order: 3;
    flex: 1 1 100%;
  }
  .fairgo77-jw8ll1 {
    font-size: 14px;
    line-height: 130%;
  }
  .fairgo77-vydnfu svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.fairgo77-g3v7kj {
  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-axn5pr {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.fairgo77-g3v7kj.fairgo77-mwgvoe .fairgo77-axn5pr {
  margin-bottom: 12px;
}

.fairgo77-axn5pr::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-g3v7kj.fairgo77-mwgvoe .fairgo77-axn5pr::after {
  transform: unset;
}

.fairgo77-45yzug {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.fairgo77-it6em7 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.fairgo77-wtwe5x ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.fairgo77-it6em7: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-g3v7kj.fairgo77-mwgvoe .fairgo77-45yzug {
  max-height: 100%;
}

.fairgo77-x2tpyc {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.fairgo77-3nwdox {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.fairgo77-6zt7fh {
  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-07fwie {
  margin-right: 4px;
}

.fairgo77-u0nu0h {
  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-wtwe5x ease-in-out;
}

.fairgo77-u0nu0h svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.fairgo77-6ktt69,
.fairgo77-u0nu0h:hover {
  color: var(--text-color);
}

.fairgo77-zp14kk {
  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-zp14kk img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.fairgo77-zp14kk .fairgo77-mi5npw {
  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-zp14kk .fairgo77-poa7u3 {
  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-0qf28c {
  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-zl0e5g {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fairgo77-5t3b76 .fairgo77-e5eyox {
  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-5t3b76 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.fairgo77-5p7vyz {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.fairgo77-5bkfuj {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.fairgo77-ky509l {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.fairgo77-omoh6t 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-ky509l:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.fairgo77-0m0pfq {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.fairgo77-mtsbuw {
  -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-wtwe5x ease-in-out;
  transition: transform 0.fairgo77-wtwe5x ease-in-out;
  -o-transition: transform 0.fairgo77-wtwe5x ease-in-out;
  transition:
    transform 0.fairgo77-wtwe5x ease-in-out,
    -webkit-transform 0.fairgo77-wtwe5x ease-in-out;
  cursor: pointer;
}

.fairgo77-mtsbuw svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.fairgo77-mtsbuw: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-zbu7w6 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .fairgo77-zbu7w6 {
    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-odtfxc {
  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-ir4str {
  position: relative;
  width: 100%;
}

.fairgo77-odtfxc.fairgo77-s8m66w {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fairgo77-odtfxc.fairgo77-9l5trm {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fairgo77-odtfxc.fairgo77-c7i9cu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fairgo77-2upmen {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.fairgo77-d32ma5 {
  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-wtwe5x ease-in-out;
  cursor: pointer;
}

.fairgo77-d32ma5:hover {
  opacity: 0.5;
}

.fairgo77-odtfxc.fairgo77-wa7bre .fairgo77-d32ma5 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.fairgo77-odtfxc.fairgo77-wa7bre .fairgo77-2upmen {
  cursor: pointer;
}

.fairgo77-05tw2f {
  fill: #0009;
}

.fairgo77-fyswx7 {
  fill: #fff;
}

.fairgo77-d32ma5:hover .fairgo77-05tw2f {
  fill: red;
}

.fairgo77-d32ma5 svg path {
  -webkit-transition: 0.fairgo77-wtwe5x ease-in-out;
  -o-transition: 0.fairgo77-wtwe5x ease-in-out;
  transition: 0.fairgo77-wtwe5x ease-in-out;
}

.fairgo77-dxpye8 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.fairgo77-dxpye8 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.fairgo77-dxpye8.fairgo77-l2x2mz > :not(.get-image) {
  grid-column: 1/3;
}

.fairgo77-ayye5m:not(._h1-block) .fairgo77-dxpye8 > .fairgo77-ucsutx {
  grid-row: 1/2;
  grid-column: 1/3;
}

.fairgo77-dxpye8.fairgo77-l2x2mz .fairgo77-30a6no {
  grid-column: 2/3;
}

.fairgo77-dxpye8.fairgo77-l2x2mz > .fairgo77-6pr5iz {
  grid-column: 1/2;
}

.fairgo77-dxpye8.fairgo77-l2x2mz > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.fairgo77-dxpye8 > p:first-of-type {
  margin-top: 0;
}

.fairgo77-dxpye8 .fairgo77-6pr5iz {
  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-ayye5m:not(._h1-block) .fairgo77-ucsutx ~ .fairgo77-6pr5iz {
  grid-row: 2/10;
}

.fairgo77-ayye5m.fairgo77-nsct6x .fairgo77-ucsutx ~ .fairgo77-6pr5iz {
  grid-row: 1/10;
}

.fairgo77-ayye5m.fairgo77-nsct6x > .fairgo77-ucsutx {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.fairgo77-ayye5m.fairgo77-nsct6x .fairgo77-6pr5iz {
  grid-row: 1/10;
}

.fairgo77-dxpye8.fairgo77-csqf8y .fairgo77-6pr5iz {
  align-items: flex-start;
}

.fairgo77-dxpye8.fairgo77-9l5trm .fairgo77-30a6no {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.fairgo77-dxpye8.fairgo77-9l5trm .fairgo77-6pr5iz {
  align-items: center;
}

.fairgo77-dxpye8.fairgo77-nhuoh0 .fairgo77-6pr5iz {
  align-items: flex-end;
}

.fairgo77-30a6no > :first-child {
  margin-top: 0;
}

.fairgo77-30a6no > :last-child {
  margin-bottom: 0;
}

* + .fairgo77-6eea52,
.fairgo77-ayye5m + .fairgo77-ayye5m {
  margin-top: 2rem;
}

.fairgo77-8awuv8 td::before,
.fairgo77-8awuv8 th::after {
  display: none !important;
}

.fairgo77-8awuv8 #link-selector {
  color: #000;
}

.fairgo77-8awuv8 .fairgo77-9lxpxh {
  color: #135e96;
}

.fairgo77-8awuv8 .fairgo77-ywrace *,
.fairgo77-8awuv8 .fairgo77-l50nfn p,
.fairgo77-8awuv8 .fairgo77-98w2ms * {
  color: #000;
}

.fairgo77-8awuv8 .fairgo77-2552j0 {
  background: 0 0 !important;
}

.fairgo77-8awuv8 .fairgo77-sd72f0 {
  color: #000;
}

.fairgo77-8awuv8 .fairgo77-sz08sr.fairgo77-ew8eww {
  color: #fff;
}

.fairgo77-8awuv8 .fairgo77-ycsqxf {
  color: #000;
}

.fairgo77-8awuv8
  .fairgo77-321zrz
  .fairgo77-dl0pij.fairgo77-ew8eww.fairgo77-x3ounf {
  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-q100h9,
body .fairgo77-ywibeo {
  color: #000;
  background: var(--color-body) !important;
}

.fairgo77-q100h9 .fairgo77-9gpaez .fairgo77-ns9ifu,
body .fairgo77-ywibeo .fairgo77-9gpaez .fairgo77-ns9ifu {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fairgo77-it6em7:focus,
  .fairgo77-it6em7:hover {
    color: #f9cb16;
  }
  .fairgo77-o0a2lc:focus,
  .fairgo77-o0a2lc:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fairgo77-bw7ie4:focus img,
  .fairgo77-bw7ie4:focus svg,
  .fairgo77-bw7ie4:hover img,
  .fairgo77-bw7ie4:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .fairgo77-zp14kk {
    display: none;
  }
}

@media (min-width: 1024px) {
  .fairgo77-4uph83:hover .fairgo77-tac9dd svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .fairgo77-tac9dd {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .fairgo77-1k1qpv {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .fairgo77-uqaum6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .fairgo77-i1tnq9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .fairgo77-m8undp .fairgo77-hobwtj {
    grid-template-columns: 1fr;
  }
  .fairgo77-m8undp .fairgo77-w0o1vy {
    -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-m8undp .fairgo77-joldzm {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fairgo77-m8undp .fairgo77-kig7ep {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fairgo77-m8undp .fairgo77-d8ks2v {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .fairgo77-m8undp .fairgo77-joldzm:not(:first-child) {
    border: none;
  }
  .fairgo77-m8undp .fairgo77-joldzm:first-child .fairgo77-kig7ep {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .fairgo77-m8undp .fairgo77-joldzm:last-child .fairgo77-kig7ep {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .fairgo77-fggxck {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .fairgo77-a04y9y {
    max-width: 100px;
  }
  .fairgo77-fvlp7b {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .fairgo77-5nmiuo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fairgo77-5nmiuo svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .fairgo77-i8u0xp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .fairgo77-fvlp7b + .fairgo77-5nmiuo {
    margin-left: auto;
  }
  .fairgo77-pf7ygi {
    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-pf7ygi.fairgo77-mwgvoe {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .fairgo77-jzq1wc {
    -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-kra5ut {
    width: 100%;
  }
  .fairgo77-kra5ut:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .fairgo77-0avqn9 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .fairgo77-0avqn9 svg {
    margin-right: 4px;
  }
  .fairgo77-4uph83 {
    -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-tac9dd svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .fairgo77-tac9dd {
    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-yeeok5 {
    display: none;
    width: 100%;
  }
  .fairgo77-4uph83.fairgo77-mwgvoe .fairgo77-yeeok5 {
    padding: 0 0 0 48px;
  }
  .fairgo77-8r0qur {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .fairgo77-jh2p5p .fairgo77-6pr5iz {
    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-krslba {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fairgo77-krslba + .fairgo77-krslba {
    margin-right: 0;
  }
  .fairgo77-krslba + .fairgo77-6pr5iz {
    margin: 0;
  }
  .fairgo77-1k1qpv {
    grid-template-columns: repeat(4, 1fr);
  }
  .fairgo77-uqaum6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .fairgo77-0p5fx7,
  .fairgo77-1k6psk {
    grid-template-columns: repeat(2, 1fr);
  }
  .fairgo77-dxpye8 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fairgo77-dxpye8.fairgo77-l2x2mz .fairgo77-30a6no {
    grid-column: auto;
    grid-row: auto;
  }
  .fairgo77-dxpye8 > .fairgo77-ucsutx {
    grid-column: 1/2;
  }
  .fairgo77-dxpye8.fairgo77-l2x2mz > :not(.get-image) {
    grid-column: 1/2;
  }
  .fairgo77-dxpye8 .fairgo77-6pr5iz,
  .fairgo77-dxpye8.fairgo77-l2x2mz > .fairgo77-6pr5iz {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fairgo77-dxpye8.fairgo77-l2x2mz > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .fairgo77-ayye5m.fairgo77-nsct6x .fairgo77-dxpye8 > .fairgo77-6pr5iz {
    grid-row: 1/2;
  }
  .fairgo77-dxpye8 .fairgo77-ucsutx ~ .fairgo77-6pr5iz,
  .fairgo77-dxpye8.fairgo77-l2x2mz .fairgo77-ucsutx ~ .fairgo77-6pr5iz {
    grid-row: 2/3;
  }
  .fairgo77-ayye5m.fairgo77-nsct6x .fairgo77-ucsutx ~ .fairgo77-6pr5iz {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .fairgo77-zm254n:first-child .fairgo77-am1cad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fairgo77-zm254n:first-child .fairgo77-am1cad h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .fairgo77-zm254n {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .fairgo77-zm254n {
    padding: 0;
  }
  .fairgo77-v707ly {
    margin-top: 1rem;
  }
  .fairgo77-2opr99 {
    border-radius: 5px;
  }
  .fairgo77-to2yk6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fairgo77-axn5pr::after {
    display: inline-block;
  }
  .fairgo77-axn5pr {
    margin: 0;
    width: 100%;
  }
  .fairgo77-45yzug {
    width: 100%;
  }
  .fairgo77-45yzug.fairgo77-ieu8ih {
    -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-45yzug.fairgo77-ieu8ih .fairgo77-1hwqo6 {
    width: 100%;
  }
  .fairgo77-45yzug.fairgo77-ieu8ih .fairgo77-1hwqo6:not(:last-child) {
    margin-right: 0;
  }
  .fairgo77-it6em7 {
    width: 100%;
    text-align: center;
  }
  .fairgo77-g3v7kj.fairgo77-mwgvoe .fairgo77-45yzug {
    margin-top: 1rem;
  }
  .fairgo77-1k1qpv {
    grid-template-columns: repeat(3, 1fr);
  }
  .fairgo77-i1tnq9,
  .fairgo77-uqaum6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fairgo77-0p5fx7,
  .fairgo77-1k6psk,
  .fairgo77-dpgwat {
    grid-template-columns: 1fr;
  }
  .fairgo77-2fol2b {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .fairgo77-k4r7sn {
    min-width: 300px;
    max-width: 325px;
  }
  .fairgo77-kig7ep {
    cursor: auto;
  }
  .fairgo77-f10elp .fairgo77-kig7ep {
    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-zbu7w6 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .fairgo77-yeeok5 {
    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-zbu7w6 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.fairgo77-krslba p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .fairgo77-5nmiuo {
    margin: 0 -0.2rem;
  }
  .fairgo77-krslba {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fairgo77-5rfv6k {
    -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-np0f1y {
    max-width: 100%;
  }
  .fairgo77-1k1qpv {
    grid-template-columns: repeat(2, 1fr);
  }
  .fairgo77-i1tnq9,
  .fairgo77-uqaum6 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .fairgo77-fggxck {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fairgo77-5nmiuo {
    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-fkrpp9 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fairgo77-cou0nk {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fairgo77-ldikn4,
  .fairgo77-yb7t3r {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .fairgo77-xajf3h {
    width: 100%;
  }
  .fairgo77-1k1qpv {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .fairgo77-zbu7w6 {
    top: 127px !important;
  }
}

.fairgo77-zdbfxz {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .fairgo77-zdbfxz {
  }
}

@media (max-width: 767px) {
  .fairgo77-zdbfxz {
    margin-bottom: 12px;
  }
}

.fairgo77-zdbfxz img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.fairgo77-5hqdz4 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.fairgo77-5hqdz4 > .fairgo77-ftw80a {
  flex: 1 1;
}

@media (max-width: 767px) {
  .fairgo77-5hqdz4 {
    flex-direction: column;
    gap: 12px;
  }
}

.fairgo77-xeveij {
  display: flex;
}

.fairgo77-xeveij .fairgo77-uzynlv {
  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-xeveij .fairgo77-3ptt1y {
  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-xeveij .fairgo77-pkdh87 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.fairgo77-xeveij .fairgo77-cm8cr8 {
  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-xeveij .fairgo77-cm8cr8:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.fairgo77-xeveij .fairgo77-5cwd4g {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.fairgo77-6qkzrs {
  border: unset;
  background-color: unset;
}

.fairgo77-6qkzrs tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fairgo77-6qkzrs .fairgo77-58z54x,
.fairgo77-6qkzrs .fairgo77-11hczz {
  flex: 0 1 330px;
}

.fairgo77-6qkzrs .fairgo77-atnsnx {
  flex: 1 1;
}

.fairgo77-6qkzrs 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-6qkzrs tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.fairgo77-6qkzrs tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.fairgo77-6qkzrs tr td p {
  color: #fff;
  margin: 0;
}

.fairgo77-6qkzrs tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.fairgo77-6qkzrs tr.fairgo77-58z54x td p {
  padding: 16px 0;
}

.fairgo77-6qkzrs tr.fairgo77-58z54x td p:not(:last-child),
.fairgo77-6qkzrs tr.fairgo77-11hczz td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.fairgo77-6qkzrs tr.fairgo77-58z54x td p:first-child,
.fairgo77-6qkzrs tr.fairgo77-11hczz td p:first-child {
  padding-top: 0;
}

.fairgo77-6qkzrs tr.fairgo77-11hczz td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fairgo77-6qkzrs tr.fairgo77-11hczz td p:last-child {
  padding-bottom: 0;
}

.fairgo77-6qkzrs .fairgo77-11hczz img {
  max-width: 32px;
}

.fairgo77-6qkzrs .fairgo77-atnsnx {
  min-width: 718px;
}

.fairgo77-6qkzrs .fairgo77-atnsnx td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.fairgo77-6qkzrs .fairgo77-atnsnx td {
  display: flex;
}

.fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-r0q4z3,
.fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-djp8il,
.fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-cakrqz {
  flex: 1 1 50%;
}

.fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-iyvzve {
  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-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-208gls,
.fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-ub3z7v {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-r0q4z3,
.fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-djp8il {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-r0q4z3 span,
.fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-djp8il span {
  font-weight: 800;
}

.fairgo77-6qkzrs .fairgo77-atnsnx img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .fairgo77-6qkzrs .fairgo77-atnsnx td .fairgo77-cakrqz:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .fairgo77-6qkzrs tr.fairgo77-58z54x td p:last-child {
    padding-bottom: 0;
  }
  .fairgo77-6qkzrs .fairgo77-11hczz > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .fairgo77-6qkzrs .fairgo77-11hczz > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .fairgo77-6qkzrs tr.fairgo77-58z54x td p:not(:last-child),
  .fairgo77-6qkzrs tr.fairgo77-11hczz td p:not(:last-child) {
    border-bottom: unset;
  }
  .fairgo77-6qkzrs tr.fairgo77-11hczz td p:last-child {
    padding-bottom: 12px;
  }
  .fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-r0q4z3,
  .fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-djp8il,
  .fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-cakrqz {
    flex: 1 1 50%;
    padding: 0;
  }
  .fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-r0q4z3,
  .fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-djp8il {
    margin-top: 16px;
  }
  .fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-cakrqz {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-r0q4z3 {
    border-right: 1px solid var(--border-color);
  }
  .fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-cakrqz:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .fairgo77-6qkzrs .fairgo77-atnsnx td:last-child .fairgo77-cakrqz:last-child {
    padding-bottom: 0;
  }
}

.fairgo77-cakrqz {
  display: flex;
  flex-direction: column;
}

.fairgo77-6qkzrs .fairgo77-atnsnx td .fairgo77-cakrqz {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.fairgo77-6qkzrs .fairgo77-atnsnx td .fairgo77-cakrqz:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.fairgo77-6qkzrs .fairgo77-atnsnx td .fairgo77-cakrqz:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .fairgo77-6qkzrs .fairgo77-atnsnx td .fairgo77-cakrqz:not(:first-child) {
    padding-left: 0;
  }
  .fairgo77-6qkzrs .fairgo77-atnsnx td .fairgo77-cakrqz:not(:last-of-type) {
    border-right: unset;
  }
}

.fairgo77-6qkzrs .fairgo77-todxdq {
  flex: 0 1 485px;
}

.fairgo77-6qkzrs .fairgo77-u4htbd {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.fairgo77-6qkzrs .fairgo77-u4htbd li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fairgo77-6qkzrs .fairgo77-u4htbd li.fairgo77-hnz8it {
  padding: 6px 12px;
}

.fairgo77-6qkzrs .fairgo77-u4htbd li a,
.fairgo77-6qkzrs .fairgo77-u4htbd 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-6qkzrs .fairgo77-ao5ipb,
.fairgo77-6qkzrs .fairgo77-o90pv1 {
  flex: 1 1;
}

.fairgo77-6qkzrs .fairgo77-dhg29t,
.fairgo77-6qkzrs .fairgo77-32dqj0 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fairgo77-6qkzrs .fairgo77-dhg29t li,
.fairgo77-6qkzrs .fairgo77-32dqj0 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fairgo77-6qkzrs .fairgo77-o90pv1 img {
  max-width: 32px;
}

.fairgo77-6qkzrs .fairgo77-ao5ipb img {
  max-width: 32px;
}

.fairgo77-6qkzrs .fairgo77-x1ya35 {
  min-width: 280px;
}

.fairgo77-6qkzrs .fairgo77-x1ya35 img {
  max-width: 146px;
}

.fairgo77-6qkzrs .fairgo77-x1ya35 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .fairgo77-6qkzrs .fairgo77-58z54x,
  .fairgo77-6qkzrs .fairgo77-11hczz {
    flex: 0 1 auto;
  }
  .fairgo77-6qkzrs .fairgo77-atnsnx {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .fairgo77-6qkzrs .fairgo77-58z54x,
  .fairgo77-6qkzrs .fairgo77-todxdq,
  .fairgo77-6qkzrs .fairgo77-11hczz,
  .fairgo77-6qkzrs .fairgo77-atnsnx {
    flex: 1 1 calc(50% - 20px);
  }
  .fairgo77-6qkzrs .fairgo77-ao5ipb,
  .fairgo77-6qkzrs .fairgo77-x1ya35,
  .fairgo77-6qkzrs .fairgo77-o90pv1 {
    flex: 1 1 30%;
  }
  .fairgo77-6qkzrs .fairgo77-x1ya35 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .fairgo77-6qkzrs .fairgo77-58z54x,
  .fairgo77-6qkzrs .fairgo77-todxdq,
  .fairgo77-6qkzrs .fairgo77-ao5ipb,
  .fairgo77-6qkzrs .fairgo77-11hczz,
  .fairgo77-6qkzrs .fairgo77-atnsnx,
  .fairgo77-6qkzrs .fairgo77-x1ya35,
  .fairgo77-6qkzrs .fairgo77-o90pv1 {
    flex: 1 1 100%;
  }
}

.fairgo77-h8fjkv .fairgo77-70d77s {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fairgo77-h8fjkv .fairgo77-9djxf3 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.fairgo77-h8fjkv .fairgo77-1b8exs {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.fairgo77-h8fjkv .fairgo77-j7y1st {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.fairgo77-h8fjkv .fairgo77-j7y1st > :nth-child(3) {
  margin-top: 0;
}

.fairgo77-h8fjkv .fairgo77-6pr5iz {
  grid-column: 2/3;
  grid-row: 1/10;
}

.fairgo77-h8fjkv .fairgo77-ivwe8g {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.fairgo77-h8fjkv .fairgo77-v707ly {
  grid-column: 1/2;
}

.fairgo77-h8fjkv > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.fairgo77-h8fjkv .fairgo77-9djxf3: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-h8fjkv .fairgo77-9djxf3:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.fairgo77-h8fjkv .fairgo77-xajf3h {
  min-width: 240px;
}

@media (max-width: 768px) {
  .fairgo77-h8fjkv .fairgo77-9djxf3:not(:last-child):before {
    bottom: 8px;
  }
  .fairgo77-h8fjkv .fairgo77-9djxf3:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .fairgo77-h8fjkv .fairgo77-j7y1st {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .fairgo77-h8fjkv .fairgo77-6pr5iz {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .fairgo77-h8fjkv .fairgo77-6pr5iz img {
    width: 100%;
    height: auto;
  }
  .fairgo77-h8fjkv .fairgo77-xajf3h {
    width: 100%;
    min-width: unset;
  }
}

.fairgo77-ut4ien .fairgo77-p3wefz {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.fairgo77-ut4ien .fairgo77-hojxhf {
  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-ut4ien .fairgo77-6pr5iz {
  height: 100%;
}

.fairgo77-ut4ien .fairgo77-6pr5iz img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.fairgo77-ut4ien .fairgo77-7em241 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.fairgo77-ut4ien .fairgo77-znj9ir {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.fairgo77-ut4ien .fairgo77-suavx3 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .fairgo77-ut4ien .fairgo77-hojxhf {
    flex: 1 1 100%;
  }
  .fairgo77-ut4ien .fairgo77-0xzz8o {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .fairgo77-ut4ien .fairgo77-hojxhf {
    flex-direction: column;
  }
  .fairgo77-ut4ien .fairgo77-6pr5iz {
    width: 100%;
    height: auto;
  }
  .fairgo77-ut4ien .fairgo77-6pr5iz img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .fairgo77-ut4ien .fairgo77-7em241 {
    padding: 0 16px 16px 16px;
  }
  .fairgo77-ut4ien .fairgo77-0xzz8o {
    min-width: unset;
    width: 100%;
  }
}

.fairgo77-k8890t .fairgo77-m5ei5s {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.fairgo77-k8890t .fairgo77-jh8mca {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.fairgo77-k8890t 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-k8890t .fairgo77-pdg9cg {
  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-k8890t .fairgo77-jh8mca:hover .fairgo77-pdg9cg {
  display: flex;
}

.fairgo77-k8890t .fairgo77-aymgit {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fairgo77-k8890t .fairgo77-x8qipy {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.fairgo77-8ytum1 {
  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-8ytum1.fairgo77-7mochc {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.fairgo77-mj4iny ease-in-out;
}

.fairgo77-8ytum1.fairgo77-7mochc:hover {
  color: #f9cb16;
  background-color: transparent;
}

.fairgo77-k8890t .fairgo77-ryulwj {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.fairgo77-mj4iny ease-in-out;
}

.fairgo77-k8890t .fairgo77-ryulwj:hover {
  color: #196948;
  background-color: #f9cb16;
}

.fairgo77-k8890t .fairgo77-ryulwj:after,
.fairgo77-8ytum1.fairgo77-7mochc:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.fairgo77-8ytum1.fairgo77-7mochc:after {
  background-image: url(../images/Cash.svg);
}

.fairgo77-k8890t .fairgo77-ryulwj:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .fairgo77-k8890t .fairgo77-m5ei5s {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .fairgo77-k8890t .fairgo77-m5ei5s {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fairgo77-k8890t .fairgo77-m5ei5s {
    grid-template-columns: 1fr;
  }
  .fairgo77-k8890t .fairgo77-jh8mca {
    height: auto;
  }
  .fairgo77-k8890t .fairgo77-jh8mca .fairgo77-pdg9cg {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .fairgo77-k8890t .fairgo77-aymgit,
  .fairgo77-k8890t .fairgo77-x8qipy {
    text-align: left;
  }
  .fairgo77-k8890t .fairgo77-x8qipy {
    margin-bottom: 8px;
  }
  .fairgo77-k8890t img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.fairgo77-s5kdsw {
  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-s5kdsw.fairgo77-wa7bre {
  display: block;
}

.fairgo77-s5kdsw .fairgo77-rlnbeg {
  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-s5kdsw .fairgo77-10ct5f {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.fairgo77-s5kdsw .fairgo77-gcbmpm {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.fairgo77-s5kdsw .fairgo77-98wc1o {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.fairgo77-s5kdsw .fairgo77-8ytum1 {
  min-width: 296px;
  margin-bottom: 0;
}

.fairgo77-s5kdsw .fairgo77-d1unvl {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fairgo77-s5kdsw .fairgo77-jntejx {
  position: relative;
  flex: 1 1;
}

.fairgo77-s5kdsw .fairgo77-jntejx iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .fairgo77-s5kdsw .fairgo77-10ct5f {
    flex-wrap: wrap;
    gap: 8px;
  }
  .fairgo77-s5kdsw .fairgo77-gcbmpm {
    order: 1;
  }
  .fairgo77-s5kdsw .fairgo77-98wc1o {
    order: 3;
    flex: 1 1 100%;
  }
  .fairgo77-s5kdsw .fairgo77-8ytum1 {
    width: 100%;
    min-width: unset;
  }
  .fairgo77-s5kdsw .fairgo77-d1unvl {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .fairgo77-dxpye8 > .fairgo77-ucsutx {
    margin-bottom: 0;
  }
  .fairgo77-dxpye8 > .fairgo77-v707ly,
  .fairgo77-dxpye8 > p {
    margin-top: 0;
  }
}

.fairgo77-fnackg img,
.fairgo77-krslba img {
  width: auto;
  object-fit: contain;
}

.fairgo77-fnackg {
  align-items: center;
}

.fairgo77-fnackg img {
  max-height: 76px;
}

.fairgo77-krslba img {
  max-height: 64px;
}

.fairgo77-ajp04r {
  overflow: auto;
}

.fairgo77-kqy0am {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.fairgo77-rlwgfp:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.fairgo77-hkt68a {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.fairgo77-cz1ev2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fairgo77-hkt68a .fairgo77-6pr5iz {
  margin-right: 20px;
  flex-shrink: 0;
}

.fairgo77-hkt68a img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.fairgo77-c69yqf {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.fairgo77-c69yqf > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fairgo77-hkt68a {
    padding: 15px 10px;
  }
  .fairgo77-c69yqf {
    padding: 15px 10px;
  }
  .fairgo77-hkt68a .fairgo77-6pr5iz {
    margin-right: 10px;
  }
}

.fairgo77-qurow7 {
  overflow-x: auto;
}

.fairgo77-ulfyum {
  border-collapse: collapse;
  width: 100%;
}

.fairgo77-qurow7 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.fairgo77-qurow7 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.fairgo77-qurow7 td.fairgo77-kx6e4q {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.fairgo77-qurow7 td.fairgo77-hhpahq {
  border-right: none;
}

.fairgo77-qurow7 td.fairgo77-hhpahq .fairgo77-6pr5iz {
  justify-content: flex-start;
}

.fairgo77-qurow7 td.fairgo77-hhpahq .fairgo77-6pr5iz img {
  height: auto;
  width: 90px;
}

.fairgo77-qurow7 td.fairgo77-s9yxtm,
.fairgo77-qurow7 td.fairgo77-q24h3b {
  font-weight: 600;
  text-align: right;
}

.fairgo77-qurow7 td.fairgo77-fhyelq,
.fairgo77-qurow7 td.fairgo77-s9yxtm {
  padding-bottom: 10px;
  border-bottom: none;
}

.fairgo77-qurow7 td.fairgo77-s9yxtm,
.fairgo77-qurow7 td.fairgo77-q24h3b {
  border-left: none;
}

.fairgo77-qurow7 td.fairgo77-fhyelq,
.fairgo77-qurow7 td.fairgo77-gyq11q {
  border-right: none;
}

.fairgo77-qurow7 td.fairgo77-gyq11q,
.fairgo77-qurow7 td.fairgo77-q24h3b {
  border-top: none;
  padding-top: 10px;
}

.fairgo77-1asff2 {
  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-1asff2 .fairgo77-0xzz8o {
  min-width: unset;
  width: 100%;
}

.fairgo77-1asff2 .fairgo77-0xzz8o.fairgo77-4f31q5 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.fairgo77-1asff2 .fairgo77-0xzz8o.fairgo77-74m1s7 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.fairgo77-1asff2 .fairgo77-ps7yrg {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .fairgo77-1asff2 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .fairgo77-1asff2 .fairgo77-0xzz8o.fairgo77-4f31q5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fairgo77-1asff2 .fairgo77-0xzz8o.fairgo77-74m1s7 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .fairgo77-1asff2 .fairgo77-ps7yrg {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.fairgo77-jr1u9o {
  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-vk0hi1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.fairgo77-eott3u p a img {
  margin: 0 auto;
  display: block;
}

.fairgo77-eott3u table {
  margin-bottom: 17px;
}

/* contanct form */
.fairgo77-y3f6xw {
  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-y3f6xw label {
  font-size: 14px;
}

.fairgo77-y3f6xw h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fairgo77-y3f6xw input,
.fairgo77-y3f6xw textarea,
.fairgo77-y3f6xw 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-y3f6xw button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fairgo77-mj4iny ease;
}
.fairgo77-y3f6xw button:hover {
  background-color: #691204;
}
.fairgo77-dlxloa {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fairgo77-dyqkn0 ease-in;
}

.fairgo77-dlxloa 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-e47u7p, .fairgo77-7vkzrr, [class*="review-card"],
thead, thead th, table th, .fairgo77-tpqz70,
.fairgo77-lgab5v, [class*="collapsible-header"],
.fairgo77-y8fftj, [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; }
