* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.rocketplay-a20cab {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .rocketplay-a20cab {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .rocketplay-a20cab {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.rocketplay-kply0t {
  overflow: hidden;
}

.rocketplay-rs5zxw img {
  background: var(--Neutral-300);
}

.rocketplay-6g4jhq {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.rocketplay-mzeh60 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.rocketplay-mzeh60:hover {
  background: var(--button-bg-hover);
}

.rocketplay-yij85y {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rocketplay-yij85y:hover {
  background: var(--button-bg-hover);
}

.rocketplay-xlmjhe {
  font-size: 12px;
  line-height: 18px;
}

.rocketplay-lc9y5u {
  font-size: 18px;
  line-height: 26px;
}

.rocketplay-5pqatg {
  width: 100%;
}

.rocketplay-9papqi {
  padding: 6px 16px;
}

.rocketplay-d4k1iy {
  padding: 10px 16px;
}

.rocketplay-ns63uy {
  padding: 15px 26px;
}

.rocketplay-t9r7j7 {
  flex-shrink: 0;
}

.rocketplay-9pn1ah {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.rocketplay-rbkp78 {
  display: none;
}

.rocketplay-c0cl0f {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rocketplay-vgmd20 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.rocketplay-7u81a5 {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.rocketplay-mb4u21 {
  cursor: grab;
}

.rocketplay-7u81a5::-webkit-scrollbar {
  display: none;
}

.rocketplay-g9h6s2 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.rocketplay-pa7lye {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.rocketplay-awcmmd {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.rocketplay-oq7439 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.rocketplay-hyykei {
  visibility: visible;
}

.rocketplay-a46s9h {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.rocketplay-9gppq7 ease;
}

.rocketplay-a5pj86 {
  background-color: var(--Primary-200);
  width: 16px;
}

.rocketplay-su3fyv {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.rocketplay-9gppq7,
    mask-image 0.3s;
}

.rocketplay-su3fyv.rocketplay-0rcdo3 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.rocketplay-c62bge:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rocketplay-v7t97x {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.rocketplay-zoy785.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.rocketplay-zoy785.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.rocketplay-1fei8k {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.rocketplay-1fei8k::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.rocketplay-c82055 {
  position: relative;
  z-index: 1;
}

.rocketplay-vym4jo {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rocketplay-mdoxez {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.rocketplay-q90qio {
  font-size: 40px;
  line-height: 48px;
}

.rocketplay-zxyr72 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rocketplay-uqkmmt {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.rocketplay-uqkmmt:hover {
  background: var(--Primary-400);
}

.rocketplay-uqkmmt svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.rocketplay-c62bge img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .rocketplay-1fei8k {
    max-width: 600px;
    padding: 64px;
  }

  .rocketplay-vym4jo {
    font-size: 24px;
    line-height: 32px;
  }

  .rocketplay-mdoxez {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .rocketplay-q90qio {
    font-size: 50px;
    line-height: 56px;
  }

  .rocketplay-zxyr72 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .rocketplay-v7t97x {
    top: 25px;
    right: 25px;
  }
}

.rocketplay-cp42h2,
.rocketplay-1uq2fy {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.rocketplay-ameult.rocketplay-puka7w::before,
.rocketplay-1uq2fy::before,
.rocketplay-kbbxox::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.rocketplay-zoy785.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.rocketplay-xgcme3 14.rocketplay-s62efk.rocketplay-h50zec 14.rocketplay-6cui8g 15.rocketplay-ovlaou 14.rocketplay-2bp8ux 15.rocketplay-2jxb3x 14.rocketplay-xb6cuu.rocketplay-tr9y5f 14.rocketplay-vdvc50 19.rocketplay-lv25zi 12.rocketplay-qte8qp 19.rocketplay-lv25zi 10.rocketplay-btv8e3.rocketplay-lv25zi 8.rocketplay-53q4bg 17.rocketplay-wzmvg5 7.rocketplay-6gbzvq 15.rocketplay-2msjze 7.rocketplay-q1zseb.rocketplay-vlnyf0 7.rocketplay-6gbzvq 11.rocketplay-7okr60 8.rocketplay-53q4bg 11.rocketplay-7okr60 10.rocketplay-zq0dfg.rocketplay-7okr60 12.rocketplay-53l8jk 13.rocketplay-sqkmoj 14.rocketplay-xwaqkb 15.rocketplay-7r375r 14.rocketplay-8lwjzp.rocketplay-rja858 14.rocketplay-w3lje3 15.rocketplay-rp941i 14.rocketplay-lbp5wk 15.rocketplay-vlu2py 14.rocketplay-h9qa7l.rocketplay-xgcme3 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.rocketplay-a1y3n3 15.rocketplay-6fyzhq.rocketplay-reuhmt 15.rocketplay-anva1g 15.rocketplay-ho85kx 15.rocketplay-j1yel9 15.rocketplay-p6cyk1 15.rocketplay-sym0f0.rocketplay-bky7pb 15.rocketplay-j1yel9 15.rocketplay-xsals2 15.rocketplay-8wdlmm 15.rocketplay-isnu5k 15.rocketplay-3hymuk.rocketplay-ud5dy2 15.rocketplay-y1rp1u 7.rocketplay-7vc6k3 18.rocketplay-vnaaxe 7.rocketplay-aiqfj1 23.rocketplay-csifbx.rocketplay-xk4lcp.rocketplay-idfxw4 18.rocketplay-9f9yke 19.rocketplay-1p7jfk 15.rocketplay-elt2ti 15.rocketplay-a1y3n3 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.rocketplay-xy0ms1 [type="submit"] *,
.rocketplay-8kjmxx button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .rocketplay-4bqhgf {
    display: none;
  }
}

.rocketplay-5x7t5c {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .rocketplay-5x7t5c {
  display: none;
}

@media (min-width: 768px) {
  .rocketplay-5x7t5c {
    bottom: 22px;
  }
}

.rocketplay-5x7t5c input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .rocketplay-5x7t5c {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.rocketplay-khq4rb.static) .rocketplay-5x7t5c {
    bottom: 8px;
  }
}

.rocketplay-xuos1s {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.rocketplay-zoy785.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.rocketplay-zvso6g 3.rocketplay-5rs2jp.rocketplay-upd4co.rocketplay-zc1z7d 3.rocketplay-59f430 3.rocketplay-a2djp2 5.rocketplay-5enrqf 3.rocketplay-a2djp2 8.rocketplay-abpn78.rocketplay-9om80n.rocketplay-a2djp2 26.rocketplay-w1i63h 5.rocketplay-wcy3oq 28.rocketplay-za6guu 8.rocketplay-1o5fcb 28.rocketplay-wh1cu1.rocketplay-o9cbfu 28.rocketplay-1ahisx.rocketplay-nc4m1f 34.rocketplay-95fnqa.rocketplay-zxmfy3 36.rocketplay-lmab2n 11.rocketplay-wx4p8y 37.rocketplay-pv2kiy 12.rocketplay-f2izvc 36.rocketplay-mx0k1p.rocketplay-fzvmbk 28.rocketplay-up8ys4.rocketplay-vh9str.rocketplay-8kv045 28.rocketplay-7kot5y 36.rocketplay-ebs2ex 26.rocketplay-c1jjxd 36.rocketplay-ebs2ex 23.rocketplay-0e18yc.rocketplay-qyw0k3.rocketplay-ebs2ex 5.rocketplay-hwwetj 34.rocketplay-lmv85u 3.rocketplay-59f430 31.rocketplay-zvso6g 3.rocketplay-fuckm2.rocketplay-2vbi80 18.rocketplay-xo6rzy.rocketplay-pcznel 18.rocketplay-hd9kle 8.rocketplay-4re84a 17.rocketplay-1f5fmq 8.rocketplay-4re84a 15.rocketplay-9k4pwo.rocketplay-4re84a 14.rocketplay-tn0qm5 9.rocketplay-pcznel 13.rocketplay-l1ksry 11.rocketplay-2vbi80 13.rocketplay-v3qt2z.rocketplay-asu9dr 13.rocketplay-l1ksry 13.rocketplay-ayliyt 14.rocketplay-tn0qm5 13.rocketplay-ayliyt 15.rocketplay-cydhsa.rocketplay-ayliyt 17.rocketplay-1f5fmq 12.rocketplay-asu9dr 18.rocketplay-hd9kle 11.rocketplay-2vbi80 18.rocketplay-tgwtpr.rocketplay-w664m1 18.rocketplay-o7rilo.rocketplay-wnj9mz 18.rocketplay-hd9kle 17.rocketplay-oph2yc 17.rocketplay-1f5fmq 17.rocketplay-oph2yc 15.rocketplay-838q7r.rocketplay-oph2yc 14.rocketplay-tn0qm5 18.rocketplay-wnj9mz 13.rocketplay-l1ksry 20.rocketplay-w664m1 13.rocketplay-839j35.rocketplay-mkuwi4 13.rocketplay-l1ksry 22.rocketplay-zycr2o 14.rocketplay-tn0qm5 22.rocketplay-zycr2o 15.rocketplay-usbxl1.rocketplay-scjdj9 17.rocketplay-1f5fmq 21.rocketplay-mkuwi4 18.rocketplay-hd9kle 20.rocketplay-w664m1 18.rocketplay-9cdjr5.rocketplay-x8djnp 18.rocketplay-oydo2s.rocketplay-mun1of 18.rocketplay-hd9kle 26.rocketplay-pl769u 17.rocketplay-1f5fmq 26.rocketplay-pl769u 15.rocketplay-fkyqvg.rocketplay-pl769u 14.rocketplay-tn0qm5 27.rocketplay-mun1of 13.rocketplay-l1ksry 28.rocketplay-x8djnp 13.rocketplay-mug6hq.rocketplay-h446f5 13.rocketplay-l1ksry 31.rocketplay-psch35 14.rocketplay-tn0qm5 31.rocketplay-psch35 15.rocketplay-mnve4g.rocketplay-pl769u 17.rocketplay-1f5fmq 30.rocketplay-h446f5 18.rocketplay-hd9kle 28.rocketplay-x8djnp 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .rocketplay-xuos1s {
    display: none;
  }
}

.rocketplay-hcgh2m {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .rocketplay-hcgh2m {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.rocketplay-8kjmxx {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .rocketplay-8kjmxx {
    padding: 14px 16px;
  }
}

.rocketplay-8kjmxx button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.rocketplay-8kjmxx button:first-child {
  align-content: end;
}

.rocketplay-8kjmxx button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .rocketplay-8kjmxx
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .rocketplay-8kjmxx
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.rocketplay-8kjmxx button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.rocketplay-8kjmxx button:last-child svg {
  width: 38px;
  height: 38px;
}

.rocketplay-kbbxox {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.rocketplay-kbbxox::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .rocketplay-kbbxox,
.pc61d126-chatbot[data-active-screen="3"]
  .rocketplay-kbbxox {
  opacity: 1;
  visibility: visible;
}

.rocketplay-zp7wo8 {
  flex: 1 1;
}

.rocketplay-t69m9h {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .rocketplay-t69m9h {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .rocketplay-jfgt6a {
  display: block;
}

.rocketplay-whvxs8 {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .rocketplay-whvxs8 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.rocketplay-1uq2fy {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.rocketplay-1uq2fy::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.rocketplay-skdsy3 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.rocketplay-skdsy3 p {
  color: var(--Text-100);
}

.rocketplay-1uq2fy .rocketplay-s0ed6t {
  grid-area: button;
}

.rocketplay-1uq2fy .rocketplay-s0ed6t::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.rocketplay-zoy785.org/2000/svg'%3E%3Cpath d='M4.rocketplay-xyn5kj 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rocketplay-y8wsuc 15L16.rocketplay-y8wsuc 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rocketplay-y8wsuc 5L16.rocketplay-y8wsuc 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .rocketplay-8hn4rw {
  display: block;
}

.rocketplay-xix6mb {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .rocketplay-xix6mb {
    margin-top: 40px;
  }
}

.rocketplay-cp42h2 label,
.rocketplay-cp42h2 input {
  display: block;
  width: 100%;
}

.rocketplay-cp42h2 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.rocketplay-cp42h2 label.rocketplay-rpyskn input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.rocketplay-cp42h2 label.rocketplay-rpyskn::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.rocketplay-cp42h2 input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.rocketplay-cp42h2 input::placeholder {
  color: var(--Text-400);
}

.rocketplay-ktv892 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .rocketplay-ktv892 {
  display: flex;
}

.rocketplay-ktv892 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .rocketplay-ktv892 ol {
    height: 420px;
    padding: 24px;
  }
}

.rocketplay-ktv892 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.rocketplay-xy0ms1 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .rocketplay-xy0ms1 {
    padding: 0 24px 24px;
  }
}

.rocketplay-xy0ms1 input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.rocketplay-xy0ms1 input::placeholder {
  color: var(--Text-400);
}

.rocketplay-xy0ms1 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.rocketplay-xy0ms1 [type="submit"]:disabled {
  opacity: 0.5;
}

.rocketplay-xy0ms1 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .rocketplay-xy0ms1 [type="submit"] {
    right: 40px;
  }
}

.rocketplay-ameult {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.rocketplay-ameult.rocketplay-puka7w {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.rocketplay-ameult.rocketplay-puka7w::before {
  content: "";
  width: 31px;
}

.rocketplay-ameult.rocketplay-puka7w p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rocketplay-ameult.rocketplay-jowal5 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.rocketplay-ameult p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rocketplay-5x7t5c .rocketplay-s0ed6t {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.rocketplay-4bqhgf {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .rocketplay-4bqhgf {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .rocketplay-4bqhgf {
    padding: 15px 0;
  }
}

.rocketplay-4bqhgf .rocketplay-a20cab {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rocketplay-4bqhgf .rocketplay-a20cab {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.rocketplay-3szr3j {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .rocketplay-3szr3j {
    max-width: 180px;
    height: 47px;
  }
}

.rocketplay-3szr3j picture,
.rocketplay-3szr3j img {
  display: block;
  width: 100%;
  height: 100%;
}

.rocketplay-3szr3j img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .rocketplay-5ckk0q {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.rocketplay-9gppq7 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .rocketplay-4bqhgf.rocketplay-mxea7s .rocketplay-5ckk0q {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rocketplay-5ckk0q {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .rocketplay-5ckk0q {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.rocketplay-kl8b7u,
.rocketplay-b702ke {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .rocketplay-kl8b7u,
  .rocketplay-b702ke {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .rocketplay-b702ke {
    display: none;
  }
}

.rocketplay-8rdwhf {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.rocketplay-mxea7s .rocketplay-8rdwhf {
  background: var(--fh-bg-color);
}

.rocketplay-8rdwhf button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .rocketplay-8rdwhf {
    display: none;
  }
}

.rocketplay-pgnvai {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rocketplay-pgnvai {
    display: none;
  }
}

.rocketplay-x336ug {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.rocketplay-4bqhgf.rocketplay-mxea7s .rocketplay-x336ug:first-child {
  display: none;
}

.rocketplay-4bqhgf.rocketplay-mxea7s .rocketplay-x336ug:last-child {
  display: block;
}

.rocketplay-x336ug:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .rocketplay-x336ug {
    display: none;
  }
}

.rocketplay-i77xo9 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rocketplay-i77xo9 {
    display: flex;
  }
}

.rocketplay-i77xo9 ul {
  max-height: 350px;
  overflow-y: auto;
}

.rocketplay-i77xo9:hover ul {
  visibility: visible;
  opacity: 1;
}

.rocketplay-i77xo9:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rocketplay-i77xo9:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.rocketplay-i77xo9:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.rocketplay-i77xo9:hover .rocketplay-jl0fn2 svg {
  transform: rotate(180deg);
}

.rocketplay-5mlpdk {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.rocketplay-i7pcvz {
  padding: 0 8px;
}

.rocketplay-kg4qgv {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.rocketplay-kg4qgv:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .rocketplay-kg4qgv {
    padding: 4px 8px;
  }
}

.rocketplay-x85guh {
  display: flex;
}

.rocketplay-x85guh img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.rocketplay-jl0fn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.rocketplay-jl0fn2 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.rocketplay-ra8vbr {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .rocketplay-ra8vbr {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.rocketplay-svsyot {
  width: 100%;
}

@media (min-width: 1200px) {
  .rocketplay-svsyot {
    display: none;
  }
}

.rocketplay-eyxxv7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.rocketplay-pq0p03 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.rocketplay-ww3ovl {
  display: flex;
}

.rocketplay-bxubx7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rocketplay-h6779j {
  list-style: none;
}

@media (max-width: 1199px) {
  .rocketplay-h6779j {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .rocketplay-h6779j {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rocketplay-h6779j .rocketplay-p21k27 [data-ref-el],
  .rocketplay-h6779j .rocketplay-p21k27 span,
  .rocketplay-h6779j .rocketplay-p21k27 a {
    white-space: nowrap;
  }
}

.rocketplay-q050cy {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .rocketplay-q050cy.rocketplay-kij2sn > .rocketplay-p21k27 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .rocketplay-q050cy.rocketplay-km3sti:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .rocketplay-q050cy.rocketplay-kij2sn > .rocketplay-390ba5 {
    height: auto;
  }

  .rocketplay-q050cy.rocketplay-kij2sn > div > .rocketplay-tkza5d {
    transform: rotate(180deg);
  }
}

.rocketplay-q050cy [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.rocketplay-q050cy [data-ref-el],
.rocketplay-q050cy span {
  cursor: pointer;
}

.rocketplay-q050cy [data-ref-el],
.rocketplay-q050cy span,
.rocketplay-q050cy a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .rocketplay-q050cy [data-ref-el],
  .rocketplay-q050cy span,
  .rocketplay-q050cy a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-q050cy [data-ref-el],
  .rocketplay-q050cy span,
  .rocketplay-q050cy a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.rocketplay-390ba5 {
  height: 0;
  overflow: hidden;
  transition: height 0.rocketplay-9gppq7 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.rocketplay-390ba5::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.rocketplay-390ba5::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.rocketplay-390ba5::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .rocketplay-390ba5 {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .rocketplay-390ba5:has(> .rocketplay-q050cy.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .rocketplay-390ba5 .rocketplay-390ba5 {
    padding: 0;
  }

  .rocketplay-390ba5 .rocketplay-q050cy {
    font-weight: 400;
  }

  .rocketplay-390ba5 .rocketplay-q050cy:hover > .rocketplay-p21k27 {
    background: var(--Neutral-300);
  }

  .rocketplay-390ba5 .rocketplay-tkza5d {
    rotate: -90deg;
  }
}

.rocketplay-p21k27 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rocketplay-p21k27 {
    padding: 8px;
  }

  .rocketplay-q050cy.rocketplay-kh6gxk > .rocketplay-p21k27 {
    background: var(--Neutral-300);
  }
}

.rocketplay-tkza5d {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.rocketplay-zoy785.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.rocketplay-c02fy3 0.rocketplay-max66d.rocketplay-17gwaj -0.rocketplay-vketm8 0.rocketplay-h76l6w -0.rocketplay-vketm8 1.rocketplay-c3eu7p 0.rocketplay-8rml6b.rocketplay-lt1ioy 4.rocketplay-bvcoip.rocketplay-c02fy3 0.rocketplay-j28xak.rocketplay-lyme4x -0.rocketplay-vketm8 9.rocketplay-nbs4vq -0.rocketplay-vketm8 10.rocketplay-h91k1r 0.rocketplay-6davrl.rocketplay-ibd6ad 0.rocketplay-17gwaj 10.rocketplay-ibd6ad 0.rocketplay-h76l6w 10.rocketplay-h91k1r 1.rocketplay-1lexea.rocketplay-kiji3a 5.rocketplay-bs67ky.rocketplay-k7l0sg 6.rocketplay-fblbtd 5.rocketplay-bkdr6c 6.rocketplay-fblbtd 4.rocketplay-e1l43p 5.rocketplay-x85jtq.rocketplay-c02fy3 1.rocketplay-kqefuw.rocketplay-vketm8 0.rocketplay-h76l6w -0.rocketplay-vketm8 0.rocketplay-17gwaj 0.rocketplay-c02fy3 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.rocketplay-9gppq7 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rocketplay-tkza5d {
    cursor: default;
  }
}

.rocketplay-g2dcm1 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.rocketplay-5qrw06 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .rocketplay-5qrw06 {
    padding: 40px 4px;
  }
}

.rocketplay-l7a9nm {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .rocketplay-l7a9nm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.rocketplay-6agbq7 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .rocketplay-6agbq7 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.rocketplay-6agbq7 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.rocketplay-6agbq7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.rocketplay-6agbq7 [data-ref-el],
.rocketplay-6agbq7 span,
.rocketplay-6agbq7 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.rocketplay-0mfbh5 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rocketplay-0mfbh5 {
    margin-bottom: 12px;
  }
}

.rocketplay-sza0gi {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.rocketplay-sza0gi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .rocketplay-sza0gi:last-child {
    margin-right: 0;
  }
}

.rocketplay-m025fy {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rocketplay-0mfbh5:hover .rocketplay-8hmo8f {
  visibility: visible;
  opacity: 1;
}

.rocketplay-8hmo8f {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.rocketplay-7oq3tb {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rocketplay-fkn0s4 {
  display: flex;
  margin: 6px;
}

.rocketplay-fkn0s4 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.rocketplay-8hmo8f::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.rocketplay-8hmo8f::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.rocketplay-ht24t3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .rocketplay-ht24t3 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.rocketplay-3wwlf8 {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .rocketplay-3wwlf8 {
    margin-right: 32px;
  }
}

.rocketplay-6bfiwe {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rocketplay-6bfiwe {
    margin-top: 0;
    width: 340px;
  }
}

.rocketplay-6bfiwe a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.rocketplay-d2rl4w {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.rocketplay-s9it1o {
  position: relative;
}

@media (min-width: 768px) {
  .rocketplay-s9it1o {
    margin-top: 40px;
  }
}

.rocketplay-s9it1o + .rocketplay-95p5f4,
.rocketplay-s9it1o + .rocketplay-s9it1o {
  margin-top: 24px;
}

.rocketplay-6wwq47 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .rocketplay-6wwq47 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .rocketplay-6wwq47 {
    padding: 80px;
  }
}

.rocketplay-32n0gj {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .rocketplay-32n0gj {
    padding: 0 16px;
}


}

.rocketplay-zrkvvb {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .rocketplay-zrkvvb {
    font-size: 48px;
    line-height: 56px;
  }
}

.rocketplay-qquyn2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .rocketplay-qquyn2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.rocketplay-op535c {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.rocketplay-op535c:hover {
  background: var(--button-bg-hover);
}

.rocketplay-j3nlrc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rocketplay-j3nlrc img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rocketplay-j3nlrc img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .rocketplay-j3nlrc img {
  min-height: 100%;
  }
}

.rocketplay-6wwq47::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.rocketplay-7btvb6 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rocketplay-7btvb6 h1,
.rocketplay-7btvb6 h2,
.rocketplay-7btvb6 h3,
.rocketplay-7btvb6 h4 {
  margin-bottom: 6px;
}

.rocketplay-7btvb6 h1:not(:first-child),
.rocketplay-7btvb6 h2:not(:first-child),
.rocketplay-7btvb6 h3:not(:first-child),
.rocketplay-7btvb6 h4:not(:first-child) {
  margin-top: 16px;
}

.rocketplay-7btvb6 h1,
.rocketplay-7btvb6 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .rocketplay-7btvb6 h1,
  .rocketplay-7btvb6 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.rocketplay-7btvb6 h2,
.rocketplay-7btvb6 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .rocketplay-7btvb6 h2,
  .rocketplay-7btvb6 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.rocketplay-7btvb6 h3,
.rocketplay-7btvb6 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .rocketplay-7btvb6 h3,
  .rocketplay-7btvb6 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.rocketplay-7btvb6 h4,
.rocketplay-7btvb6 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.rocketplay-7btvb6 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.rocketplay-7btvb6 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.rocketplay-7btvb6 ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.rocketplay-7btvb6 ul ul {
  margin-bottom: 8px;
}

.rocketplay-7btvb6 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.rocketplay-7btvb6 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.rocketplay-7btvb6 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.rocketplay-7btvb6 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.rocketplay-7btvb6 ol li::marker {
  font-weight: 700;
}

.rocketplay-7btvb6 ol ol {
  margin-bottom: 8px;
}

.rocketplay-7btvb6 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.rocketplay-7btvb6 ol ul li {
  padding-left: 16px;
}

.rocketplay-7btvb6 table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .rocketplay-7btvb6 table {
    padding: 24px;
  }
}

.rocketplay-7btvb6 table.rocketplay-2k9btq {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rocketplay-9gppq7,
    mask-image 0.3s;
}

.rocketplay-7btvb6 table.rocketplay-2k9btq.rocketplay-0rcdo3 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .rocketplay-7btvb6 table {
    display: table;
  }
}

.rocketplay-7btvb6 table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.rocketplay-7btvb6 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rocketplay-7btvb6 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rocketplay-7btvb6 table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .rocketplay-7btvb6 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.rocketplay-7btvb6 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rocketplay-7btvb6 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rocketplay-7btvb6 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.rocketplay-7btvb6 img {
  max-width: 100%;
  height: auto;
}

.rocketplay-v5ldu7 {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
}

@media (min-width: 768px) {
  .rocketplay-v5ldu7 {
    padding: 24px;
  }
}

.rocketplay-mqqiig {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .rocketplay-mqqiig {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.rocketplay-mqqiig > * {
  margin: 0 !important;
}

.rocketplay-mqqiig img,
.rocketplay-yaio6w {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rocketplay-mqqiig img,
  .rocketplay-yaio6w {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rocketplay-sfkfm1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rocketplay-sfkfm1 {
    width: 32px;
    height: 32px;
  }
}

.rocketplay-d651v1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rocketplay-d651v1 .rocketplay-3e4d3s {
  flex-shrink: 0;
}

.rocketplay-d651v1 .rocketplay-m84832 svg {
  display: none;
}

.rocketplay-cx39fw {
  display: grid;
  transition: max-height 0.rocketplay-9gppq7 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .rocketplay-cx39fw {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-cx39fw {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rocketplay-cx39fw.rocketplay-e42nax + .rocketplay-3e4d3s svg {
  transform: rotate(180deg);
}

.rocketplay-bhp3ui {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.rocketplay-bhp3ui > div:nth-child(3n) {
  grid-column: span 2;
}

.rocketplay-bhp3ui
  > div:nth-child(3n)
  .rocketplay-l13qws
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .rocketplay-bhp3ui {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rocketplay-bhp3ui > div:nth-child(3n) {
    grid-column: unset;
  }

  .rocketplay-bhp3ui
    > div:nth-child(3n)
    .rocketplay-l13qws
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-bhp3ui {
    max-width: 270px;
  }
}

.rocketplay-bhp3ui .rocketplay-l13qws button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .rocketplay-bhp3ui .rocketplay-l13qws button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-bhp3ui .rocketplay-l13qws button {
    max-width: 104px;
  }
}

.rocketplay-sk0b1f {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .rocketplay-sk0b1f {
    margin-bottom: 0;
  }
}

.rocketplay-zp5ybh {
  display: none;
  opacity: 0;
}

.rocketplay-vkpb0l {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.rocketplay-vkpb0l img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rocketplay-l13qws {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.rocketplay-l13qws button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rocketplay-l13qws
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rocketplay-l13qws
    button {
    max-width: 145px;
  }
}

.rocketplay-7pfhg5:first-child
  .rocketplay-l13qws
  button {
  max-width: 270px;
}

.rocketplay-hyu0ak {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.rocketplay-sk0b1f picture {
  width: 100%;
  max-width: 100%;
}

.rocketplay-bjtr6o {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.rocketplay-bjtr6o svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.rocketplay-sk0b1f:hover .rocketplay-bjtr6o {
  display: flex;
}

.rocketplay-g2wvcw {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.rocketplay-78c8n1 {
  display: flex;
}

.rocketplay-78c8n1:hover .rocketplay-9airdq,
.rocketplay-78c8n1 .rocketplay-kh6gxk .rocketplay-9airdq {
  display: flex;
}

.rocketplay-78c8n1 svg {
  flex-shrink: 0;
}

.rocketplay-9airdq {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .rocketplay-9airdq {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.rocketplay-9airdq:hover {
  display: flex;
}

.rocketplay-9airdq svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.rocketplay-iafvuo {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .rocketplay-iafvuo {
    font-size: 12px;
  }
}

.rocketplay-2pmsa0,
.rocketplay-it36c2 {
  width: 50%;
  flex-shrink: 0;
}

.rocketplay-2pmsa0 {
  font-weight: 700;
}

.rocketplay-xskh68 .rocketplay-cx39fw {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .rocketplay-xskh68 .rocketplay-cx39fw {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rocketplay-xskh68 .rocketplay-cx39fw {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rocketplay-xskh68
  .rocketplay-hyu0ak:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.rocketplay-xskh68 .rocketplay-vkpb0l {
  height: 100% !important;
  border-radius: 16px;
}

.rocketplay-xskh68 .rocketplay-l13qws {
  gap: 4px;
  align-items: center;
}

.rocketplay-xskh68 .rocketplay-l13qws button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rocketplay-xskh68 .rocketplay-l13qws svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.rocketplay-xskh68 .rocketplay-a4o93o,
.rocketplay-xskh68 .rocketplay-p0wdh7 {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.rocketplay-zoy785.org/2000/svg'%3E%3Cpath d='M9.rocketplay-zmyujy 4.rocketplay-bt1cba.rocketplay-fl7e2v 5.rocketplay-4ljo08.rocketplay-6xk6hy 5.rocketplay-caznya.rocketplay-yr3il7 5.rocketplay-6lv0rc.rocketplay-nkhf86 8.rocketplay-ccheor.rocketplay-elvflo 9.rocketplay-imwdm3.rocketplay-bkx05o 9.rocketplay-hsiuei.rocketplay-s6vrgl 13.rocketplay-c288i2.rocketplay-0pia06 11.rocketplay-66t5l2.rocketplay-z4qrh2 11.rocketplay-56n40a.rocketplay-0ddo4r 11.rocketplay-cb8vlf.rocketplay-juec83 13.rocketplay-xeak2i.rocketplay-4qy8xo 9.rocketplay-hyifd4.rocketplay-uj812k 9.rocketplay-tsh1yg.rocketplay-6lzji3 8.rocketplay-ngr7o9.rocketplay-ersjb8 5.rocketplay-x72kap.rocketplay-hmiihc 5.rocketplay-na9e5f.rocketplay-cuzrvg 5.rocketplay-sxwx1a.rocketplay-yyu8kg 4.rocketplay-t3sfzb.rocketplay-z4qrh2 1.rocketplay-1m0cfw.rocketplay-zmyujy 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.rocketplay-xskh68 .rocketplay-a4o93o {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.rocketplay-xskh68 .rocketplay-p0wdh7 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.rocketplay-b37r1w {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .rocketplay-b37r1w {
    padding: 24px;
  }
}

.rocketplay-b37r1w .rocketplay-3e4d3s {
  display: flex;
}

@media (min-width: 768px) {
  .rocketplay-b37r1w .rocketplay-3e4d3s {
    display: none;
  }
}

.rocketplay-b37r1w .rocketplay-m84832 svg {
  display: none;
}

.rocketplay-4xj9se {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rocketplay-4xj9se .rocketplay-6g4jhq {
  display: none;
}

@media (min-width: 768px) {
  .rocketplay-4xj9se .rocketplay-6g4jhq {
    display: flex;
  }
}

.rocketplay-s5h7yj {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .rocketplay-s5h7yj {
    font-size: 40px;
    line-height: 48px;
  }
}

.rocketplay-s5h7yj > * {
  margin: 0 !important;
}

.rocketplay-s5h7yj img,
.rocketplay-gybsnc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rocketplay-s5h7yj img,
  .rocketplay-gybsnc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rocketplay-eky5i0 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rocketplay-eky5i0 {
    width: 32px;
    height: 32px;
  }
}

.rocketplay-vjmd63 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .rocketplay-vjmd63 {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .rocketplay-vjmd63::-webkit-scrollbar {
    display: none;
  }
}

.rocketplay-bxfjvl {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .rocketplay-bxfjvl {
    padding: 7px 15px;
  }
}

.rocketplay-bxfjvl:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rocketplay-tpril3 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rocketplay-tpril3 {
    display: flex;
    opacity: 1;
  }
}

.rocketplay-bxfjvl picture {
  height: 100%;
  display: block;
}

.rocketplay-bxfjvl img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .rocketplay-bxfjvl img {
    width: 88px;
    height: 44px;
  }
}

.rocketplay-bxfjvl p {
  text-align: center;
  width: 100%;
}

.rocketplay-mc9hbs {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .rocketplay-mc9hbs {
    font-size: 40px;
    line-height: 48px;
  }
}

.rocketplay-mc9hbs img,
.rocketplay-2hc8ph {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rocketplay-mc9hbs img,
  .rocketplay-2hc8ph {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rocketplay-sr67mq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rocketplay-sr67mq {
    width: 32px;
    height: 32px;
  }
}

.rocketplay-zlee17 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.rocketplay-4ubhu6 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
  padding: 24px;
  padding-top: 30px;
}

.rocketplay-d8maqd {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rocketplay-d8maqd.rocketplay-kh6gxk {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.rocketplay-0s0wzy {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .rocketplay-0s0wzy {
    font-size: 20px;
    line-height: 28px;
  }
}

.rocketplay-hw0pe2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.rocketplay-wxjaue {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.rocketplay-9gppq7 ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.rocketplay-1fdt16 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.rocketplay-1fdt16 ol,
.rocketplay-1fdt16 ul {
  padding-left: 1.3em;
}

.rocketplay-d8maqd.rocketplay-kh6gxk .rocketplay-wxjaue {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.rocketplay-d8maqd.rocketplay-kh6gxk .rocketplay-hw0pe2 {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.rocketplay-d7psgb {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .rocketplay-d7psgb {
    padding: 24px;
  }
}

.rocketplay-d7psgb .rocketplay-3e4d3s {
  display: flex;
}

@media (min-width: 768px) {
  .rocketplay-d7psgb .rocketplay-3e4d3s {
    display: none;
  }
}

.rocketplay-d7psgb .rocketplay-m84832 svg {
  display: none;
}

.rocketplay-6ss8ir {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rocketplay-6ss8ir .rocketplay-6g4jhq {
  display: none;
}

@media (min-width: 768px) {
  .rocketplay-6ss8ir .rocketplay-6g4jhq {
    display: flex;
  }
}

.rocketplay-k8fdxu {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .rocketplay-k8fdxu {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.rocketplay-k8fdxu > * {
  margin: 0 !important;
}

.rocketplay-k8fdxu img,
.rocketplay-iyxnic {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rocketplay-k8fdxu img,
  .rocketplay-iyxnic {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rocketplay-ntg3a2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rocketplay-ntg3a2 {
    width: 32px;
    height: 32px;
  }
}

.rocketplay-xrr1h0 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .rocketplay-xrr1h0 {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .rocketplay-xrr1h0::-webkit-scrollbar {
    display: none;
  }
}

.rocketplay-kqzknh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.rocketplay-kqzknh:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rocketplay-hhgo4n {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rocketplay-hhgo4n {
    display: flex;
    opacity: 1;
  }
}

.rocketplay-kqzknh picture {
  width: auto;
  height: 100%;
  display: block;
}

.rocketplay-kqzknh picture img {
  display: block;
  width: auto;
  height: 100%;
}

.rocketplay-tq08i8 {
  margin: -24px 0;
}

.rocketplay-tq08i8:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .rocketplay-tq08i8 {
    margin: -16px 0;
  }
}

.rocketplay-w7u50w {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rocketplay-w7u50w {
    flex-direction: row;
  }
}

.rocketplay-hqev8q {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .rocketplay-hqev8q {
    flex: 1;
  }
}

.rocketplay-hqev8q::placeholder {
  color: var(--Text-400);
}

.rocketplay-do8wiz {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.rocketplay-xm3otu {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rocketplay-xm3otu::-webkit-scrollbar {
  display: none;
}

.rocketplay-3mykjp {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.rocketplay-3mykjp img,
.rocketplay-3mykjp svg {
  margin-right: 8px;
}

.rocketplay-rnsr85 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.rocketplay-tq08i8 + .rocketplay-0deoz2 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rocketplay-tq08i8 + .rocketplay-0deoz2 {
    margin-top: -16px;
  }
}

.rocketplay-01uh95 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.rocketplay-01uh95 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.rocketplay-01uh95 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.rocketplay-5z04wn {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.rocketplay-vw29jk {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.rocketplay-cnh9p8 {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.rocketplay-kt3gen {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.rocketplay-5wj29b {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.rocketplay-5z04wn button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.rocketplay-5z04wn button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .rocketplay-5z04wn {
    padding: 39px 179px 39px 39px;
  }

  .rocketplay-vw29jk {
    font-size: 40px;
    line-height: 48px;
  }

  .rocketplay-5wj29b {
    height: 348px;
  }

  .rocketplay-5z04wn button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .rocketplay-5z04wn button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rocketplay-5z04wn {
    padding: 63px;
  }
}

.rocketplay-zrtbtz {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rocketplay-zrtbtz {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.rocketplay-acw47k {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rocketplay-acw47k {
    width: auto;
  }
}

.rocketplay-lhtaxx {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.rocketplay-lhtaxx::-webkit-scrollbar {
  display: none;
}

.rocketplay-lhtaxx a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.rocketplay-lhtaxx a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rocketplay-lhtaxx {
    margin-left: 16px;
    margin-top: 0;
  }
}

.rocketplay-zrtbtz .rocketplay-5jwn79 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.rocketplay-9gppq7,
    mask-image 0.3s;
}

.rocketplay-zrtbtz .rocketplay-5jwn79.rocketplay-0rcdo3 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.rocketplay-zntq20 {
  margin: 40px -16px;
}

.rocketplay-ujyify + .rocketplay-95p5f4,
.rocketplay-ujyify + .rocketplay-s9it1o {
  margin-top: 24px;
}

.rocketplay-t2bd7n {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.rocketplay-t2bd7n picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.rocketplay-vrpxlm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .rocketplay-vrpxlm {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-vrpxlm {
    margin-top: 0;
  }
}

.rocketplay-fixonv {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rocketplay-fixonv {
    font-size: 24px;
    line-height: 32px;
  }
}

.rocketplay-gpoz3v {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .rocketplay-gpoz3v {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.rocketplay-02rwh4 {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .rocketplay-02rwh4 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.rocketplay-d68vur {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .rocketplay-d68vur {
    font-size: 20px;
    line-height: 28px;
  }
}

.rocketplay-bv0olc {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rocketplay-bv0olc {
    font-size: 32px;
    line-height: 40px;
  }
}

.rocketplay-gcc231 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.rocketplay-o25slm {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.rocketplay-o25slm img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rocketplay-0deoz2 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rocketplay-rsct9p {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .rocketplay-rsct9p {
    padding: 15px 48px;
  }
}

main > .rocketplay-0deoz2 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .rocketplay-cx39fw.rocketplay-agibym > div:nth-child(n+5) {
    display: none;
  }
}

.rocketplay-7btvb6 p a img {
  display: block;
  margin: 0 auto;
}


.rocketplay-8051ag {
  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;
}

/* contanct form */
.rocketplay-tm4xj0 {
  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-tm4xj0 label {
  font-size: 14px;
}

.rocketplay-tm4xj0 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rocketplay-tm4xj0 input,
.rocketplay-tm4xj0 textarea,
.rocketplay-tm4xj0 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-tm4xj0 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rocketplay-9bkqyf ease;
}
.rocketplay-tm4xj0 button:hover {
  background-color: var(--button-bg-hover);
}
.rocketplay-c8l0pu {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rocketplay-quhb6d ease-in;
}

.rocketplay-c8l0pu h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.rocketplay-785h17, .rocketplay-wzii3q, [class*="review-card"],
thead, thead th, table th, .rocketplay-411cyk,
.rocketplay-28xnas, [class*="collapsible-header"],
.rocketplay-sd5l0t, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v7 (social icons) */
.rocketplay-4vrwwx img, .rocketplay-c34oe2 img { filter: invert(1); }
