* {
  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;
  }
}

.clubhouse-47zaq5 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .clubhouse-47zaq5 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .clubhouse-47zaq5 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.clubhouse-ucgdcp {
  overflow: hidden;
}

.clubhouse-7w79xd img {
  background: var(--Neutral-300);
}

.clubhouse-xwj4w6 {
  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;
}

.clubhouse-qfzkfm {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.clubhouse-qfzkfm:hover {
  background: var(--button-bg-hover);
}

.clubhouse-ujzrv8 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.clubhouse-ujzrv8:hover {
  background: var(--button-bg-hover);
}

.clubhouse-cnjssi {
  font-size: 12px;
  line-height: 18px;
}

.clubhouse-83e53r {
  font-size: 18px;
  line-height: 26px;
}

.clubhouse-rx975z {
  width: 100%;
}

.clubhouse-s7t3rf {
  padding: 6px 16px;
}

.clubhouse-342osz {
  padding: 10px 16px;
}

.clubhouse-1xevfo {
  padding: 15px 26px;
}

.clubhouse-8sjgxb {
  flex-shrink: 0;
}

.clubhouse-vu145x {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.clubhouse-ck8deb {
  display: none;
}

.clubhouse-6ykoh1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.clubhouse-pfhbbw {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.clubhouse-gr71hw {
  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;
}

.clubhouse-lgdsvw {
  cursor: grab;
}

.clubhouse-gr71hw::-webkit-scrollbar {
  display: none;
}

.clubhouse-9q7p91 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.clubhouse-lcpii1 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.clubhouse-buj169 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.clubhouse-ij4tma {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.clubhouse-kcb1hl {
  visibility: visible;
}

.clubhouse-86299v {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.clubhouse-jmiiiv ease;
}

.clubhouse-zf904l {
  background-color: var(--Primary-200);
  width: 16px;
}

.clubhouse-c90828 {
  -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.clubhouse-jmiiiv,
    mask-image 0.3s;
}

.clubhouse-c90828.clubhouse-ysfd6g {
  -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;
  }
}

.clubhouse-sbvmv8: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;
}

.clubhouse-hqpfgr {
  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.clubhouse-fx4v5o.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.clubhouse-fx4v5o.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;
}

.clubhouse-dffo8d {
  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);
}

.clubhouse-dffo8d::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%
  );
}

.clubhouse-e411gc {
  position: relative;
  z-index: 1;
}

