@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);
}

.retro-bet-okvzhl {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.retro-bet-rqq5fb {
  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.retro-bet-x5akdd,
ul.retro-bet-x5akdd {
  padding-left: 20px;
}

ul.retro-bet-x5akdd {
  list-style: disc;
}

ol.retro-bet-x5akdd {
  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;
  }
}

.retro-bet-lgr54g > .retro-bet-rublwn,
.retro-bet-lgr54g > .retro-bet-0ze2d2,
.retro-bet-lgr54g > blockquote,
.retro-bet-lgr54g > h1,
.retro-bet-lgr54g > h2,
.retro-bet-lgr54g > h3,
.retro-bet-lgr54g > h4,
.retro-bet-lgr54g > h5,
.retro-bet-lgr54g > h6,
.retro-bet-lgr54g > ol,
.retro-bet-lgr54g > p,
.retro-bet-lgr54g > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.retro-bet-lgr54g > ol,
.retro-bet-lgr54g > ul {
  padding-left: 50px;
}

.retro-bet-lgr54g 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;
}

.retro-bet-lgr54g:not(:last-child) {
  margin-bottom: 2rem;
}

.retro-bet-lgr54g > :not(:first-child) {
  margin-top: 2rem;
}

.retro-bet-lgr54g {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.retro-bet-lgr54g:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .retro-bet-lgr54g:first-child {
    margin-top: 20px;
  }
}

.retro-bet-lgr54g > p:last-of-type {
  margin-bottom: 32px;
}

.retro-bet-lgr54g > .retro-bet-zh2fyl:not(:first-child) {
  margin: 64px auto 16px auto;
}

.retro-bet-a8hklj > .retro-bet-zh2fyl {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.retro-bet-0ze2d2 {
  overflow: auto;
}

.retro-bet-0ze2d2::-webkit-scrollbar {
  height: 5px;
}

.retro-bet-0ze2d2 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.retro-bet-0ze2d2 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.retro-bet-0ze2d2 table thead,
table thead {
  border-bottom: none;
}

.retro-bet-0ze2d2 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.retro-bet-0ze2d2 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.retro-bet-0ze2d2 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.retro-bet-0ze2d2 .retro-bet-zh74ys {
  table-layout: auto;
}

.retro-bet-0ze2d2 .retro-bet-zh74ys th {
  word-break: normal;
}

.retro-bet-0ze2d2 .retro-bet-zh74ys td {
  word-break: normal;
}

.retro-bet-okvzhl .retro-bet-okvzhl {
  padding-right: 0;
  padding-left: 0;
}

.retro-bet-8wvj6r {
  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;
}

.retro-bet-3mzr8w {
  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;
}

.retro-bet-w8x8wo {
  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;
}

.retro-bet-rublwn {
  margin-top: 24px;
}

.retro-bet-rublwn.retro-bet-9jo73r {
  text-align: left;
}

.retro-bet-rublwn.retro-bet-vpwker {
  text-align: right;
}

.retro-bet-rublwn.retro-bet-lgrmjl {
  text-align: center;
}

.retro-bet-lkutsr {
  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.retro-bet-29tnhh ease-in-out;
  cursor: pointer;
}

.retro-bet-lkutsr:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.retro-bet-lkutsr {
  min-width: 328px;
}

@media (max-width: 768px) {
  .retro-bet-lkutsr {
    min-width: unset;
  }
}

.retro-bet-yxob1q {
  background-color: var(--fh-bg-color);
}

.retro-bet-zt85j6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.retro-bet-02hy22 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.retro-bet-02hy22 img {
  max-height: 80px;
  object-fit: contain;
}

.retro-bet-aurh5t {
  flex: 1 1;
}

.retro-bet-zybdho {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.retro-bet-94r5wo {
  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;
}

.retro-bet-94r5wo 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;
}

.retro-bet-94r5wo.retro-bet-vhau45 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.retro-bet-94r5wo.retro-bet-vhau45 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.retro-bet-94r5wo.retro-bet-vhau45 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.retro-bet-aurh5t + .retro-bet-zybdho {
  margin-left: 20px;
}

.retro-bet-hi45eg {
  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;
}

.retro-bet-hi45eg > svg {
  max-width: 24px;
  max-height: 24px;
}

.retro-bet-hi45eg + .retro-bet-hi45eg {
  margin-left: 5px;
}

.retro-bet-oq58zh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.retro-bet-oq58zh:hover {
  background-color: var(--button-bg-hover);
}

.retro-bet-0zcoq3 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.retro-bet-29tnhh ease-in-out;
  border: 1px solid var(--border-color);
}

