* {
  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;
  }
}

.smokace-kb6l5k {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .smokace-kb6l5k {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .smokace-kb6l5k {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.smokace-37opvh {
  overflow: hidden;
}

.smokace-g6a0uu img {
  background: var(--Neutral-300);
}

.smokace-esw2lc {
  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;
}

.smokace-kquq4e {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.smokace-kquq4e:hover {
  background: var(--button-bg-hover);
}

.smokace-lq4xwp {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.smokace-lq4xwp:hover {
  background: var(--button-bg-hover);
}

.smokace-477l2g {
  font-size: 12px;
  line-height: 18px;
}

.smokace-6b1j4q {
  font-size: 18px;
  line-height: 26px;
}

.smokace-rdz9k2 {
  width: 100%;
}

.smokace-srlh5k {
  padding: 6px 16px;
}

.smokace-ghl06g {
  padding: 10px 16px;
}

.smokace-fy9udx {
  padding: 15px 26px;
}

.smokace-ealk2v {
  flex-shrink: 0;
}

.smokace-vogdgt {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.smokace-6ip39g {
  display: none;
}

.smokace-40towf {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.smokace-g0ha2b {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.smokace-b6ltj0 {
  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;
}

.smokace-kt12m3 {
  cursor: grab;
}

.smokace-b6ltj0::-webkit-scrollbar {
  display: none;
}

.smokace-jvdpyf {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.smokace-ac7hxo {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.smokace-m1g59b {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.smokace-34snmi {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.smokace-e5rvjc {
  visibility: visible;
}

.smokace-eggzsy {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.smokace-nq0mh3 ease;
}

.smokace-1nsok7 {
  background-color: var(--Primary-200);
  width: 16px;
}

.smokace-zp8vye {
  -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.smokace-nq0mh3,
    mask-image 0.3s;
}

.smokace-zp8vye.smokace-xtfhyh {
  -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;
  }
}

.smokace-c9led1: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;
}

.smokace-vc2ifc {
  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.smokace-8m1yju.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.smokace-8m1yju.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;
}

.smokace-gpctf2 {
  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);
}

.smokace-gpctf2::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%
  );
}

.smokace-bi8d39 {
  position: relative;
  z-index: 1;
}

.smokace-2vluvv {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.smokace-3sl94r {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.smokace-pr83an {
  font-size: 40px;
  line-height: 48px;
}

.smokace-lqlnld {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.smokace-5cvpcj {
  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;
}

.smokace-5cvpcj:hover {
  background: var(--Primary-400);
}

.smokace-5cvpcj svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.smokace-c9led1 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) {
  .smokace-gpctf2 {
    max-width: 600px;
    padding: 64px;
  }

  .smokace-2vluvv {
    font-size: 24px;
    line-height: 32px;
  }

  .smokace-3sl94r {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .smokace-pr83an {
    font-size: 50px;
    line-height: 56px;
  }

  .smokace-lqlnld {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .smokace-vc2ifc {
    top: 25px;
    right: 25px;
  }
}

.smokace-6uvhz2,
.smokace-n47gst {
  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;
}

.smokace-py38f4.smokace-0980pc::before,
.smokace-n47gst::before,
.smokace-3t5eei::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.smokace-8m1yju.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.smokace-4391g3 14.smokace-ku77wj.smokace-c31o3b 14.smokace-opzfef 15.smokace-e4wgee 14.smokace-zr7zly 15.smokace-t39gh9 14.smokace-ify2g6.smokace-s43lx8 14.smokace-nefulg 19.smokace-c1hlhe 12.smokace-eiz0cy 19.smokace-c1hlhe 10.smokace-j0idb5.smokace-c1hlhe 8.smokace-y5xmn6 17.smokace-ckiqhg 7.smokace-6vt4om 15.smokace-rsa8r0 7.smokace-ujacal.smokace-k27yls 7.smokace-6vt4om 11.smokace-t9yqbd 8.smokace-y5xmn6 11.smokace-t9yqbd 10.smokace-cbupll.smokace-t9yqbd 12.smokace-tk9h4p 13.smokace-7w73rm 14.smokace-g3tg97 15.smokace-8umhfl 14.smokace-7ea7q8.smokace-g80a5l 14.smokace-ns8fro 15.smokace-kl86ob 14.smokace-s225gf 15.smokace-6zw9a0 14.smokace-xmnb22.smokace-4391g3 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.smokace-bpze4v 15.smokace-gioa0c.smokace-e3ydqs 15.smokace-glg46q 15.smokace-yd44wl 15.smokace-559fr7 15.smokace-kw55na 15.smokace-9fnyiy.smokace-v8nhqs 15.smokace-559fr7 15.smokace-h9jjwp 15.smokace-hyob8g 15.smokace-okey3x 15.smokace-tc1j1q.smokace-pdc8e4 15.smokace-h3jz3y 7.smokace-jk5x54 18.smokace-le5ywj 7.smokace-4qxvwq 23.smokace-qpbqef.smokace-qprq2m.smokace-imphan 18.smokace-wio6dl 19.smokace-ltkiom 15.smokace-l5v27w 15.smokace-bpze4v 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.smokace-3dcilj [type="submit"] *,
.smokace-l69o1p button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .smokace-y2m312 {
    display: none;
  }
}

.smokace-bn2vjo {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .smokace-bn2vjo {
  display: none;
}

@media (min-width: 768px) {
  .smokace-bn2vjo {
    bottom: 22px;
  }
}

.smokace-bn2vjo input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .smokace-bn2vjo {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.smokace-7abunb.static) .smokace-bn2vjo {
    bottom: 8px;
  }
}

.smokace-qjf8cb {
  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.smokace-8m1yju.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.smokace-rhmm86 3.smokace-ip8aoc.smokace-bmgtav.smokace-b2ip8v 3.smokace-iny1pz 3.smokace-zb33nc 5.smokace-i424zp 3.smokace-zb33nc 8.smokace-l2u4xe.smokace-6s479e.smokace-zb33nc 26.smokace-dyoqy4 5.smokace-mae1fp 28.smokace-tgiyu4 8.smokace-yjvvd9 28.smokace-98w0o7.smokace-uqf1rp 28.smokace-1ai4w1.smokace-vtkvd5 34.smokace-eufvb5.smokace-v789x9 36.smokace-mokiti 11.smokace-wioqcj 37.smokace-8d0tb7 12.smokace-4debmi 36.smokace-r41swc.smokace-zv70sv 28.smokace-4yj0s5.smokace-6p8lte.smokace-z70vmz 28.smokace-xxx95d 36.smokace-0vu3jn 26.smokace-agsrxc 36.smokace-0vu3jn 23.smokace-j3dbwo.smokace-8uc2ic.smokace-0vu3jn 5.smokace-cdj0f0 34.smokace-9ttf7m 3.smokace-iny1pz 31.smokace-rhmm86 3.smokace-y4k60a.smokace-batx21 18.smokace-ckfy58.smokace-dg4mj5 18.smokace-smnlar 8.smokace-5tv746 17.smokace-kgoyqh 8.smokace-5tv746 15.smokace-duf0py.smokace-5tv746 14.smokace-pum1k0 9.smokace-dg4mj5 13.smokace-rpxnbl 11.smokace-batx21 13.smokace-s5ujbe.smokace-xu2ca0 13.smokace-rpxnbl 13.smokace-fj1z1y 14.smokace-pum1k0 13.smokace-fj1z1y 15.smokace-woml7a.smokace-fj1z1y 17.smokace-kgoyqh 12.smokace-xu2ca0 18.smokace-smnlar 11.smokace-batx21 18.smokace-7tqek1.smokace-cekaud 18.smokace-qkqgx0.smokace-snv3jh 18.smokace-smnlar 17.smokace-7z6z9f 17.smokace-kgoyqh 17.smokace-7z6z9f 15.smokace-bdha2q.smokace-7z6z9f 14.smokace-pum1k0 18.smokace-snv3jh 13.smokace-rpxnbl 20.smokace-cekaud 13.smokace-mptrzy.smokace-4tya1a 13.smokace-rpxnbl 22.smokace-5wmabo 14.smokace-pum1k0 22.smokace-5wmabo 15.smokace-5vr4jw.smokace-17i801 17.smokace-kgoyqh 21.smokace-4tya1a 18.smokace-smnlar 20.smokace-cekaud 18.smokace-f3p3sn.smokace-dy9vzm 18.smokace-x8zw29.smokace-gnwqwe 18.smokace-smnlar 26.smokace-8xd1vg 17.smokace-kgoyqh 26.smokace-8xd1vg 15.smokace-vr58p6.smokace-8xd1vg 14.smokace-pum1k0 27.smokace-gnwqwe 13.smokace-rpxnbl 28.smokace-dy9vzm 13.smokace-cnoe6i.smokace-l2607t 13.smokace-rpxnbl 31.smokace-g5pngn 14.smokace-pum1k0 31.smokace-g5pngn 15.smokace-ezfcy3.smokace-8xd1vg 17.smokace-kgoyqh 30.smokace-l2607t 18.smokace-smnlar 28.smokace-dy9vzm 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"])
    .smokace-qjf8cb {
    display: none;
  }
}

.smokace-a7trq5 {
  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) {
  .smokace-a7trq5 {
    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;
}

.smokace-l69o1p {
  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) {
  .smokace-l69o1p {
    padding: 14px 16px;
  }
}

.smokace-l69o1p button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.smokace-l69o1p button:first-child {
  align-content: end;
}

.smokace-l69o1p button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .smokace-l69o1p
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .smokace-l69o1p
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.smokace-l69o1p button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.smokace-l69o1p button:last-child svg {
  width: 38px;
  height: 38px;
}

.smokace-3t5eei {
  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;
}

.smokace-3t5eei::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .smokace-3t5eei,
.pc61d126-chatbot[data-active-screen="3"]
  .smokace-3t5eei {
  opacity: 1;
  visibility: visible;
}

.smokace-83z27h {
  flex: 1 1;
}

.smokace-ayd4wg {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .smokace-ayd4wg {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .smokace-nya875 {
  display: block;
}

.smokace-rg91ds {
  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) {
  .smokace-rg91ds {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.smokace-n47gst {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.smokace-n47gst::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.smokace-bx3go4 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.smokace-bx3go4 p {
  color: var(--Text-100);
}

.smokace-n47gst .smokace-pmu0yj {
  grid-area: button;
}

.smokace-n47gst .smokace-pmu0yj::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.smokace-8m1yju.org/2000/svg'%3E%3Cpath d='M4.smokace-k4ajls 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.smokace-dn42fr 15L16.smokace-dn42fr 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.smokace-dn42fr 5L16.smokace-dn42fr 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .smokace-9vbkol {
  display: block;
}

.smokace-jqwv0k {
  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) {
  .smokace-jqwv0k {
    margin-top: 40px;
  }
}

.smokace-6uvhz2 label,
.smokace-6uvhz2 input {
  display: block;
  width: 100%;
}

.smokace-6uvhz2 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.smokace-6uvhz2 label.smokace-83erjw input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.smokace-6uvhz2 label.smokace-83erjw::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;
}

.smokace-6uvhz2 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;
}

.smokace-6uvhz2 input::placeholder {
  color: var(--Text-400);
}

.smokace-mcunia {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .smokace-mcunia {
  display: flex;
}

.smokace-mcunia ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .smokace-mcunia ol {
    height: 420px;
    padding: 24px;
  }
}

.smokace-mcunia ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.smokace-3dcilj {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .smokace-3dcilj {
    padding: 0 24px 24px;
  }
}

.smokace-3dcilj 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;
}

.smokace-3dcilj input::placeholder {
  color: var(--Text-400);
}

.smokace-3dcilj [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.smokace-3dcilj [type="submit"]:disabled {
  opacity: 0.5;
}

.smokace-3dcilj [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .smokace-3dcilj [type="submit"] {
    right: 40px;
  }
}

.smokace-py38f4 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.smokace-py38f4.smokace-0980pc {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.smokace-py38f4.smokace-0980pc::before {
  content: "";
  width: 31px;
}

.smokace-py38f4.smokace-0980pc p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.smokace-py38f4.smokace-zj14v9 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.smokace-py38f4 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.smokace-bn2vjo .smokace-pmu0yj {
  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;
  }
}

.smokace-y2m312 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .smokace-y2m312 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .smokace-y2m312 {
    padding: 18px 0;
  }
}

.smokace-y2m312 .smokace-kb6l5k {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .smokace-y2m312 .smokace-kb6l5k {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.smokace-icu4qm {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .smokace-icu4qm {
    max-width: 160px;
    height: 40px;
  }
}

.smokace-icu4qm picture,
.smokace-icu4qm img {
  display: block;
  width: 100%;
  height: 100%;
}

.smokace-icu4qm img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .smokace-xmohcb {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.smokace-nq0mh3 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .smokace-y2m312.smokace-5mk6g1 .smokace-xmohcb {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .smokace-xmohcb {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .smokace-xmohcb {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.smokace-yk5q1c,
.smokace-v4c825 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .smokace-yk5q1c,
  .smokace-v4c825 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .smokace-v4c825 {
    display: none;
  }
}

.smokace-f3kald {
  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;
}

.smokace-5mk6g1 .smokace-f3kald {
  background: var(--fh-bg-color);
}

.smokace-f3kald button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .smokace-f3kald {
    display: none;
  }
}

.smokace-ic1v0t {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .smokace-ic1v0t {
    display: none;
  }
}

.smokace-nmrfxf {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.smokace-y2m312.smokace-5mk6g1 .smokace-nmrfxf:first-child {
  display: none;
}

.smokace-y2m312.smokace-5mk6g1 .smokace-nmrfxf:last-child {
  display: block;
}

.smokace-nmrfxf:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .smokace-nmrfxf {
    display: none;
  }
}

.smokace-25djsd {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .smokace-25djsd {
    display: flex;
  }
}

.smokace-25djsd ul {
  max-height: 350px;
  overflow-y: auto;
}

.smokace-25djsd:hover ul {
  visibility: visible;
  opacity: 1;
}

.smokace-25djsd:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.smokace-25djsd:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.smokace-25djsd:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.smokace-25djsd:hover .smokace-tymxpd svg {
  transform: rotate(180deg);
}

.smokace-3gi5xz {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.smokace-wxtzlh {
  padding: 0 8px;
}

.smokace-rn37sj {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.smokace-rn37sj:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .smokace-rn37sj {
    padding: 4px 8px;
  }
}

.smokace-dweopx {
  display: flex;
}

.smokace-dweopx img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.smokace-tymxpd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.smokace-tymxpd svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.smokace-fxo74c {
  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) {
  .smokace-fxo74c {
    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;
  }
}

.smokace-6doldt {
  width: 100%;
}

@media (min-width: 1200px) {
  .smokace-6doldt {
    display: none;
  }
}

.smokace-o1c7he {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.smokace-nvisto {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.smokace-sauh19 {
  display: flex;
}

.smokace-gccm0v {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.smokace-o5c24j {
  list-style: none;
}

@media (max-width: 1199px) {
  .smokace-o5c24j {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .smokace-o5c24j {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .smokace-o5c24j .smokace-1o5ot9 [data-ref-el],
  .smokace-o5c24j .smokace-1o5ot9 span,
  .smokace-o5c24j .smokace-1o5ot9 a {
    white-space: nowrap;
  }
}

.smokace-iok5um {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .smokace-iok5um.smokace-26n74q > .smokace-1o5ot9 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .smokace-iok5um.smokace-xanb1s:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .smokace-iok5um.smokace-26n74q > .smokace-rnt60r {
    height: auto;
  }

  .smokace-iok5um.smokace-26n74q > div > .smokace-2wm7l0 {
    transform: rotate(180deg);
  }
}

.smokace-iok5um [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.smokace-iok5um [data-ref-el],
.smokace-iok5um span {
  cursor: pointer;
}

.smokace-iok5um [data-ref-el],
.smokace-iok5um span,
.smokace-iok5um a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .smokace-iok5um [data-ref-el],
  .smokace-iok5um span,
  .smokace-iok5um a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .smokace-iok5um [data-ref-el],
  .smokace-iok5um span,
  .smokace-iok5um a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.smokace-rnt60r {
  height: 0;
  overflow: hidden;
  transition: height 0.smokace-nq0mh3 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.smokace-rnt60r::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.smokace-rnt60r::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.smokace-rnt60r::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .smokace-rnt60r {
    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;
  }

  .smokace-rnt60r:has(> .smokace-iok5um.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .smokace-rnt60r .smokace-rnt60r {
    padding: 0;
  }

  .smokace-rnt60r .smokace-iok5um {
    font-weight: 400;
  }

  .smokace-rnt60r .smokace-iok5um:hover > .smokace-1o5ot9 {
    background: var(--Neutral-300);
  }

  .smokace-rnt60r .smokace-2wm7l0 {
    rotate: -90deg;
  }
}

.smokace-1o5ot9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .smokace-1o5ot9 {
    padding: 8px;
  }

  .smokace-iok5um.smokace-usmr48 > .smokace-1o5ot9 {
    background: var(--Neutral-300);
  }
}

.smokace-2wm7l0 {
  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.smokace-8m1yju.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.smokace-2ewws2 0.smokace-4cmynp.smokace-mup4p2 -0.smokace-6jzfnr 0.smokace-oqh2nq -0.smokace-6jzfnr 1.smokace-7n9sbd 0.smokace-nseuvp.smokace-tqpmmu 4.smokace-9vz3wp.smokace-2ewws2 0.smokace-s7x98h.smokace-d4yahr -0.smokace-6jzfnr 9.smokace-3xuhnd -0.smokace-6jzfnr 10.smokace-9p2h1q 0.smokace-ehj8zp.smokace-chuiy2 0.smokace-mup4p2 10.smokace-chuiy2 0.smokace-oqh2nq 10.smokace-9p2h1q 1.smokace-3gtli3.smokace-v8d51j 5.smokace-m34bx6.smokace-9boco2 6.smokace-yipyjx 5.smokace-0b4jsz 6.smokace-yipyjx 4.smokace-0ueu8q 5.smokace-n2en9g.smokace-2ewws2 1.smokace-o3p3po.smokace-6jzfnr 0.smokace-oqh2nq -0.smokace-6jzfnr 0.smokace-mup4p2 0.smokace-2ewws2 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.smokace-nq0mh3 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .smokace-2wm7l0 {
    cursor: default;
  }
}

.smokace-wqhc1q {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.smokace-ocw8kw {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .smokace-ocw8kw {
    padding: 40px 4px;
  }
}

.smokace-xbh07e {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .smokace-xbh07e {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.smokace-xr5nyv {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .smokace-xr5nyv {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.smokace-xr5nyv ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.smokace-xr5nyv [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.smokace-xr5nyv [data-ref-el],
.smokace-xr5nyv span,
.smokace-xr5nyv a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.smokace-cjl964 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .smokace-cjl964 {
    margin-bottom: 12px;
  }
}

.smokace-d4x1tb {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.smokace-d4x1tb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .smokace-d4x1tb:last-child {
    margin-right: 0;
  }
}

.smokace-jg4hi3 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.smokace-cjl964:hover .smokace-l761sn {
  visibility: visible;
  opacity: 1;
}

.smokace-l761sn {
  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);
}

.smokace-t9fnzv {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.smokace-pnoqyv {
  display: flex;
  margin: 6px;
}

.smokace-pnoqyv img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.smokace-l761sn::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);
}

.smokace-l761sn::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);
}

.smokace-2wj378 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .smokace-2wj378 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.smokace-60rk0h {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .smokace-60rk0h {
    margin-right: 32px;
  }
}

.smokace-ab7jp8 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .smokace-ab7jp8 {
    margin-top: 0;
    width: 340px;
  }
}

.smokace-ab7jp8 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.smokace-cscv5x {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.smokace-pk78lz {
  position: relative;
}

@media (min-width: 768px) {
  .smokace-pk78lz {
    margin-top: 40px;
  }
}

.smokace-pk78lz + .smokace-ucanop,
.smokace-pk78lz + .smokace-pk78lz {
  margin-top: 24px;
}

.smokace-jchnrj {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .smokace-jchnrj {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .smokace-jchnrj {
    padding: 80px;
  }
}

.smokace-y2xvs3 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .smokace-y2xvs3 {
    padding: 0 16px;
}


}

.smokace-vsram1 {
  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) {
  .smokace-vsram1 {
    font-size: 48px;
    line-height: 56px;
  }
}

.smokace-meyjw0 {
  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) {
  .smokace-meyjw0 {
    font-size: 24px;
    line-height: 32px;
  }
}

.smokace-kl8f2h {
  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;
}

.smokace-kl8f2h:hover {
  background: var(--button-bg-hover);
}

.smokace-baai90 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.smokace-baai90 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .smokace-baai90 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .smokace-baai90 img {
  min-height: 100%;
  }
}

.smokace-jchnrj::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.smokace-cvuiqj {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.smokace-cvuiqj h1,
.smokace-cvuiqj h2,
.smokace-cvuiqj h3,
.smokace-cvuiqj h4 {
  margin-bottom: 6px;
}

.smokace-cvuiqj h1:not(:first-child),
.smokace-cvuiqj h2:not(:first-child),
.smokace-cvuiqj h3:not(:first-child),
.smokace-cvuiqj h4:not(:first-child) {
  margin-top: 16px;
}

.smokace-cvuiqj h1,
.smokace-cvuiqj h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .smokace-cvuiqj h1,
  .smokace-cvuiqj h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.smokace-cvuiqj h2,
.smokace-cvuiqj h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .smokace-cvuiqj h2,
  .smokace-cvuiqj h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.smokace-cvuiqj h3,
.smokace-cvuiqj h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .smokace-cvuiqj h3,
  .smokace-cvuiqj h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.smokace-cvuiqj h4,
.smokace-cvuiqj h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.smokace-cvuiqj ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.smokace-cvuiqj ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.smokace-cvuiqj 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);
}

.smokace-cvuiqj ul ul {
  margin-bottom: 8px;
}

.smokace-cvuiqj ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.smokace-cvuiqj ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.smokace-cvuiqj ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.smokace-cvuiqj ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.smokace-cvuiqj ol li::marker {
  font-weight: 700;
}

.smokace-cvuiqj ol ol {
  margin-bottom: 8px;
}

.smokace-cvuiqj ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.smokace-cvuiqj ol ul li {
  padding-left: 16px;
}

.smokace-cvuiqj 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) {
  .smokace-cvuiqj table {
    padding: 24px;
  }
}

.smokace-cvuiqj table.smokace-vrmz2n {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.smokace-nq0mh3,
    mask-image 0.3s;
}

.smokace-cvuiqj table.smokace-vrmz2n.smokace-xtfhyh {
  -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) {
  .smokace-cvuiqj table {
    display: table;
  }
}

.smokace-cvuiqj 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);
}

.smokace-cvuiqj table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.smokace-cvuiqj table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.smokace-cvuiqj 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) {
  .smokace-cvuiqj table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.smokace-cvuiqj table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.smokace-cvuiqj table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.smokace-cvuiqj table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.smokace-cvuiqj img {
  max-width: 100%;
  height: auto;
}

.smokace-inod8r {
  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) {
  .smokace-inod8r {
    padding: 24px;
  }
}

.smokace-u8a9my {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .smokace-u8a9my {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.smokace-u8a9my > * {
  margin: 0 !important;
}

.smokace-u8a9my img,
.smokace-4xz70n {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .smokace-u8a9my img,
  .smokace-4xz70n {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.smokace-tn3fm6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .smokace-tn3fm6 {
    width: 32px;
    height: 32px;
  }
}

.smokace-4dvbq4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.smokace-4dvbq4 .smokace-7z0uyn {
  flex-shrink: 0;
}

.smokace-4dvbq4 .smokace-arplvk svg {
  display: none;
}

.smokace-j28ak0 {
  display: grid;
  transition: max-height 0.smokace-nq0mh3 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .smokace-j28ak0 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .smokace-j28ak0 {
    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));
  }
}

.smokace-j28ak0.smokace-7ichi9 + .smokace-7z0uyn svg {
  transform: rotate(180deg);
}

.smokace-x0w7yf {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.smokace-x0w7yf > div:nth-child(3n) {
  grid-column: span 2;
}

.smokace-x0w7yf
  > div:nth-child(3n)
  .smokace-ui8nmg
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .smokace-x0w7yf {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .smokace-x0w7yf > div:nth-child(3n) {
    grid-column: unset;
  }

  .smokace-x0w7yf
    > div:nth-child(3n)
    .smokace-ui8nmg
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .smokace-x0w7yf {
    max-width: 270px;
  }
}

.smokace-x0w7yf .smokace-ui8nmg button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .smokace-x0w7yf .smokace-ui8nmg button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .smokace-x0w7yf .smokace-ui8nmg button {
    max-width: 104px;
  }
}

.smokace-3u1v01 {
  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) {
  .smokace-3u1v01 {
    margin-bottom: 0;
  }
}

.smokace-wmhd7u {
  display: none;
  opacity: 0;
}

.smokace-93y5bz {
  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;
  }
}

.smokace-93y5bz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.smokace-ui8nmg {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.smokace-ui8nmg button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .smokace-ui8nmg
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .smokace-ui8nmg
    button {
    max-width: 145px;
  }
}

.smokace-bsxv0s:first-child
  .smokace-ui8nmg
  button {
  max-width: 270px;
}

.smokace-l1fpsc {
  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%;
}

.smokace-3u1v01 picture {
  width: 100%;
  max-width: 100%;
}

.smokace-vnwkgz {
  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;
}

.smokace-vnwkgz svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.smokace-3u1v01:hover .smokace-vnwkgz {
  display: flex;
}

.smokace-ws97aa {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.smokace-t1trel {
  display: flex;
}

.smokace-t1trel:hover .smokace-g9djxd,
.smokace-t1trel .smokace-usmr48 .smokace-g9djxd {
  display: flex;
}

.smokace-t1trel svg {
  flex-shrink: 0;
}

.smokace-g9djxd {
  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) {
  .smokace-g9djxd {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.smokace-g9djxd:hover {
  display: flex;
}

.smokace-g9djxd svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.smokace-fnqrej {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .smokace-fnqrej {
    font-size: 12px;
  }
}

.smokace-t2yojg,
.smokace-wwzu00 {
  width: 50%;
  flex-shrink: 0;
}

.smokace-t2yojg {
  font-weight: 700;
}

.smokace-kpb56m .smokace-j28ak0 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .smokace-kpb56m .smokace-j28ak0 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .smokace-kpb56m .smokace-j28ak0 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.smokace-kpb56m
  .smokace-l1fpsc:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.smokace-kpb56m .smokace-93y5bz {
  height: 100% !important;
  border-radius: 16px;
}

.smokace-kpb56m .smokace-ui8nmg {
  gap: 4px;
  align-items: center;
}

.smokace-kpb56m .smokace-ui8nmg button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.smokace-kpb56m .smokace-ui8nmg svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.smokace-kpb56m .smokace-3rckbk,
.smokace-kpb56m .smokace-g76c1g {
  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.smokace-8m1yju.org/2000/svg'%3E%3Cpath d='M9.smokace-mri690 4.smokace-mzzo6p.smokace-9k7yt4 5.smokace-j2et87.smokace-gdir04 5.smokace-unh37b.smokace-trm7ya 5.smokace-0sha3n.smokace-xm67s7 8.smokace-bytca8.smokace-kebz10 9.smokace-dt18gi.smokace-ch26xt 9.smokace-h4e0uh.smokace-cb018n 13.smokace-gcfq7e.smokace-rm5iyo 11.smokace-and7dh.smokace-4zzxfx 11.smokace-gu2s57.smokace-4qx5qd 11.smokace-xpofev.smokace-b5yguq 13.smokace-j5jj5m.smokace-v7jfqb 9.smokace-g2m2t1.smokace-s4aayv 9.smokace-emd4ke.smokace-ab1q5j 8.smokace-gau3v9.smokace-eapln4 5.smokace-gwgwi4.smokace-nhw07e 5.smokace-xnwc3q.smokace-x4lpe0 5.smokace-re3bjx.smokace-jmv89c 4.smokace-dw1xn7.smokace-4zzxfx 1.smokace-ffxgir.smokace-mri690 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.smokace-kpb56m .smokace-3rckbk {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.smokace-kpb56m .smokace-g76c1g {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.smokace-pzkhah {
  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) {
  .smokace-pzkhah {
    padding: 24px;
  }
}

.smokace-pzkhah .smokace-7z0uyn {
  display: flex;
}

@media (min-width: 768px) {
  .smokace-pzkhah .smokace-7z0uyn {
    display: none;
  }
}

.smokace-pzkhah .smokace-arplvk svg {
  display: none;
}

.smokace-979rjl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.smokace-979rjl .smokace-esw2lc {
  display: none;
}

@media (min-width: 768px) {
  .smokace-979rjl .smokace-esw2lc {
    display: flex;
  }
}

.smokace-wm4lh9 {
  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) {
  .smokace-wm4lh9 {
    font-size: 40px;
    line-height: 48px;
  }
}

.smokace-wm4lh9 > * {
  margin: 0 !important;
}

.smokace-wm4lh9 img,
.smokace-ebp1k5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .smokace-wm4lh9 img,
  .smokace-ebp1k5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.smokace-adq01f {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .smokace-adq01f {
    width: 32px;
    height: 32px;
  }
}

.smokace-ak44pd {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .smokace-ak44pd {
    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;
  }

  .smokace-ak44pd::-webkit-scrollbar {
    display: none;
  }
}

.smokace-bspbgp {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .smokace-bspbgp {
    padding: 7px 15px;
  }
}

.smokace-bspbgp:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.smokace-meme62 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .smokace-meme62 {
    display: flex;
    opacity: 1;
  }
}

.smokace-bspbgp picture {
  height: 100%;
  display: block;
}

.smokace-bspbgp img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .smokace-bspbgp img {
    width: 88px;
    height: 44px;
  }
}

.smokace-bspbgp p {
  text-align: center;
  width: 100%;
}

.smokace-vm5p8j {
  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) {
  .smokace-vm5p8j {
    font-size: 40px;
    line-height: 48px;
  }
}

.smokace-vm5p8j img,
.smokace-d7u21z {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .smokace-vm5p8j img,
  .smokace-d7u21z {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.smokace-rxd8z7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .smokace-rxd8z7 {
    width: 32px;
    height: 32px;
  }
}

.smokace-dogqg1 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.smokace-9lmwp8 {
  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;
}

.smokace-kjfh8o {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.smokace-kjfh8o.smokace-usmr48 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.smokace-g33xjo {
  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) {
  .smokace-g33xjo {
    font-size: 20px;
    line-height: 28px;
  }
}

.smokace-jaa1vg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.smokace-ksw9d4 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.smokace-nq0mh3 ease;
  opacity: 0;
  color: var(--text-color);
}

.smokace-rb6rq1 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.smokace-rb6rq1 ol,
.smokace-rb6rq1 ul {
  padding-left: 1.3em;
}

.smokace-kjfh8o.smokace-usmr48 .smokace-ksw9d4 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.smokace-kjfh8o.smokace-usmr48 .smokace-jaa1vg {
  transform: rotate(180deg);
  color: var(--text-color);
}

.smokace-ot35vc {
  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) {
  .smokace-ot35vc {
    padding: 24px;
  }
}

.smokace-ot35vc .smokace-7z0uyn {
  display: flex;
}

@media (min-width: 768px) {
  .smokace-ot35vc .smokace-7z0uyn {
    display: none;
  }
}

.smokace-ot35vc .smokace-arplvk svg {
  display: none;
}

.smokace-j62gd1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.smokace-j62gd1 .smokace-esw2lc {
  display: none;
}

@media (min-width: 768px) {
  .smokace-j62gd1 .smokace-esw2lc {
    display: flex;
  }
}

.smokace-rsaoyl {
  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) {
  .smokace-rsaoyl {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.smokace-rsaoyl > * {
  margin: 0 !important;
}

.smokace-rsaoyl img,
.smokace-z6mbeb {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .smokace-rsaoyl img,
  .smokace-z6mbeb {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.smokace-ooreu9 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .smokace-ooreu9 {
    width: 32px;
    height: 32px;
  }
}

.smokace-sxm82w {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .smokace-sxm82w {
    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;
  }

  .smokace-sxm82w::-webkit-scrollbar {
    display: none;
  }
}

.smokace-womu87 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.smokace-womu87:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.smokace-2d16jb {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .smokace-2d16jb {
    display: flex;
    opacity: 1;
  }
}

.smokace-womu87 picture {
  width: auto;
  height: 100%;
  display: block;
}

.smokace-womu87 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.smokace-igek9x {
  margin: -24px 0;
}

.smokace-igek9x:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .smokace-igek9x {
    margin: -16px 0;
  }
}

.smokace-wb4igr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .smokace-wb4igr {
    flex-direction: row;
  }
}

.smokace-k019vl {
  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) {
  .smokace-k019vl {
    flex: 1;
  }
}

.smokace-k019vl::placeholder {
  color: var(--Text-400);
}

.smokace-8ga1ub {
  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;
}

.smokace-vwhgfp {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.smokace-vwhgfp::-webkit-scrollbar {
  display: none;
}

.smokace-0o059a {
  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;
}

.smokace-0o059a img,
.smokace-0o059a svg {
  margin-right: 8px;
}

.smokace-5dugi0 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.smokace-igek9x + .smokace-s100gp {
  margin-top: 0;
}

@media (min-width: 768px) {
  .smokace-igek9x + .smokace-s100gp {
    margin-top: -16px;
  }
}

.smokace-hak0bu {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.smokace-hak0bu > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.smokace-hak0bu > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.smokace-cg33fd {
  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;
}

.smokace-q7wvpu {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.smokace-x4ftfh {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.smokace-zrdpxs {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.smokace-hd8xbf {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.smokace-cg33fd 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;
}

.smokace-cg33fd 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) {
  .smokace-cg33fd {
    padding: 39px 179px 39px 39px;
  }

  .smokace-q7wvpu {
    font-size: 40px;
    line-height: 48px;
  }

  .smokace-hd8xbf {
    height: 348px;
  }

  .smokace-cg33fd button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .smokace-cg33fd button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .smokace-cg33fd {
    padding: 63px;
  }
}

.smokace-bzso5f {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .smokace-bzso5f {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.smokace-h8zzlk {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .smokace-h8zzlk {
    width: auto;
  }
}

.smokace-jr8frc {
  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;
}

.smokace-jr8frc::-webkit-scrollbar {
  display: none;
}

.smokace-jr8frc 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);
}

.smokace-jr8frc a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .smokace-jr8frc {
    margin-left: 16px;
    margin-top: 0;
  }
}

.smokace-bzso5f .smokace-66yd2i {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.smokace-nq0mh3,
    mask-image 0.3s;
}

.smokace-bzso5f .smokace-66yd2i.smokace-xtfhyh {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.smokace-kf93dm {
  margin: 40px -16px;
}

.smokace-82ujuf + .smokace-ucanop,
.smokace-82ujuf + .smokace-pk78lz {
  margin-top: 24px;
}

.smokace-om1tdc {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.smokace-om1tdc picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.smokace-povi53 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .smokace-povi53 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .smokace-povi53 {
    margin-top: 0;
  }
}

.smokace-6jbrfd {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .smokace-6jbrfd {
    font-size: 24px;
    line-height: 32px;
  }
}

.smokace-csp3yt {
  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) {
  .smokace-csp3yt {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.smokace-5w0kzd {
  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) {
  .smokace-5w0kzd {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.smokace-ncodlw {
  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) {
  .smokace-ncodlw {
    font-size: 20px;
    line-height: 28px;
  }
}

.smokace-cc6w20 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .smokace-cc6w20 {
    font-size: 32px;
    line-height: 40px;
  }
}

.smokace-c1obfz {
  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;
}

.smokace-pmyjuv {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.smokace-pmyjuv img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.smokace-s100gp {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.smokace-n3sopt {
  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) {
  .smokace-n3sopt {
    padding: 15px 48px;
  }
}

main > .smokace-s100gp {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .smokace-j28ak0.smokace-kunioo > div:nth-child(n+5) {
    display: none;
  }
}

.smokace-cvuiqj p a img {
  display: block;
  margin: 0 auto;
}


.smokace-8wqk9d {
  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 */
.smokace-axdpck {
  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;
}

.smokace-axdpck label {
  font-size: 14px;
}

.smokace-axdpck h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.smokace-axdpck input,
.smokace-axdpck textarea,
.smokace-axdpck 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;
}
.smokace-axdpck button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.smokace-8miaik ease;
}
.smokace-axdpck button:hover {
  background-color: var(--button-bg-hover);
}
.smokace-s56d2o {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.smokace-ss5w99 ease-in;
}

.smokace-s56d2o 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;
}
.smokace-ln9hr4, .smokace-8bj1ps, [class*="review-card"],
thead, thead th, table th, .smokace-nzfmpn,
.smokace-bm5gz6, [class*="collapsible-header"],
.smokace-h8wjp1, [class*="updated-block"] {
  color: #ece7dc !important;
}
