@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);
}

.gg-bet-h251wo {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gg-bet-iq8neb {
  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.gg-bet-fs7myh,
ul.gg-bet-fs7myh {
  padding-left: 20px;
}

ul.gg-bet-fs7myh {
  list-style: disc;
}

ol.gg-bet-fs7myh {
  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;
  }
}

.gg-bet-76s6gq > .gg-bet-kw3l8p,
.gg-bet-76s6gq > .gg-bet-fagixe,
.gg-bet-76s6gq > blockquote,
.gg-bet-76s6gq > h1,
.gg-bet-76s6gq > h2,
.gg-bet-76s6gq > h3,
.gg-bet-76s6gq > h4,
.gg-bet-76s6gq > h5,
.gg-bet-76s6gq > h6,
.gg-bet-76s6gq > ol,
.gg-bet-76s6gq > p,
.gg-bet-76s6gq > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gg-bet-76s6gq > ol,
.gg-bet-76s6gq > ul {
  padding-left: 50px;
}

.gg-bet-76s6gq 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;
}

.gg-bet-76s6gq:not(:last-child) {
  margin-bottom: 2rem;
}

.gg-bet-76s6gq > :not(:first-child) {
  margin-top: 2rem;
}

.gg-bet-76s6gq {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gg-bet-76s6gq:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .gg-bet-76s6gq:first-child {
    margin-top: 20px;
  }
}

.gg-bet-76s6gq > p:last-of-type {
  margin-bottom: 32px;
}

.gg-bet-76s6gq > .gg-bet-elzlu7:not(:first-child) {
  margin: 64px auto 16px auto;
}

.gg-bet-qa0ttf > .gg-bet-elzlu7 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gg-bet-fagixe {
  overflow: auto;
}

.gg-bet-fagixe::-webkit-scrollbar {
  height: 5px;
}

.gg-bet-fagixe table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.gg-bet-fagixe table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.gg-bet-fagixe table thead,
table thead {
  border-bottom: none;
}

.gg-bet-fagixe table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.gg-bet-fagixe table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.gg-bet-fagixe table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.gg-bet-fagixe .gg-bet-lan4wr {
  table-layout: auto;
}

.gg-bet-fagixe .gg-bet-lan4wr th {
  word-break: normal;
}

.gg-bet-fagixe .gg-bet-lan4wr td {
  word-break: normal;
}

.gg-bet-h251wo .gg-bet-h251wo {
  padding-right: 0;
  padding-left: 0;
}

.gg-bet-95yb1p {
  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;
}

.gg-bet-mdj94p {
  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;
}

.gg-bet-ds14eu {
  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;
}

.gg-bet-kw3l8p {
  margin-top: 24px;
}

.gg-bet-kw3l8p.gg-bet-j2aa23 {
  text-align: left;
}

.gg-bet-kw3l8p.gg-bet-6a7lf0 {
  text-align: right;
}

.gg-bet-kw3l8p.gg-bet-ova0zp {
  text-align: center;
}

.gg-bet-63d8ct {
  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.gg-bet-u8kgyd ease-in-out;
  cursor: pointer;
}

.gg-bet-63d8ct:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.gg-bet-63d8ct {
  min-width: 328px;
}

@media (max-width: 768px) {
  .gg-bet-63d8ct {
    min-width: unset;
  }
}

.gg-bet-mvf34n {
  background-color: var(--fh-bg-color);
}

.gg-bet-vgjugp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.gg-bet-vycbt8 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.gg-bet-vycbt8 img {
  max-height: 80px;
  object-fit: contain;
}

.gg-bet-2owxke {
  flex: 1 1;
}

.gg-bet-axfjs5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.gg-bet-sk3xpr {
  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;
}

.gg-bet-sk3xpr 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;
}

.gg-bet-sk3xpr.gg-bet-kec0x7 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.gg-bet-sk3xpr.gg-bet-kec0x7 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.gg-bet-sk3xpr.gg-bet-kec0x7 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.gg-bet-2owxke + .gg-bet-axfjs5 {
  margin-left: 20px;
}

.gg-bet-z056lh {
  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;
}

.gg-bet-z056lh > svg {
  max-width: 24px;
  max-height: 24px;
}

.gg-bet-z056lh + .gg-bet-z056lh {
  margin-left: 5px;
}