.retro-bet-0zcoq3:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.retro-bet-38zzh5 {
  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) {
  .retro-bet-aurh5t {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .retro-bet-38zzh5 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .retro-bet-aurh5t {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .retro-bet-hi45eg {
    min-width: unset;
    flex: 1 1;
  }
}

.retro-bet-f86drj {
  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;
}

.retro-bet-f86drj:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.retro-bet-f86drj:hover .retro-bet-awkuli {
  opacity: 1;
  pointer-events: auto;
}

.retro-bet-8dg63l {
  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.retro-bet-ci2boc ease-in-out;
  gap: 4px;
}

.retro-bet-8dg63l > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.retro-bet-8dg63l .retro-bet-8wvj6r img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.retro-bet-v9ut95,
.retro-bet-8dg63l:hover {
  color: var(--button-bg-hover);
}

.retro-bet-11bz9m {
  position: relative;
}

.retro-bet-11bz9m .retro-bet-8dg63l {
  margin-right: 0;
  padding-right: 4px;
}

.retro-bet-makn0x svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.retro-bet-11bz9m.retro-bet-vhau45 .retro-bet-makn0x svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.retro-bet-11bz9m.retro-bet-vhau45 .retro-bet-awkuli {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.retro-bet-11bz9m.retro-bet-vhau45 .retro-bet-awkuli::before {
  display: none;
}

.retro-bet-makn0x svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.retro-bet-awkuli {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.retro-bet-kqz2ou 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.retro-bet-awkuli::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.retro-bet-awkuli:hover {
  color: var(--fh-bg-color);
}

.retro-bet-kafd24 {
  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.retro-bet-kqz2ou 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.retro-bet-ci2boc ease-in-out;
  -o-transition: 0.retro-bet-ci2boc ease-in-out;
  transition: 0.retro-bet-ci2boc ease-in-out;
}

.retro-bet-kafd24 .retro-bet-8wvj6r img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.retro-bet-m49ynw,
.retro-bet-kafd24:hover {
  color: var(--button-bg-hover);
}

.retro-bet-xgeyy6 {
  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%;
}

.retro-bet-xgeyy6.retro-bet-m0iq3f {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.retro-bet-xgeyy6.retro-bet-m0iq3f:after,
.retro-bet-xgeyy6.retro-bet-m0iq3f:before {
  content: "";
  position: absolute;
  margin: auto;
}

.retro-bet-xgeyy6.retro-bet-m0iq3f: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);
  }
}

.retro-bet-xgeyy6.retro-bet-m0iq3f:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.retro-bet-xgeyy6.retro-bet-m0iq3f > * {
  z-index: 1;
}

.retro-bet-xgeyy6 b,
.retro-bet-xgeyy6 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.retro-bet-xgeyy6 .retro-bet-v2vfi2 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.retro-bet-xgeyy6 .retro-bet-5y4a3r {
  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;
}

.retro-bet-xgeyy6 .retro-bet-8wvj6r {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.retro-bet-xgeyy6 .retro-bet-g8kade {
  margin-top: 12px;
}

.retro-bet-g8kade {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.retro-bet-qej4vw {
  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;
}

.retro-bet-g8kade .retro-bet-7si780 {
  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.retro-bet-29tnhh ease-in-out;
}

.retro-bet-g8kade .retro-bet-7si780:hover {
  background: rgba(255, 255, 255, 0.3);
}

.retro-bet-powj7j {
  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;
}

.retro-bet-xgeyy6.retro-bet-gv7szd {
  gap: 12px;
  padding: 16px;
}

.retro-bet-xgeyy6.retro-bet-gv7szd .retro-bet-powj7j {
  min-width: 240px;
}

.retro-bet-xgeyy6.retro-bet-gv7szd .retro-bet-powj7j.retro-bet-vgjf5j {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .retro-bet-xgeyy6 .retro-bet-v2vfi2 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .retro-bet-xgeyy6 .retro-bet-5y4a3r {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .retro-bet-xgeyy6 .retro-bet-8wvj6r {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .retro-bet-xgeyy6.retro-bet-gv7szd .retro-bet-8wvj6r {
    max-width: 126px;
  }
  .retro-bet-xgeyy6 .retro-bet-g8kade {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .retro-bet-xgeyy6 .retro-bet-qej4vw {
    max-width: unset;
  }
  .retro-bet-powj7j {
    min-width: unset;
    width: 100%;
  }
  .retro-bet-xgeyy6 .retro-bet-powj7j {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .retro-bet-xgeyy6.retro-bet-gv7szd {
    grid-template-rows: auto 1fr auto;
  }
  .retro-bet-xgeyy6.retro-bet-gv7szd .retro-bet-powj7j {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .retro-bet-xgeyy6 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .retro-bet-xgeyy6 .retro-bet-v2vfi2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .retro-bet-xgeyy6 .retro-bet-8wvj6r {
    max-width: 78px;
  }
  .retro-bet-xgeyy6 .retro-bet-g8kade {
    margin-top: -12px;
  }
  .retro-bet-xgeyy6.retro-bet-gv7szd {
    gap: 8px;
  }
  .retro-bet-xgeyy6.retro-bet-gv7szd .retro-bet-v2vfi2 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .retro-bet-xgeyy6.retro-bet-gv7szd .retro-bet-5y4a3r {
    grid-column: 1/3;
  }
  .retro-bet-xgeyy6.retro-bet-gv7szd .retro-bet-8wvj6r {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .retro-bet-xgeyy6.retro-bet-gv7szd .retro-bet-8wvj6r img {
    max-width: 114px;
  }
}

.retro-bet-powj7j.retro-bet-6njnfs,
.retro-bet-powj7j.retro-bet-3syep5,
.retro-bet-powj7j.retro-bet-r9fwir {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.retro-bet-29tnhh ease-in-out;
}

.retro-bet-powj7j.retro-bet-6njnfs,
.retro-bet-powj7j.retro-bet-r9fwir {
  padding: 10px;
}

.retro-bet-powj7j.retro-bet-6njnfs:hover,
.retro-bet-powj7j.retro-bet-3syep5:hover,
.retro-bet-powj7j.retro-bet-r9fwir:hover {
  background: var(--button-bg-hover);
}

.retro-bet-powj7j.retro-bet-6njnfs:hover svg path,
.retro-bet-powj7j.retro-bet-r9fwir:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.retro-bet-powj7j.retro-bet-vgjf5j {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.retro-bet-29tnhh ease-in-out;
  background: var(--button-bg-color);
}

.retro-bet-powj7j.retro-bet-vgjf5j:hover {
  background-color: var(--button-bg-hover);
}

.retro-bet-powj7j.retro-bet-3syep5: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);
  }
}

.retro-bet-powj7j.retro-bet-3syep5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.retro-bet-powj7j.retro-bet-vgjf5j:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.retro-bet-l0ebqt {
  max-width: 650px;
}

.retro-bet-md3ksn {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.retro-bet-2subf9 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.retro-bet-g0wson {
  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.retro-bet-ci2boc ease-in-out;
  cursor: pointer;
}

.retro-bet-g0wson:hover {
  opacity: 0.5;
}

.retro-bet-g0wson:focus {
  outline: 0;
}

.retro-bet-g0wson:focus .retro-bet-nn0hb3,
.retro-bet-g0wson:hover .retro-bet-nn0hb3 {
  fill: red;
  fill-opacity: 1;
}

.retro-bet-g0wson:hover {
  cursor: pointer;
}

.retro-bet-56jio6 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.retro-bet-l0ebqt.retro-bet-lgrmjl {
  margin: 0 auto;
}

.retro-bet-l0ebqt.retro-bet-vpwker {
  margin-left: auto;
}

.retro-bet-3f28ke {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.retro-bet-tjj82l {
  padding-bottom: 50px;
}

.retro-bet-sgivs7 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.retro-bet-cw9cyg {
  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;
}

.retro-bet-pwx1zc {
  margin-top: 24px;
}

.retro-bet-h9u3gv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.retro-bet-bs799l {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.retro-bet-5kkmwg {
  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;
}

.retro-bet-sf326i {
  width: 468px;
}

.retro-bet-5kkmwg .retro-bet-awkuli {
  margin: 0.retro-bet-n2ono6 0;
}

.retro-bet-qi2w2i {
  display: flex;
  min-width: 224px;
}

.retro-bet-ojexcq {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.retro-bet-ci2boc ease-in-out;
}

.retro-bet-hlt5cy,
.retro-bet-ojexcq:hover {
  color: var(--text-color);
}

.retro-bet-soe5ro {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.retro-bet-sqj9mu {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .retro-bet-3f28ke {
    padding: 16px;
  }
  .retro-bet-soe5ro {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .retro-bet-sqj9mu {
    align-items: center;
  }
  .retro-bet-sf326i {
    width: unset;
  }
  .retro-bet-qi2w2i {
    min-width: unset;
  }
  .retro-bet-5kkmwg {
    max-height: unset;
  }
  .retro-bet-sgivs7 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .retro-bet-3f28ke {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.retro-bet-donnkv {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.retro-bet-donnkv:not(:last-child) {
  margin-bottom: 16px;
}

.retro-bet-hfdye0 {
  outline: 0;
}

.retro-bet-hfdye0 .retro-bet-4dq9q3 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.retro-bet-ox5o4u {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .retro-bet-ox5o4u {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.retro-bet-ox5o4u::-webkit-details-marker {
  display: none;
}

.retro-bet-ox5o4u: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;
}

.retro-bet-ox5o4u: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] .retro-bet-ox5o4u:after {
  transform: unset;
}

.retro-bet-4dq9q3 {
  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);
}

.retro-bet-4dq9q3 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.retro-bet-ci2boc ease-in-out;
  -o-transition: 0.retro-bet-ci2boc ease-in-out;
  transition: 0.retro-bet-ci2boc ease-in-out;
}

.retro-bet-tkz8lu {
  padding: 16px 0 0 0;
}

.retro-bet-tkz8lu * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .retro-bet-tkz8lu :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .retro-bet-ox5o4u {
    flex-wrap: wrap;
    gap: 12px;
  }
  .retro-bet-ox5o4u::after {
    margin-left: auto;
  }
  .retro-bet-4dq9q3 {
    order: 3;
    flex: 1 1 100%;
  }
  .retro-bet-ox5o4u {
    font-size: 14px;
    line-height: 130%;
  }
  .retro-bet-4dq9q3 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.retro-bet-zgrhb6 {
  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;
}

.retro-bet-qrq8yj {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.retro-bet-zgrhb6.retro-bet-vhau45 .retro-bet-qrq8yj {
  margin-bottom: 12px;
}

.retro-bet-qrq8yj::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;
}

.retro-bet-zgrhb6.retro-bet-vhau45 .retro-bet-qrq8yj::after {
  transform: unset;
}

.retro-bet-gla43t {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.retro-bet-ba1d1d {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.retro-bet-ci2boc ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.retro-bet-ba1d1d: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;
}

.retro-bet-zgrhb6.retro-bet-vhau45 .retro-bet-gla43t {
  max-height: 100%;
}

.retro-bet-w03wfa {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.retro-bet-bo0o4n {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.retro-bet-vclbky {
  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;
}

.retro-bet-86hvez {
  margin-right: 4px;
}

.retro-bet-p5zjko {
  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.retro-bet-ci2boc ease-in-out;
}

.retro-bet-p5zjko svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.retro-bet-tpzdp1,
.retro-bet-p5zjko:hover {
  color: var(--text-color);
}

.retro-bet-p7lv1f {
  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;
}

.retro-bet-p7lv1f img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.retro-bet-p7lv1f .retro-bet-e5mhqi {
  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;
}

.retro-bet-p7lv1f .retro-bet-5hayld {
  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;
}

.retro-bet-18kv09 {
  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;
}

.retro-bet-n7tmx2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.retro-bet-6kjpvd .retro-bet-okvzhl {
  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;
}

.retro-bet-6kjpvd {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.retro-bet-vvjohe {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.retro-bet-b61h6e {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.retro-bet-yaa7ns {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.retro-bet-bdjt8h 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;
}

.retro-bet-yaa7ns:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.retro-bet-3yd1ql {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.retro-bet-oqk5eq {
  -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.retro-bet-ci2boc ease-in-out;
  transition: transform 0.retro-bet-ci2boc ease-in-out;
  -o-transition: transform 0.retro-bet-ci2boc ease-in-out;
  transition:
    transform 0.retro-bet-ci2boc ease-in-out,
    -webkit-transform 0.retro-bet-ci2boc ease-in-out;
  cursor: pointer;
}

.retro-bet-oqk5eq svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.retro-bet-oqk5eq: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;
}

.retro-bet-0slsxz {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .retro-bet-0slsxz {
    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);
}

.retro-bet-hfrpgl {
  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;
}

.retro-bet-w9m1a7 {
  position: relative;
  width: 100%;
}

.retro-bet-hfrpgl.retro-bet-pxvnax {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.retro-bet-hfrpgl.retro-bet-lgrmjl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.retro-bet-hfrpgl.retro-bet-vpwker {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.retro-bet-iuh6py {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.retro-bet-2i7g3f {
  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.retro-bet-ci2boc ease-in-out;
  cursor: pointer;
}

.retro-bet-2i7g3f:hover {
  opacity: 0.5;
}

.retro-bet-hfrpgl.retro-bet-707p74 .retro-bet-2i7g3f {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.retro-bet-hfrpgl.retro-bet-707p74 .retro-bet-iuh6py {
  cursor: pointer;
}

.retro-bet-egp5di {
  fill: #0009;
}

.retro-bet-jhqlbo {
  fill: #fff;
}

.retro-bet-2i7g3f:hover .retro-bet-egp5di {
  fill: red;
}

.retro-bet-2i7g3f svg path {
  -webkit-transition: 0.retro-bet-ci2boc ease-in-out;
  -o-transition: 0.retro-bet-ci2boc ease-in-out;
  transition: 0.retro-bet-ci2boc ease-in-out;
}

.retro-bet-jn9iic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.retro-bet-jn9iic > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.retro-bet-jn9iic.retro-bet-d6m88f > :not(.get-image) {
  grid-column: 1/3;
}

.retro-bet-os7e45:not(._h1-block) .retro-bet-jn9iic > .retro-bet-zh2fyl {
  grid-row: 1/2;
  grid-column: 1/3;
}

.retro-bet-jn9iic.retro-bet-d6m88f .retro-bet-tw4keo {
  grid-column: 2/3;
}

.retro-bet-jn9iic.retro-bet-d6m88f > .retro-bet-8wvj6r {
  grid-column: 1/2;
}

.retro-bet-jn9iic.retro-bet-d6m88f > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.retro-bet-jn9iic > p:first-of-type {
  margin-top: 0;
}

.retro-bet-jn9iic .retro-bet-8wvj6r {
  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;
}

.retro-bet-os7e45:not(._h1-block) .retro-bet-zh2fyl ~ .retro-bet-8wvj6r {
  grid-row: 2/10;
}

.retro-bet-os7e45.retro-bet-3mstwp .retro-bet-zh2fyl ~ .retro-bet-8wvj6r {
  grid-row: 1/10;
}

.retro-bet-os7e45.retro-bet-3mstwp > .retro-bet-zh2fyl {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.retro-bet-os7e45.retro-bet-3mstwp .retro-bet-8wvj6r {
  grid-row: 1/10;
}

.retro-bet-jn9iic.retro-bet-716ave .retro-bet-8wvj6r {
  align-items: flex-start;
}

.retro-bet-jn9iic.retro-bet-lgrmjl .retro-bet-tw4keo {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.retro-bet-jn9iic.retro-bet-lgrmjl .retro-bet-8wvj6r {
  align-items: center;
}

.retro-bet-jn9iic.retro-bet-cwcbtw .retro-bet-8wvj6r {
  align-items: flex-end;
}

.retro-bet-tw4keo > :first-child {
  margin-top: 0;
}

.retro-bet-tw4keo > :last-child {
  margin-bottom: 0;
}

* + .retro-bet-t7zknf,
.retro-bet-os7e45 + .retro-bet-os7e45 {
  margin-top: 2rem;
}

.retro-bet-1zugc8 td::before,
.retro-bet-1zugc8 th::after {
  display: none !important;
}

.retro-bet-1zugc8 #link-selector {
  color: #000;
}

.retro-bet-1zugc8 .retro-bet-p95r8f {
  color: #135e96;
}

.retro-bet-1zugc8 .retro-bet-cwcsxw *,
.retro-bet-1zugc8 .retro-bet-u1aczw p,
.retro-bet-1zugc8 .retro-bet-wxvmid * {
  color: #000;
}

.retro-bet-1zugc8 .retro-bet-kefq30 {
  background: 0 0 !important;
}

.retro-bet-1zugc8 .retro-bet-eznwnm {
  color: #000;
}

.retro-bet-1zugc8 .retro-bet-fpgd99.retro-bet-5z1l68 {
  color: #fff;
}

.retro-bet-1zugc8 .retro-bet-u4thmj {
  color: #000;
}

.retro-bet-1zugc8
  .retro-bet-4tv0pn
  .retro-bet-1ns86r.retro-bet-5z1l68.retro-bet-ergkau {
  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;
}

.retro-bet-7g2lpt,
body .retro-bet-c8ar07 {
  color: #000;
  background: var(--color-body) !important;
}

.retro-bet-7g2lpt .retro-bet-fatek0 .retro-bet-51jml8,
body .retro-bet-c8ar07 .retro-bet-fatek0 .retro-bet-51jml8 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .retro-bet-ba1d1d:focus,
  .retro-bet-ba1d1d:hover {
    color: #f9cb16;
  }
  .retro-bet-tyyg9g:focus,
  .retro-bet-tyyg9g:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .retro-bet-wmed9k:focus img,
  .retro-bet-wmed9k:focus svg,
  .retro-bet-wmed9k:hover img,
  .retro-bet-wmed9k:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .retro-bet-p7lv1f {
    display: none;
  }
}

@media (min-width: 1024px) {
  .retro-bet-11bz9m:hover .retro-bet-makn0x svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .retro-bet-makn0x {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .retro-bet-dfbvdr {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .retro-bet-xoxdu6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .retro-bet-re8twt {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .retro-bet-nx8de6 .retro-bet-aire9t {
    grid-template-columns: 1fr;
  }
  .retro-bet-nx8de6 .retro-bet-z01inp {
    -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;
  }
  .retro-bet-nx8de6 .retro-bet-evvgh2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .retro-bet-nx8de6 .retro-bet-me66ex {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .retro-bet-nx8de6 .retro-bet-7vbxwk {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .retro-bet-nx8de6 .retro-bet-evvgh2:not(:first-child) {
    border: none;
  }
  .retro-bet-nx8de6 .retro-bet-evvgh2:first-child .retro-bet-me66ex {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .retro-bet-nx8de6 .retro-bet-evvgh2:last-child .retro-bet-me66ex {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .retro-bet-zt85j6 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .retro-bet-02hy22 {
    max-width: 100px;
  }
  .retro-bet-aurh5t {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .retro-bet-zybdho {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .retro-bet-zybdho svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .retro-bet-94r5wo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .retro-bet-aurh5t + .retro-bet-zybdho {
    margin-left: auto;
  }
  .retro-bet-4hd9ov {
    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;
  }
  .retro-bet-4hd9ov.retro-bet-vhau45 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .retro-bet-38zzh5 {
    -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;
  }
  .retro-bet-f86drj {
    width: 100%;
  }
  .retro-bet-f86drj:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .retro-bet-8dg63l {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .retro-bet-8dg63l svg {
    margin-right: 4px;
  }
  .retro-bet-11bz9m {
    -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;
  }
  .retro-bet-makn0x svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .retro-bet-makn0x {
    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;
  }
  .retro-bet-awkuli {
    display: none;
    width: 100%;
  }
  .retro-bet-11bz9m.retro-bet-vhau45 .retro-bet-awkuli {
    padding: 0 0 0 48px;
  }
  .retro-bet-kafd24 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .retro-bet-cw9cyg .retro-bet-8wvj6r {
    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;
  }
  .retro-bet-n5tuz3 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .retro-bet-n5tuz3 + .retro-bet-n5tuz3 {
    margin-right: 0;
  }
  .retro-bet-n5tuz3 + .retro-bet-8wvj6r {
    margin: 0;
  }
  .retro-bet-dfbvdr {
    grid-template-columns: repeat(4, 1fr);
  }
  .retro-bet-xoxdu6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .retro-bet-bzygsw,
  .retro-bet-bxnsaf {
    grid-template-columns: repeat(2, 1fr);
  }
  .retro-bet-jn9iic {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .retro-bet-jn9iic.retro-bet-d6m88f .retro-bet-tw4keo {
    grid-column: auto;
    grid-row: auto;
  }
  .retro-bet-jn9iic > .retro-bet-zh2fyl {
    grid-column: 1/2;
  }
  .retro-bet-jn9iic.retro-bet-d6m88f > :not(.get-image) {
    grid-column: 1/2;
  }
  .retro-bet-jn9iic .retro-bet-8wvj6r,
  .retro-bet-jn9iic.retro-bet-d6m88f > .retro-bet-8wvj6r {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .retro-bet-jn9iic.retro-bet-d6m88f > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .retro-bet-os7e45.retro-bet-3mstwp .retro-bet-jn9iic > .retro-bet-8wvj6r {
    grid-row: 1/2;
  }
  .retro-bet-jn9iic .retro-bet-zh2fyl ~ .retro-bet-8wvj6r,
  .retro-bet-jn9iic.retro-bet-d6m88f .retro-bet-zh2fyl ~ .retro-bet-8wvj6r {
    grid-row: 2/3;
  }
  .retro-bet-os7e45.retro-bet-3mstwp .retro-bet-zh2fyl ~ .retro-bet-8wvj6r {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .retro-bet-lgr54g:first-child .retro-bet-7ogfch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .retro-bet-lgr54g:first-child .retro-bet-7ogfch h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .retro-bet-lgr54g {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .retro-bet-lgr54g {
    padding: 0;
  }
  .retro-bet-rublwn {
    margin-top: 1rem;
  }
  .retro-bet-hfdye0 {
    border-radius: 5px;
  }
  .retro-bet-fngemn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .retro-bet-qrq8yj::after {
    display: inline-block;
  }
  .retro-bet-qrq8yj {
    margin: 0;
    width: 100%;
  }
  .retro-bet-gla43t {
    width: 100%;
  }
  .retro-bet-gla43t.retro-bet-z8saqx {
    -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%;
  }
  .retro-bet-gla43t.retro-bet-z8saqx .retro-bet-t4cj2k {
    width: 100%;
  }
  .retro-bet-gla43t.retro-bet-z8saqx .retro-bet-t4cj2k:not(:last-child) {
    margin-right: 0;
  }
  .retro-bet-ba1d1d {
    width: 100%;
    text-align: center;
  }
  .retro-bet-zgrhb6.retro-bet-vhau45 .retro-bet-gla43t {
    margin-top: 1rem;
  }
  .retro-bet-dfbvdr {
    grid-template-columns: repeat(3, 1fr);
  }
  .retro-bet-re8twt,
  .retro-bet-xoxdu6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .retro-bet-bzygsw,
  .retro-bet-bxnsaf,
  .retro-bet-abk3m5 {
    grid-template-columns: 1fr;
  }
  .retro-bet-czlz38 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .retro-bet-nigh13 {
    min-width: 300px;
    max-width: 325px;
  }
  .retro-bet-me66ex {
    cursor: auto;
  }
  .retro-bet-v6cp06 .retro-bet-me66ex {
    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;
  }
  .retro-bet-0slsxz {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .retro-bet-awkuli {
    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) {
  .retro-bet-0slsxz {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.retro-bet-n5tuz3 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .retro-bet-zybdho {
    margin: 0 -0.2rem;
  }
  .retro-bet-n5tuz3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .retro-bet-2p8500 {
    -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;
  }
  .retro-bet-l1xld3 {
    max-width: 100%;
  }
  .retro-bet-dfbvdr {
    grid-template-columns: repeat(2, 1fr);
  }
  .retro-bet-re8twt,
  .retro-bet-xoxdu6 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .retro-bet-zt85j6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .retro-bet-zybdho {
    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;
  }
  .retro-bet-yxob1q {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .retro-bet-hi45eg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .retro-bet-oehaqe,
  .retro-bet-3w546h {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .retro-bet-lkutsr {
    width: 100%;
  }
  .retro-bet-dfbvdr {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .retro-bet-0slsxz {
    top: 127px !important;
  }
}

.retro-bet-tfsnkl {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .retro-bet-tfsnkl {
  }
}

@media (max-width: 767px) {
  .retro-bet-tfsnkl {
    margin-bottom: 12px;
  }
}

.retro-bet-tfsnkl img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.retro-bet-kp9zdl {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.retro-bet-kp9zdl > .retro-bet-9fypfy {
  flex: 1 1;
}

@media (max-width: 767px) {
  .retro-bet-kp9zdl {
    flex-direction: column;
    gap: 12px;
  }
}

.retro-bet-uh0djx {
  display: flex;
}

.retro-bet-uh0djx .retro-bet-sl8u8j {
  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;
}

.retro-bet-uh0djx .retro-bet-ndein8 {
  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;
}

.retro-bet-uh0djx .retro-bet-tmhi29 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.retro-bet-uh0djx .retro-bet-jkutwp {
  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));
  }
}

.retro-bet-uh0djx .retro-bet-jkutwp:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.retro-bet-uh0djx .retro-bet-zz921a {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.retro-bet-qebqwe {
  border: unset;
  background-color: unset;
}

.retro-bet-qebqwe tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.retro-bet-qebqwe .retro-bet-uiclf5,
.retro-bet-qebqwe .retro-bet-o3sk18 {
  flex: 0 1 330px;
}

.retro-bet-qebqwe .retro-bet-7f4sj5 {
  flex: 1 1;
}

.retro-bet-qebqwe tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.retro-bet-qebqwe tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.retro-bet-qebqwe tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.retro-bet-qebqwe tr td p {
  color: #fff;
  margin: 0;
}

.retro-bet-qebqwe tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.retro-bet-qebqwe tr.retro-bet-uiclf5 td p {
  padding: 16px 0;
}

.retro-bet-qebqwe tr.retro-bet-uiclf5 td p:not(:last-child),
.retro-bet-qebqwe tr.retro-bet-o3sk18 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.retro-bet-qebqwe tr.retro-bet-uiclf5 td p:first-child,
.retro-bet-qebqwe tr.retro-bet-o3sk18 td p:first-child {
  padding-top: 0;
}

.retro-bet-qebqwe tr.retro-bet-o3sk18 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.retro-bet-qebqwe tr.retro-bet-o3sk18 td p:last-child {
  padding-bottom: 0;
}

.retro-bet-qebqwe .retro-bet-o3sk18 img {
  max-width: 32px;
}

.retro-bet-qebqwe .retro-bet-7f4sj5 {
  min-width: 718px;
}

.retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.retro-bet-qebqwe .retro-bet-7f4sj5 td {
  display: flex;
}

.retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-ydcnxf,
.retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-dylwoo,
.retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-8v0snd {
  flex: 1 1 50%;
}

.retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-lxtigb {
  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;
}

.retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-hlyrkt,
.retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-4i2gry {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-ydcnxf,
.retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-dylwoo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-ydcnxf span,
.retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-dylwoo span {
  font-weight: 800;
}

.retro-bet-qebqwe .retro-bet-7f4sj5 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .retro-bet-qebqwe .retro-bet-7f4sj5 td .retro-bet-8v0snd:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .retro-bet-qebqwe tr.retro-bet-uiclf5 td p:last-child {
    padding-bottom: 0;
  }
  .retro-bet-qebqwe .retro-bet-o3sk18 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .retro-bet-qebqwe .retro-bet-o3sk18 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .retro-bet-qebqwe tr.retro-bet-uiclf5 td p:not(:last-child),
  .retro-bet-qebqwe tr.retro-bet-o3sk18 td p:not(:last-child) {
    border-bottom: unset;
  }
  .retro-bet-qebqwe tr.retro-bet-o3sk18 td p:last-child {
    padding-bottom: 12px;
  }
  .retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-ydcnxf,
  .retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-dylwoo,
  .retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-8v0snd {
    flex: 1 1 50%;
    padding: 0;
  }
  .retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-ydcnxf,
  .retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-dylwoo {
    margin-top: 16px;
  }
  .retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-8v0snd {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-ydcnxf {
    border-right: 1px solid var(--border-color);
  }
  .retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-8v0snd:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .retro-bet-qebqwe .retro-bet-7f4sj5 td:last-child .retro-bet-8v0snd:last-child {
    padding-bottom: 0;
  }
}

.retro-bet-8v0snd {
  display: flex;
  flex-direction: column;
}

.retro-bet-qebqwe .retro-bet-7f4sj5 td .retro-bet-8v0snd {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.retro-bet-qebqwe .retro-bet-7f4sj5 td .retro-bet-8v0snd:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.retro-bet-qebqwe .retro-bet-7f4sj5 td .retro-bet-8v0snd:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .retro-bet-qebqwe .retro-bet-7f4sj5 td .retro-bet-8v0snd:not(:first-child) {
    padding-left: 0;
  }
  .retro-bet-qebqwe .retro-bet-7f4sj5 td .retro-bet-8v0snd:not(:last-of-type) {
    border-right: unset;
  }
}

.retro-bet-qebqwe .retro-bet-q8xbgk {
  flex: 0 1 485px;
}

.retro-bet-qebqwe .retro-bet-p9opsp {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.retro-bet-qebqwe .retro-bet-p9opsp li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.retro-bet-qebqwe .retro-bet-p9opsp li.retro-bet-kanoxy {
  padding: 6px 12px;
}

.retro-bet-qebqwe .retro-bet-p9opsp li a,
.retro-bet-qebqwe .retro-bet-p9opsp 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;
}

.retro-bet-qebqwe .retro-bet-g8tj40,
.retro-bet-qebqwe .retro-bet-c1yxh5 {
  flex: 1 1;
}

.retro-bet-qebqwe .retro-bet-ihxzpd,
.retro-bet-qebqwe .retro-bet-v4osr2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.retro-bet-qebqwe .retro-bet-ihxzpd li,
.retro-bet-qebqwe .retro-bet-v4osr2 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.retro-bet-qebqwe .retro-bet-c1yxh5 img {
  max-width: 32px;
}

.retro-bet-qebqwe .retro-bet-g8tj40 img {
  max-width: 32px;
}

.retro-bet-qebqwe .retro-bet-beup0y {
  min-width: 280px;
}

.retro-bet-qebqwe .retro-bet-beup0y img {
  max-width: 146px;
}

.retro-bet-qebqwe .retro-bet-beup0y td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .retro-bet-qebqwe .retro-bet-uiclf5,
  .retro-bet-qebqwe .retro-bet-o3sk18 {
    flex: 0 1 auto;
  }
  .retro-bet-qebqwe .retro-bet-7f4sj5 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .retro-bet-qebqwe .retro-bet-uiclf5,
  .retro-bet-qebqwe .retro-bet-q8xbgk,
  .retro-bet-qebqwe .retro-bet-o3sk18,
  .retro-bet-qebqwe .retro-bet-7f4sj5 {
    flex: 1 1 calc(50% - 20px);
  }
  .retro-bet-qebqwe .retro-bet-g8tj40,
  .retro-bet-qebqwe .retro-bet-beup0y,
  .retro-bet-qebqwe .retro-bet-c1yxh5 {
    flex: 1 1 30%;
  }
  .retro-bet-qebqwe .retro-bet-beup0y {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .retro-bet-qebqwe .retro-bet-uiclf5,
  .retro-bet-qebqwe .retro-bet-q8xbgk,
  .retro-bet-qebqwe .retro-bet-g8tj40,
  .retro-bet-qebqwe .retro-bet-o3sk18,
  .retro-bet-qebqwe .retro-bet-7f4sj5,
  .retro-bet-qebqwe .retro-bet-beup0y,
  .retro-bet-qebqwe .retro-bet-c1yxh5 {
    flex: 1 1 100%;
  }
}

.retro-bet-h2po6m .retro-bet-a5xmdc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.retro-bet-h2po6m .retro-bet-ibav25 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.retro-bet-h2po6m .retro-bet-tifelp {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.retro-bet-h2po6m .retro-bet-642akf {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.retro-bet-h2po6m .retro-bet-642akf > :nth-child(3) {
  margin-top: 0;
}

.retro-bet-h2po6m .retro-bet-8wvj6r {
  grid-column: 2/3;
  grid-row: 1/10;
}

.retro-bet-h2po6m .retro-bet-2r0s4h {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.retro-bet-h2po6m .retro-bet-rublwn {
  grid-column: 1/2;
}

.retro-bet-h2po6m > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.retro-bet-h2po6m .retro-bet-ibav25: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;
}

.retro-bet-h2po6m .retro-bet-ibav25:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.retro-bet-h2po6m .retro-bet-lkutsr {
  min-width: 240px;
}

@media (max-width: 768px) {
  .retro-bet-h2po6m .retro-bet-ibav25:not(:last-child):before {
    bottom: 8px;
  }
  .retro-bet-h2po6m .retro-bet-ibav25:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .retro-bet-h2po6m .retro-bet-642akf {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .retro-bet-h2po6m .retro-bet-8wvj6r {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .retro-bet-h2po6m .retro-bet-8wvj6r img {
    width: 100%;
    height: auto;
  }
  .retro-bet-h2po6m .retro-bet-lkutsr {
    width: 100%;
    min-width: unset;
  }
}

.retro-bet-3kgbe1 .retro-bet-zqn8x1 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.retro-bet-3kgbe1 .retro-bet-d80ijq {
  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;
}

.retro-bet-3kgbe1 .retro-bet-8wvj6r {
  height: 100%;
}

.retro-bet-3kgbe1 .retro-bet-8wvj6r img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.retro-bet-3kgbe1 .retro-bet-yvdkos {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.retro-bet-3kgbe1 .retro-bet-wk0x1l {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.retro-bet-3kgbe1 .retro-bet-vb3hgy {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .retro-bet-3kgbe1 .retro-bet-d80ijq {
    flex: 1 1 100%;
  }
  .retro-bet-3kgbe1 .retro-bet-powj7j {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .retro-bet-3kgbe1 .retro-bet-d80ijq {
    flex-direction: column;
  }
  .retro-bet-3kgbe1 .retro-bet-8wvj6r {
    width: 100%;
    height: auto;
  }
  .retro-bet-3kgbe1 .retro-bet-8wvj6r img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .retro-bet-3kgbe1 .retro-bet-yvdkos {
    padding: 0 16px 16px 16px;
  }
  .retro-bet-3kgbe1 .retro-bet-powj7j {
    min-width: unset;
    width: 100%;
  }
}

.retro-bet-llw4e4 .retro-bet-q4tc0j {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.retro-bet-llw4e4 .retro-bet-laae1r {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.retro-bet-llw4e4 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;
}

.retro-bet-llw4e4 .retro-bet-ob1brn {
  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;
}

.retro-bet-llw4e4 .retro-bet-laae1r:hover .retro-bet-ob1brn {
  display: flex;
}

.retro-bet-llw4e4 .retro-bet-hur1zd {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.retro-bet-llw4e4 .retro-bet-87nvk6 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.retro-bet-hw8c4z {
  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;
}

.retro-bet-hw8c4z.retro-bet-owb85l {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.retro-bet-29tnhh ease-in-out;
}

.retro-bet-hw8c4z.retro-bet-owb85l:hover {
  color: #f9cb16;
  background-color: transparent;
}

.retro-bet-llw4e4 .retro-bet-91srjg {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.retro-bet-29tnhh ease-in-out;
}

.retro-bet-llw4e4 .retro-bet-91srjg:hover {
  color: #196948;
  background-color: #f9cb16;
}

.retro-bet-llw4e4 .retro-bet-91srjg:after,
.retro-bet-hw8c4z.retro-bet-owb85l:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.retro-bet-hw8c4z.retro-bet-owb85l:after {
  background-image: url(../images/Cash.svg);
}

.retro-bet-llw4e4 .retro-bet-91srjg:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .retro-bet-llw4e4 .retro-bet-q4tc0j {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .retro-bet-llw4e4 .retro-bet-q4tc0j {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .retro-bet-llw4e4 .retro-bet-q4tc0j {
    grid-template-columns: 1fr;
  }
  .retro-bet-llw4e4 .retro-bet-laae1r {
    height: auto;
  }
  .retro-bet-llw4e4 .retro-bet-laae1r .retro-bet-ob1brn {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .retro-bet-llw4e4 .retro-bet-hur1zd,
  .retro-bet-llw4e4 .retro-bet-87nvk6 {
    text-align: left;
  }
  .retro-bet-llw4e4 .retro-bet-87nvk6 {
    margin-bottom: 8px;
  }
  .retro-bet-llw4e4 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.retro-bet-20mukk {
  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;
}

.retro-bet-20mukk.retro-bet-707p74 {
  display: block;
}

.retro-bet-20mukk .retro-bet-1ldoj0 {
  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;
}

.retro-bet-20mukk .retro-bet-vujobj {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.retro-bet-20mukk .retro-bet-wqa6j3 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.retro-bet-20mukk .retro-bet-n52lnt {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.retro-bet-20mukk .retro-bet-hw8c4z {
  min-width: 296px;
  margin-bottom: 0;
}

.retro-bet-20mukk .retro-bet-bf95rj {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.retro-bet-20mukk .retro-bet-hort3f {
  position: relative;
  flex: 1 1;
}

.retro-bet-20mukk .retro-bet-hort3f iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .retro-bet-20mukk .retro-bet-vujobj {
    flex-wrap: wrap;
    gap: 8px;
  }
  .retro-bet-20mukk .retro-bet-wqa6j3 {
    order: 1;
  }
  .retro-bet-20mukk .retro-bet-n52lnt {
    order: 3;
    flex: 1 1 100%;
  }
  .retro-bet-20mukk .retro-bet-hw8c4z {
    width: 100%;
    min-width: unset;
  }
  .retro-bet-20mukk .retro-bet-bf95rj {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .retro-bet-jn9iic > .retro-bet-zh2fyl {
    margin-bottom: 0;
  }
  .retro-bet-jn9iic > .retro-bet-rublwn,
  .retro-bet-jn9iic > p {
    margin-top: 0;
  }
}

.retro-bet-dkjst3 img,
.retro-bet-n5tuz3 img {
  width: auto;
  object-fit: contain;
}

.retro-bet-dkjst3 {
  align-items: center;
}

.retro-bet-dkjst3 img {
  max-height: 76px;
}

.retro-bet-n5tuz3 img {
  max-height: 64px;
}

.retro-bet-gzsw5k {
  overflow: auto;
}

.retro-bet-vdjdg5 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.retro-bet-k8mroz:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.retro-bet-x7ybpf {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.retro-bet-rve87y {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.retro-bet-x7ybpf .retro-bet-8wvj6r {
  margin-right: 20px;
  flex-shrink: 0;
}

.retro-bet-x7ybpf img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.retro-bet-wqfnpc {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.retro-bet-wqfnpc > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .retro-bet-x7ybpf {
    padding: 15px 10px;
  }
  .retro-bet-wqfnpc {
    padding: 15px 10px;
  }
  .retro-bet-x7ybpf .retro-bet-8wvj6r {
    margin-right: 10px;
  }
}

.retro-bet-2mr3js {
  overflow-x: auto;
}

.retro-bet-6k0vki {
  border-collapse: collapse;
  width: 100%;
}

.retro-bet-2mr3js th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.retro-bet-2mr3js td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.retro-bet-2mr3js td.retro-bet-brj9s3 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.retro-bet-2mr3js td.retro-bet-7gje6q {
  border-right: none;
}

.retro-bet-2mr3js td.retro-bet-7gje6q .retro-bet-8wvj6r {
  justify-content: flex-start;
}

.retro-bet-2mr3js td.retro-bet-7gje6q .retro-bet-8wvj6r img {
  height: auto;
  width: 90px;
}

.retro-bet-2mr3js td.retro-bet-qo4575,
.retro-bet-2mr3js td.retro-bet-85oofe {
  font-weight: 600;
  text-align: right;
}

.retro-bet-2mr3js td.retro-bet-a4ckbv,
.retro-bet-2mr3js td.retro-bet-qo4575 {
  padding-bottom: 10px;
  border-bottom: none;
}

.retro-bet-2mr3js td.retro-bet-qo4575,
.retro-bet-2mr3js td.retro-bet-85oofe {
  border-left: none;
}

.retro-bet-2mr3js td.retro-bet-a4ckbv,
.retro-bet-2mr3js td.retro-bet-t0v9nk {
  border-right: none;
}

.retro-bet-2mr3js td.retro-bet-t0v9nk,
.retro-bet-2mr3js td.retro-bet-85oofe {
  border-top: none;
  padding-top: 10px;
}

.retro-bet-srntb5 {
  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;
}

.retro-bet-srntb5 .retro-bet-powj7j {
  min-width: unset;
  width: 100%;
}

.retro-bet-srntb5 .retro-bet-powj7j.retro-bet-6njnfs {
  grid-column: 1/2;
  grid-row: 1/2;
}

.retro-bet-srntb5 .retro-bet-powj7j.retro-bet-r9fwir {
  grid-column: 2/3;
  grid-row: 1/2;
}

.retro-bet-srntb5 .retro-bet-pvwqqt {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .retro-bet-srntb5 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .retro-bet-srntb5 .retro-bet-powj7j.retro-bet-6njnfs {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .retro-bet-srntb5 .retro-bet-powj7j.retro-bet-r9fwir {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .retro-bet-srntb5 .retro-bet-pvwqqt {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.retro-bet-skkuhb {
  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;
}

.retro-bet-b1icvu {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.retro-bet-a8hklj p a img {
  margin: 0 auto;
  display: block;
}

.retro-bet-a8hklj table {
  margin-bottom: 17px;
}

/* contanct form */
.retro-bet-e8yish {
  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;
}

.retro-bet-e8yish label {
  font-size: 14px;
}

.retro-bet-e8yish h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.retro-bet-e8yish input,
.retro-bet-e8yish textarea,
.retro-bet-e8yish 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;
}
.retro-bet-e8yish button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.retro-bet-29tnhh ease;
}
.retro-bet-e8yish button:hover {
  background-color: #691204;
}
.retro-bet-2j7p7l {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.retro-bet-1fdulx ease-in;
}

.retro-bet-2j7p7l 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;
}
.retro-bet-ds68ms, .retro-bet-06zx3z, [class*="review-card"],
thead, thead th, table th, .retro-bet-zd6uz7,
.retro-bet-w8jbm3, [class*="collapsible-header"],
.retro-bet-s8d2m4, [class*="updated-block"] {
  color: #ece7dc !important;
}
