@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);
}

.rocketplay-srcki8 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rocketplay-efh0ku {
  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.rocketplay-rod849,
ul.rocketplay-rod849 {
  padding-left: 20px;
}

ul.rocketplay-rod849 {
  list-style: disc;
}

ol.rocketplay-rod849 {
  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;
  }
}

.rocketplay-pwt11w > .rocketplay-3n091k,
.rocketplay-pwt11w > .rocketplay-pj13gd,
.rocketplay-pwt11w > blockquote,
.rocketplay-pwt11w > h1,
.rocketplay-pwt11w > h2,
.rocketplay-pwt11w > h3,
.rocketplay-pwt11w > h4,
.rocketplay-pwt11w > h5,
.rocketplay-pwt11w > h6,
.rocketplay-pwt11w > ol,
.rocketplay-pwt11w > p,
.rocketplay-pwt11w > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rocketplay-pwt11w > ol,
.rocketplay-pwt11w > ul {
  padding-left: 50px;
}

.rocketplay-pwt11w 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;
}

.rocketplay-pwt11w:not(:last-child) {
  margin-bottom: 2rem;
}

.rocketplay-pwt11w > :not(:first-child) {
  margin-top: 2rem;
}

.rocketplay-pwt11w {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rocketplay-pwt11w:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .rocketplay-pwt11w:first-child {
    margin-top: 20px;
  }
}

.rocketplay-pwt11w > p:last-of-type {
  margin-bottom: 32px;
}

.rocketplay-pwt11w > .rocketplay-zy0mmj:not(:first-child) {
  margin: 64px auto 16px auto;
}

