* {
  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;
  }
}

.stardust-q891l6 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .stardust-q891l6 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .stardust-q891l6 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.stardust-zyzhxw {
  overflow: hidden;
}

.stardust-el5yso img {
  background: var(--Neutral-300);
}

.stardust-kn92m7 {
  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;
}

.stardust-b4an18 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.stardust-b4an18:hover {
  background: var(--button-bg-hover);
}

.stardust-t23bra {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.stardust-t23bra:hover {
  background: var(--button-bg-hover);
}

.stardust-qpu77x {
  font-size: 12px;
  line-height: 18px;
}

.stardust-k48d8z {
  font-size: 18px;
  line-height: 26px;
}

.stardust-lbftvy {
  width: 100%;
}

.stardust-ks682d {
  padding: 6px 16px;
}

.stardust-8urnky {
  padding: 10px 16px;
}

.stardust-km3pee {
  padding: 15px 26px;
}

.stardust-g5ae9d {
  flex-shrink: 0;
}

.stardust-fjwns1 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.stardust-6nndaw {
  display: none;
}

.stardust-pefibd {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.stardust-7zn2g9 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.stardust-3okg3g {
  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;
}

.stardust-v9ec0u {
  cursor: grab;
}

.stardust-3okg3g::-webkit-scrollbar {
  display: none;
}

.stardust-le8rcw {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.stardust-fin30h {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.stardust-irgx8r {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.stardust-yrgawm {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.stardust-ifu5xt {
  visibility: visible;
}

.stardust-962zxl {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.stardust-leh9wh ease;
}

.stardust-u52moz {
  background-color: var(--Primary-200);
  width: 16px;
}

.stardust-xuwnuz {
  -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.stardust-leh9wh,
    mask-image 0.3s;
}

.stardust-xuwnuz.stardust-vehy2r {
  -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;
  }
}

.stardust-ekv8vc: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;
}

.stardust-t78apf {
  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.stardust-e6trux.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.stardust-e6trux.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;
}

.stardust-uje3wf {
  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);
}

.stardust-uje3wf::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%
  );
}

.stardust-nfted9 {
  position: relative;
  z-index: 1;
}

.stardust-k6zvux {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.stardust-yxgzg1 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.stardust-wcmy3i {
  font-size: 40px;
  line-height: 48px;
}

.stardust-vkpydj {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.stardust-b023zj {
  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;
}

.stardust-b023zj:hover {
  background: var(--Primary-400);
}

.stardust-b023zj svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.stardust-ekv8vc 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) {
  .stardust-uje3wf {
    max-width: 600px;
    padding: 64px;
  }

  .stardust-k6zvux {
    font-size: 24px;
    line-height: 32px;
  }

  .stardust-yxgzg1 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .stardust-wcmy3i {
    font-size: 50px;
    line-height: 56px;
  }

  .stardust-vkpydj {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .stardust-t78apf {
    top: 25px;
    right: 25px;
  }
}

.stardust-fy6ggw,
.stardust-r8htm7 {
  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;
}

.stardust-tblf9o.stardust-etr43g::before,
.stardust-r8htm7::before,
.stardust-yr0swz::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.stardust-e6trux.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.stardust-ibjdgv 14.stardust-lvs8vj.stardust-bizcna 14.stardust-jwen8x 15.stardust-9bmnq0 14.stardust-xt239a 15.stardust-iekl4z 14.stardust-g44fzd.stardust-q6yien 14.stardust-fhkgcd 19.stardust-4ck8ly 12.stardust-ibm4rm 19.stardust-4ck8ly 10.stardust-6pji7i.stardust-4ck8ly 8.stardust-frxrjl 17.stardust-mzwtwf 7.stardust-ysf10x 15.stardust-9169gz 7.stardust-m2cer0.stardust-lbb396 7.stardust-ysf10x 11.stardust-51wjxc 8.stardust-frxrjl 11.stardust-51wjxc 10.stardust-lerup2.stardust-51wjxc 12.stardust-2gpezw 13.stardust-z8oiyh 14.stardust-j5cbb3 15.stardust-6k1cal 14.stardust-sd3dg5.stardust-c0efzq 14.stardust-fpb2il 15.stardust-qlpkoa 14.stardust-39rjry 15.stardust-jcibw9 14.stardust-61tkxr.stardust-ibjdgv 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.stardust-95paww 15.stardust-kmc3or.stardust-g5feey 15.stardust-risjp4 15.stardust-7urqu7 15.stardust-xh1w2b 15.stardust-mv2u6o 15.stardust-nfrs07.stardust-jxi03i 15.stardust-xh1w2b 15.stardust-eu0btt 15.stardust-x304qh 15.stardust-vbuvak 15.stardust-uqvwcq.stardust-gtq4hv 15.stardust-0huk3e 7.stardust-qzqrft 18.stardust-5zuwwj 7.stardust-fwh06d 23.stardust-p7awet.stardust-5f8d5l.stardust-xj0t8h 18.stardust-y8d98f 19.stardust-ceo2rg 15.stardust-9pzysf 15.stardust-95paww 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.stardust-xv2sqv [type="submit"] *,
.stardust-1m9hpp button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .stardust-6axu3e {
    display: none;
  }
}

.stardust-k4judy {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .stardust-k4judy {
  display: none;
}

@media (min-width: 768px) {
  .stardust-k4judy {
    bottom: 22px;
  }
}

.stardust-k4judy input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .stardust-k4judy {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.stardust-zinur1.static) .stardust-k4judy {
    bottom: 8px;
  }
}

.stardust-a9mbxh {
  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.stardust-e6trux.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.stardust-w2o22p 3.stardust-ur4geo.stardust-dhy5su.stardust-anx3qw 3.stardust-sqbzol 3.stardust-n7pqog 5.stardust-yzrgqa 3.stardust-n7pqog 8.stardust-78cjyr.stardust-bt2fca.stardust-n7pqog 26.stardust-5zzp1a 5.stardust-n75mqt 28.stardust-q10sij 8.stardust-6vyqai 28.stardust-jtmqxu.stardust-2t5n01 28.stardust-k8tcqr.stardust-3v533b 34.stardust-pkf98h.stardust-g1pn8b 36.stardust-ec92jo 11.stardust-9kdjum 37.stardust-83jgde 12.stardust-bmcici 36.stardust-95fd5y.stardust-olkpm9 28.stardust-oywkmm.stardust-i48qiy.stardust-fwyqrp 28.stardust-omc3nn 36.stardust-ng00sk 26.stardust-o17zui 36.stardust-ng00sk 23.stardust-xz5hbb.stardust-o874pj.stardust-ng00sk 5.stardust-eov8pb 34.stardust-zns0kv 3.stardust-sqbzol 31.stardust-w2o22p 3.stardust-2i8utg.stardust-1qqj2v 18.stardust-6u9uf4.stardust-zsyogs 18.stardust-opd432 8.stardust-lqibrw 17.stardust-0rgjry 8.stardust-lqibrw 15.stardust-6ffxn8.stardust-lqibrw 14.stardust-nasp7c 9.stardust-zsyogs 13.stardust-rbv6ei 11.stardust-1qqj2v 13.stardust-wrgqrp.stardust-isl64h 13.stardust-rbv6ei 13.stardust-jgqn2l 14.stardust-nasp7c 13.stardust-jgqn2l 15.stardust-fabvid.stardust-jgqn2l 17.stardust-0rgjry 12.stardust-isl64h 18.stardust-opd432 11.stardust-1qqj2v 18.stardust-g71z6n.stardust-emft06 18.stardust-jffaaj.stardust-17pdv4 18.stardust-opd432 17.stardust-b5qg6r 17.stardust-0rgjry 17.stardust-b5qg6r 15.stardust-6clt8r.stardust-b5qg6r 14.stardust-nasp7c 18.stardust-17pdv4 13.stardust-rbv6ei 20.stardust-emft06 13.stardust-ky44wj.stardust-gkr2nd 13.stardust-rbv6ei 22.stardust-yjv8t9 14.stardust-nasp7c 22.stardust-yjv8t9 15.stardust-2vbtyc.stardust-sirvhy 17.stardust-0rgjry 21.stardust-gkr2nd 18.stardust-opd432 20.stardust-emft06 18.stardust-h6ezhg.stardust-wfctmi 18.stardust-ft30mp.stardust-giw8yc 18.stardust-opd432 26.stardust-da7tp1 17.stardust-0rgjry 26.stardust-da7tp1 15.stardust-067f3s.stardust-da7tp1 14.stardust-nasp7c 27.stardust-giw8yc 13.stardust-rbv6ei 28.stardust-wfctmi 13.stardust-ck8r9f.stardust-5x82as 13.stardust-rbv6ei 31.stardust-f24ia2 14.stardust-nasp7c 31.stardust-f24ia2 15.stardust-8bfzww.stardust-da7tp1 17.stardust-0rgjry 30.stardust-5x82as 18.stardust-opd432 28.stardust-wfctmi 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"])
    .stardust-a9mbxh {
    display: none;
  }
}

.stardust-ydmrt7 {
  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) {
  .stardust-ydmrt7 {
    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;
}

.stardust-1m9hpp {
  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) {
  .stardust-1m9hpp {
    padding: 14px 16px;
  }
}

.stardust-1m9hpp button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.stardust-1m9hpp button:first-child {
  align-content: end;
}

.stardust-1m9hpp button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .stardust-1m9hpp
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .stardust-1m9hpp
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.stardust-1m9hpp button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.stardust-1m9hpp button:last-child svg {
  width: 38px;
  height: 38px;
}

.stardust-yr0swz {
  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;
}

.stardust-yr0swz::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .stardust-yr0swz,
.pc61d126-chatbot[data-active-screen="3"]
  .stardust-yr0swz {
  opacity: 1;
  visibility: visible;
}

.stardust-5e3hp6 {
  flex: 1 1;
}

.stardust-nkqgb7 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .stardust-nkqgb7 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .stardust-euxxnq {
  display: block;
}

.stardust-kpqsn3 {
  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) {
  .stardust-kpqsn3 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.stardust-r8htm7 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.stardust-r8htm7::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.stardust-sutgww span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.stardust-sutgww p {
  color: var(--Text-100);
}

.stardust-r8htm7 .stardust-e75w10 {
  grid-area: button;
}

.stardust-r8htm7 .stardust-e75w10::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.stardust-e6trux.org/2000/svg'%3E%3Cpath d='M4.stardust-1uljh6 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stardust-6fgjz4 15L16.stardust-6fgjz4 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stardust-6fgjz4 5L16.stardust-6fgjz4 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .stardust-tfnrvo {
  display: block;
}

.stardust-gc8m6e {
  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) {
  .stardust-gc8m6e {
    margin-top: 40px;
  }
}

.stardust-fy6ggw label,
.stardust-fy6ggw input {
  display: block;
  width: 100%;
}

.stardust-fy6ggw label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.stardust-fy6ggw label.stardust-t5y9ts input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.stardust-fy6ggw label.stardust-t5y9ts::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;
}

.stardust-fy6ggw 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;
}

.stardust-fy6ggw input::placeholder {
  color: var(--Text-400);
}

.stardust-bvxkpi {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .stardust-bvxkpi {
  display: flex;
}

.stardust-bvxkpi ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .stardust-bvxkpi ol {
    height: 420px;
    padding: 24px;
  }
}

.stardust-bvxkpi ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.stardust-xv2sqv {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .stardust-xv2sqv {
    padding: 0 24px 24px;
  }
}

.stardust-xv2sqv 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;
}

.stardust-xv2sqv input::placeholder {
  color: var(--Text-400);
}

.stardust-xv2sqv [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.stardust-xv2sqv [type="submit"]:disabled {
  opacity: 0.5;
}

.stardust-xv2sqv [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .stardust-xv2sqv [type="submit"] {
    right: 40px;
  }
}

.stardust-tblf9o {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.stardust-tblf9o.stardust-etr43g {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.stardust-tblf9o.stardust-etr43g::before {
  content: "";
  width: 31px;
}

.stardust-tblf9o.stardust-etr43g p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.stardust-tblf9o.stardust-oh38k0 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.stardust-tblf9o p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.stardust-k4judy .stardust-e75w10 {
  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;
  }
}

.stardust-6axu3e {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .stardust-6axu3e {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .stardust-6axu3e {
    padding: 15px 0;
  }
}

.stardust-6axu3e .stardust-q891l6 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .stardust-6axu3e .stardust-q891l6 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.stardust-2l3k6s {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .stardust-2l3k6s {
    max-width: 180px;
    height: 47px;
  }
}

.stardust-2l3k6s picture,
.stardust-2l3k6s img {
  display: block;
  width: 100%;
  height: 100%;
}

.stardust-2l3k6s img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .stardust-jiwlkp {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.stardust-leh9wh ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .stardust-6axu3e.stardust-vhwtmw .stardust-jiwlkp {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .stardust-jiwlkp {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .stardust-jiwlkp {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.stardust-dspg0g,
.stardust-3v1c6c {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .stardust-dspg0g,
  .stardust-3v1c6c {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .stardust-3v1c6c {
    display: none;
  }
}

.stardust-2mqi20 {
  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;
}

.stardust-vhwtmw .stardust-2mqi20 {
  background: var(--fh-bg-color);
}

.stardust-2mqi20 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .stardust-2mqi20 {
    display: none;
  }
}

.stardust-t4i653 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stardust-t4i653 {
    display: none;
  }
}

.stardust-8t1pzi {
  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;
}

.stardust-6axu3e.stardust-vhwtmw .stardust-8t1pzi:first-child {
  display: none;
}

.stardust-6axu3e.stardust-vhwtmw .stardust-8t1pzi:last-child {
  display: block;
}

.stardust-8t1pzi:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .stardust-8t1pzi {
    display: none;
  }
}

.stardust-zld9th {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .stardust-zld9th {
    display: flex;
  }
}

.stardust-zld9th ul {
  max-height: 350px;
  overflow-y: auto;
}

.stardust-zld9th:hover ul {
  visibility: visible;
  opacity: 1;
}

.stardust-zld9th:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.stardust-zld9th:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.stardust-zld9th:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.stardust-zld9th:hover .stardust-jbrdzf svg {
  transform: rotate(180deg);
}

.stardust-e4s1pj {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.stardust-f0t0tf {
  padding: 0 8px;
}

.stardust-ejm1nt {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.stardust-ejm1nt:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .stardust-ejm1nt {
    padding: 4px 8px;
  }
}

.stardust-4txhh4 {
  display: flex;
}

.stardust-4txhh4 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.stardust-jbrdzf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.stardust-jbrdzf svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.stardust-s08a25 {
  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) {
  .stardust-s08a25 {
    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;
  }
}

.stardust-efavs5 {
  width: 100%;
}

@media (min-width: 1200px) {
  .stardust-efavs5 {
    display: none;
  }
}

.stardust-uqpg78 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.stardust-qk0xg8 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.stardust-rmy1gt {
  display: flex;
}

.stardust-8dp9ux {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stardust-jw5zb2 {
  list-style: none;
}

@media (max-width: 1199px) {
  .stardust-jw5zb2 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .stardust-jw5zb2 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .stardust-jw5zb2 .stardust-ssp86h [data-ref-el],
  .stardust-jw5zb2 .stardust-ssp86h span,
  .stardust-jw5zb2 .stardust-ssp86h a {
    white-space: nowrap;
  }
}

.stardust-o5pdt2 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .stardust-o5pdt2.stardust-aliupx > .stardust-ssp86h {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .stardust-o5pdt2.stardust-dpcyew:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .stardust-o5pdt2.stardust-aliupx > .stardust-lismv2 {
    height: auto;
  }

  .stardust-o5pdt2.stardust-aliupx > div > .stardust-zg6s30 {
    transform: rotate(180deg);
  }
}

.stardust-o5pdt2 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.stardust-o5pdt2 [data-ref-el],
.stardust-o5pdt2 span {
  cursor: pointer;
}

.stardust-o5pdt2 [data-ref-el],
.stardust-o5pdt2 span,
.stardust-o5pdt2 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) {
  .stardust-o5pdt2 [data-ref-el],
  .stardust-o5pdt2 span,
  .stardust-o5pdt2 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .stardust-o5pdt2 [data-ref-el],
  .stardust-o5pdt2 span,
  .stardust-o5pdt2 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.stardust-lismv2 {
  height: 0;
  overflow: hidden;
  transition: height 0.stardust-leh9wh ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.stardust-lismv2::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.stardust-lismv2::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.stardust-lismv2::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .stardust-lismv2 {
    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;
  }

  .stardust-lismv2:has(> .stardust-o5pdt2.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .stardust-lismv2 .stardust-lismv2 {
    padding: 0;
  }

  .stardust-lismv2 .stardust-o5pdt2 {
    font-weight: 400;
  }

  .stardust-lismv2 .stardust-o5pdt2:hover > .stardust-ssp86h {
    background: var(--Neutral-300);
  }

  .stardust-lismv2 .stardust-zg6s30 {
    rotate: -90deg;
  }
}

.stardust-ssp86h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stardust-ssp86h {
    padding: 8px;
  }

  .stardust-o5pdt2.stardust-xul2jj > .stardust-ssp86h {
    background: var(--Neutral-300);
  }
}

.stardust-zg6s30 {
  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.stardust-e6trux.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.stardust-zqlgnl 0.stardust-6xb3m1.stardust-o1yk9y -0.stardust-rdenv7 0.stardust-84d37v -0.stardust-rdenv7 1.stardust-mug9vc 0.stardust-4na229.stardust-pde3ke 4.stardust-3t6tup.stardust-zqlgnl 0.stardust-fvzpjz.stardust-max4uc -0.stardust-rdenv7 9.stardust-bvtahr -0.stardust-rdenv7 10.stardust-mktk7g 0.stardust-gst1ys.stardust-b5ijxh 0.stardust-o1yk9y 10.stardust-b5ijxh 0.stardust-84d37v 10.stardust-mktk7g 1.stardust-9dopbl.stardust-e3ale2 5.stardust-2vk97x.stardust-4nur7y 6.stardust-yixz73 5.stardust-b3pds3 6.stardust-yixz73 4.stardust-s5ol0o 5.stardust-yqanvp.stardust-zqlgnl 1.stardust-o5kvem.stardust-rdenv7 0.stardust-84d37v -0.stardust-rdenv7 0.stardust-o1yk9y 0.stardust-zqlgnl 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.stardust-leh9wh ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .stardust-zg6s30 {
    cursor: default;
  }
}

.stardust-m9mtmp {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.stardust-4cketo {
  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) {
  .stardust-4cketo {
    padding: 40px 4px;
  }
}

.stardust-qwf97v {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .stardust-qwf97v {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.stardust-as1s0a {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .stardust-as1s0a {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.stardust-as1s0a ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.stardust-as1s0a [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.stardust-as1s0a [data-ref-el],
.stardust-as1s0a span,
.stardust-as1s0a a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.stardust-1jv14e {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stardust-1jv14e {
    margin-bottom: 12px;
  }
}

.stardust-zer1t7 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.stardust-zer1t7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .stardust-zer1t7:last-child {
    margin-right: 0;
  }
}

.stardust-cnyk0t {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stardust-1jv14e:hover .stardust-jsfder {
  visibility: visible;
  opacity: 1;
}

.stardust-jsfder {
  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);
}

.stardust-uhtmxi {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.stardust-6u35lb {
  display: flex;
  margin: 6px;
}

.stardust-6u35lb img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.stardust-jsfder::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);
}

.stardust-jsfder::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);
}

.stardust-6sirkr {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .stardust-6sirkr {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.stardust-njrad3 {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .stardust-njrad3 {
    margin-right: 32px;
  }
}

.stardust-o1ldie {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stardust-o1ldie {
    margin-top: 0;
    width: 340px;
  }
}

.stardust-o1ldie a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.stardust-in605c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.stardust-4uv8p9 {
  position: relative;
}

@media (min-width: 768px) {
  .stardust-4uv8p9 {
    margin-top: 40px;
  }
}

.stardust-4uv8p9 + .stardust-sbzluf,
.stardust-4uv8p9 + .stardust-4uv8p9 {
  margin-top: 24px;
}

.stardust-oq4bq5 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .stardust-oq4bq5 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .stardust-oq4bq5 {
    padding: 80px;
  }
}

.stardust-snosl3 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .stardust-snosl3 {
    padding: 0 16px;
}


}

.stardust-q7h9i5 {
  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) {
  .stardust-q7h9i5 {
    font-size: 48px;
    line-height: 56px;
  }
}

.stardust-obbmuy {
  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) {
  .stardust-obbmuy {
    font-size: 24px;
    line-height: 32px;
  }
}

.stardust-9b3rwc {
  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;
}

.stardust-9b3rwc:hover {
  background: var(--button-bg-hover);
}

.stardust-0mwsn1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.stardust-0mwsn1 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .stardust-0mwsn1 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .stardust-0mwsn1 img {
  min-height: 100%;
  }
}

.stardust-oq4bq5::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.stardust-wrpzd1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stardust-wrpzd1 h1,
.stardust-wrpzd1 h2,
.stardust-wrpzd1 h3,
.stardust-wrpzd1 h4 {
  margin-bottom: 6px;
}

.stardust-wrpzd1 h1:not(:first-child),
.stardust-wrpzd1 h2:not(:first-child),
.stardust-wrpzd1 h3:not(:first-child),
.stardust-wrpzd1 h4:not(:first-child) {
  margin-top: 16px;
}

.stardust-wrpzd1 h1,
.stardust-wrpzd1 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .stardust-wrpzd1 h1,
  .stardust-wrpzd1 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.stardust-wrpzd1 h2,
.stardust-wrpzd1 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .stardust-wrpzd1 h2,
  .stardust-wrpzd1 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.stardust-wrpzd1 h3,
.stardust-wrpzd1 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .stardust-wrpzd1 h3,
  .stardust-wrpzd1 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.stardust-wrpzd1 h4,
.stardust-wrpzd1 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.stardust-wrpzd1 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.stardust-wrpzd1 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.stardust-wrpzd1 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);
}

.stardust-wrpzd1 ul ul {
  margin-bottom: 8px;
}

.stardust-wrpzd1 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.stardust-wrpzd1 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.stardust-wrpzd1 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.stardust-wrpzd1 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.stardust-wrpzd1 ol li::marker {
  font-weight: 700;
}

.stardust-wrpzd1 ol ol {
  margin-bottom: 8px;
}

.stardust-wrpzd1 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.stardust-wrpzd1 ol ul li {
  padding-left: 16px;
}

.stardust-wrpzd1 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) {
  .stardust-wrpzd1 table {
    padding: 24px;
  }
}

.stardust-wrpzd1 table.stardust-yn1juv {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.stardust-leh9wh,
    mask-image 0.3s;
}

.stardust-wrpzd1 table.stardust-yn1juv.stardust-vehy2r {
  -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) {
  .stardust-wrpzd1 table {
    display: table;
  }
}

.stardust-wrpzd1 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);
}

.stardust-wrpzd1 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stardust-wrpzd1 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stardust-wrpzd1 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) {
  .stardust-wrpzd1 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.stardust-wrpzd1 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stardust-wrpzd1 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stardust-wrpzd1 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.stardust-wrpzd1 img {
  max-width: 100%;
  height: auto;
}

.stardust-5dtmkt {
  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) {
  .stardust-5dtmkt {
    padding: 24px;
  }
}

.stardust-ptniw4 {
  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) {
  .stardust-ptniw4 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.stardust-ptniw4 > * {
  margin: 0 !important;
}

.stardust-ptniw4 img,
.stardust-d3ldq2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stardust-ptniw4 img,
  .stardust-d3ldq2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stardust-m76emg {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stardust-m76emg {
    width: 32px;
    height: 32px;
  }
}

.stardust-e7nhu2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.stardust-e7nhu2 .stardust-x8m1ka {
  flex-shrink: 0;
}

.stardust-e7nhu2 .stardust-4rups0 svg {
  display: none;
}

.stardust-ddbyjt {
  display: grid;
  transition: max-height 0.stardust-leh9wh ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .stardust-ddbyjt {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .stardust-ddbyjt {
    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));
  }
}

.stardust-ddbyjt.stardust-fthkzw + .stardust-x8m1ka svg {
  transform: rotate(180deg);
}

.stardust-drnmr3 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.stardust-drnmr3 > div:nth-child(3n) {
  grid-column: span 2;
}

.stardust-drnmr3
  > div:nth-child(3n)
  .stardust-tvxbsc
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .stardust-drnmr3 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .stardust-drnmr3 > div:nth-child(3n) {
    grid-column: unset;
  }

  .stardust-drnmr3
    > div:nth-child(3n)
    .stardust-tvxbsc
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .stardust-drnmr3 {
    max-width: 270px;
  }
}

.stardust-drnmr3 .stardust-tvxbsc button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .stardust-drnmr3 .stardust-tvxbsc button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .stardust-drnmr3 .stardust-tvxbsc button {
    max-width: 104px;
  }
}

.stardust-c0olon {
  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) {
  .stardust-c0olon {
    margin-bottom: 0;
  }
}

.stardust-d3cl1m {
  display: none;
  opacity: 0;
}

.stardust-mep4fx {
  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;
  }
}

.stardust-mep4fx img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.stardust-tvxbsc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.stardust-tvxbsc button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .stardust-tvxbsc
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .stardust-tvxbsc
    button {
    max-width: 145px;
  }
}

