@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);
}

.goldbet-8zs05z {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.goldbet-ofvx3u {
  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.goldbet-7fox71,
ul.goldbet-7fox71 {
  padding-left: 20px;
}

ul.goldbet-7fox71 {
  list-style: disc;
}

ol.goldbet-7fox71 {
  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;
  }
}

.goldbet-9vj4xv > .goldbet-a6wkof,
.goldbet-9vj4xv > .goldbet-108po7,
.goldbet-9vj4xv > blockquote,
.goldbet-9vj4xv > h1,
.goldbet-9vj4xv > h2,
.goldbet-9vj4xv > h3,
.goldbet-9vj4xv > h4,
.goldbet-9vj4xv > h5,
.goldbet-9vj4xv > h6,
.goldbet-9vj4xv > ol,
.goldbet-9vj4xv > p,
.goldbet-9vj4xv > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.goldbet-9vj4xv > ol,
.goldbet-9vj4xv > ul {
  padding-left: 50px;
}

.goldbet-9vj4xv 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;
}

.goldbet-9vj4xv:not(:last-child) {
  margin-bottom: 2rem;
}

.goldbet-9vj4xv > :not(:first-child) {
  margin-top: 2rem;
}

.goldbet-9vj4xv {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.goldbet-9vj4xv:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .goldbet-9vj4xv:first-child {
    margin-top: 20px;
  }
}

.goldbet-9vj4xv > p:last-of-type {
  margin-bottom: 32px;
}

.goldbet-9vj4xv > .goldbet-2r9wxf:not(:first-child) {
  margin: 64px auto 16px auto;
}

.goldbet-9xejhx > .goldbet-2r9wxf {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.goldbet-108po7 {
  overflow: auto;
}

.goldbet-108po7::-webkit-scrollbar {
  height: 5px;
}

.goldbet-108po7 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.goldbet-108po7 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.goldbet-108po7 table thead,
table thead {
  border-bottom: none;
}

.goldbet-108po7 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.goldbet-108po7 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.goldbet-108po7 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.goldbet-108po7 .goldbet-kv0gci {
  table-layout: auto;
}

.goldbet-108po7 .goldbet-kv0gci th {
  word-break: normal;
}

.goldbet-108po7 .goldbet-kv0gci td {
  word-break: normal;
}

.goldbet-8zs05z .goldbet-8zs05z {
  padding-right: 0;
  padding-left: 0;
}

.goldbet-ttcs0b {
  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;
}

.goldbet-t31y7x {
  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;
}

.goldbet-g0m8xx {
  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;
}

.goldbet-a6wkof {
  margin-top: 24px;
}

.goldbet-a6wkof.goldbet-xvtfpc {
  text-align: left;
}

.goldbet-a6wkof.goldbet-knwzti {
  text-align: right;
}

.goldbet-a6wkof.goldbet-9bhbjh {
  text-align: center;
}

.goldbet-x1d7mz {
  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.goldbet-66z3zt ease-in-out;
  cursor: pointer;
}

.goldbet-x1d7mz:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.goldbet-x1d7mz {
  min-width: 328px;
}

@media (max-width: 768px) {
  .goldbet-x1d7mz {
    min-width: unset;
  }
}

.goldbet-q244na {
  background-color: var(--fh-bg-color);
}

.goldbet-kw0zul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.goldbet-teyt4b {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.goldbet-teyt4b img {
  max-height: 80px;
  object-fit: contain;
}

.goldbet-vi8lhe {
  flex: 1 1;
}

.goldbet-943288 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.goldbet-kzr24u {
  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;
}

.goldbet-kzr24u 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;
}

.goldbet-kzr24u.goldbet-3uj90a span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.goldbet-kzr24u.goldbet-3uj90a span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.goldbet-kzr24u.goldbet-3uj90a span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.goldbet-vi8lhe + .goldbet-943288 {
  margin-left: 20px;
}

.goldbet-2qxdan {
  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;
}

.goldbet-2qxdan > svg {
  max-width: 24px;
  max-height: 24px;
}

.goldbet-2qxdan + .goldbet-2qxdan {
  margin-left: 5px;
}

.goldbet-5b3tu6 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.goldbet-5b3tu6:hover {
  background-color: var(--button-bg-hover);
}

.goldbet-bu9xh7 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.goldbet-66z3zt ease-in-out;
  border: 1px solid var(--border-color);
}

