* {
  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;
  }
}

.winz-84av8w {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .winz-84av8w {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-84av8w {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.winz-nt685s {
  overflow: hidden;
}

.winz-uhd1uk img {
  background: var(--Neutral-300);
}

.winz-td05i7 {
  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;
}

.winz-b4d31g {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.winz-b4d31g:hover {
  background: var(--button-bg-hover);
}

.winz-4vl347 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.winz-4vl347:hover {
  background: var(--button-bg-hover);
}

.winz-gt35wd {
  font-size: 12px;
  line-height: 18px;
}

.winz-z2lqag {
  font-size: 18px;
  line-height: 26px;
}

.winz-2n82ty {
  width: 100%;
}

.winz-1gczko {
  padding: 6px 16px;
}

.winz-qnm8kf {
  padding: 10px 16px;
}

.winz-ywkn1c {
  padding: 15px 26px;
}

.winz-tge0v2 {
  flex-shrink: 0;
}

.winz-klapbe {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.winz-2847lj {
  display: none;
}

.winz-1es69q {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.winz-1dya6i {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.winz-sodwmh {
  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;
}

.winz-mmt4i8 {
  cursor: grab;
}

.winz-sodwmh::-webkit-scrollbar {
  display: none;
}

.winz-m9qdi9 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.winz-g05xuw {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.winz-72lhq3 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.winz-b83com {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.winz-xarhdo {
  visibility: visible;
}

.winz-6gz5np {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.winz-598rei ease;
}

.winz-sbv9q0 {
  background-color: var(--Primary-200);
  width: 16px;
}

.winz-9tkpd3 {
  -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.winz-598rei,
    mask-image 0.3s;
}

.winz-9tkpd3.winz-3flq6v {
  -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;
  }
}

.winz-xn8yuu: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;
}

.winz-hiccwe {
  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.winz-6fthqu.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.winz-6fthqu.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;
}

.winz-df5bl9 {
  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);
}

.winz-df5bl9::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%
  );
}

.winz-a72puj {
  position: relative;
  z-index: 1;
}

.winz-73raof {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.winz-zi8i50 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.winz-sn25qf {
  font-size: 40px;
  line-height: 48px;
}

.winz-byva39 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.winz-cdmry6 {
  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;
}

.winz-cdmry6:hover {
  background: var(--Primary-400);
}

.winz-cdmry6 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.winz-xn8yuu 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) {
  .winz-df5bl9 {
    max-width: 600px;
    padding: 64px;
  }

  .winz-73raof {
    font-size: 24px;
    line-height: 32px;
  }

  .winz-zi8i50 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .winz-sn25qf {
    font-size: 50px;
    line-height: 56px;
  }

  .winz-byva39 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .winz-hiccwe {
    top: 25px;
    right: 25px;
  }
}

.winz-r2ko4f,
.winz-p2g4kf {
  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;
}

.winz-4lu4o7.winz-2lbiwq::before,
.winz-p2g4kf::before,
.winz-xp86dq::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.winz-6fthqu.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.winz-7yw644 14.winz-wlqmq6.winz-e001uz 14.winz-oetv8q 15.winz-kclf4n 14.winz-u39fm7 15.winz-g5csmk 14.winz-t8nwsh.winz-909ds1 14.winz-wthpi0 19.winz-wdp8st 12.winz-3stzmm 19.winz-wdp8st 10.winz-2uztqe.winz-wdp8st 8.winz-sc0sr0 17.winz-2yxkkw 7.winz-gamlts 15.winz-m2iwly 7.winz-u8unnd.winz-advlic 7.winz-gamlts 11.winz-t0psr6 8.winz-sc0sr0 11.winz-t0psr6 10.winz-n4nk54.winz-t0psr6 12.winz-1b42y0 13.winz-hhd1x5 14.winz-z49g49 15.winz-lc6ihi 14.winz-lnwpek.winz-flzo5l 14.winz-3zz318 15.winz-rcb1uv 14.winz-2688n9 15.winz-on8cfs 14.winz-sl35qb.winz-7yw644 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.winz-yb55rg 15.winz-tvuc6a.winz-kirg0g 15.winz-53k6e3 15.winz-1xe56d 15.winz-bm3484 15.winz-14wo3a 15.winz-htecc6.winz-6dbg9t 15.winz-bm3484 15.winz-cc2sbn 15.winz-nfvlox 15.winz-n5ck72 15.winz-7w8ex1.winz-72w9q4 15.winz-e8legi 7.winz-l4l4aj 18.winz-wfphiv 7.winz-42dn1u 23.winz-zxac8l.winz-0fpkqm.winz-fjjomb 18.winz-vkw34w 19.winz-1nzyem 15.winz-hgutc2 15.winz-yb55rg 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.winz-lygptt [type="submit"] *,
.winz-rhghjo button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .winz-ehfhpu {
    display: none;
  }
}

.winz-9obdyr {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .winz-9obdyr {
  display: none;
}

@media (min-width: 768px) {
  .winz-9obdyr {
    bottom: 22px;
  }
}

.winz-9obdyr input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .winz-9obdyr {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.winz-wgyndq.static) .winz-9obdyr {
    bottom: 8px;
  }
}

.winz-ec12ng {
  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.winz-6fthqu.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.winz-v4l1nw 3.winz-88a9e1.winz-uos0c0.winz-denl26 3.winz-fw62y2 3.winz-z2eg8e 5.winz-mpj7x9 3.winz-z2eg8e 8.winz-1ty0yt.winz-2ze7q6.winz-z2eg8e 26.winz-7z8qp2 5.winz-4l0a08 28.winz-7bkw48 8.winz-sfkykm 28.winz-sdj4uf.winz-bpaih7 28.winz-ai7g75.winz-xchkz8 34.winz-m1rtiy.winz-e3no9v 36.winz-2kycnn 11.winz-bpx2yk 37.winz-c94omo 12.winz-n856jh 36.winz-2dzd9d.winz-jpmi4h 28.winz-gom7is.winz-seowja.winz-wsnvh4 28.winz-oiz4s4 36.winz-kbmf7a 26.winz-xmkshz 36.winz-kbmf7a 23.winz-18t6e6.winz-vm5eve.winz-kbmf7a 5.winz-s9bgva 34.winz-8jfezq 3.winz-fw62y2 31.winz-v4l1nw 3.winz-ussqec.winz-bls6tr 18.winz-nszppq.winz-c2ogio 18.winz-79bhxt 8.winz-5yplb3 17.winz-guwheu 8.winz-5yplb3 15.winz-wuohhx.winz-5yplb3 14.winz-1349yl 9.winz-c2ogio 13.winz-n38vtp 11.winz-bls6tr 13.winz-44qlyr.winz-9y4h2w 13.winz-n38vtp 13.winz-lv8fh0 14.winz-1349yl 13.winz-lv8fh0 15.winz-lnvrty.winz-lv8fh0 17.winz-guwheu 12.winz-9y4h2w 18.winz-79bhxt 11.winz-bls6tr 18.winz-2pqlhc.winz-q0k1mp 18.winz-s3tsi2.winz-xs94y0 18.winz-79bhxt 17.winz-i2ukia 17.winz-guwheu 17.winz-i2ukia 15.winz-4953qk.winz-i2ukia 14.winz-1349yl 18.winz-xs94y0 13.winz-n38vtp 20.winz-q0k1mp 13.winz-bnw1q3.winz-c9mkcy 13.winz-n38vtp 22.winz-agqecd 14.winz-1349yl 22.winz-agqecd 15.winz-k92dlu.winz-4zvepx 17.winz-guwheu 21.winz-c9mkcy 18.winz-79bhxt 20.winz-q0k1mp 18.winz-7k9foe.winz-jb17oa 18.winz-ec9xfa.winz-1k1p3u 18.winz-79bhxt 26.winz-11o3ce 17.winz-guwheu 26.winz-11o3ce 15.winz-r2iunc.winz-11o3ce 14.winz-1349yl 27.winz-1k1p3u 13.winz-n38vtp 28.winz-jb17oa 13.winz-9vvfag.winz-2hzgel 13.winz-n38vtp 31.winz-84zk7v 14.winz-1349yl 31.winz-84zk7v 15.winz-honu88.winz-11o3ce 17.winz-guwheu 30.winz-2hzgel 18.winz-79bhxt 28.winz-jb17oa 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"])
    .winz-ec12ng {
    display: none;
  }
}

.winz-svq5pe {
  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) {
  .winz-svq5pe {
    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;
}

.winz-rhghjo {
  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) {
  .winz-rhghjo {
    padding: 14px 16px;
  }
}

.winz-rhghjo button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.winz-rhghjo button:first-child {
  align-content: end;
}

.winz-rhghjo button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .winz-rhghjo
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .winz-rhghjo
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.winz-rhghjo button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.winz-rhghjo button:last-child svg {
  width: 38px;
  height: 38px;
}

.winz-xp86dq {
  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;
}

.winz-xp86dq::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .winz-xp86dq,
.pc61d126-chatbot[data-active-screen="3"]
  .winz-xp86dq {
  opacity: 1;
  visibility: visible;
}

.winz-uuex0b {
  flex: 1 1;
}

.winz-mya7jk {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .winz-mya7jk {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .winz-s618do {
  display: block;
}

.winz-z4bo0g {
  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) {
  .winz-z4bo0g {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.winz-p2g4kf {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.winz-p2g4kf::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.winz-hi291g span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.winz-hi291g p {
  color: var(--Text-100);
}

.winz-p2g4kf .winz-ww9o5w {
  grid-area: button;
}

.winz-p2g4kf .winz-ww9o5w::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.winz-6fthqu.org/2000/svg'%3E%3Cpath d='M4.winz-2pkc49 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winz-a4cnqo 15L16.winz-a4cnqo 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winz-a4cnqo 5L16.winz-a4cnqo 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .winz-hhzxe3 {
  display: block;
}

.winz-rlccbx {
  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) {
  .winz-rlccbx {
    margin-top: 40px;
  }
}

.winz-r2ko4f label,
.winz-r2ko4f input {
  display: block;
  width: 100%;
}

.winz-r2ko4f label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.winz-r2ko4f label.winz-7whky0 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.winz-r2ko4f label.winz-7whky0::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;
}

.winz-r2ko4f 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;
}

.winz-r2ko4f input::placeholder {
  color: var(--Text-400);
}

.winz-uymqww {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .winz-uymqww {
  display: flex;
}

.winz-uymqww ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .winz-uymqww ol {
    height: 420px;
    padding: 24px;
  }
}

.winz-uymqww ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.winz-lygptt {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .winz-lygptt {
    padding: 0 24px 24px;
  }
}

.winz-lygptt 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;
}

.winz-lygptt input::placeholder {
  color: var(--Text-400);
}

.winz-lygptt [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.winz-lygptt [type="submit"]:disabled {
  opacity: 0.5;
}

.winz-lygptt [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .winz-lygptt [type="submit"] {
    right: 40px;
  }
}

.winz-4lu4o7 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.winz-4lu4o7.winz-2lbiwq {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.winz-4lu4o7.winz-2lbiwq::before {
  content: "";
  width: 31px;
}

.winz-4lu4o7.winz-2lbiwq p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winz-4lu4o7.winz-bnh5i4 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.winz-4lu4o7 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winz-9obdyr .winz-ww9o5w {
  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;
  }
}

.winz-ehfhpu {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .winz-ehfhpu {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .winz-ehfhpu {
    padding: 18px 0;
  }
}

.winz-ehfhpu .winz-84av8w {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .winz-ehfhpu .winz-84av8w {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.winz-magpc3 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .winz-magpc3 {
    max-width: 160px;
    height: 40px;
  }
}

.winz-magpc3 picture,
.winz-magpc3 img {
  display: block;
  width: 100%;
  height: 100%;
}

.winz-magpc3 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .winz-rrf66b {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.winz-598rei ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .winz-ehfhpu.winz-w71hkh .winz-rrf66b {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .winz-rrf66b {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .winz-rrf66b {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.winz-665quk,
.winz-pzz5q1 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .winz-665quk,
  .winz-pzz5q1 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .winz-pzz5q1 {
    display: none;
  }
}

.winz-h6wqmc {
  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;
}

.winz-w71hkh .winz-h6wqmc {
  background: var(--fh-bg-color);
}

.winz-h6wqmc button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .winz-h6wqmc {
    display: none;
  }
}

.winz-jqoxs7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winz-jqoxs7 {
    display: none;
  }
}

.winz-95pi8u {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.winz-ehfhpu.winz-w71hkh .winz-95pi8u:first-child {
  display: none;
}

.winz-ehfhpu.winz-w71hkh .winz-95pi8u:last-child {
  display: block;
}

.winz-95pi8u:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .winz-95pi8u {
    display: none;
  }
}

.winz-8s0kgt {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winz-8s0kgt {
    display: flex;
  }
}

.winz-8s0kgt ul {
  max-height: 350px;
  overflow-y: auto;
}

.winz-8s0kgt:hover ul {
  visibility: visible;
  opacity: 1;
}

.winz-8s0kgt:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.winz-8s0kgt:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.winz-8s0kgt:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.winz-8s0kgt:hover .winz-oka2q8 svg {
  transform: rotate(180deg);
}

.winz-ps07iu {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.winz-08nz33 {
  padding: 0 8px;
}

.winz-8szv9o {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.winz-8szv9o:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .winz-8szv9o {
    padding: 4px 8px;
  }
}

.winz-t1enhm {
  display: flex;
}

.winz-t1enhm img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.winz-oka2q8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.winz-oka2q8 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.winz-fyon4t {
  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) {
  .winz-fyon4t {
    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;
  }
}

.winz-yps3ap {
  width: 100%;
}

@media (min-width: 1200px) {
  .winz-yps3ap {
    display: none;
  }
}

.winz-ujuoyj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.winz-dxt1yr {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.winz-v9sevj {
  display: flex;
}

.winz-gs78c2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.winz-ypausa {
  list-style: none;
}

@media (max-width: 1199px) {
  .winz-ypausa {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .winz-ypausa {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .winz-ypausa .winz-gq7t5q [data-ref-el],
  .winz-ypausa .winz-gq7t5q span,
  .winz-ypausa .winz-gq7t5q a {
    white-space: nowrap;
  }
}

.winz-spnbb7 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .winz-spnbb7.winz-1hog6b > .winz-gq7t5q {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .winz-spnbb7.winz-tlp7jn:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .winz-spnbb7.winz-1hog6b > .winz-cutt41 {
    height: auto;
  }

  .winz-spnbb7.winz-1hog6b > div > .winz-vg49gh {
    transform: rotate(180deg);
  }
}

.winz-spnbb7 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.winz-spnbb7 [data-ref-el],
.winz-spnbb7 span {
  cursor: pointer;
}

.winz-spnbb7 [data-ref-el],
.winz-spnbb7 span,
.winz-spnbb7 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .winz-spnbb7 [data-ref-el],
  .winz-spnbb7 span,
  .winz-spnbb7 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .winz-spnbb7 [data-ref-el],
  .winz-spnbb7 span,
  .winz-spnbb7 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.winz-cutt41 {
  height: 0;
  overflow: hidden;
  transition: height 0.winz-598rei ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.winz-cutt41::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.winz-cutt41::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.winz-cutt41::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .winz-cutt41 {
    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;
  }

  .winz-cutt41:has(> .winz-spnbb7.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .winz-cutt41 .winz-cutt41 {
    padding: 0;
  }

  .winz-cutt41 .winz-spnbb7 {
    font-weight: 400;
  }

  .winz-cutt41 .winz-spnbb7:hover > .winz-gq7t5q {
    background: var(--Neutral-300);
  }

  .winz-cutt41 .winz-vg49gh {
    rotate: -90deg;
  }
}

.winz-gq7t5q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winz-gq7t5q {
    padding: 8px;
  }

  .winz-spnbb7.winz-a1fxrj > .winz-gq7t5q {
    background: var(--Neutral-300);
  }
}

.winz-vg49gh {
  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.winz-6fthqu.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.winz-2o5aor 0.winz-h6bdu2.winz-u0gnov -0.winz-k9e07u 0.winz-xuw5fk -0.winz-k9e07u 1.winz-g245nu 0.winz-2sjwal.winz-duf398 4.winz-zapby0.winz-2o5aor 0.winz-u2gvq1.winz-ryeyvy -0.winz-k9e07u 9.winz-6jbr14 -0.winz-k9e07u 10.winz-yg73uq 0.winz-iwnwth.winz-ug004a 0.winz-u0gnov 10.winz-ug004a 0.winz-xuw5fk 10.winz-yg73uq 1.winz-m5zki4.winz-0h5q4r 5.winz-6wyngb.winz-7ajfyo 6.winz-rnsmxq 5.winz-vop90g 6.winz-rnsmxq 4.winz-d4vqx3 5.winz-mp5u3b.winz-2o5aor 1.winz-nh008c.winz-k9e07u 0.winz-xuw5fk -0.winz-k9e07u 0.winz-u0gnov 0.winz-2o5aor 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.winz-598rei ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winz-vg49gh {
    cursor: default;
  }
}

.winz-oqnhov {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.winz-g2ec92 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .winz-g2ec92 {
    padding: 40px 4px;
  }
}

.winz-oi2121 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .winz-oi2121 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.winz-xzwy2f {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .winz-xzwy2f {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.winz-xzwy2f ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.winz-xzwy2f [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.winz-xzwy2f [data-ref-el],
.winz-xzwy2f span,
.winz-xzwy2f a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.winz-5jsuoi {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winz-5jsuoi {
    margin-bottom: 12px;
  }
}

.winz-ursws0 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.winz-ursws0 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .winz-ursws0:last-child {
    margin-right: 0;
  }
}

.winz-8o2c3q {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winz-5jsuoi:hover .winz-4guwq4 {
  visibility: visible;
  opacity: 1;
}

.winz-4guwq4 {
  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);
}

.winz-htg5p2 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.winz-lwzrou {
  display: flex;
  margin: 6px;
}

.winz-lwzrou img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.winz-4guwq4::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);
}

.winz-4guwq4::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);
}

.winz-0h3t9y {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .winz-0h3t9y {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.winz-60hvfe {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .winz-60hvfe {
    margin-right: 32px;
  }
}

.winz-wojn53 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winz-wojn53 {
    margin-top: 0;
    width: 340px;
  }
}

.winz-wojn53 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winz-ka3lar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.winz-b6vsj1 {
  position: relative;
}

@media (min-width: 768px) {
  .winz-b6vsj1 {
    margin-top: 40px;
  }
}

.winz-b6vsj1 + .winz-nxd0lp,
.winz-b6vsj1 + .winz-b6vsj1 {
  margin-top: 24px;
}

.winz-o014pc {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .winz-o014pc {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-o014pc {
    padding: 80px;
  }
}

.winz-aq39av {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .winz-aq39av {
    padding: 0 16px;
}


}

.winz-jbbgpf {
  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) {
  .winz-jbbgpf {
    font-size: 48px;
    line-height: 56px;
  }
}

.winz-ard5b6 {
  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) {
  .winz-ard5b6 {
    font-size: 24px;
    line-height: 32px;
  }
}

.winz-b1fguc {
  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;
}

.winz-b1fguc:hover {
  background: var(--button-bg-hover);
}

.winz-uv6n98 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.winz-uv6n98 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .winz-uv6n98 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .winz-uv6n98 img {
  min-height: 100%;
  }
}

.winz-o014pc::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.winz-n0vg0d {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.winz-n0vg0d h1,
.winz-n0vg0d h2,
.winz-n0vg0d h3,
.winz-n0vg0d h4 {
  margin-bottom: 6px;
}

.winz-n0vg0d h1:not(:first-child),
.winz-n0vg0d h2:not(:first-child),
.winz-n0vg0d h3:not(:first-child),
.winz-n0vg0d h4:not(:first-child) {
  margin-top: 16px;
}

.winz-n0vg0d h1,
.winz-n0vg0d h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .winz-n0vg0d h1,
  .winz-n0vg0d h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.winz-n0vg0d h2,
.winz-n0vg0d h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .winz-n0vg0d h2,
  .winz-n0vg0d h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-n0vg0d h3,
.winz-n0vg0d h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .winz-n0vg0d h3,
  .winz-n0vg0d h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.winz-n0vg0d h4,
.winz-n0vg0d h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.winz-n0vg0d ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.winz-n0vg0d ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.winz-n0vg0d 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);
}

.winz-n0vg0d ul ul {
  margin-bottom: 8px;
}

.winz-n0vg0d ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.winz-n0vg0d ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.winz-n0vg0d ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.winz-n0vg0d ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.winz-n0vg0d ol li::marker {
  font-weight: 700;
}

.winz-n0vg0d ol ol {
  margin-bottom: 8px;
}

.winz-n0vg0d ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.winz-n0vg0d ol ul li {
  padding-left: 16px;
}

.winz-n0vg0d 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) {
  .winz-n0vg0d table {
    padding: 24px;
  }
}

.winz-n0vg0d table.winz-1aktoz {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.winz-598rei,
    mask-image 0.3s;
}

.winz-n0vg0d table.winz-1aktoz.winz-3flq6v {
  -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) {
  .winz-n0vg0d table {
    display: table;
  }
}

.winz-n0vg0d 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);
}

.winz-n0vg0d table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winz-n0vg0d table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winz-n0vg0d 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) {
  .winz-n0vg0d table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.winz-n0vg0d table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winz-n0vg0d table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winz-n0vg0d table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.winz-n0vg0d img {
  max-width: 100%;
  height: auto;
}

.winz-ojmkru {
  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) {
  .winz-ojmkru {
    padding: 24px;
  }
}

.winz-sywok0 {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .winz-sywok0 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.winz-sywok0 > * {
  margin: 0 !important;
}

.winz-sywok0 img,
.winz-2dzeco {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-sywok0 img,
  .winz-2dzeco {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-kt7tnr {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-kt7tnr {
    width: 32px;
    height: 32px;
  }
}

.winz-wts2tm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.winz-wts2tm .winz-rab2sg {
  flex-shrink: 0;
}

.winz-wts2tm .winz-4arxrh svg {
  display: none;
}

.winz-khnwm6 {
  display: grid;
  transition: max-height 0.winz-598rei ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .winz-khnwm6 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .winz-khnwm6 {
    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));
  }
}

.winz-khnwm6.winz-2jsjat + .winz-rab2sg svg {
  transform: rotate(180deg);
}

.winz-905foi {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.winz-905foi > div:nth-child(3n) {
  grid-column: span 2;
}

.winz-905foi
  > div:nth-child(3n)
  .winz-gy5hsu
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .winz-905foi {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .winz-905foi > div:nth-child(3n) {
    grid-column: unset;
  }

  .winz-905foi
    > div:nth-child(3n)
    .winz-gy5hsu
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .winz-905foi {
    max-width: 270px;
  }
}

.winz-905foi .winz-gy5hsu button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .winz-905foi .winz-gy5hsu button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .winz-905foi .winz-gy5hsu button {
    max-width: 104px;
  }
}

.winz-yb92y8 {
  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) {
  .winz-yb92y8 {
    margin-bottom: 0;
  }
}

.winz-0jmvrk {
  display: none;
  opacity: 0;
}

.winz-3k7rhf {
  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;
  }
}

.winz-3k7rhf img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.winz-gy5hsu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.winz-gy5hsu button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .winz-gy5hsu
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .winz-gy5hsu
    button {
    max-width: 145px;
  }
}

.winz-3t5fqw:first-child
  .winz-gy5hsu
  button {
  max-width: 270px;
}

.winz-qfi3ct {
  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%;
}

.winz-yb92y8 picture {
  width: 100%;
  max-width: 100%;
}

.winz-zvr2v3 {
  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;
}

.winz-zvr2v3 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.winz-yb92y8:hover .winz-zvr2v3 {
  display: flex;
}

.winz-guwq0t {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.winz-bjd8sy {
  display: flex;
}

.winz-bjd8sy:hover .winz-xn6ysl,
.winz-bjd8sy .winz-a1fxrj .winz-xn6ysl {
  display: flex;
}

.winz-bjd8sy svg {
  flex-shrink: 0;
}

.winz-xn6ysl {
  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) {
  .winz-xn6ysl {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.winz-xn6ysl:hover {
  display: flex;
}

.winz-xn6ysl svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.winz-qdbvo1 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .winz-qdbvo1 {
    font-size: 12px;
  }
}

.winz-jxr94v,
.winz-6bpvvu {
  width: 50%;
  flex-shrink: 0;
}

.winz-jxr94v {
  font-weight: 700;
}

.winz-g7rooc .winz-khnwm6 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .winz-g7rooc .winz-khnwm6 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .winz-g7rooc .winz-khnwm6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.winz-g7rooc
  .winz-qfi3ct:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.winz-g7rooc .winz-3k7rhf {
  height: 100% !important;
  border-radius: 16px;
}

.winz-g7rooc .winz-gy5hsu {
  gap: 4px;
  align-items: center;
}

.winz-g7rooc .winz-gy5hsu button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winz-g7rooc .winz-gy5hsu svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.winz-g7rooc .winz-2d03ig,
.winz-g7rooc .winz-7flema {
  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.winz-6fthqu.org/2000/svg'%3E%3Cpath d='M9.winz-x4h0u0 4.winz-ymwth7.winz-h31qb8 5.winz-8tjfhu.winz-nkopfk 5.winz-bydjia.winz-834ll0 5.winz-huqepv.winz-rk5zux 8.winz-in7krt.winz-8ft2zb 9.winz-rkjpby.winz-2ltp4o 9.winz-3lnha0.winz-v7a0am 13.winz-mrpl9v.winz-04b471 11.winz-0xtnz0.winz-dqfrex 11.winz-0zvtq7.winz-rsgnby 11.winz-71yfei.winz-fzlk2n 13.winz-xw58ns.winz-eknzi0 9.winz-up6dxg.winz-u96f5z 9.winz-kzfgr2.winz-gek7vs 8.winz-3y2biw.winz-7sp6jd 5.winz-an8y2w.winz-slekuq 5.winz-96ehb5.winz-od373g 5.winz-p7p6on.winz-qdm6er 4.winz-oasnuc.winz-dqfrex 1.winz-uvg6zx.winz-x4h0u0 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.winz-g7rooc .winz-2d03ig {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.winz-g7rooc .winz-7flema {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.winz-r3par7 {
  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) {
  .winz-r3par7 {
    padding: 24px;
  }
}

.winz-r3par7 .winz-rab2sg {
  display: flex;
}

@media (min-width: 768px) {
  .winz-r3par7 .winz-rab2sg {
    display: none;
  }
}

.winz-r3par7 .winz-4arxrh svg {
  display: none;
}

.winz-qrjg5v {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.winz-qrjg5v .winz-td05i7 {
  display: none;
}

@media (min-width: 768px) {
  .winz-qrjg5v .winz-td05i7 {
    display: flex;
  }
}

.winz-6b5dht {
  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) {
  .winz-6b5dht {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-6b5dht > * {
  margin: 0 !important;
}

.winz-6b5dht img,
.winz-d55gdq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-6b5dht img,
  .winz-d55gdq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-mec9fr {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-mec9fr {
    width: 32px;
    height: 32px;
  }
}

.winz-hz1xd4 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .winz-hz1xd4 {
    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;
  }

  .winz-hz1xd4::-webkit-scrollbar {
    display: none;
  }
}

.winz-wqtyqm {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .winz-wqtyqm {
    padding: 7px 15px;
  }
}

.winz-wqtyqm:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winz-btl1fv {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winz-btl1fv {
    display: flex;
    opacity: 1;
  }
}

.winz-wqtyqm picture {
  height: 100%;
  display: block;
}

.winz-wqtyqm img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .winz-wqtyqm img {
    width: 88px;
    height: 44px;
  }
}

.winz-wqtyqm p {
  text-align: center;
  width: 100%;
}

.winz-1y3y3u {
  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) {
  .winz-1y3y3u {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-1y3y3u img,
.winz-r3x8ty {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-1y3y3u img,
  .winz-r3x8ty {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-vjv57t {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-vjv57t {
    width: 32px;
    height: 32px;
  }
}

.winz-tuopw3 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.winz-wl0mzr {
  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;
}

.winz-dzpuae {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.winz-dzpuae.winz-a1fxrj {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.winz-evqxid {
  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) {
  .winz-evqxid {
    font-size: 20px;
    line-height: 28px;
  }
}

.winz-9yyfgm {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.winz-zg5fcm {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.winz-598rei ease;
  opacity: 0;
  color: var(--text-color);
}

.winz-h5mk5i {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.winz-h5mk5i ol,
.winz-h5mk5i ul {
  padding-left: 1.3em;
}

.winz-dzpuae.winz-a1fxrj .winz-zg5fcm {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.winz-dzpuae.winz-a1fxrj .winz-9yyfgm {
  transform: rotate(180deg);
  color: var(--text-color);
}

.winz-24zxlh {
  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) {
  .winz-24zxlh {
    padding: 24px;
  }
}

.winz-24zxlh .winz-rab2sg {
  display: flex;
}

@media (min-width: 768px) {
  .winz-24zxlh .winz-rab2sg {
    display: none;
  }
}

.winz-24zxlh .winz-4arxrh svg {
  display: none;
}

.winz-v1be0o {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.winz-v1be0o .winz-td05i7 {
  display: none;
}

@media (min-width: 768px) {
  .winz-v1be0o .winz-td05i7 {
    display: flex;
  }
}

.winz-vld1cr {
  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) {
  .winz-vld1cr {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-vld1cr > * {
  margin: 0 !important;
}

.winz-vld1cr img,
.winz-fj7a9l {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-vld1cr img,
  .winz-fj7a9l {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-1g7hm8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-1g7hm8 {
    width: 32px;
    height: 32px;
  }
}

.winz-zffwvh {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .winz-zffwvh {
    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;
  }

  .winz-zffwvh::-webkit-scrollbar {
    display: none;
  }
}

.winz-cdwrqd {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.winz-cdwrqd:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winz-0yk7nc {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winz-0yk7nc {
    display: flex;
    opacity: 1;
  }
}

.winz-cdwrqd picture {
  width: auto;
  height: 100%;
  display: block;
}

.winz-cdwrqd picture img {
  display: block;
  width: auto;
  height: 100%;
}

.winz-3aae5v {
  margin: -24px 0;
}

.winz-3aae5v:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .winz-3aae5v {
    margin: -16px 0;
  }
}

.winz-pb06kh {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .winz-pb06kh {
    flex-direction: row;
  }
}

.winz-zqvo50 {
  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) {
  .winz-zqvo50 {
    flex: 1;
  }
}

.winz-zqvo50::placeholder {
  color: var(--Text-400);
}

.winz-aq5d8v {
  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;
}

.winz-iv8nb0 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.winz-iv8nb0::-webkit-scrollbar {
  display: none;
}

.winz-k1k8dq {
  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;
}

.winz-k1k8dq img,
.winz-k1k8dq svg {
  margin-right: 8px;
}

.winz-t9he9x {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.winz-3aae5v + .winz-i6aj67 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .winz-3aae5v + .winz-i6aj67 {
    margin-top: -16px;
  }
}

.winz-y8oad1 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.winz-y8oad1 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.winz-y8oad1 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.winz-ixxp2x {
  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;
}

.winz-qnhwf9 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.winz-pmumv8 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.winz-9e1uzv {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.winz-w94uuj {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.winz-ixxp2x 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;
}

.winz-ixxp2x 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) {
  .winz-ixxp2x {
    padding: 39px 179px 39px 39px;
  }

  .winz-qnhwf9 {
    font-size: 40px;
    line-height: 48px;
  }

  .winz-w94uuj {
    height: 348px;
  }

  .winz-ixxp2x button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .winz-ixxp2x button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-ixxp2x {
    padding: 63px;
  }
}

.winz-1zbtk5 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .winz-1zbtk5 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.winz-ibyls7 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winz-ibyls7 {
    width: auto;
  }
}

.winz-872u9m {
  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;
}

.winz-872u9m::-webkit-scrollbar {
  display: none;
}

.winz-872u9m 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);
}

.winz-872u9m a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winz-872u9m {
    margin-left: 16px;
    margin-top: 0;
  }
}

.winz-1zbtk5 .winz-nhza0m {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.winz-598rei,
    mask-image 0.3s;
}

.winz-1zbtk5 .winz-nhza0m.winz-3flq6v {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.winz-na6xnj {
  margin: 40px -16px;
}

.winz-muwf6k + .winz-nxd0lp,
.winz-muwf6k + .winz-b6vsj1 {
  margin-top: 24px;
}

.winz-vugozx {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.winz-vugozx picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.winz-fptepg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .winz-fptepg {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .winz-fptepg {
    margin-top: 0;
  }
}

.winz-ssj0z2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winz-ssj0z2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.winz-vepz3r {
  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) {
  .winz-vepz3r {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.winz-hxp64d {
  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) {
  .winz-hxp64d {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.winz-g8rz5e {
  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) {
  .winz-g8rz5e {
    font-size: 20px;
    line-height: 28px;
  }
}

.winz-15z5rf {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winz-15z5rf {
    font-size: 32px;
    line-height: 40px;
  }
}

.winz-tcw07v {
  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;
}

.winz-b9b1jz {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.winz-b9b1jz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.winz-i6aj67 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.winz-xioyy0 {
  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) {
  .winz-xioyy0 {
    padding: 15px 48px;
  }
}

main > .winz-i6aj67 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .winz-khnwm6.winz-ujh41j > div:nth-child(n+5) {
    display: none;
  }
}

.winz-n0vg0d p a img {
  display: block;
  margin: 0 auto;
}


.winz-9l6fg2 {
  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 */
.winz-8ylg06 {
  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;
}

.winz-8ylg06 label {
  font-size: 14px;
}

.winz-8ylg06 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.winz-8ylg06 input,
.winz-8ylg06 textarea,
.winz-8ylg06 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;
}
.winz-8ylg06 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.winz-dwxwta ease;
}
.winz-8ylg06 button:hover {
  background-color: var(--button-bg-hover);
}
.winz-wuade6 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.winz-m2f08f ease-in;
}

.winz-wuade6 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;
}
.winz-67t0b2, .winz-e1wpnz, [class*="review-card"],
thead, thead th, table th, .winz-4ql88p,
.winz-i3hau8, [class*="collapsible-header"],
.winz-7vrhwl, [class*="updated-block"] {
  color: #ece7dc !important;
}
