* {
  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;
  }
}

.levelup-jfp3ni {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .levelup-jfp3ni {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .levelup-jfp3ni {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.levelup-iyyj6c {
  overflow: hidden;
}

.levelup-v8n1y2 img {
  background: var(--Neutral-300);
}

.levelup-0d6whi {
  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;
}

.levelup-wqwibd {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.levelup-wqwibd:hover {
  background: var(--button-bg-hover);
}

.levelup-qn0ww1 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.levelup-qn0ww1:hover {
  background: var(--button-bg-hover);
}

.levelup-5bd5u6 {
  font-size: 12px;
  line-height: 18px;
}

.levelup-con3hk {
  font-size: 18px;
  line-height: 26px;
}

.levelup-g47mi6 {
  width: 100%;
}

.levelup-1qzdeh {
  padding: 6px 16px;
}

.levelup-a5xjro {
  padding: 10px 16px;
}

.levelup-f4tjn5 {
  padding: 15px 26px;
}

.levelup-ho933o {
  flex-shrink: 0;
}

.levelup-03b6o3 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.levelup-9dcadv {
  display: none;
}

.levelup-9ki58h {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.levelup-pc8djo {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.levelup-ij1mj2 {
  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;
}

.levelup-xypj82 {
  cursor: grab;
}

.levelup-ij1mj2::-webkit-scrollbar {
  display: none;
}

.levelup-tawhwo {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.levelup-u3ipls {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.levelup-2ih1nz {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.levelup-3uwe07 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.levelup-nsrwwf {
  visibility: visible;
}

.levelup-qpc10s {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.levelup-oss5qe ease;
}

.levelup-cbd4jr {
  background-color: var(--Primary-200);
  width: 16px;
}

.levelup-zam1wv {
  -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.levelup-oss5qe,
    mask-image 0.3s;
}

.levelup-zam1wv.levelup-saud5f {
  -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;
  }
}

.levelup-fjz4ek: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;
}

.levelup-j8pdze {
  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.levelup-o44oop.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.levelup-o44oop.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;
}

.levelup-05nd8k {
  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);
}

.levelup-05nd8k::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%
  );
}

.levelup-vb2yct {
  position: relative;
  z-index: 1;
}

.levelup-oixspe {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.levelup-4expep {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.levelup-6g4s1c {
  font-size: 40px;
  line-height: 48px;
}

.levelup-y87438 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.levelup-2pukl8 {
  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;
}

.levelup-2pukl8:hover {
  background: var(--Primary-400);
}

.levelup-2pukl8 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.levelup-fjz4ek 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) {
  .levelup-05nd8k {
    max-width: 600px;
    padding: 64px;
  }

  .levelup-oixspe {
    font-size: 24px;
    line-height: 32px;
  }

  .levelup-4expep {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .levelup-6g4s1c {
    font-size: 50px;
    line-height: 56px;
  }

  .levelup-y87438 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .levelup-j8pdze {
    top: 25px;
    right: 25px;
  }
}

.levelup-nvu5pg,
.levelup-e0zkbp {
  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;
}

.levelup-3w63uq.levelup-xwl82s::before,
.levelup-e0zkbp::before,
.levelup-7n8wb4::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.levelup-o44oop.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.levelup-rhphhj 14.levelup-d3vxsb.levelup-sgjn5y 14.levelup-781w1y 15.levelup-1rj624 14.levelup-w84fct 15.levelup-40bxkc 14.levelup-9ivqy1.levelup-rpbyy6 14.levelup-ca8rej 19.levelup-wdhbia 12.levelup-rqru84 19.levelup-wdhbia 10.levelup-w9pd1u.levelup-wdhbia 8.levelup-znekyn 17.levelup-7k5q1t 7.levelup-gy9yj8 15.levelup-lwx1lv 7.levelup-roarqz.levelup-1en1hl 7.levelup-gy9yj8 11.levelup-8wduax 8.levelup-znekyn 11.levelup-8wduax 10.levelup-qfnj65.levelup-8wduax 12.levelup-nw1wed 13.levelup-0q99lk 14.levelup-2gyfz8 15.levelup-gwm0ic 14.levelup-v78ptd.levelup-nse40t 14.levelup-gv5eho 15.levelup-z08hhj 14.levelup-m1xm60 15.levelup-djxw5a 14.levelup-fdk1v3.levelup-rhphhj 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.levelup-6j81uz 15.levelup-b06wqh.levelup-hkpho4 15.levelup-ah01kf 15.levelup-y3mom5 15.levelup-kjupfw 15.levelup-yajufr 15.levelup-rzne2c.levelup-zvsdeh 15.levelup-kjupfw 15.levelup-z2nclm 15.levelup-o1noow 15.levelup-hu705d 15.levelup-xgsv4z.levelup-pnht4l 15.levelup-rvkomb 7.levelup-1882ib 18.levelup-mmyjvf 7.levelup-aelzcs 23.levelup-icfkuv.levelup-y8xons.levelup-zzbbb4 18.levelup-g091tk 19.levelup-5va662 15.levelup-fi0jib 15.levelup-6j81uz 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.levelup-5e8ge8 [type="submit"] *,
.levelup-jcu8ji button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .levelup-rpiz8h {
    display: none;
  }
}

.levelup-88urmy {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .levelup-88urmy {
  display: none;
}

@media (min-width: 768px) {
  .levelup-88urmy {
    bottom: 22px;
  }
}

.levelup-88urmy input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .levelup-88urmy {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.levelup-z916n0.static) .levelup-88urmy {
    bottom: 8px;
  }
}

.levelup-cbw867 {
  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.levelup-o44oop.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.levelup-7k0yjq 3.levelup-mbceo3.levelup-vimfda.levelup-3lkgvh 3.levelup-q0mnjq 3.levelup-nrx1wc 5.levelup-90ptmg 3.levelup-nrx1wc 8.levelup-rukabp.levelup-erv3ts.levelup-nrx1wc 26.levelup-bado7e 5.levelup-zgdplh 28.levelup-xgra2v 8.levelup-hogx8b 28.levelup-nk4xzn.levelup-pbm7me 28.levelup-irlgut.levelup-rvfq58 34.levelup-ql8htf.levelup-inlb31 36.levelup-fappgl 11.levelup-samjdp 37.levelup-3l5kqi 12.levelup-sa6hx8 36.levelup-p3qpi2.levelup-5bni0n 28.levelup-6zhfby.levelup-z3wmo9.levelup-wglheo 28.levelup-lxz3ty 36.levelup-tbou9j 26.levelup-y2epmi 36.levelup-tbou9j 23.levelup-8eejnh.levelup-m9i995.levelup-tbou9j 5.levelup-ypypru 34.levelup-qi79js 3.levelup-q0mnjq 31.levelup-7k0yjq 3.levelup-hzpv8a.levelup-cqkqu0 18.levelup-3izg2b.levelup-9doq09 18.levelup-kgngqq 8.levelup-b2e9vc 17.levelup-gknkvp 8.levelup-b2e9vc 15.levelup-xu52y8.levelup-b2e9vc 14.levelup-bflz10 9.levelup-9doq09 13.levelup-70o9nj 11.levelup-cqkqu0 13.levelup-rriwka.levelup-t1kbz6 13.levelup-70o9nj 13.levelup-6sh3lp 14.levelup-bflz10 13.levelup-6sh3lp 15.levelup-lfk7oy.levelup-6sh3lp 17.levelup-gknkvp 12.levelup-t1kbz6 18.levelup-kgngqq 11.levelup-cqkqu0 18.levelup-89yl1v.levelup-zoy8q2 18.levelup-mpvgzn.levelup-hmwup1 18.levelup-kgngqq 17.levelup-n79i81 17.levelup-gknkvp 17.levelup-n79i81 15.levelup-8l6qq5.levelup-n79i81 14.levelup-bflz10 18.levelup-hmwup1 13.levelup-70o9nj 20.levelup-zoy8q2 13.levelup-qjqzob.levelup-1v1wiu 13.levelup-70o9nj 22.levelup-b4a53o 14.levelup-bflz10 22.levelup-b4a53o 15.levelup-susryc.levelup-czpj1c 17.levelup-gknkvp 21.levelup-1v1wiu 18.levelup-kgngqq 20.levelup-zoy8q2 18.levelup-cox6nj.levelup-zisng4 18.levelup-z6wv5k.levelup-9bk1cg 18.levelup-kgngqq 26.levelup-x8gqrt 17.levelup-gknkvp 26.levelup-x8gqrt 15.levelup-85pifr.levelup-x8gqrt 14.levelup-bflz10 27.levelup-9bk1cg 13.levelup-70o9nj 28.levelup-zisng4 13.levelup-i04v2c.levelup-piz4kz 13.levelup-70o9nj 31.levelup-07ly2i 14.levelup-bflz10 31.levelup-07ly2i 15.levelup-5wtn0u.levelup-x8gqrt 17.levelup-gknkvp 30.levelup-piz4kz 18.levelup-kgngqq 28.levelup-zisng4 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"])
    .levelup-cbw867 {
    display: none;
  }
}

.levelup-lm8bp9 {
  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) {
  .levelup-lm8bp9 {
    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;
}

.levelup-jcu8ji {
  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) {
  .levelup-jcu8ji {
    padding: 14px 16px;
  }
}

.levelup-jcu8ji button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.levelup-jcu8ji button:first-child {
  align-content: end;
}

.levelup-jcu8ji button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .levelup-jcu8ji
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .levelup-jcu8ji
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.levelup-jcu8ji button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.levelup-jcu8ji button:last-child svg {
  width: 38px;
  height: 38px;
}

.levelup-7n8wb4 {
  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;
}

.levelup-7n8wb4::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .levelup-7n8wb4,
.pc61d126-chatbot[data-active-screen="3"]
  .levelup-7n8wb4 {
  opacity: 1;
  visibility: visible;
}

.levelup-zq4u1f {
  flex: 1 1;
}

.levelup-2x1qn4 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .levelup-2x1qn4 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .levelup-d4gvkb {
  display: block;
}

.levelup-q75lbi {
  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) {
  .levelup-q75lbi {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.levelup-e0zkbp {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.levelup-e0zkbp::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.levelup-soy9dd span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.levelup-soy9dd p {
  color: var(--Text-100);
}

.levelup-e0zkbp .levelup-k2zztn {
  grid-area: button;
}

.levelup-e0zkbp .levelup-k2zztn::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.levelup-o44oop.org/2000/svg'%3E%3Cpath d='M4.levelup-vig66m 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.levelup-rbki9l 15L16.levelup-rbki9l 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.levelup-rbki9l 5L16.levelup-rbki9l 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .levelup-zouzmr {
  display: block;
}

.levelup-y9oihq {
  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) {
  .levelup-y9oihq {
    margin-top: 40px;
  }
}

.levelup-nvu5pg label,
.levelup-nvu5pg input {
  display: block;
  width: 100%;
}

.levelup-nvu5pg label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.levelup-nvu5pg label.levelup-cj2wtq input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.levelup-nvu5pg label.levelup-cj2wtq::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;
}

.levelup-nvu5pg 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;
}

.levelup-nvu5pg input::placeholder {
  color: var(--Text-400);
}

.levelup-vuvtw0 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .levelup-vuvtw0 {
  display: flex;
}

.levelup-vuvtw0 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .levelup-vuvtw0 ol {
    height: 420px;
    padding: 24px;
  }
}

.levelup-vuvtw0 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.levelup-5e8ge8 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .levelup-5e8ge8 {
    padding: 0 24px 24px;
  }
}

.levelup-5e8ge8 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;
}

.levelup-5e8ge8 input::placeholder {
  color: var(--Text-400);
}

.levelup-5e8ge8 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.levelup-5e8ge8 [type="submit"]:disabled {
  opacity: 0.5;
}

.levelup-5e8ge8 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .levelup-5e8ge8 [type="submit"] {
    right: 40px;
  }
}

.levelup-3w63uq {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.levelup-3w63uq.levelup-xwl82s {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.levelup-3w63uq.levelup-xwl82s::before {
  content: "";
  width: 31px;
}

.levelup-3w63uq.levelup-xwl82s p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.levelup-3w63uq.levelup-30fa82 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.levelup-3w63uq p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.levelup-88urmy .levelup-k2zztn {
  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;
  }
}

.levelup-rpiz8h {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .levelup-rpiz8h {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .levelup-rpiz8h {
    padding: 18px 0;
  }
}

.levelup-rpiz8h .levelup-jfp3ni {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .levelup-rpiz8h .levelup-jfp3ni {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.levelup-dnvff5 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .levelup-dnvff5 {
    max-width: 160px;
    height: 40px;
  }
}

.levelup-dnvff5 picture,
.levelup-dnvff5 img {
  display: block;
  width: 100%;
  height: 100%;
}

.levelup-dnvff5 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .levelup-1ms43n {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.levelup-oss5qe ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .levelup-rpiz8h.levelup-c1nu93 .levelup-1ms43n {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .levelup-1ms43n {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .levelup-1ms43n {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.levelup-zr4ea3,
.levelup-yzluue {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .levelup-zr4ea3,
  .levelup-yzluue {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .levelup-yzluue {
    display: none;
  }
}

.levelup-y5y3jq {
  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;
}

.levelup-c1nu93 .levelup-y5y3jq {
  background: var(--fh-bg-color);
}

.levelup-y5y3jq button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .levelup-y5y3jq {
    display: none;
  }
}

.levelup-5vix6k {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .levelup-5vix6k {
    display: none;
  }
}

.levelup-n306dr {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.levelup-rpiz8h.levelup-c1nu93 .levelup-n306dr:first-child {
  display: none;
}

.levelup-rpiz8h.levelup-c1nu93 .levelup-n306dr:last-child {
  display: block;
}

.levelup-n306dr:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .levelup-n306dr {
    display: none;
  }
}

.levelup-5w0zas {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .levelup-5w0zas {
    display: flex;
  }
}

.levelup-5w0zas ul {
  max-height: 350px;
  overflow-y: auto;
}

.levelup-5w0zas:hover ul {
  visibility: visible;
  opacity: 1;
}

.levelup-5w0zas:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.levelup-5w0zas:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.levelup-5w0zas:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.levelup-5w0zas:hover .levelup-hd09na svg {
  transform: rotate(180deg);
}

.levelup-bxfqiw {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.levelup-t6s5xl {
  padding: 0 8px;
}

.levelup-d6zqv6 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.levelup-d6zqv6:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .levelup-d6zqv6 {
    padding: 4px 8px;
  }
}

.levelup-bvkrk0 {
  display: flex;
}

.levelup-bvkrk0 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.levelup-hd09na {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.levelup-hd09na svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.levelup-ivxgs9 {
  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) {
  .levelup-ivxgs9 {
    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;
  }
}

.levelup-p90v0t {
  width: 100%;
}

@media (min-width: 1200px) {
  .levelup-p90v0t {
    display: none;
  }
}

.levelup-49cadl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.levelup-sejmym {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.levelup-j1cg1v {
  display: flex;
}

.levelup-5xh44d {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.levelup-ukpew9 {
  list-style: none;
}

@media (max-width: 1199px) {
  .levelup-ukpew9 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .levelup-ukpew9 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .levelup-ukpew9 .levelup-73rjca [data-ref-el],
  .levelup-ukpew9 .levelup-73rjca span,
  .levelup-ukpew9 .levelup-73rjca a {
    white-space: nowrap;
  }
}

.levelup-v7s9ha {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .levelup-v7s9ha.levelup-8isxyq > .levelup-73rjca {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .levelup-v7s9ha.levelup-iraczl:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .levelup-v7s9ha.levelup-8isxyq > .levelup-6f9j0o {
    height: auto;
  }

  .levelup-v7s9ha.levelup-8isxyq > div > .levelup-kiz9kl {
    transform: rotate(180deg);
  }
}

.levelup-v7s9ha [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.levelup-v7s9ha [data-ref-el],
.levelup-v7s9ha span {
  cursor: pointer;
}

.levelup-v7s9ha [data-ref-el],
.levelup-v7s9ha span,
.levelup-v7s9ha a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .levelup-v7s9ha [data-ref-el],
  .levelup-v7s9ha span,
  .levelup-v7s9ha a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .levelup-v7s9ha [data-ref-el],
  .levelup-v7s9ha span,
  .levelup-v7s9ha a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.levelup-6f9j0o {
  height: 0;
  overflow: hidden;
  transition: height 0.levelup-oss5qe ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.levelup-6f9j0o::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.levelup-6f9j0o::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.levelup-6f9j0o::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .levelup-6f9j0o {
    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;
  }

  .levelup-6f9j0o:has(> .levelup-v7s9ha.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .levelup-6f9j0o .levelup-6f9j0o {
    padding: 0;
  }

  .levelup-6f9j0o .levelup-v7s9ha {
    font-weight: 400;
  }

  .levelup-6f9j0o .levelup-v7s9ha:hover > .levelup-73rjca {
    background: var(--Neutral-300);
  }

  .levelup-6f9j0o .levelup-kiz9kl {
    rotate: -90deg;
  }
}

.levelup-73rjca {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .levelup-73rjca {
    padding: 8px;
  }

  .levelup-v7s9ha.levelup-70e4jt > .levelup-73rjca {
    background: var(--Neutral-300);
  }
}

.levelup-kiz9kl {
  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.levelup-o44oop.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.levelup-7kfwye 0.levelup-67pffs.levelup-gvuizg -0.levelup-d3vtdf 0.levelup-k726p5 -0.levelup-d3vtdf 1.levelup-szjkll 0.levelup-85tldu.levelup-wpd47u 4.levelup-tu2k0w.levelup-7kfwye 0.levelup-v8nj6b.levelup-5v09nv -0.levelup-d3vtdf 9.levelup-50k1w2 -0.levelup-d3vtdf 10.levelup-g0d36m 0.levelup-x5tn6v.levelup-1v6mtu 0.levelup-gvuizg 10.levelup-1v6mtu 0.levelup-k726p5 10.levelup-g0d36m 1.levelup-d5fbdi.levelup-dsr532 5.levelup-x6zrx6.levelup-m8fdti 6.levelup-21vd9z 5.levelup-mtknk2 6.levelup-21vd9z 4.levelup-ugkh6c 5.levelup-cmr9cx.levelup-7kfwye 1.levelup-ba6jw3.levelup-d3vtdf 0.levelup-k726p5 -0.levelup-d3vtdf 0.levelup-gvuizg 0.levelup-7kfwye 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.levelup-oss5qe ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .levelup-kiz9kl {
    cursor: default;
  }
}

.levelup-lxtlm6 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.levelup-5258l8 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .levelup-5258l8 {
    padding: 40px 4px;
  }
}

.levelup-92fy0x {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .levelup-92fy0x {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.levelup-zuyurm {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .levelup-zuyurm {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.levelup-zuyurm ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.levelup-zuyurm [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.levelup-zuyurm [data-ref-el],
.levelup-zuyurm span,
.levelup-zuyurm a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.levelup-52bkjg {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .levelup-52bkjg {
    margin-bottom: 12px;
  }
}

.levelup-pr6pg3 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.levelup-pr6pg3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .levelup-pr6pg3:last-child {
    margin-right: 0;
  }
}

.levelup-imlf8u {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.levelup-52bkjg:hover .levelup-cbt8t8 {
  visibility: visible;
  opacity: 1;
}

.levelup-cbt8t8 {
  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);
}

.levelup-2fxfvo {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.levelup-58qskj {
  display: flex;
  margin: 6px;
}

.levelup-58qskj img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.levelup-cbt8t8::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);
}

.levelup-cbt8t8::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);
}

.levelup-uwne2j {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .levelup-uwne2j {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.levelup-jr7k4l {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .levelup-jr7k4l {
    margin-right: 32px;
  }
}

.levelup-3dagcd {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .levelup-3dagcd {
    margin-top: 0;
    width: 340px;
  }
}

.levelup-3dagcd a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.levelup-sgb6gn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.levelup-71l793 {
  position: relative;
}

@media (min-width: 768px) {
  .levelup-71l793 {
    margin-top: 40px;
  }
}

.levelup-71l793 + .levelup-s5ufea,
.levelup-71l793 + .levelup-71l793 {
  margin-top: 24px;
}

.levelup-2sxdua {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .levelup-2sxdua {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .levelup-2sxdua {
    padding: 80px;
  }
}

.levelup-fx11hg {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .levelup-fx11hg {
    padding: 0 16px;
}


}

.levelup-2527gb {
  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) {
  .levelup-2527gb {
    font-size: 48px;
    line-height: 56px;
  }
}

.levelup-fxu7c7 {
  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) {
  .levelup-fxu7c7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.levelup-bu6jlf {
  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;
}

.levelup-bu6jlf:hover {
  background: var(--button-bg-hover);
}

.levelup-b9u15p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.levelup-b9u15p img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .levelup-b9u15p img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .levelup-b9u15p img {
  min-height: 100%;
  }
}

.levelup-2sxdua::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.levelup-dyr3o9 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.levelup-dyr3o9 h1,
.levelup-dyr3o9 h2,
.levelup-dyr3o9 h3,
.levelup-dyr3o9 h4 {
  margin-bottom: 6px;
}

.levelup-dyr3o9 h1:not(:first-child),
.levelup-dyr3o9 h2:not(:first-child),
.levelup-dyr3o9 h3:not(:first-child),
.levelup-dyr3o9 h4:not(:first-child) {
  margin-top: 16px;
}

.levelup-dyr3o9 h1,
.levelup-dyr3o9 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .levelup-dyr3o9 h1,
  .levelup-dyr3o9 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.levelup-dyr3o9 h2,
.levelup-dyr3o9 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .levelup-dyr3o9 h2,
  .levelup-dyr3o9 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.levelup-dyr3o9 h3,
.levelup-dyr3o9 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .levelup-dyr3o9 h3,
  .levelup-dyr3o9 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.levelup-dyr3o9 h4,
.levelup-dyr3o9 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.levelup-dyr3o9 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.levelup-dyr3o9 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.levelup-dyr3o9 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);
}

.levelup-dyr3o9 ul ul {
  margin-bottom: 8px;
}

.levelup-dyr3o9 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.levelup-dyr3o9 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.levelup-dyr3o9 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.levelup-dyr3o9 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.levelup-dyr3o9 ol li::marker {
  font-weight: 700;
}

.levelup-dyr3o9 ol ol {
  margin-bottom: 8px;
}

.levelup-dyr3o9 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.levelup-dyr3o9 ol ul li {
  padding-left: 16px;
}

.levelup-dyr3o9 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) {
  .levelup-dyr3o9 table {
    padding: 24px;
  }
}

.levelup-dyr3o9 table.levelup-li8kvh {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.levelup-oss5qe,
    mask-image 0.3s;
}

.levelup-dyr3o9 table.levelup-li8kvh.levelup-saud5f {
  -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) {
  .levelup-dyr3o9 table {
    display: table;
  }
}

.levelup-dyr3o9 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);
}

.levelup-dyr3o9 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.levelup-dyr3o9 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.levelup-dyr3o9 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) {
  .levelup-dyr3o9 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.levelup-dyr3o9 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.levelup-dyr3o9 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.levelup-dyr3o9 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.levelup-dyr3o9 img {
  max-width: 100%;
  height: auto;
}

.levelup-mdovc9 {
  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) {
  .levelup-mdovc9 {
    padding: 24px;
  }
}

.levelup-tzawe4 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .levelup-tzawe4 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.levelup-tzawe4 > * {
  margin: 0 !important;
}

.levelup-tzawe4 img,
.levelup-ieyuqn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .levelup-tzawe4 img,
  .levelup-ieyuqn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.levelup-70szyt {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .levelup-70szyt {
    width: 32px;
    height: 32px;
  }
}

.levelup-y759aj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.levelup-y759aj .levelup-nxhvrv {
  flex-shrink: 0;
}

.levelup-y759aj .levelup-fjzkq1 svg {
  display: none;
}

.levelup-crs7nz {
  display: grid;
  transition: max-height 0.levelup-oss5qe ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .levelup-crs7nz {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .levelup-crs7nz {
    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));
  }
}

.levelup-crs7nz.levelup-bv1su8 + .levelup-nxhvrv svg {
  transform: rotate(180deg);
}

.levelup-1sogzi {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.levelup-1sogzi > div:nth-child(3n) {
  grid-column: span 2;
}

.levelup-1sogzi
  > div:nth-child(3n)
  .levelup-t5mz0g
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .levelup-1sogzi {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .levelup-1sogzi > div:nth-child(3n) {
    grid-column: unset;
  }

  .levelup-1sogzi
    > div:nth-child(3n)
    .levelup-t5mz0g
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .levelup-1sogzi {
    max-width: 270px;
  }
}

.levelup-1sogzi .levelup-t5mz0g button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .levelup-1sogzi .levelup-t5mz0g button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .levelup-1sogzi .levelup-t5mz0g button {
    max-width: 104px;
  }
}

.levelup-uzmqs1 {
  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) {
  .levelup-uzmqs1 {
    margin-bottom: 0;
  }
}

.levelup-a1a146 {
  display: none;
  opacity: 0;
}

.levelup-rvdeqd {
  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;
  }
}

.levelup-rvdeqd img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.levelup-t5mz0g {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.levelup-t5mz0g button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .levelup-t5mz0g
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .levelup-t5mz0g
    button {
    max-width: 145px;
  }
}

.levelup-icqh68:first-child
  .levelup-t5mz0g
  button {
  max-width: 270px;
}

.levelup-9tj0t4 {
  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%;
}

.levelup-uzmqs1 picture {
  width: 100%;
  max-width: 100%;
}

.levelup-o1p01i {
  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;
}

.levelup-o1p01i svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.levelup-uzmqs1:hover .levelup-o1p01i {
  display: flex;
}

.levelup-bm9nb8 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.levelup-y8rxes {
  display: flex;
}

.levelup-y8rxes:hover .levelup-lp296n,
.levelup-y8rxes .levelup-70e4jt .levelup-lp296n {
  display: flex;
}

.levelup-y8rxes svg {
  flex-shrink: 0;
}

.levelup-lp296n {
  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) {
  .levelup-lp296n {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.levelup-lp296n:hover {
  display: flex;
}

.levelup-lp296n svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.levelup-4m7iw8 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .levelup-4m7iw8 {
    font-size: 12px;
  }
}

.levelup-ise7yd,
.levelup-nzezhq {
  width: 50%;
  flex-shrink: 0;
}

.levelup-ise7yd {
  font-weight: 700;
}

.levelup-4tg3qr .levelup-crs7nz {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .levelup-4tg3qr .levelup-crs7nz {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .levelup-4tg3qr .levelup-crs7nz {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.levelup-4tg3qr
  .levelup-9tj0t4:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.levelup-4tg3qr .levelup-rvdeqd {
  height: 100% !important;
  border-radius: 16px;
}

.levelup-4tg3qr .levelup-t5mz0g {
  gap: 4px;
  align-items: center;
}

.levelup-4tg3qr .levelup-t5mz0g button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.levelup-4tg3qr .levelup-t5mz0g svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.levelup-4tg3qr .levelup-83fsjj,
.levelup-4tg3qr .levelup-vdljbi {
  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.levelup-o44oop.org/2000/svg'%3E%3Cpath d='M9.levelup-5k13qo 4.levelup-6ialfx.levelup-0scxnv 5.levelup-wspyg1.levelup-9hjq85 5.levelup-5hz4y2.levelup-myfv49 5.levelup-da61gp.levelup-rckyc5 8.levelup-rqv9jl.levelup-kxccp5 9.levelup-ljpcfb.levelup-3gg34g 9.levelup-ctuenu.levelup-rx2emz 13.levelup-gq0zl1.levelup-j06s52 11.levelup-kyg9vs.levelup-s1z9hd 11.levelup-8ez25b.levelup-9g5djz 11.levelup-s9q4s0.levelup-0ewwi9 13.levelup-0kogsg.levelup-wre4c4 9.levelup-vfopuw.levelup-5xt2cn 9.levelup-y9yi47.levelup-wdymrp 8.levelup-zo0mgs.levelup-2aoo9t 5.levelup-bzb4su.levelup-t67j10 5.levelup-d8ferf.levelup-33t4jg 5.levelup-9vmatv.levelup-8znbkl 4.levelup-9eplcl.levelup-s1z9hd 1.levelup-hft7hn.levelup-5k13qo 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.levelup-4tg3qr .levelup-83fsjj {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.levelup-4tg3qr .levelup-vdljbi {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.levelup-0tdolb {
  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) {
  .levelup-0tdolb {
    padding: 24px;
  }
}

.levelup-0tdolb .levelup-nxhvrv {
  display: flex;
}

@media (min-width: 768px) {
  .levelup-0tdolb .levelup-nxhvrv {
    display: none;
  }
}

.levelup-0tdolb .levelup-fjzkq1 svg {
  display: none;
}

.levelup-t97r8w {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.levelup-t97r8w .levelup-0d6whi {
  display: none;
}

@media (min-width: 768px) {
  .levelup-t97r8w .levelup-0d6whi {
    display: flex;
  }
}

.levelup-eeidv1 {
  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) {
  .levelup-eeidv1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.levelup-eeidv1 > * {
  margin: 0 !important;
}

.levelup-eeidv1 img,
.levelup-ung4ff {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .levelup-eeidv1 img,
  .levelup-ung4ff {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.levelup-kjhprs {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .levelup-kjhprs {
    width: 32px;
    height: 32px;
  }
}

.levelup-9ysggq {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .levelup-9ysggq {
    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;
  }

  .levelup-9ysggq::-webkit-scrollbar {
    display: none;
  }
}

.levelup-5ibooq {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .levelup-5ibooq {
    padding: 7px 15px;
  }
}

.levelup-5ibooq:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.levelup-mi3nwe {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .levelup-mi3nwe {
    display: flex;
    opacity: 1;
  }
}

.levelup-5ibooq picture {
  height: 100%;
  display: block;
}

.levelup-5ibooq img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .levelup-5ibooq img {
    width: 88px;
    height: 44px;
  }
}

.levelup-5ibooq p {
  text-align: center;
  width: 100%;
}

.levelup-des9m4 {
  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) {
  .levelup-des9m4 {
    font-size: 40px;
    line-height: 48px;
  }
}

.levelup-des9m4 img,
.levelup-idc6p9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .levelup-des9m4 img,
  .levelup-idc6p9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.levelup-i11417 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .levelup-i11417 {
    width: 32px;
    height: 32px;
  }
}

.levelup-metxhp {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.levelup-l17u7s {
  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;
}

.levelup-iab2v4 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.levelup-iab2v4.levelup-70e4jt {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.levelup-4zfeqx {
  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) {
  .levelup-4zfeqx {
    font-size: 20px;
    line-height: 28px;
  }
}

.levelup-5z9l93 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.levelup-ora55n {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.levelup-oss5qe ease;
  opacity: 0;
  color: var(--text-color);
}

.levelup-5b2687 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.levelup-5b2687 ol,
.levelup-5b2687 ul {
  padding-left: 1.3em;
}

.levelup-iab2v4.levelup-70e4jt .levelup-ora55n {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.levelup-iab2v4.levelup-70e4jt .levelup-5z9l93 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.levelup-gx1f4p {
  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) {
  .levelup-gx1f4p {
    padding: 24px;
  }
}

.levelup-gx1f4p .levelup-nxhvrv {
  display: flex;
}

@media (min-width: 768px) {
  .levelup-gx1f4p .levelup-nxhvrv {
    display: none;
  }
}

.levelup-gx1f4p .levelup-fjzkq1 svg {
  display: none;
}

.levelup-3wkd2d {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.levelup-3wkd2d .levelup-0d6whi {
  display: none;
}

@media (min-width: 768px) {
  .levelup-3wkd2d .levelup-0d6whi {
    display: flex;
  }
}

.levelup-a0ozgr {
  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) {
  .levelup-a0ozgr {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.levelup-a0ozgr > * {
  margin: 0 !important;
}

.levelup-a0ozgr img,
.levelup-4hnor3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .levelup-a0ozgr img,
  .levelup-4hnor3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.levelup-pgqtm9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .levelup-pgqtm9 {
    width: 32px;
    height: 32px;
  }
}

.levelup-xitzbc {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .levelup-xitzbc {
    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;
  }

  .levelup-xitzbc::-webkit-scrollbar {
    display: none;
  }
}

.levelup-k00un8 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.levelup-k00un8:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.levelup-rm1ecc {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .levelup-rm1ecc {
    display: flex;
    opacity: 1;
  }
}

.levelup-k00un8 picture {
  width: auto;
  height: 100%;
  display: block;
}

.levelup-k00un8 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.levelup-2ve97k {
  margin: -24px 0;
}

.levelup-2ve97k:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .levelup-2ve97k {
    margin: -16px 0;
  }
}

.levelup-zu15wx {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .levelup-zu15wx {
    flex-direction: row;
  }
}

.levelup-h5rgr9 {
  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) {
  .levelup-h5rgr9 {
    flex: 1;
  }
}

.levelup-h5rgr9::placeholder {
  color: var(--Text-400);
}

.levelup-7ifd89 {
  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;
}

.levelup-v8fcpw {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.levelup-v8fcpw::-webkit-scrollbar {
  display: none;
}

.levelup-odell0 {
  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;
}

.levelup-odell0 img,
.levelup-odell0 svg {
  margin-right: 8px;
}

.levelup-3tjapz {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.levelup-2ve97k + .levelup-qcy8io {
  margin-top: 0;
}

@media (min-width: 768px) {
  .levelup-2ve97k + .levelup-qcy8io {
    margin-top: -16px;
  }
}

.levelup-fhm7n9 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.levelup-fhm7n9 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.levelup-fhm7n9 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.levelup-nxksz2 {
  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;
}

.levelup-u4mqau {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.levelup-qnkcrw {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.levelup-jo002u {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.levelup-wqqwyq {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.levelup-nxksz2 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;
}

.levelup-nxksz2 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) {
  .levelup-nxksz2 {
    padding: 39px 179px 39px 39px;
  }

  .levelup-u4mqau {
    font-size: 40px;
    line-height: 48px;
  }

  .levelup-wqqwyq {
    height: 348px;
  }

  .levelup-nxksz2 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .levelup-nxksz2 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .levelup-nxksz2 {
    padding: 63px;
  }
}

.levelup-u7q1k4 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .levelup-u7q1k4 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.levelup-1ol4wg {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .levelup-1ol4wg {
    width: auto;
  }
}

.levelup-epec6f {
  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;
}

.levelup-epec6f::-webkit-scrollbar {
  display: none;
}

.levelup-epec6f 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);
}

.levelup-epec6f a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .levelup-epec6f {
    margin-left: 16px;
    margin-top: 0;
  }
}

.levelup-u7q1k4 .levelup-xdgv4q {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.levelup-oss5qe,
    mask-image 0.3s;
}

.levelup-u7q1k4 .levelup-xdgv4q.levelup-saud5f {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.levelup-k16dko {
  margin: 40px -16px;
}

.levelup-yajmvs + .levelup-s5ufea,
.levelup-yajmvs + .levelup-71l793 {
  margin-top: 24px;
}

.levelup-8pmha8 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.levelup-8pmha8 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.levelup-jcxulc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .levelup-jcxulc {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .levelup-jcxulc {
    margin-top: 0;
  }
}

.levelup-t3rmg3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .levelup-t3rmg3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.levelup-hv7sg9 {
  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) {
  .levelup-hv7sg9 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.levelup-95b056 {
  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) {
  .levelup-95b056 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.levelup-svl7sc {
  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) {
  .levelup-svl7sc {
    font-size: 20px;
    line-height: 28px;
  }
}

.levelup-oyx686 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .levelup-oyx686 {
    font-size: 32px;
    line-height: 40px;
  }
}

.levelup-jp7duq {
  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;
}

.levelup-s9jwdl {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.levelup-s9jwdl img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.levelup-qcy8io {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.levelup-jhqfpf {
  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) {
  .levelup-jhqfpf {
    padding: 15px 48px;
  }
}

main > .levelup-qcy8io {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .levelup-crs7nz.levelup-mv4y2f > div:nth-child(n+5) {
    display: none;
  }
}

.levelup-dyr3o9 p a img {
  display: block;
  margin: 0 auto;
}


.levelup-6jk56w {
  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 */
.levelup-u0qk8j {
  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;
}

.levelup-u0qk8j label {
  font-size: 14px;
}

.levelup-u0qk8j h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.levelup-u0qk8j input,
.levelup-u0qk8j textarea,
.levelup-u0qk8j 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;
}
.levelup-u0qk8j button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.levelup-cb4pcq ease;
}
.levelup-u0qk8j button:hover {
  background-color: var(--button-bg-hover);
}
.levelup-dnytjx {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.levelup-1d5w12 ease-in;
}

.levelup-dnytjx 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;
}
.levelup-kqos0k, .levelup-un6ale, [class*="review-card"],
thead, thead th, table th, .levelup-x5e1qk,
.levelup-3l567g, [class*="collapsible-header"],
.levelup-oje6cq, [class*="updated-block"] {
  color: #ece7dc !important;
}