.goldbet-bu9xh7:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.goldbet-je9xhf {
  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) {
  .goldbet-vi8lhe {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .goldbet-je9xhf {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .goldbet-vi8lhe {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .goldbet-2qxdan {
    min-width: unset;
    flex: 1 1;
  }
}

.goldbet-5cqjku {
  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;
}

.goldbet-5cqjku:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.goldbet-5cqjku:hover .goldbet-fd5lao {
  opacity: 1;
  pointer-events: auto;
}

.goldbet-5dul6x {
  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.goldbet-ixfnmm ease-in-out;
  gap: 4px;
}

.goldbet-5dul6x > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.goldbet-5dul6x .goldbet-ttcs0b img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.goldbet-t2v5gm,
.goldbet-5dul6x:hover {
  color: var(--button-bg-hover);
}

.goldbet-6oboe0 {
  position: relative;
}

.goldbet-6oboe0 .goldbet-5dul6x {
  margin-right: 0;
  padding-right: 4px;
}

.goldbet-gepvyt svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.goldbet-6oboe0.goldbet-3uj90a .goldbet-gepvyt svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.goldbet-6oboe0.goldbet-3uj90a .goldbet-fd5lao {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.goldbet-6oboe0.goldbet-3uj90a .goldbet-fd5lao::before {
  display: none;
}

.goldbet-gepvyt svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.goldbet-fd5lao {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.goldbet-3gx92f 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.goldbet-fd5lao::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.goldbet-fd5lao:hover {
  color: var(--fh-bg-color);
}

.goldbet-u1f7qz {
  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.goldbet-3gx92f 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.goldbet-ixfnmm ease-in-out;
  -o-transition: 0.goldbet-ixfnmm ease-in-out;
  transition: 0.goldbet-ixfnmm ease-in-out;
}

.goldbet-u1f7qz .goldbet-ttcs0b img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.goldbet-l83w6u,
.goldbet-u1f7qz:hover {
  color: var(--button-bg-hover);
}

.goldbet-f4xmd2 {
  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%;
}

.goldbet-f4xmd2.goldbet-x7gfh9 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.goldbet-f4xmd2.goldbet-x7gfh9:after,
.goldbet-f4xmd2.goldbet-x7gfh9:before {
  content: "";
  position: absolute;
  margin: auto;
}

.goldbet-f4xmd2.goldbet-x7gfh9: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);
  }
}

.goldbet-f4xmd2.goldbet-x7gfh9:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.goldbet-f4xmd2.goldbet-x7gfh9 > * {
  z-index: 1;
}

.goldbet-f4xmd2 b,
.goldbet-f4xmd2 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.goldbet-f4xmd2 .goldbet-esehal {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.goldbet-f4xmd2 .goldbet-45kcjv {
  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;
}

.goldbet-f4xmd2 .goldbet-ttcs0b {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.goldbet-f4xmd2 .goldbet-fwlnml {
  margin-top: 12px;
}

.goldbet-fwlnml {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.goldbet-0co9wl {
  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;
}

.goldbet-fwlnml .goldbet-fmnhv8 {
  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.goldbet-66z3zt ease-in-out;
}

.goldbet-fwlnml .goldbet-fmnhv8:hover {
  background: rgba(255, 255, 255, 0.3);
}

.goldbet-r5zchh {
  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;
}

.goldbet-f4xmd2.goldbet-9rj6h6 {
  gap: 12px;
  padding: 16px;
}

.goldbet-f4xmd2.goldbet-9rj6h6 .goldbet-r5zchh {
  min-width: 240px;
}

.goldbet-f4xmd2.goldbet-9rj6h6 .goldbet-r5zchh.goldbet-jzwq3w {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .goldbet-f4xmd2 .goldbet-esehal {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .goldbet-f4xmd2 .goldbet-45kcjv {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .goldbet-f4xmd2 .goldbet-ttcs0b {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .goldbet-f4xmd2.goldbet-9rj6h6 .goldbet-ttcs0b {
    max-width: 126px;
  }
  .goldbet-f4xmd2 .goldbet-fwlnml {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .goldbet-f4xmd2 .goldbet-0co9wl {
    max-width: unset;
  }
  .goldbet-r5zchh {
    min-width: unset;
    width: 100%;
  }
  .goldbet-f4xmd2 .goldbet-r5zchh {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .goldbet-f4xmd2.goldbet-9rj6h6 {
    grid-template-rows: auto 1fr auto;
  }
  .goldbet-f4xmd2.goldbet-9rj6h6 .goldbet-r5zchh {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .goldbet-f4xmd2 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .goldbet-f4xmd2 .goldbet-esehal {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .goldbet-f4xmd2 .goldbet-ttcs0b {
    max-width: 78px;
  }
  .goldbet-f4xmd2 .goldbet-fwlnml {
    margin-top: -12px;
  }
  .goldbet-f4xmd2.goldbet-9rj6h6 {
    gap: 8px;
  }
  .goldbet-f4xmd2.goldbet-9rj6h6 .goldbet-esehal {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .goldbet-f4xmd2.goldbet-9rj6h6 .goldbet-45kcjv {
    grid-column: 1/3;
  }
  .goldbet-f4xmd2.goldbet-9rj6h6 .goldbet-ttcs0b {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .goldbet-f4xmd2.goldbet-9rj6h6 .goldbet-ttcs0b img {
    max-width: 114px;
  }
}

.goldbet-r5zchh.goldbet-17d6ez,
.goldbet-r5zchh.goldbet-pfzj7e,
.goldbet-r5zchh.goldbet-67dtlp {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.goldbet-66z3zt ease-in-out;
}

.goldbet-r5zchh.goldbet-17d6ez,
.goldbet-r5zchh.goldbet-67dtlp {
  padding: 10px;
}

.goldbet-r5zchh.goldbet-17d6ez:hover,
.goldbet-r5zchh.goldbet-pfzj7e:hover,
.goldbet-r5zchh.goldbet-67dtlp:hover {
  background: var(--button-bg-hover);
}

.goldbet-r5zchh.goldbet-17d6ez:hover svg path,
.goldbet-r5zchh.goldbet-67dtlp:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.goldbet-r5zchh.goldbet-jzwq3w {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.goldbet-66z3zt ease-in-out;
  background: var(--button-bg-color);
}

.goldbet-r5zchh.goldbet-jzwq3w:hover {
  background-color: var(--button-bg-hover);
}

.goldbet-r5zchh.goldbet-pfzj7e: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);
  }
}

.goldbet-r5zchh.goldbet-pfzj7e:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.goldbet-r5zchh.goldbet-jzwq3w:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.goldbet-kxq4a2 {
  max-width: 650px;
}

.goldbet-gq2t8h {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.goldbet-3hptrd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.goldbet-obydk6 {
  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.goldbet-ixfnmm ease-in-out;
  cursor: pointer;
}

.goldbet-obydk6:hover {
  opacity: 0.5;
}

.goldbet-obydk6:focus {
  outline: 0;
}

.goldbet-obydk6:focus .goldbet-l2pb1j,
.goldbet-obydk6:hover .goldbet-l2pb1j {
  fill: red;
  fill-opacity: 1;
}

.goldbet-obydk6:hover {
  cursor: pointer;
}

.goldbet-ac856k {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.goldbet-kxq4a2.goldbet-9bhbjh {
  margin: 0 auto;
}

.goldbet-kxq4a2.goldbet-knwzti {
  margin-left: auto;
}

.goldbet-dq92v2 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.goldbet-wi9dnd {
  padding-bottom: 50px;
}

.goldbet-zyqjtz {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.goldbet-71yc4t {
  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;
}

.goldbet-uwu1qv {
  margin-top: 24px;
}

.goldbet-926ruo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.goldbet-vbb0r2 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.goldbet-s1e4cn {
  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;
}

.goldbet-vcpkod {
  width: 468px;
}

.goldbet-s1e4cn .goldbet-fd5lao {
  margin: 0.goldbet-ehnhf8 0;
}

.goldbet-xcxv9q {
  display: flex;
  min-width: 224px;
}

.goldbet-zgpys7 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.goldbet-ixfnmm ease-in-out;
}

.goldbet-kg1rxo,
.goldbet-zgpys7:hover {
  color: var(--text-color);
}

.goldbet-xjyrqs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.goldbet-3j7j29 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .goldbet-dq92v2 {
    padding: 16px;
  }
  .goldbet-xjyrqs {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .goldbet-3j7j29 {
    align-items: center;
  }
  .goldbet-vcpkod {
    width: unset;
  }
  .goldbet-xcxv9q {
    min-width: unset;
  }
  .goldbet-s1e4cn {
    max-height: unset;
  }
  .goldbet-zyqjtz {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .goldbet-dq92v2 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.goldbet-fmj2zt {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.goldbet-fmj2zt:not(:last-child) {
  margin-bottom: 16px;
}

.goldbet-i3xo0l {
  outline: 0;
}

.goldbet-i3xo0l .goldbet-zso48a {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.goldbet-rzgzhc {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .goldbet-rzgzhc {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.goldbet-rzgzhc::-webkit-details-marker {
  display: none;
}

.goldbet-rzgzhc: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;
}

.goldbet-rzgzhc: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] .goldbet-rzgzhc:after {
  transform: unset;
}

.goldbet-zso48a {
  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);
}

.goldbet-zso48a 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.goldbet-ixfnmm ease-in-out;
  -o-transition: 0.goldbet-ixfnmm ease-in-out;
  transition: 0.goldbet-ixfnmm ease-in-out;
}

.goldbet-syxq30 {
  padding: 16px 0 0 0;
}

.goldbet-syxq30 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .goldbet-syxq30 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .goldbet-rzgzhc {
    flex-wrap: wrap;
    gap: 12px;
  }
  .goldbet-rzgzhc::after {
    margin-left: auto;
  }
  .goldbet-zso48a {
    order: 3;
    flex: 1 1 100%;
  }
  .goldbet-rzgzhc {
    font-size: 14px;
    line-height: 130%;
  }
  .goldbet-zso48a svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.goldbet-140ww7 {
  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;
}

.goldbet-c3o8dw {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.goldbet-140ww7.goldbet-3uj90a .goldbet-c3o8dw {
  margin-bottom: 12px;
}

.goldbet-c3o8dw::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;
}

.goldbet-140ww7.goldbet-3uj90a .goldbet-c3o8dw::after {
  transform: unset;
}

.goldbet-7t7xjp {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.goldbet-jq3zkp {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.goldbet-ixfnmm ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.goldbet-jq3zkp: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;
}

.goldbet-140ww7.goldbet-3uj90a .goldbet-7t7xjp {
  max-height: 100%;
}

.goldbet-6af0h8 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.goldbet-berp1y {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.goldbet-06pz8m {
  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;
}

.goldbet-to3j66 {
  margin-right: 4px;
}

.goldbet-kpcykb {
  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.goldbet-ixfnmm ease-in-out;
}

.goldbet-kpcykb svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.goldbet-vikq61,
.goldbet-kpcykb:hover {
  color: var(--text-color);
}

.goldbet-izhggk {
  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;
}

.goldbet-izhggk img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.goldbet-izhggk .goldbet-s92a0a {
  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;
}

.goldbet-izhggk .goldbet-yd25sj {
  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;
}

.goldbet-5b8vyy {
  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;
}

.goldbet-4pzani {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.goldbet-5weci5 .goldbet-8zs05z {
  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;
}

.goldbet-5weci5 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.goldbet-qgm7eo {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.goldbet-xyekpa {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.goldbet-h98qqc {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.goldbet-8buu8w 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;
}

.goldbet-h98qqc:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.goldbet-s8za68 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.goldbet-7537sp {
  -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.goldbet-ixfnmm ease-in-out;
  transition: transform 0.goldbet-ixfnmm ease-in-out;
  -o-transition: transform 0.goldbet-ixfnmm ease-in-out;
  transition:
    transform 0.goldbet-ixfnmm ease-in-out,
    -webkit-transform 0.goldbet-ixfnmm ease-in-out;
  cursor: pointer;
}

.goldbet-7537sp svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.goldbet-7537sp: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;
}

.goldbet-5i7hlu {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .goldbet-5i7hlu {
    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);
}

.goldbet-b3z4x5 {
  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;
}

.goldbet-2l3bkk {
  position: relative;
  width: 100%;
}

.goldbet-b3z4x5.goldbet-nmer2a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.goldbet-b3z4x5.goldbet-9bhbjh {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.goldbet-b3z4x5.goldbet-knwzti {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.goldbet-y2hc1e {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.goldbet-2s9dlw {
  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.goldbet-ixfnmm ease-in-out;
  cursor: pointer;
}

.goldbet-2s9dlw:hover {
  opacity: 0.5;
}

.goldbet-b3z4x5.goldbet-p8zyru .goldbet-2s9dlw {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.goldbet-b3z4x5.goldbet-p8zyru .goldbet-y2hc1e {
  cursor: pointer;
}

.goldbet-gxpadz {
  fill: #0009;
}

.goldbet-x7u2tf {
  fill: #fff;
}

.goldbet-2s9dlw:hover .goldbet-gxpadz {
  fill: red;
}

.goldbet-2s9dlw svg path {
  -webkit-transition: 0.goldbet-ixfnmm ease-in-out;
  -o-transition: 0.goldbet-ixfnmm ease-in-out;
  transition: 0.goldbet-ixfnmm ease-in-out;
}

.goldbet-peyz2c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.goldbet-peyz2c > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.goldbet-peyz2c.goldbet-5iisa9 > :not(.get-image) {
  grid-column: 1/3;
}

.goldbet-x9a25q:not(._h1-block) .goldbet-peyz2c > .goldbet-2r9wxf {
  grid-row: 1/2;
  grid-column: 1/3;
}

.goldbet-peyz2c.goldbet-5iisa9 .goldbet-pwgd89 {
  grid-column: 2/3;
}

.goldbet-peyz2c.goldbet-5iisa9 > .goldbet-ttcs0b {
  grid-column: 1/2;
}

.goldbet-peyz2c.goldbet-5iisa9 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.goldbet-peyz2c > p:first-of-type {
  margin-top: 0;
}

.goldbet-peyz2c .goldbet-ttcs0b {
  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;
}

.goldbet-x9a25q:not(._h1-block) .goldbet-2r9wxf ~ .goldbet-ttcs0b {
  grid-row: 2/10;
}

.goldbet-x9a25q.goldbet-1kkhej .goldbet-2r9wxf ~ .goldbet-ttcs0b {
  grid-row: 1/10;
}

.goldbet-x9a25q.goldbet-1kkhej > .goldbet-2r9wxf {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.goldbet-x9a25q.goldbet-1kkhej .goldbet-ttcs0b {
  grid-row: 1/10;
}

.goldbet-peyz2c.goldbet-1el9w9 .goldbet-ttcs0b {
  align-items: flex-start;
}

.goldbet-peyz2c.goldbet-9bhbjh .goldbet-pwgd89 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.goldbet-peyz2c.goldbet-9bhbjh .goldbet-ttcs0b {
  align-items: center;
}

.goldbet-peyz2c.goldbet-x6870o .goldbet-ttcs0b {
  align-items: flex-end;
}

.goldbet-pwgd89 > :first-child {
  margin-top: 0;
}

.goldbet-pwgd89 > :last-child {
  margin-bottom: 0;
}

* + .goldbet-u4uj6z,
.goldbet-x9a25q + .goldbet-x9a25q {
  margin-top: 2rem;
}

.goldbet-xfctji td::before,
.goldbet-xfctji th::after {
  display: none !important;
}

.goldbet-xfctji #link-selector {
  color: #000;
}

.goldbet-xfctji .goldbet-ayn9k3 {
  color: #135e96;
}

.goldbet-xfctji .goldbet-ed8xfi *,
.goldbet-xfctji .goldbet-m304me p,
.goldbet-xfctji .goldbet-uo1nua * {
  color: #000;
}

.goldbet-xfctji .goldbet-csx45t {
  background: 0 0 !important;
}

.goldbet-xfctji .goldbet-bn12vg {
  color: #000;
}

.goldbet-xfctji .goldbet-qq9wj0.goldbet-d3qhad {
  color: #fff;
}

.goldbet-xfctji .goldbet-t8hivu {
  color: #000;
}

.goldbet-xfctji
  .goldbet-r6hjqx
  .goldbet-mgfcta.goldbet-d3qhad.goldbet-5bsh8q {
  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;
}

.goldbet-jpx3r2,
body .goldbet-6r7kfd {
  color: #000;
  background: var(--color-body) !important;
}

.goldbet-jpx3r2 .goldbet-ixvek3 .goldbet-e1mauf,
body .goldbet-6r7kfd .goldbet-ixvek3 .goldbet-e1mauf {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .goldbet-jq3zkp:focus,
  .goldbet-jq3zkp:hover {
    color: #f9cb16;
  }
  .goldbet-8plrdg:focus,
  .goldbet-8plrdg:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .goldbet-utpdzp:focus img,
  .goldbet-utpdzp:focus svg,
  .goldbet-utpdzp:hover img,
  .goldbet-utpdzp:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .goldbet-izhggk {
    display: none;
  }
}

@media (min-width: 1024px) {
  .goldbet-6oboe0:hover .goldbet-gepvyt svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .goldbet-gepvyt {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .goldbet-nno4z0 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .goldbet-w8pwko {
    grid-template-columns: repeat(4, 1fr);
  }
  .goldbet-bj9rfr {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .goldbet-gj1d4w .goldbet-6rpink {
    grid-template-columns: 1fr;
  }
  .goldbet-gj1d4w .goldbet-p3xkwa {
    -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;
  }
  .goldbet-gj1d4w .goldbet-cedl1w {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .goldbet-gj1d4w .goldbet-rf7ya4 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .goldbet-gj1d4w .goldbet-ktq5pi {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .goldbet-gj1d4w .goldbet-cedl1w:not(:first-child) {
    border: none;
  }
  .goldbet-gj1d4w .goldbet-cedl1w:first-child .goldbet-rf7ya4 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .goldbet-gj1d4w .goldbet-cedl1w:last-child .goldbet-rf7ya4 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .goldbet-kw0zul {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .goldbet-teyt4b {
    max-width: 100px;
  }
  .goldbet-vi8lhe {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .goldbet-943288 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .goldbet-943288 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .goldbet-kzr24u {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .goldbet-vi8lhe + .goldbet-943288 {
    margin-left: auto;
  }
  .goldbet-kbwzn4 {
    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;
  }
  .goldbet-kbwzn4.goldbet-3uj90a {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .goldbet-je9xhf {
    -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;
  }
  .goldbet-5cqjku {
    width: 100%;
  }
  .goldbet-5cqjku:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .goldbet-5dul6x {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .goldbet-5dul6x svg {
    margin-right: 4px;
  }
  .goldbet-6oboe0 {
    -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;
  }
  .goldbet-gepvyt svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .goldbet-gepvyt {
    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;
  }
  .goldbet-fd5lao {
    display: none;
    width: 100%;
  }
  .goldbet-6oboe0.goldbet-3uj90a .goldbet-fd5lao {
    padding: 0 0 0 48px;
  }
  .goldbet-u1f7qz {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .goldbet-71yc4t .goldbet-ttcs0b {
    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;
  }
  .goldbet-i9sff8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .goldbet-i9sff8 + .goldbet-i9sff8 {
    margin-right: 0;
  }
  .goldbet-i9sff8 + .goldbet-ttcs0b {
    margin: 0;
  }
  .goldbet-nno4z0 {
    grid-template-columns: repeat(4, 1fr);
  }
  .goldbet-w8pwko {
    grid-template-columns: repeat(3, 1fr);
  }
  .goldbet-2fj7el,
  .goldbet-uiofn4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .goldbet-peyz2c {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .goldbet-peyz2c.goldbet-5iisa9 .goldbet-pwgd89 {
    grid-column: auto;
    grid-row: auto;
  }
  .goldbet-peyz2c > .goldbet-2r9wxf {
    grid-column: 1/2;
  }
  .goldbet-peyz2c.goldbet-5iisa9 > :not(.get-image) {
    grid-column: 1/2;
  }
  .goldbet-peyz2c .goldbet-ttcs0b,
  .goldbet-peyz2c.goldbet-5iisa9 > .goldbet-ttcs0b {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .goldbet-peyz2c.goldbet-5iisa9 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .goldbet-x9a25q.goldbet-1kkhej .goldbet-peyz2c > .goldbet-ttcs0b {
    grid-row: 1/2;
  }
  .goldbet-peyz2c .goldbet-2r9wxf ~ .goldbet-ttcs0b,
  .goldbet-peyz2c.goldbet-5iisa9 .goldbet-2r9wxf ~ .goldbet-ttcs0b {
    grid-row: 2/3;
  }
  .goldbet-x9a25q.goldbet-1kkhej .goldbet-2r9wxf ~ .goldbet-ttcs0b {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .goldbet-9vj4xv:first-child .goldbet-kinj6i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .goldbet-9vj4xv:first-child .goldbet-kinj6i h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .goldbet-9vj4xv {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .goldbet-9vj4xv {
    padding: 0;
  }
  .goldbet-a6wkof {
    margin-top: 1rem;
  }
  .goldbet-i3xo0l {
    border-radius: 5px;
  }
  .goldbet-wxb04e {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .goldbet-c3o8dw::after {
    display: inline-block;
  }
  .goldbet-c3o8dw {
    margin: 0;
    width: 100%;
  }
  .goldbet-7t7xjp {
    width: 100%;
  }
  .goldbet-7t7xjp.goldbet-75kn5q {
    -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%;
  }
  .goldbet-7t7xjp.goldbet-75kn5q .goldbet-1iedyb {
    width: 100%;
  }
  .goldbet-7t7xjp.goldbet-75kn5q .goldbet-1iedyb:not(:last-child) {
    margin-right: 0;
  }
  .goldbet-jq3zkp {
    width: 100%;
    text-align: center;
  }
  .goldbet-140ww7.goldbet-3uj90a .goldbet-7t7xjp {
    margin-top: 1rem;
  }
  .goldbet-nno4z0 {
    grid-template-columns: repeat(3, 1fr);
  }
  .goldbet-bj9rfr,
  .goldbet-w8pwko {
    grid-template-columns: repeat(2, 1fr);
  }
  .goldbet-2fj7el,
  .goldbet-uiofn4,
  .goldbet-3kuakd {
    grid-template-columns: 1fr;
  }
  .goldbet-ki40mb {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .goldbet-jv5rko {
    min-width: 300px;
    max-width: 325px;
  }
  .goldbet-rf7ya4 {
    cursor: auto;
  }
  .goldbet-7vfbiw .goldbet-rf7ya4 {
    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;
  }
  .goldbet-5i7hlu {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .goldbet-fd5lao {
    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) {
  .goldbet-5i7hlu {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.goldbet-i9sff8 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .goldbet-943288 {
    margin: 0 -0.2rem;
  }
  .goldbet-i9sff8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .goldbet-emqr4b {
    -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;
  }
  .goldbet-2qcdt8 {
    max-width: 100%;
  }
  .goldbet-nno4z0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .goldbet-bj9rfr,
  .goldbet-w8pwko {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .goldbet-kw0zul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .goldbet-943288 {
    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;
  }
  .goldbet-q244na {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .goldbet-2qxdan {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .goldbet-vmgg8i,
  .goldbet-bk6v30 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .goldbet-x1d7mz {
    width: 100%;
  }
  .goldbet-nno4z0 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .goldbet-5i7hlu {
    top: 127px !important;
  }
}

.goldbet-hjjbyh {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .goldbet-hjjbyh {
  }
}

@media (max-width: 767px) {
  .goldbet-hjjbyh {
    margin-bottom: 12px;
  }
}

.goldbet-hjjbyh img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.goldbet-frq5i2 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.goldbet-frq5i2 > .goldbet-4pyq4e {
  flex: 1 1;
}

@media (max-width: 767px) {
  .goldbet-frq5i2 {
    flex-direction: column;
    gap: 12px;
  }
}

.goldbet-q8w29u {
  display: flex;
}

.goldbet-q8w29u .goldbet-lhk59o {
  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;
}

.goldbet-q8w29u .goldbet-1mciir {
  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;
}

.goldbet-q8w29u .goldbet-dktlwz {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.goldbet-q8w29u .goldbet-rwbbyy {
  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));
  }
}

.goldbet-q8w29u .goldbet-rwbbyy:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.goldbet-q8w29u .goldbet-ear7zi {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.goldbet-fze7vd {
  border: unset;
  background-color: unset;
}

.goldbet-fze7vd tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.goldbet-fze7vd .goldbet-jg4w1v,
.goldbet-fze7vd .goldbet-pdl49z {
  flex: 0 1 330px;
}

.goldbet-fze7vd .goldbet-xddo98 {
  flex: 1 1;
}

.goldbet-fze7vd tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.goldbet-fze7vd tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.goldbet-fze7vd tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.goldbet-fze7vd tr td p {
  color: #fff;
  margin: 0;
}

.goldbet-fze7vd tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.goldbet-fze7vd tr.goldbet-jg4w1v td p {
  padding: 16px 0;
}

.goldbet-fze7vd tr.goldbet-jg4w1v td p:not(:last-child),
.goldbet-fze7vd tr.goldbet-pdl49z td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.goldbet-fze7vd tr.goldbet-jg4w1v td p:first-child,
.goldbet-fze7vd tr.goldbet-pdl49z td p:first-child {
  padding-top: 0;
}

.goldbet-fze7vd tr.goldbet-pdl49z td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.goldbet-fze7vd tr.goldbet-pdl49z td p:last-child {
  padding-bottom: 0;
}

.goldbet-fze7vd .goldbet-pdl49z img {
  max-width: 32px;
}

.goldbet-fze7vd .goldbet-xddo98 {
  min-width: 718px;
}

.goldbet-fze7vd .goldbet-xddo98 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.goldbet-fze7vd .goldbet-xddo98 td {
  display: flex;
}

.goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-9gqinm,
.goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-iirtod,
.goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-3awogz {
  flex: 1 1 50%;
}

.goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-xc30b3 {
  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;
}

.goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-7wd50k,
.goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-cwveeo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-9gqinm,
.goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-iirtod {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-9gqinm span,
.goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-iirtod span {
  font-weight: 800;
}

.goldbet-fze7vd .goldbet-xddo98 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .goldbet-fze7vd .goldbet-xddo98 td .goldbet-3awogz:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .goldbet-fze7vd tr.goldbet-jg4w1v td p:last-child {
    padding-bottom: 0;
  }
  .goldbet-fze7vd .goldbet-pdl49z > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .goldbet-fze7vd .goldbet-pdl49z > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .goldbet-fze7vd tr.goldbet-jg4w1v td p:not(:last-child),
  .goldbet-fze7vd tr.goldbet-pdl49z td p:not(:last-child) {
    border-bottom: unset;
  }
  .goldbet-fze7vd tr.goldbet-pdl49z td p:last-child {
    padding-bottom: 12px;
  }
  .goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-9gqinm,
  .goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-iirtod,
  .goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-3awogz {
    flex: 1 1 50%;
    padding: 0;
  }
  .goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-9gqinm,
  .goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-iirtod {
    margin-top: 16px;
  }
  .goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-3awogz {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-9gqinm {
    border-right: 1px solid var(--border-color);
  }
  .goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-3awogz:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .goldbet-fze7vd .goldbet-xddo98 td:last-child .goldbet-3awogz:last-child {
    padding-bottom: 0;
  }
}

.goldbet-3awogz {
  display: flex;
  flex-direction: column;
}

.goldbet-fze7vd .goldbet-xddo98 td .goldbet-3awogz {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.goldbet-fze7vd .goldbet-xddo98 td .goldbet-3awogz:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.goldbet-fze7vd .goldbet-xddo98 td .goldbet-3awogz:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .goldbet-fze7vd .goldbet-xddo98 td .goldbet-3awogz:not(:first-child) {
    padding-left: 0;
  }
  .goldbet-fze7vd .goldbet-xddo98 td .goldbet-3awogz:not(:last-of-type) {
    border-right: unset;
  }
}

.goldbet-fze7vd .goldbet-1o6ibr {
  flex: 0 1 485px;
}

.goldbet-fze7vd .goldbet-gt1flq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.goldbet-fze7vd .goldbet-gt1flq li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.goldbet-fze7vd .goldbet-gt1flq li.goldbet-l9293i {
  padding: 6px 12px;
}

.goldbet-fze7vd .goldbet-gt1flq li a,
.goldbet-fze7vd .goldbet-gt1flq 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;
}

.goldbet-fze7vd .goldbet-xew9in,
.goldbet-fze7vd .goldbet-0u3gww {
  flex: 1 1;
}

.goldbet-fze7vd .goldbet-g7xsd7,
.goldbet-fze7vd .goldbet-oj0kaq {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.goldbet-fze7vd .goldbet-g7xsd7 li,
.goldbet-fze7vd .goldbet-oj0kaq li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.goldbet-fze7vd .goldbet-0u3gww img {
  max-width: 32px;
}

.goldbet-fze7vd .goldbet-xew9in img {
  max-width: 32px;
}

.goldbet-fze7vd .goldbet-141nh7 {
  min-width: 280px;
}

.goldbet-fze7vd .goldbet-141nh7 img {
  max-width: 146px;
}

.goldbet-fze7vd .goldbet-141nh7 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .goldbet-fze7vd .goldbet-jg4w1v,
  .goldbet-fze7vd .goldbet-pdl49z {
    flex: 0 1 auto;
  }
  .goldbet-fze7vd .goldbet-xddo98 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .goldbet-fze7vd .goldbet-jg4w1v,
  .goldbet-fze7vd .goldbet-1o6ibr,
  .goldbet-fze7vd .goldbet-pdl49z,
  .goldbet-fze7vd .goldbet-xddo98 {
    flex: 1 1 calc(50% - 20px);
  }
  .goldbet-fze7vd .goldbet-xew9in,
  .goldbet-fze7vd .goldbet-141nh7,
  .goldbet-fze7vd .goldbet-0u3gww {
    flex: 1 1 30%;
  }
  .goldbet-fze7vd .goldbet-141nh7 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .goldbet-fze7vd .goldbet-jg4w1v,
  .goldbet-fze7vd .goldbet-1o6ibr,
  .goldbet-fze7vd .goldbet-xew9in,
  .goldbet-fze7vd .goldbet-pdl49z,
  .goldbet-fze7vd .goldbet-xddo98,
  .goldbet-fze7vd .goldbet-141nh7,
  .goldbet-fze7vd .goldbet-0u3gww {
    flex: 1 1 100%;
  }
}

.goldbet-snb00g .goldbet-0yzc3b {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.goldbet-snb00g .goldbet-520dmw {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.goldbet-snb00g .goldbet-tyg5sb {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.goldbet-snb00g .goldbet-84ljv0 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.goldbet-snb00g .goldbet-84ljv0 > :nth-child(3) {
  margin-top: 0;
}

.goldbet-snb00g .goldbet-ttcs0b {
  grid-column: 2/3;
  grid-row: 1/10;
}

.goldbet-snb00g .goldbet-6upvlw {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.goldbet-snb00g .goldbet-a6wkof {
  grid-column: 1/2;
}

.goldbet-snb00g > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.goldbet-snb00g .goldbet-520dmw: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;
}

.goldbet-snb00g .goldbet-520dmw:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.goldbet-snb00g .goldbet-x1d7mz {
  min-width: 240px;
}

@media (max-width: 768px) {
  .goldbet-snb00g .goldbet-520dmw:not(:last-child):before {
    bottom: 8px;
  }
  .goldbet-snb00g .goldbet-520dmw:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .goldbet-snb00g .goldbet-84ljv0 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .goldbet-snb00g .goldbet-ttcs0b {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .goldbet-snb00g .goldbet-ttcs0b img {
    width: 100%;
    height: auto;
  }
  .goldbet-snb00g .goldbet-x1d7mz {
    width: 100%;
    min-width: unset;
  }
}

.goldbet-f6zyn5 .goldbet-hf9uqf {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.goldbet-f6zyn5 .goldbet-gkuu49 {
  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;
}

.goldbet-f6zyn5 .goldbet-ttcs0b {
  height: 100%;
}

.goldbet-f6zyn5 .goldbet-ttcs0b img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.goldbet-f6zyn5 .goldbet-yx6l1v {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.goldbet-f6zyn5 .goldbet-r578v2 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.goldbet-f6zyn5 .goldbet-i2adhm {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .goldbet-f6zyn5 .goldbet-gkuu49 {
    flex: 1 1 100%;
  }
  .goldbet-f6zyn5 .goldbet-r5zchh {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .goldbet-f6zyn5 .goldbet-gkuu49 {
    flex-direction: column;
  }
  .goldbet-f6zyn5 .goldbet-ttcs0b {
    width: 100%;
    height: auto;
  }
  .goldbet-f6zyn5 .goldbet-ttcs0b img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .goldbet-f6zyn5 .goldbet-yx6l1v {
    padding: 0 16px 16px 16px;
  }
  .goldbet-f6zyn5 .goldbet-r5zchh {
    min-width: unset;
    width: 100%;
  }
}

.goldbet-e8vkij .goldbet-jwrzm6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.goldbet-e8vkij .goldbet-n4z1fu {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.goldbet-e8vkij 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;
}

.goldbet-e8vkij .goldbet-gvv6lj {
  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;
}

.goldbet-e8vkij .goldbet-n4z1fu:hover .goldbet-gvv6lj {
  display: flex;
}

.goldbet-e8vkij .goldbet-i8rbvj {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.goldbet-e8vkij .goldbet-oa3irc {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.goldbet-ra8nye {
  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;
}

.goldbet-ra8nye.goldbet-6utiuv {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.goldbet-66z3zt ease-in-out;
}

.goldbet-ra8nye.goldbet-6utiuv:hover {
  color: #f9cb16;
  background-color: transparent;
}

.goldbet-e8vkij .goldbet-azliej {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.goldbet-66z3zt ease-in-out;
}

.goldbet-e8vkij .goldbet-azliej:hover {
  color: #196948;
  background-color: #f9cb16;
}

.goldbet-e8vkij .goldbet-azliej:after,
.goldbet-ra8nye.goldbet-6utiuv:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.goldbet-ra8nye.goldbet-6utiuv:after {
  background-image: url(../images/Cash.svg);
}

.goldbet-e8vkij .goldbet-azliej:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .goldbet-e8vkij .goldbet-jwrzm6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .goldbet-e8vkij .goldbet-jwrzm6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .goldbet-e8vkij .goldbet-jwrzm6 {
    grid-template-columns: 1fr;
  }
  .goldbet-e8vkij .goldbet-n4z1fu {
    height: auto;
  }
  .goldbet-e8vkij .goldbet-n4z1fu .goldbet-gvv6lj {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .goldbet-e8vkij .goldbet-i8rbvj,
  .goldbet-e8vkij .goldbet-oa3irc {
    text-align: left;
  }
  .goldbet-e8vkij .goldbet-oa3irc {
    margin-bottom: 8px;
  }
  .goldbet-e8vkij img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.goldbet-v2zfku {
  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;
}

.goldbet-v2zfku.goldbet-p8zyru {
  display: block;
}

.goldbet-v2zfku .goldbet-216qpa {
  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;
}

.goldbet-v2zfku .goldbet-dhycuc {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.goldbet-v2zfku .goldbet-3gj7ho {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.goldbet-v2zfku .goldbet-ihvu3g {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.goldbet-v2zfku .goldbet-ra8nye {
  min-width: 296px;
  margin-bottom: 0;
}

.goldbet-v2zfku .goldbet-n3kzsq {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.goldbet-v2zfku .goldbet-dh9301 {
  position: relative;
  flex: 1 1;
}

.goldbet-v2zfku .goldbet-dh9301 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .goldbet-v2zfku .goldbet-dhycuc {
    flex-wrap: wrap;
    gap: 8px;
  }
  .goldbet-v2zfku .goldbet-3gj7ho {
    order: 1;
  }
  .goldbet-v2zfku .goldbet-ihvu3g {
    order: 3;
    flex: 1 1 100%;
  }
  .goldbet-v2zfku .goldbet-ra8nye {
    width: 100%;
    min-width: unset;
  }
  .goldbet-v2zfku .goldbet-n3kzsq {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .goldbet-peyz2c > .goldbet-2r9wxf {
    margin-bottom: 0;
  }
  .goldbet-peyz2c > .goldbet-a6wkof,
  .goldbet-peyz2c > p {
    margin-top: 0;
  }
}

.goldbet-etgeah img,
.goldbet-i9sff8 img {
  width: auto;
  object-fit: contain;
}

.goldbet-etgeah {
  align-items: center;
}

.goldbet-etgeah img {
  max-height: 76px;
}

.goldbet-i9sff8 img {
  max-height: 64px;
}

.goldbet-voz47t {
  overflow: auto;
}

.goldbet-e4gal9 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.goldbet-h6uweh:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.goldbet-qritxm {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.goldbet-eaqmja {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.goldbet-qritxm .goldbet-ttcs0b {
  margin-right: 20px;
  flex-shrink: 0;
}

.goldbet-qritxm img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.goldbet-o2gg0g {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.goldbet-o2gg0g > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .goldbet-qritxm {
    padding: 15px 10px;
  }
  .goldbet-o2gg0g {
    padding: 15px 10px;
  }
  .goldbet-qritxm .goldbet-ttcs0b {
    margin-right: 10px;
  }
}

.goldbet-31biyt {
  overflow-x: auto;
}

.goldbet-a65q7u {
  border-collapse: collapse;
  width: 100%;
}

.goldbet-31biyt th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.goldbet-31biyt td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.goldbet-31biyt td.goldbet-lew36r {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.goldbet-31biyt td.goldbet-etpboa {
  border-right: none;
}

.goldbet-31biyt td.goldbet-etpboa .goldbet-ttcs0b {
  justify-content: flex-start;
}

.goldbet-31biyt td.goldbet-etpboa .goldbet-ttcs0b img {
  height: auto;
  width: 90px;
}

.goldbet-31biyt td.goldbet-4w85k6,
.goldbet-31biyt td.goldbet-9btcvm {
  font-weight: 600;
  text-align: right;
}

.goldbet-31biyt td.goldbet-0z1cht,
.goldbet-31biyt td.goldbet-4w85k6 {
  padding-bottom: 10px;
  border-bottom: none;
}

.goldbet-31biyt td.goldbet-4w85k6,
.goldbet-31biyt td.goldbet-9btcvm {
  border-left: none;
}

.goldbet-31biyt td.goldbet-0z1cht,
.goldbet-31biyt td.goldbet-f0qg1k {
  border-right: none;
}

.goldbet-31biyt td.goldbet-f0qg1k,
.goldbet-31biyt td.goldbet-9btcvm {
  border-top: none;
  padding-top: 10px;
}

.goldbet-syg3at {
  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;
}

.goldbet-syg3at .goldbet-r5zchh {
  min-width: unset;
  width: 100%;
}

.goldbet-syg3at .goldbet-r5zchh.goldbet-17d6ez {
  grid-column: 1/2;
  grid-row: 1/2;
}

.goldbet-syg3at .goldbet-r5zchh.goldbet-67dtlp {
  grid-column: 2/3;
  grid-row: 1/2;
}

.goldbet-syg3at .goldbet-2lbkco {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .goldbet-syg3at {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .goldbet-syg3at .goldbet-r5zchh.goldbet-17d6ez {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .goldbet-syg3at .goldbet-r5zchh.goldbet-67dtlp {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .goldbet-syg3at .goldbet-2lbkco {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.goldbet-sp50g1 {
  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;
}

.goldbet-dfzogz {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.goldbet-9xejhx p a img {
  margin: 0 auto;
  display: block;
}

.goldbet-9xejhx table {
  margin-bottom: 17px;
}

/* contanct form */
.goldbet-80312x {
  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;
}

.goldbet-80312x label {
  font-size: 14px;
}

.goldbet-80312x h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.goldbet-80312x input,
.goldbet-80312x textarea,
.goldbet-80312x 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;
}
.goldbet-80312x button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.goldbet-66z3zt ease;
}
.goldbet-80312x button:hover {
  background-color: #691204;
}
.goldbet-3wxln7 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.goldbet-xen5p6 ease-in;
}

.goldbet-3wxln7 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;
}
.goldbet-r2m1nt, .goldbet-2l5hev, [class*="review-card"],
thead, thead th, table th, .goldbet-5sp3us,
.goldbet-d28cmr, [class*="collapsible-header"],
.goldbet-miikbj, [class*="updated-block"] {
  color: #ece7dc !important;
}
