* {
  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;
  }
}

.stellar-h1y1eb {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .stellar-h1y1eb {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .stellar-h1y1eb {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.stellar-xet2fk {
  overflow: hidden;
}

.stellar-jateux img {
  background: var(--Neutral-300);
}

.stellar-3xeawr {
  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;
}

.stellar-pp5x0o {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.stellar-pp5x0o:hover {
  background: var(--button-bg-hover);
}

.stellar-3mp298 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.stellar-3mp298:hover {
  background: var(--button-bg-hover);
}

.stellar-hwh8ig {
  font-size: 12px;
  line-height: 18px;
}

.stellar-q8hpkb {
  font-size: 18px;
  line-height: 26px;
}

.stellar-t2r32d {
  width: 100%;
}

.stellar-jalr04 {
  padding: 6px 16px;
}

.stellar-twgder {
  padding: 10px 16px;
}

.stellar-w1jgra {
  padding: 15px 26px;
}

.stellar-pbc98g {
  flex-shrink: 0;
}

.stellar-w8bbk6 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.stellar-5scfaq {
  display: none;
}

.stellar-cr6p0k {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.stellar-7uymze {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.stellar-wnpm2p {
  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;
}

.stellar-h5y2ss {
  cursor: grab;
}

.stellar-wnpm2p::-webkit-scrollbar {
  display: none;
}

.stellar-8qoeph {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.stellar-wdtjfu {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.stellar-d6ijbe {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.stellar-yn8slc {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.stellar-21dds1 {
  visibility: visible;
}

.stellar-fpclwn {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.stellar-75a8qt ease;
}

.stellar-mf8txa {
  background-color: var(--Primary-200);
  width: 16px;
}

.stellar-x56qyy {
  -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.stellar-75a8qt,
    mask-image 0.3s;
}

.stellar-x56qyy.stellar-zdtiw2 {
  -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;
  }
}

.stellar-ordanx: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;
}

.stellar-j6bgt7 {
  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.stellar-57d0at.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.stellar-57d0at.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;
}

.stellar-a9ebui {
  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);
}

.stellar-a9ebui::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%
  );
}

.stellar-wnks08 {
  position: relative;
  z-index: 1;
}

.stellar-nuaked {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.stellar-icpjqa {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.stellar-xcq133 {
  font-size: 40px;
  line-height: 48px;
}

.stellar-is2vmm {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.stellar-uatuug {
  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;
}

.stellar-uatuug:hover {
  background: var(--Primary-400);
}

.stellar-uatuug svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.stellar-ordanx 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) {
  .stellar-a9ebui {
    max-width: 600px;
    padding: 64px;
  }

  .stellar-nuaked {
    font-size: 24px;
    line-height: 32px;
  }

  .stellar-icpjqa {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .stellar-xcq133 {
    font-size: 50px;
    line-height: 56px;
  }

  .stellar-is2vmm {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .stellar-j6bgt7 {
    top: 25px;
    right: 25px;
  }
}

.stellar-tm5gq3,
.stellar-39kfv7 {
  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;
}

.stellar-kl3n5n.stellar-y6iidb::before,
.stellar-39kfv7::before,
.stellar-cxpz7c::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.stellar-57d0at.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.stellar-ytc5ih 14.stellar-uw53cb.stellar-lnkw2r 14.stellar-79oslu 15.stellar-toyam2 14.stellar-0gxpc1 15.stellar-6dn59u 14.stellar-h3n3da.stellar-aunquw 14.stellar-m9plf0 19.stellar-rj76vl 12.stellar-meugxx 19.stellar-rj76vl 10.stellar-exge98.stellar-rj76vl 8.stellar-qgtg0n 17.stellar-lxn7ui 7.stellar-wqrgvp 15.stellar-mtsl8d 7.stellar-1vzd87.stellar-gf5ccl 7.stellar-wqrgvp 11.stellar-g86pmc 8.stellar-qgtg0n 11.stellar-g86pmc 10.stellar-4t51po.stellar-g86pmc 12.stellar-cyioc1 13.stellar-n1vff7 14.stellar-ttaupj 15.stellar-f45gf9 14.stellar-j3f79o.stellar-9qtlxu 14.stellar-00rs2v 15.stellar-di3ttt 14.stellar-0z8nyq 15.stellar-3wuii4 14.stellar-jp57w2.stellar-ytc5ih 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.stellar-pm0oyu 15.stellar-6k0t7t.stellar-k6vgb5 15.stellar-a5e6os 15.stellar-dvyf4n 15.stellar-1ft8nt 15.stellar-nqmxjr 15.stellar-294853.stellar-zfn6ap 15.stellar-1ft8nt 15.stellar-q0d369 15.stellar-p4cx46 15.stellar-2ganaa 15.stellar-aaupgw.stellar-9at10l 15.stellar-zjpf0h 7.stellar-g2m5vg 18.stellar-7aan09 7.stellar-rhw11u 23.stellar-ritt5u.stellar-fbttia.stellar-qtxqr1 18.stellar-u3rpkx 19.stellar-fwq6e3 15.stellar-n97cke 15.stellar-pm0oyu 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.stellar-knw911 [type="submit"] *,
.stellar-a7s7hy button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .stellar-gq1m71 {
    display: none;
  }
}

.stellar-2lic8p {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .stellar-2lic8p {
  display: none;
}

@media (min-width: 768px) {
  .stellar-2lic8p {
    bottom: 22px;
  }
}

.stellar-2lic8p input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .stellar-2lic8p {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.stellar-hvz2ce.static) .stellar-2lic8p {
    bottom: 8px;
  }
}

.stellar-goy4ue {
  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.stellar-57d0at.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.stellar-x2k998 3.stellar-m1u2km.stellar-3e4n08.stellar-k4gmkq 3.stellar-g4dxqx 3.stellar-a56i0l 5.stellar-rerfml 3.stellar-a56i0l 8.stellar-01jhsg.stellar-o00afc.stellar-a56i0l 26.stellar-vogxpt 5.stellar-ypqtja 28.stellar-9ze2e8 8.stellar-dx3mmy 28.stellar-jnnexh.stellar-mjc8td 28.stellar-696ecr.stellar-mj72ze 34.stellar-0txg20.stellar-l1krt5 36.stellar-70hf6t 11.stellar-uwxl3s 37.stellar-eotnaq 12.stellar-eiqo2k 36.stellar-8vpnyy.stellar-0t7l66 28.stellar-1oel9j.stellar-bwe43d.stellar-99uem3 28.stellar-0tt5sc 36.stellar-f4yima 26.stellar-09rmyq 36.stellar-f4yima 23.stellar-8wyr13.stellar-ocoxsv.stellar-f4yima 5.stellar-0sr3ch 34.stellar-65uz02 3.stellar-g4dxqx 31.stellar-x2k998 3.stellar-hgx8dn.stellar-075840 18.stellar-kbiiuz.stellar-rofndt 18.stellar-rlks94 8.stellar-sedx0b 17.stellar-6y5pb7 8.stellar-sedx0b 15.stellar-j6ujpy.stellar-sedx0b 14.stellar-i3e505 9.stellar-rofndt 13.stellar-dp0lqm 11.stellar-075840 13.stellar-d0ic6j.stellar-twtxf0 13.stellar-dp0lqm 13.stellar-rldw4b 14.stellar-i3e505 13.stellar-rldw4b 15.stellar-gu1aqo.stellar-rldw4b 17.stellar-6y5pb7 12.stellar-twtxf0 18.stellar-rlks94 11.stellar-075840 18.stellar-p3710z.stellar-1fzn5o 18.stellar-3k0ogd.stellar-zcf5wy 18.stellar-rlks94 17.stellar-vguar6 17.stellar-6y5pb7 17.stellar-vguar6 15.stellar-29p6go.stellar-vguar6 14.stellar-i3e505 18.stellar-zcf5wy 13.stellar-dp0lqm 20.stellar-1fzn5o 13.stellar-c8iv1n.stellar-p02bn5 13.stellar-dp0lqm 22.stellar-sh5qqm 14.stellar-i3e505 22.stellar-sh5qqm 15.stellar-wumbzf.stellar-g551xl 17.stellar-6y5pb7 21.stellar-p02bn5 18.stellar-rlks94 20.stellar-1fzn5o 18.stellar-pr5p36.stellar-tbq5eg 18.stellar-e5t0ee.stellar-fsf0mh 18.stellar-rlks94 26.stellar-ht0k2n 17.stellar-6y5pb7 26.stellar-ht0k2n 15.stellar-d3wjns.stellar-ht0k2n 14.stellar-i3e505 27.stellar-fsf0mh 13.stellar-dp0lqm 28.stellar-tbq5eg 13.stellar-46ixoc.stellar-f63slw 13.stellar-dp0lqm 31.stellar-gscl8l 14.stellar-i3e505 31.stellar-gscl8l 15.stellar-2fwhsa.stellar-ht0k2n 17.stellar-6y5pb7 30.stellar-f63slw 18.stellar-rlks94 28.stellar-tbq5eg 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"])
    .stellar-goy4ue {
    display: none;
  }
}

.stellar-k928vt {
  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) {
  .stellar-k928vt {
    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;
}

.stellar-a7s7hy {
  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) {
  .stellar-a7s7hy {
    padding: 14px 16px;
  }
}

.stellar-a7s7hy button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.stellar-a7s7hy button:first-child {
  align-content: end;
}

.stellar-a7s7hy button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .stellar-a7s7hy
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .stellar-a7s7hy
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.stellar-a7s7hy button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.stellar-a7s7hy button:last-child svg {
  width: 38px;
  height: 38px;
}

.stellar-cxpz7c {
  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;
}

.stellar-cxpz7c::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .stellar-cxpz7c,
.pc61d126-chatbot[data-active-screen="3"]
  .stellar-cxpz7c {
  opacity: 1;
  visibility: visible;
}

.stellar-rcjcz9 {
  flex: 1 1;
}

.stellar-6umvla {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .stellar-6umvla {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .stellar-ygwk2k {
  display: block;
}

.stellar-qg2d5m {
  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) {
  .stellar-qg2d5m {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.stellar-39kfv7 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.stellar-39kfv7::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.stellar-oik6g0 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.stellar-oik6g0 p {
  color: var(--Text-100);
}

.stellar-39kfv7 .stellar-guqlyt {
  grid-area: button;
}

.stellar-39kfv7 .stellar-guqlyt::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.stellar-57d0at.org/2000/svg'%3E%3Cpath d='M4.stellar-60riu9 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stellar-2hp1jq 15L16.stellar-2hp1jq 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.stellar-2hp1jq 5L16.stellar-2hp1jq 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .stellar-pvx3zq {
  display: block;
}

.stellar-ilw60p {
  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) {
  .stellar-ilw60p {
    margin-top: 40px;
  }
}

.stellar-tm5gq3 label,
.stellar-tm5gq3 input {
  display: block;
  width: 100%;
}

.stellar-tm5gq3 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.stellar-tm5gq3 label.stellar-8pqy7s input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.stellar-tm5gq3 label.stellar-8pqy7s::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;
}

.stellar-tm5gq3 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;
}

.stellar-tm5gq3 input::placeholder {
  color: var(--Text-400);
}

.stellar-va6n99 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .stellar-va6n99 {
  display: flex;
}

.stellar-va6n99 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .stellar-va6n99 ol {
    height: 420px;
    padding: 24px;
  }
}

.stellar-va6n99 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.stellar-knw911 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .stellar-knw911 {
    padding: 0 24px 24px;
  }
}

.stellar-knw911 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;
}

.stellar-knw911 input::placeholder {
  color: var(--Text-400);
}

.stellar-knw911 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.stellar-knw911 [type="submit"]:disabled {
  opacity: 0.5;
}

.stellar-knw911 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .stellar-knw911 [type="submit"] {
    right: 40px;
  }
}

.stellar-kl3n5n {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.stellar-kl3n5n.stellar-y6iidb {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.stellar-kl3n5n.stellar-y6iidb::before {
  content: "";
  width: 31px;
}

.stellar-kl3n5n.stellar-y6iidb p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.stellar-kl3n5n.stellar-iyxlji p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.stellar-kl3n5n p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.stellar-2lic8p .stellar-guqlyt {
  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;
  }
}

.stellar-gq1m71 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .stellar-gq1m71 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .stellar-gq1m71 {
    padding: 18px 0;
  }
}

.stellar-gq1m71 .stellar-h1y1eb {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .stellar-gq1m71 .stellar-h1y1eb {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.stellar-41s2wm {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .stellar-41s2wm {
    max-width: 160px;
    height: 40px;
  }
}

.stellar-41s2wm picture,
.stellar-41s2wm img {
  display: block;
  width: 100%;
  height: 100%;
}

.stellar-41s2wm img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .stellar-lh62yn {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.stellar-75a8qt ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .stellar-gq1m71.stellar-9luo11 .stellar-lh62yn {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .stellar-lh62yn {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .stellar-lh62yn {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.stellar-65uky9,
.stellar-2c00iz {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .stellar-65uky9,
  .stellar-2c00iz {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .stellar-2c00iz {
    display: none;
  }
}

.stellar-1qigi6 {
  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;
}

.stellar-9luo11 .stellar-1qigi6 {
  background: var(--fh-bg-color);
}

.stellar-1qigi6 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .stellar-1qigi6 {
    display: none;
  }
}

.stellar-0mj48b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stellar-0mj48b {
    display: none;
  }
}

.stellar-o80ua9 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.stellar-gq1m71.stellar-9luo11 .stellar-o80ua9:first-child {
  display: none;
}

.stellar-gq1m71.stellar-9luo11 .stellar-o80ua9:last-child {
  display: block;
}

.stellar-o80ua9:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .stellar-o80ua9 {
    display: none;
  }
}

.stellar-7y2zg7 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .stellar-7y2zg7 {
    display: flex;
  }
}

.stellar-7y2zg7 ul {
  max-height: 350px;
  overflow-y: auto;
}

.stellar-7y2zg7:hover ul {
  visibility: visible;
  opacity: 1;
}

.stellar-7y2zg7:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.stellar-7y2zg7:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.stellar-7y2zg7:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.stellar-7y2zg7:hover .stellar-lq5mj1 svg {
  transform: rotate(180deg);
}

.stellar-d2v49w {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.stellar-mr011b {
  padding: 0 8px;
}

.stellar-bgojri {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.stellar-bgojri:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .stellar-bgojri {
    padding: 4px 8px;
  }
}

.stellar-aqr09q {
  display: flex;
}

.stellar-aqr09q img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.stellar-lq5mj1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.stellar-lq5mj1 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.stellar-h2l0ms {
  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) {
  .stellar-h2l0ms {
    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;
  }
}

.stellar-lmym85 {
  width: 100%;
}

@media (min-width: 1200px) {
  .stellar-lmym85 {
    display: none;
  }
}

.stellar-dg192r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.stellar-4utiin {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.stellar-uuykg9 {
  display: flex;
}

.stellar-bfc26w {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stellar-vreorh {
  list-style: none;
}

@media (max-width: 1199px) {
  .stellar-vreorh {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .stellar-vreorh {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .stellar-vreorh .stellar-k6olnw [data-ref-el],
  .stellar-vreorh .stellar-k6olnw span,
  .stellar-vreorh .stellar-k6olnw a {
    white-space: nowrap;
  }
}

.stellar-8jb8v0 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .stellar-8jb8v0.stellar-pm6bf0 > .stellar-k6olnw {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .stellar-8jb8v0.stellar-y7ghw6:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .stellar-8jb8v0.stellar-pm6bf0 > .stellar-8wg066 {
    height: auto;
  }

  .stellar-8jb8v0.stellar-pm6bf0 > div > .stellar-wvzcxp {
    transform: rotate(180deg);
  }
}

.stellar-8jb8v0 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.stellar-8jb8v0 [data-ref-el],
.stellar-8jb8v0 span {
  cursor: pointer;
}

.stellar-8jb8v0 [data-ref-el],
.stellar-8jb8v0 span,
.stellar-8jb8v0 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .stellar-8jb8v0 [data-ref-el],
  .stellar-8jb8v0 span,
  .stellar-8jb8v0 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .stellar-8jb8v0 [data-ref-el],
  .stellar-8jb8v0 span,
  .stellar-8jb8v0 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.stellar-8wg066 {
  height: 0;
  overflow: hidden;
  transition: height 0.stellar-75a8qt ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.stellar-8wg066::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.stellar-8wg066::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.stellar-8wg066::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .stellar-8wg066 {
    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;
  }

  .stellar-8wg066:has(> .stellar-8jb8v0.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .stellar-8wg066 .stellar-8wg066 {
    padding: 0;
  }

  .stellar-8wg066 .stellar-8jb8v0 {
    font-weight: 400;
  }

  .stellar-8wg066 .stellar-8jb8v0:hover > .stellar-k6olnw {
    background: var(--Neutral-300);
  }

  .stellar-8wg066 .stellar-wvzcxp {
    rotate: -90deg;
  }
}

.stellar-k6olnw {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .stellar-k6olnw {
    padding: 8px;
  }

  .stellar-8jb8v0.stellar-x6tts0 > .stellar-k6olnw {
    background: var(--Neutral-300);
  }
}

.stellar-wvzcxp {
  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.stellar-57d0at.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.stellar-8ab4ty 0.stellar-im9yfh.stellar-ne1n9f -0.stellar-ruel80 0.stellar-lez3js -0.stellar-ruel80 1.stellar-v0ya6l 0.stellar-2wj6v0.stellar-0b2lxd 4.stellar-76gnlj.stellar-8ab4ty 0.stellar-5oxa5m.stellar-yonns7 -0.stellar-ruel80 9.stellar-9o0l84 -0.stellar-ruel80 10.stellar-hi5qvs 0.stellar-pjupop.stellar-86vyzi 0.stellar-ne1n9f 10.stellar-86vyzi 0.stellar-lez3js 10.stellar-hi5qvs 1.stellar-arwox4.stellar-efa366 5.stellar-06uznu.stellar-zn1pl5 6.stellar-959hfw 5.stellar-iuxvvf 6.stellar-959hfw 4.stellar-6meeuv 5.stellar-nole9g.stellar-8ab4ty 1.stellar-zopk6y.stellar-ruel80 0.stellar-lez3js -0.stellar-ruel80 0.stellar-ne1n9f 0.stellar-8ab4ty 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.stellar-75a8qt ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .stellar-wvzcxp {
    cursor: default;
  }
}

.stellar-6ftgqz {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.stellar-jrl6y2 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .stellar-jrl6y2 {
    padding: 40px 4px;
  }
}

.stellar-hjncs2 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .stellar-hjncs2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.stellar-0qjnle {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .stellar-0qjnle {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.stellar-0qjnle ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.stellar-0qjnle [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.stellar-0qjnle [data-ref-el],
.stellar-0qjnle span,
.stellar-0qjnle a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.stellar-y2ay5e {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stellar-y2ay5e {
    margin-bottom: 12px;
  }
}

.stellar-4wncly {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.stellar-4wncly img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .stellar-4wncly:last-child {
    margin-right: 0;
  }
}

.stellar-j4vbt6 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stellar-y2ay5e:hover .stellar-jfcfh8 {
  visibility: visible;
  opacity: 1;
}

.stellar-jfcfh8 {
  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);
}

.stellar-inqwm8 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.stellar-471nei {
  display: flex;
  margin: 6px;
}

.stellar-471nei img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.stellar-jfcfh8::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);
}

.stellar-jfcfh8::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);
}

.stellar-3ap0l3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .stellar-3ap0l3 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.stellar-13bcon {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .stellar-13bcon {
    margin-right: 32px;
  }
}

.stellar-rp1cd3 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .stellar-rp1cd3 {
    margin-top: 0;
    width: 340px;
  }
}

.stellar-rp1cd3 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.stellar-vrbcid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.stellar-yd89a7 {
  position: relative;
}

@media (min-width: 768px) {
  .stellar-yd89a7 {
    margin-top: 40px;
  }
}

.stellar-yd89a7 + .stellar-39k785,
.stellar-yd89a7 + .stellar-yd89a7 {
  margin-top: 24px;
}

.stellar-jcxffz {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .stellar-jcxffz {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .stellar-jcxffz {
    padding: 80px;
  }
}

.stellar-wzr1dw {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .stellar-wzr1dw {
    padding: 0 16px;
}


}

.stellar-alop9p {
  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) {
  .stellar-alop9p {
    font-size: 48px;
    line-height: 56px;
  }
}

.stellar-4rqxch {
  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) {
  .stellar-4rqxch {
    font-size: 24px;
    line-height: 32px;
  }
}

.stellar-v01mwc {
  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;
}

.stellar-v01mwc:hover {
  background: var(--button-bg-hover);
}

.stellar-nmhfqq {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.stellar-nmhfqq img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .stellar-nmhfqq img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .stellar-nmhfqq img {
  min-height: 100%;
  }
}

.stellar-jcxffz::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.stellar-oca4aq {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.stellar-oca4aq h1,
.stellar-oca4aq h2,
.stellar-oca4aq h3,
.stellar-oca4aq h4 {
  margin-bottom: 6px;
}

.stellar-oca4aq h1:not(:first-child),
.stellar-oca4aq h2:not(:first-child),
.stellar-oca4aq h3:not(:first-child),
.stellar-oca4aq h4:not(:first-child) {
  margin-top: 16px;
}

.stellar-oca4aq h1,
.stellar-oca4aq h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .stellar-oca4aq h1,
  .stellar-oca4aq h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.stellar-oca4aq h2,
.stellar-oca4aq h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .stellar-oca4aq h2,
  .stellar-oca4aq h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.stellar-oca4aq h3,
.stellar-oca4aq h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .stellar-oca4aq h3,
  .stellar-oca4aq h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.stellar-oca4aq h4,
.stellar-oca4aq h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.stellar-oca4aq ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.stellar-oca4aq ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.stellar-oca4aq 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);
}

.stellar-oca4aq ul ul {
  margin-bottom: 8px;
}

.stellar-oca4aq ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.stellar-oca4aq ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.stellar-oca4aq ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.stellar-oca4aq ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.stellar-oca4aq ol li::marker {
  font-weight: 700;
}

.stellar-oca4aq ol ol {
  margin-bottom: 8px;
}

.stellar-oca4aq ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.stellar-oca4aq ol ul li {
  padding-left: 16px;
}

.stellar-oca4aq 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) {
  .stellar-oca4aq table {
    padding: 24px;
  }
}

.stellar-oca4aq table.stellar-4l1gtf {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.stellar-75a8qt,
    mask-image 0.3s;
}

.stellar-oca4aq table.stellar-4l1gtf.stellar-zdtiw2 {
  -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) {
  .stellar-oca4aq table {
    display: table;
  }
}

.stellar-oca4aq 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);
}

.stellar-oca4aq table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stellar-oca4aq table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stellar-oca4aq 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) {
  .stellar-oca4aq table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.stellar-oca4aq table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.stellar-oca4aq table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.stellar-oca4aq table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.stellar-oca4aq img {
  max-width: 100%;
  height: auto;
}

.stellar-wj86fu {
  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) {
  .stellar-wj86fu {
    padding: 24px;
  }
}

.stellar-68pm5t {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .stellar-68pm5t {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.stellar-68pm5t > * {
  margin: 0 !important;
}

.stellar-68pm5t img,
.stellar-1cri9r {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stellar-68pm5t img,
  .stellar-1cri9r {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stellar-12w4op {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stellar-12w4op {
    width: 32px;
    height: 32px;
  }
}

.stellar-pa3ajc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.stellar-pa3ajc .stellar-803vq2 {
  flex-shrink: 0;
}

.stellar-pa3ajc .stellar-w9vjbx svg {
  display: none;
}

.stellar-zb0136 {
  display: grid;
  transition: max-height 0.stellar-75a8qt ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .stellar-zb0136 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .stellar-zb0136 {
    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));
  }
}

.stellar-zb0136.stellar-snjyhg + .stellar-803vq2 svg {
  transform: rotate(180deg);
}

.stellar-xdeioe {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.stellar-xdeioe > div:nth-child(3n) {
  grid-column: span 2;
}

.stellar-xdeioe
  > div:nth-child(3n)
  .stellar-u9qsaq
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .stellar-xdeioe {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .stellar-xdeioe > div:nth-child(3n) {
    grid-column: unset;
  }

  .stellar-xdeioe
    > div:nth-child(3n)
    .stellar-u9qsaq
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .stellar-xdeioe {
    max-width: 270px;
  }
}

.stellar-xdeioe .stellar-u9qsaq button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .stellar-xdeioe .stellar-u9qsaq button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .stellar-xdeioe .stellar-u9qsaq button {
    max-width: 104px;
  }
}

.stellar-az4kbs {
  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) {
  .stellar-az4kbs {
    margin-bottom: 0;
  }
}

.stellar-gku1vi {
  display: none;
  opacity: 0;
}

.stellar-e1egn3 {
  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;
  }
}

.stellar-e1egn3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.stellar-u9qsaq {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.stellar-u9qsaq button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .stellar-u9qsaq
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .stellar-u9qsaq
    button {
    max-width: 145px;
  }
}

.stellar-pm6170:first-child
  .stellar-u9qsaq
  button {
  max-width: 270px;
}

.stellar-9sk6u5 {
  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%;
}

.stellar-az4kbs picture {
  width: 100%;
  max-width: 100%;
}

.stellar-9kxfgv {
  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;
}

.stellar-9kxfgv svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.stellar-az4kbs:hover .stellar-9kxfgv {
  display: flex;
}

.stellar-it1i3t {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.stellar-z7qpnh {
  display: flex;
}

.stellar-z7qpnh:hover .stellar-0jujb5,
.stellar-z7qpnh .stellar-x6tts0 .stellar-0jujb5 {
  display: flex;
}

.stellar-z7qpnh svg {
  flex-shrink: 0;
}

.stellar-0jujb5 {
  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) {
  .stellar-0jujb5 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.stellar-0jujb5:hover {
  display: flex;
}

.stellar-0jujb5 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.stellar-x8jv1t {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .stellar-x8jv1t {
    font-size: 12px;
  }
}

.stellar-hcsnsq,
.stellar-k5353k {
  width: 50%;
  flex-shrink: 0;
}

.stellar-hcsnsq {
  font-weight: 700;
}

.stellar-5zbci8 .stellar-zb0136 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .stellar-5zbci8 .stellar-zb0136 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .stellar-5zbci8 .stellar-zb0136 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.stellar-5zbci8
  .stellar-9sk6u5:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.stellar-5zbci8 .stellar-e1egn3 {
  height: 100% !important;
  border-radius: 16px;
}

.stellar-5zbci8 .stellar-u9qsaq {
  gap: 4px;
  align-items: center;
}

.stellar-5zbci8 .stellar-u9qsaq button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stellar-5zbci8 .stellar-u9qsaq svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.stellar-5zbci8 .stellar-cwjsfz,
.stellar-5zbci8 .stellar-km0x7u {
  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.stellar-57d0at.org/2000/svg'%3E%3Cpath d='M9.stellar-e1v0yr 4.stellar-uvuo9b.stellar-khzsza 5.stellar-0afi3p.stellar-i6mni8 5.stellar-v8m3qo.stellar-fjoqny 5.stellar-xtclp0.stellar-sefa81 8.stellar-3xknda.stellar-quwa84 9.stellar-ldbh6a.stellar-qnn51w 9.stellar-o35cu4.stellar-lx8o5z 13.stellar-nkb9ir.stellar-1j05ue 11.stellar-adewt4.stellar-279qbx 11.stellar-fj3xwb.stellar-1pn46u 11.stellar-tm41wl.stellar-xdirxs 13.stellar-3w0lal.stellar-xzi81f 9.stellar-try1xs.stellar-er67hl 9.stellar-ml87jg.stellar-ow8ocs 8.stellar-gy8whx.stellar-rxe07t 5.stellar-gj0npp.stellar-9zzqlo 5.stellar-rr3stb.stellar-lxv0zj 5.stellar-yuq0ee.stellar-1qzvkc 4.stellar-yl79yi.stellar-279qbx 1.stellar-ea4suf.stellar-e1v0yr 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.stellar-5zbci8 .stellar-cwjsfz {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.stellar-5zbci8 .stellar-km0x7u {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.stellar-rvgsgn {
  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) {
  .stellar-rvgsgn {
    padding: 24px;
  }
}

.stellar-rvgsgn .stellar-803vq2 {
  display: flex;
}

@media (min-width: 768px) {
  .stellar-rvgsgn .stellar-803vq2 {
    display: none;
  }
}

.stellar-rvgsgn .stellar-w9vjbx svg {
  display: none;
}

.stellar-yl76t7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.stellar-yl76t7 .stellar-3xeawr {
  display: none;
}

@media (min-width: 768px) {
  .stellar-yl76t7 .stellar-3xeawr {
    display: flex;
  }
}

.stellar-w6elfx {
  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) {
  .stellar-w6elfx {
    font-size: 40px;
    line-height: 48px;
  }
}

.stellar-w6elfx > * {
  margin: 0 !important;
}

.stellar-w6elfx img,
.stellar-oda83j {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stellar-w6elfx img,
  .stellar-oda83j {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stellar-n43o3c {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stellar-n43o3c {
    width: 32px;
    height: 32px;
  }
}

.stellar-zmlkeh {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .stellar-zmlkeh {
    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;
  }

  .stellar-zmlkeh::-webkit-scrollbar {
    display: none;
  }
}

.stellar-kxpg9x {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .stellar-kxpg9x {
    padding: 7px 15px;
  }
}

.stellar-kxpg9x:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stellar-7p02z5 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stellar-7p02z5 {
    display: flex;
    opacity: 1;
  }
}

.stellar-kxpg9x picture {
  height: 100%;
  display: block;
}

.stellar-kxpg9x img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .stellar-kxpg9x img {
    width: 88px;
    height: 44px;
  }
}

.stellar-kxpg9x p {
  text-align: center;
  width: 100%;
}

.stellar-m4d93o {
  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) {
  .stellar-m4d93o {
    font-size: 40px;
    line-height: 48px;
  }
}

.stellar-m4d93o img,
.stellar-kjn3lc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stellar-m4d93o img,
  .stellar-kjn3lc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stellar-b2qs1d {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stellar-b2qs1d {
    width: 32px;
    height: 32px;
  }
}

.stellar-wuwoj5 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.stellar-gfrnc9 {
  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;
}

.stellar-vzp9ax {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.stellar-vzp9ax.stellar-x6tts0 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.stellar-r5noww {
  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) {
  .stellar-r5noww {
    font-size: 20px;
    line-height: 28px;
  }
}

.stellar-0ls072 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.stellar-wid0z7 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.stellar-75a8qt ease;
  opacity: 0;
  color: var(--text-color);
}

.stellar-lcjspa {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.stellar-lcjspa ol,
.stellar-lcjspa ul {
  padding-left: 1.3em;
}

.stellar-vzp9ax.stellar-x6tts0 .stellar-wid0z7 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.stellar-vzp9ax.stellar-x6tts0 .stellar-0ls072 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.stellar-bo00in {
  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) {
  .stellar-bo00in {
    padding: 24px;
  }
}

.stellar-bo00in .stellar-803vq2 {
  display: flex;
}

@media (min-width: 768px) {
  .stellar-bo00in .stellar-803vq2 {
    display: none;
  }
}

.stellar-bo00in .stellar-w9vjbx svg {
  display: none;
}

.stellar-c433mi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stellar-c433mi .stellar-3xeawr {
  display: none;
}

@media (min-width: 768px) {
  .stellar-c433mi .stellar-3xeawr {
    display: flex;
  }
}

.stellar-qp62wu {
  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) {
  .stellar-qp62wu {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.stellar-qp62wu > * {
  margin: 0 !important;
}

.stellar-qp62wu img,
.stellar-i8rtwn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .stellar-qp62wu img,
  .stellar-i8rtwn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.stellar-4trwmv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .stellar-4trwmv {
    width: 32px;
    height: 32px;
  }
}

.stellar-m9f83z {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .stellar-m9f83z {
    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;
  }

  .stellar-m9f83z::-webkit-scrollbar {
    display: none;
  }
}

.stellar-dhfvk7 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.stellar-dhfvk7:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.stellar-2c3vb0 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .stellar-2c3vb0 {
    display: flex;
    opacity: 1;
  }
}

.stellar-dhfvk7 picture {
  width: auto;
  height: 100%;
  display: block;
}

.stellar-dhfvk7 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.stellar-zo63uh {
  margin: -24px 0;
}

.stellar-zo63uh:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .stellar-zo63uh {
    margin: -16px 0;
  }
}

.stellar-isb2nr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .stellar-isb2nr {
    flex-direction: row;
  }
}

.stellar-occjjs {
  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) {
  .stellar-occjjs {
    flex: 1;
  }
}

.stellar-occjjs::placeholder {
  color: var(--Text-400);
}

.stellar-qrj2qi {
  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;
}

.stellar-xg1a66 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.stellar-xg1a66::-webkit-scrollbar {
  display: none;
}

.stellar-e1wlj8 {
  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;
}

.stellar-e1wlj8 img,
.stellar-e1wlj8 svg {
  margin-right: 8px;
}

.stellar-b48g6o {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.stellar-zo63uh + .stellar-jgwk28 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .stellar-zo63uh + .stellar-jgwk28 {
    margin-top: -16px;
  }
}

.stellar-akow6f {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.stellar-akow6f > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.stellar-akow6f > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.stellar-hjw0xj {
  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;
}

.stellar-i9sqkx {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.stellar-r63djy {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.stellar-bbi9h7 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.stellar-gp5eha {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.stellar-hjw0xj 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;
}

.stellar-hjw0xj 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) {
  .stellar-hjw0xj {
    padding: 39px 179px 39px 39px;
  }

  .stellar-i9sqkx {
    font-size: 40px;
    line-height: 48px;
  }

  .stellar-gp5eha {
    height: 348px;
  }

  .stellar-hjw0xj button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .stellar-hjw0xj button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .stellar-hjw0xj {
    padding: 63px;
  }
}

.stellar-bat8k8 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .stellar-bat8k8 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.stellar-dkaugk {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .stellar-dkaugk {
    width: auto;
  }
}

.stellar-3phj5k {
  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;
}

.stellar-3phj5k::-webkit-scrollbar {
  display: none;
}

.stellar-3phj5k 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);
}

.stellar-3phj5k a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .stellar-3phj5k {
    margin-left: 16px;
    margin-top: 0;
  }
}

.stellar-bat8k8 .stellar-h1re5j {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.stellar-75a8qt,
    mask-image 0.3s;
}

.stellar-bat8k8 .stellar-h1re5j.stellar-zdtiw2 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.stellar-8721sz {
  margin: 40px -16px;
}

.stellar-12kwtc + .stellar-39k785,
.stellar-12kwtc + .stellar-yd89a7 {
  margin-top: 24px;
}

.stellar-rha4uy {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.stellar-rha4uy picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.stellar-rz0j6m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .stellar-rz0j6m {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .stellar-rz0j6m {
    margin-top: 0;
  }
}

.stellar-go5fy4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stellar-go5fy4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.stellar-c1j633 {
  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) {
  .stellar-c1j633 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.stellar-sc8chg {
  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) {
  .stellar-sc8chg {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.stellar-thqy1q {
  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) {
  .stellar-thqy1q {
    font-size: 20px;
    line-height: 28px;
  }
}

.stellar-irsojy {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .stellar-irsojy {
    font-size: 32px;
    line-height: 40px;
  }
}

.stellar-agmzrm {
  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;
}

.stellar-5rvg18 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.stellar-5rvg18 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stellar-jgwk28 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.stellar-d7aytc {
  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) {
  .stellar-d7aytc {
    padding: 15px 48px;
  }
}

main > .stellar-jgwk28 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .stellar-zb0136.stellar-h1ve9d > div:nth-child(n+5) {
    display: none;
  }
}

.stellar-oca4aq p a img {
  display: block;
  margin: 0 auto;
}


.stellar-pq3keq {
  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 */
.stellar-nwyi27 {
  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;
}

.stellar-nwyi27 label {
  font-size: 14px;
}

.stellar-nwyi27 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stellar-nwyi27 input,
.stellar-nwyi27 textarea,
.stellar-nwyi27 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;
}
.stellar-nwyi27 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stellar-4grql1 ease;
}
.stellar-nwyi27 button:hover {
  background-color: var(--button-bg-hover);
}
.stellar-9ul2p4 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stellar-613mfk ease-in;
}

.stellar-9ul2p4 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;
}
.stellar-q8xvex, .stellar-9pfhxt, [class*="review-card"],
thead, thead th, table th, .stellar-ossfh8,
.stellar-4nufid, [class*="collapsible-header"],
.stellar-kufuqs, [class*="updated-block"] {
  color: #ece7dc !important;
}
