* {
  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-fex0wr {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .rocketplay-fex0wr {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .rocketplay-fex0wr {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.rocketplay-gr726t {
  overflow: hidden;
}

.rocketplay-mau83a img {
  background: var(--Neutral-300);
}

.rocketplay-ms9by1 {
  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-cpu626 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.rocketplay-cpu626:hover {
  background: var(--button-bg-hover);
}

.rocketplay-0rh6c4 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.rocketplay-0rh6c4:hover {
  background: var(--button-bg-hover);
}

.rocketplay-jkuc7q {
  font-size: 12px;
  line-height: 18px;
}

.rocketplay-5kk2pz {
  font-size: 18px;
  line-height: 26px;
}

.rocketplay-b364gz {
  width: 100%;
}

.rocketplay-ewff9i {
  padding: 6px 16px;
}

.rocketplay-zc6wig {
  padding: 10px 16px;
}

.rocketplay-0ptovx {
  padding: 15px 26px;
}

.rocketplay-p26i03 {
  flex-shrink: 0;
}

.rocketplay-zvy9p9 {
  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-5r96pi {
  display: none;
}

.rocketplay-o6xa9y {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.rocketplay-8e1cix {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.rocketplay-mbvrv5 {
  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-ifprlo {
  cursor: grab;
}

.rocketplay-mbvrv5::-webkit-scrollbar {
  display: none;
}

.rocketplay-gmn4qi {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.rocketplay-ew89ce {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.rocketplay-f9km7r {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.rocketplay-b81fus {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.rocketplay-3dynq0 {
  visibility: visible;
}

.rocketplay-mwlnj9 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.rocketplay-gaxg36 ease;
}

.rocketplay-flrupk {
  background-color: var(--Primary-200);
  width: 16px;
}

.rocketplay-hvugek {
  -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-gaxg36,
    mask-image 0.3s;
}

.rocketplay-hvugek.rocketplay-0wz1te {
  -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-jszh6l: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-tv1hw4 {
  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-5r7tzk.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-5r7tzk.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-550py1 {
  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-550py1::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-tnhlel {
  position: relative;
  z-index: 1;
}

.rocketplay-9txfhk {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.rocketplay-d0ze32 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.rocketplay-bk2nug {
  font-size: 40px;
  line-height: 48px;
}

.rocketplay-hq3i0g {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.rocketplay-nvfecr {
  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-nvfecr:hover {
  background: var(--Primary-400);
}

.rocketplay-nvfecr svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.rocketplay-jszh6l 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-550py1 {
    max-width: 600px;
    padding: 64px;
  }

  .rocketplay-9txfhk {
    font-size: 24px;
    line-height: 32px;
  }

  .rocketplay-d0ze32 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .rocketplay-bk2nug {
    font-size: 50px;
    line-height: 56px;
  }

  .rocketplay-hq3i0g {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .rocketplay-tv1hw4 {
    top: 25px;
    right: 25px;
  }
}

.rocketplay-vmy8ha,
.rocketplay-xreqz4 {
  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-wr9863.rocketplay-4oucnb::before,
.rocketplay-xreqz4::before,
.rocketplay-q9mn55::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-5r7tzk.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.rocketplay-2z3egd 14.rocketplay-3oeraf.rocketplay-f19oo1 14.rocketplay-bx3i1v 15.rocketplay-7roa0j 14.rocketplay-a8u4ru 15.rocketplay-1okfto 14.rocketplay-a5bmt8.rocketplay-jk007p 14.rocketplay-8d7zaq 19.rocketplay-f43aoo 12.rocketplay-doy0e1 19.rocketplay-f43aoo 10.rocketplay-lf77ed.rocketplay-f43aoo 8.rocketplay-udla5q 17.rocketplay-n9iwxm 7.rocketplay-46a6jn 15.rocketplay-91bmu7 7.rocketplay-sno44z.rocketplay-syh6o9 7.rocketplay-46a6jn 11.rocketplay-siqc5v 8.rocketplay-udla5q 11.rocketplay-siqc5v 10.rocketplay-c4k2zq.rocketplay-siqc5v 12.rocketplay-7dw5lf 13.rocketplay-pifb21 14.rocketplay-zppe8y 15.rocketplay-7wky2h 14.rocketplay-jn1vz9.rocketplay-0ubmnz 14.rocketplay-045s6y 15.rocketplay-5clsnd 14.rocketplay-gqa8o0 15.rocketplay-i3xoy2 14.rocketplay-ndvx9t.rocketplay-2z3egd 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.rocketplay-za6kmt 15.rocketplay-ez6frw.rocketplay-vea2f9 15.rocketplay-w01v95 15.rocketplay-0d8qel 15.rocketplay-zkwi59 15.rocketplay-597pj6 15.rocketplay-53vjza.rocketplay-l8qby3 15.rocketplay-zkwi59 15.rocketplay-88m32q 15.rocketplay-bjyv8d 15.rocketplay-sl6qx5 15.rocketplay-83401u.rocketplay-mmxg2h 15.rocketplay-8gigyr 7.rocketplay-ddo4fb 18.rocketplay-kv7bjf 7.rocketplay-2vmhg1 23.rocketplay-koiowe.rocketplay-xqybm3.rocketplay-xj3vkt 18.rocketplay-fyx025 19.rocketplay-v3jgil 15.rocketplay-29xrx2 15.rocketplay-za6kmt 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.rocketplay-4jf29b [type="submit"] *,
.rocketplay-yajmq0 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .rocketplay-ndt9vh {
    display: none;
  }
}

.rocketplay-loltow {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .rocketplay-loltow {
  display: none;
}

@media (min-width: 768px) {
  .rocketplay-loltow {
    bottom: 22px;
  }
}

.rocketplay-loltow input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .rocketplay-loltow {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.rocketplay-ywr5ch.static) .rocketplay-loltow {
    bottom: 8px;
  }
}

.rocketplay-alep5b {
  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-5r7tzk.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.rocketplay-gzk4ai 3.rocketplay-u97ji9.rocketplay-ezz6nk.rocketplay-uo9onp 3.rocketplay-sfn3yn 3.rocketplay-8r7ko4 5.rocketplay-12nrj1 3.rocketplay-8r7ko4 8.rocketplay-0k465y.rocketplay-9v7yos.rocketplay-8r7ko4 26.rocketplay-9xs46j 5.rocketplay-t5ekb1 28.rocketplay-qektbq 8.rocketplay-6ezzbt 28.rocketplay-3dgc17.rocketplay-cqpw75 28.rocketplay-phq424.rocketplay-sop2y7 34.rocketplay-3i64pf.rocketplay-vjtpwp 36.rocketplay-e3v1og 11.rocketplay-wo1n56 37.rocketplay-ai80ew 12.rocketplay-oy8gsh 36.rocketplay-b0vc9b.rocketplay-wjiw9q 28.rocketplay-tll7p5.rocketplay-8ngy3b.rocketplay-n9dh9s 28.rocketplay-0pcb5z 36.rocketplay-xm6mtm 26.rocketplay-frr3mc 36.rocketplay-xm6mtm 23.rocketplay-q4aj2y.rocketplay-aucb9z.rocketplay-xm6mtm 5.rocketplay-ytv7m5 34.rocketplay-nchv76 3.rocketplay-sfn3yn 31.rocketplay-gzk4ai 3.rocketplay-tl1xq0.rocketplay-ivs3ud 18.rocketplay-sxg9u8.rocketplay-lt4ymd 18.rocketplay-863s6p 8.rocketplay-v8srne 17.rocketplay-5phq4t 8.rocketplay-v8srne 15.rocketplay-ioi8pm.rocketplay-v8srne 14.rocketplay-6jpnne 9.rocketplay-lt4ymd 13.rocketplay-pki95m 11.rocketplay-ivs3ud 13.rocketplay-1bqf36.rocketplay-redci6 13.rocketplay-pki95m 13.rocketplay-cza2ye 14.rocketplay-6jpnne 13.rocketplay-cza2ye 15.rocketplay-a0965x.rocketplay-cza2ye 17.rocketplay-5phq4t 12.rocketplay-redci6 18.rocketplay-863s6p 11.rocketplay-ivs3ud 18.rocketplay-a4gz8b.rocketplay-w68kt3 18.rocketplay-yzlrve.rocketplay-n62rjd 18.rocketplay-863s6p 17.rocketplay-qstwwb 17.rocketplay-5phq4t 17.rocketplay-qstwwb 15.rocketplay-hmoj0f.rocketplay-qstwwb 14.rocketplay-6jpnne 18.rocketplay-n62rjd 13.rocketplay-pki95m 20.rocketplay-w68kt3 13.rocketplay-5vkynp.rocketplay-uxp115 13.rocketplay-pki95m 22.rocketplay-w813o1 14.rocketplay-6jpnne 22.rocketplay-w813o1 15.rocketplay-eqseqi.rocketplay-q163j0 17.rocketplay-5phq4t 21.rocketplay-uxp115 18.rocketplay-863s6p 20.rocketplay-w68kt3 18.rocketplay-mzq7sw.rocketplay-erwbs3 18.rocketplay-s8v7l2.rocketplay-5joueb 18.rocketplay-863s6p 26.rocketplay-xu0ufz 17.rocketplay-5phq4t 26.rocketplay-xu0ufz 15.rocketplay-ft2j5n.rocketplay-xu0ufz 14.rocketplay-6jpnne 27.rocketplay-5joueb 13.rocketplay-pki95m 28.rocketplay-erwbs3 13.rocketplay-4fqhex.rocketplay-r2yrb2 13.rocketplay-pki95m 31.rocketplay-1ulkts 14.rocketplay-6jpnne 31.rocketplay-1ulkts 15.rocketplay-xjuzf8.rocketplay-xu0ufz 17.rocketplay-5phq4t 30.rocketplay-r2yrb2 18.rocketplay-863s6p 28.rocketplay-erwbs3 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-alep5b {
    display: none;
  }
}

.rocketplay-03n65z {
  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-03n65z {
    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-yajmq0 {
  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-yajmq0 {
    padding: 14px 16px;
  }
}

.rocketplay-yajmq0 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.rocketplay-yajmq0 button:first-child {
  align-content: end;
}

.rocketplay-yajmq0 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .rocketplay-yajmq0
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .rocketplay-yajmq0
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.rocketplay-yajmq0 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.rocketplay-yajmq0 button:last-child svg {
  width: 38px;
  height: 38px;
}

.rocketplay-q9mn55 {
  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-q9mn55::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .rocketplay-q9mn55,
.pc61d126-chatbot[data-active-screen="3"]
  .rocketplay-q9mn55 {
  opacity: 1;
  visibility: visible;
}

.rocketplay-lbm8qr {
  flex: 1 1;
}

.rocketplay-iwdtr0 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .rocketplay-iwdtr0 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .rocketplay-rp3jgb {
  display: block;
}

.rocketplay-xjqtq9 {
  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-xjqtq9 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.rocketplay-xreqz4 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.rocketplay-xreqz4::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.rocketplay-kqwq4f span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.rocketplay-kqwq4f p {
  color: var(--Text-100);
}

.rocketplay-xreqz4 .rocketplay-7bjrw7 {
  grid-area: button;
}

.rocketplay-xreqz4 .rocketplay-7bjrw7::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-5r7tzk.org/2000/svg'%3E%3Cpath d='M4.rocketplay-5bi9u0 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rocketplay-zerby2 15L16.rocketplay-zerby2 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.rocketplay-zerby2 5L16.rocketplay-zerby2 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .rocketplay-ajjxob {
  display: block;
}

.rocketplay-2ia1v2 {
  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-2ia1v2 {
    margin-top: 40px;
  }
}

.rocketplay-vmy8ha label,
.rocketplay-vmy8ha input {
  display: block;
  width: 100%;
}

.rocketplay-vmy8ha label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.rocketplay-vmy8ha label.rocketplay-n7fyl8 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.rocketplay-vmy8ha label.rocketplay-n7fyl8::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-vmy8ha 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-vmy8ha input::placeholder {
  color: var(--Text-400);
}

.rocketplay-mfrsz7 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .rocketplay-mfrsz7 {
  display: flex;
}

.rocketplay-mfrsz7 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .rocketplay-mfrsz7 ol {
    height: 420px;
    padding: 24px;
  }
}

.rocketplay-mfrsz7 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.rocketplay-4jf29b {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .rocketplay-4jf29b {
    padding: 0 24px 24px;
  }
}

.rocketplay-4jf29b 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-4jf29b input::placeholder {
  color: var(--Text-400);
}

.rocketplay-4jf29b [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.rocketplay-4jf29b [type="submit"]:disabled {
  opacity: 0.5;
}

.rocketplay-4jf29b [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .rocketplay-4jf29b [type="submit"] {
    right: 40px;
  }
}

.rocketplay-wr9863 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.rocketplay-wr9863.rocketplay-4oucnb {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.rocketplay-wr9863.rocketplay-4oucnb::before {
  content: "";
  width: 31px;
}

.rocketplay-wr9863.rocketplay-4oucnb p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rocketplay-wr9863.rocketplay-d9golm p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.rocketplay-wr9863 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.rocketplay-loltow .rocketplay-7bjrw7 {
  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-ndt9vh {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .rocketplay-ndt9vh {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .rocketplay-ndt9vh {
    padding: 18px 0;
  }
}

.rocketplay-ndt9vh .rocketplay-fex0wr {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .rocketplay-ndt9vh .rocketplay-fex0wr {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.rocketplay-pnncmd {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .rocketplay-pnncmd {
    max-width: 160px;
    height: 40px;
  }
}

.rocketplay-pnncmd picture,
.rocketplay-pnncmd img {
  display: block;
  width: 100%;
  height: 100%;
}

.rocketplay-pnncmd img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .rocketplay-qo5sgg {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.rocketplay-gaxg36 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .rocketplay-ndt9vh.rocketplay-yupqvs .rocketplay-qo5sgg {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .rocketplay-qo5sgg {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .rocketplay-qo5sgg {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.rocketplay-efpit9,
.rocketplay-hffmgb {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .rocketplay-efpit9,
  .rocketplay-hffmgb {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .rocketplay-hffmgb {
    display: none;
  }
}

.rocketplay-sukxef {
  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-yupqvs .rocketplay-sukxef {
  background: var(--fh-bg-color);
}

.rocketplay-sukxef button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .rocketplay-sukxef {
    display: none;
  }
}

.rocketplay-f3bq98 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rocketplay-f3bq98 {
    display: none;
  }
}

.rocketplay-rrpoi0 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.rocketplay-ndt9vh.rocketplay-yupqvs .rocketplay-rrpoi0:first-child {
  display: none;
}

.rocketplay-ndt9vh.rocketplay-yupqvs .rocketplay-rrpoi0:last-child {
  display: block;
}

.rocketplay-rrpoi0:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .rocketplay-rrpoi0 {
    display: none;
  }
}

.rocketplay-ot1dv9 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rocketplay-ot1dv9 {
    display: flex;
  }
}

.rocketplay-ot1dv9 ul {
  max-height: 350px;
  overflow-y: auto;
}

.rocketplay-ot1dv9:hover ul {
  visibility: visible;
  opacity: 1;
}

.rocketplay-ot1dv9:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.rocketplay-ot1dv9:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.rocketplay-ot1dv9:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.rocketplay-ot1dv9:hover .rocketplay-rp0azl svg {
  transform: rotate(180deg);
}

.rocketplay-fwghzd {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.rocketplay-hj23e5 {
  padding: 0 8px;
}

.rocketplay-5mmnf2 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.rocketplay-5mmnf2:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .rocketplay-5mmnf2 {
    padding: 4px 8px;
  }
}

.rocketplay-eusf5x {
  display: flex;
}

.rocketplay-eusf5x img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.rocketplay-rp0azl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.rocketplay-rp0azl svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.rocketplay-kxxstj {
  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-kxxstj {
    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-x0opye {
  width: 100%;
}

@media (min-width: 1200px) {
  .rocketplay-x0opye {
    display: none;
  }
}

.rocketplay-m1akyg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.rocketplay-4gw2nt {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.rocketplay-mzawx1 {
  display: flex;
}

.rocketplay-svktvc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.rocketplay-4kkcb2 {
  list-style: none;
}

@media (max-width: 1199px) {
  .rocketplay-4kkcb2 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .rocketplay-4kkcb2 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rocketplay-4kkcb2 .rocketplay-jz6z0a [data-ref-el],
  .rocketplay-4kkcb2 .rocketplay-jz6z0a span,
  .rocketplay-4kkcb2 .rocketplay-jz6z0a a {
    white-space: nowrap;
  }
}

.rocketplay-dnxano {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .rocketplay-dnxano.rocketplay-1v56pk > .rocketplay-jz6z0a {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .rocketplay-dnxano.rocketplay-crorcy:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .rocketplay-dnxano.rocketplay-1v56pk > .rocketplay-4o1qr3 {
    height: auto;
  }

  .rocketplay-dnxano.rocketplay-1v56pk > div > .rocketplay-zs17l3 {
    transform: rotate(180deg);
  }
}

.rocketplay-dnxano [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.rocketplay-dnxano [data-ref-el],
.rocketplay-dnxano span {
  cursor: pointer;
}

.rocketplay-dnxano [data-ref-el],
.rocketplay-dnxano span,
.rocketplay-dnxano a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .rocketplay-dnxano [data-ref-el],
  .rocketplay-dnxano span,
  .rocketplay-dnxano a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-dnxano [data-ref-el],
  .rocketplay-dnxano span,
  .rocketplay-dnxano a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.rocketplay-4o1qr3 {
  height: 0;
  overflow: hidden;
  transition: height 0.rocketplay-gaxg36 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.rocketplay-4o1qr3::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.rocketplay-4o1qr3::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.rocketplay-4o1qr3::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .rocketplay-4o1qr3 {
    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-4o1qr3:has(> .rocketplay-dnxano.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .rocketplay-4o1qr3 .rocketplay-4o1qr3 {
    padding: 0;
  }

  .rocketplay-4o1qr3 .rocketplay-dnxano {
    font-weight: 400;
  }

  .rocketplay-4o1qr3 .rocketplay-dnxano:hover > .rocketplay-jz6z0a {
    background: var(--Neutral-300);
  }

  .rocketplay-4o1qr3 .rocketplay-zs17l3 {
    rotate: -90deg;
  }
}

.rocketplay-jz6z0a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .rocketplay-jz6z0a {
    padding: 8px;
  }

  .rocketplay-dnxano.rocketplay-jsabip > .rocketplay-jz6z0a {
    background: var(--Neutral-300);
  }
}

.rocketplay-zs17l3 {
  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-5r7tzk.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.rocketplay-48jguz 0.rocketplay-2o2arq.rocketplay-nxfhwo -0.rocketplay-x9914d 0.rocketplay-znzes5 -0.rocketplay-x9914d 1.rocketplay-64ut2r 0.rocketplay-ynv4gp.rocketplay-1ujlko 4.rocketplay-ltre83.rocketplay-48jguz 0.rocketplay-37q091.rocketplay-z6vv4v -0.rocketplay-x9914d 9.rocketplay-njl1zx -0.rocketplay-x9914d 10.rocketplay-0zmvk5 0.rocketplay-w4olly.rocketplay-edqgd7 0.rocketplay-nxfhwo 10.rocketplay-edqgd7 0.rocketplay-znzes5 10.rocketplay-0zmvk5 1.rocketplay-89jg3c.rocketplay-b1wqjq 5.rocketplay-a70aww.rocketplay-f4dqtn 6.rocketplay-2zxcln 5.rocketplay-fv3gzy 6.rocketplay-2zxcln 4.rocketplay-drkme9 5.rocketplay-k3657c.rocketplay-48jguz 1.rocketplay-zsyk4f.rocketplay-x9914d 0.rocketplay-znzes5 -0.rocketplay-x9914d 0.rocketplay-nxfhwo 0.rocketplay-48jguz 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.rocketplay-gaxg36 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .rocketplay-zs17l3 {
    cursor: default;
  }
}

.rocketplay-ib2riz {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.rocketplay-ltlyol {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .rocketplay-ltlyol {
    padding: 40px 4px;
  }
}

.rocketplay-uriqjp {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .rocketplay-uriqjp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.rocketplay-abdlgk {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .rocketplay-abdlgk {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.rocketplay-abdlgk ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.rocketplay-abdlgk [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.rocketplay-abdlgk [data-ref-el],
.rocketplay-abdlgk span,
.rocketplay-abdlgk a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.rocketplay-9r7b06 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rocketplay-9r7b06 {
    margin-bottom: 12px;
  }
}

.rocketplay-7ytod1 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.rocketplay-7ytod1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .rocketplay-7ytod1:last-child {
    margin-right: 0;
  }
}

.rocketplay-scaeiy {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rocketplay-9r7b06:hover .rocketplay-tvlqo4 {
  visibility: visible;
  opacity: 1;
}

.rocketplay-tvlqo4 {
  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-bmwplb {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.rocketplay-gfsb7x {
  display: flex;
  margin: 6px;
}

.rocketplay-gfsb7x img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.rocketplay-tvlqo4::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-tvlqo4::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-735fac {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .rocketplay-735fac {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.rocketplay-g4xwsc {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .rocketplay-g4xwsc {
    margin-right: 32px;
  }
}

.rocketplay-005lvm {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .rocketplay-005lvm {
    margin-top: 0;
    width: 340px;
  }
}

.rocketplay-005lvm a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.rocketplay-lfosci {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.rocketplay-nren7b {
  position: relative;
}

@media (min-width: 768px) {
  .rocketplay-nren7b {
    margin-top: 40px;
  }
}

.rocketplay-nren7b + .rocketplay-vxn7oi,
.rocketplay-nren7b + .rocketplay-nren7b {
  margin-top: 24px;
}

.rocketplay-5e3c3u {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .rocketplay-5e3c3u {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .rocketplay-5e3c3u {
    padding: 80px;
  }
}

.rocketplay-ua6n6y {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .rocketplay-ua6n6y {
    padding: 0 16px;
}


}

.rocketplay-1drp1e {
  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-1drp1e {
    font-size: 48px;
    line-height: 56px;
  }
}

.rocketplay-s0g340 {
  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-s0g340 {
    font-size: 24px;
    line-height: 32px;
  }
}

.rocketplay-wewpqg {
  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-wewpqg:hover {
  background: var(--button-bg-hover);
}

.rocketplay-xupulv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.rocketplay-xupulv img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .rocketplay-xupulv img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .rocketplay-xupulv img {
  min-height: 100%;
  }
}

.rocketplay-5e3c3u::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.rocketplay-v08e1r {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.rocketplay-v08e1r h1,
.rocketplay-v08e1r h2,
.rocketplay-v08e1r h3,
.rocketplay-v08e1r h4 {
  margin-bottom: 6px;
}

.rocketplay-v08e1r h1:not(:first-child),
.rocketplay-v08e1r h2:not(:first-child),
.rocketplay-v08e1r h3:not(:first-child),
.rocketplay-v08e1r h4:not(:first-child) {
  margin-top: 16px;
}

.rocketplay-v08e1r h1,
.rocketplay-v08e1r h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .rocketplay-v08e1r h1,
  .rocketplay-v08e1r h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.rocketplay-v08e1r h2,
.rocketplay-v08e1r h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .rocketplay-v08e1r h2,
  .rocketplay-v08e1r h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.rocketplay-v08e1r h3,
.rocketplay-v08e1r h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .rocketplay-v08e1r h3,
  .rocketplay-v08e1r h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.rocketplay-v08e1r h4,
.rocketplay-v08e1r h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.rocketplay-v08e1r ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.rocketplay-v08e1r ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.rocketplay-v08e1r 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-v08e1r ul ul {
  margin-bottom: 8px;
}

.rocketplay-v08e1r ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.rocketplay-v08e1r ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.rocketplay-v08e1r ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.rocketplay-v08e1r ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.rocketplay-v08e1r ol li::marker {
  font-weight: 700;
}

.rocketplay-v08e1r ol ol {
  margin-bottom: 8px;
}

.rocketplay-v08e1r ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.rocketplay-v08e1r ol ul li {
  padding-left: 16px;
}

.rocketplay-v08e1r 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-v08e1r table {
    padding: 24px;
  }
}

.rocketplay-v08e1r table.rocketplay-0mk6en {
  -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-gaxg36,
    mask-image 0.3s;
}

.rocketplay-v08e1r table.rocketplay-0mk6en.rocketplay-0wz1te {
  -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-v08e1r table {
    display: table;
  }
}

.rocketplay-v08e1r table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.rocketplay-v08e1r table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rocketplay-v08e1r table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rocketplay-v08e1r 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-v08e1r table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.rocketplay-v08e1r table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rocketplay-v08e1r table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rocketplay-v08e1r table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.rocketplay-v08e1r img {
  max-width: 100%;
  height: auto;
}

.rocketplay-gv0lms {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: 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-gv0lms {
    padding: 24px;
  }
}

.rocketplay-p08y15 {
  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-p08y15 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.rocketplay-p08y15 > * {
  margin: 0 !important;
}

.rocketplay-p08y15 img,
.rocketplay-pazh2r {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rocketplay-p08y15 img,
  .rocketplay-pazh2r {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rocketplay-mn4pim {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rocketplay-mn4pim {
    width: 32px;
    height: 32px;
  }
}

.rocketplay-c80lrz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.rocketplay-c80lrz .rocketplay-cl45js {
  flex-shrink: 0;
}

.rocketplay-c80lrz .rocketplay-8oden2 svg {
  display: none;
}

.rocketplay-5ioyxq {
  display: grid;
  transition: max-height 0.rocketplay-gaxg36 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .rocketplay-5ioyxq {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-5ioyxq {
    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-5ioyxq.rocketplay-fzbc50 + .rocketplay-cl45js svg {
  transform: rotate(180deg);
}

.rocketplay-crefmw {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.rocketplay-crefmw > div:nth-child(3n) {
  grid-column: span 2;
}

.rocketplay-crefmw
  > div:nth-child(3n)
  .rocketplay-x20fba
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .rocketplay-crefmw {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .rocketplay-crefmw > div:nth-child(3n) {
    grid-column: unset;
  }

  .rocketplay-crefmw
    > div:nth-child(3n)
    .rocketplay-x20fba
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-crefmw {
    max-width: 270px;
  }
}

.rocketplay-crefmw .rocketplay-x20fba button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .rocketplay-crefmw .rocketplay-x20fba button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-crefmw .rocketplay-x20fba button {
    max-width: 104px;
  }
}

.rocketplay-4rwhrc {
  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-4rwhrc {
    margin-bottom: 0;
  }
}

.rocketplay-fdh9ed {
  display: none;
  opacity: 0;
}

.rocketplay-2n7t24 {
  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-2n7t24 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.rocketplay-x20fba {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.rocketplay-x20fba 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-x20fba
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .rocketplay-x20fba
    button {
    max-width: 145px;
  }
}

.rocketplay-j7854u:first-child
  .rocketplay-x20fba
  button {
  max-width: 270px;
}

.rocketplay-bd5twl {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.rocketplay-4rwhrc picture {
  width: 100%;
  max-width: 100%;
}

.rocketplay-orpsfp {
  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-orpsfp svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.rocketplay-4rwhrc:hover .rocketplay-orpsfp {
  display: flex;
}

.rocketplay-shwbf5 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.rocketplay-32wzeb {
  display: flex;
}

.rocketplay-32wzeb:hover .rocketplay-kmxk0x,
.rocketplay-32wzeb .rocketplay-jsabip .rocketplay-kmxk0x {
  display: flex;
}

.rocketplay-32wzeb svg {
  flex-shrink: 0;
}

.rocketplay-kmxk0x {
  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-kmxk0x {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.rocketplay-kmxk0x:hover {
  display: flex;
}

.rocketplay-kmxk0x svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.rocketplay-819n6g {
  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-819n6g {
    font-size: 12px;
  }
}

.rocketplay-lc7uz1,
.rocketplay-7ns2mu {
  width: 50%;
  flex-shrink: 0;
}

.rocketplay-lc7uz1 {
  font-weight: 700;
}

.rocketplay-o92n08 .rocketplay-5ioyxq {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .rocketplay-o92n08 .rocketplay-5ioyxq {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .rocketplay-o92n08 .rocketplay-5ioyxq {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.rocketplay-o92n08
  .rocketplay-bd5twl:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.rocketplay-o92n08 .rocketplay-2n7t24 {
  height: 100% !important;
  border-radius: 16px;
}

.rocketplay-o92n08 .rocketplay-x20fba {
  gap: 4px;
  align-items: center;
}

.rocketplay-o92n08 .rocketplay-x20fba button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rocketplay-o92n08 .rocketplay-x20fba svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.rocketplay-o92n08 .rocketplay-u39n3t,
.rocketplay-o92n08 .rocketplay-csmj4y {
  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-5r7tzk.org/2000/svg'%3E%3Cpath d='M9.rocketplay-stn67f 4.rocketplay-0d8m9n.rocketplay-ospkzy 5.rocketplay-8opxmg.rocketplay-syhvar 5.rocketplay-o5u7wc.rocketplay-2aaiq5 5.rocketplay-tf5afv.rocketplay-q9wzf7 8.rocketplay-gf5cbm.rocketplay-gl9vss 9.rocketplay-nz41rp.rocketplay-0hjct3 9.rocketplay-tl61vs.rocketplay-8ez1g4 13.rocketplay-maumn5.rocketplay-6kvnyn 11.rocketplay-02143t.rocketplay-ojgxak 11.rocketplay-vi6x54.rocketplay-fmsroo 11.rocketplay-210gmj.rocketplay-eno6px 13.rocketplay-qsfppo.rocketplay-r33ky4 9.rocketplay-76xgjm.rocketplay-mr0fu5 9.rocketplay-k0kn3s.rocketplay-45sr05 8.rocketplay-0m2ulb.rocketplay-1qv13q 5.rocketplay-aktii9.rocketplay-51pmox 5.rocketplay-ugrtbk.rocketplay-krznfu 5.rocketplay-ps8rmx.rocketplay-0dfpo4 4.rocketplay-f30sxb.rocketplay-ojgxak 1.rocketplay-vbn8us.rocketplay-stn67f 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.rocketplay-o92n08 .rocketplay-u39n3t {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.rocketplay-o92n08 .rocketplay-csmj4y {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.rocketplay-h688uf {
  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-h688uf {
    padding: 24px;
  }
}

.rocketplay-h688uf .rocketplay-cl45js {
  display: flex;
}

@media (min-width: 768px) {
  .rocketplay-h688uf .rocketplay-cl45js {
    display: none;
  }
}

.rocketplay-h688uf .rocketplay-8oden2 svg {
  display: none;
}

.rocketplay-9caj5c {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.rocketplay-9caj5c .rocketplay-ms9by1 {
  display: none;
}

@media (min-width: 768px) {
  .rocketplay-9caj5c .rocketplay-ms9by1 {
    display: flex;
  }
}

.rocketplay-nz7z3y {
  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-nz7z3y {
    font-size: 40px;
    line-height: 48px;
  }
}

.rocketplay-nz7z3y > * {
  margin: 0 !important;
}

.rocketplay-nz7z3y img,
.rocketplay-s14til {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rocketplay-nz7z3y img,
  .rocketplay-s14til {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rocketplay-vovrrq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rocketplay-vovrrq {
    width: 32px;
    height: 32px;
  }
}

.rocketplay-yz83ma {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .rocketplay-yz83ma {
    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-yz83ma::-webkit-scrollbar {
    display: none;
  }
}

.rocketplay-14gkd5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .rocketplay-14gkd5 {
    padding: 7px 15px;
  }
}

.rocketplay-14gkd5:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rocketplay-x8l7pb {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rocketplay-x8l7pb {
    display: flex;
    opacity: 1;
  }
}

.rocketplay-14gkd5 picture {
  height: 100%;
  display: block;
}

.rocketplay-14gkd5 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .rocketplay-14gkd5 img {
    width: 88px;
    height: 44px;
  }
}

.rocketplay-14gkd5 p {
  text-align: center;
  width: 100%;
}

.rocketplay-uje8r3 {
  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-uje8r3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.rocketplay-uje8r3 img,
.rocketplay-78oely {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rocketplay-uje8r3 img,
  .rocketplay-78oely {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rocketplay-dox09c {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rocketplay-dox09c {
    width: 32px;
    height: 32px;
  }
}

.rocketplay-v900jy {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.rocketplay-bvrisg {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: 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-bbgyx2 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.rocketplay-bbgyx2.rocketplay-jsabip {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.rocketplay-xqvioj {
  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(--text-color);
}

@media screen and (min-width: 768px) {
  .rocketplay-xqvioj {
    font-size: 20px;
    line-height: 28px;
  }
}

.rocketplay-t8vssh {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.rocketplay-759tvl {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.rocketplay-gaxg36 ease;
  opacity: 0;
  color: var(--text-color);
}

.rocketplay-0a66o1 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.rocketplay-0a66o1 ol,
.rocketplay-0a66o1 ul {
  padding-left: 1.3em;
}

.rocketplay-bbgyx2.rocketplay-jsabip .rocketplay-759tvl {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.rocketplay-bbgyx2.rocketplay-jsabip .rocketplay-t8vssh {
  transform: rotate(180deg);
  color: var(--text-color);
}

.rocketplay-7fvxhj {
  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-7fvxhj {
    padding: 24px;
  }
}

.rocketplay-7fvxhj .rocketplay-cl45js {
  display: flex;
}

@media (min-width: 768px) {
  .rocketplay-7fvxhj .rocketplay-cl45js {
    display: none;
  }
}

.rocketplay-7fvxhj .rocketplay-8oden2 svg {
  display: none;
}

.rocketplay-l9dfnz {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rocketplay-l9dfnz .rocketplay-ms9by1 {
  display: none;
}

@media (min-width: 768px) {
  .rocketplay-l9dfnz .rocketplay-ms9by1 {
    display: flex;
  }
}

.rocketplay-h0gz1d {
  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-h0gz1d {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.rocketplay-h0gz1d > * {
  margin: 0 !important;
}

.rocketplay-h0gz1d img,
.rocketplay-v765t6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .rocketplay-h0gz1d img,
  .rocketplay-v765t6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.rocketplay-eexgc5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .rocketplay-eexgc5 {
    width: 32px;
    height: 32px;
  }
}

.rocketplay-9u11jg {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .rocketplay-9u11jg {
    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-9u11jg::-webkit-scrollbar {
    display: none;
  }
}

.rocketplay-an0gjj {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.rocketplay-an0gjj:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.rocketplay-depa1j {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .rocketplay-depa1j {
    display: flex;
    opacity: 1;
  }
}

.rocketplay-an0gjj picture {
  width: auto;
  height: 100%;
  display: block;
}

.rocketplay-an0gjj picture img {
  display: block;
  width: auto;
  height: 100%;
}

.rocketplay-bq5pxr {
  margin: -24px 0;
}

.rocketplay-bq5pxr:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .rocketplay-bq5pxr {
    margin: -16px 0;
  }
}

.rocketplay-c10zfs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .rocketplay-c10zfs {
    flex-direction: row;
  }
}

.rocketplay-nxwj04 {
  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-nxwj04 {
    flex: 1;
  }
}

.rocketplay-nxwj04::placeholder {
  color: var(--Text-400);
}

.rocketplay-d087y7 {
  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-0udusv {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rocketplay-0udusv::-webkit-scrollbar {
  display: none;
}

.rocketplay-mk493a {
  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-mk493a img,
.rocketplay-mk493a svg {
  margin-right: 8px;
}

.rocketplay-x0fcte {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.rocketplay-bq5pxr + .rocketplay-7gyz9h {
  margin-top: 0;
}

@media (min-width: 768px) {
  .rocketplay-bq5pxr + .rocketplay-7gyz9h {
    margin-top: -16px;
  }
}

.rocketplay-lo8mr4 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.rocketplay-lo8mr4 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.rocketplay-lo8mr4 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.rocketplay-vymz20 {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: 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-wj71oq {
  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-2ip9lj {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.rocketplay-vslybo {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.rocketplay-9csmqe {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.rocketplay-vymz20 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-vymz20 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-vymz20 {
    padding: 39px 179px 39px 39px;
  }

  .rocketplay-wj71oq {
    font-size: 40px;
    line-height: 48px;
  }

  .rocketplay-9csmqe {
    height: 348px;
  }

  .rocketplay-vymz20 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .rocketplay-vymz20 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .rocketplay-vymz20 {
    padding: 63px;
  }
}

.rocketplay-hb2tjc {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .rocketplay-hb2tjc {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.rocketplay-uq5rr3 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rocketplay-uq5rr3 {
    width: auto;
  }
}

.rocketplay-n3wkmf {
  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-n3wkmf::-webkit-scrollbar {
  display: none;
}

.rocketplay-n3wkmf 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-n3wkmf a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .rocketplay-n3wkmf {
    margin-left: 16px;
    margin-top: 0;
  }
}

.rocketplay-hb2tjc .rocketplay-yxejhk {
  -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-gaxg36,
    mask-image 0.3s;
}

.rocketplay-hb2tjc .rocketplay-yxejhk.rocketplay-0wz1te {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.rocketplay-2meg1t {
  margin: 40px -16px;
}

.rocketplay-ctfj85 + .rocketplay-vxn7oi,
.rocketplay-ctfj85 + .rocketplay-nren7b {
  margin-top: 24px;
}

.rocketplay-886cma {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.rocketplay-886cma picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.rocketplay-j5wetv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .rocketplay-j5wetv {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .rocketplay-j5wetv {
    margin-top: 0;
  }
}

.rocketplay-buzdwv {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rocketplay-buzdwv {
    font-size: 24px;
    line-height: 32px;
  }
}

.rocketplay-7oyzn2 {
  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-7oyzn2 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.rocketplay-9tv6oq {
  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-9tv6oq {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.rocketplay-0z10ak {
  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-0z10ak {
    font-size: 20px;
    line-height: 28px;
  }
}

.rocketplay-rzxofi {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .rocketplay-rzxofi {
    font-size: 32px;
    line-height: 40px;
  }
}

.rocketplay-nejt26 {
  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-ddavs5 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.rocketplay-ddavs5 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rocketplay-7gyz9h {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.rocketplay-ssz7tl {
  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-ssz7tl {
    padding: 15px 48px;
  }
}

main > .rocketplay-7gyz9h {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .rocketplay-5ioyxq.rocketplay-f0uje0 > div:nth-child(n+5) {
    display: none;
  }
}

.rocketplay-v08e1r p a img {
  display: block;
  margin: 0 auto;
}


.rocketplay-kje83s {
  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-9hogk8 {
  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-9hogk8 label {
  font-size: 14px;
}

.rocketplay-9hogk8 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rocketplay-9hogk8 input,
.rocketplay-9hogk8 textarea,
.rocketplay-9hogk8 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-9hogk8 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rocketplay-6znozd ease;
}
.rocketplay-9hogk8 button:hover {
  background-color: var(--button-bg-hover);
}
.rocketplay-ciawo8 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rocketplay-0qj76f ease-in;
}

.rocketplay-ciawo8 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-ne4ivg, .rocketplay-ezldao, [class*="review-card"],
thead, thead th, table th, .rocketplay-izmpqp,
.rocketplay-m9p9yl, [class*="collapsible-header"],
.rocketplay-5pxluv, [class*="updated-block"] {
  color: #ece7dc !important;
}