.rocketplay-ukb0al > .rocketplay-zy0mmj {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rocketplay-pj13gd {
  overflow: auto;
}

.rocketplay-pj13gd::-webkit-scrollbar {
  height: 5px;
}

.rocketplay-pj13gd table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.rocketplay-pj13gd table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.rocketplay-pj13gd table thead,
table thead {
  border-bottom: none;
}

.rocketplay-pj13gd table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.rocketplay-pj13gd table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.rocketplay-pj13gd table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.rocketplay-pj13gd .rocketplay-dysqil {
  table-layout: auto;
}

.rocketplay-pj13gd .rocketplay-dysqil th {
  word-break: normal;
}

.rocketplay-pj13gd .rocketplay-dysqil td {
  word-break: normal;
}

.rocketplay-srcki8 .rocketplay-srcki8 {
  padding-right: 0;
  padding-left: 0;
}

.rocketplay-hl1roh {
  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;
}

.rocketplay-afj8sn {
  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;
}

.rocketplay-52b0wa {
  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;
}

.rocketplay-3n091k {
  margin-top: 24px;
}

.rocketplay-3n091k.rocketplay-n4767g {
  text-align: left;
}

.rocketplay-3n091k.rocketplay-3svhzu {
  text-align: right;
}

.rocketplay-3n091k.rocketplay-hpd2f5 {
  text-align: center;
}

.rocketplay-vtyaqs {
  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.rocketplay-4yefse ease-in-out;
  cursor: pointer;
}

.rocketplay-vtyaqs:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.rocketplay-vtyaqs {
  min-width: 328px;
}

@media (max-width: 768px) {
  .rocketplay-vtyaqs {
    min-width: unset;
  }
}

.rocketplay-89cyvv {
  background-color: var(--fh-bg-color);
}

.rocketplay-zlujsx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.rocketplay-gpkzot {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.rocketplay-gpkzot img {
  max-height: 80px;
  object-fit: contain;
}

.rocketplay-rygyap {
  flex: 1 1;
}

.rocketplay-ecnc4z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.rocketplay-c4z5i5 {
  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;
}

.rocketplay-c4z5i5 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;
}

.rocketplay-c4z5i5.rocketplay-vm1xy0 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.rocketplay-c4z5i5.rocketplay-vm1xy0 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.rocketplay-c4z5i5.rocketplay-vm1xy0 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.rocketplay-rygyap + .rocketplay-ecnc4z {
  margin-left: 20px;
}

.rocketplay-qwdeqc {
  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;
}

.rocketplay-qwdeqc > svg {
  max-width: 24px;
  max-height: 24px;
}

.rocketplay-qwdeqc + .rocketplay-qwdeqc {
  margin-left: 5px;
}

.rocketplay-og0o8m {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.rocketplay-og0o8m:hover {
  background-color: var(--button-bg-hover);
}

.rocketplay-u7j71g {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.rocketplay-4yefse ease-in-out;
  border: 1px solid var(--border-color);
}

.rocketplay-u7j71g:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.rocketplay-mbowrf {
  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) {
  .rocketplay-rygyap {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .rocketplay-mbowrf {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .rocketplay-rygyap {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .rocketplay-qwdeqc {
    min-width: unset;
    flex: 1 1;
  }
}

.rocketplay-u4ul5e {
  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;
}

.rocketplay-u4ul5e:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.rocketplay-u4ul5e:hover .rocketplay-nd4iws {
  opacity: 1;
  pointer-events: auto;
}

.rocketplay-y41mvb {
  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.rocketplay-malnlu ease-in-out;
  gap: 4px;
}

.rocketplay-y41mvb > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rocketplay-y41mvb .rocketplay-hl1roh img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rocketplay-bqp0ck,
.rocketplay-y41mvb:hover {
  color: var(--button-bg-hover);
}

.rocketplay-58qdrf {
  position: relative;
}

.rocketplay-58qdrf .rocketplay-y41mvb {
  margin-right: 0;
  padding-right: 4px;
}

.rocketplay-x9hxgh svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rocketplay-58qdrf.rocketplay-vm1xy0 .rocketplay-x9hxgh svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.rocketplay-58qdrf.rocketplay-vm1xy0 .rocketplay-nd4iws {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.rocketplay-58qdrf.rocketplay-vm1xy0 .rocketplay-nd4iws::before {
  display: none;
}

.rocketplay-x9hxgh svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.rocketplay-nd4iws {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.rocketplay-nyubbk 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.rocketplay-nd4iws::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.rocketplay-nd4iws:hover {
  color: var(--fh-bg-color);
}

.rocketplay-z7qqhx {
  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.rocketplay-nyubbk 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.rocketplay-malnlu ease-in-out;
  -o-transition: 0.rocketplay-malnlu ease-in-out;
  transition: 0.rocketplay-malnlu ease-in-out;
}

.rocketplay-z7qqhx .rocketplay-hl1roh img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rocketplay-6e17qt,
.rocketplay-z7qqhx:hover {
  color: var(--button-bg-hover);
}

.rocketplay-u8gam2 {
  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%;
}

.rocketplay-u8gam2.rocketplay-i82bog {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.rocketplay-u8gam2.rocketplay-i82bog:after,
.rocketplay-u8gam2.rocketplay-i82bog:before {
  content: "";
  position: absolute;
  margin: auto;
}

.rocketplay-u8gam2.rocketplay-i82bog: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);
  }
}

.rocketplay-u8gam2.rocketplay-i82bog:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.rocketplay-u8gam2.rocketplay-i82bog > * {
  z-index: 1;
}

.rocketplay-u8gam2 b,
.rocketplay-u8gam2 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.rocketplay-u8gam2 .rocketplay-5jsyau {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.rocketplay-u8gam2 .rocketplay-k2llhp {
  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;
}

.rocketplay-u8gam2 .rocketplay-hl1roh {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.rocketplay-u8gam2 .rocketplay-9y8trr {
  margin-top: 12px;
}

.rocketplay-9y8trr {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.rocketplay-87su8t {
  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;
}

.rocketplay-9y8trr .rocketplay-9rl361 {
  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.rocketplay-4yefse ease-in-out;
}

.rocketplay-9y8trr .rocketplay-9rl361:hover {
  background: rgba(255, 255, 255, 0.3);
}

.rocketplay-wgfozx {
  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;
}

.rocketplay-u8gam2.rocketplay-yc0ofk {
  gap: 12px;
  padding: 16px;
}

.rocketplay-u8gam2.rocketplay-yc0ofk .rocketplay-wgfozx {
  min-width: 240px;
}

.rocketplay-u8gam2.rocketplay-yc0ofk .rocketplay-wgfozx.rocketplay-momud5 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .rocketplay-u8gam2 .rocketplay-5jsyau {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .rocketplay-u8gam2 .rocketplay-k2llhp {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .rocketplay-u8gam2 .rocketplay-hl1roh {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .rocketplay-u8gam2.rocketplay-yc0ofk .rocketplay-hl1roh {
    max-width: 126px;
  }
  .rocketplay-u8gam2 .rocketplay-9y8trr {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .rocketplay-u8gam2 .rocketplay-87su8t {
    max-width: unset;
  }
  .rocketplay-wgfozx {
    min-width: unset;
    width: 100%;
  }
  .rocketplay-u8gam2 .rocketplay-wgfozx {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .rocketplay-u8gam2.rocketplay-yc0ofk {
    grid-template-rows: auto 1fr auto;
  }
  .rocketplay-u8gam2.rocketplay-yc0ofk .rocketplay-wgfozx {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .rocketplay-u8gam2 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .rocketplay-u8gam2 .rocketplay-5jsyau {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .rocketplay-u8gam2 .rocketplay-hl1roh {
    max-width: 78px;
  }
  .rocketplay-u8gam2 .rocketplay-9y8trr {
    margin-top: -12px;
  }
  .rocketplay-u8gam2.rocketplay-yc0ofk {
    gap: 8px;
  }
  .rocketplay-u8gam2.rocketplay-yc0ofk .rocketplay-5jsyau {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .rocketplay-u8gam2.rocketplay-yc0ofk .rocketplay-k2llhp {
    grid-column: 1/3;
  }
  .rocketplay-u8gam2.rocketplay-yc0ofk .rocketplay-hl1roh {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .rocketplay-u8gam2.rocketplay-yc0ofk .rocketplay-hl1roh img {
    max-width: 114px;
  }
}

.rocketplay-wgfozx.rocketplay-zj6oa6,
.rocketplay-wgfozx.rocketplay-2l4d7o,
.rocketplay-wgfozx.rocketplay-0ej9gc {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.rocketplay-4yefse ease-in-out;
}

.rocketplay-wgfozx.rocketplay-zj6oa6,
.rocketplay-wgfozx.rocketplay-0ej9gc {
  padding: 10px;
}

.rocketplay-wgfozx.rocketplay-zj6oa6:hover,
.rocketplay-wgfozx.rocketplay-2l4d7o:hover,
.rocketplay-wgfozx.rocketplay-0ej9gc:hover {
  background: var(--button-bg-hover);
}

.rocketplay-wgfozx.rocketplay-zj6oa6:hover svg path,
.rocketplay-wgfozx.rocketplay-0ej9gc:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.rocketplay-wgfozx.rocketplay-momud5 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.rocketplay-4yefse ease-in-out;
  background: var(--button-bg-color);
}

.rocketplay-wgfozx.rocketplay-momud5:hover {
  background-color: var(--button-bg-hover);
}

.rocketplay-wgfozx.rocketplay-2l4d7o: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);
  }
}

.rocketplay-wgfozx.rocketplay-2l4d7o:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rocketplay-wgfozx.rocketplay-momud5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rocketplay-kdlsm9 {
  max-width: 650px;
}

.rocketplay-t1stjr {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.rocketplay-q7eol1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rocketplay-1zxv95 {
  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.rocketplay-malnlu ease-in-out;
  cursor: pointer;
}

.rocketplay-1zxv95:hover {
  opacity: 0.5;
}

.rocketplay-1zxv95:focus {
  outline: 0;
}

.rocketplay-1zxv95:focus .rocketplay-yqe46o,
.rocketplay-1zxv95:hover .rocketplay-yqe46o {
  fill: red;
  fill-opacity: 1;
}

.rocketplay-1zxv95:hover {
  cursor: pointer;
}

.rocketplay-o4uzax {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.rocketplay-kdlsm9.rocketplay-hpd2f5 {
  margin: 0 auto;
}

.rocketplay-kdlsm9.rocketplay-3svhzu {
  margin-left: auto;
}

.rocketplay-8m0f26 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.rocketplay-7vr2g3 {
  padding-bottom: 50px;
}

.rocketplay-pcc3d0 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.rocketplay-g2sft6 {
  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;
}

.rocketplay-8mvzc9 {
  margin-top: 24px;
}

.rocketplay-cd2kfw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rocketplay-8lz7k6 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.rocketplay-2b5gqh {
  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;
}

.rocketplay-semj5m {
  width: 468px;
}

.rocketplay-2b5gqh .rocketplay-nd4iws {
  margin: 0.rocketplay-gjswr2 0;
}

.rocketplay-81q30r {
  display: flex;
  min-width: 224px;
}

.rocketplay-0pj0y7 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.rocketplay-malnlu ease-in-out;
}

.rocketplay-gb1nlb,
.rocketplay-0pj0y7:hover {
  color: var(--text-color);
}

.rocketplay-lwtvoh {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rocketplay-y8vjea {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .rocketplay-8m0f26 {
    padding: 16px;
  }
  .rocketplay-lwtvoh {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .rocketplay-y8vjea {
    align-items: center;
  }
  .rocketplay-semj5m {
    width: unset;
  }
  .rocketplay-81q30r {
    min-width: unset;
  }
  .rocketplay-2b5gqh {
    max-height: unset;
  }
  .rocketplay-pcc3d0 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .rocketplay-8m0f26 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.rocketplay-dln91d {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rocketplay-dln91d:not(:last-child) {
  margin-bottom: 16px;
}

.rocketplay-pbok8h {
  outline: 0;
}

.rocketplay-pbok8h .rocketplay-y7iwph {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.rocketplay-ikyqia {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .rocketplay-ikyqia {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.rocketplay-ikyqia::-webkit-details-marker {
  display: none;
}

.rocketplay-ikyqia: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;
}

.rocketplay-ikyqia: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] .rocketplay-ikyqia:after {
  transform: unset;
}

.rocketplay-y7iwph {
  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);
}

.rocketplay-y7iwph 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.rocketplay-malnlu ease-in-out;
  -o-transition: 0.rocketplay-malnlu ease-in-out;
  transition: 0.rocketplay-malnlu ease-in-out;
}

.rocketplay-1xy5xx {
  padding: 16px 0 0 0;
}

.rocketplay-1xy5xx * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .rocketplay-1xy5xx :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rocketplay-ikyqia {
    flex-wrap: wrap;
    gap: 12px;
  }
  .rocketplay-ikyqia::after {
    margin-left: auto;
  }
  .rocketplay-y7iwph {
    order: 3;
    flex: 1 1 100%;
  }
  .rocketplay-ikyqia {
    font-size: 14px;
    line-height: 130%;
  }
  .rocketplay-y7iwph svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.rocketplay-fzg6g0 {
  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;
}

.rocketplay-pd49h1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.rocketplay-fzg6g0.rocketplay-vm1xy0 .rocketplay-pd49h1 {
  margin-bottom: 12px;
}

.rocketplay-pd49h1::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;
}

.rocketplay-fzg6g0.rocketplay-vm1xy0 .rocketplay-pd49h1::after {
  transform: unset;
}

.rocketplay-urolyg {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.rocketplay-jyboz1 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.rocketplay-malnlu ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.rocketplay-jyboz1: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;
}

.rocketplay-fzg6g0.rocketplay-vm1xy0 .rocketplay-urolyg {
  max-height: 100%;
}

.rocketplay-0hepig {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.rocketplay-ijctpc {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.rocketplay-3gus81 {
  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;
}

.rocketplay-idvkay {
  margin-right: 4px;
}

.rocketplay-iwsjk1 {
  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.rocketplay-malnlu ease-in-out;
}

.rocketplay-iwsjk1 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.rocketplay-3zzxi6,
.rocketplay-iwsjk1:hover {
  color: var(--text-color);
}

.rocketplay-njz4cw {
  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;
}

.rocketplay-njz4cw img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.rocketplay-njz4cw .rocketplay-3ynbud {
  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;
}

.rocketplay-njz4cw .rocketplay-6grrys {
  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;
}

.rocketplay-uocy9a {
  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;
}

.rocketplay-2wj7z7 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rocketplay-y8ftc8 .rocketplay-srcki8 {
  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;
}

.rocketplay-y8ftc8 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.rocketplay-kppkx0 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.rocketplay-mwx0yg {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.rocketplay-59k1hv {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.rocketplay-naimwt 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;
}

.rocketplay-59k1hv:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.rocketplay-4en87e {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.rocketplay-uep0s6 {
  -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.rocketplay-malnlu ease-in-out;
  transition: transform 0.rocketplay-malnlu ease-in-out;
  -o-transition: transform 0.rocketplay-malnlu ease-in-out;
  transition:
    transform 0.rocketplay-malnlu ease-in-out,
    -webkit-transform 0.rocketplay-malnlu ease-in-out;
  cursor: pointer;
}

.rocketplay-uep0s6 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.rocketplay-uep0s6: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;
}

.rocketplay-qv1ymc {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .rocketplay-qv1ymc {
    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);
}

.rocketplay-v4eh2v {
  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;
}

.rocketplay-yxni2f {
  position: relative;
  width: 100%;
}

.rocketplay-v4eh2v.rocketplay-1bndhg {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rocketplay-v4eh2v.rocketplay-hpd2f5 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rocketplay-v4eh2v.rocketplay-3svhzu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rocketplay-6egxno {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.rocketplay-8h2ud1 {
  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.rocketplay-malnlu ease-in-out;
  cursor: pointer;
}

.rocketplay-8h2ud1:hover {
  opacity: 0.5;
}

.rocketplay-v4eh2v.rocketplay-mm5yts .rocketplay-8h2ud1 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rocketplay-v4eh2v.rocketplay-mm5yts .rocketplay-6egxno {
  cursor: pointer;
}

.rocketplay-tpepg3 {
  fill: #0009;
}

.rocketplay-l1e5he {
  fill: #fff;
}

.rocketplay-8h2ud1:hover .rocketplay-tpepg3 {
  fill: red;
}

.rocketplay-8h2ud1 svg path {
  -webkit-transition: 0.rocketplay-malnlu ease-in-out;
  -o-transition: 0.rocketplay-malnlu ease-in-out;
  transition: 0.rocketplay-malnlu ease-in-out;
}

.rocketplay-pznta5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.rocketplay-pznta5 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.rocketplay-pznta5.rocketplay-s169ir > :not(.get-image) {
  grid-column: 1/3;
}

.rocketplay-wmvqnx:not(._h1-block) .rocketplay-pznta5 > .rocketplay-zy0mmj {
  grid-row: 1/2;
  grid-column: 1/3;
}

.rocketplay-pznta5.rocketplay-s169ir .rocketplay-au5xyd {
  grid-column: 2/3;
}

.rocketplay-pznta5.rocketplay-s169ir > .rocketplay-hl1roh {
  grid-column: 1/2;
}

.rocketplay-pznta5.rocketplay-s169ir > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.rocketplay-pznta5 > p:first-of-type {
  margin-top: 0;
}

.rocketplay-pznta5 .rocketplay-hl1roh {
  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;
}

.rocketplay-wmvqnx:not(._h1-block) .rocketplay-zy0mmj ~ .rocketplay-hl1roh {
  grid-row: 2/10;
}

.rocketplay-wmvqnx.rocketplay-slhphk .rocketplay-zy0mmj ~ .rocketplay-hl1roh {
  grid-row: 1/10;
}

.rocketplay-wmvqnx.rocketplay-slhphk > .rocketplay-zy0mmj {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.rocketplay-wmvqnx.rocketplay-slhphk .rocketplay-hl1roh {
  grid-row: 1/10;
}

.rocketplay-pznta5.rocketplay-csmia4 .rocketplay-hl1roh {
  align-items: flex-start;
}

.rocketplay-pznta5.rocketplay-hpd2f5 .rocketplay-au5xyd {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.rocketplay-pznta5.rocketplay-hpd2f5 .rocketplay-hl1roh {
  align-items: center;
}

.rocketplay-pznta5.rocketplay-3bwrkw .rocketplay-hl1roh {
  align-items: flex-end;
}

.rocketplay-au5xyd > :first-child {
  margin-top: 0;
}

.rocketplay-au5xyd > :last-child {
  margin-bottom: 0;
}

* + .rocketplay-j5vjd5,
.rocketplay-wmvqnx + .rocketplay-wmvqnx {
  margin-top: 2rem;
}

.rocketplay-zu3eue td::before,
.rocketplay-zu3eue th::after {
  display: none !important;
}

.rocketplay-zu3eue #link-selector {
  color: #000;
}

.rocketplay-zu3eue .rocketplay-pi0tni {
  color: #135e96;
}

.rocketplay-zu3eue .rocketplay-yjk1hn *,
.rocketplay-zu3eue .rocketplay-1ywq40 p,
.rocketplay-zu3eue .rocketplay-j5dmko * {
  color: #000;
}

.rocketplay-zu3eue .rocketplay-b11zo7 {
  background: 0 0 !important;
}

.rocketplay-zu3eue .rocketplay-mg3v5b {
  color: #000;
}

.rocketplay-zu3eue .rocketplay-k3v25y.rocketplay-lb6siy {
  color: #fff;
}

.rocketplay-zu3eue .rocketplay-0llr7a {
  color: #000;
}

.rocketplay-zu3eue
  .rocketplay-kvfrej
  .rocketplay-ywdxs0.rocketplay-lb6siy.rocketplay-s8ou94 {
  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;
}

.rocketplay-xwcfrj,
body .rocketplay-5v8az3 {
  color: #000;
  background: var(--color-body) !important;
}

.rocketplay-xwcfrj .rocketplay-nt4yla .rocketplay-l8l9fx,
body .rocketplay-5v8az3 .rocketplay-nt4yla .rocketplay-l8l9fx {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rocketplay-jyboz1:focus,
  .rocketplay-jyboz1:hover {
    color: #f9cb16;
  }
  .rocketplay-c7y6d9:focus,
  .rocketplay-c7y6d9:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rocketplay-h461tb:focus img,
  .rocketplay-h461tb:focus svg,
  .rocketplay-h461tb:hover img,
  .rocketplay-h461tb:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .rocketplay-njz4cw {
    display: none;
  }
}

@media (min-width: 1024px) {
  .rocketplay-58qdrf:hover .rocketplay-x9hxgh svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .rocketplay-x9hxgh {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .rocketplay-sjdsxn {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .rocketplay-ras8up {
    grid-template-columns: repeat(4, 1fr);
  }
  .rocketplay-5qdhw0 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .rocketplay-emr0gu .rocketplay-p4bxvk {
    grid-template-columns: 1fr;
  }
  .rocketplay-emr0gu .rocketplay-71j7ku {
    -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;
  }
  .rocketplay-emr0gu .rocketplay-6jxq7m {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rocketplay-emr0gu .rocketplay-n80dd5 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rocketplay-emr0gu .rocketplay-vzd62d {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .rocketplay-emr0gu .rocketplay-6jxq7m:not(:first-child) {
    border: none;
  }
  .rocketplay-emr0gu .rocketplay-6jxq7m:first-child .rocketplay-n80dd5 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .rocketplay-emr0gu .rocketplay-6jxq7m:last-child .rocketplay-n80dd5 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .rocketplay-zlujsx {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .rocketplay-gpkzot {
    max-width: 100px;
  }
  .rocketplay-rygyap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .rocketplay-ecnc4z {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .rocketplay-ecnc4z svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .rocketplay-c4z5i5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .rocketplay-rygyap + .rocketplay-ecnc4z {
    margin-left: auto;
  }
  .rocketplay-p0qwh2 {
    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;
  }
  .rocketplay-p0qwh2.rocketplay-vm1xy0 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .rocketplay-mbowrf {
    -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;
  }
  .rocketplay-u4ul5e {
    width: 100%;
  }
  .rocketplay-u4ul5e:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .rocketplay-y41mvb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .rocketplay-y41mvb svg {
    margin-right: 4px;
  }
  .rocketplay-58qdrf {
    -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;
  }
  .rocketplay-x9hxgh svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .rocketplay-x9hxgh {
    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;
  }
  .rocketplay-nd4iws {
    display: none;
    width: 100%;
  }
  .rocketplay-58qdrf.rocketplay-vm1xy0 .rocketplay-nd4iws {
    padding: 0 0 0 48px;
  }
  .rocketplay-z7qqhx {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .rocketplay-g2sft6 .rocketplay-hl1roh {
    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;
  }
  .rocketplay-kwhj9h {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rocketplay-kwhj9h + .rocketplay-kwhj9h {
    margin-right: 0;
  }
  .rocketplay-kwhj9h + .rocketplay-hl1roh {
    margin: 0;
  }
  .rocketplay-sjdsxn {
    grid-template-columns: repeat(4, 1fr);
  }
  .rocketplay-ras8up {
    grid-template-columns: repeat(3, 1fr);
  }
  .rocketplay-q039ib,
  .rocketplay-3h7io9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .rocketplay-pznta5 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .rocketplay-pznta5.rocketplay-s169ir .rocketplay-au5xyd {
    grid-column: auto;
    grid-row: auto;
  }
  .rocketplay-pznta5 > .rocketplay-zy0mmj {
    grid-column: 1/2;
  }
  .rocketplay-pznta5.rocketplay-s169ir > :not(.get-image) {
    grid-column: 1/2;
  }
  .rocketplay-pznta5 .rocketplay-hl1roh,
  .rocketplay-pznta5.rocketplay-s169ir > .rocketplay-hl1roh {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rocketplay-pznta5.rocketplay-s169ir > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .rocketplay-wmvqnx.rocketplay-slhphk .rocketplay-pznta5 > .rocketplay-hl1roh {
    grid-row: 1/2;
  }
  .rocketplay-pznta5 .rocketplay-zy0mmj ~ .rocketplay-hl1roh,
  .rocketplay-pznta5.rocketplay-s169ir .rocketplay-zy0mmj ~ .rocketplay-hl1roh {
    grid-row: 2/3;
  }
  .rocketplay-wmvqnx.rocketplay-slhphk .rocketplay-zy0mmj ~ .rocketplay-hl1roh {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .rocketplay-pwt11w:first-child .rocketplay-v4u9nu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rocketplay-pwt11w:first-child .rocketplay-v4u9nu h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .rocketplay-pwt11w {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .rocketplay-pwt11w {
    padding: 0;
  }
  .rocketplay-3n091k {
    margin-top: 1rem;
  }
  .rocketplay-pbok8h {
    border-radius: 5px;
  }
  .rocketplay-tnwae5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rocketplay-pd49h1::after {
    display: inline-block;
  }
  .rocketplay-pd49h1 {
    margin: 0;
    width: 100%;
  }
  .rocketplay-urolyg {
    width: 100%;
  }
  .rocketplay-urolyg.rocketplay-iuzhst {
    -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%;
  }
  .rocketplay-urolyg.rocketplay-iuzhst .rocketplay-j4wzdp {
    width: 100%;
  }
  .rocketplay-urolyg.rocketplay-iuzhst .rocketplay-j4wzdp:not(:last-child) {
    margin-right: 0;
  }
  .rocketplay-jyboz1 {
    width: 100%;
    text-align: center;
  }
  .rocketplay-fzg6g0.rocketplay-vm1xy0 .rocketplay-urolyg {
    margin-top: 1rem;
  }
  .rocketplay-sjdsxn {
    grid-template-columns: repeat(3, 1fr);
  }
  .rocketplay-5qdhw0,
  .rocketplay-ras8up {
    grid-template-columns: repeat(2, 1fr);
  }
  .rocketplay-q039ib,
  .rocketplay-3h7io9,
  .rocketplay-n4x0fj {
    grid-template-columns: 1fr;
  }
  .rocketplay-8xg02v {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .rocketplay-nem0x1 {
    min-width: 300px;
    max-width: 325px;
  }
  .rocketplay-n80dd5 {
    cursor: auto;
  }
  .rocketplay-d2fk75 .rocketplay-n80dd5 {
    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;
  }
  .rocketplay-qv1ymc {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .rocketplay-nd4iws {
    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) {
  .rocketplay-qv1ymc {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.rocketplay-kwhj9h p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .rocketplay-ecnc4z {
    margin: 0 -0.2rem;
  }
  .rocketplay-kwhj9h {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .rocketplay-2cd2hy {
    -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;
  }
  .rocketplay-kib5zc {
    max-width: 100%;
  }
  .rocketplay-sjdsxn {
    grid-template-columns: repeat(2, 1fr);
  }
  .rocketplay-5qdhw0,
  .rocketplay-ras8up {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .rocketplay-zlujsx {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rocketplay-ecnc4z {
    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;
  }
  .rocketplay-89cyvv {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rocketplay-qwdeqc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rocketplay-oruww6,
  .rocketplay-n0dfk3 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .rocketplay-vtyaqs {
    width: 100%;
  }
  .rocketplay-sjdsxn {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .rocketplay-qv1ymc {
    top: 127px !important;
  }
}

.rocketplay-sbg0p9 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .rocketplay-sbg0p9 {
  }
}

@media (max-width: 767px) {
  .rocketplay-sbg0p9 {
    margin-bottom: 12px;
  }
}

.rocketplay-sbg0p9 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.rocketplay-m454nv {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.rocketplay-m454nv > .rocketplay-dkjlux {
  flex: 1 1;
}

@media (max-width: 767px) {
  .rocketplay-m454nv {
    flex-direction: column;
    gap: 12px;
  }
}

.rocketplay-nbocso {
  display: flex;
}

.rocketplay-nbocso .rocketplay-xfgcwl {
  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;
}

.rocketplay-nbocso .rocketplay-ihf9tt {
  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;
}

.rocketplay-nbocso .rocketplay-z4pbkj {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.rocketplay-nbocso .rocketplay-6gsaxs {
  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));
  }
}

.rocketplay-nbocso .rocketplay-6gsaxs:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rocketplay-nbocso .rocketplay-atxv3u {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.rocketplay-jen7yg {
  border: unset;
  background-color: unset;
}

.rocketplay-jen7yg tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rocketplay-jen7yg .rocketplay-l69mon,
.rocketplay-jen7yg .rocketplay-niaklj {
  flex: 0 1 330px;
}

.rocketplay-jen7yg .rocketplay-ovskb2 {
  flex: 1 1;
}

.rocketplay-jen7yg tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rocketplay-jen7yg tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.rocketplay-jen7yg tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.rocketplay-jen7yg tr td p {
  color: #fff;
  margin: 0;
}

.rocketplay-jen7yg tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.rocketplay-jen7yg tr.rocketplay-l69mon td p {
  padding: 16px 0;
}

.rocketplay-jen7yg tr.rocketplay-l69mon td p:not(:last-child),
.rocketplay-jen7yg tr.rocketplay-niaklj td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.rocketplay-jen7yg tr.rocketplay-l69mon td p:first-child,
.rocketplay-jen7yg tr.rocketplay-niaklj td p:first-child {
  padding-top: 0;
}

.rocketplay-jen7yg tr.rocketplay-niaklj td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rocketplay-jen7yg tr.rocketplay-niaklj td p:last-child {
  padding-bottom: 0;
}

.rocketplay-jen7yg .rocketplay-niaklj img {
  max-width: 32px;
}

.rocketplay-jen7yg .rocketplay-ovskb2 {
  min-width: 718px;
}

.rocketplay-jen7yg .rocketplay-ovskb2 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.rocketplay-jen7yg .rocketplay-ovskb2 td {
  display: flex;
}

.rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-wbctnx,
.rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-17l3ho,
.rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-cs9rng {
  flex: 1 1 50%;
}

.rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-1o8mh4 {
  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;
}

.rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-87lunr,
.rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-61oout {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-wbctnx,
.rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-17l3ho {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-wbctnx span,
.rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-17l3ho span {
  font-weight: 800;
}

.rocketplay-jen7yg .rocketplay-ovskb2 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .rocketplay-jen7yg .rocketplay-ovskb2 td .rocketplay-cs9rng:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .rocketplay-jen7yg tr.rocketplay-l69mon td p:last-child {
    padding-bottom: 0;
  }
  .rocketplay-jen7yg .rocketplay-niaklj > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .rocketplay-jen7yg .rocketplay-niaklj > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .rocketplay-jen7yg tr.rocketplay-l69mon td p:not(:last-child),
  .rocketplay-jen7yg tr.rocketplay-niaklj td p:not(:last-child) {
    border-bottom: unset;
  }
  .rocketplay-jen7yg tr.rocketplay-niaklj td p:last-child {
    padding-bottom: 12px;
  }
  .rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-wbctnx,
  .rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-17l3ho,
  .rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-cs9rng {
    flex: 1 1 50%;
    padding: 0;
  }
  .rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-wbctnx,
  .rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-17l3ho {
    margin-top: 16px;
  }
  .rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-cs9rng {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-wbctnx {
    border-right: 1px solid var(--border-color);
  }
  .rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-cs9rng:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .rocketplay-jen7yg .rocketplay-ovskb2 td:last-child .rocketplay-cs9rng:last-child {
    padding-bottom: 0;
  }
}

.rocketplay-cs9rng {
  display: flex;
  flex-direction: column;
}

.rocketplay-jen7yg .rocketplay-ovskb2 td .rocketplay-cs9rng {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.rocketplay-jen7yg .rocketplay-ovskb2 td .rocketplay-cs9rng:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.rocketplay-jen7yg .rocketplay-ovskb2 td .rocketplay-cs9rng:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .rocketplay-jen7yg .rocketplay-ovskb2 td .rocketplay-cs9rng:not(:first-child) {
    padding-left: 0;
  }
  .rocketplay-jen7yg .rocketplay-ovskb2 td .rocketplay-cs9rng:not(:last-of-type) {
    border-right: unset;
  }
}

.rocketplay-jen7yg .rocketplay-whl914 {
  flex: 0 1 485px;
}

.rocketplay-jen7yg .rocketplay-7nnchr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.rocketplay-jen7yg .rocketplay-7nnchr li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rocketplay-jen7yg .rocketplay-7nnchr li.rocketplay-m8qlxa {
  padding: 6px 12px;
}

.rocketplay-jen7yg .rocketplay-7nnchr li a,
.rocketplay-jen7yg .rocketplay-7nnchr 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;
}

.rocketplay-jen7yg .rocketplay-ua9tky,
.rocketplay-jen7yg .rocketplay-6gswmh {
  flex: 1 1;
}

.rocketplay-jen7yg .rocketplay-m43lkn,
.rocketplay-jen7yg .rocketplay-g3m7le {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rocketplay-jen7yg .rocketplay-m43lkn li,
.rocketplay-jen7yg .rocketplay-g3m7le li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rocketplay-jen7yg .rocketplay-6gswmh img {
  max-width: 32px;
}

.rocketplay-jen7yg .rocketplay-ua9tky img {
  max-width: 32px;
}

.rocketplay-jen7yg .rocketplay-2n37zu {
  min-width: 280px;
}

.rocketplay-jen7yg .rocketplay-2n37zu img {
  max-width: 146px;
}

.rocketplay-jen7yg .rocketplay-2n37zu td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .rocketplay-jen7yg .rocketplay-l69mon,
  .rocketplay-jen7yg .rocketplay-niaklj {
    flex: 0 1 auto;
  }
  .rocketplay-jen7yg .rocketplay-ovskb2 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .rocketplay-jen7yg .rocketplay-l69mon,
  .rocketplay-jen7yg .rocketplay-whl914,
  .rocketplay-jen7yg .rocketplay-niaklj,
  .rocketplay-jen7yg .rocketplay-ovskb2 {
    flex: 1 1 calc(50% - 20px);
  }
  .rocketplay-jen7yg .rocketplay-ua9tky,
  .rocketplay-jen7yg .rocketplay-2n37zu,
  .rocketplay-jen7yg .rocketplay-6gswmh {
    flex: 1 1 30%;
  }
  .rocketplay-jen7yg .rocketplay-2n37zu {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .rocketplay-jen7yg .rocketplay-l69mon,
  .rocketplay-jen7yg .rocketplay-whl914,
  .rocketplay-jen7yg .rocketplay-ua9tky,
  .rocketplay-jen7yg .rocketplay-niaklj,
  .rocketplay-jen7yg .rocketplay-ovskb2,
  .rocketplay-jen7yg .rocketplay-2n37zu,
  .rocketplay-jen7yg .rocketplay-6gswmh {
    flex: 1 1 100%;
  }
}

.rocketplay-an2ny2 .rocketplay-vvmkv6 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rocketplay-an2ny2 .rocketplay-vycbqu {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.rocketplay-an2ny2 .rocketplay-ghgerg {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.rocketplay-an2ny2 .rocketplay-ovnr8p {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.rocketplay-an2ny2 .rocketplay-ovnr8p > :nth-child(3) {
  margin-top: 0;
}

.rocketplay-an2ny2 .rocketplay-hl1roh {
  grid-column: 2/3;
  grid-row: 1/10;
}

.rocketplay-an2ny2 .rocketplay-x9mfty {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.rocketplay-an2ny2 .rocketplay-3n091k {
  grid-column: 1/2;
}

.rocketplay-an2ny2 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.rocketplay-an2ny2 .rocketplay-vycbqu: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;
}

.rocketplay-an2ny2 .rocketplay-vycbqu:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.rocketplay-an2ny2 .rocketplay-vtyaqs {
  min-width: 240px;
}

@media (max-width: 768px) {
  .rocketplay-an2ny2 .rocketplay-vycbqu:not(:last-child):before {
    bottom: 8px;
  }
  .rocketplay-an2ny2 .rocketplay-vycbqu:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .rocketplay-an2ny2 .rocketplay-ovnr8p {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .rocketplay-an2ny2 .rocketplay-hl1roh {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .rocketplay-an2ny2 .rocketplay-hl1roh img {
    width: 100%;
    height: auto;
  }
  .rocketplay-an2ny2 .rocketplay-vtyaqs {
    width: 100%;
    min-width: unset;
  }
}

.rocketplay-7x512p .rocketplay-uanwuv {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.rocketplay-7x512p .rocketplay-l3nfp4 {
  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;
}

.rocketplay-7x512p .rocketplay-hl1roh {
  height: 100%;
}

.rocketplay-7x512p .rocketplay-hl1roh img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.rocketplay-7x512p .rocketplay-b46byj {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.rocketplay-7x512p .rocketplay-9pugi2 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.rocketplay-7x512p .rocketplay-vi13ts {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .rocketplay-7x512p .rocketplay-l3nfp4 {
    flex: 1 1 100%;
  }
  .rocketplay-7x512p .rocketplay-wgfozx {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .rocketplay-7x512p .rocketplay-l3nfp4 {
    flex-direction: column;
  }
  .rocketplay-7x512p .rocketplay-hl1roh {
    width: 100%;
    height: auto;
  }
  .rocketplay-7x512p .rocketplay-hl1roh img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .rocketplay-7x512p .rocketplay-b46byj {
    padding: 0 16px 16px 16px;
  }
  .rocketplay-7x512p .rocketplay-wgfozx {
    min-width: unset;
    width: 100%;
  }
}

.rocketplay-73e8u5 .rocketplay-ppwl3m {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.rocketplay-73e8u5 .rocketplay-02mqjs {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.rocketplay-73e8u5 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;
}

.rocketplay-73e8u5 .rocketplay-3ivz0g {
  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;
}

.rocketplay-73e8u5 .rocketplay-02mqjs:hover .rocketplay-3ivz0g {
  display: flex;
}

.rocketplay-73e8u5 .rocketplay-yftmgw {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rocketplay-73e8u5 .rocketplay-75wecq {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.rocketplay-3p9y6o {
  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;
}

.rocketplay-3p9y6o.rocketplay-n3oq0d {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.rocketplay-4yefse ease-in-out;
}

.rocketplay-3p9y6o.rocketplay-n3oq0d:hover {
  color: #f9cb16;
  background-color: transparent;
}

.rocketplay-73e8u5 .rocketplay-ha6c07 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.rocketplay-4yefse ease-in-out;
}

.rocketplay-73e8u5 .rocketplay-ha6c07:hover {
  color: #196948;
  background-color: #f9cb16;
}

.rocketplay-73e8u5 .rocketplay-ha6c07:after,
.rocketplay-3p9y6o.rocketplay-n3oq0d:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.rocketplay-3p9y6o.rocketplay-n3oq0d:after {
  background-image: url(../images/Cash.svg);
}

.rocketplay-73e8u5 .rocketplay-ha6c07:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .rocketplay-73e8u5 .rocketplay-ppwl3m {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .rocketplay-73e8u5 .rocketplay-ppwl3m {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rocketplay-73e8u5 .rocketplay-ppwl3m {
    grid-template-columns: 1fr;
  }
  .rocketplay-73e8u5 .rocketplay-02mqjs {
    height: auto;
  }
  .rocketplay-73e8u5 .rocketplay-02mqjs .rocketplay-3ivz0g {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .rocketplay-73e8u5 .rocketplay-yftmgw,
  .rocketplay-73e8u5 .rocketplay-75wecq {
    text-align: left;
  }
  .rocketplay-73e8u5 .rocketplay-75wecq {
    margin-bottom: 8px;
  }
  .rocketplay-73e8u5 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.rocketplay-pg3sdo {
  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;
}

.rocketplay-pg3sdo.rocketplay-mm5yts {
  display: block;
}

.rocketplay-pg3sdo .rocketplay-1uy2t6 {
  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;
}

.rocketplay-pg3sdo .rocketplay-htkrke {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.rocketplay-pg3sdo .rocketplay-n5eb62 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.rocketplay-pg3sdo .rocketplay-kwy7o4 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.rocketplay-pg3sdo .rocketplay-3p9y6o {
  min-width: 296px;
  margin-bottom: 0;
}

.rocketplay-pg3sdo .rocketplay-062psd {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.rocketplay-pg3sdo .rocketplay-nuvt7g {
  position: relative;
  flex: 1 1;
}

.rocketplay-pg3sdo .rocketplay-nuvt7g iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .rocketplay-pg3sdo .rocketplay-htkrke {
    flex-wrap: wrap;
    gap: 8px;
  }
  .rocketplay-pg3sdo .rocketplay-n5eb62 {
    order: 1;
  }
  .rocketplay-pg3sdo .rocketplay-kwy7o4 {
    order: 3;
    flex: 1 1 100%;
  }
  .rocketplay-pg3sdo .rocketplay-3p9y6o {
    width: 100%;
    min-width: unset;
  }
  .rocketplay-pg3sdo .rocketplay-062psd {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .rocketplay-pznta5 > .rocketplay-zy0mmj {
    margin-bottom: 0;
  }
  .rocketplay-pznta5 > .rocketplay-3n091k,
  .rocketplay-pznta5 > p {
    margin-top: 0;
  }
}

.rocketplay-j2zekj img,
.rocketplay-kwhj9h img {
  width: auto;
  object-fit: contain;
}

.rocketplay-j2zekj {
  align-items: center;
}

.rocketplay-j2zekj img {
  max-height: 76px;
}

.rocketplay-kwhj9h img {
  max-height: 64px;
}

.rocketplay-fqy72z {
  overflow: auto;
}

.rocketplay-w6xw31 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.rocketplay-4t4adv:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.rocketplay-iy1glw {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.rocketplay-jmyr10 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rocketplay-iy1glw .rocketplay-hl1roh {
  margin-right: 20px;
  flex-shrink: 0;
}

.rocketplay-iy1glw img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.rocketplay-zc2den {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.rocketplay-zc2den > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rocketplay-iy1glw {
    padding: 15px 10px;
  }
  .rocketplay-zc2den {
    padding: 15px 10px;
  }
  .rocketplay-iy1glw .rocketplay-hl1roh {
    margin-right: 10px;
  }
}

.rocketplay-16qcyg {
  overflow-x: auto;
}

.rocketplay-buf8n8 {
  border-collapse: collapse;
  width: 100%;
}

.rocketplay-16qcyg th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.rocketplay-16qcyg td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.rocketplay-16qcyg td.rocketplay-bra04o {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.rocketplay-16qcyg td.rocketplay-ut8ldm {
  border-right: none;
}

.rocketplay-16qcyg td.rocketplay-ut8ldm .rocketplay-hl1roh {
  justify-content: flex-start;
}

.rocketplay-16qcyg td.rocketplay-ut8ldm .rocketplay-hl1roh img {
  height: auto;
  width: 90px;
}

.rocketplay-16qcyg td.rocketplay-q9s6il,
.rocketplay-16qcyg td.rocketplay-c3s1u1 {
  font-weight: 600;
  text-align: right;
}

.rocketplay-16qcyg td.rocketplay-0sfm57,
.rocketplay-16qcyg td.rocketplay-q9s6il {
  padding-bottom: 10px;
  border-bottom: none;
}

.rocketplay-16qcyg td.rocketplay-q9s6il,
.rocketplay-16qcyg td.rocketplay-c3s1u1 {
  border-left: none;
}

.rocketplay-16qcyg td.rocketplay-0sfm57,
.rocketplay-16qcyg td.rocketplay-ass5in {
  border-right: none;
}

.rocketplay-16qcyg td.rocketplay-ass5in,
.rocketplay-16qcyg td.rocketplay-c3s1u1 {
  border-top: none;
  padding-top: 10px;
}

.rocketplay-u048cz {
  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;
}

.rocketplay-u048cz .rocketplay-wgfozx {
  min-width: unset;
  width: 100%;
}

.rocketplay-u048cz .rocketplay-wgfozx.rocketplay-zj6oa6 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.rocketplay-u048cz .rocketplay-wgfozx.rocketplay-0ej9gc {
  grid-column: 2/3;
  grid-row: 1/2;
}

.rocketplay-u048cz .rocketplay-ghgdgd {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .rocketplay-u048cz {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .rocketplay-u048cz .rocketplay-wgfozx.rocketplay-zj6oa6 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rocketplay-u048cz .rocketplay-wgfozx.rocketplay-0ej9gc {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .rocketplay-u048cz .rocketplay-ghgdgd {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.rocketplay-bwji5u {
  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;
}

.rocketplay-q6nq3y {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.rocketplay-ukb0al p a img {
  margin: 0 auto;
  display: block;
}

.rocketplay-ukb0al table {
  margin-bottom: 17px;
}

/* contanct form */
.rocketplay-s45pfi {
  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;
}

.rocketplay-s45pfi label {
  font-size: 14px;
}

.rocketplay-s45pfi h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rocketplay-s45pfi input,
.rocketplay-s45pfi textarea,
.rocketplay-s45pfi 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;
}
.rocketplay-s45pfi button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rocketplay-4yefse ease;
}
.rocketplay-s45pfi button:hover {
  background-color: #691204;
}
.rocketplay-3uan1h {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rocketplay-fza7gz ease-in;
}

.rocketplay-3uan1h 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;
}
.rocketplay-s6i7ox, .rocketplay-5x3xtn, [class*="review-card"],
thead, thead th, table th, .rocketplay-n6xupl,
.rocketplay-csn3p5, [class*="collapsible-header"],
.rocketplay-aqyp6b, [class*="updated-block"] {
  color: #ece7dc !important;
}
