* {
  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;
  }
}

.space9-cn6l9k {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .space9-cn6l9k {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .space9-cn6l9k {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.space9-y2pepb {
  overflow: hidden;
}

.space9-sp6m4s img {
  background: var(--Neutral-300);
}

.space9-70vydj {
  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;
}

.space9-sizif3 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.space9-sizif3:hover {
  background: var(--button-bg-hover);
}

.space9-ko6ma3 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.space9-ko6ma3:hover {
  background: var(--button-bg-hover);
}

.space9-etmvwj {
  font-size: 12px;
  line-height: 18px;
}

.space9-5d67sj {
  font-size: 18px;
  line-height: 26px;
}

.space9-wbltip {
  width: 100%;
}

.space9-kk1mni {
  padding: 6px 16px;
}

.space9-z4zc3r {
  padding: 10px 16px;
}

.space9-vuuye9 {
  padding: 15px 26px;
}

.space9-w475uj {
  flex-shrink: 0;
}

.space9-9kloio {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.space9-zt3jps {
  display: none;
}

.space9-mkqnxp {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.space9-ed2l8u {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.space9-tsoadi {
  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;
}

.space9-fqtuiq {
  cursor: grab;
}

.space9-tsoadi::-webkit-scrollbar {
  display: none;
}

.space9-k0biju {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.space9-j7rz9t {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.space9-6ixsg4 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.space9-464zt3 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.space9-vyucdr {
  visibility: visible;
}

.space9-scp7mo {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.space9-k3dlb5 ease;
}

.space9-k0ujub {
  background-color: var(--Primary-200);
  width: 16px;
}

.space9-r58n7l {
  -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.space9-k3dlb5,
    mask-image 0.3s;
}

.space9-r58n7l.space9-nnx623 {
  -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;
  }
}

.space9-dh6o1u: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;
}

.space9-xyu323 {
  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.space9-pji0oi.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.space9-pji0oi.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;
}

.space9-qwdopz {
  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);
}

.space9-qwdopz::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%
  );
}

.space9-cu7p1p {
  position: relative;
  z-index: 1;
}

.space9-mzlo6o {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.space9-0o5iaw {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.space9-wf17jc {
  font-size: 40px;
  line-height: 48px;
}

.space9-1irmu4 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.space9-f39x0y {
  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;
}

.space9-f39x0y:hover {
  background: var(--Primary-400);
}

.space9-f39x0y svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.space9-dh6o1u 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) {
  .space9-qwdopz {
    max-width: 600px;
    padding: 64px;
  }

  .space9-mzlo6o {
    font-size: 24px;
    line-height: 32px;
  }

  .space9-0o5iaw {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .space9-wf17jc {
    font-size: 50px;
    line-height: 56px;
  }

  .space9-1irmu4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .space9-xyu323 {
    top: 25px;
    right: 25px;
  }
}

.space9-zv8hyk,
.space9-uxap77 {
  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;
}

.space9-as2nc8.space9-6kmqu4::before,
.space9-uxap77::before,
.space9-8jh64d::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.space9-pji0oi.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.space9-h4hvfn 14.space9-ylnp5j.space9-9b7ljq 14.space9-eei0o5 15.space9-sa3kyx 14.space9-wd3siw 15.space9-4yoas8 14.space9-8x1tvu.space9-uift68 14.space9-it9s2b 19.space9-wdszmx 12.space9-xbksd9 19.space9-wdszmx 10.space9-33mfdu.space9-wdszmx 8.space9-j9qrjz 17.space9-eyn9li 7.space9-b22j8g 15.space9-ig5sh5 7.space9-l1muxb.space9-8y8h1w 7.space9-b22j8g 11.space9-gta4j2 8.space9-j9qrjz 11.space9-gta4j2 10.space9-skg00b.space9-gta4j2 12.space9-m56xwl 13.space9-2vtr7v 14.space9-twm4la 15.space9-e3wmjs 14.space9-gh4ijj.space9-brp46l 14.space9-o24axx 15.space9-q88632 14.space9-ip7sk1 15.space9-xkx52b 14.space9-had6cc.space9-h4hvfn 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.space9-ullvpm 15.space9-pso63i.space9-hoj00f 15.space9-cq5fsz 15.space9-w82ogr 15.space9-bn4yxz 15.space9-ulzrhu 15.space9-jinhtv.space9-8j9ru1 15.space9-bn4yxz 15.space9-lkvn0t 15.space9-6ykade 15.space9-jgc3bs 15.space9-ui5pvy.space9-61rn0g 15.space9-vtlk5a 7.space9-9dr08j 18.space9-2frckp 7.space9-07i68f 23.space9-zv68bx.space9-e58g30.space9-8hu5s6 18.space9-ngybho 19.space9-4lfkd1 15.space9-9ea8u0 15.space9-ullvpm 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.space9-ymuwhf [type="submit"] *,
.space9-jsfpfk button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .space9-8vd121 {
    display: none;
  }
}

.space9-n419zf {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .space9-n419zf {
  display: none;
}

@media (min-width: 768px) {
  .space9-n419zf {
    bottom: 22px;
  }
}

.space9-n419zf input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .space9-n419zf {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.space9-gkj5n2.static) .space9-n419zf {
    bottom: 8px;
  }
}

.space9-r8sb97 {
  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.space9-pji0oi.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.space9-afb2lg 3.space9-v4sfra.space9-68mm3a.space9-ietzrt 3.space9-prdhsg 3.space9-zudfxn 5.space9-vdblqu 3.space9-zudfxn 8.space9-ospkgv.space9-j1fiht.space9-zudfxn 26.space9-5il5oz 5.space9-t9f9wo 28.space9-1x9jn4 8.space9-xsxugz 28.space9-lt9yca.space9-k9lovk 28.space9-aowuoy.space9-j8z6t7 34.space9-mo9984.space9-xktsqe 36.space9-mrz8rt 11.space9-wfkmen 37.space9-5sokx9 12.space9-4fla8p 36.space9-msxt3t.space9-i65o1q 28.space9-u3vc45.space9-6bcmmd.space9-i6wy06 28.space9-c3bbwm 36.space9-rwyvt0 26.space9-45xyor 36.space9-rwyvt0 23.space9-onjw1u.space9-w751ey.space9-rwyvt0 5.space9-0yu9sd 34.space9-51wugh 3.space9-prdhsg 31.space9-afb2lg 3.space9-704wkj.space9-0tluw9 18.space9-xs8a5g.space9-yd4ryb 18.space9-02y83l 8.space9-tzh3en 17.space9-tzt9sl 8.space9-tzh3en 15.space9-nfvnga.space9-tzh3en 14.space9-5ibz6a 9.space9-yd4ryb 13.space9-38tkvn 11.space9-0tluw9 13.space9-zxnhxi.space9-9957ar 13.space9-38tkvn 13.space9-zk46fm 14.space9-5ibz6a 13.space9-zk46fm 15.space9-soei6o.space9-zk46fm 17.space9-tzt9sl 12.space9-9957ar 18.space9-02y83l 11.space9-0tluw9 18.space9-xoak7n.space9-2we3tv 18.space9-d8gpe2.space9-aqics0 18.space9-02y83l 17.space9-qu40iz 17.space9-tzt9sl 17.space9-qu40iz 15.space9-h1sr46.space9-qu40iz 14.space9-5ibz6a 18.space9-aqics0 13.space9-38tkvn 20.space9-2we3tv 13.space9-o0x1yl.space9-ysyt4j 13.space9-38tkvn 22.space9-sf2z6r 14.space9-5ibz6a 22.space9-sf2z6r 15.space9-27qqsv.space9-tsfntq 17.space9-tzt9sl 21.space9-ysyt4j 18.space9-02y83l 20.space9-2we3tv 18.space9-ledwjr.space9-nqnig4 18.space9-sq91si.space9-t0ap7n 18.space9-02y83l 26.space9-nprupv 17.space9-tzt9sl 26.space9-nprupv 15.space9-xlyojn.space9-nprupv 14.space9-5ibz6a 27.space9-t0ap7n 13.space9-38tkvn 28.space9-nqnig4 13.space9-s38kut.space9-kl8emk 13.space9-38tkvn 31.space9-0hnpn9 14.space9-5ibz6a 31.space9-0hnpn9 15.space9-dhyw2q.space9-nprupv 17.space9-tzt9sl 30.space9-kl8emk 18.space9-02y83l 28.space9-nqnig4 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"])
    .space9-r8sb97 {
    display: none;
  }
}

.space9-65bazs {
  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) {
  .space9-65bazs {
    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;
}

.space9-jsfpfk {
  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) {
  .space9-jsfpfk {
    padding: 14px 16px;
  }
}

.space9-jsfpfk button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.space9-jsfpfk button:first-child {
  align-content: end;
}

.space9-jsfpfk button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .space9-jsfpfk
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .space9-jsfpfk
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.space9-jsfpfk button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.space9-jsfpfk button:last-child svg {
  width: 38px;
  height: 38px;
}

.space9-8jh64d {
  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;
}

.space9-8jh64d::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .space9-8jh64d,
.pc61d126-chatbot[data-active-screen="3"]
  .space9-8jh64d {
  opacity: 1;
  visibility: visible;
}

.space9-i1dres {
  flex: 1 1;
}

.space9-lfnole {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .space9-lfnole {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .space9-uv1ge3 {
  display: block;
}

.space9-r1hyoz {
  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) {
  .space9-r1hyoz {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.space9-uxap77 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.space9-uxap77::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.space9-8nceqc span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.space9-8nceqc p {
  color: var(--Text-100);
}

.space9-uxap77 .space9-us35cq {
  grid-area: button;
}

.space9-uxap77 .space9-us35cq::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.space9-pji0oi.org/2000/svg'%3E%3Cpath d='M4.space9-a95ec1 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.space9-r32exa 15L16.space9-r32exa 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.space9-r32exa 5L16.space9-r32exa 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .space9-zld0ot {
  display: block;
}

.space9-mha4dr {
  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) {
  .space9-mha4dr {
    margin-top: 40px;
  }
}

.space9-zv8hyk label,
.space9-zv8hyk input {
  display: block;
  width: 100%;
}

.space9-zv8hyk label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.space9-zv8hyk label.space9-owih0v input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.space9-zv8hyk label.space9-owih0v::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;
}

.space9-zv8hyk 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;
}

.space9-zv8hyk input::placeholder {
  color: var(--Text-400);
}

.space9-gcx745 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .space9-gcx745 {
  display: flex;
}

.space9-gcx745 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .space9-gcx745 ol {
    height: 420px;
    padding: 24px;
  }
}

.space9-gcx745 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.space9-ymuwhf {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .space9-ymuwhf {
    padding: 0 24px 24px;
  }
}

.space9-ymuwhf 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;
}

.space9-ymuwhf input::placeholder {
  color: var(--Text-400);
}

.space9-ymuwhf [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.space9-ymuwhf [type="submit"]:disabled {
  opacity: 0.5;
}

.space9-ymuwhf [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .space9-ymuwhf [type="submit"] {
    right: 40px;
  }
}

.space9-as2nc8 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.space9-as2nc8.space9-6kmqu4 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.space9-as2nc8.space9-6kmqu4::before {
  content: "";
  width: 31px;
}

.space9-as2nc8.space9-6kmqu4 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.space9-as2nc8.space9-3kj895 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.space9-as2nc8 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.space9-n419zf .space9-us35cq {
  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;
  }
}

.space9-8vd121 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .space9-8vd121 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .space9-8vd121 {
    padding: 18px 0;
  }
}

.space9-8vd121 .space9-cn6l9k {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .space9-8vd121 .space9-cn6l9k {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.space9-h6nlxg {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .space9-h6nlxg {
    max-width: 160px;
    height: 40px;
  }
}

.space9-h6nlxg picture,
.space9-h6nlxg img {
  display: block;
  width: 100%;
  height: 100%;
}

.space9-h6nlxg img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .space9-h56oh1 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.space9-k3dlb5 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .space9-8vd121.space9-0szdrw .space9-h56oh1 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .space9-h56oh1 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .space9-h56oh1 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.space9-dwng0z,
.space9-t2acde {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .space9-dwng0z,
  .space9-t2acde {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .space9-t2acde {
    display: none;
  }
}

.space9-q52zdo {
  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;
}

.space9-0szdrw .space9-q52zdo {
  background: var(--fh-bg-color);
}

.space9-q52zdo button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .space9-q52zdo {
    display: none;
  }
}

.space9-1og4a8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .space9-1og4a8 {
    display: none;
  }
}

.space9-fjg6i0 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.space9-8vd121.space9-0szdrw .space9-fjg6i0:first-child {
  display: none;
}

.space9-8vd121.space9-0szdrw .space9-fjg6i0:last-child {
  display: block;
}

.space9-fjg6i0:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .space9-fjg6i0 {
    display: none;
  }
}

.space9-iv9iom {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .space9-iv9iom {
    display: flex;
  }
}

.space9-iv9iom ul {
  max-height: 350px;
  overflow-y: auto;
}

.space9-iv9iom:hover ul {
  visibility: visible;
  opacity: 1;
}

.space9-iv9iom:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.space9-iv9iom:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.space9-iv9iom:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.space9-iv9iom:hover .space9-tgyk3h svg {
  transform: rotate(180deg);
}

.space9-t7wkin {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.space9-kqx3ax {
  padding: 0 8px;
}

.space9-q7zug0 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.space9-q7zug0:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .space9-q7zug0 {
    padding: 4px 8px;
  }
}

.space9-w3316h {
  display: flex;
}

.space9-w3316h img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.space9-tgyk3h {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.space9-tgyk3h svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.space9-8wjem7 {
  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) {
  .space9-8wjem7 {
    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;
  }
}

.space9-1exj7m {
  width: 100%;
}

@media (min-width: 1200px) {
  .space9-1exj7m {
    display: none;
  }
}

.space9-zdce8t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.space9-56wxsa {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.space9-sij2q3 {
  display: flex;
}

.space9-72i5dz {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.space9-7wwqbv {
  list-style: none;
}

@media (max-width: 1199px) {
  .space9-7wwqbv {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .space9-7wwqbv {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .space9-7wwqbv .space9-a457p8 [data-ref-el],
  .space9-7wwqbv .space9-a457p8 span,
  .space9-7wwqbv .space9-a457p8 a {
    white-space: nowrap;
  }
}

.space9-ggfc1r {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .space9-ggfc1r.space9-fd1iii > .space9-a457p8 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .space9-ggfc1r.space9-65d0hz:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .space9-ggfc1r.space9-fd1iii > .space9-h9x2jr {
    height: auto;
  }

  .space9-ggfc1r.space9-fd1iii > div > .space9-ibbnny {
    transform: rotate(180deg);
  }
}

.space9-ggfc1r [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.space9-ggfc1r [data-ref-el],
.space9-ggfc1r span {
  cursor: pointer;
}

.space9-ggfc1r [data-ref-el],
.space9-ggfc1r span,
.space9-ggfc1r a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .space9-ggfc1r [data-ref-el],
  .space9-ggfc1r span,
  .space9-ggfc1r a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .space9-ggfc1r [data-ref-el],
  .space9-ggfc1r span,
  .space9-ggfc1r a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.space9-h9x2jr {
  height: 0;
  overflow: hidden;
  transition: height 0.space9-k3dlb5 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.space9-h9x2jr::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.space9-h9x2jr::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.space9-h9x2jr::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .space9-h9x2jr {
    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;
  }

  .space9-h9x2jr:has(> .space9-ggfc1r.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .space9-h9x2jr .space9-h9x2jr {
    padding: 0;
  }

  .space9-h9x2jr .space9-ggfc1r {
    font-weight: 400;
  }

  .space9-h9x2jr .space9-ggfc1r:hover > .space9-a457p8 {
    background: var(--Neutral-300);
  }

  .space9-h9x2jr .space9-ibbnny {
    rotate: -90deg;
  }
}

.space9-a457p8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .space9-a457p8 {
    padding: 8px;
  }

  .space9-ggfc1r.space9-a47an3 > .space9-a457p8 {
    background: var(--Neutral-300);
  }
}

.space9-ibbnny {
  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.space9-pji0oi.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.space9-h9ebte 0.space9-i5p3oo.space9-28devg -0.space9-nbh2pt 0.space9-kwzepf -0.space9-nbh2pt 1.space9-cz9bw3 0.space9-xqu0l5.space9-kqqm5p 4.space9-p79odp.space9-h9ebte 0.space9-6e5b3o.space9-8orwm3 -0.space9-nbh2pt 9.space9-mke5el -0.space9-nbh2pt 10.space9-ggmjfu 0.space9-vrx7ce.space9-n404o5 0.space9-28devg 10.space9-n404o5 0.space9-kwzepf 10.space9-ggmjfu 1.space9-sxk7ck.space9-gwf2lx 5.space9-qudeze.space9-j13koh 6.space9-njdfcp 5.space9-p4rvnd 6.space9-njdfcp 4.space9-4jo0of 5.space9-f4g4fg.space9-h9ebte 1.space9-0ga622.space9-nbh2pt 0.space9-kwzepf -0.space9-nbh2pt 0.space9-28devg 0.space9-h9ebte 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.space9-k3dlb5 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .space9-ibbnny {
    cursor: default;
  }
}

.space9-b166fd {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.space9-w4data {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .space9-w4data {
    padding: 40px 4px;
  }
}

.space9-7uu4l6 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .space9-7uu4l6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.space9-ozs1ib {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .space9-ozs1ib {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.space9-ozs1ib ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.space9-ozs1ib [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.space9-ozs1ib [data-ref-el],
.space9-ozs1ib span,
.space9-ozs1ib a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.space9-7goim0 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .space9-7goim0 {
    margin-bottom: 12px;
  }
}

.space9-m5zp6i {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.space9-m5zp6i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .space9-m5zp6i:last-child {
    margin-right: 0;
  }
}

.space9-vt3p35 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.space9-7goim0:hover .space9-l20lli {
  visibility: visible;
  opacity: 1;
}

.space9-l20lli {
  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);
}

.space9-juy723 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.space9-8kaua4 {
  display: flex;
  margin: 6px;
}

.space9-8kaua4 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.space9-l20lli::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);
}

.space9-l20lli::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);
}

.space9-9lxg07 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .space9-9lxg07 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.space9-p0p4ff {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .space9-p0p4ff {
    margin-right: 32px;
  }
}

.space9-1wxmkq {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .space9-1wxmkq {
    margin-top: 0;
    width: 340px;
  }
}

.space9-1wxmkq a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.space9-cjs962 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.space9-ueha6n {
  position: relative;
}

@media (min-width: 768px) {
  .space9-ueha6n {
    margin-top: 40px;
  }
}

.space9-ueha6n + .space9-8ze1z9,
.space9-ueha6n + .space9-ueha6n {
  margin-top: 24px;
}

.space9-0cmavk {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .space9-0cmavk {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .space9-0cmavk {
    padding: 80px;
  }
}

.space9-3tsvaz {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .space9-3tsvaz {
    padding: 0 16px;
}


}

.space9-ix2tbr {
  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) {
  .space9-ix2tbr {
    font-size: 48px;
    line-height: 56px;
  }
}

.space9-fodnqi {
  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) {
  .space9-fodnqi {
    font-size: 24px;
    line-height: 32px;
  }
}

.space9-0772p8 {
  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;
}

.space9-0772p8:hover {
  background: var(--button-bg-hover);
}

.space9-yh117c {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.space9-yh117c img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .space9-yh117c img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .space9-yh117c img {
  min-height: 100%;
  }
}

.space9-0cmavk::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.space9-wmm34k {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.space9-wmm34k h1,
.space9-wmm34k h2,
.space9-wmm34k h3,
.space9-wmm34k h4 {
  margin-bottom: 6px;
}

.space9-wmm34k h1:not(:first-child),
.space9-wmm34k h2:not(:first-child),
.space9-wmm34k h3:not(:first-child),
.space9-wmm34k h4:not(:first-child) {
  margin-top: 16px;
}

.space9-wmm34k h1,
.space9-wmm34k h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .space9-wmm34k h1,
  .space9-wmm34k h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.space9-wmm34k h2,
.space9-wmm34k h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .space9-wmm34k h2,
  .space9-wmm34k h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.space9-wmm34k h3,
.space9-wmm34k h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .space9-wmm34k h3,
  .space9-wmm34k h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.space9-wmm34k h4,
.space9-wmm34k h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.space9-wmm34k ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.space9-wmm34k ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.space9-wmm34k 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);
}

.space9-wmm34k ul ul {
  margin-bottom: 8px;
}

.space9-wmm34k ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.space9-wmm34k ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.space9-wmm34k ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.space9-wmm34k ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.space9-wmm34k ol li::marker {
  font-weight: 700;
}

.space9-wmm34k ol ol {
  margin-bottom: 8px;
}

.space9-wmm34k ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.space9-wmm34k ol ul li {
  padding-left: 16px;
}

.space9-wmm34k 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) {
  .space9-wmm34k table {
    padding: 24px;
  }
}

.space9-wmm34k table.space9-dyeadm {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.space9-k3dlb5,
    mask-image 0.3s;
}

.space9-wmm34k table.space9-dyeadm.space9-nnx623 {
  -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) {
  .space9-wmm34k table {
    display: table;
  }
}

.space9-wmm34k 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);
}

.space9-wmm34k table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.space9-wmm34k table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.space9-wmm34k 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) {
  .space9-wmm34k table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.space9-wmm34k table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.space9-wmm34k table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.space9-wmm34k table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.space9-wmm34k img {
  max-width: 100%;
  height: auto;
}

.space9-qy3x9s {
  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) {
  .space9-qy3x9s {
    padding: 24px;
  }
}

.space9-qzo7iq {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .space9-qzo7iq {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.space9-qzo7iq > * {
  margin: 0 !important;
}

.space9-qzo7iq img,
.space9-lzz1uk {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .space9-qzo7iq img,
  .space9-lzz1uk {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.space9-3108pz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .space9-3108pz {
    width: 32px;
    height: 32px;
  }
}

.space9-zv3n92 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.space9-zv3n92 .space9-wfteur {
  flex-shrink: 0;
}

.space9-zv3n92 .space9-g996vo svg {
  display: none;
}

.space9-ikcwzm {
  display: grid;
  transition: max-height 0.space9-k3dlb5 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .space9-ikcwzm {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .space9-ikcwzm {
    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));
  }
}

.space9-ikcwzm.space9-6qb892 + .space9-wfteur svg {
  transform: rotate(180deg);
}

.space9-0r03xv {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.space9-0r03xv > div:nth-child(3n) {
  grid-column: span 2;
}

.space9-0r03xv
  > div:nth-child(3n)
  .space9-qtxz3p
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .space9-0r03xv {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .space9-0r03xv > div:nth-child(3n) {
    grid-column: unset;
  }

  .space9-0r03xv
    > div:nth-child(3n)
    .space9-qtxz3p
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .space9-0r03xv {
    max-width: 270px;
  }
}

.space9-0r03xv .space9-qtxz3p button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .space9-0r03xv .space9-qtxz3p button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .space9-0r03xv .space9-qtxz3p button {
    max-width: 104px;
  }
}

.space9-8ruu80 {
  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) {
  .space9-8ruu80 {
    margin-bottom: 0;
  }
}

.space9-whcp8h {
  display: none;
  opacity: 0;
}

.space9-tnvq2k {
  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;
  }
}

.space9-tnvq2k img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.space9-qtxz3p {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.space9-qtxz3p button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .space9-qtxz3p
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .space9-qtxz3p
    button {
    max-width: 145px;
  }
}

.space9-zjanlv:first-child
  .space9-qtxz3p
  button {
  max-width: 270px;
}

.space9-gbg1qz {
  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%;
}

.space9-8ruu80 picture {
  width: 100%;
  max-width: 100%;
}

.space9-o0gq0s {
  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;
}

.space9-o0gq0s svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.space9-8ruu80:hover .space9-o0gq0s {
  display: flex;
}

.space9-yf6sxz {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.space9-b8xpk9 {
  display: flex;
}

.space9-b8xpk9:hover .space9-v5vvdd,
.space9-b8xpk9 .space9-a47an3 .space9-v5vvdd {
  display: flex;
}

.space9-b8xpk9 svg {
  flex-shrink: 0;
}

.space9-v5vvdd {
  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) {
  .space9-v5vvdd {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.space9-v5vvdd:hover {
  display: flex;
}

.space9-v5vvdd svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.space9-gvt6mx {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .space9-gvt6mx {
    font-size: 12px;
  }
}

.space9-wa4k5w,
.space9-wj813t {
  width: 50%;
  flex-shrink: 0;
}

.space9-wa4k5w {
  font-weight: 700;
}

.space9-zul938 .space9-ikcwzm {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .space9-zul938 .space9-ikcwzm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .space9-zul938 .space9-ikcwzm {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.space9-zul938
  .space9-gbg1qz:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.space9-zul938 .space9-tnvq2k {
  height: 100% !important;
  border-radius: 16px;
}

.space9-zul938 .space9-qtxz3p {
  gap: 4px;
  align-items: center;
}

.space9-zul938 .space9-qtxz3p button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.space9-zul938 .space9-qtxz3p svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.space9-zul938 .space9-8l01ay,
.space9-zul938 .space9-fhcjml {
  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.space9-pji0oi.org/2000/svg'%3E%3Cpath d='M9.space9-lheo9r 4.space9-r0cwke.space9-t14hlt 5.space9-yyii75.space9-122qbw 5.space9-pcozeu.space9-x1domb 5.space9-h5nq3b.space9-14hgqh 8.space9-jd42dp.space9-s39pnq 9.space9-7epm5l.space9-m6acrl 9.space9-e5qqgr.space9-t1761g 13.space9-csligf.space9-teeq5s 11.space9-yl4dj0.space9-71xu7i 11.space9-4dk6oh.space9-ss57c6 11.space9-7g4rim.space9-ctcfot 13.space9-os9w8k.space9-dhjav2 9.space9-9jyct9.space9-hezlls 9.space9-dgmwhj.space9-b9fmxb 8.space9-dascx5.space9-tn7jcb 5.space9-gf674l.space9-dmitd6 5.space9-pd8r8l.space9-spraaj 5.space9-mrlnlr.space9-nnoqw1 4.space9-1avrbv.space9-71xu7i 1.space9-3f72to.space9-lheo9r 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.space9-zul938 .space9-8l01ay {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.space9-zul938 .space9-fhcjml {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.space9-v4yeox {
  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) {
  .space9-v4yeox {
    padding: 24px;
  }
}

.space9-v4yeox .space9-wfteur {
  display: flex;
}

@media (min-width: 768px) {
  .space9-v4yeox .space9-wfteur {
    display: none;
  }
}

.space9-v4yeox .space9-g996vo svg {
  display: none;
}

.space9-syzvl4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.space9-syzvl4 .space9-70vydj {
  display: none;
}

@media (min-width: 768px) {
  .space9-syzvl4 .space9-70vydj {
    display: flex;
  }
}

.space9-f3gmhj {
  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) {
  .space9-f3gmhj {
    font-size: 40px;
    line-height: 48px;
  }
}

.space9-f3gmhj > * {
  margin: 0 !important;
}

.space9-f3gmhj img,
.space9-6xsin6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .space9-f3gmhj img,
  .space9-6xsin6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.space9-x0z3ao {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .space9-x0z3ao {
    width: 32px;
    height: 32px;
  }
}

.space9-m0d0o8 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .space9-m0d0o8 {
    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;
  }

  .space9-m0d0o8::-webkit-scrollbar {
    display: none;
  }
}

.space9-njtxgn {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .space9-njtxgn {
    padding: 7px 15px;
  }
}

.space9-njtxgn:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.space9-rgeus9 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .space9-rgeus9 {
    display: flex;
    opacity: 1;
  }
}

.space9-njtxgn picture {
  height: 100%;
  display: block;
}

.space9-njtxgn img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .space9-njtxgn img {
    width: 88px;
    height: 44px;
  }
}

.space9-njtxgn p {
  text-align: center;
  width: 100%;
}

.space9-2u0oar {
  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) {
  .space9-2u0oar {
    font-size: 40px;
    line-height: 48px;
  }
}

.space9-2u0oar img,
.space9-ftuis1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .space9-2u0oar img,
  .space9-ftuis1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.space9-g3e8o4 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .space9-g3e8o4 {
    width: 32px;
    height: 32px;
  }
}

.space9-h3xhth {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.space9-dhnrcf {
  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;
}

.space9-hy670o {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.space9-hy670o.space9-a47an3 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.space9-d6ex7d {
  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) {
  .space9-d6ex7d {
    font-size: 20px;
    line-height: 28px;
  }
}

.space9-b8yl8t {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.space9-fh7xsv {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.space9-k3dlb5 ease;
  opacity: 0;
  color: var(--text-color);
}

.space9-3nctun {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.space9-3nctun ol,
.space9-3nctun ul {
  padding-left: 1.3em;
}

.space9-hy670o.space9-a47an3 .space9-fh7xsv {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.space9-hy670o.space9-a47an3 .space9-b8yl8t {
  transform: rotate(180deg);
  color: var(--text-color);
}

.space9-l4kggt {
  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) {
  .space9-l4kggt {
    padding: 24px;
  }
}

.space9-l4kggt .space9-wfteur {
  display: flex;
}

@media (min-width: 768px) {
  .space9-l4kggt .space9-wfteur {
    display: none;
  }
}

.space9-l4kggt .space9-g996vo svg {
  display: none;
}

.space9-7qwh1q {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.space9-7qwh1q .space9-70vydj {
  display: none;
}

@media (min-width: 768px) {
  .space9-7qwh1q .space9-70vydj {
    display: flex;
  }
}

.space9-71pwdt {
  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) {
  .space9-71pwdt {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.space9-71pwdt > * {
  margin: 0 !important;
}

.space9-71pwdt img,
.space9-961poy {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .space9-71pwdt img,
  .space9-961poy {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.space9-jf6g05 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .space9-jf6g05 {
    width: 32px;
    height: 32px;
  }
}

.space9-zfs2hi {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .space9-zfs2hi {
    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;
  }

  .space9-zfs2hi::-webkit-scrollbar {
    display: none;
  }
}

.space9-5kcjbg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.space9-5kcjbg:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.space9-q4rdev {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .space9-q4rdev {
    display: flex;
    opacity: 1;
  }
}

.space9-5kcjbg picture {
  width: auto;
  height: 100%;
  display: block;
}

.space9-5kcjbg picture img {
  display: block;
  width: auto;
  height: 100%;
}

.space9-x628op {
  margin: -24px 0;
}

.space9-x628op:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .space9-x628op {
    margin: -16px 0;
  }
}

.space9-ativlp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .space9-ativlp {
    flex-direction: row;
  }
}

.space9-rp1ao9 {
  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) {
  .space9-rp1ao9 {
    flex: 1;
  }
}

.space9-rp1ao9::placeholder {
  color: var(--Text-400);
}

.space9-mr6fg6 {
  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;
}

.space9-41qc45 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.space9-41qc45::-webkit-scrollbar {
  display: none;
}

.space9-mbb0ud {
  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;
}

.space9-mbb0ud img,
.space9-mbb0ud svg {
  margin-right: 8px;
}

.space9-0mm6ka {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.space9-x628op + .space9-gj71ef {
  margin-top: 0;
}

@media (min-width: 768px) {
  .space9-x628op + .space9-gj71ef {
    margin-top: -16px;
  }
}

.space9-s4gd2q {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.space9-s4gd2q > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.space9-s4gd2q > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.space9-56yub7 {
  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;
}

.space9-2blgkt {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.space9-tgwz5f {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.space9-7kn7q2 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.space9-o8nvek {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.space9-56yub7 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;
}

.space9-56yub7 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) {
  .space9-56yub7 {
    padding: 39px 179px 39px 39px;
  }

  .space9-2blgkt {
    font-size: 40px;
    line-height: 48px;
  }

  .space9-o8nvek {
    height: 348px;
  }

  .space9-56yub7 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .space9-56yub7 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .space9-56yub7 {
    padding: 63px;
  }
}

.space9-myud17 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .space9-myud17 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.space9-fgc37v {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .space9-fgc37v {
    width: auto;
  }
}

.space9-wu9dz3 {
  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;
}

.space9-wu9dz3::-webkit-scrollbar {
  display: none;
}

.space9-wu9dz3 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);
}

.space9-wu9dz3 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .space9-wu9dz3 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.space9-myud17 .space9-mgc0zi {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.space9-k3dlb5,
    mask-image 0.3s;
}

.space9-myud17 .space9-mgc0zi.space9-nnx623 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.space9-nb934h {
  margin: 40px -16px;
}

.space9-ephrfu + .space9-8ze1z9,
.space9-ephrfu + .space9-ueha6n {
  margin-top: 24px;
}

.space9-m37cmv {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.space9-m37cmv picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.space9-z8lwde {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .space9-z8lwde {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .space9-z8lwde {
    margin-top: 0;
  }
}

.space9-muwe7k {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .space9-muwe7k {
    font-size: 24px;
    line-height: 32px;
  }
}

.space9-qd8y4d {
  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) {
  .space9-qd8y4d {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.space9-jwgnsf {
  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) {
  .space9-jwgnsf {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.space9-k5akq6 {
  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) {
  .space9-k5akq6 {
    font-size: 20px;
    line-height: 28px;
  }
}

.space9-92bj8s {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .space9-92bj8s {
    font-size: 32px;
    line-height: 40px;
  }
}

.space9-x7bq2h {
  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;
}

.space9-cup5j6 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.space9-cup5j6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.space9-gj71ef {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.space9-ckp73z {
  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) {
  .space9-ckp73z {
    padding: 15px 48px;
  }
}

main > .space9-gj71ef {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .space9-ikcwzm.space9-3utumi > div:nth-child(n+5) {
    display: none;
  }
}

.space9-wmm34k p a img {
  display: block;
  margin: 0 auto;
}


.space9-vffeuf {
  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 */
.space9-twijke {
  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;
}

.space9-twijke label {
  font-size: 14px;
}

.space9-twijke h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.space9-twijke input,
.space9-twijke textarea,
.space9-twijke 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;
}
.space9-twijke button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.space9-nfk7sb ease;
}
.space9-twijke button:hover {
  background-color: var(--button-bg-hover);
}
.space9-jpv8uo {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.space9-y8j0mq ease-in;
}

.space9-jpv8uo 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;
}
.space9-181113, .space9-ywiu3k, [class*="review-card"],
thead, thead th, table th, .space9-72gu44,
.space9-2xedfs, [class*="collapsible-header"],
.space9-7eud5f, [class*="updated-block"] {
  color: #ece7dc !important;
}