.gg-bet-s2tuui {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.gg-bet-s2tuui:hover {
  background-color: var(--button-bg-hover);
}

.gg-bet-fv94xe {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.gg-bet-u8kgyd ease-in-out;
  border: 1px solid var(--border-color);
}

.gg-bet-fv94xe:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.gg-bet-mqgs3d {
  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) {
  .gg-bet-2owxke {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .gg-bet-mqgs3d {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .gg-bet-2owxke {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .gg-bet-z056lh {
    min-width: unset;
    flex: 1 1;
  }
}

.gg-bet-dd38dz {
  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;
}

.gg-bet-dd38dz:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.gg-bet-dd38dz:hover .gg-bet-mh0bmn {
  opacity: 1;
  pointer-events: auto;
}

.gg-bet-qq4716 {
  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.gg-bet-8a6gjo ease-in-out;
  gap: 4px;
}

.gg-bet-qq4716 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.gg-bet-qq4716 .gg-bet-95yb1p img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.gg-bet-sz908c,
.gg-bet-qq4716:hover {
  color: var(--button-bg-hover);
}

.gg-bet-j19ld9 {
  position: relative;
}

.gg-bet-j19ld9 .gg-bet-qq4716 {
  margin-right: 0;
  padding-right: 4px;
}

.gg-bet-ea658q svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.gg-bet-j19ld9.gg-bet-kec0x7 .gg-bet-ea658q svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.gg-bet-j19ld9.gg-bet-kec0x7 .gg-bet-mh0bmn {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.gg-bet-j19ld9.gg-bet-kec0x7 .gg-bet-mh0bmn::before {
  display: none;
}

.gg-bet-ea658q svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.gg-bet-mh0bmn {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.gg-bet-wyq8hy 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.gg-bet-mh0bmn::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.gg-bet-mh0bmn:hover {
  color: var(--fh-bg-color);
}

.gg-bet-u8kssm {
  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.gg-bet-wyq8hy 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.gg-bet-8a6gjo ease-in-out;
  -o-transition: 0.gg-bet-8a6gjo ease-in-out;
  transition: 0.gg-bet-8a6gjo ease-in-out;
}

.gg-bet-u8kssm .gg-bet-95yb1p img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.gg-bet-delux0,
.gg-bet-u8kssm:hover {
  color: var(--button-bg-hover);
}

.gg-bet-k6omha {
  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%;
}

.gg-bet-k6omha.gg-bet-j6r6x7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.gg-bet-k6omha.gg-bet-j6r6x7:after,
.gg-bet-k6omha.gg-bet-j6r6x7:before {
  content: "";
  position: absolute;
  margin: auto;
}

.gg-bet-k6omha.gg-bet-j6r6x7: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);
  }
}

.gg-bet-k6omha.gg-bet-j6r6x7:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.gg-bet-k6omha.gg-bet-j6r6x7 > * {
  z-index: 1;
}

.gg-bet-k6omha b,
.gg-bet-k6omha strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.gg-bet-k6omha .gg-bet-z9625c {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.gg-bet-k6omha .gg-bet-qgywyu {
  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;
}

.gg-bet-k6omha .gg-bet-95yb1p {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.gg-bet-k6omha .gg-bet-82wdr5 {
  margin-top: 12px;
}

.gg-bet-82wdr5 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.gg-bet-7medrd {
  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;
}

.gg-bet-82wdr5 .gg-bet-9e1kl6 {
  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.gg-bet-u8kgyd ease-in-out;
}

.gg-bet-82wdr5 .gg-bet-9e1kl6:hover {
  background: rgba(255, 255, 255, 0.3);
}

.gg-bet-aokmw1 {
  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;
}

.gg-bet-k6omha.gg-bet-juljqs {
  gap: 12px;
  padding: 16px;
}

.gg-bet-k6omha.gg-bet-juljqs .gg-bet-aokmw1 {
  min-width: 240px;
}

.gg-bet-k6omha.gg-bet-juljqs .gg-bet-aokmw1.gg-bet-3fq46i {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .gg-bet-k6omha .gg-bet-z9625c {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .gg-bet-k6omha .gg-bet-qgywyu {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .gg-bet-k6omha .gg-bet-95yb1p {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .gg-bet-k6omha.gg-bet-juljqs .gg-bet-95yb1p {
    max-width: 126px;
  }
  .gg-bet-k6omha .gg-bet-82wdr5 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .gg-bet-k6omha .gg-bet-7medrd {
    max-width: unset;
  }
  .gg-bet-aokmw1 {
    min-width: unset;
    width: 100%;
  }
  .gg-bet-k6omha .gg-bet-aokmw1 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .gg-bet-k6omha.gg-bet-juljqs {
    grid-template-rows: auto 1fr auto;
  }
  .gg-bet-k6omha.gg-bet-juljqs .gg-bet-aokmw1 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .gg-bet-k6omha {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .gg-bet-k6omha .gg-bet-z9625c {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .gg-bet-k6omha .gg-bet-95yb1p {
    max-width: 78px;
  }
  .gg-bet-k6omha .gg-bet-82wdr5 {
    margin-top: -12px;
  }
  .gg-bet-k6omha.gg-bet-juljqs {
    gap: 8px;
  }
  .gg-bet-k6omha.gg-bet-juljqs .gg-bet-z9625c {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .gg-bet-k6omha.gg-bet-juljqs .gg-bet-qgywyu {
    grid-column: 1/3;
  }
  .gg-bet-k6omha.gg-bet-juljqs .gg-bet-95yb1p {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .gg-bet-k6omha.gg-bet-juljqs .gg-bet-95yb1p img {
    max-width: 114px;
  }
}

.gg-bet-aokmw1.gg-bet-n9dnwk,
.gg-bet-aokmw1.gg-bet-xs7cdg,
.gg-bet-aokmw1.gg-bet-7w4cbi {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.gg-bet-u8kgyd ease-in-out;
}

.gg-bet-aokmw1.gg-bet-n9dnwk,
.gg-bet-aokmw1.gg-bet-7w4cbi {
  padding: 10px;
}

.gg-bet-aokmw1.gg-bet-n9dnwk:hover,
.gg-bet-aokmw1.gg-bet-xs7cdg:hover,
.gg-bet-aokmw1.gg-bet-7w4cbi:hover {
  background: var(--button-bg-hover);
}

.gg-bet-aokmw1.gg-bet-n9dnwk:hover svg path,
.gg-bet-aokmw1.gg-bet-7w4cbi:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.gg-bet-aokmw1.gg-bet-3fq46i {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.gg-bet-u8kgyd ease-in-out;
  background: var(--button-bg-color);
}

.gg-bet-aokmw1.gg-bet-3fq46i:hover {
  background-color: var(--button-bg-hover);
}

.gg-bet-aokmw1.gg-bet-xs7cdg: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);
  }
}

.gg-bet-aokmw1.gg-bet-xs7cdg:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.gg-bet-aokmw1.gg-bet-3fq46i:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.gg-bet-4izddt {
  max-width: 650px;
}

.gg-bet-zgu3ys {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.gg-bet-gya0e0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gg-bet-q59k4e {
  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.gg-bet-8a6gjo ease-in-out;
  cursor: pointer;
}

.gg-bet-q59k4e:hover {
  opacity: 0.5;
}

.gg-bet-q59k4e:focus {
  outline: 0;
}

.gg-bet-q59k4e:focus .gg-bet-62yvge,
.gg-bet-q59k4e:hover .gg-bet-62yvge {
  fill: red;
  fill-opacity: 1;
}

.gg-bet-q59k4e:hover {
  cursor: pointer;
}

.gg-bet-9ojt1x {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.gg-bet-4izddt.gg-bet-ova0zp {
  margin: 0 auto;
}

.gg-bet-4izddt.gg-bet-6a7lf0 {
  margin-left: auto;
}

.gg-bet-1vmb2f {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.gg-bet-qvvv5c {
  padding-bottom: 50px;
}

.gg-bet-yieldm {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.gg-bet-5m17hn {
  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;
}

.gg-bet-nhi6n9 {
  margin-top: 24px;
}

.gg-bet-sj5t65 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gg-bet-vcdgxb {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.gg-bet-2t4n9a {
  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;
}

.gg-bet-264qej {
  width: 468px;
}

.gg-bet-2t4n9a .gg-bet-mh0bmn {
  margin: 0.gg-bet-drndwe 0;
}

.gg-bet-h2b4h7 {
  display: flex;
  min-width: 224px;
}

.gg-bet-5jw41r {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.gg-bet-8a6gjo ease-in-out;
}

.gg-bet-yyszkw,
.gg-bet-5jw41r:hover {
  color: var(--text-color);
}

.gg-bet-6v5pym {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.gg-bet-n7r9da {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .gg-bet-1vmb2f {
    padding: 16px;
  }
  .gg-bet-6v5pym {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .gg-bet-n7r9da {
    align-items: center;
  }
  .gg-bet-264qej {
    width: unset;
  }
  .gg-bet-h2b4h7 {
    min-width: unset;
  }
  .gg-bet-2t4n9a {
    max-height: unset;
  }
  .gg-bet-yieldm {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .gg-bet-1vmb2f {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.gg-bet-1zagma {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.gg-bet-1zagma:not(:last-child) {
  margin-bottom: 16px;
}

.gg-bet-3i3igr {
  outline: 0;
}

.gg-bet-3i3igr .gg-bet-q85ibw {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.gg-bet-k19v84 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .gg-bet-k19v84 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.gg-bet-k19v84::-webkit-details-marker {
  display: none;
}

.gg-bet-k19v84: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;
}

.gg-bet-k19v84: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] .gg-bet-k19v84:after {
  transform: unset;
}

.gg-bet-q85ibw {
  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);
}

.gg-bet-q85ibw 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.gg-bet-8a6gjo ease-in-out;
  -o-transition: 0.gg-bet-8a6gjo ease-in-out;
  transition: 0.gg-bet-8a6gjo ease-in-out;
}

.gg-bet-gwlm2g {
  padding: 16px 0 0 0;
}

.gg-bet-gwlm2g * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .gg-bet-gwlm2g :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .gg-bet-k19v84 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .gg-bet-k19v84::after {
    margin-left: auto;
  }
  .gg-bet-q85ibw {
    order: 3;
    flex: 1 1 100%;
  }
  .gg-bet-k19v84 {
    font-size: 14px;
    line-height: 130%;
  }
  .gg-bet-q85ibw svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.gg-bet-czlto0 {
  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;
}

.gg-bet-b1e19c {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.gg-bet-czlto0.gg-bet-kec0x7 .gg-bet-b1e19c {
  margin-bottom: 12px;
}

.gg-bet-b1e19c::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;
}

.gg-bet-czlto0.gg-bet-kec0x7 .gg-bet-b1e19c::after {
  transform: unset;
}

.gg-bet-tjgtg7 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.gg-bet-h7ikxz {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.gg-bet-8a6gjo ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.gg-bet-h7ikxz: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;
}

.gg-bet-czlto0.gg-bet-kec0x7 .gg-bet-tjgtg7 {
  max-height: 100%;
}

.gg-bet-ktjsoo {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.gg-bet-xdbaso {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.gg-bet-dlz312 {
  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;
}

.gg-bet-lvk97x {
  margin-right: 4px;
}

.gg-bet-uzilt9 {
  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.gg-bet-8a6gjo ease-in-out;
}

.gg-bet-uzilt9 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.gg-bet-p0yvd3,
.gg-bet-uzilt9:hover {
  color: var(--text-color);
}

.gg-bet-o40451 {
  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;
}

.gg-bet-o40451 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.gg-bet-o40451 .gg-bet-xx3han {
  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;
}

.gg-bet-o40451 .gg-bet-jd6xgk {
  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;
}

.gg-bet-z804uy {
  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;
}

.gg-bet-862iph {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gg-bet-x90mqy .gg-bet-h251wo {
  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;
}

.gg-bet-x90mqy {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.gg-bet-v4dwwq {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.gg-bet-b7pcsz {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.gg-bet-3a87pz {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.gg-bet-8ldspp 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;
}

.gg-bet-3a87pz:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.gg-bet-dw2e72 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.gg-bet-37jekm {
  -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.gg-bet-8a6gjo ease-in-out;
  transition: transform 0.gg-bet-8a6gjo ease-in-out;
  -o-transition: transform 0.gg-bet-8a6gjo ease-in-out;
  transition:
    transform 0.gg-bet-8a6gjo ease-in-out,
    -webkit-transform 0.gg-bet-8a6gjo ease-in-out;
  cursor: pointer;
}

.gg-bet-37jekm svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.gg-bet-37jekm: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;
}

.gg-bet-womq2e {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .gg-bet-womq2e {
    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);
}

.gg-bet-q7xfnj {
  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;
}

.gg-bet-vde5z5 {
  position: relative;
  width: 100%;
}

.gg-bet-q7xfnj.gg-bet-9foacb {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gg-bet-q7xfnj.gg-bet-ova0zp {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gg-bet-q7xfnj.gg-bet-6a7lf0 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gg-bet-329vwd {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.gg-bet-41luw9 {
  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.gg-bet-8a6gjo ease-in-out;
  cursor: pointer;
}

.gg-bet-41luw9:hover {
  opacity: 0.5;
}

.gg-bet-q7xfnj.gg-bet-mckgku .gg-bet-41luw9 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gg-bet-q7xfnj.gg-bet-mckgku .gg-bet-329vwd {
  cursor: pointer;
}

.gg-bet-pz2cgg {
  fill: #0009;
}

.gg-bet-xczmog {
  fill: #fff;
}

.gg-bet-41luw9:hover .gg-bet-pz2cgg {
  fill: red;
}

.gg-bet-41luw9 svg path {
  -webkit-transition: 0.gg-bet-8a6gjo ease-in-out;
  -o-transition: 0.gg-bet-8a6gjo ease-in-out;
  transition: 0.gg-bet-8a6gjo ease-in-out;
}

.gg-bet-tlod8h {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.gg-bet-tlod8h > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.gg-bet-tlod8h.gg-bet-zq05jg > :not(.get-image) {
  grid-column: 1/3;
}

.gg-bet-2tum59:not(._h1-block) .gg-bet-tlod8h > .gg-bet-elzlu7 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.gg-bet-tlod8h.gg-bet-zq05jg .gg-bet-lfo645 {
  grid-column: 2/3;
}

.gg-bet-tlod8h.gg-bet-zq05jg > .gg-bet-95yb1p {
  grid-column: 1/2;
}

.gg-bet-tlod8h.gg-bet-zq05jg > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.gg-bet-tlod8h > p:first-of-type {
  margin-top: 0;
}

.gg-bet-tlod8h .gg-bet-95yb1p {
  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;
}

.gg-bet-2tum59:not(._h1-block) .gg-bet-elzlu7 ~ .gg-bet-95yb1p {
  grid-row: 2/10;
}

.gg-bet-2tum59.gg-bet-ugua16 .gg-bet-elzlu7 ~ .gg-bet-95yb1p {
  grid-row: 1/10;
}

.gg-bet-2tum59.gg-bet-ugua16 > .gg-bet-elzlu7 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.gg-bet-2tum59.gg-bet-ugua16 .gg-bet-95yb1p {
  grid-row: 1/10;
}

.gg-bet-tlod8h.gg-bet-s2613g .gg-bet-95yb1p {
  align-items: flex-start;
}

.gg-bet-tlod8h.gg-bet-ova0zp .gg-bet-lfo645 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.gg-bet-tlod8h.gg-bet-ova0zp .gg-bet-95yb1p {
  align-items: center;
}

.gg-bet-tlod8h.gg-bet-p6kv3v .gg-bet-95yb1p {
  align-items: flex-end;
}

.gg-bet-lfo645 > :first-child {
  margin-top: 0;
}

.gg-bet-lfo645 > :last-child {
  margin-bottom: 0;
}

* + .gg-bet-drt0y8,
.gg-bet-2tum59 + .gg-bet-2tum59 {
  margin-top: 2rem;
}

.gg-bet-619mza td::before,
.gg-bet-619mza th::after {
  display: none !important;
}

.gg-bet-619mza #link-selector {
  color: #000;
}

.gg-bet-619mza .gg-bet-m99kll {
  color: #135e96;
}

.gg-bet-619mza .gg-bet-m85afi *,
.gg-bet-619mza .gg-bet-jb4j6x p,
.gg-bet-619mza .gg-bet-9j1xx1 * {
  color: #000;
}

.gg-bet-619mza .gg-bet-0v0tb1 {
  background: 0 0 !important;
}

.gg-bet-619mza .gg-bet-uub9as {
  color: #000;
}

.gg-bet-619mza .gg-bet-jxc7m9.gg-bet-kv8p29 {
  color: #fff;
}

.gg-bet-619mza .gg-bet-16fsuj {
  color: #000;
}

.gg-bet-619mza
  .gg-bet-68843e
  .gg-bet-6npbsg.gg-bet-kv8p29.gg-bet-u58j36 {
  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;
}

.gg-bet-92gr5c,
body .gg-bet-hj3lvo {
  color: #000;
  background: var(--color-body) !important;
}

.gg-bet-92gr5c .gg-bet-pn8nmv .gg-bet-g2glp3,
body .gg-bet-hj3lvo .gg-bet-pn8nmv .gg-bet-g2glp3 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .gg-bet-h7ikxz:focus,
  .gg-bet-h7ikxz:hover {
    color: #f9cb16;
  }
  .gg-bet-qxref9:focus,
  .gg-bet-qxref9:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .gg-bet-6t2zfx:focus img,
  .gg-bet-6t2zfx:focus svg,
  .gg-bet-6t2zfx:hover img,
  .gg-bet-6t2zfx:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .gg-bet-o40451 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .gg-bet-j19ld9:hover .gg-bet-ea658q svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .gg-bet-ea658q {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .gg-bet-mk4djd {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .gg-bet-g84sf6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gg-bet-j54pzr {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .gg-bet-uopy0z .gg-bet-zol2g9 {
    grid-template-columns: 1fr;
  }
  .gg-bet-uopy0z .gg-bet-y9cfkx {
    -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;
  }
  .gg-bet-uopy0z .gg-bet-kc6bd5 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gg-bet-uopy0z .gg-bet-riuz3e {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gg-bet-uopy0z .gg-bet-b85f6i {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .gg-bet-uopy0z .gg-bet-kc6bd5:not(:first-child) {
    border: none;
  }
  .gg-bet-uopy0z .gg-bet-kc6bd5:first-child .gg-bet-riuz3e {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .gg-bet-uopy0z .gg-bet-kc6bd5:last-child .gg-bet-riuz3e {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .gg-bet-vgjugp {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .gg-bet-vycbt8 {
    max-width: 100px;
  }
  .gg-bet-2owxke {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .gg-bet-axfjs5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .gg-bet-axfjs5 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .gg-bet-sk3xpr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .gg-bet-2owxke + .gg-bet-axfjs5 {
    margin-left: auto;
  }
  .gg-bet-5zklp4 {
    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;
  }
  .gg-bet-5zklp4.gg-bet-kec0x7 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .gg-bet-mqgs3d {
    -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;
  }
  .gg-bet-dd38dz {
    width: 100%;
  }
  .gg-bet-dd38dz:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .gg-bet-qq4716 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .gg-bet-qq4716 svg {
    margin-right: 4px;
  }
  .gg-bet-j19ld9 {
    -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;
  }
  .gg-bet-ea658q svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .gg-bet-ea658q {
    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;
  }
  .gg-bet-mh0bmn {
    display: none;
    width: 100%;
  }
  .gg-bet-j19ld9.gg-bet-kec0x7 .gg-bet-mh0bmn {
    padding: 0 0 0 48px;
  }
  .gg-bet-u8kssm {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .gg-bet-5m17hn .gg-bet-95yb1p {
    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;
  }
  .gg-bet-rmufwx {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .gg-bet-rmufwx + .gg-bet-rmufwx {
    margin-right: 0;
  }
  .gg-bet-rmufwx + .gg-bet-95yb1p {
    margin: 0;
  }
  .gg-bet-mk4djd {
    grid-template-columns: repeat(4, 1fr);
  }
  .gg-bet-g84sf6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gg-bet-jb5jqa,
  .gg-bet-meyx8o {
    grid-template-columns: repeat(2, 1fr);
  }
  .gg-bet-tlod8h {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .gg-bet-tlod8h.gg-bet-zq05jg .gg-bet-lfo645 {
    grid-column: auto;
    grid-row: auto;
  }
  .gg-bet-tlod8h > .gg-bet-elzlu7 {
    grid-column: 1/2;
  }
  .gg-bet-tlod8h.gg-bet-zq05jg > :not(.get-image) {
    grid-column: 1/2;
  }
  .gg-bet-tlod8h .gg-bet-95yb1p,
  .gg-bet-tlod8h.gg-bet-zq05jg > .gg-bet-95yb1p {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gg-bet-tlod8h.gg-bet-zq05jg > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .gg-bet-2tum59.gg-bet-ugua16 .gg-bet-tlod8h > .gg-bet-95yb1p {
    grid-row: 1/2;
  }
  .gg-bet-tlod8h .gg-bet-elzlu7 ~ .gg-bet-95yb1p,
  .gg-bet-tlod8h.gg-bet-zq05jg .gg-bet-elzlu7 ~ .gg-bet-95yb1p {
    grid-row: 2/3;
  }
  .gg-bet-2tum59.gg-bet-ugua16 .gg-bet-elzlu7 ~ .gg-bet-95yb1p {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .gg-bet-76s6gq:first-child .gg-bet-mygjef {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gg-bet-76s6gq:first-child .gg-bet-mygjef h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .gg-bet-76s6gq {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .gg-bet-76s6gq {
    padding: 0;
  }
  .gg-bet-kw3l8p {
    margin-top: 1rem;
  }
  .gg-bet-3i3igr {
    border-radius: 5px;
  }
  .gg-bet-1ly358 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gg-bet-b1e19c::after {
    display: inline-block;
  }
  .gg-bet-b1e19c {
    margin: 0;
    width: 100%;
  }
  .gg-bet-tjgtg7 {
    width: 100%;
  }
  .gg-bet-tjgtg7.gg-bet-ekw97t {
    -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%;
  }
  .gg-bet-tjgtg7.gg-bet-ekw97t .gg-bet-u4to9i {
    width: 100%;
  }
  .gg-bet-tjgtg7.gg-bet-ekw97t .gg-bet-u4to9i:not(:last-child) {
    margin-right: 0;
  }
  .gg-bet-h7ikxz {
    width: 100%;
    text-align: center;
  }
  .gg-bet-czlto0.gg-bet-kec0x7 .gg-bet-tjgtg7 {
    margin-top: 1rem;
  }
  .gg-bet-mk4djd {
    grid-template-columns: repeat(3, 1fr);
  }
  .gg-bet-j54pzr,
  .gg-bet-g84sf6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gg-bet-jb5jqa,
  .gg-bet-meyx8o,
  .gg-bet-iwnhkl {
    grid-template-columns: 1fr;
  }
  .gg-bet-x0xz24 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .gg-bet-gj0orx {
    min-width: 300px;
    max-width: 325px;
  }
  .gg-bet-riuz3e {
    cursor: auto;
  }
  .gg-bet-zhlada .gg-bet-riuz3e {
    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;
  }
  .gg-bet-womq2e {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .gg-bet-mh0bmn {
    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) {
  .gg-bet-womq2e {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.gg-bet-rmufwx p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .gg-bet-axfjs5 {
    margin: 0 -0.2rem;
  }
  .gg-bet-rmufwx {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .gg-bet-v7s1bp {
    -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;
  }
  .gg-bet-c0rsvx {
    max-width: 100%;
  }
  .gg-bet-mk4djd {
    grid-template-columns: repeat(2, 1fr);
  }
  .gg-bet-j54pzr,
  .gg-bet-g84sf6 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .gg-bet-vgjugp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gg-bet-axfjs5 {
    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;
  }
  .gg-bet-mvf34n {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gg-bet-z056lh {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .gg-bet-tq467j,
  .gg-bet-f4qaui {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .gg-bet-63d8ct {
    width: 100%;
  }
  .gg-bet-mk4djd {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .gg-bet-womq2e {
    top: 127px !important;
  }
}

.gg-bet-4lgcax {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .gg-bet-4lgcax {
  }
}

@media (max-width: 767px) {
  .gg-bet-4lgcax {
    margin-bottom: 12px;
  }
}

.gg-bet-4lgcax img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.gg-bet-5if0j4 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.gg-bet-5if0j4 > .gg-bet-50tf77 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .gg-bet-5if0j4 {
    flex-direction: column;
    gap: 12px;
  }
}

.gg-bet-y0la1f {
  display: flex;
}

.gg-bet-y0la1f .gg-bet-559tku {
  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;
}

.gg-bet-y0la1f .gg-bet-idkyq0 {
  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;
}

.gg-bet-y0la1f .gg-bet-yw6ra1 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.gg-bet-y0la1f .gg-bet-c8xydh {
  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));
  }
}

.gg-bet-y0la1f .gg-bet-c8xydh:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.gg-bet-y0la1f .gg-bet-2xaz9v {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.gg-bet-ddvyh8 {
  border: unset;
  background-color: unset;
}

.gg-bet-ddvyh8 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.gg-bet-ddvyh8 .gg-bet-wcyphm,
.gg-bet-ddvyh8 .gg-bet-73o68b {
  flex: 0 1 330px;
}

.gg-bet-ddvyh8 .gg-bet-skvccq {
  flex: 1 1;
}

.gg-bet-ddvyh8 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.gg-bet-ddvyh8 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.gg-bet-ddvyh8 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.gg-bet-ddvyh8 tr td p {
  color: #fff;
  margin: 0;
}

.gg-bet-ddvyh8 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.gg-bet-ddvyh8 tr.gg-bet-wcyphm td p {
  padding: 16px 0;
}

.gg-bet-ddvyh8 tr.gg-bet-wcyphm td p:not(:last-child),
.gg-bet-ddvyh8 tr.gg-bet-73o68b td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.gg-bet-ddvyh8 tr.gg-bet-wcyphm td p:first-child,
.gg-bet-ddvyh8 tr.gg-bet-73o68b td p:first-child {
  padding-top: 0;
}

.gg-bet-ddvyh8 tr.gg-bet-73o68b td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.gg-bet-ddvyh8 tr.gg-bet-73o68b td p:last-child {
  padding-bottom: 0;
}

.gg-bet-ddvyh8 .gg-bet-73o68b img {
  max-width: 32px;
}

.gg-bet-ddvyh8 .gg-bet-skvccq {
  min-width: 718px;
}

.gg-bet-ddvyh8 .gg-bet-skvccq td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.gg-bet-ddvyh8 .gg-bet-skvccq td {
  display: flex;
}

.gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-ybn2dp,
.gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-eyivam,
.gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-oqs0jk {
  flex: 1 1 50%;
}

.gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-0yeott {
  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;
}

.gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-bjiz13,
.gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-zszmcs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-ybn2dp,
.gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-eyivam {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-ybn2dp span,
.gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-eyivam span {
  font-weight: 800;
}

.gg-bet-ddvyh8 .gg-bet-skvccq img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .gg-bet-ddvyh8 .gg-bet-skvccq td .gg-bet-oqs0jk:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .gg-bet-ddvyh8 tr.gg-bet-wcyphm td p:last-child {
    padding-bottom: 0;
  }
  .gg-bet-ddvyh8 .gg-bet-73o68b > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .gg-bet-ddvyh8 .gg-bet-73o68b > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .gg-bet-ddvyh8 tr.gg-bet-wcyphm td p:not(:last-child),
  .gg-bet-ddvyh8 tr.gg-bet-73o68b td p:not(:last-child) {
    border-bottom: unset;
  }
  .gg-bet-ddvyh8 tr.gg-bet-73o68b td p:last-child {
    padding-bottom: 12px;
  }
  .gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-ybn2dp,
  .gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-eyivam,
  .gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-oqs0jk {
    flex: 1 1 50%;
    padding: 0;
  }
  .gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-ybn2dp,
  .gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-eyivam {
    margin-top: 16px;
  }
  .gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-oqs0jk {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-ybn2dp {
    border-right: 1px solid var(--border-color);
  }
  .gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-oqs0jk:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .gg-bet-ddvyh8 .gg-bet-skvccq td:last-child .gg-bet-oqs0jk:last-child {
    padding-bottom: 0;
  }
}

.gg-bet-oqs0jk {
  display: flex;
  flex-direction: column;
}

.gg-bet-ddvyh8 .gg-bet-skvccq td .gg-bet-oqs0jk {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.gg-bet-ddvyh8 .gg-bet-skvccq td .gg-bet-oqs0jk:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.gg-bet-ddvyh8 .gg-bet-skvccq td .gg-bet-oqs0jk:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .gg-bet-ddvyh8 .gg-bet-skvccq td .gg-bet-oqs0jk:not(:first-child) {
    padding-left: 0;
  }
  .gg-bet-ddvyh8 .gg-bet-skvccq td .gg-bet-oqs0jk:not(:last-of-type) {
    border-right: unset;
  }
}

.gg-bet-ddvyh8 .gg-bet-h63qh7 {
  flex: 0 1 485px;
}

.gg-bet-ddvyh8 .gg-bet-6wbh78 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.gg-bet-ddvyh8 .gg-bet-6wbh78 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gg-bet-ddvyh8 .gg-bet-6wbh78 li.gg-bet-0qcgz0 {
  padding: 6px 12px;
}

.gg-bet-ddvyh8 .gg-bet-6wbh78 li a,
.gg-bet-ddvyh8 .gg-bet-6wbh78 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;
}

.gg-bet-ddvyh8 .gg-bet-ohg3r9,
.gg-bet-ddvyh8 .gg-bet-3mfwbr {
  flex: 1 1;
}

.gg-bet-ddvyh8 .gg-bet-zwiwzj,
.gg-bet-ddvyh8 .gg-bet-y8uqba {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gg-bet-ddvyh8 .gg-bet-zwiwzj li,
.gg-bet-ddvyh8 .gg-bet-y8uqba li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.gg-bet-ddvyh8 .gg-bet-3mfwbr img {
  max-width: 32px;
}

.gg-bet-ddvyh8 .gg-bet-ohg3r9 img {
  max-width: 32px;
}

.gg-bet-ddvyh8 .gg-bet-do3xp7 {
  min-width: 280px;
}

.gg-bet-ddvyh8 .gg-bet-do3xp7 img {
  max-width: 146px;
}

.gg-bet-ddvyh8 .gg-bet-do3xp7 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .gg-bet-ddvyh8 .gg-bet-wcyphm,
  .gg-bet-ddvyh8 .gg-bet-73o68b {
    flex: 0 1 auto;
  }
  .gg-bet-ddvyh8 .gg-bet-skvccq {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .gg-bet-ddvyh8 .gg-bet-wcyphm,
  .gg-bet-ddvyh8 .gg-bet-h63qh7,
  .gg-bet-ddvyh8 .gg-bet-73o68b,
  .gg-bet-ddvyh8 .gg-bet-skvccq {
    flex: 1 1 calc(50% - 20px);
  }
  .gg-bet-ddvyh8 .gg-bet-ohg3r9,
  .gg-bet-ddvyh8 .gg-bet-do3xp7,
  .gg-bet-ddvyh8 .gg-bet-3mfwbr {
    flex: 1 1 30%;
  }
  .gg-bet-ddvyh8 .gg-bet-do3xp7 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .gg-bet-ddvyh8 .gg-bet-wcyphm,
  .gg-bet-ddvyh8 .gg-bet-h63qh7,
  .gg-bet-ddvyh8 .gg-bet-ohg3r9,
  .gg-bet-ddvyh8 .gg-bet-73o68b,
  .gg-bet-ddvyh8 .gg-bet-skvccq,
  .gg-bet-ddvyh8 .gg-bet-do3xp7,
  .gg-bet-ddvyh8 .gg-bet-3mfwbr {
    flex: 1 1 100%;
  }
}

.gg-bet-84b8x5 .gg-bet-5u31rx {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gg-bet-84b8x5 .gg-bet-31qj0c {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.gg-bet-84b8x5 .gg-bet-p3avw6 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.gg-bet-84b8x5 .gg-bet-ky3rc3 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.gg-bet-84b8x5 .gg-bet-ky3rc3 > :nth-child(3) {
  margin-top: 0;
}

.gg-bet-84b8x5 .gg-bet-95yb1p {
  grid-column: 2/3;
  grid-row: 1/10;
}

.gg-bet-84b8x5 .gg-bet-etfzeu {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.gg-bet-84b8x5 .gg-bet-kw3l8p {
  grid-column: 1/2;
}

.gg-bet-84b8x5 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.gg-bet-84b8x5 .gg-bet-31qj0c: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;
}

.gg-bet-84b8x5 .gg-bet-31qj0c:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.gg-bet-84b8x5 .gg-bet-63d8ct {
  min-width: 240px;
}

@media (max-width: 768px) {
  .gg-bet-84b8x5 .gg-bet-31qj0c:not(:last-child):before {
    bottom: 8px;
  }
  .gg-bet-84b8x5 .gg-bet-31qj0c:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .gg-bet-84b8x5 .gg-bet-ky3rc3 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .gg-bet-84b8x5 .gg-bet-95yb1p {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .gg-bet-84b8x5 .gg-bet-95yb1p img {
    width: 100%;
    height: auto;
  }
  .gg-bet-84b8x5 .gg-bet-63d8ct {
    width: 100%;
    min-width: unset;
  }
}

.gg-bet-dxmys6 .gg-bet-6gjv5p {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.gg-bet-dxmys6 .gg-bet-lg6ch9 {
  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;
}

.gg-bet-dxmys6 .gg-bet-95yb1p {
  height: 100%;
}

.gg-bet-dxmys6 .gg-bet-95yb1p img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.gg-bet-dxmys6 .gg-bet-tpss1a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.gg-bet-dxmys6 .gg-bet-u72bwz {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.gg-bet-dxmys6 .gg-bet-04t0mn {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .gg-bet-dxmys6 .gg-bet-lg6ch9 {
    flex: 1 1 100%;
  }
  .gg-bet-dxmys6 .gg-bet-aokmw1 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .gg-bet-dxmys6 .gg-bet-lg6ch9 {
    flex-direction: column;
  }
  .gg-bet-dxmys6 .gg-bet-95yb1p {
    width: 100%;
    height: auto;
  }
  .gg-bet-dxmys6 .gg-bet-95yb1p img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .gg-bet-dxmys6 .gg-bet-tpss1a {
    padding: 0 16px 16px 16px;
  }
  .gg-bet-dxmys6 .gg-bet-aokmw1 {
    min-width: unset;
    width: 100%;
  }
}

.gg-bet-isyj72 .gg-bet-z3mvsf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.gg-bet-isyj72 .gg-bet-6dz3mh {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.gg-bet-isyj72 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;
}

.gg-bet-isyj72 .gg-bet-0g2ogq {
  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;
}

.gg-bet-isyj72 .gg-bet-6dz3mh:hover .gg-bet-0g2ogq {
  display: flex;
}

.gg-bet-isyj72 .gg-bet-ob67d6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gg-bet-isyj72 .gg-bet-bdk9va {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.gg-bet-vbx1c4 {
  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;
}

.gg-bet-vbx1c4.gg-bet-3nlj2u {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.gg-bet-u8kgyd ease-in-out;
}

.gg-bet-vbx1c4.gg-bet-3nlj2u:hover {
  color: #f9cb16;
  background-color: transparent;
}

.gg-bet-isyj72 .gg-bet-mtxgbe {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.gg-bet-u8kgyd ease-in-out;
}

.gg-bet-isyj72 .gg-bet-mtxgbe:hover {
  color: #196948;
  background-color: #f9cb16;
}

.gg-bet-isyj72 .gg-bet-mtxgbe:after,
.gg-bet-vbx1c4.gg-bet-3nlj2u:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.gg-bet-vbx1c4.gg-bet-3nlj2u:after {
  background-image: url(../images/Cash.svg);
}

.gg-bet-isyj72 .gg-bet-mtxgbe:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .gg-bet-isyj72 .gg-bet-z3mvsf {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .gg-bet-isyj72 .gg-bet-z3mvsf {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gg-bet-isyj72 .gg-bet-z3mvsf {
    grid-template-columns: 1fr;
  }
  .gg-bet-isyj72 .gg-bet-6dz3mh {
    height: auto;
  }
  .gg-bet-isyj72 .gg-bet-6dz3mh .gg-bet-0g2ogq {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .gg-bet-isyj72 .gg-bet-ob67d6,
  .gg-bet-isyj72 .gg-bet-bdk9va {
    text-align: left;
  }
  .gg-bet-isyj72 .gg-bet-bdk9va {
    margin-bottom: 8px;
  }
  .gg-bet-isyj72 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.gg-bet-d5k7zx {
  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;
}

.gg-bet-d5k7zx.gg-bet-mckgku {
  display: block;
}

.gg-bet-d5k7zx .gg-bet-2azl3d {
  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;
}

.gg-bet-d5k7zx .gg-bet-itjzk3 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.gg-bet-d5k7zx .gg-bet-pgd43n {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.gg-bet-d5k7zx .gg-bet-33jeo4 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.gg-bet-d5k7zx .gg-bet-vbx1c4 {
  min-width: 296px;
  margin-bottom: 0;
}

.gg-bet-d5k7zx .gg-bet-pd5olu {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.gg-bet-d5k7zx .gg-bet-se90jb {
  position: relative;
  flex: 1 1;
}

.gg-bet-d5k7zx .gg-bet-se90jb iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .gg-bet-d5k7zx .gg-bet-itjzk3 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .gg-bet-d5k7zx .gg-bet-pgd43n {
    order: 1;
  }
  .gg-bet-d5k7zx .gg-bet-33jeo4 {
    order: 3;
    flex: 1 1 100%;
  }
  .gg-bet-d5k7zx .gg-bet-vbx1c4 {
    width: 100%;
    min-width: unset;
  }
  .gg-bet-d5k7zx .gg-bet-pd5olu {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .gg-bet-tlod8h > .gg-bet-elzlu7 {
    margin-bottom: 0;
  }
  .gg-bet-tlod8h > .gg-bet-kw3l8p,
  .gg-bet-tlod8h > p {
    margin-top: 0;
  }
}

.gg-bet-rqe58q img,
.gg-bet-rmufwx img {
  width: auto;
  object-fit: contain;
}

.gg-bet-rqe58q {
  align-items: center;
}

.gg-bet-rqe58q img {
  max-height: 76px;
}

.gg-bet-rmufwx img {
  max-height: 64px;
}

.gg-bet-6yx3mv {
  overflow: auto;
}

.gg-bet-es6bly {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.gg-bet-qrkp2c:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.gg-bet-7q3ivo {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.gg-bet-0gf946 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gg-bet-7q3ivo .gg-bet-95yb1p {
  margin-right: 20px;
  flex-shrink: 0;
}

.gg-bet-7q3ivo img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.gg-bet-gwwvq5 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.gg-bet-gwwvq5 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .gg-bet-7q3ivo {
    padding: 15px 10px;
  }
  .gg-bet-gwwvq5 {
    padding: 15px 10px;
  }
  .gg-bet-7q3ivo .gg-bet-95yb1p {
    margin-right: 10px;
  }
}

.gg-bet-s6qelr {
  overflow-x: auto;
}

.gg-bet-4uto9d {
  border-collapse: collapse;
  width: 100%;
}

.gg-bet-s6qelr th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.gg-bet-s6qelr td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.gg-bet-s6qelr td.gg-bet-nulsp8 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.gg-bet-s6qelr td.gg-bet-0qpukd {
  border-right: none;
}

.gg-bet-s6qelr td.gg-bet-0qpukd .gg-bet-95yb1p {
  justify-content: flex-start;
}

.gg-bet-s6qelr td.gg-bet-0qpukd .gg-bet-95yb1p img {
  height: auto;
  width: 90px;
}

.gg-bet-s6qelr td.gg-bet-qjn6i5,
.gg-bet-s6qelr td.gg-bet-z1cee5 {
  font-weight: 600;
  text-align: right;
}

.gg-bet-s6qelr td.gg-bet-an1sxc,
.gg-bet-s6qelr td.gg-bet-qjn6i5 {
  padding-bottom: 10px;
  border-bottom: none;
}

.gg-bet-s6qelr td.gg-bet-qjn6i5,
.gg-bet-s6qelr td.gg-bet-z1cee5 {
  border-left: none;
}

.gg-bet-s6qelr td.gg-bet-an1sxc,
.gg-bet-s6qelr td.gg-bet-d10uyz {
  border-right: none;
}

.gg-bet-s6qelr td.gg-bet-d10uyz,
.gg-bet-s6qelr td.gg-bet-z1cee5 {
  border-top: none;
  padding-top: 10px;
}

.gg-bet-twvfnd {
  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;
}

.gg-bet-twvfnd .gg-bet-aokmw1 {
  min-width: unset;
  width: 100%;
}

.gg-bet-twvfnd .gg-bet-aokmw1.gg-bet-n9dnwk {
  grid-column: 1/2;
  grid-row: 1/2;
}

.gg-bet-twvfnd .gg-bet-aokmw1.gg-bet-7w4cbi {
  grid-column: 2/3;
  grid-row: 1/2;
}

.gg-bet-twvfnd .gg-bet-ssvdvm {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .gg-bet-twvfnd {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .gg-bet-twvfnd .gg-bet-aokmw1.gg-bet-n9dnwk {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gg-bet-twvfnd .gg-bet-aokmw1.gg-bet-7w4cbi {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .gg-bet-twvfnd .gg-bet-ssvdvm {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.gg-bet-m39v4b {
  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;
}

.gg-bet-4gusl3 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.gg-bet-qa0ttf p a img {
  margin: 0 auto;
  display: block;
}

.gg-bet-qa0ttf table {
  margin-bottom: 17px;
}

/* contanct form */
.gg-bet-pni9e1 {
  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;
}

.gg-bet-pni9e1 label {
  font-size: 14px;
}

.gg-bet-pni9e1 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.gg-bet-pni9e1 input,
.gg-bet-pni9e1 textarea,
.gg-bet-pni9e1 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;
}
.gg-bet-pni9e1 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.gg-bet-u8kgyd ease;
}
.gg-bet-pni9e1 button:hover {
  background-color: #691204;
}
.gg-bet-636flq {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.gg-bet-5drgvl ease-in;
}

.gg-bet-636flq 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;
}
.gg-bet-2dnmlo, .gg-bet-ul6km7, [class*="review-card"],
thead, thead th, table th, .gg-bet-jugplt,
.gg-bet-wfajsy, [class*="collapsible-header"],
.gg-bet-7l2b7w, [class*="updated-block"] {
  color: #ece7dc !important;
}