.stardust-p54md2:first-child
  .stardust-tvxbsc
  button {
  max-width: 270px;
}

.stardust-klsno5 {
  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%;
}

.stardust-c0olon picture {
  width: 100%;
  max-width: 100%;
}

.stardust-wrmfvz {
  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;
}

.stardust-wrmfvz svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.stardust-c0olon:hover .stardust-wrmfvz {
  display: flex;
}

.stardust-x4zgtn {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.stardust-esqhw2 {
  display: flex;
}

.stardust-esqhw2:hover .stardust-42nkw3,
.stardust-esqhw2 .stardust-xul2jj .stardust-42nkw3 {
  display: flex;
}

.stardust-esqhw2 svg {
  flex-shrink: 0;
}

.stardust-42nkw3 {
  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) {
  .stardust-42nkw3 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.stardust-42nkw3:hover {
  display: flex;
}

.stardust-42nkw3 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.stardust-fvk9o9 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .stardust-fvk9o9 {
    font-size: 12px;
  }
}

.stardust-9vhd1u,
.stardust-3bww3v {
  width: 50%;
  flex-shrink: 0;
}

.stardust-9vhd1u {
  font-weight: 700;
}

.stardust-d19vyn .stardust-ddbyjt {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .stardust-d19vyn .stardust-ddbyjt {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .stardust-d19vyn .stardust-ddbyjt {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.stardust-d19vyn
  .stardust-klsno5:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.stardust-d19vyn .stardust-mep4fx {
  height: 100% !important;
  border-radius: 16px;
}

.stardust-d19vyn .stardust-tvxbsc {
  gap: 4px;
  align-items: center;
}

.stardust-d19vyn .stardust-tvxbsc button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stardust-d19vyn .stardust-tvxbsc svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.stardust-d19vyn .stardust-lc9xds,
.stardust-d19vyn .stardust-7oej84 {
  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.stardust-e6trux.org/2000/svg'%3E%3Cpath d='M9.stardust-8qoqpm 4.stardust-5xngq7.stardust-eu1kq3 5.stardust-qiqvza.stardust-pzbfft 5.stardust-uric38.stardust-ea60jb 5.stardust-kb321f.stardust-nw9yv9 8.stardust-b0peda.stardust-bfiigq 9.stardust-so2ldi.stardust-q03z5z 9.stardust-46pzef.stardust-y1in1i 13.stardust-e8dr9s.stardust-ya3yeu 11.stardust-f9g9y1.stardust-0hyy6v 11.stardust-moc00o.stardust-q6dd3y 11.stardust-doqjjk.stardust-9jzqjj 13.stardust-69gcd3.stardust-x7q84s 9.stardust-xn8wco.stardust-yop0n7 9.stardust-tbflbb.stardust-lynp2n 8.stardust-wjvvwu.stardust-oja1oi 5.stardust-hzpkti.stardust-1mocc7 5.stardust-tgb17i.stardust-qldxpy 5.stardust-78himu.stardust-3g8w4s 4.stardust-hr8ov4.stardust-0hyy6v 1.stardust-3mxha7.stardust-8qoqpm 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.stardust-d19vyn .stardust-lc9xds {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.stardust-d19vyn .stardust-7oej84 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.stardust-m1qlfd {
  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) {
  .stardust-m1qlfd {
    padding: 24px;
  }
}

.stardust-m1qlfd .stardust-x8m1ka {
  display: flex;
}

@media (min-width: 768px) {
  .stardust-m1qlfd .stardust-x8m1ka {
    display: none;
  }
}

.stardust-m1qlfd .stardust-4rups0 svg {
  display: none;
}

.stardust-yvjwrw {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.stardust-yvjwrw .stardust-kn92m7 {
  display: none;
}

@media (min-width: 768px) {
  .stardust-yvjwrw .stardust-kn92m7 {
    display: flex;
  }
}

.stardust-chjir7 {
  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) {
  .stardust-chjir7 {
    font-size: 40px;
    line-height: 48px;
  }
}

.stardust-chjir7 > * {
  margin: 0 !important;
}

.stardust-chjir7 img,
.stardust-1xz17t {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stardust-chjir7 img,
  .stardust-1xz17t {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stardust-db8ujb {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stardust-db8ujb {
    width: 32px;
    height: 32px;
  }
}

.stardust-pjko5b {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .stardust-pjko5b {
    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;
  }

  .stardust-pjko5b::-webkit-scrollbar {
    display: none;
  }
}

.stardust-hwuqx1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .stardust-hwuqx1 {
    padding: 7px 15px;
  }
}

.stardust-hwuqx1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stardust-lxtoz6 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stardust-lxtoz6 {
    display: flex;
    opacity: 1;
  }
}

.stardust-hwuqx1 picture {
  height: 100%;
  display: block;
}

.stardust-hwuqx1 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .stardust-hwuqx1 img {
    width: 88px;
    height: 44px;
  }
}

.stardust-hwuqx1 p {
  text-align: center;
  width: 100%;
}

.stardust-z69d5j {
  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) {
  .stardust-z69d5j {
    font-size: 40px;
    line-height: 48px;
  }
}

.stardust-z69d5j img,
.stardust-5ulw7k {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stardust-z69d5j img,
  .stardust-5ulw7k {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stardust-xst7av {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stardust-xst7av {
    width: 32px;
    height: 32px;
  }
}

.stardust-h5vvpi {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.stardust-09ncjj {
  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;
}

.stardust-duv545 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.stardust-duv545.stardust-xul2jj {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.stardust-mcz50j {
  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) {
  .stardust-mcz50j {
    font-size: 20px;
    line-height: 28px;
  }
}

.stardust-xj7xa8 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.stardust-bfa90f {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.stardust-leh9wh ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.stardust-lupakn {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.stardust-lupakn ol,
.stardust-lupakn ul {
  padding-left: 1.3em;
}

.stardust-duv545.stardust-xul2jj .stardust-bfa90f {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.stardust-duv545.stardust-xul2jj .stardust-xj7xa8 {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.stardust-wg9pz7 {
  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) {
  .stardust-wg9pz7 {
    padding: 24px;
  }
}

.stardust-wg9pz7 .stardust-x8m1ka {
  display: flex;
}

@media (min-width: 768px) {
  .stardust-wg9pz7 .stardust-x8m1ka {
    display: none;
  }
}

.stardust-wg9pz7 .stardust-4rups0 svg {
  display: none;
}

.stardust-88jz0g {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stardust-88jz0g .stardust-kn92m7 {
  display: none;
}

@media (min-width: 768px) {
  .stardust-88jz0g .stardust-kn92m7 {
    display: flex;
  }
}

.stardust-afwweg {
  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) {
  .stardust-afwweg {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.stardust-afwweg > * {
  margin: 0 !important;
}

.stardust-afwweg img,
.stardust-pd79em {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stardust-afwweg img,
  .stardust-pd79em {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stardust-llh9jm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stardust-llh9jm {
    width: 32px;
    height: 32px;
  }
}

.stardust-p0e7gc {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .stardust-p0e7gc {
    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;
  }

  .stardust-p0e7gc::-webkit-scrollbar {
    display: none;
  }
}

.stardust-vef6rg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.stardust-vef6rg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stardust-6kq1vj {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stardust-6kq1vj {
    display: flex;
    opacity: 1;
  }
}

.stardust-vef6rg picture {
  width: auto;
  height: 100%;
  display: block;
}

.stardust-vef6rg picture img {
  display: block;
  width: auto;
  height: 100%;
}

.stardust-zz30n2 {
  margin: -24px 0;
}

.stardust-zz30n2:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .stardust-zz30n2 {
    margin: -16px 0;
  }
}

.stardust-no3592 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .stardust-no3592 {
    flex-direction: row;
  }
}

.stardust-wqy7nk {
  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) {
  .stardust-wqy7nk {
    flex: 1;
  }
}

.stardust-wqy7nk::placeholder {
  color: var(--Text-400);
}

.stardust-kg5dew {
  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;
}

.stardust-dkk4k6 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.stardust-dkk4k6::-webkit-scrollbar {
  display: none;
}

.stardust-ispl23 {
  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;
}

.stardust-ispl23 img,
.stardust-ispl23 svg {
  margin-right: 8px;
}

.stardust-mw2bex {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.stardust-zz30n2 + .stardust-3wwsmc {
  margin-top: 0;
}

@media (min-width: 768px) {
  .stardust-zz30n2 + .stardust-3wwsmc {
    margin-top: -16px;
  }
}

.stardust-7q0np6 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.stardust-7q0np6 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.stardust-7q0np6 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.stardust-6djyoz {
  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;
}

.stardust-n2mljf {
  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;
}

.stardust-iss9hh {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.stardust-uyhg2l {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.stardust-19bkpf {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.stardust-6djyoz 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;
}

.stardust-6djyoz 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) {
  .stardust-6djyoz {
    padding: 39px 179px 39px 39px;
  }

  .stardust-n2mljf {
    font-size: 40px;
    line-height: 48px;
  }

  .stardust-19bkpf {
    height: 348px;
  }

  .stardust-6djyoz button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .stardust-6djyoz button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .stardust-6djyoz {
    padding: 63px;
  }
}

.stardust-wcklna {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .stardust-wcklna {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.stardust-m50ia1 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .stardust-m50ia1 {
    width: auto;
  }
}

.stardust-b1tocp {
  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;
}

.stardust-b1tocp::-webkit-scrollbar {
  display: none;
}

.stardust-b1tocp 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);
}

.stardust-b1tocp a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .stardust-b1tocp {
    margin-left: 16px;
    margin-top: 0;
  }
}

.stardust-wcklna .stardust-inntnl {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.stardust-leh9wh,
    mask-image 0.3s;
}

.stardust-wcklna .stardust-inntnl.stardust-vehy2r {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.stardust-xgu2z1 {
  margin: 40px -16px;
}

.stardust-3ap277 + .stardust-sbzluf,
.stardust-3ap277 + .stardust-4uv8p9 {
  margin-top: 24px;
}

.stardust-ytsqbm {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.stardust-ytsqbm picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.stardust-t6w2r5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .stardust-t6w2r5 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .stardust-t6w2r5 {
    margin-top: 0;
  }
}

.stardust-0pqlvd {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stardust-0pqlvd {
    font-size: 24px;
    line-height: 32px;
  }
}

.stardust-llcujs {
  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) {
  .stardust-llcujs {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.stardust-1dhm21 {
  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) {
  .stardust-1dhm21 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.stardust-3ucy5i {
  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) {
  .stardust-3ucy5i {
    font-size: 20px;
    line-height: 28px;
  }
}

.stardust-mo39ud {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stardust-mo39ud {
    font-size: 32px;
    line-height: 40px;
  }
}

.stardust-eh71th {
  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;
}

.stardust-sted05 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.stardust-sted05 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stardust-3wwsmc {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.stardust-g3zaqr {
  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) {
  .stardust-g3zaqr {
    padding: 15px 48px;
  }
}

main > .stardust-3wwsmc {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .stardust-ddbyjt.stardust-2kyz83 > div:nth-child(n+5) {
    display: none;
  }
}

.stardust-wrpzd1 p a img {
  display: block;
  margin: 0 auto;
}


.stardust-h0ny09 {
  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 */
.stardust-cqa3e6 {
  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;
}

.stardust-cqa3e6 label {
  font-size: 14px;
}

.stardust-cqa3e6 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stardust-cqa3e6 input,
.stardust-cqa3e6 textarea,
.stardust-cqa3e6 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;
}
.stardust-cqa3e6 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stardust-dlf7rz ease;
}
.stardust-cqa3e6 button:hover {
  background-color: var(--button-bg-hover);
}
.stardust-ayn8dd {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stardust-w5zdnc ease-in;
}

.stardust-ayn8dd 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;
}
.stardust-fccvku, .stardust-qqra4t, [class*="review-card"],
thead, thead th, table th, .stardust-4jobn0,
.stardust-gzlwdv, [class*="collapsible-header"],
.stardust-u3g0m3, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
