* {
  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;
  }
}

.uwin33-ynax6q {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .uwin33-ynax6q {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .uwin33-ynax6q {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.uwin33-8ez98m {
  overflow: hidden;
}

.uwin33-wvbt5e img {
  background: var(--Neutral-300);
}

.uwin33-zyd4u0 {
  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;
}

.uwin33-3sgwap {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.uwin33-3sgwap:hover {
  background: var(--button-bg-hover);
}

.uwin33-l1c3c3 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.uwin33-l1c3c3:hover {
  background: var(--button-bg-hover);
}

.uwin33-5noxvp {
  font-size: 12px;
  line-height: 18px;
}

.uwin33-z4q6mo {
  font-size: 18px;
  line-height: 26px;
}

.uwin33-n1dcnl {
  width: 100%;
}

.uwin33-fh71e9 {
  padding: 6px 16px;
}

.uwin33-ycx4dl {
  padding: 10px 16px;
}

.uwin33-4lon2u {
  padding: 15px 26px;
}

.uwin33-6jw8lz {
  flex-shrink: 0;
}

.uwin33-jdcho0 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.uwin33-glm8lb {
  display: none;
}

.uwin33-bcvkc9 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.uwin33-roif6b {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.uwin33-njtzqp {
  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;
}

.uwin33-p0co18 {
  cursor: grab;
}

.uwin33-njtzqp::-webkit-scrollbar {
  display: none;
}

.uwin33-jbje0h {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.uwin33-exkv25 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.uwin33-e1rv06 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.uwin33-6akumj {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.uwin33-fvaw50 {
  visibility: visible;
}

.uwin33-1rwyaf {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.uwin33-8pmkad ease;
}

.uwin33-qjpvwu {
  background-color: var(--Primary-200);
  width: 16px;
}

.uwin33-vp5fj0 {
  -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.uwin33-8pmkad,
    mask-image 0.3s;
}

.uwin33-vp5fj0.uwin33-8exkvv {
  -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;
  }
}

.uwin33-2bgkjy: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;
}

.uwin33-fk76ww {
  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.uwin33-trcq31.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.uwin33-trcq31.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;
}

.uwin33-wejea5 {
  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);
}

.uwin33-wejea5::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%
  );
}

.uwin33-enj6a9 {
  position: relative;
  z-index: 1;
}

.uwin33-f7ohjb {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.uwin33-y7sk52 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.uwin33-pxqwik {
  font-size: 40px;
  line-height: 48px;
}

.uwin33-tuh84b {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.uwin33-29krjg {
  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;
}

.uwin33-29krjg:hover {
  background: var(--Primary-400);
}

.uwin33-29krjg svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.uwin33-2bgkjy 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) {
  .uwin33-wejea5 {
    max-width: 600px;
    padding: 64px;
  }

  .uwin33-f7ohjb {
    font-size: 24px;
    line-height: 32px;
  }

  .uwin33-y7sk52 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .uwin33-pxqwik {
    font-size: 50px;
    line-height: 56px;
  }

  .uwin33-tuh84b {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .uwin33-fk76ww {
    top: 25px;
    right: 25px;
  }
}

.uwin33-q5iz5l,
.uwin33-lpfphk {
  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;
}

.uwin33-lxa69d.uwin33-fd3d5o::before,
.uwin33-lpfphk::before,
.uwin33-prd3sz::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.uwin33-trcq31.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.uwin33-hcg4ar 14.uwin33-pe89ul.uwin33-q5myb6 14.uwin33-niqw8w 15.uwin33-cslqj7 14.uwin33-4znada 15.uwin33-wxyth6 14.uwin33-y2lbzp.uwin33-mk8bls 14.uwin33-7zeezg 19.uwin33-xm76h5 12.uwin33-lgynq1 19.uwin33-xm76h5 10.uwin33-zkgedx.uwin33-xm76h5 8.uwin33-o1ou5y 17.uwin33-ych9x3 7.uwin33-t5ycgt 15.uwin33-9ayduc 7.uwin33-x4ej1t.uwin33-kr6kmg 7.uwin33-t5ycgt 11.uwin33-qfek1q 8.uwin33-o1ou5y 11.uwin33-qfek1q 10.uwin33-7h7jc0.uwin33-qfek1q 12.uwin33-3sovis 13.uwin33-s0x3jq 14.uwin33-zaloi7 15.uwin33-1g7fr7 14.uwin33-y3oaxg.uwin33-0rhgrv 14.uwin33-xcx4fu 15.uwin33-w6jlkp 14.uwin33-6y5a0k 15.uwin33-hvgba4 14.uwin33-j0w1oi.uwin33-hcg4ar 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.uwin33-d4yozx 15.uwin33-ox0r9n.uwin33-zy4uae 15.uwin33-sl8gd6 15.uwin33-4o0qtf 15.uwin33-gajmma 15.uwin33-ksbjxq 15.uwin33-gzed99.uwin33-7gb260 15.uwin33-gajmma 15.uwin33-8wnge8 15.uwin33-0wmk3o 15.uwin33-0py9zc 15.uwin33-dj7386.uwin33-ir5zvv 15.uwin33-dcg9mr 7.uwin33-p3mxjf 18.uwin33-7i18x3 7.uwin33-zjjp8w 23.uwin33-z9yckg.uwin33-y5kqhw.uwin33-706xa5 18.uwin33-q0hil3 19.uwin33-288nlf 15.uwin33-gyc3wp 15.uwin33-d4yozx 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.uwin33-mixgq6 [type="submit"] *,
.uwin33-fezody button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .uwin33-f2nwmn {
    display: none;
  }
}

.uwin33-ob5qbk {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .uwin33-ob5qbk {
  display: none;
}

@media (min-width: 768px) {
  .uwin33-ob5qbk {
    bottom: 22px;
  }
}

.uwin33-ob5qbk input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .uwin33-ob5qbk {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.uwin33-dhj7ub.static) .uwin33-ob5qbk {
    bottom: 8px;
  }
}

.uwin33-2v89h2 {
  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.uwin33-trcq31.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.uwin33-iv0dw1 3.uwin33-4s5osa.uwin33-crnwaw.uwin33-ihm2qq 3.uwin33-4c3zy4 3.uwin33-tsmph4 5.uwin33-og238r 3.uwin33-tsmph4 8.uwin33-ww75nb.uwin33-6k5eo5.uwin33-tsmph4 26.uwin33-7qp3d7 5.uwin33-kt83gy 28.uwin33-22zpcm 8.uwin33-5hecaf 28.uwin33-wes5a2.uwin33-zzbi1y 28.uwin33-mr5nxg.uwin33-zryrkx 34.uwin33-74brkc.uwin33-rrur4e 36.uwin33-mhe3zr 11.uwin33-2jeq2k 37.uwin33-6g8t04 12.uwin33-2ti0ee 36.uwin33-3xqsm9.uwin33-vsp50v 28.uwin33-lfrpe6.uwin33-vgmq4m.uwin33-zcxtft 28.uwin33-win2if 36.uwin33-nms5yb 26.uwin33-4x6jh6 36.uwin33-nms5yb 23.uwin33-t1n4p5.uwin33-byhvtb.uwin33-nms5yb 5.uwin33-xbtwio 34.uwin33-89tefg 3.uwin33-4c3zy4 31.uwin33-iv0dw1 3.uwin33-e6c3ig.uwin33-gtys6u 18.uwin33-n7uvqm.uwin33-yenr7r 18.uwin33-2k3qtb 8.uwin33-98gvb5 17.uwin33-fmhan2 8.uwin33-98gvb5 15.uwin33-x9asa1.uwin33-98gvb5 14.uwin33-aq5fer 9.uwin33-yenr7r 13.uwin33-i71oiy 11.uwin33-gtys6u 13.uwin33-hb3jjj.uwin33-op1a71 13.uwin33-i71oiy 13.uwin33-y0m8vy 14.uwin33-aq5fer 13.uwin33-y0m8vy 15.uwin33-s7f5sc.uwin33-y0m8vy 17.uwin33-fmhan2 12.uwin33-op1a71 18.uwin33-2k3qtb 11.uwin33-gtys6u 18.uwin33-ti1x7r.uwin33-2puqfy 18.uwin33-f2w7ao.uwin33-nx96vv 18.uwin33-2k3qtb 17.uwin33-3wetm4 17.uwin33-fmhan2 17.uwin33-3wetm4 15.uwin33-ntj6hz.uwin33-3wetm4 14.uwin33-aq5fer 18.uwin33-nx96vv 13.uwin33-i71oiy 20.uwin33-2puqfy 13.uwin33-bb1br5.uwin33-0cwwh1 13.uwin33-i71oiy 22.uwin33-n0ve69 14.uwin33-aq5fer 22.uwin33-n0ve69 15.uwin33-6q4btq.uwin33-ces58m 17.uwin33-fmhan2 21.uwin33-0cwwh1 18.uwin33-2k3qtb 20.uwin33-2puqfy 18.uwin33-ynao3y.uwin33-mvvjaj 18.uwin33-e75rtc.uwin33-i5nxxp 18.uwin33-2k3qtb 26.uwin33-pylbe5 17.uwin33-fmhan2 26.uwin33-pylbe5 15.uwin33-bz7r05.uwin33-pylbe5 14.uwin33-aq5fer 27.uwin33-i5nxxp 13.uwin33-i71oiy 28.uwin33-mvvjaj 13.uwin33-bfqtlu.uwin33-n76ruy 13.uwin33-i71oiy 31.uwin33-fi2jmp 14.uwin33-aq5fer 31.uwin33-fi2jmp 15.uwin33-choozz.uwin33-pylbe5 17.uwin33-fmhan2 30.uwin33-n76ruy 18.uwin33-2k3qtb 28.uwin33-mvvjaj 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"])
    .uwin33-2v89h2 {
    display: none;
  }
}

.uwin33-shbujs {
  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) {
  .uwin33-shbujs {
    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;
}

.uwin33-fezody {
  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) {
  .uwin33-fezody {
    padding: 14px 16px;
  }
}

.uwin33-fezody button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.uwin33-fezody button:first-child {
  align-content: end;
}

.uwin33-fezody button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .uwin33-fezody
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .uwin33-fezody
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.uwin33-fezody button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.uwin33-fezody button:last-child svg {
  width: 38px;
  height: 38px;
}

.uwin33-prd3sz {
  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;
}

.uwin33-prd3sz::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .uwin33-prd3sz,
.pc61d126-chatbot[data-active-screen="3"]
  .uwin33-prd3sz {
  opacity: 1;
  visibility: visible;
}

.uwin33-eqm70g {
  flex: 1 1;
}

.uwin33-htmlgh {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .uwin33-htmlgh {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .uwin33-i3av56 {
  display: block;
}

.uwin33-245iwj {
  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) {
  .uwin33-245iwj {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.uwin33-lpfphk {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.uwin33-lpfphk::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.uwin33-zqevh4 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.uwin33-zqevh4 p {
  color: var(--Text-100);
}

.uwin33-lpfphk .uwin33-c5s9uq {
  grid-area: button;
}

.uwin33-lpfphk .uwin33-c5s9uq::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.uwin33-trcq31.org/2000/svg'%3E%3Cpath d='M4.uwin33-yfly1m 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.uwin33-ys5hwj 15L16.uwin33-ys5hwj 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.uwin33-ys5hwj 5L16.uwin33-ys5hwj 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .uwin33-b06qwi {
  display: block;
}

.uwin33-re9qcp {
  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) {
  .uwin33-re9qcp {
    margin-top: 40px;
  }
}

.uwin33-q5iz5l label,
.uwin33-q5iz5l input {
  display: block;
  width: 100%;
}

.uwin33-q5iz5l label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.uwin33-q5iz5l label.uwin33-1dr88f input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.uwin33-q5iz5l label.uwin33-1dr88f::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;
}

.uwin33-q5iz5l 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;
}

.uwin33-q5iz5l input::placeholder {
  color: var(--Text-400);
}

.uwin33-vgxxo5 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .uwin33-vgxxo5 {
  display: flex;
}

.uwin33-vgxxo5 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .uwin33-vgxxo5 ol {
    height: 420px;
    padding: 24px;
  }
}

.uwin33-vgxxo5 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.uwin33-mixgq6 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .uwin33-mixgq6 {
    padding: 0 24px 24px;
  }
}

.uwin33-mixgq6 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;
}

.uwin33-mixgq6 input::placeholder {
  color: var(--Text-400);
}

.uwin33-mixgq6 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.uwin33-mixgq6 [type="submit"]:disabled {
  opacity: 0.5;
}

.uwin33-mixgq6 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .uwin33-mixgq6 [type="submit"] {
    right: 40px;
  }
}

.uwin33-lxa69d {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.uwin33-lxa69d.uwin33-fd3d5o {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.uwin33-lxa69d.uwin33-fd3d5o::before {
  content: "";
  width: 31px;
}

.uwin33-lxa69d.uwin33-fd3d5o p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.uwin33-lxa69d.uwin33-6lnnl1 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.uwin33-lxa69d p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.uwin33-ob5qbk .uwin33-c5s9uq {
  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;
  }
}

.uwin33-f2nwmn {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .uwin33-f2nwmn {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .uwin33-f2nwmn {
    padding: 15px 0;
  }
}

.uwin33-f2nwmn .uwin33-ynax6q {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .uwin33-f2nwmn .uwin33-ynax6q {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.uwin33-gq9ojc {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .uwin33-gq9ojc {
    max-width: 180px;
    height: 47px;
  }
}

.uwin33-gq9ojc picture,
.uwin33-gq9ojc img {
  display: block;
  width: 100%;
  height: 100%;
}

.uwin33-gq9ojc img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .uwin33-cxl3z5 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.uwin33-8pmkad ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .uwin33-f2nwmn.uwin33-8sziji .uwin33-cxl3z5 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .uwin33-cxl3z5 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .uwin33-cxl3z5 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.uwin33-49s086,
.uwin33-zwjvj4 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .uwin33-49s086,
  .uwin33-zwjvj4 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .uwin33-zwjvj4 {
    display: none;
  }
}

.uwin33-slnj7e {
  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;
}

.uwin33-8sziji .uwin33-slnj7e {
  background: var(--fh-bg-color);
}

.uwin33-slnj7e button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .uwin33-slnj7e {
    display: none;
  }
}

.uwin33-yl4vjh {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .uwin33-yl4vjh {
    display: none;
  }
}

.uwin33-l3ey5i {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.uwin33-f2nwmn.uwin33-8sziji .uwin33-l3ey5i:first-child {
  display: none;
}

.uwin33-f2nwmn.uwin33-8sziji .uwin33-l3ey5i:last-child {
  display: block;
}

.uwin33-l3ey5i:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .uwin33-l3ey5i {
    display: none;
  }
}

.uwin33-cererx {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .uwin33-cererx {
    display: flex;
  }
}

.uwin33-cererx ul {
  max-height: 350px;
  overflow-y: auto;
}

.uwin33-cererx:hover ul {
  visibility: visible;
  opacity: 1;
}

.uwin33-cererx:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.uwin33-cererx:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.uwin33-cererx:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.uwin33-cererx:hover .uwin33-npvuir svg {
  transform: rotate(180deg);
}

.uwin33-4paotv {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.uwin33-v3mb1n {
  padding: 0 8px;
}

.uwin33-wqmq1y {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.uwin33-wqmq1y:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .uwin33-wqmq1y {
    padding: 4px 8px;
  }
}

.uwin33-zepvnj {
  display: flex;
}

.uwin33-zepvnj img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.uwin33-npvuir {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.uwin33-npvuir svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.uwin33-3vfpmh {
  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) {
  .uwin33-3vfpmh {
    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;
  }
}

.uwin33-jqmdf4 {
  width: 100%;
}

@media (min-width: 1200px) {
  .uwin33-jqmdf4 {
    display: none;
  }
}

.uwin33-lbhrv8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.uwin33-izqhyi {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.uwin33-z53flw {
  display: flex;
}

.uwin33-i02cw7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.uwin33-ry7du4 {
  list-style: none;
}

@media (max-width: 1199px) {
  .uwin33-ry7du4 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .uwin33-ry7du4 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .uwin33-ry7du4 .uwin33-87wjfe [data-ref-el],
  .uwin33-ry7du4 .uwin33-87wjfe span,
  .uwin33-ry7du4 .uwin33-87wjfe a {
    white-space: nowrap;
  }
}

.uwin33-ceb9qq {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .uwin33-ceb9qq.uwin33-2vud9y > .uwin33-87wjfe {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .uwin33-ceb9qq.uwin33-49couy:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .uwin33-ceb9qq.uwin33-2vud9y > .uwin33-6u5tqz {
    height: auto;
  }

  .uwin33-ceb9qq.uwin33-2vud9y > div > .uwin33-scbotm {
    transform: rotate(180deg);
  }
}

.uwin33-ceb9qq [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.uwin33-ceb9qq [data-ref-el],
.uwin33-ceb9qq span {
  cursor: pointer;
}

.uwin33-ceb9qq [data-ref-el],
.uwin33-ceb9qq span,
.uwin33-ceb9qq a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .uwin33-ceb9qq [data-ref-el],
  .uwin33-ceb9qq span,
  .uwin33-ceb9qq a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .uwin33-ceb9qq [data-ref-el],
  .uwin33-ceb9qq span,
  .uwin33-ceb9qq a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.uwin33-6u5tqz {
  height: 0;
  overflow: hidden;
  transition: height 0.uwin33-8pmkad ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.uwin33-6u5tqz::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.uwin33-6u5tqz::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.uwin33-6u5tqz::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .uwin33-6u5tqz {
    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;
  }

  .uwin33-6u5tqz:has(> .uwin33-ceb9qq.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .uwin33-6u5tqz .uwin33-6u5tqz {
    padding: 0;
  }

  .uwin33-6u5tqz .uwin33-ceb9qq {
    font-weight: 400;
  }

  .uwin33-6u5tqz .uwin33-ceb9qq:hover > .uwin33-87wjfe {
    background: var(--Neutral-300);
  }

  .uwin33-6u5tqz .uwin33-scbotm {
    rotate: -90deg;
  }
}

.uwin33-87wjfe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .uwin33-87wjfe {
    padding: 8px;
  }

  .uwin33-ceb9qq.uwin33-tigruc > .uwin33-87wjfe {
    background: var(--Neutral-300);
  }
}

.uwin33-scbotm {
  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.uwin33-trcq31.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.uwin33-f9bvor 0.uwin33-q2zdk5.uwin33-j5upnf -0.uwin33-n09xmn 0.uwin33-q7a2qd -0.uwin33-n09xmn 1.uwin33-gtt4kp 0.uwin33-cb8kzd.uwin33-f29hg2 4.uwin33-jfj2nl.uwin33-f9bvor 0.uwin33-rf3dhj.uwin33-ip0kq5 -0.uwin33-n09xmn 9.uwin33-nsvspt -0.uwin33-n09xmn 10.uwin33-qhs936 0.uwin33-0m9y6b.uwin33-egreco 0.uwin33-j5upnf 10.uwin33-egreco 0.uwin33-q7a2qd 10.uwin33-qhs936 1.uwin33-aijxqd.uwin33-adyz1t 5.uwin33-x28hdr.uwin33-v3aztj 6.uwin33-6r4u78 5.uwin33-6vrucm 6.uwin33-6r4u78 4.uwin33-2rhhmw 5.uwin33-s49t8v.uwin33-f9bvor 1.uwin33-77gcty.uwin33-n09xmn 0.uwin33-q7a2qd -0.uwin33-n09xmn 0.uwin33-j5upnf 0.uwin33-f9bvor 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.uwin33-8pmkad ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .uwin33-scbotm {
    cursor: default;
  }
}

.uwin33-yrrh52 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.uwin33-m9ie7b {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .uwin33-m9ie7b {
    padding: 40px 4px;
  }
}

.uwin33-ex4h4f {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .uwin33-ex4h4f {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.uwin33-b2fhjj {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .uwin33-b2fhjj {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.uwin33-b2fhjj ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.uwin33-b2fhjj [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.uwin33-b2fhjj [data-ref-el],
.uwin33-b2fhjj span,
.uwin33-b2fhjj a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.uwin33-3z05eh {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .uwin33-3z05eh {
    margin-bottom: 12px;
  }
}

.uwin33-jrk8si {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.uwin33-jrk8si img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .uwin33-jrk8si:last-child {
    margin-right: 0;
  }
}

.uwin33-q9147m {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.uwin33-3z05eh:hover .uwin33-ee5w9z {
  visibility: visible;
  opacity: 1;
}

.uwin33-ee5w9z {
  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);
}

.uwin33-8s7osm {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.uwin33-d5igju {
  display: flex;
  margin: 6px;
}

.uwin33-d5igju img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.uwin33-ee5w9z::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);
}

.uwin33-ee5w9z::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);
}

.uwin33-cnrhp9 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .uwin33-cnrhp9 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.uwin33-43fw4k {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .uwin33-43fw4k {
    margin-right: 32px;
  }
}

.uwin33-ab3pgn {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .uwin33-ab3pgn {
    margin-top: 0;
    width: 340px;
  }
}

.uwin33-ab3pgn a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.uwin33-er4gyu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.uwin33-i6yorq {
  position: relative;
}

@media (min-width: 768px) {
  .uwin33-i6yorq {
    margin-top: 40px;
  }
}

.uwin33-i6yorq + .uwin33-bt881r,
.uwin33-i6yorq + .uwin33-i6yorq {
  margin-top: 24px;
}

.uwin33-fvod7c {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .uwin33-fvod7c {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .uwin33-fvod7c {
    padding: 80px;
  }
}

.uwin33-ivm0yb {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .uwin33-ivm0yb {
    padding: 0 16px;
}


}

.uwin33-qwaa9v {
  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) {
  .uwin33-qwaa9v {
    font-size: 48px;
    line-height: 56px;
  }
}

.uwin33-4aj2gw {
  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) {
  .uwin33-4aj2gw {
    font-size: 24px;
    line-height: 32px;
  }
}

.uwin33-8t3k1b {
  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;
}

.uwin33-8t3k1b:hover {
  background: var(--button-bg-hover);
}

.uwin33-mvm5ov {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.uwin33-mvm5ov img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .uwin33-mvm5ov img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .uwin33-mvm5ov img {
  min-height: 100%;
  }
}

.uwin33-fvod7c::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.uwin33-0j4k26 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.uwin33-0j4k26 h1,
.uwin33-0j4k26 h2,
.uwin33-0j4k26 h3,
.uwin33-0j4k26 h4 {
  margin-bottom: 6px;
}

.uwin33-0j4k26 h1:not(:first-child),
.uwin33-0j4k26 h2:not(:first-child),
.uwin33-0j4k26 h3:not(:first-child),
.uwin33-0j4k26 h4:not(:first-child) {
  margin-top: 16px;
}

.uwin33-0j4k26 h1,
.uwin33-0j4k26 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .uwin33-0j4k26 h1,
  .uwin33-0j4k26 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.uwin33-0j4k26 h2,
.uwin33-0j4k26 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .uwin33-0j4k26 h2,
  .uwin33-0j4k26 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.uwin33-0j4k26 h3,
.uwin33-0j4k26 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .uwin33-0j4k26 h3,
  .uwin33-0j4k26 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.uwin33-0j4k26 h4,
.uwin33-0j4k26 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.uwin33-0j4k26 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.uwin33-0j4k26 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.uwin33-0j4k26 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);
}

.uwin33-0j4k26 ul ul {
  margin-bottom: 8px;
}

.uwin33-0j4k26 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.uwin33-0j4k26 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.uwin33-0j4k26 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.uwin33-0j4k26 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.uwin33-0j4k26 ol li::marker {
  font-weight: 700;
}

.uwin33-0j4k26 ol ol {
  margin-bottom: 8px;
}

.uwin33-0j4k26 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.uwin33-0j4k26 ol ul li {
  padding-left: 16px;
}

.uwin33-0j4k26 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) {
  .uwin33-0j4k26 table {
    padding: 24px;
  }
}

.uwin33-0j4k26 table.uwin33-bomqc7 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.uwin33-8pmkad,
    mask-image 0.3s;
}

.uwin33-0j4k26 table.uwin33-bomqc7.uwin33-8exkvv {
  -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) {
  .uwin33-0j4k26 table {
    display: table;
  }
}

.uwin33-0j4k26 table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.uwin33-0j4k26 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.uwin33-0j4k26 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.uwin33-0j4k26 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) {
  .uwin33-0j4k26 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.uwin33-0j4k26 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.uwin33-0j4k26 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.uwin33-0j4k26 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.uwin33-0j4k26 img {
  max-width: 100%;
  height: auto;
}

.uwin33-uq4xun {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
}

@media (min-width: 768px) {
  .uwin33-uq4xun {
    padding: 24px;
  }
}

.uwin33-kuxvvc {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .uwin33-kuxvvc {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.uwin33-kuxvvc > * {
  margin: 0 !important;
}

.uwin33-kuxvvc img,
.uwin33-lof7rc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .uwin33-kuxvvc img,
  .uwin33-lof7rc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.uwin33-8mf1c5 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .uwin33-8mf1c5 {
    width: 32px;
    height: 32px;
  }
}

.uwin33-ou315d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.uwin33-ou315d .uwin33-0ywxnn {
  flex-shrink: 0;
}

.uwin33-ou315d .uwin33-3cazzp svg {
  display: none;
}

.uwin33-nv2qys {
  display: grid;
  transition: max-height 0.uwin33-8pmkad ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .uwin33-nv2qys {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .uwin33-nv2qys {
    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));
  }
}

.uwin33-nv2qys.uwin33-q3ybo6 + .uwin33-0ywxnn svg {
  transform: rotate(180deg);
}

.uwin33-6o8yvo {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.uwin33-6o8yvo > div:nth-child(3n) {
  grid-column: span 2;
}

.uwin33-6o8yvo
  > div:nth-child(3n)
  .uwin33-56yypu
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .uwin33-6o8yvo {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .uwin33-6o8yvo > div:nth-child(3n) {
    grid-column: unset;
  }

  .uwin33-6o8yvo
    > div:nth-child(3n)
    .uwin33-56yypu
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .uwin33-6o8yvo {
    max-width: 270px;
  }
}

.uwin33-6o8yvo .uwin33-56yypu button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .uwin33-6o8yvo .uwin33-56yypu button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .uwin33-6o8yvo .uwin33-56yypu button {
    max-width: 104px;
  }
}

.uwin33-ni54w4 {
  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) {
  .uwin33-ni54w4 {
    margin-bottom: 0;
  }
}

.uwin33-7rvffa {
  display: none;
  opacity: 0;
}

.uwin33-hb8gwz {
  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;
  }
}

.uwin33-hb8gwz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.uwin33-56yypu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.uwin33-56yypu button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .uwin33-56yypu
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .uwin33-56yypu
    button {
    max-width: 145px;
  }
}

.uwin33-7cczgh:first-child
  .uwin33-56yypu
  button {
  max-width: 270px;
}

.uwin33-b877d2 {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.uwin33-ni54w4 picture {
  width: 100%;
  max-width: 100%;
}

.uwin33-aegq9h {
  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;
}

.uwin33-aegq9h svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.uwin33-ni54w4:hover .uwin33-aegq9h {
  display: flex;
}

.uwin33-8ewxtn {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.uwin33-reoz8l {
  display: flex;
}

.uwin33-reoz8l:hover .uwin33-uy54sw,
.uwin33-reoz8l .uwin33-tigruc .uwin33-uy54sw {
  display: flex;
}

.uwin33-reoz8l svg {
  flex-shrink: 0;
}

.uwin33-uy54sw {
  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) {
  .uwin33-uy54sw {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.uwin33-uy54sw:hover {
  display: flex;
}

.uwin33-uy54sw svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.uwin33-y4krfh {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .uwin33-y4krfh {
    font-size: 12px;
  }
}

.uwin33-tjwuy5,
.uwin33-9kdjv2 {
  width: 50%;
  flex-shrink: 0;
}

.uwin33-tjwuy5 {
  font-weight: 700;
}

.uwin33-6rhmn8 .uwin33-nv2qys {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .uwin33-6rhmn8 .uwin33-nv2qys {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .uwin33-6rhmn8 .uwin33-nv2qys {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.uwin33-6rhmn8
  .uwin33-b877d2:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.uwin33-6rhmn8 .uwin33-hb8gwz {
  height: 100% !important;
  border-radius: 16px;
}

.uwin33-6rhmn8 .uwin33-56yypu {
  gap: 4px;
  align-items: center;
}

.uwin33-6rhmn8 .uwin33-56yypu button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uwin33-6rhmn8 .uwin33-56yypu svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.uwin33-6rhmn8 .uwin33-pknbad,
.uwin33-6rhmn8 .uwin33-60llqw {
  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.uwin33-trcq31.org/2000/svg'%3E%3Cpath d='M9.uwin33-f5awoc 4.uwin33-sjg65s.uwin33-pelhic 5.uwin33-ouo4iy.uwin33-nb740w 5.uwin33-1firx6.uwin33-53l1ao 5.uwin33-j0wv7d.uwin33-2ufsuv 8.uwin33-au977y.uwin33-e0rco1 9.uwin33-qpnhe0.uwin33-c06u1w 9.uwin33-au5ru6.uwin33-c3hx1g 13.uwin33-nib3tj.uwin33-1bwl0n 11.uwin33-4cfb6t.uwin33-tcus6v 11.uwin33-1qd7pr.uwin33-7n02xg 11.uwin33-evz8fd.uwin33-kyz9bz 13.uwin33-88581e.uwin33-hvv042 9.uwin33-ztca0h.uwin33-7hdew2 9.uwin33-2xy71l.uwin33-vjpo96 8.uwin33-5b1ptm.uwin33-8uzs2t 5.uwin33-k6owjj.uwin33-1nn5q8 5.uwin33-6lfwlw.uwin33-42t6uc 5.uwin33-uw7pqk.uwin33-5avlzm 4.uwin33-7pwbd8.uwin33-tcus6v 1.uwin33-b9n7e7.uwin33-f5awoc 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.uwin33-6rhmn8 .uwin33-pknbad {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.uwin33-6rhmn8 .uwin33-60llqw {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.uwin33-0ziczd {
  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) {
  .uwin33-0ziczd {
    padding: 24px;
  }
}

.uwin33-0ziczd .uwin33-0ywxnn {
  display: flex;
}

@media (min-width: 768px) {
  .uwin33-0ziczd .uwin33-0ywxnn {
    display: none;
  }
}

.uwin33-0ziczd .uwin33-3cazzp svg {
  display: none;
}

.uwin33-ddkjj5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.uwin33-ddkjj5 .uwin33-zyd4u0 {
  display: none;
}

@media (min-width: 768px) {
  .uwin33-ddkjj5 .uwin33-zyd4u0 {
    display: flex;
  }
}

.uwin33-frn7dg {
  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) {
  .uwin33-frn7dg {
    font-size: 40px;
    line-height: 48px;
  }
}

.uwin33-frn7dg > * {
  margin: 0 !important;
}

.uwin33-frn7dg img,
.uwin33-ffwq8n {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .uwin33-frn7dg img,
  .uwin33-ffwq8n {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.uwin33-98l9tv {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .uwin33-98l9tv {
    width: 32px;
    height: 32px;
  }
}

.uwin33-hpzw1j {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .uwin33-hpzw1j {
    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;
  }

  .uwin33-hpzw1j::-webkit-scrollbar {
    display: none;
  }
}

.uwin33-d964rp {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .uwin33-d964rp {
    padding: 7px 15px;
  }
}

.uwin33-d964rp:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.uwin33-q2fiun {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .uwin33-q2fiun {
    display: flex;
    opacity: 1;
  }
}

.uwin33-d964rp picture {
  height: 100%;
  display: block;
}

.uwin33-d964rp img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .uwin33-d964rp img {
    width: 88px;
    height: 44px;
  }
}

.uwin33-d964rp p {
  text-align: center;
  width: 100%;
}

.uwin33-z219ur {
  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) {
  .uwin33-z219ur {
    font-size: 40px;
    line-height: 48px;
  }
}

.uwin33-z219ur img,
.uwin33-17m5qo {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .uwin33-z219ur img,
  .uwin33-17m5qo {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.uwin33-n5bs44 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .uwin33-n5bs44 {
    width: 32px;
    height: 32px;
  }
}

.uwin33-mve3sb {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.uwin33-9pvw3r {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
  padding: 24px;
  padding-top: 30px;
}

.uwin33-p8mrhk {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.uwin33-p8mrhk.uwin33-tigruc {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.uwin33-jmodhi {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .uwin33-jmodhi {
    font-size: 20px;
    line-height: 28px;
  }
}

.uwin33-mvefox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.uwin33-kqhxbm {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.uwin33-8pmkad ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.uwin33-0doiu6 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.uwin33-0doiu6 ol,
.uwin33-0doiu6 ul {
  padding-left: 1.3em;
}

.uwin33-p8mrhk.uwin33-tigruc .uwin33-kqhxbm {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.uwin33-p8mrhk.uwin33-tigruc .uwin33-mvefox {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.uwin33-c0yo51 {
  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) {
  .uwin33-c0yo51 {
    padding: 24px;
  }
}

.uwin33-c0yo51 .uwin33-0ywxnn {
  display: flex;
}

@media (min-width: 768px) {
  .uwin33-c0yo51 .uwin33-0ywxnn {
    display: none;
  }
}

.uwin33-c0yo51 .uwin33-3cazzp svg {
  display: none;
}

.uwin33-204lmj {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.uwin33-204lmj .uwin33-zyd4u0 {
  display: none;
}

@media (min-width: 768px) {
  .uwin33-204lmj .uwin33-zyd4u0 {
    display: flex;
  }
}

.uwin33-hclnf8 {
  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) {
  .uwin33-hclnf8 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.uwin33-hclnf8 > * {
  margin: 0 !important;
}

.uwin33-hclnf8 img,
.uwin33-4yxhex {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .uwin33-hclnf8 img,
  .uwin33-4yxhex {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.uwin33-d93as6 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .uwin33-d93as6 {
    width: 32px;
    height: 32px;
  }
}

.uwin33-3nkzf0 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .uwin33-3nkzf0 {
    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;
  }

  .uwin33-3nkzf0::-webkit-scrollbar {
    display: none;
  }
}

.uwin33-aazwb3 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.uwin33-aazwb3:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.uwin33-qyzpba {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .uwin33-qyzpba {
    display: flex;
    opacity: 1;
  }
}

.uwin33-aazwb3 picture {
  width: auto;
  height: 100%;
  display: block;
}

.uwin33-aazwb3 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.uwin33-hvz30u {
  margin: -24px 0;
}

.uwin33-hvz30u:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .uwin33-hvz30u {
    margin: -16px 0;
  }
}

.uwin33-4zvs48 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .uwin33-4zvs48 {
    flex-direction: row;
  }
}

.uwin33-nezx89 {
  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) {
  .uwin33-nezx89 {
    flex: 1;
  }
}

.uwin33-nezx89::placeholder {
  color: var(--Text-400);
}

.uwin33-gu455y {
  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;
}

.uwin33-o9g7uf {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.uwin33-o9g7uf::-webkit-scrollbar {
  display: none;
}

.uwin33-dhdr77 {
  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;
}

.uwin33-dhdr77 img,
.uwin33-dhdr77 svg {
  margin-right: 8px;
}

.uwin33-17ih79 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.uwin33-hvz30u + .uwin33-21eode {
  margin-top: 0;
}

@media (min-width: 768px) {
  .uwin33-hvz30u + .uwin33-21eode {
    margin-top: -16px;
  }
}

.uwin33-bcnxfa {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.uwin33-bcnxfa > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.uwin33-bcnxfa > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.uwin33-2tpsub {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.uwin33-93dfn5 {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.uwin33-xav0jy {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.uwin33-esn54s {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.uwin33-dg94jo {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.uwin33-2tpsub 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;
}

.uwin33-2tpsub 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) {
  .uwin33-2tpsub {
    padding: 39px 179px 39px 39px;
  }

  .uwin33-93dfn5 {
    font-size: 40px;
    line-height: 48px;
  }

  .uwin33-dg94jo {
    height: 348px;
  }

  .uwin33-2tpsub button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .uwin33-2tpsub button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .uwin33-2tpsub {
    padding: 63px;
  }
}

.uwin33-k905yu {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .uwin33-k905yu {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.uwin33-v46fmc {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .uwin33-v46fmc {
    width: auto;
  }
}

.uwin33-00gbq1 {
  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;
}

.uwin33-00gbq1::-webkit-scrollbar {
  display: none;
}

.uwin33-00gbq1 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);
}

.uwin33-00gbq1 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .uwin33-00gbq1 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.uwin33-k905yu .uwin33-b7sj5d {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.uwin33-8pmkad,
    mask-image 0.3s;
}

.uwin33-k905yu .uwin33-b7sj5d.uwin33-8exkvv {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.uwin33-xwsdt6 {
  margin: 40px -16px;
}

.uwin33-liq7vg + .uwin33-bt881r,
.uwin33-liq7vg + .uwin33-i6yorq {
  margin-top: 24px;
}

.uwin33-qpl95f {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.uwin33-qpl95f picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.uwin33-93ljc6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .uwin33-93ljc6 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .uwin33-93ljc6 {
    margin-top: 0;
  }
}

.uwin33-kn0qkx {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .uwin33-kn0qkx {
    font-size: 24px;
    line-height: 32px;
  }
}

.uwin33-tj3459 {
  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) {
  .uwin33-tj3459 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.uwin33-8e0kcx {
  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) {
  .uwin33-8e0kcx {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.uwin33-y9tdbn {
  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) {
  .uwin33-y9tdbn {
    font-size: 20px;
    line-height: 28px;
  }
}

.uwin33-3azgp5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .uwin33-3azgp5 {
    font-size: 32px;
    line-height: 40px;
  }
}

.uwin33-4hwdne {
  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;
}

.uwin33-g7ksq8 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.uwin33-g7ksq8 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.uwin33-21eode {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.uwin33-45vmki {
  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) {
  .uwin33-45vmki {
    padding: 15px 48px;
  }
}

main > .uwin33-21eode {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .uwin33-nv2qys.uwin33-90weaw > div:nth-child(n+5) {
    display: none;
  }
}

.uwin33-0j4k26 p a img {
  display: block;
  margin: 0 auto;
}


.uwin33-uujcpa {
  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 */
.uwin33-bhsq3y {
  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;
}

.uwin33-bhsq3y label {
  font-size: 14px;
}

.uwin33-bhsq3y h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.uwin33-bhsq3y input,
.uwin33-bhsq3y textarea,
.uwin33-bhsq3y 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;
}
.uwin33-bhsq3y button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.uwin33-ghg536 ease;
}
.uwin33-bhsq3y button:hover {
  background-color: var(--button-bg-hover);
}
.uwin33-qrcxqk {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.uwin33-v1pisz ease-in;
}

.uwin33-qrcxqk 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;
}
.uwin33-ihhr5a, .uwin33-uihj71, [class*="review-card"],
thead, thead th, table th, .uwin33-rjlf5t,
.uwin33-q0zuk5, [class*="collapsible-header"],
.uwin33-yyizq6, [class*="updated-block"] {
  color: #ece7dc !important;
}

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