.clubhouse-mvkoyn {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.clubhouse-j90f20 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.clubhouse-z06cll {
  font-size: 40px;
  line-height: 48px;
}

.clubhouse-q6hp0v {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.clubhouse-mitgru {
  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;
}

.clubhouse-mitgru:hover {
  background: var(--Primary-400);
}

.clubhouse-mitgru svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.clubhouse-sbvmv8 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) {
  .clubhouse-dffo8d {
    max-width: 600px;
    padding: 64px;
  }

  .clubhouse-mvkoyn {
    font-size: 24px;
    line-height: 32px;
  }

  .clubhouse-j90f20 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .clubhouse-z06cll {
    font-size: 50px;
    line-height: 56px;
  }

  .clubhouse-q6hp0v {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .clubhouse-hqpfgr {
    top: 25px;
    right: 25px;
  }
}

.clubhouse-kw1fl7,
.clubhouse-rv69cu {
  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;
}

.clubhouse-74smft.clubhouse-1d6tar::before,
.clubhouse-rv69cu::before,
.clubhouse-7pdbum::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.clubhouse-fx4v5o.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.clubhouse-thbud0 14.clubhouse-75oo8d.clubhouse-zfa84z 14.clubhouse-5h0xzi 15.clubhouse-23e8ru 14.clubhouse-4b5nu9 15.clubhouse-lgmqvu 14.clubhouse-ru3quu.clubhouse-5x6qpq 14.clubhouse-t4ru8w 19.clubhouse-9w40v6 12.clubhouse-5buiyp 19.clubhouse-9w40v6 10.clubhouse-77bfbb.clubhouse-9w40v6 8.clubhouse-w3kfpr 17.clubhouse-dy6juy 7.clubhouse-pvutt3 15.clubhouse-jh4ptw 7.clubhouse-2uf5ca.clubhouse-0ztfh3 7.clubhouse-pvutt3 11.clubhouse-iatk4p 8.clubhouse-w3kfpr 11.clubhouse-iatk4p 10.clubhouse-zvsdql.clubhouse-iatk4p 12.clubhouse-trs5zo 13.clubhouse-8zh71v 14.clubhouse-b06hmu 15.clubhouse-29pd3t 14.clubhouse-skpjt6.clubhouse-ytuv17 14.clubhouse-mvlksv 15.clubhouse-griiwk 14.clubhouse-85xxy9 15.clubhouse-m6eiup 14.clubhouse-7f20a0.clubhouse-thbud0 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.clubhouse-xn7bpe 15.clubhouse-3z6p96.clubhouse-8h4kko 15.clubhouse-9mbgwh 15.clubhouse-mu8tvb 15.clubhouse-73kov8 15.clubhouse-1jzd7s 15.clubhouse-8ixwkz.clubhouse-rd5073 15.clubhouse-73kov8 15.clubhouse-p3j8kx 15.clubhouse-ih9mmp 15.clubhouse-8pdioh 15.clubhouse-anzrvw.clubhouse-lxvokm 15.clubhouse-krbdxr 7.clubhouse-vvm6qt 18.clubhouse-6qzx9d 7.clubhouse-khjaw2 23.clubhouse-8sy8ng.clubhouse-qzazsq.clubhouse-mmda7n 18.clubhouse-yxvyo5 19.clubhouse-ux64nl 15.clubhouse-ajulbh 15.clubhouse-xn7bpe 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.clubhouse-j1bn6b [type="submit"] *,
.clubhouse-wufxft button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .clubhouse-dmb76y {
    display: none;
  }
}

.clubhouse-h5x1ue {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .clubhouse-h5x1ue {
  display: none;
}

@media (min-width: 768px) {
  .clubhouse-h5x1ue {
    bottom: 22px;
  }
}

.clubhouse-h5x1ue input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .clubhouse-h5x1ue {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.clubhouse-v3uls0.static) .clubhouse-h5x1ue {
    bottom: 8px;
  }
}

.clubhouse-du7q0a {
  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.clubhouse-fx4v5o.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.clubhouse-mfhey4 3.clubhouse-do236e.clubhouse-ud2fee.clubhouse-tnc316 3.clubhouse-pqfgbt 3.clubhouse-cim5km 5.clubhouse-vgize6 3.clubhouse-cim5km 8.clubhouse-sp9yhy.clubhouse-d8cfci.clubhouse-cim5km 26.clubhouse-ryqi1h 5.clubhouse-enoqbm 28.clubhouse-bp9c5x 8.clubhouse-m4b3bd 28.clubhouse-bl42ml.clubhouse-hrocdd 28.clubhouse-124zs6.clubhouse-wv1t0e 34.clubhouse-ddtnu0.clubhouse-iik565 36.clubhouse-h0hl7x 11.clubhouse-tkulr4 37.clubhouse-dh0jcn 12.clubhouse-3qmx4b 36.clubhouse-0os8vo.clubhouse-pvfwui 28.clubhouse-7x8l90.clubhouse-gxc2vk.clubhouse-z46v8y 28.clubhouse-6aaiig 36.clubhouse-0daa6s 26.clubhouse-jydues 36.clubhouse-0daa6s 23.clubhouse-5294c7.clubhouse-brn1fx.clubhouse-0daa6s 5.clubhouse-8rszh8 34.clubhouse-kxgexx 3.clubhouse-pqfgbt 31.clubhouse-mfhey4 3.clubhouse-ch1lki.clubhouse-u1amkv 18.clubhouse-i4d7e6.clubhouse-6yptrc 18.clubhouse-fhn43g 8.clubhouse-umlasl 17.clubhouse-lne7p6 8.clubhouse-umlasl 15.clubhouse-be5sk2.clubhouse-umlasl 14.clubhouse-45jpyq 9.clubhouse-6yptrc 13.clubhouse-vep73a 11.clubhouse-u1amkv 13.clubhouse-2h6cx0.clubhouse-03w4g7 13.clubhouse-vep73a 13.clubhouse-o3liqk 14.clubhouse-45jpyq 13.clubhouse-o3liqk 15.clubhouse-f9oa13.clubhouse-o3liqk 17.clubhouse-lne7p6 12.clubhouse-03w4g7 18.clubhouse-fhn43g 11.clubhouse-u1amkv 18.clubhouse-ze7klh.clubhouse-3ux3kl 18.clubhouse-c1sq1b.clubhouse-9mqt1z 18.clubhouse-fhn43g 17.clubhouse-pt0bl1 17.clubhouse-lne7p6 17.clubhouse-pt0bl1 15.clubhouse-35gx5i.clubhouse-pt0bl1 14.clubhouse-45jpyq 18.clubhouse-9mqt1z 13.clubhouse-vep73a 20.clubhouse-3ux3kl 13.clubhouse-p2xe1t.clubhouse-vy8jsg 13.clubhouse-vep73a 22.clubhouse-3sjjg3 14.clubhouse-45jpyq 22.clubhouse-3sjjg3 15.clubhouse-5dn98d.clubhouse-lmlw8q 17.clubhouse-lne7p6 21.clubhouse-vy8jsg 18.clubhouse-fhn43g 20.clubhouse-3ux3kl 18.clubhouse-dpoqer.clubhouse-zxeh7h 18.clubhouse-r5s14d.clubhouse-hnfqae 18.clubhouse-fhn43g 26.clubhouse-qiy5vj 17.clubhouse-lne7p6 26.clubhouse-qiy5vj 15.clubhouse-g0yzpq.clubhouse-qiy5vj 14.clubhouse-45jpyq 27.clubhouse-hnfqae 13.clubhouse-vep73a 28.clubhouse-zxeh7h 13.clubhouse-myhsso.clubhouse-3ipdim 13.clubhouse-vep73a 31.clubhouse-yxz3un 14.clubhouse-45jpyq 31.clubhouse-yxz3un 15.clubhouse-nlnnkc.clubhouse-qiy5vj 17.clubhouse-lne7p6 30.clubhouse-3ipdim 18.clubhouse-fhn43g 28.clubhouse-zxeh7h 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"])
    .clubhouse-du7q0a {
    display: none;
  }
}

.clubhouse-mbh8m9 {
  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) {
  .clubhouse-mbh8m9 {
    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;
}

.clubhouse-wufxft {
  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) {
  .clubhouse-wufxft {
    padding: 14px 16px;
  }
}

.clubhouse-wufxft button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.clubhouse-wufxft button:first-child {
  align-content: end;
}

.clubhouse-wufxft button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .clubhouse-wufxft
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .clubhouse-wufxft
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.clubhouse-wufxft button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.clubhouse-wufxft button:last-child svg {
  width: 38px;
  height: 38px;
}

.clubhouse-7pdbum {
  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;
}

.clubhouse-7pdbum::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .clubhouse-7pdbum,
.pc61d126-chatbot[data-active-screen="3"]
  .clubhouse-7pdbum {
  opacity: 1;
  visibility: visible;
}

.clubhouse-nvkpkt {
  flex: 1 1;
}

.clubhouse-zqnkp3 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .clubhouse-zqnkp3 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .clubhouse-xt2c5d {
  display: block;
}

.clubhouse-u0lwiz {
  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) {
  .clubhouse-u0lwiz {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.clubhouse-rv69cu {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.clubhouse-rv69cu::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.clubhouse-zxskjn span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.clubhouse-zxskjn p {
  color: var(--Text-100);
}

.clubhouse-rv69cu .clubhouse-9ak9x7 {
  grid-area: button;
}

.clubhouse-rv69cu .clubhouse-9ak9x7::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.clubhouse-fx4v5o.org/2000/svg'%3E%3Cpath d='M4.clubhouse-6yyiqr 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.clubhouse-z4kub6 15L16.clubhouse-z4kub6 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.clubhouse-z4kub6 5L16.clubhouse-z4kub6 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .clubhouse-f046q1 {
  display: block;
}

.clubhouse-pi7cr2 {
  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) {
  .clubhouse-pi7cr2 {
    margin-top: 40px;
  }
}

.clubhouse-kw1fl7 label,
.clubhouse-kw1fl7 input {
  display: block;
  width: 100%;
}

.clubhouse-kw1fl7 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.clubhouse-kw1fl7 label.clubhouse-ft4zv3 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.clubhouse-kw1fl7 label.clubhouse-ft4zv3::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;
}

.clubhouse-kw1fl7 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;
}

.clubhouse-kw1fl7 input::placeholder {
  color: var(--Text-400);
}

.clubhouse-ha49pu {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .clubhouse-ha49pu {
  display: flex;
}

.clubhouse-ha49pu ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .clubhouse-ha49pu ol {
    height: 420px;
    padding: 24px;
  }
}

.clubhouse-ha49pu ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.clubhouse-j1bn6b {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .clubhouse-j1bn6b {
    padding: 0 24px 24px;
  }
}

.clubhouse-j1bn6b 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;
}

.clubhouse-j1bn6b input::placeholder {
  color: var(--Text-400);
}

.clubhouse-j1bn6b [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.clubhouse-j1bn6b [type="submit"]:disabled {
  opacity: 0.5;
}

.clubhouse-j1bn6b [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .clubhouse-j1bn6b [type="submit"] {
    right: 40px;
  }
}

.clubhouse-74smft {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.clubhouse-74smft.clubhouse-1d6tar {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.clubhouse-74smft.clubhouse-1d6tar::before {
  content: "";
  width: 31px;
}

.clubhouse-74smft.clubhouse-1d6tar p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.clubhouse-74smft.clubhouse-8997jm p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.clubhouse-74smft p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.clubhouse-h5x1ue .clubhouse-9ak9x7 {
  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;
  }
}

.clubhouse-dmb76y {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .clubhouse-dmb76y {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .clubhouse-dmb76y {
    padding: 18px 0;
  }
}

.clubhouse-dmb76y .clubhouse-47zaq5 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .clubhouse-dmb76y .clubhouse-47zaq5 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.clubhouse-hcuera {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .clubhouse-hcuera {
    max-width: 160px;
    height: 40px;
  }
}

.clubhouse-hcuera picture,
.clubhouse-hcuera img {
  display: block;
  width: 100%;
  height: 100%;
}

.clubhouse-hcuera img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .clubhouse-g3t646 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.clubhouse-jmiiiv ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .clubhouse-dmb76y.clubhouse-lxb3x8 .clubhouse-g3t646 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .clubhouse-g3t646 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .clubhouse-g3t646 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.clubhouse-748ecc,
.clubhouse-say5gs {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .clubhouse-748ecc,
  .clubhouse-say5gs {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .clubhouse-say5gs {
    display: none;
  }
}

.clubhouse-t0p1sr {
  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;
}

.clubhouse-lxb3x8 .clubhouse-t0p1sr {
  background: var(--fh-bg-color);
}

.clubhouse-t0p1sr button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .clubhouse-t0p1sr {
    display: none;
  }
}

.clubhouse-rbjr69 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .clubhouse-rbjr69 {
    display: none;
  }
}

.clubhouse-qgapco {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.clubhouse-dmb76y.clubhouse-lxb3x8 .clubhouse-qgapco:first-child {
  display: none;
}

.clubhouse-dmb76y.clubhouse-lxb3x8 .clubhouse-qgapco:last-child {
  display: block;
}

.clubhouse-qgapco:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .clubhouse-qgapco {
    display: none;
  }
}

.clubhouse-68m7m3 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .clubhouse-68m7m3 {
    display: flex;
  }
}

.clubhouse-68m7m3 ul {
  max-height: 350px;
  overflow-y: auto;
}

.clubhouse-68m7m3:hover ul {
  visibility: visible;
  opacity: 1;
}

.clubhouse-68m7m3:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.clubhouse-68m7m3:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.clubhouse-68m7m3:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.clubhouse-68m7m3:hover .clubhouse-yciimi svg {
  transform: rotate(180deg);
}

.clubhouse-bxyx0b {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.clubhouse-0mkaid {
  padding: 0 8px;
}

.clubhouse-ttn32p {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.clubhouse-ttn32p:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .clubhouse-ttn32p {
    padding: 4px 8px;
  }
}

.clubhouse-rhhssb {
  display: flex;
}

.clubhouse-rhhssb img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.clubhouse-yciimi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.clubhouse-yciimi svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.clubhouse-y39yxa {
  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) {
  .clubhouse-y39yxa {
    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;
  }
}

.clubhouse-ksir27 {
  width: 100%;
}

@media (min-width: 1200px) {
  .clubhouse-ksir27 {
    display: none;
  }
}

.clubhouse-vwphsv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.clubhouse-87vq5n {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.clubhouse-pmhq4b {
  display: flex;
}

.clubhouse-h5g1bv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.clubhouse-id9md3 {
  list-style: none;
}

@media (max-width: 1199px) {
  .clubhouse-id9md3 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .clubhouse-id9md3 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .clubhouse-id9md3 .clubhouse-s85oap [data-ref-el],
  .clubhouse-id9md3 .clubhouse-s85oap span,
  .clubhouse-id9md3 .clubhouse-s85oap a {
    white-space: nowrap;
  }
}

.clubhouse-1t3nyi {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .clubhouse-1t3nyi.clubhouse-efzp66 > .clubhouse-s85oap {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .clubhouse-1t3nyi.clubhouse-0r93y1:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .clubhouse-1t3nyi.clubhouse-efzp66 > .clubhouse-za0rna {
    height: auto;
  }

  .clubhouse-1t3nyi.clubhouse-efzp66 > div > .clubhouse-xv15l0 {
    transform: rotate(180deg);
  }
}

.clubhouse-1t3nyi [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.clubhouse-1t3nyi [data-ref-el],
.clubhouse-1t3nyi span {
  cursor: pointer;
}

.clubhouse-1t3nyi [data-ref-el],
.clubhouse-1t3nyi span,
.clubhouse-1t3nyi a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .clubhouse-1t3nyi [data-ref-el],
  .clubhouse-1t3nyi span,
  .clubhouse-1t3nyi a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .clubhouse-1t3nyi [data-ref-el],
  .clubhouse-1t3nyi span,
  .clubhouse-1t3nyi a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.clubhouse-za0rna {
  height: 0;
  overflow: hidden;
  transition: height 0.clubhouse-jmiiiv ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.clubhouse-za0rna::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.clubhouse-za0rna::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.clubhouse-za0rna::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .clubhouse-za0rna {
    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;
  }

  .clubhouse-za0rna:has(> .clubhouse-1t3nyi.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .clubhouse-za0rna .clubhouse-za0rna {
    padding: 0;
  }

  .clubhouse-za0rna .clubhouse-1t3nyi {
    font-weight: 400;
  }

  .clubhouse-za0rna .clubhouse-1t3nyi:hover > .clubhouse-s85oap {
    background: var(--Neutral-300);
  }

  .clubhouse-za0rna .clubhouse-xv15l0 {
    rotate: -90deg;
  }
}

.clubhouse-s85oap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .clubhouse-s85oap {
    padding: 8px;
  }

  .clubhouse-1t3nyi.clubhouse-78e3km > .clubhouse-s85oap {
    background: var(--Neutral-300);
  }
}

.clubhouse-xv15l0 {
  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.clubhouse-fx4v5o.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.clubhouse-odf6mn 0.clubhouse-hu0tso.clubhouse-5aipoh -0.clubhouse-yj836y 0.clubhouse-uevs87 -0.clubhouse-yj836y 1.clubhouse-dm6rs5 0.clubhouse-nlyjmu.clubhouse-avoh3p 4.clubhouse-o4tdgh.clubhouse-odf6mn 0.clubhouse-syxzup.clubhouse-x7xbtq -0.clubhouse-yj836y 9.clubhouse-bcmueh -0.clubhouse-yj836y 10.clubhouse-p2357u 0.clubhouse-2nw9k8.clubhouse-qtaxe0 0.clubhouse-5aipoh 10.clubhouse-qtaxe0 0.clubhouse-uevs87 10.clubhouse-p2357u 1.clubhouse-x5f2po.clubhouse-4dw3dh 5.clubhouse-9vpfhh.clubhouse-et0djy 6.clubhouse-qbwiw5 5.clubhouse-dd37xk 6.clubhouse-qbwiw5 4.clubhouse-fvfpsu 5.clubhouse-x59jdr.clubhouse-odf6mn 1.clubhouse-wssnai.clubhouse-yj836y 0.clubhouse-uevs87 -0.clubhouse-yj836y 0.clubhouse-5aipoh 0.clubhouse-odf6mn 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.clubhouse-jmiiiv ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .clubhouse-xv15l0 {
    cursor: default;
  }
}

.clubhouse-y32543 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.clubhouse-9qwta5 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .clubhouse-9qwta5 {
    padding: 40px 4px;
  }
}

.clubhouse-qywm64 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .clubhouse-qywm64 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.clubhouse-f3scl0 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .clubhouse-f3scl0 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.clubhouse-f3scl0 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.clubhouse-f3scl0 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.clubhouse-f3scl0 [data-ref-el],
.clubhouse-f3scl0 span,
.clubhouse-f3scl0 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.clubhouse-ewhyar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .clubhouse-ewhyar {
    margin-bottom: 12px;
  }
}

.clubhouse-7d9zdb {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.clubhouse-7d9zdb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .clubhouse-7d9zdb:last-child {
    margin-right: 0;
  }
}

.clubhouse-f2dcxi {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.clubhouse-ewhyar:hover .clubhouse-pwi28t {
  visibility: visible;
  opacity: 1;
}

.clubhouse-pwi28t {
  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);
}

.clubhouse-l4szce {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.clubhouse-v5j9rq {
  display: flex;
  margin: 6px;
}

.clubhouse-v5j9rq img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.clubhouse-pwi28t::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);
}

.clubhouse-pwi28t::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);
}

.clubhouse-512ggr {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .clubhouse-512ggr {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.clubhouse-d1u66w {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .clubhouse-d1u66w {
    margin-right: 32px;
  }
}

.clubhouse-qmuhxc {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .clubhouse-qmuhxc {
    margin-top: 0;
    width: 340px;
  }
}

.clubhouse-qmuhxc a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.clubhouse-pv62wv {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.clubhouse-6d84j0 {
  position: relative;
}

@media (min-width: 768px) {
  .clubhouse-6d84j0 {
    margin-top: 40px;
  }
}

.clubhouse-6d84j0 + .clubhouse-o7gx09,
.clubhouse-6d84j0 + .clubhouse-6d84j0 {
  margin-top: 24px;
}

.clubhouse-hqggz4 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .clubhouse-hqggz4 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .clubhouse-hqggz4 {
    padding: 80px;
  }
}

.clubhouse-nmdbnl {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .clubhouse-nmdbnl {
    padding: 0 16px;
}


}

.clubhouse-2etlx3 {
  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) {
  .clubhouse-2etlx3 {
    font-size: 48px;
    line-height: 56px;
  }
}

.clubhouse-rot75u {
  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) {
  .clubhouse-rot75u {
    font-size: 24px;
    line-height: 32px;
  }
}

.clubhouse-aztcw9 {
  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;
}

.clubhouse-aztcw9:hover {
  background: var(--button-bg-hover);
}

.clubhouse-a5iydz {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.clubhouse-a5iydz img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .clubhouse-a5iydz img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .clubhouse-a5iydz img {
  min-height: 100%;
  }
}

.clubhouse-hqggz4::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.clubhouse-r7oudy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.clubhouse-r7oudy h1,
.clubhouse-r7oudy h2,
.clubhouse-r7oudy h3,
.clubhouse-r7oudy h4 {
  margin-bottom: 6px;
}

.clubhouse-r7oudy h1:not(:first-child),
.clubhouse-r7oudy h2:not(:first-child),
.clubhouse-r7oudy h3:not(:first-child),
.clubhouse-r7oudy h4:not(:first-child) {
  margin-top: 16px;
}

.clubhouse-r7oudy h1,
.clubhouse-r7oudy h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .clubhouse-r7oudy h1,
  .clubhouse-r7oudy h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.clubhouse-r7oudy h2,
.clubhouse-r7oudy h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .clubhouse-r7oudy h2,
  .clubhouse-r7oudy h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.clubhouse-r7oudy h3,
.clubhouse-r7oudy h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .clubhouse-r7oudy h3,
  .clubhouse-r7oudy h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.clubhouse-r7oudy h4,
.clubhouse-r7oudy h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.clubhouse-r7oudy ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.clubhouse-r7oudy ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.clubhouse-r7oudy 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);
}

.clubhouse-r7oudy ul ul {
  margin-bottom: 8px;
}

.clubhouse-r7oudy ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.clubhouse-r7oudy ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.clubhouse-r7oudy ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.clubhouse-r7oudy ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.clubhouse-r7oudy ol li::marker {
  font-weight: 700;
}

.clubhouse-r7oudy ol ol {
  margin-bottom: 8px;
}

.clubhouse-r7oudy ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.clubhouse-r7oudy ol ul li {
  padding-left: 16px;
}

.clubhouse-r7oudy 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) {
  .clubhouse-r7oudy table {
    padding: 24px;
  }
}

.clubhouse-r7oudy table.clubhouse-75qia8 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.clubhouse-jmiiiv,
    mask-image 0.3s;
}

