* {
  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-wda4em {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .winz-wda4em {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-wda4em {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.winz-2t3v12 {
  overflow: hidden;
}

.winz-7t786k img {
  background: var(--Neutral-300);
}

.winz-nzrd3b {
  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-xkj4zv {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.winz-xkj4zv:hover {
  background: var(--button-bg-hover);
}

.winz-odq2os {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.winz-odq2os:hover {
  background: var(--button-bg-hover);
}

.winz-owzdxt {
  font-size: 12px;
  line-height: 18px;
}

.winz-f5r342 {
  font-size: 18px;
  line-height: 26px;
}

.winz-ermbog {
  width: 100%;
}

.winz-4k8uoj {
  padding: 6px 16px;
}

.winz-dm983j {
  padding: 10px 16px;
}

.winz-u1r4eg {
  padding: 15px 26px;
}

.winz-woq7j2 {
  flex-shrink: 0;
}

.winz-sbrnzj {
  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-ymtke7 {
  display: none;
}

.winz-6qr2ng {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.winz-v2c0pz {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.winz-c548h5 {
  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-ejeduq {
  cursor: grab;
}

.winz-c548h5::-webkit-scrollbar {
  display: none;
}

.winz-fia6by {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.winz-696764 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.winz-stcbto {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.winz-sq0fog {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.winz-xh8apf {
  visibility: visible;
}

.winz-80htx7 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.winz-07s04y ease;
}

.winz-qz5yoo {
  background-color: var(--Primary-200);
  width: 16px;
}

.winz-bwzlg5 {
  -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-07s04y,
    mask-image 0.3s;
}

.winz-bwzlg5.winz-q47oef {
  -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-ifaafg: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-oyixpk {
  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-tqxwx3.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-tqxwx3.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-lpd29s {
  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-lpd29s::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-l8erpi {
  position: relative;
  z-index: 1;
}

.winz-1jiejp {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.winz-08vlp7 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.winz-7dzt9f {
  font-size: 40px;
  line-height: 48px;
}

.winz-tm5973 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.winz-at8n3h {
  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-at8n3h:hover {
  background: var(--Primary-400);
}

.winz-at8n3h svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.winz-ifaafg 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-lpd29s {
    max-width: 600px;
    padding: 64px;
  }

  .winz-1jiejp {
    font-size: 24px;
    line-height: 32px;
  }

  .winz-08vlp7 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .winz-7dzt9f {
    font-size: 50px;
    line-height: 56px;
  }

  .winz-tm5973 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .winz-oyixpk {
    top: 25px;
    right: 25px;
  }
}

.winz-zcwuxj,
.winz-n3r1t5 {
  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-jo6rqt.winz-26gtq1::before,
.winz-n3r1t5::before,
.winz-fcyw2n::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-tqxwx3.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.winz-mvwhh0 14.winz-l5y0fb.winz-ok8s8t 14.winz-iyy5u2 15.winz-7hfmgn 14.winz-ek8wo8 15.winz-vq8hs1 14.winz-ihop20.winz-pmodgw 14.winz-t5zbs6 19.winz-k2gu8t 12.winz-5dd44k 19.winz-k2gu8t 10.winz-nc89sq.winz-k2gu8t 8.winz-4enb7z 17.winz-qhw4d1 7.winz-tjs98v 15.winz-76gver 7.winz-jumoh9.winz-nevuhj 7.winz-tjs98v 11.winz-wffn16 8.winz-4enb7z 11.winz-wffn16 10.winz-l296bu.winz-wffn16 12.winz-09d7kx 13.winz-3y21r6 14.winz-dmrt2n 15.winz-j804wu 14.winz-dvexim.winz-bpxv3v 14.winz-tmoql1 15.winz-munrvi 14.winz-kzh8x6 15.winz-j5pv55 14.winz-a2m748.winz-mvwhh0 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.winz-6gn0fk 15.winz-3sbpr0.winz-raclp4 15.winz-uk39mv 15.winz-j3iv3f 15.winz-sv76k9 15.winz-hd6297 15.winz-3kbyd6.winz-fntsru 15.winz-sv76k9 15.winz-h0g9ul 15.winz-128qpo 15.winz-2c0kw9 15.winz-lwb6t0.winz-a4vziq 15.winz-a5na59 7.winz-04zhup 18.winz-3mpjxb 7.winz-te2myz 23.winz-el369u.winz-pek017.winz-yk79pr 18.winz-zv9qfo 19.winz-hfwbpi 15.winz-08jp71 15.winz-6gn0fk 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.winz-7qh9x4 [type="submit"] *,
.winz-to4rap button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .winz-5drkfx {
    display: none;
  }
}

.winz-lejxu7 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .winz-lejxu7 {
  display: none;
}

@media (min-width: 768px) {
  .winz-lejxu7 {
    bottom: 22px;
  }
}

.winz-lejxu7 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .winz-lejxu7 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.winz-s5uxos.static) .winz-lejxu7 {
    bottom: 8px;
  }
}

.winz-yzw7k0 {
  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-tqxwx3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.winz-lk2y5j 3.winz-2qguf8.winz-ryw09a.winz-244rut 3.winz-alsgdj 3.winz-kjhb92 5.winz-xfx0j5 3.winz-kjhb92 8.winz-qqke8a.winz-il2vzc.winz-kjhb92 26.winz-kcc7ew 5.winz-hlj14n 28.winz-4cz1n4 8.winz-h1adhc 28.winz-ib27y3.winz-vrsy5g 28.winz-2c01h6.winz-tt62ia 34.winz-6qg96l.winz-eg3grd 36.winz-nlg7g9 11.winz-odoblv 37.winz-b887bp 12.winz-99m1dl 36.winz-9p96z3.winz-m4dy0r 28.winz-6y90kv.winz-5s2unq.winz-q7cy28 28.winz-vpb467 36.winz-3qr0mb 26.winz-wevl2w 36.winz-3qr0mb 23.winz-ifsz7a.winz-jftnqm.winz-3qr0mb 5.winz-qjedoc 34.winz-r7f8fz 3.winz-alsgdj 31.winz-lk2y5j 3.winz-mvtxlb.winz-fjnlvi 18.winz-aoqfol.winz-zdzbl6 18.winz-2ib3no 8.winz-8ha426 17.winz-47ut7j 8.winz-8ha426 15.winz-0utk2z.winz-8ha426 14.winz-4x2voq 9.winz-zdzbl6 13.winz-sdgm31 11.winz-fjnlvi 13.winz-tcq2w2.winz-mnu8ha 13.winz-sdgm31 13.winz-5n638x 14.winz-4x2voq 13.winz-5n638x 15.winz-kcp4fb.winz-5n638x 17.winz-47ut7j 12.winz-mnu8ha 18.winz-2ib3no 11.winz-fjnlvi 18.winz-15dim8.winz-caqmq7 18.winz-6gf9fh.winz-32vmd0 18.winz-2ib3no 17.winz-jdvqnh 17.winz-47ut7j 17.winz-jdvqnh 15.winz-8r2yho.winz-jdvqnh 14.winz-4x2voq 18.winz-32vmd0 13.winz-sdgm31 20.winz-caqmq7 13.winz-c7tcgs.winz-ns7upk 13.winz-sdgm31 22.winz-lxpdm1 14.winz-4x2voq 22.winz-lxpdm1 15.winz-rxqqba.winz-2d2vmh 17.winz-47ut7j 21.winz-ns7upk 18.winz-2ib3no 20.winz-caqmq7 18.winz-4vby2u.winz-a8th0b 18.winz-jojmvk.winz-712nwy 18.winz-2ib3no 26.winz-1d01d7 17.winz-47ut7j 26.winz-1d01d7 15.winz-ycc5js.winz-1d01d7 14.winz-4x2voq 27.winz-712nwy 13.winz-sdgm31 28.winz-a8th0b 13.winz-ce1i4d.winz-ece2xy 13.winz-sdgm31 31.winz-t1xtr8 14.winz-4x2voq 31.winz-t1xtr8 15.winz-eruf0g.winz-1d01d7 17.winz-47ut7j 30.winz-ece2xy 18.winz-2ib3no 28.winz-a8th0b 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-yzw7k0 {
    display: none;
  }
}

.winz-fqn68h {
  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-fqn68h {
    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-to4rap {
  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-to4rap {
    padding: 14px 16px;
  }
}

.winz-to4rap button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.winz-to4rap button:first-child {
  align-content: end;
}

.winz-to4rap button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .winz-to4rap
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .winz-to4rap
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.winz-to4rap button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.winz-to4rap button:last-child svg {
  width: 38px;
  height: 38px;
}

.winz-fcyw2n {
  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-fcyw2n::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .winz-fcyw2n,
.pc61d126-chatbot[data-active-screen="3"]
  .winz-fcyw2n {
  opacity: 1;
  visibility: visible;
}

.winz-pxs2hb {
  flex: 1 1;
}

.winz-79d8ts {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .winz-79d8ts {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .winz-aipfil {
  display: block;
}

.winz-smrb88 {
  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-smrb88 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.winz-n3r1t5 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.winz-n3r1t5::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.winz-7g3w8r span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.winz-7g3w8r p {
  color: var(--Text-100);
}

.winz-n3r1t5 .winz-a27sem {
  grid-area: button;
}

.winz-n3r1t5 .winz-a27sem::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-tqxwx3.org/2000/svg'%3E%3Cpath d='M4.winz-x0ughn 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winz-0tl7jg 15L16.winz-0tl7jg 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.winz-0tl7jg 5L16.winz-0tl7jg 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .winz-aoovhs {
  display: block;
}

.winz-fvett9 {
  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-fvett9 {
    margin-top: 40px;
  }
}

.winz-zcwuxj label,
.winz-zcwuxj input {
  display: block;
  width: 100%;
}

.winz-zcwuxj label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.winz-zcwuxj label.winz-9jpspq input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.winz-zcwuxj label.winz-9jpspq::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-zcwuxj 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-zcwuxj input::placeholder {
  color: var(--Text-400);
}

.winz-n2xuq6 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .winz-n2xuq6 {
  display: flex;
}

.winz-n2xuq6 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .winz-n2xuq6 ol {
    height: 420px;
    padding: 24px;
  }
}

.winz-n2xuq6 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.winz-7qh9x4 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .winz-7qh9x4 {
    padding: 0 24px 24px;
  }
}

.winz-7qh9x4 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-7qh9x4 input::placeholder {
  color: var(--Text-400);
}

.winz-7qh9x4 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.winz-7qh9x4 [type="submit"]:disabled {
  opacity: 0.5;
}

.winz-7qh9x4 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .winz-7qh9x4 [type="submit"] {
    right: 40px;
  }
}

.winz-jo6rqt {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.winz-jo6rqt.winz-26gtq1 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.winz-jo6rqt.winz-26gtq1::before {
  content: "";
  width: 31px;
}

.winz-jo6rqt.winz-26gtq1 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winz-jo6rqt.winz-mp97nt p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.winz-jo6rqt p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.winz-lejxu7 .winz-a27sem {
  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-5drkfx {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .winz-5drkfx {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .winz-5drkfx {
    padding: 18px 0;
  }
}

.winz-5drkfx .winz-wda4em {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .winz-5drkfx .winz-wda4em {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.winz-c1lkpz {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .winz-c1lkpz {
    max-width: 160px;
    height: 40px;
  }
}

.winz-c1lkpz picture,
.winz-c1lkpz img {
  display: block;
  width: 100%;
  height: 100%;
}

.winz-c1lkpz img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .winz-s3vm6i {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.winz-07s04y ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .winz-5drkfx.winz-krguc4 .winz-s3vm6i {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .winz-s3vm6i {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .winz-s3vm6i {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.winz-cm1imx,
.winz-hvl50v {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .winz-cm1imx,
  .winz-hvl50v {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .winz-hvl50v {
    display: none;
  }
}

.winz-aafvpl {
  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-krguc4 .winz-aafvpl {
  background: var(--fh-bg-color);
}

.winz-aafvpl button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .winz-aafvpl {
    display: none;
  }
}

.winz-ml89kv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winz-ml89kv {
    display: none;
  }
}

.winz-sojzmb {
  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-5drkfx.winz-krguc4 .winz-sojzmb:first-child {
  display: none;
}

.winz-5drkfx.winz-krguc4 .winz-sojzmb:last-child {
  display: block;
}

.winz-sojzmb:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .winz-sojzmb {
    display: none;
  }
}

.winz-5qfj6k {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winz-5qfj6k {
    display: flex;
  }
}

.winz-5qfj6k ul {
  max-height: 350px;
  overflow-y: auto;
}

.winz-5qfj6k:hover ul {
  visibility: visible;
  opacity: 1;
}

.winz-5qfj6k:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.winz-5qfj6k:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.winz-5qfj6k:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.winz-5qfj6k:hover .winz-lcwgy6 svg {
  transform: rotate(180deg);
}

.winz-xoth2o {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.winz-gzuiyf {
  padding: 0 8px;
}

.winz-fkwhoj {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.winz-fkwhoj:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .winz-fkwhoj {
    padding: 4px 8px;
  }
}

.winz-z2je2q {
  display: flex;
}

.winz-z2je2q img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.winz-lcwgy6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.winz-lcwgy6 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.winz-pihzto {
  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-pihzto {
    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-46zkyu {
  width: 100%;
}

@media (min-width: 1200px) {
  .winz-46zkyu {
    display: none;
  }
}

.winz-vz15jz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.winz-ux64s5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.winz-frmudu {
  display: flex;
}

.winz-2fsnh9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.winz-k6fcr2 {
  list-style: none;
}

@media (max-width: 1199px) {
  .winz-k6fcr2 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .winz-k6fcr2 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .winz-k6fcr2 .winz-h4ctyi [data-ref-el],
  .winz-k6fcr2 .winz-h4ctyi span,
  .winz-k6fcr2 .winz-h4ctyi a {
    white-space: nowrap;
  }
}

.winz-jd7kvs {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .winz-jd7kvs.winz-xuenoz > .winz-h4ctyi {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .winz-jd7kvs.winz-vkw2t0:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .winz-jd7kvs.winz-xuenoz > .winz-vvpnuh {
    height: auto;
  }

  .winz-jd7kvs.winz-xuenoz > div > .winz-o7swhj {
    transform: rotate(180deg);
  }
}

.winz-jd7kvs [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.winz-jd7kvs [data-ref-el],
.winz-jd7kvs span {
  cursor: pointer;
}

.winz-jd7kvs [data-ref-el],
.winz-jd7kvs span,
.winz-jd7kvs 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-jd7kvs [data-ref-el],
  .winz-jd7kvs span,
  .winz-jd7kvs a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .winz-jd7kvs [data-ref-el],
  .winz-jd7kvs span,
  .winz-jd7kvs a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.winz-vvpnuh {
  height: 0;
  overflow: hidden;
  transition: height 0.winz-07s04y ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.winz-vvpnuh::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.winz-vvpnuh::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.winz-vvpnuh::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .winz-vvpnuh {
    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-vvpnuh:has(> .winz-jd7kvs.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .winz-vvpnuh .winz-vvpnuh {
    padding: 0;
  }

  .winz-vvpnuh .winz-jd7kvs {
    font-weight: 400;
  }

  .winz-vvpnuh .winz-jd7kvs:hover > .winz-h4ctyi {
    background: var(--Neutral-300);
  }

  .winz-vvpnuh .winz-o7swhj {
    rotate: -90deg;
  }
}

.winz-h4ctyi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .winz-h4ctyi {
    padding: 8px;
  }

  .winz-jd7kvs.winz-otngxq > .winz-h4ctyi {
    background: var(--Neutral-300);
  }
}

.winz-o7swhj {
  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-tqxwx3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.winz-bhrcff 0.winz-w68cn1.winz-ft9x2v -0.winz-29qkky 0.winz-hhnj7d -0.winz-29qkky 1.winz-02lths 0.winz-pzrvb6.winz-2ofdi3 4.winz-7fthhc.winz-bhrcff 0.winz-j8l4s0.winz-968o4b -0.winz-29qkky 9.winz-i7acwq -0.winz-29qkky 10.winz-wbs5yo 0.winz-o7puyz.winz-jzjqwz 0.winz-ft9x2v 10.winz-jzjqwz 0.winz-hhnj7d 10.winz-wbs5yo 1.winz-qmj5i5.winz-8bu8pu 5.winz-r5afdy.winz-rknug8 6.winz-spcvn8 5.winz-h9y97p 6.winz-spcvn8 4.winz-6b892f 5.winz-zfqubu.winz-bhrcff 1.winz-wrmvcs.winz-29qkky 0.winz-hhnj7d -0.winz-29qkky 0.winz-ft9x2v 0.winz-bhrcff 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.winz-07s04y ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .winz-o7swhj {
    cursor: default;
  }
}

.winz-n1zby1 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.winz-b6n695 {
  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-b6n695 {
    padding: 40px 4px;
  }
}

.winz-ik2s5w {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .winz-ik2s5w {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.winz-1tpklm {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .winz-1tpklm {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.winz-1tpklm ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.winz-1tpklm [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.winz-1tpklm [data-ref-el],
.winz-1tpklm span,
.winz-1tpklm a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.winz-b5nu4i {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winz-b5nu4i {
    margin-bottom: 12px;
  }
}

.winz-pxwxe9 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.winz-pxwxe9 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .winz-pxwxe9:last-child {
    margin-right: 0;
  }
}

.winz-h6gwjl {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winz-b5nu4i:hover .winz-q6cfch {
  visibility: visible;
  opacity: 1;
}

.winz-q6cfch {
  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-tl731j {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.winz-d7vsur {
  display: flex;
  margin: 6px;
}

.winz-d7vsur img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.winz-q6cfch::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-q6cfch::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-navs93 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .winz-navs93 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.winz-3inmoa {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .winz-3inmoa {
    margin-right: 32px;
  }
}

.winz-ofmulm {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .winz-ofmulm {
    margin-top: 0;
    width: 340px;
  }
}

.winz-ofmulm a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.winz-ogticf {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.winz-cdfbr6 {
  position: relative;
}

@media (min-width: 768px) {
  .winz-cdfbr6 {
    margin-top: 40px;
  }
}

.winz-cdfbr6 + .winz-90w3fz,
.winz-cdfbr6 + .winz-cdfbr6 {
  margin-top: 24px;
}

.winz-c98sg3 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .winz-c98sg3 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-c98sg3 {
    padding: 80px;
  }
}

.winz-jy6iav {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .winz-jy6iav {
    padding: 0 16px;
}


}

.winz-loh8ji {
  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-loh8ji {
    font-size: 48px;
    line-height: 56px;
  }
}

.winz-64kxf2 {
  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-64kxf2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.winz-et48uc {
  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-et48uc:hover {
  background: var(--button-bg-hover);
}

.winz-xqjn6d {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.winz-xqjn6d img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .winz-xqjn6d img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .winz-xqjn6d img {
  min-height: 100%;
  }
}

.winz-c98sg3::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.winz-42trfv {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.winz-42trfv h1,
.winz-42trfv h2,
.winz-42trfv h3,
.winz-42trfv h4 {
  margin-bottom: 6px;
}

.winz-42trfv h1:not(:first-child),
.winz-42trfv h2:not(:first-child),
.winz-42trfv h3:not(:first-child),
.winz-42trfv h4:not(:first-child) {
  margin-top: 16px;
}

.winz-42trfv h1,
.winz-42trfv h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .winz-42trfv h1,
  .winz-42trfv h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.winz-42trfv h2,
.winz-42trfv h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .winz-42trfv h2,
  .winz-42trfv h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-42trfv h3,
.winz-42trfv h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .winz-42trfv h3,
  .winz-42trfv h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.winz-42trfv h4,
.winz-42trfv h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.winz-42trfv ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.winz-42trfv ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.winz-42trfv 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-42trfv ul ul {
  margin-bottom: 8px;
}

.winz-42trfv ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.winz-42trfv ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.winz-42trfv ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.winz-42trfv ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.winz-42trfv ol li::marker {
  font-weight: 700;
}

.winz-42trfv ol ol {
  margin-bottom: 8px;
}

.winz-42trfv ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.winz-42trfv ol ul li {
  padding-left: 16px;
}

.winz-42trfv 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-42trfv table {
    padding: 24px;
  }
}

.winz-42trfv table.winz-wlpdd7 {
  -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-07s04y,
    mask-image 0.3s;
}

.winz-42trfv table.winz-wlpdd7.winz-q47oef {
  -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-42trfv table {
    display: table;
  }
}

.winz-42trfv 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-42trfv table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winz-42trfv table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winz-42trfv 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-42trfv table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.winz-42trfv table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.winz-42trfv table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.winz-42trfv table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.winz-42trfv img {
  max-width: 100%;
  height: auto;
}

.winz-1bk9nh {
  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-1bk9nh {
    padding: 24px;
  }
}

.winz-8fppyl {
  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-8fppyl {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.winz-8fppyl > * {
  margin: 0 !important;
}

.winz-8fppyl img,
.winz-1x12el {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-8fppyl img,
  .winz-1x12el {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-dwcc2l {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-dwcc2l {
    width: 32px;
    height: 32px;
  }
}

.winz-4s5g1a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.winz-4s5g1a .winz-u6jd92 {
  flex-shrink: 0;
}

.winz-4s5g1a .winz-8ziejq svg {
  display: none;
}

.winz-mj6eve {
  display: grid;
  transition: max-height 0.winz-07s04y ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .winz-mj6eve {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .winz-mj6eve {
    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-mj6eve.winz-6fi7hi + .winz-u6jd92 svg {
  transform: rotate(180deg);
}

.winz-btnquq {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.winz-btnquq > div:nth-child(3n) {
  grid-column: span 2;
}

.winz-btnquq
  > div:nth-child(3n)
  .winz-pyvx7c
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .winz-btnquq {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .winz-btnquq > div:nth-child(3n) {
    grid-column: unset;
  }

  .winz-btnquq
    > div:nth-child(3n)
    .winz-pyvx7c
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .winz-btnquq {
    max-width: 270px;
  }
}

.winz-btnquq .winz-pyvx7c button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .winz-btnquq .winz-pyvx7c button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .winz-btnquq .winz-pyvx7c button {
    max-width: 104px;
  }
}

.winz-oa6cub {
  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-oa6cub {
    margin-bottom: 0;
  }
}

.winz-nalvse {
  display: none;
  opacity: 0;
}

.winz-oh6npe {
  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-oh6npe img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.winz-pyvx7c {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.winz-pyvx7c 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-pyvx7c
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .winz-pyvx7c
    button {
    max-width: 145px;
  }
}

.winz-sruh69:first-child
  .winz-pyvx7c
  button {
  max-width: 270px;
}

.winz-99mgfc {
  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-oa6cub picture {
  width: 100%;
  max-width: 100%;
}

.winz-brkcon {
  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-brkcon svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.winz-oa6cub:hover .winz-brkcon {
  display: flex;
}

.winz-dofm7l {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.winz-rphmqo {
  display: flex;
}

.winz-rphmqo:hover .winz-wkolea,
.winz-rphmqo .winz-otngxq .winz-wkolea {
  display: flex;
}

.winz-rphmqo svg {
  flex-shrink: 0;
}

.winz-wkolea {
  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-wkolea {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.winz-wkolea:hover {
  display: flex;
}

.winz-wkolea svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.winz-iuhlam {
  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-iuhlam {
    font-size: 12px;
  }
}

.winz-vmj64j,
.winz-ivx0tv {
  width: 50%;
  flex-shrink: 0;
}

.winz-vmj64j {
  font-weight: 700;
}

.winz-umbh1f .winz-mj6eve {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .winz-umbh1f .winz-mj6eve {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .winz-umbh1f .winz-mj6eve {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.winz-umbh1f
  .winz-99mgfc:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.winz-umbh1f .winz-oh6npe {
  height: 100% !important;
  border-radius: 16px;
}

.winz-umbh1f .winz-pyvx7c {
  gap: 4px;
  align-items: center;
}

.winz-umbh1f .winz-pyvx7c button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winz-umbh1f .winz-pyvx7c svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.winz-umbh1f .winz-tu0zg1,
.winz-umbh1f .winz-ukyzhk {
  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-tqxwx3.org/2000/svg'%3E%3Cpath d='M9.winz-0l2uma 4.winz-g4d7vk.winz-vyyuip 5.winz-x1otar.winz-wx15cc 5.winz-1v32v4.winz-ihci0f 5.winz-ciq1du.winz-jh447n 8.winz-4g75xd.winz-wkwsrl 9.winz-e9xjya.winz-uue05n 9.winz-pqkl7c.winz-6t3lxw 13.winz-3wmnhf.winz-1478eb 11.winz-sucucx.winz-4tg648 11.winz-dlcxtm.winz-6r1kcp 11.winz-5q3mil.winz-f48trf 13.winz-jbbciq.winz-0fgxsg 9.winz-kett52.winz-1rkzny 9.winz-kq4jn8.winz-1ogu3p 8.winz-fd3rvp.winz-jkquby 5.winz-2135td.winz-ffqcb6 5.winz-fqehqi.winz-neu6xg 5.winz-jwifss.winz-1kphpt 4.winz-vwb6so.winz-4tg648 1.winz-vh83ic.winz-0l2uma 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.winz-umbh1f .winz-tu0zg1 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.winz-umbh1f .winz-ukyzhk {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.winz-pbp3cz {
  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-pbp3cz {
    padding: 24px;
  }
}

.winz-pbp3cz .winz-u6jd92 {
  display: flex;
}

@media (min-width: 768px) {
  .winz-pbp3cz .winz-u6jd92 {
    display: none;
  }
}

.winz-pbp3cz .winz-8ziejq svg {
  display: none;
}

.winz-lvaie7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.winz-lvaie7 .winz-nzrd3b {
  display: none;
}

@media (min-width: 768px) {
  .winz-lvaie7 .winz-nzrd3b {
    display: flex;
  }
}

.winz-fc06j7 {
  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-fc06j7 {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-fc06j7 > * {
  margin: 0 !important;
}

.winz-fc06j7 img,
.winz-8zoc30 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-fc06j7 img,
  .winz-8zoc30 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-rxd7hm {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-rxd7hm {
    width: 32px;
    height: 32px;
  }
}

.winz-v9l6j9 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .winz-v9l6j9 {
    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-v9l6j9::-webkit-scrollbar {
    display: none;
  }
}

.winz-dvgysb {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .winz-dvgysb {
    padding: 7px 15px;
  }
}

.winz-dvgysb:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winz-uth2fi {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winz-uth2fi {
    display: flex;
    opacity: 1;
  }
}

.winz-dvgysb picture {
  height: 100%;
  display: block;
}

.winz-dvgysb img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .winz-dvgysb img {
    width: 88px;
    height: 44px;
  }
}

.winz-dvgysb p {
  text-align: center;
  width: 100%;
}

.winz-8kbttd {
  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-8kbttd {
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-8kbttd img,
.winz-0mio9j {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-8kbttd img,
  .winz-0mio9j {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-fcp71b {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-fcp71b {
    width: 32px;
    height: 32px;
  }
}

.winz-rcw5do {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.winz-atfrvz {
  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-ucc6qh {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.winz-ucc6qh.winz-otngxq {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.winz-06dhuv {
  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-06dhuv {
    font-size: 20px;
    line-height: 28px;
  }
}

.winz-yqtyah {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.winz-x3x433 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.winz-07s04y ease;
  opacity: 0;
  color: var(--text-color);
}

.winz-uk7nrl {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.winz-uk7nrl ol,
.winz-uk7nrl ul {
  padding-left: 1.3em;
}

.winz-ucc6qh.winz-otngxq .winz-x3x433 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.winz-ucc6qh.winz-otngxq .winz-yqtyah {
  transform: rotate(180deg);
  color: var(--text-color);
}

.winz-lk6csv {
  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-lk6csv {
    padding: 24px;
  }
}

.winz-lk6csv .winz-u6jd92 {
  display: flex;
}

@media (min-width: 768px) {
  .winz-lk6csv .winz-u6jd92 {
    display: none;
  }
}

.winz-lk6csv .winz-8ziejq svg {
  display: none;
}

.winz-rjiu98 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.winz-rjiu98 .winz-nzrd3b {
  display: none;
}

@media (min-width: 768px) {
  .winz-rjiu98 .winz-nzrd3b {
    display: flex;
  }
}

.winz-fqt0yi {
  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-fqt0yi {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.winz-fqt0yi > * {
  margin: 0 !important;
}

.winz-fqt0yi img,
.winz-g378t3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .winz-fqt0yi img,
  .winz-g378t3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.winz-mnpkhs {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .winz-mnpkhs {
    width: 32px;
    height: 32px;
  }
}

.winz-3jwuxj {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .winz-3jwuxj {
    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-3jwuxj::-webkit-scrollbar {
    display: none;
  }
}

.winz-u4m4p5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.winz-u4m4p5:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.winz-rjd03z {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .winz-rjd03z {
    display: flex;
    opacity: 1;
  }
}

.winz-u4m4p5 picture {
  width: auto;
  height: 100%;
  display: block;
}

.winz-u4m4p5 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.winz-vwat3g {
  margin: -24px 0;
}

.winz-vwat3g:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .winz-vwat3g {
    margin: -16px 0;
  }
}

.winz-y55x2i {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .winz-y55x2i {
    flex-direction: row;
  }
}

.winz-sda5en {
  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-sda5en {
    flex: 1;
  }
}

.winz-sda5en::placeholder {
  color: var(--Text-400);
}

.winz-xdb4jz {
  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-uqlijk {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.winz-uqlijk::-webkit-scrollbar {
  display: none;
}

.winz-80259y {
  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-80259y img,
.winz-80259y svg {
  margin-right: 8px;
}

.winz-5v6ynz {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.winz-vwat3g + .winz-7lbzyu {
  margin-top: 0;
}

@media (min-width: 768px) {
  .winz-vwat3g + .winz-7lbzyu {
    margin-top: -16px;
  }
}

.winz-dnoo0a {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.winz-dnoo0a > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.winz-dnoo0a > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.winz-7lin6b {
  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-jotkk3 {
  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-ljpvpu {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.winz-l4h7wy {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.winz-haeg2t {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.winz-7lin6b 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-7lin6b 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-7lin6b {
    padding: 39px 179px 39px 39px;
  }

  .winz-jotkk3 {
    font-size: 40px;
    line-height: 48px;
  }

  .winz-haeg2t {
    height: 348px;
  }

  .winz-7lin6b button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .winz-7lin6b button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .winz-7lin6b {
    padding: 63px;
  }
}

.winz-m13uv3 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .winz-m13uv3 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.winz-vu9h5e {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winz-vu9h5e {
    width: auto;
  }
}

.winz-v0cxxv {
  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-v0cxxv::-webkit-scrollbar {
  display: none;
}

.winz-v0cxxv 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-v0cxxv a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .winz-v0cxxv {
    margin-left: 16px;
    margin-top: 0;
  }
}

.winz-m13uv3 .winz-0oll04 {
  -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-07s04y,
    mask-image 0.3s;
}

.winz-m13uv3 .winz-0oll04.winz-q47oef {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.winz-71rgwy {
  margin: 40px -16px;
}

.winz-3h87oo + .winz-90w3fz,
.winz-3h87oo + .winz-cdfbr6 {
  margin-top: 24px;
}

.winz-1g78q9 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.winz-1g78q9 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.winz-5iw5ki {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .winz-5iw5ki {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .winz-5iw5ki {
    margin-top: 0;
  }
}

.winz-hq5ko9 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winz-hq5ko9 {
    font-size: 24px;
    line-height: 32px;
  }
}

.winz-o4zs0t {
  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-o4zs0t {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.winz-f9ht5n {
  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-f9ht5n {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.winz-4659ud {
  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-4659ud {
    font-size: 20px;
    line-height: 28px;
  }
}

.winz-6r4iu1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .winz-6r4iu1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.winz-s5tlif {
  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-oeyhgq {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.winz-oeyhgq img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.winz-7lbzyu {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.winz-15njrt {
  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-15njrt {
    padding: 15px 48px;
  }
}

main > .winz-7lbzyu {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .winz-mj6eve.winz-5drt3t > div:nth-child(n+5) {
    display: none;
  }
}

.winz-42trfv p a img {
  display: block;
  margin: 0 auto;
}


.winz-zsbxff {
  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-dkz9ic {
  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-dkz9ic label {
  font-size: 14px;
}

.winz-dkz9ic h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.winz-dkz9ic input,
.winz-dkz9ic textarea,
.winz-dkz9ic 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-dkz9ic button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.winz-j5fabr ease;
}
.winz-dkz9ic button:hover {
  background-color: var(--button-bg-hover);
}
.winz-11j1su {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.winz-uqwh0j ease-in;
}

.winz-11j1su 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-gt94g6, .winz-4o9jv8, [class*="review-card"],
thead, thead th, table th, .winz-9lxzw3,
.winz-mjlaha, [class*="collapsible-header"],
.winz-imawh4, [class*="updated-block"] {
  color: #ece7dc !important;
}
