* {
  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;
  }
}

.gw-ix7sex {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .gw-ix7sex {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .gw-ix7sex {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.gw-40dn5q {
  overflow: hidden;
}

.gw-7ioete img {
  background: var(--Neutral-300);
}

.gw-m5kvez {
  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;
}

.gw-llu3zt {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.gw-llu3zt:hover {
  background: var(--button-bg-hover);
}

.gw-ycq25y {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.gw-ycq25y:hover {
  background: var(--button-bg-hover);
}

.gw-u9vjfj {
  font-size: 12px;
  line-height: 18px;
}

.gw-y9j6gk {
  font-size: 18px;
  line-height: 26px;
}

.gw-lhex71 {
  width: 100%;
}

.gw-1ii1b1 {
  padding: 6px 16px;
}

.gw-1sr64u {
  padding: 10px 16px;
}

.gw-pe2yyr {
  padding: 15px 26px;
}

.gw-8zzbvm {
  flex-shrink: 0;
}

.gw-povxca {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.gw-3fwcuz {
  display: none;
}

.gw-xdze1w {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.gw-brp1tu {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.gw-5zlogu {
  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;
}

.gw-l66zwp {
  cursor: grab;
}

.gw-5zlogu::-webkit-scrollbar {
  display: none;
}

.gw-hpwge1 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.gw-xct7nx {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.gw-tznxmq {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.gw-7v59am {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.gw-ujlw6a {
  visibility: visible;
}

.gw-isag8i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.gw-eo9kme ease;
}

.gw-xwv5e9 {
  background-color: var(--Primary-200);
  width: 16px;
}

.gw-iygrsy {
  -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.gw-eo9kme,
    mask-image 0.3s;
}

.gw-iygrsy.gw-p0nigq {
  -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;
  }
}

.gw-v46vzy: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;
}

.gw-0xog41 {
  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.gw-qgda46.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.gw-qgda46.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;
}

.gw-gqsq28 {
  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);
}

.gw-gqsq28::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%
  );
}

.gw-pdo7p1 {
  position: relative;
  z-index: 1;
}

.gw-o4xatb {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.gw-4amv19 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.gw-4vvnlt {
  font-size: 40px;
  line-height: 48px;
}

.gw-14urcx {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.gw-laug2g {
  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;
}

.gw-laug2g:hover {
  background: var(--Primary-400);
}

.gw-laug2g svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.gw-v46vzy 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) {
  .gw-gqsq28 {
    max-width: 600px;
    padding: 64px;
  }

  .gw-o4xatb {
    font-size: 24px;
    line-height: 32px;
  }

  .gw-4amv19 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .gw-4vvnlt {
    font-size: 50px;
    line-height: 56px;
  }

  .gw-14urcx {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .gw-0xog41 {
    top: 25px;
    right: 25px;
  }
}

.gw-yt50tx,
.gw-rihjcm {
  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;
}

.gw-7anwck.gw-zr2ajr::before,
.gw-rihjcm::before,
.gw-fy3yjg::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.gw-qgda46.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.gw-l3l36q 14.gw-sfu6cc.gw-ptvh7h 14.gw-l5mc2e 15.gw-h3zuvy 14.gw-tvaxnc 15.gw-qyywia 14.gw-rpwu7o.gw-dmy821 14.gw-y4omgx 19.gw-2gblls 12.gw-svzzmt 19.gw-2gblls 10.gw-9rk8eo.gw-2gblls 8.gw-64j633 17.gw-ube8iu 7.gw-1grazw 15.gw-m565zt 7.gw-6pd05c.gw-g7rt9n 7.gw-1grazw 11.gw-nqtn3z 8.gw-64j633 11.gw-nqtn3z 10.gw-obwate.gw-nqtn3z 12.gw-aptn0y 13.gw-ftd362 14.gw-dhmxqw 15.gw-ydo2pg 14.gw-q4wxdj.gw-xi2d9n 14.gw-7sgdto 15.gw-o1u9a7 14.gw-vh8a2v 15.gw-klwzz5 14.gw-m7gacf.gw-l3l36q 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.gw-iblz2x 15.gw-04tnob.gw-3iuty8 15.gw-1wvpp8 15.gw-ke3gyc 15.gw-tfzefc 15.gw-tlql2x 15.gw-2l6y34.gw-w4e3k4 15.gw-tfzefc 15.gw-jliirn 15.gw-htzlfd 15.gw-k0a8r9 15.gw-n3zzf9.gw-hkrked 15.gw-jat7bf 7.gw-05jl2n 18.gw-im51k3 7.gw-g2t5nm 23.gw-9w2273.gw-64dykk.gw-dw4lnv 18.gw-8e2kfp 19.gw-xla8dz 15.gw-ypzokp 15.gw-iblz2x 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.gw-k1jy17 [type="submit"] *,
.gw-8xy11w button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .gw-idfz0e {
    display: none;
  }
}

.gw-4em16m {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .gw-4em16m {
  display: none;
}

@media (min-width: 768px) {
  .gw-4em16m {
    bottom: 22px;
  }
}

.gw-4em16m input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .gw-4em16m {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.gw-pd2ns5.static) .gw-4em16m {
    bottom: 8px;
  }
}

.gw-43z8g3 {
  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.gw-qgda46.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.gw-h928sf 3.gw-utw943.gw-l6c2yx.gw-3tjaph 3.gw-r8nupz 3.gw-b74z7y 5.gw-7j2if0 3.gw-b74z7y 8.gw-74yb5f.gw-ok7mwi.gw-b74z7y 26.gw-8ihokz 5.gw-3jq60d 28.gw-40up6h 8.gw-gkunq0 28.gw-1oajlx.gw-6ngjad 28.gw-0qgeao.gw-osxfxu 34.gw-bw4xso.gw-f3kzol 36.gw-wgig0m 11.gw-52f96p 37.gw-rij334 12.gw-a4bza3 36.gw-6oo6bw.gw-rag9lz 28.gw-m138rq.gw-bz07f7.gw-vvkovj 28.gw-xy2nzu 36.gw-ztqx1n 26.gw-kl1vxv 36.gw-ztqx1n 23.gw-fusqrv.gw-xkhiad.gw-ztqx1n 5.gw-l7zlr1 34.gw-i92lge 3.gw-r8nupz 31.gw-h928sf 3.gw-7bjzvg.gw-mbo1dl 18.gw-uouu36.gw-8n6rkf 18.gw-v5ey1t 8.gw-4oqdlc 17.gw-ir36ho 8.gw-4oqdlc 15.gw-5nj9tm.gw-4oqdlc 14.gw-tqsvbj 9.gw-8n6rkf 13.gw-f2sujh 11.gw-mbo1dl 13.gw-0sxzge.gw-ik8eym 13.gw-f2sujh 13.gw-36eqqy 14.gw-tqsvbj 13.gw-36eqqy 15.gw-42vqen.gw-36eqqy 17.gw-ir36ho 12.gw-ik8eym 18.gw-v5ey1t 11.gw-mbo1dl 18.gw-olekcm.gw-0gvn0d 18.gw-xo0hab.gw-zvu9j9 18.gw-v5ey1t 17.gw-lu34yd 17.gw-ir36ho 17.gw-lu34yd 15.gw-s6f14x.gw-lu34yd 14.gw-tqsvbj 18.gw-zvu9j9 13.gw-f2sujh 20.gw-0gvn0d 13.gw-ufoowj.gw-1js5cx 13.gw-f2sujh 22.gw-abuzvo 14.gw-tqsvbj 22.gw-abuzvo 15.gw-2opyn6.gw-zmd87b 17.gw-ir36ho 21.gw-1js5cx 18.gw-v5ey1t 20.gw-0gvn0d 18.gw-1tknfe.gw-ue9zkh 18.gw-x2fkc7.gw-f00004 18.gw-v5ey1t 26.gw-d5xh4m 17.gw-ir36ho 26.gw-d5xh4m 15.gw-z9jxwj.gw-d5xh4m 14.gw-tqsvbj 27.gw-f00004 13.gw-f2sujh 28.gw-ue9zkh 13.gw-wir2kk.gw-2ns4pb 13.gw-f2sujh 31.gw-hs5p7r 14.gw-tqsvbj 31.gw-hs5p7r 15.gw-id91e2.gw-d5xh4m 17.gw-ir36ho 30.gw-2ns4pb 18.gw-v5ey1t 28.gw-ue9zkh 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"])
    .gw-43z8g3 {
    display: none;
  }
}

.gw-ucim73 {
  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) {
  .gw-ucim73 {
    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;
}

.gw-8xy11w {
  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) {
  .gw-8xy11w {
    padding: 14px 16px;
  }
}

.gw-8xy11w button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.gw-8xy11w button:first-child {
  align-content: end;
}

.gw-8xy11w button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .gw-8xy11w
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .gw-8xy11w
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.gw-8xy11w button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.gw-8xy11w button:last-child svg {
  width: 38px;
  height: 38px;
}

.gw-fy3yjg {
  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;
}

.gw-fy3yjg::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .gw-fy3yjg,
.pc61d126-chatbot[data-active-screen="3"]
  .gw-fy3yjg {
  opacity: 1;
  visibility: visible;
}

.gw-gtxrjk {
  flex: 1 1;
}

.gw-iogidp {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .gw-iogidp {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .gw-jnml20 {
  display: block;
}

.gw-te2yl4 {
  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) {
  .gw-te2yl4 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.gw-rihjcm {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.gw-rihjcm::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.gw-ped2qj span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.gw-ped2qj p {
  color: var(--Text-100);
}

.gw-rihjcm .gw-zw3htd {
  grid-area: button;
}

.gw-rihjcm .gw-zw3htd::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.gw-qgda46.org/2000/svg'%3E%3Cpath d='M4.gw-hqbhw3 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.gw-8g6kf1 15L16.gw-8g6kf1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.gw-8g6kf1 5L16.gw-8g6kf1 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .gw-f357po {
  display: block;
}

.gw-eqiqkp {
  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) {
  .gw-eqiqkp {
    margin-top: 40px;
  }
}

.gw-yt50tx label,
.gw-yt50tx input {
  display: block;
  width: 100%;
}

.gw-yt50tx label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.gw-yt50tx label.gw-zahbaj input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.gw-yt50tx label.gw-zahbaj::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;
}

.gw-yt50tx 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;
}

.gw-yt50tx input::placeholder {
  color: var(--Text-400);
}

.gw-57g9y3 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .gw-57g9y3 {
  display: flex;
}

.gw-57g9y3 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .gw-57g9y3 ol {
    height: 420px;
    padding: 24px;
  }
}

.gw-57g9y3 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.gw-k1jy17 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .gw-k1jy17 {
    padding: 0 24px 24px;
  }
}

.gw-k1jy17 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;
}

.gw-k1jy17 input::placeholder {
  color: var(--Text-400);
}

.gw-k1jy17 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.gw-k1jy17 [type="submit"]:disabled {
  opacity: 0.5;
}

.gw-k1jy17 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .gw-k1jy17 [type="submit"] {
    right: 40px;
  }
}

.gw-7anwck {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.gw-7anwck.gw-zr2ajr {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.gw-7anwck.gw-zr2ajr::before {
  content: "";
  width: 31px;
}

.gw-7anwck.gw-zr2ajr p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.gw-7anwck.gw-5x22to p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.gw-7anwck p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.gw-4em16m .gw-zw3htd {
  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;
  }
}

.gw-idfz0e {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .gw-idfz0e {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .gw-idfz0e {
    padding: 15px 0;
  }
}

.gw-idfz0e .gw-ix7sex {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .gw-idfz0e .gw-ix7sex {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.gw-ulswb4 {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .gw-ulswb4 {
    max-width: 180px;
    height: 47px;
  }
}

.gw-ulswb4 picture,
.gw-ulswb4 img {
  display: block;
  width: 100%;
  height: 100%;
}

.gw-ulswb4 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .gw-z0373w {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.gw-eo9kme ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .gw-idfz0e.gw-vuun9i .gw-z0373w {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gw-z0373w {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .gw-z0373w {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.gw-4x5wcd,
.gw-e34kkk {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .gw-4x5wcd,
  .gw-e34kkk {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .gw-e34kkk {
    display: none;
  }
}

.gw-4otxss {
  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;
}

.gw-vuun9i .gw-4otxss {
  background: var(--fh-bg-color);
}

.gw-4otxss button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .gw-4otxss {
    display: none;
  }
}

.gw-xxojz8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .gw-xxojz8 {
    display: none;
  }
}

.gw-r8qsba {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.gw-idfz0e.gw-vuun9i .gw-r8qsba:first-child {
  display: none;
}

.gw-idfz0e.gw-vuun9i .gw-r8qsba:last-child {
  display: block;
}

.gw-r8qsba:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .gw-r8qsba {
    display: none;
  }
}

.gw-qd8uha {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .gw-qd8uha {
    display: flex;
  }
}

.gw-qd8uha ul {
  max-height: 350px;
  overflow-y: auto;
}

.gw-qd8uha:hover ul {
  visibility: visible;
  opacity: 1;
}

.gw-qd8uha:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.gw-qd8uha:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.gw-qd8uha:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.gw-qd8uha:hover .gw-t0nqvt svg {
  transform: rotate(180deg);
}

.gw-bfau8m {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.gw-th7d1y {
  padding: 0 8px;
}

.gw-qgwmqk {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.gw-qgwmqk:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .gw-qgwmqk {
    padding: 4px 8px;
  }
}

.gw-gtwtaq {
  display: flex;
}

.gw-gtwtaq img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.gw-t0nqvt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.gw-t0nqvt svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.gw-yjxycs {
  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) {
  .gw-yjxycs {
    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;
  }
}

.gw-hg44qc {
  width: 100%;
}

@media (min-width: 1200px) {
  .gw-hg44qc {
    display: none;
  }
}

.gw-6xk34p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.gw-dfrqyf {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.gw-88qet5 {
  display: flex;
}

.gw-ck1yfe {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.gw-jbrkdz {
  list-style: none;
}

@media (max-width: 1199px) {
  .gw-jbrkdz {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .gw-jbrkdz {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .gw-jbrkdz .gw-7fcrm0 [data-ref-el],
  .gw-jbrkdz .gw-7fcrm0 span,
  .gw-jbrkdz .gw-7fcrm0 a {
    white-space: nowrap;
  }
}

.gw-sz196l {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .gw-sz196l.gw-4s7vdz > .gw-7fcrm0 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .gw-sz196l.gw-ykdvhr:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .gw-sz196l.gw-4s7vdz > .gw-haof6r {
    height: auto;
  }

  .gw-sz196l.gw-4s7vdz > div > .gw-jki85u {
    transform: rotate(180deg);
  }
}

.gw-sz196l [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.gw-sz196l [data-ref-el],
.gw-sz196l span {
  cursor: pointer;
}

.gw-sz196l [data-ref-el],
.gw-sz196l span,
.gw-sz196l a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .gw-sz196l [data-ref-el],
  .gw-sz196l span,
  .gw-sz196l a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .gw-sz196l [data-ref-el],
  .gw-sz196l span,
  .gw-sz196l a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.gw-haof6r {
  height: 0;
  overflow: hidden;
  transition: height 0.gw-eo9kme ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.gw-haof6r::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.gw-haof6r::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.gw-haof6r::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .gw-haof6r {
    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;
  }

  .gw-haof6r:has(> .gw-sz196l.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .gw-haof6r .gw-haof6r {
    padding: 0;
  }

  .gw-haof6r .gw-sz196l {
    font-weight: 400;
  }

  .gw-haof6r .gw-sz196l:hover > .gw-7fcrm0 {
    background: var(--Neutral-300);
  }

  .gw-haof6r .gw-jki85u {
    rotate: -90deg;
  }
}

.gw-7fcrm0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .gw-7fcrm0 {
    padding: 8px;
  }

  .gw-sz196l.gw-f2u3pw > .gw-7fcrm0 {
    background: var(--Neutral-300);
  }
}

.gw-jki85u {
  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.gw-qgda46.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.gw-lyxtfa 0.gw-ftfpn4.gw-7k0edk -0.gw-8oehjh 0.gw-80ld30 -0.gw-8oehjh 1.gw-kjflyv 0.gw-l5skds.gw-pr1cyg 4.gw-rlgv4q.gw-lyxtfa 0.gw-r1ogd9.gw-ejspxe -0.gw-8oehjh 9.gw-ofusbf -0.gw-8oehjh 10.gw-blx4ek 0.gw-j2mqd2.gw-xmp5fp 0.gw-7k0edk 10.gw-xmp5fp 0.gw-80ld30 10.gw-blx4ek 1.gw-z0192b.gw-io002t 5.gw-dlsgrh.gw-9o72w7 6.gw-kbg64c 5.gw-b06df9 6.gw-kbg64c 4.gw-reiy20 5.gw-baojfi.gw-lyxtfa 1.gw-itnuz6.gw-8oehjh 0.gw-80ld30 -0.gw-8oehjh 0.gw-7k0edk 0.gw-lyxtfa 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.gw-eo9kme ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .gw-jki85u {
    cursor: default;
  }
}

.gw-kw00vd {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.gw-23dy06 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .gw-23dy06 {
    padding: 40px 4px;
  }
}

.gw-1pv4nv {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .gw-1pv4nv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.gw-4raw0w {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .gw-4raw0w {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.gw-4raw0w ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.gw-4raw0w [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.gw-4raw0w [data-ref-el],
.gw-4raw0w span,
.gw-4raw0w a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.gw-6tgxmx {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .gw-6tgxmx {
    margin-bottom: 12px;
  }
}

.gw-036b64 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.gw-036b64 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .gw-036b64:last-child {
    margin-right: 0;
  }
}

.gw-ru5dv1 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.gw-6tgxmx:hover .gw-sa27ql {
  visibility: visible;
  opacity: 1;
}

.gw-sa27ql {
  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);
}

.gw-jf572b {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.gw-oho0jj {
  display: flex;
  margin: 6px;
}

.gw-oho0jj img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.gw-sa27ql::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);
}

.gw-sa27ql::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);
}

.gw-ufnt5f {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .gw-ufnt5f {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.gw-10roqu {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .gw-10roqu {
    margin-right: 32px;
  }
}

.gw-m2dheu {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .gw-m2dheu {
    margin-top: 0;
    width: 340px;
  }
}

.gw-m2dheu a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.gw-rh8odr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.gw-umg599 {
  position: relative;
}

@media (min-width: 768px) {
  .gw-umg599 {
    margin-top: 40px;
  }
}

.gw-umg599 + .gw-1dqez4,
.gw-umg599 + .gw-umg599 {
  margin-top: 24px;
}

.gw-3gm9gw {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .gw-3gm9gw {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .gw-3gm9gw {
    padding: 80px;
  }
}

.gw-wrr8pt {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .gw-wrr8pt {
    padding: 0 16px;
}


}

.gw-bau47e {
  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) {
  .gw-bau47e {
    font-size: 48px;
    line-height: 56px;
  }
}

.gw-boby0o {
  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) {
  .gw-boby0o {
    font-size: 24px;
    line-height: 32px;
  }
}

.gw-mhrhz6 {
  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;
}

.gw-mhrhz6:hover {
  background: var(--button-bg-hover);
}

.gw-ao86vc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.gw-ao86vc img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .gw-ao86vc img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .gw-ao86vc img {
  min-height: 100%;
  }
}

.gw-3gm9gw::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.gw-vosiql {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gw-vosiql h1,
.gw-vosiql h2,
.gw-vosiql h3,
.gw-vosiql h4 {
  margin-bottom: 6px;
}

.gw-vosiql h1:not(:first-child),
.gw-vosiql h2:not(:first-child),
.gw-vosiql h3:not(:first-child),
.gw-vosiql h4:not(:first-child) {
  margin-top: 16px;
}

.gw-vosiql h1,
.gw-vosiql h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .gw-vosiql h1,
  .gw-vosiql h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.gw-vosiql h2,
.gw-vosiql h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .gw-vosiql h2,
  .gw-vosiql h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.gw-vosiql h3,
.gw-vosiql h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .gw-vosiql h3,
  .gw-vosiql h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.gw-vosiql h4,
.gw-vosiql h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.gw-vosiql ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.gw-vosiql ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.gw-vosiql 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);
}

.gw-vosiql ul ul {
  margin-bottom: 8px;
}

.gw-vosiql ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.gw-vosiql ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.gw-vosiql ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.gw-vosiql ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.gw-vosiql ol li::marker {
  font-weight: 700;
}

.gw-vosiql ol ol {
  margin-bottom: 8px;
}

.gw-vosiql ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.gw-vosiql ol ul li {
  padding-left: 16px;
}

.gw-vosiql 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) {
  .gw-vosiql table {
    padding: 24px;
  }
}

.gw-vosiql table.gw-k44nqe {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.gw-eo9kme,
    mask-image 0.3s;
}

.gw-vosiql table.gw-k44nqe.gw-p0nigq {
  -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) {
  .gw-vosiql table {
    display: table;
  }
}

.gw-vosiql table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.gw-vosiql table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gw-vosiql table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.gw-vosiql 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) {
  .gw-vosiql table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.gw-vosiql table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.gw-vosiql table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.gw-vosiql table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.gw-vosiql img {
  max-width: 100%;
  height: auto;
}

.gw-6s214l {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, 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) {
  .gw-6s214l {
    padding: 24px;
  }
}

.gw-brca4a {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .gw-brca4a {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.gw-brca4a > * {
  margin: 0 !important;
}

.gw-brca4a img,
.gw-ykb70u {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gw-brca4a img,
  .gw-ykb70u {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gw-nekzst {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gw-nekzst {
    width: 32px;
    height: 32px;
  }
}

.gw-xp7eaz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.gw-xp7eaz .gw-qvc11t {
  flex-shrink: 0;
}

.gw-xp7eaz .gw-rbr0w1 svg {
  display: none;
}

.gw-wcz5gs {
  display: grid;
  transition: max-height 0.gw-eo9kme ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .gw-wcz5gs {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .gw-wcz5gs {
    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));
  }
}

.gw-wcz5gs.gw-g6rm9j + .gw-qvc11t svg {
  transform: rotate(180deg);
}

.gw-gfzm4v {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.gw-gfzm4v > div:nth-child(3n) {
  grid-column: span 2;
}

.gw-gfzm4v
  > div:nth-child(3n)
  .gw-9xvm78
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .gw-gfzm4v {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gw-gfzm4v > div:nth-child(3n) {
    grid-column: unset;
  }

  .gw-gfzm4v
    > div:nth-child(3n)
    .gw-9xvm78
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .gw-gfzm4v {
    max-width: 270px;
  }
}

.gw-gfzm4v .gw-9xvm78 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .gw-gfzm4v .gw-9xvm78 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .gw-gfzm4v .gw-9xvm78 button {
    max-width: 104px;
  }
}

.gw-amvjpc {
  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) {
  .gw-amvjpc {
    margin-bottom: 0;
  }
}

.gw-z6vc91 {
  display: none;
  opacity: 0;
}

.gw-798ete {
  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;
  }
}

.gw-798ete img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.gw-9xvm78 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.gw-9xvm78 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .gw-9xvm78
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .gw-9xvm78
    button {
    max-width: 145px;
  }
}

.gw-s5pnfe:first-child
  .gw-9xvm78
  button {
  max-width: 270px;
}

.gw-nydmnq {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.gw-amvjpc picture {
  width: 100%;
  max-width: 100%;
}

.gw-2q9v5p {
  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;
}

.gw-2q9v5p svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.gw-amvjpc:hover .gw-2q9v5p {
  display: flex;
}

.gw-rv6frk {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.gw-fmuleq {
  display: flex;
}

.gw-fmuleq:hover .gw-b6jj6r,
.gw-fmuleq .gw-f2u3pw .gw-b6jj6r {
  display: flex;
}

.gw-fmuleq svg {
  flex-shrink: 0;
}

.gw-b6jj6r {
  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) {
  .gw-b6jj6r {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.gw-b6jj6r:hover {
  display: flex;
}

.gw-b6jj6r svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.gw-0k2try {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .gw-0k2try {
    font-size: 12px;
  }
}

.gw-aym1tf,
.gw-mf3t4s {
  width: 50%;
  flex-shrink: 0;
}

.gw-aym1tf {
  font-weight: 700;
}

.gw-h38uge .gw-wcz5gs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .gw-h38uge .gw-wcz5gs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .gw-h38uge .gw-wcz5gs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.gw-h38uge
  .gw-nydmnq:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.gw-h38uge .gw-798ete {
  height: 100% !important;
  border-radius: 16px;
}

.gw-h38uge .gw-9xvm78 {
  gap: 4px;
  align-items: center;
}

.gw-h38uge .gw-9xvm78 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gw-h38uge .gw-9xvm78 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.gw-h38uge .gw-meujad,
.gw-h38uge .gw-4yqv8d {
  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.gw-qgda46.org/2000/svg'%3E%3Cpath d='M9.gw-t70qlh 4.gw-shl65s.gw-uh9xhq 5.gw-eil9kr.gw-kntsem 5.gw-edvr68.gw-49zjui 5.gw-9uvrli.gw-spsgwm 8.gw-1ughnd.gw-lx81wg 9.gw-xxoen4.gw-3hqao8 9.gw-augzox.gw-v5o7hj 13.gw-a4afv0.gw-0op8tw 11.gw-73qziw.gw-fqiykt 11.gw-arudc3.gw-s25dqr 11.gw-ndsxx9.gw-uxbd3z 13.gw-80t6ez.gw-qclq9q 9.gw-p3jxsd.gw-z71o2f 9.gw-uyjyah.gw-8dey0d 8.gw-f9uwup.gw-p1wepn 5.gw-u4v5zh.gw-s8ocn1 5.gw-d84c0b.gw-d818sg 5.gw-zyg5j5.gw-e4syac 4.gw-k1t4pe.gw-fqiykt 1.gw-r2ruac.gw-t70qlh 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.gw-h38uge .gw-meujad {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.gw-h38uge .gw-4yqv8d {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.gw-s4a9sk {
  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) {
  .gw-s4a9sk {
    padding: 24px;
  }
}

.gw-s4a9sk .gw-qvc11t {
  display: flex;
}

@media (min-width: 768px) {
  .gw-s4a9sk .gw-qvc11t {
    display: none;
  }
}

.gw-s4a9sk .gw-rbr0w1 svg {
  display: none;
}

.gw-0ze0j3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.gw-0ze0j3 .gw-m5kvez {
  display: none;
}

@media (min-width: 768px) {
  .gw-0ze0j3 .gw-m5kvez {
    display: flex;
  }
}

.gw-wm4cvj {
  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) {
  .gw-wm4cvj {
    font-size: 40px;
    line-height: 48px;
  }
}

.gw-wm4cvj > * {
  margin: 0 !important;
}

.gw-wm4cvj img,
.gw-iuvwfe {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gw-wm4cvj img,
  .gw-iuvwfe {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gw-6g5bzw {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gw-6g5bzw {
    width: 32px;
    height: 32px;
  }
}

.gw-eq64bf {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .gw-eq64bf {
    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;
  }

  .gw-eq64bf::-webkit-scrollbar {
    display: none;
  }
}

.gw-0f10f8 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .gw-0f10f8 {
    padding: 7px 15px;
  }
}

.gw-0f10f8:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.gw-8ijwd4 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .gw-8ijwd4 {
    display: flex;
    opacity: 1;
  }
}

.gw-0f10f8 picture {
  height: 100%;
  display: block;
}

.gw-0f10f8 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .gw-0f10f8 img {
    width: 88px;
    height: 44px;
  }
}

.gw-0f10f8 p {
  text-align: center;
  width: 100%;
}

.gw-tbc409 {
  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) {
  .gw-tbc409 {
    font-size: 40px;
    line-height: 48px;
  }
}

.gw-tbc409 img,
.gw-ty74m6 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gw-tbc409 img,
  .gw-ty74m6 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gw-waw1n1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gw-waw1n1 {
    width: 32px;
    height: 32px;
  }
}

.gw-znnl45 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.gw-kpsjln {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, 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;
}

.gw-vb25gx {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.gw-vb25gx.gw-f2u3pw {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.gw-yhuxb1 {
  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(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .gw-yhuxb1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.gw-pv7q1q {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.gw-6779ch {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.gw-eo9kme ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.gw-5u4qal {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.gw-5u4qal ol,
.gw-5u4qal ul {
  padding-left: 1.3em;
}

.gw-vb25gx.gw-f2u3pw .gw-6779ch {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.gw-vb25gx.gw-f2u3pw .gw-pv7q1q {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.gw-za1kfp {
  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) {
  .gw-za1kfp {
    padding: 24px;
  }
}

.gw-za1kfp .gw-qvc11t {
  display: flex;
}

@media (min-width: 768px) {
  .gw-za1kfp .gw-qvc11t {
    display: none;
  }
}

.gw-za1kfp .gw-rbr0w1 svg {
  display: none;
}

.gw-3rve14 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gw-3rve14 .gw-m5kvez {
  display: none;
}

@media (min-width: 768px) {
  .gw-3rve14 .gw-m5kvez {
    display: flex;
  }
}

.gw-e41v4x {
  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) {
  .gw-e41v4x {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.gw-e41v4x > * {
  margin: 0 !important;
}

.gw-e41v4x img,
.gw-koq6dh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .gw-e41v4x img,
  .gw-koq6dh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.gw-witmj1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .gw-witmj1 {
    width: 32px;
    height: 32px;
  }
}

.gw-1cvbxv {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .gw-1cvbxv {
    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;
  }

  .gw-1cvbxv::-webkit-scrollbar {
    display: none;
  }
}

.gw-kx4tz1 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.gw-kx4tz1:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.gw-k70nin {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .gw-k70nin {
    display: flex;
    opacity: 1;
  }
}

.gw-kx4tz1 picture {
  width: auto;
  height: 100%;
  display: block;
}

.gw-kx4tz1 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.gw-vxxsw4 {
  margin: -24px 0;
}

.gw-vxxsw4:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .gw-vxxsw4 {
    margin: -16px 0;
  }
}

.gw-vm781s {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .gw-vm781s {
    flex-direction: row;
  }
}

.gw-8rr8sr {
  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) {
  .gw-8rr8sr {
    flex: 1;
  }
}

.gw-8rr8sr::placeholder {
  color: var(--Text-400);
}

.gw-i15658 {
  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;
}

.gw-bapiom {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.gw-bapiom::-webkit-scrollbar {
  display: none;
}

.gw-zma3dp {
  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;
}

.gw-zma3dp img,
.gw-zma3dp svg {
  margin-right: 8px;
}

.gw-ye7de0 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.gw-vxxsw4 + .gw-jmvvkr {
  margin-top: 0;
}

@media (min-width: 768px) {
  .gw-vxxsw4 + .gw-jmvvkr {
    margin-top: -16px;
  }
}

.gw-qe5y1b {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.gw-qe5y1b > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.gw-qe5y1b > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.gw-vt4jaz {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, 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;
}

.gw-ymkp6i {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.gw-m7zl2n {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.gw-jzg4f0 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.gw-6n5oeq {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.gw-vt4jaz 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;
}

.gw-vt4jaz 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) {
  .gw-vt4jaz {
    padding: 39px 179px 39px 39px;
  }

  .gw-ymkp6i {
    font-size: 40px;
    line-height: 48px;
  }

  .gw-6n5oeq {
    height: 348px;
  }

  .gw-vt4jaz button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .gw-vt4jaz button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .gw-vt4jaz {
    padding: 63px;
  }
}

.gw-0rda1p {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .gw-0rda1p {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.gw-b6cuiw {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .gw-b6cuiw {
    width: auto;
  }
}

.gw-8qzkbf {
  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;
}

.gw-8qzkbf::-webkit-scrollbar {
  display: none;
}

.gw-8qzkbf 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);
}

.gw-8qzkbf a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .gw-8qzkbf {
    margin-left: 16px;
    margin-top: 0;
  }
}

.gw-0rda1p .gw-yrnhhb {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.gw-eo9kme,
    mask-image 0.3s;
}

.gw-0rda1p .gw-yrnhhb.gw-p0nigq {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.gw-iri92f {
  margin: 40px -16px;
}

.gw-ktjfei + .gw-1dqez4,
.gw-ktjfei + .gw-umg599 {
  margin-top: 24px;
}

.gw-soulpw {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.gw-soulpw picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.gw-026rv8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .gw-026rv8 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .gw-026rv8 {
    margin-top: 0;
  }
}

.gw-if2sat {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .gw-if2sat {
    font-size: 24px;
    line-height: 32px;
  }
}

.gw-ik612w {
  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) {
  .gw-ik612w {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.gw-u62gpe {
  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) {
  .gw-u62gpe {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.gw-n6ow2w {
  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) {
  .gw-n6ow2w {
    font-size: 20px;
    line-height: 28px;
  }
}

.gw-5as1c2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .gw-5as1c2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.gw-583jvl {
  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;
}

.gw-4p08o2 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.gw-4p08o2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gw-jmvvkr {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.gw-0ibne1 {
  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) {
  .gw-0ibne1 {
    padding: 15px 48px;
  }
}

main > .gw-jmvvkr {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .gw-wcz5gs.gw-lv473o > div:nth-child(n+5) {
    display: none;
  }
}

.gw-vosiql p a img {
  display: block;
  margin: 0 auto;
}


.gw-7ozoys {
  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 */
.gw-w8xoq8 {
  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;
}

.gw-w8xoq8 label {
  font-size: 14px;
}

.gw-w8xoq8 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.gw-w8xoq8 input,
.gw-w8xoq8 textarea,
.gw-w8xoq8 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;
}
.gw-w8xoq8 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.gw-vn0ty3 ease;
}
.gw-w8xoq8 button:hover {
  background-color: var(--button-bg-hover);
}
.gw-0qv4o3 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.gw-6l82il ease-in;
}

.gw-0qv4o3 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;
}
.gw-0c5ee5, .gw-ajx30p, [class*="review-card"],
thead, thead th, table th, .gw-nixcd1,
.gw-2lvs13, [class*="collapsible-header"],
.gw-r3kh3w, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