.clubhouse-r7oudy table.clubhouse-75qia8.clubhouse-ysfd6g {
  -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) {
  .clubhouse-r7oudy table {
    display: table;
  }
}

.clubhouse-r7oudy 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);
}

.clubhouse-r7oudy table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.clubhouse-r7oudy table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.clubhouse-r7oudy 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) {
  .clubhouse-r7oudy table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.clubhouse-r7oudy table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.clubhouse-r7oudy table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.clubhouse-r7oudy table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.clubhouse-r7oudy img {
  max-width: 100%;
  height: auto;
}

.clubhouse-mzbtvi {
  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) {
  .clubhouse-mzbtvi {
    padding: 24px;
  }
}

.clubhouse-jenv6n {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .clubhouse-jenv6n {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.clubhouse-jenv6n > * {
  margin: 0 !important;
}

.clubhouse-jenv6n img,
.clubhouse-y83jaz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .clubhouse-jenv6n img,
  .clubhouse-y83jaz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.clubhouse-we4sef {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .clubhouse-we4sef {
    width: 32px;
    height: 32px;
  }
}

.clubhouse-jpn97z {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.clubhouse-jpn97z .clubhouse-hwtndi {
  flex-shrink: 0;
}

.clubhouse-jpn97z .clubhouse-tw0ezk svg {
  display: none;
}

.clubhouse-yyngvx {
  display: grid;
  transition: max-height 0.clubhouse-jmiiiv ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .clubhouse-yyngvx {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .clubhouse-yyngvx {
    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));
  }
}

.clubhouse-yyngvx.clubhouse-hjvdhh + .clubhouse-hwtndi svg {
  transform: rotate(180deg);
}

.clubhouse-3koetw {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.clubhouse-3koetw > div:nth-child(3n) {
  grid-column: span 2;
}

.clubhouse-3koetw
  > div:nth-child(3n)
  .clubhouse-h7x580
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .clubhouse-3koetw {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .clubhouse-3koetw > div:nth-child(3n) {
    grid-column: unset;
  }

  .clubhouse-3koetw
    > div:nth-child(3n)
    .clubhouse-h7x580
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .clubhouse-3koetw {
    max-width: 270px;
  }
}

.clubhouse-3koetw .clubhouse-h7x580 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .clubhouse-3koetw .clubhouse-h7x580 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .clubhouse-3koetw .clubhouse-h7x580 button {
    max-width: 104px;
  }
}

.clubhouse-kai2xz {
  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) {
  .clubhouse-kai2xz {
    margin-bottom: 0;
  }
}

.clubhouse-stuf6g {
  display: none;
  opacity: 0;
}

.clubhouse-0fqhxr {
  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;
  }
}

.clubhouse-0fqhxr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.clubhouse-h7x580 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.clubhouse-h7x580 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .clubhouse-h7x580
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .clubhouse-h7x580
    button {
    max-width: 145px;
  }
}

.clubhouse-8yolnq:first-child
  .clubhouse-h7x580
  button {
  max-width: 270px;
}

.clubhouse-8tgtjp {
  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%;
}

.clubhouse-kai2xz picture {
  width: 100%;
  max-width: 100%;
}

.clubhouse-67cbog {
  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;
}

.clubhouse-67cbog svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.clubhouse-kai2xz:hover .clubhouse-67cbog {
  display: flex;
}

.clubhouse-icwurg {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.clubhouse-k72blz {
  display: flex;
}

.clubhouse-k72blz:hover .clubhouse-imdvmn,
.clubhouse-k72blz .clubhouse-78e3km .clubhouse-imdvmn {
  display: flex;
}

.clubhouse-k72blz svg {
  flex-shrink: 0;
}

.clubhouse-imdvmn {
  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) {
  .clubhouse-imdvmn {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.clubhouse-imdvmn:hover {
  display: flex;
}

.clubhouse-imdvmn svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.clubhouse-f8hnmi {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .clubhouse-f8hnmi {
    font-size: 12px;
  }
}

.clubhouse-f27age,
.clubhouse-jfq1ps {
  width: 50%;
  flex-shrink: 0;
}

.clubhouse-f27age {
  font-weight: 700;
}

.clubhouse-nay05u .clubhouse-yyngvx {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .clubhouse-nay05u .clubhouse-yyngvx {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .clubhouse-nay05u .clubhouse-yyngvx {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.clubhouse-nay05u
  .clubhouse-8tgtjp:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.clubhouse-nay05u .clubhouse-0fqhxr {
  height: 100% !important;
  border-radius: 16px;
}

.clubhouse-nay05u .clubhouse-h7x580 {
  gap: 4px;
  align-items: center;
}

.clubhouse-nay05u .clubhouse-h7x580 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clubhouse-nay05u .clubhouse-h7x580 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.clubhouse-nay05u .clubhouse-ao9drg,
.clubhouse-nay05u .clubhouse-hvbanv {
  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.clubhouse-fx4v5o.org/2000/svg'%3E%3Cpath d='M9.clubhouse-036l3d 4.clubhouse-trkohg.clubhouse-w1xx6s 5.clubhouse-mjq51a.clubhouse-4b95lo 5.clubhouse-pc8amj.clubhouse-7za143 5.clubhouse-rp0qc3.clubhouse-3ishf0 8.clubhouse-z2fvdh.clubhouse-586aex 9.clubhouse-thu14g.clubhouse-4jop13 9.clubhouse-ds7xgd.clubhouse-cht8iu 13.clubhouse-fh3u06.clubhouse-tnjpuc 11.clubhouse-wwg409.clubhouse-ds3itx 11.clubhouse-3eomn6.clubhouse-bekxsg 11.clubhouse-41bjhh.clubhouse-tvy6v6 13.clubhouse-6n5i5n.clubhouse-63su1w 9.clubhouse-gqrysa.clubhouse-kbz4b5 9.clubhouse-walq0f.clubhouse-wdw6c2 8.clubhouse-5z9nhu.clubhouse-uaa0if 5.clubhouse-mjgx7z.clubhouse-wxljqu 5.clubhouse-hdhwqv.clubhouse-qp1utx 5.clubhouse-0yxflu.clubhouse-h15t86 4.clubhouse-9rjn3y.clubhouse-ds3itx 1.clubhouse-tjiqri.clubhouse-036l3d 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.clubhouse-nay05u .clubhouse-ao9drg {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.clubhouse-nay05u .clubhouse-hvbanv {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.clubhouse-h76brj {
  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) {
  .clubhouse-h76brj {
    padding: 24px;
  }
}

.clubhouse-h76brj .clubhouse-hwtndi {
  display: flex;
}

@media (min-width: 768px) {
  .clubhouse-h76brj .clubhouse-hwtndi {
    display: none;
  }
}

.clubhouse-h76brj .clubhouse-tw0ezk svg {
  display: none;
}

.clubhouse-glyev2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.clubhouse-glyev2 .clubhouse-xwj4w6 {
  display: none;
}

@media (min-width: 768px) {
  .clubhouse-glyev2 .clubhouse-xwj4w6 {
    display: flex;
  }
}

.clubhouse-qgocah {
  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) {
  .clubhouse-qgocah {
    font-size: 40px;
    line-height: 48px;
  }
}

.clubhouse-qgocah > * {
  margin: 0 !important;
}

.clubhouse-qgocah img,
.clubhouse-6udax5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .clubhouse-qgocah img,
  .clubhouse-6udax5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.clubhouse-nphrlq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .clubhouse-nphrlq {
    width: 32px;
    height: 32px;
  }
}

.clubhouse-vlmjzt {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .clubhouse-vlmjzt {
    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;
  }

  .clubhouse-vlmjzt::-webkit-scrollbar {
    display: none;
  }
}

.clubhouse-zdn221 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .clubhouse-zdn221 {
    padding: 7px 15px;
  }
}

.clubhouse-zdn221:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.clubhouse-9w6tiw {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .clubhouse-9w6tiw {
    display: flex;
    opacity: 1;
  }
}

.clubhouse-zdn221 picture {
  height: 100%;
  display: block;
}

.clubhouse-zdn221 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .clubhouse-zdn221 img {
    width: 88px;
    height: 44px;
  }
}

.clubhouse-zdn221 p {
  text-align: center;
  width: 100%;
}

.clubhouse-qsintb {
  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) {
  .clubhouse-qsintb {
    font-size: 40px;
    line-height: 48px;
  }
}

.clubhouse-qsintb img,
.clubhouse-ydj0sd {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .clubhouse-qsintb img,
  .clubhouse-ydj0sd {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.clubhouse-vb4nfw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .clubhouse-vb4nfw {
    width: 32px;
    height: 32px;
  }
}

.clubhouse-qvvhhj {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.clubhouse-437e7l {
  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;
}

.clubhouse-8mrzw9 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.clubhouse-8mrzw9.clubhouse-78e3km {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.clubhouse-xqv79c {
  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) {
  .clubhouse-xqv79c {
    font-size: 20px;
    line-height: 28px;
  }
}

.clubhouse-nlobrp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.clubhouse-v85r4t {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.clubhouse-jmiiiv ease;
  opacity: 0;
  color: var(--text-color);
}

.clubhouse-4uagu5 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.clubhouse-4uagu5 ol,
.clubhouse-4uagu5 ul {
  padding-left: 1.3em;
}

.clubhouse-8mrzw9.clubhouse-78e3km .clubhouse-v85r4t {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.clubhouse-8mrzw9.clubhouse-78e3km .clubhouse-nlobrp {
  transform: rotate(180deg);
  color: var(--text-color);
}

.clubhouse-7fj74l {
  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) {
  .clubhouse-7fj74l {
    padding: 24px;
  }
}

.clubhouse-7fj74l .clubhouse-hwtndi {
  display: flex;
}

@media (min-width: 768px) {
  .clubhouse-7fj74l .clubhouse-hwtndi {
    display: none;
  }
}

.clubhouse-7fj74l .clubhouse-tw0ezk svg {
  display: none;
}

.clubhouse-1h5ytc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clubhouse-1h5ytc .clubhouse-xwj4w6 {
  display: none;
}

@media (min-width: 768px) {
  .clubhouse-1h5ytc .clubhouse-xwj4w6 {
    display: flex;
  }
}

.clubhouse-hh8z8r {
  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) {
  .clubhouse-hh8z8r {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.clubhouse-hh8z8r > * {
  margin: 0 !important;
}

.clubhouse-hh8z8r img,
.clubhouse-3jqf76 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .clubhouse-hh8z8r img,
  .clubhouse-3jqf76 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.clubhouse-gm8h2m {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .clubhouse-gm8h2m {
    width: 32px;
    height: 32px;
  }
}

.clubhouse-3f3jfg {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .clubhouse-3f3jfg {
    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;
  }

  .clubhouse-3f3jfg::-webkit-scrollbar {
    display: none;
  }
}

.clubhouse-f5mlyq {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.clubhouse-f5mlyq:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.clubhouse-28djdv {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .clubhouse-28djdv {
    display: flex;
    opacity: 1;
  }
}

.clubhouse-f5mlyq picture {
  width: auto;
  height: 100%;
  display: block;
}

.clubhouse-f5mlyq picture img {
  display: block;
  width: auto;
  height: 100%;
}

.clubhouse-d5das6 {
  margin: -24px 0;
}

.clubhouse-d5das6:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .clubhouse-d5das6 {
    margin: -16px 0;
  }
}

.clubhouse-e34i4d {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .clubhouse-e34i4d {
    flex-direction: row;
  }
}

.clubhouse-ykqbth {
  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) {
  .clubhouse-ykqbth {
    flex: 1;
  }
}

.clubhouse-ykqbth::placeholder {
  color: var(--Text-400);
}

.clubhouse-dv1gg9 {
  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;
}

.clubhouse-g7q9tz {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.clubhouse-g7q9tz::-webkit-scrollbar {
  display: none;
}

.clubhouse-ehtxva {
  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;
}

.clubhouse-ehtxva img,
.clubhouse-ehtxva svg {
  margin-right: 8px;
}

.clubhouse-0pywz3 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.clubhouse-d5das6 + .clubhouse-02odsg {
  margin-top: 0;
}

@media (min-width: 768px) {
  .clubhouse-d5das6 + .clubhouse-02odsg {
    margin-top: -16px;
  }
}

.clubhouse-ow2bqs {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.clubhouse-ow2bqs > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.clubhouse-ow2bqs > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.clubhouse-ul3ff4 {
  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;
}

.clubhouse-fssh8x {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.clubhouse-jvmuai {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.clubhouse-elkjrg {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.clubhouse-g9c25e {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.clubhouse-ul3ff4 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;
}

.clubhouse-ul3ff4 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) {
  .clubhouse-ul3ff4 {
    padding: 39px 179px 39px 39px;
  }

  .clubhouse-fssh8x {
    font-size: 40px;
    line-height: 48px;
  }

  .clubhouse-g9c25e {
    height: 348px;
  }

  .clubhouse-ul3ff4 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .clubhouse-ul3ff4 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .clubhouse-ul3ff4 {
    padding: 63px;
  }
}

.clubhouse-zzy0dp {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .clubhouse-zzy0dp {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.clubhouse-ilth1u {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .clubhouse-ilth1u {
    width: auto;
  }
}

.clubhouse-fuaw8i {
  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;
}

.clubhouse-fuaw8i::-webkit-scrollbar {
  display: none;
}

.clubhouse-fuaw8i 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);
}

.clubhouse-fuaw8i a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .clubhouse-fuaw8i {
    margin-left: 16px;
    margin-top: 0;
  }
}

.clubhouse-zzy0dp .clubhouse-odskys {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.clubhouse-jmiiiv,
    mask-image 0.3s;
}

.clubhouse-zzy0dp .clubhouse-odskys.clubhouse-ysfd6g {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.clubhouse-welrwm {
  margin: 40px -16px;
}

.clubhouse-iz6768 + .clubhouse-o7gx09,
.clubhouse-iz6768 + .clubhouse-6d84j0 {
  margin-top: 24px;
}

.clubhouse-08yckb {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.clubhouse-08yckb picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.clubhouse-v11s3e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .clubhouse-v11s3e {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .clubhouse-v11s3e {
    margin-top: 0;
  }
}

.clubhouse-rrmolu {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .clubhouse-rrmolu {
    font-size: 24px;
    line-height: 32px;
  }
}

.clubhouse-q7q1lf {
  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) {
  .clubhouse-q7q1lf {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.clubhouse-w2tcch {
  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) {
  .clubhouse-w2tcch {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.clubhouse-ss2hkd {
  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) {
  .clubhouse-ss2hkd {
    font-size: 20px;
    line-height: 28px;
  }
}

.clubhouse-3vlxpl {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .clubhouse-3vlxpl {
    font-size: 32px;
    line-height: 40px;
  }
}

.clubhouse-hl8ska {
  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;
}

.clubhouse-0mca4t {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.clubhouse-0mca4t img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.clubhouse-02odsg {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.clubhouse-a360p8 {
  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) {
  .clubhouse-a360p8 {
    padding: 15px 48px;
  }
}

main > .clubhouse-02odsg {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .clubhouse-yyngvx.clubhouse-tzp4ot > div:nth-child(n+5) {
    display: none;
  }
}

.clubhouse-r7oudy p a img {
  display: block;
  margin: 0 auto;
}


.clubhouse-k5o18z {
  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 */
.clubhouse-b8ekwg {
  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;
}

.clubhouse-b8ekwg label {
  font-size: 14px;
}

.clubhouse-b8ekwg h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.clubhouse-b8ekwg input,
.clubhouse-b8ekwg textarea,
.clubhouse-b8ekwg 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;
}
.clubhouse-b8ekwg button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.clubhouse-vgb6ni ease;
}
.clubhouse-b8ekwg button:hover {
  background-color: var(--button-bg-hover);
}
.clubhouse-6sv4mw {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.clubhouse-pkvr45 ease-in;
}

.clubhouse-6sv4mw 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;
}
.clubhouse-r3gfzi, .clubhouse-8mkr8g, [class*="review-card"],
thead, thead th, table th, .clubhouse-3mn3jg,
.clubhouse-q1jay2, [class*="collapsible-header"],
.clubhouse-2zb6su, [class*="updated-block"] {
  color: #ece7dc !important;
}
