* {
  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;
  }
}

.monsterwin-pp0xck {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .monsterwin-pp0xck {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .monsterwin-pp0xck {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.monsterwin-hlci5f {
  overflow: hidden;
}

.monsterwin-s4r7c4 img {
  background: var(--Neutral-300);
}

.monsterwin-yn7mh4 {
  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;
}

.monsterwin-fcr5up {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.monsterwin-fcr5up:hover {
  background: var(--button-bg-hover);
}

.monsterwin-0o115s {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.monsterwin-0o115s:hover {
  background: var(--button-bg-hover);
}

.monsterwin-c1s8m8 {
  font-size: 12px;
  line-height: 18px;
}

.monsterwin-od9wk1 {
  font-size: 18px;
  line-height: 26px;
}

.monsterwin-43khee {
  width: 100%;
}

.monsterwin-7tcprz {
  padding: 6px 16px;
}

.monsterwin-ekqme8 {
  padding: 10px 16px;
}

.monsterwin-ejbays {
  padding: 15px 26px;
}

.monsterwin-7cnr3o {
  flex-shrink: 0;
}

.monsterwin-ql0szh {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.monsterwin-9cisq9 {
  display: none;
}

.monsterwin-obdcyd {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.monsterwin-7mhfra {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.monsterwin-c6v121 {
  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;
}

.monsterwin-wp5lzl {
  cursor: grab;
}

.monsterwin-c6v121::-webkit-scrollbar {
  display: none;
}

.monsterwin-feu66r {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.monsterwin-r1n7uw {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.monsterwin-wrejme {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.monsterwin-6i1p49 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.monsterwin-josqj1 {
  visibility: visible;
}

.monsterwin-3bf0ao {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.monsterwin-vpnt3e ease;
}

.monsterwin-p4hx6m {
  background-color: var(--Primary-200);
  width: 16px;
}

.monsterwin-jgwaov {
  -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.monsterwin-vpnt3e,
    mask-image 0.3s;
}

.monsterwin-jgwaov.monsterwin-d3rcv4 {
  -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;
  }
}

.monsterwin-sk5wx3: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;
}

.monsterwin-buufvt {
  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.monsterwin-5z4cd9.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.monsterwin-5z4cd9.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;
}

.monsterwin-l8ga87 {
  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);
}

.monsterwin-l8ga87::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%
  );
}

.monsterwin-uz0725 {
  position: relative;
  z-index: 1;
}

.monsterwin-j16gwm {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.monsterwin-a5afyx {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.monsterwin-y5drvd {
  font-size: 40px;
  line-height: 48px;
}

.monsterwin-xhkwp4 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.monsterwin-tofsj2 {
  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;
}

.monsterwin-tofsj2:hover {
  background: var(--Primary-400);
}

.monsterwin-tofsj2 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.monsterwin-sk5wx3 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) {
  .monsterwin-l8ga87 {
    max-width: 600px;
    padding: 64px;
  }

  .monsterwin-j16gwm {
    font-size: 24px;
    line-height: 32px;
  }

  .monsterwin-a5afyx {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .monsterwin-y5drvd {
    font-size: 50px;
    line-height: 56px;
  }

  .monsterwin-xhkwp4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .monsterwin-buufvt {
    top: 25px;
    right: 25px;
  }
}

.monsterwin-76c918,
.monsterwin-m7aj1o {
  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;
}

.monsterwin-xdshcf.monsterwin-4uiqyt::before,
.monsterwin-m7aj1o::before,
.monsterwin-5afvct::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.monsterwin-5z4cd9.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.monsterwin-ghqx6r 14.monsterwin-hc8lau.monsterwin-lo8773 14.monsterwin-c8z3j0 15.monsterwin-02j2uw 14.monsterwin-elohn1 15.monsterwin-c0jo3s 14.monsterwin-3n7bm8.monsterwin-8d9k9e 14.monsterwin-jmplr3 19.monsterwin-ehtmqc 12.monsterwin-16b3me 19.monsterwin-ehtmqc 10.monsterwin-1z9o1u.monsterwin-ehtmqc 8.monsterwin-tmpgeh 17.monsterwin-q12mr0 7.monsterwin-pl6u7m 15.monsterwin-ii72dk 7.monsterwin-jjqd0h.monsterwin-weygrd 7.monsterwin-pl6u7m 11.monsterwin-rid7zf 8.monsterwin-tmpgeh 11.monsterwin-rid7zf 10.monsterwin-vf85c7.monsterwin-rid7zf 12.monsterwin-87ff9q 13.monsterwin-ic3nrp 14.monsterwin-xt52dv 15.monsterwin-lk9vhh 14.monsterwin-k7xrtt.monsterwin-wny343 14.monsterwin-8qgx51 15.monsterwin-uegue0 14.monsterwin-5eqiu8 15.monsterwin-rj6ptf 14.monsterwin-njm7u6.monsterwin-ghqx6r 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.monsterwin-4c2ef7 15.monsterwin-9oxg8j.monsterwin-wr0kxv 15.monsterwin-8pppvn 15.monsterwin-t5nh4k 15.monsterwin-8525ih 15.monsterwin-pncnjj 15.monsterwin-2yumo6.monsterwin-u9i9nk 15.monsterwin-8525ih 15.monsterwin-h4zk7r 15.monsterwin-nn5p61 15.monsterwin-1bmqsk 15.monsterwin-4xhqci.monsterwin-xansve 15.monsterwin-ne99a4 7.monsterwin-vqcpuh 18.monsterwin-n708vv 7.monsterwin-0eq5zd 23.monsterwin-3h2xdt.monsterwin-x7kil9.monsterwin-0i7rma 18.monsterwin-92x8ly 19.monsterwin-ifb4q7 15.monsterwin-qec612 15.monsterwin-4c2ef7 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.monsterwin-pwushc [type="submit"] *,
.monsterwin-ccnc7y button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .monsterwin-r4xkfw {
    display: none;
  }
}

.monsterwin-xvbx5l {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .monsterwin-xvbx5l {
  display: none;
}

@media (min-width: 768px) {
  .monsterwin-xvbx5l {
    bottom: 22px;
  }
}

.monsterwin-xvbx5l input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .monsterwin-xvbx5l {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.monsterwin-pn1mus.static) .monsterwin-xvbx5l {
    bottom: 8px;
  }
}

.monsterwin-49tc3s {
  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.monsterwin-5z4cd9.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.monsterwin-zkyzwe 3.monsterwin-skin1m.monsterwin-ycue2y.monsterwin-q953uf 3.monsterwin-haghaz 3.monsterwin-gdsqg9 5.monsterwin-s02n4v 3.monsterwin-gdsqg9 8.monsterwin-pavoo4.monsterwin-hk7dbg.monsterwin-gdsqg9 26.monsterwin-kx994n 5.monsterwin-yw728a 28.monsterwin-4t2k8s 8.monsterwin-luecr3 28.monsterwin-ecqppl.monsterwin-8ashwn 28.monsterwin-ai4exi.monsterwin-3ksm57 34.monsterwin-g06nga.monsterwin-0ctb7p 36.monsterwin-wvf2k2 11.monsterwin-2d03g3 37.monsterwin-5u7ku0 12.monsterwin-hktgnt 36.monsterwin-fjg8t7.monsterwin-lfexpi 28.monsterwin-p0vdhg.monsterwin-ps4ge0.monsterwin-ty648b 28.monsterwin-tx1xmy 36.monsterwin-mc6nf9 26.monsterwin-v4jo93 36.monsterwin-mc6nf9 23.monsterwin-0gsw7m.monsterwin-l6o7vk.monsterwin-mc6nf9 5.monsterwin-o9y9xb 34.monsterwin-7ak5lk 3.monsterwin-haghaz 31.monsterwin-zkyzwe 3.monsterwin-2r3srx.monsterwin-ylcpc1 18.monsterwin-6gc3dc.monsterwin-160xzr 18.monsterwin-gyaaqt 8.monsterwin-k00no4 17.monsterwin-n5mpt0 8.monsterwin-k00no4 15.monsterwin-kppo6b.monsterwin-k00no4 14.monsterwin-mc1kfb 9.monsterwin-160xzr 13.monsterwin-vvc7oo 11.monsterwin-ylcpc1 13.monsterwin-311ev9.monsterwin-m0lu9c 13.monsterwin-vvc7oo 13.monsterwin-ft5my3 14.monsterwin-mc1kfb 13.monsterwin-ft5my3 15.monsterwin-zfn3gj.monsterwin-ft5my3 17.monsterwin-n5mpt0 12.monsterwin-m0lu9c 18.monsterwin-gyaaqt 11.monsterwin-ylcpc1 18.monsterwin-yw2txp.monsterwin-w109rb 18.monsterwin-wtlnyx.monsterwin-7joc5y 18.monsterwin-gyaaqt 17.monsterwin-9yc947 17.monsterwin-n5mpt0 17.monsterwin-9yc947 15.monsterwin-xuethm.monsterwin-9yc947 14.monsterwin-mc1kfb 18.monsterwin-7joc5y 13.monsterwin-vvc7oo 20.monsterwin-w109rb 13.monsterwin-d8fa6n.monsterwin-2obw5n 13.monsterwin-vvc7oo 22.monsterwin-wxo2ut 14.monsterwin-mc1kfb 22.monsterwin-wxo2ut 15.monsterwin-6i3bjp.monsterwin-nqe165 17.monsterwin-n5mpt0 21.monsterwin-2obw5n 18.monsterwin-gyaaqt 20.monsterwin-w109rb 18.monsterwin-46ap7q.monsterwin-quoq1j 18.monsterwin-1nhral.monsterwin-lwtx3d 18.monsterwin-gyaaqt 26.monsterwin-weqxd0 17.monsterwin-n5mpt0 26.monsterwin-weqxd0 15.monsterwin-xqti1t.monsterwin-weqxd0 14.monsterwin-mc1kfb 27.monsterwin-lwtx3d 13.monsterwin-vvc7oo 28.monsterwin-quoq1j 13.monsterwin-cq69sh.monsterwin-bdal5u 13.monsterwin-vvc7oo 31.monsterwin-8attpt 14.monsterwin-mc1kfb 31.monsterwin-8attpt 15.monsterwin-vyhqly.monsterwin-weqxd0 17.monsterwin-n5mpt0 30.monsterwin-bdal5u 18.monsterwin-gyaaqt 28.monsterwin-quoq1j 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"])
    .monsterwin-49tc3s {
    display: none;
  }
}

.monsterwin-ji3ljl {
  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) {
  .monsterwin-ji3ljl {
    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;
}

.monsterwin-ccnc7y {
  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) {
  .monsterwin-ccnc7y {
    padding: 14px 16px;
  }
}

.monsterwin-ccnc7y button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.monsterwin-ccnc7y button:first-child {
  align-content: end;
}

.monsterwin-ccnc7y button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .monsterwin-ccnc7y
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .monsterwin-ccnc7y
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.monsterwin-ccnc7y button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.monsterwin-ccnc7y button:last-child svg {
  width: 38px;
  height: 38px;
}

.monsterwin-5afvct {
  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;
}

.monsterwin-5afvct::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .monsterwin-5afvct,
.pc61d126-chatbot[data-active-screen="3"]
  .monsterwin-5afvct {
  opacity: 1;
  visibility: visible;
}

.monsterwin-pj4goj {
  flex: 1 1;
}

.monsterwin-yqkir0 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .monsterwin-yqkir0 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .monsterwin-26l8qj {
  display: block;
}

.monsterwin-6umq2b {
  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) {
  .monsterwin-6umq2b {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.monsterwin-m7aj1o {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.monsterwin-m7aj1o::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.monsterwin-ti565h span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.monsterwin-ti565h p {
  color: var(--Text-100);
}

.monsterwin-m7aj1o .monsterwin-2th0x1 {
  grid-area: button;
}

.monsterwin-m7aj1o .monsterwin-2th0x1::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.monsterwin-5z4cd9.org/2000/svg'%3E%3Cpath d='M4.monsterwin-tj1f39 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.monsterwin-olu6qz 15L16.monsterwin-olu6qz 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.monsterwin-olu6qz 5L16.monsterwin-olu6qz 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .monsterwin-qyqinc {
  display: block;
}

.monsterwin-2ludo6 {
  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) {
  .monsterwin-2ludo6 {
    margin-top: 40px;
  }
}

.monsterwin-76c918 label,
.monsterwin-76c918 input {
  display: block;
  width: 100%;
}

.monsterwin-76c918 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.monsterwin-76c918 label.monsterwin-w8kpwi input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.monsterwin-76c918 label.monsterwin-w8kpwi::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;
}

.monsterwin-76c918 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;
}

.monsterwin-76c918 input::placeholder {
  color: var(--Text-400);
}

.monsterwin-8bzyvl {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .monsterwin-8bzyvl {
  display: flex;
}

.monsterwin-8bzyvl ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .monsterwin-8bzyvl ol {
    height: 420px;
    padding: 24px;
  }
}

.monsterwin-8bzyvl ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.monsterwin-pwushc {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .monsterwin-pwushc {
    padding: 0 24px 24px;
  }
}

.monsterwin-pwushc 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;
}

.monsterwin-pwushc input::placeholder {
  color: var(--Text-400);
}

.monsterwin-pwushc [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.monsterwin-pwushc [type="submit"]:disabled {
  opacity: 0.5;
}

.monsterwin-pwushc [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .monsterwin-pwushc [type="submit"] {
    right: 40px;
  }
}

.monsterwin-xdshcf {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.monsterwin-xdshcf.monsterwin-4uiqyt {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.monsterwin-xdshcf.monsterwin-4uiqyt::before {
  content: "";
  width: 31px;
}

.monsterwin-xdshcf.monsterwin-4uiqyt p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.monsterwin-xdshcf.monsterwin-s4uail p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.monsterwin-xdshcf p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.monsterwin-xvbx5l .monsterwin-2th0x1 {
  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;
  }
}

.monsterwin-r4xkfw {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .monsterwin-r4xkfw {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .monsterwin-r4xkfw {
    padding: 18px 0;
  }
}

.monsterwin-r4xkfw .monsterwin-pp0xck {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .monsterwin-r4xkfw .monsterwin-pp0xck {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.monsterwin-rrqz3o {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .monsterwin-rrqz3o {
    max-width: 160px;
    height: 40px;
  }
}

.monsterwin-rrqz3o picture,
.monsterwin-rrqz3o img {
  display: block;
  width: 100%;
  height: 100%;
}

.monsterwin-rrqz3o img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .monsterwin-74s8e5 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.monsterwin-vpnt3e ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .monsterwin-r4xkfw.monsterwin-u3r5ro .monsterwin-74s8e5 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .monsterwin-74s8e5 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .monsterwin-74s8e5 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.monsterwin-s1posj,
.monsterwin-rer998 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .monsterwin-s1posj,
  .monsterwin-rer998 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .monsterwin-rer998 {
    display: none;
  }
}

.monsterwin-jiihm3 {
  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;
}

.monsterwin-u3r5ro .monsterwin-jiihm3 {
  background: var(--fh-bg-color);
}

.monsterwin-jiihm3 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .monsterwin-jiihm3 {
    display: none;
  }
}

.monsterwin-6r1xce {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .monsterwin-6r1xce {
    display: none;
  }
}

.monsterwin-4d5ydu {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.monsterwin-r4xkfw.monsterwin-u3r5ro .monsterwin-4d5ydu:first-child {
  display: none;
}

.monsterwin-r4xkfw.monsterwin-u3r5ro .monsterwin-4d5ydu:last-child {
  display: block;
}

.monsterwin-4d5ydu:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .monsterwin-4d5ydu {
    display: none;
  }
}

.monsterwin-gia6du {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .monsterwin-gia6du {
    display: flex;
  }
}

.monsterwin-gia6du ul {
  max-height: 350px;
  overflow-y: auto;
}

.monsterwin-gia6du:hover ul {
  visibility: visible;
  opacity: 1;
}

.monsterwin-gia6du:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.monsterwin-gia6du:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.monsterwin-gia6du:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.monsterwin-gia6du:hover .monsterwin-e1hyvj svg {
  transform: rotate(180deg);
}

.monsterwin-pxq0dv {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.monsterwin-bb1zww {
  padding: 0 8px;
}

.monsterwin-8o5q9b {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.monsterwin-8o5q9b:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .monsterwin-8o5q9b {
    padding: 4px 8px;
  }
}

.monsterwin-logvmk {
  display: flex;
}

.monsterwin-logvmk img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.monsterwin-e1hyvj {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.monsterwin-e1hyvj svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.monsterwin-kgwdl7 {
  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) {
  .monsterwin-kgwdl7 {
    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;
  }
}

.monsterwin-wdzq5e {
  width: 100%;
}

@media (min-width: 1200px) {
  .monsterwin-wdzq5e {
    display: none;
  }
}

.monsterwin-t1lxjh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.monsterwin-ksz956 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.monsterwin-lm8c4w {
  display: flex;
}

.monsterwin-1rralo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.monsterwin-1dv6i8 {
  list-style: none;
}

@media (max-width: 1199px) {
  .monsterwin-1dv6i8 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .monsterwin-1dv6i8 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .monsterwin-1dv6i8 .monsterwin-emlbu5 [data-ref-el],
  .monsterwin-1dv6i8 .monsterwin-emlbu5 span,
  .monsterwin-1dv6i8 .monsterwin-emlbu5 a {
    white-space: nowrap;
  }
}

.monsterwin-2amf7e {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .monsterwin-2amf7e.monsterwin-9g1po2 > .monsterwin-emlbu5 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .monsterwin-2amf7e.monsterwin-zceihg:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .monsterwin-2amf7e.monsterwin-9g1po2 > .monsterwin-nyyd78 {
    height: auto;
  }

  .monsterwin-2amf7e.monsterwin-9g1po2 > div > .monsterwin-wkesx7 {
    transform: rotate(180deg);
  }
}

.monsterwin-2amf7e [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.monsterwin-2amf7e [data-ref-el],
.monsterwin-2amf7e span {
  cursor: pointer;
}

.monsterwin-2amf7e [data-ref-el],
.monsterwin-2amf7e span,
.monsterwin-2amf7e a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .monsterwin-2amf7e [data-ref-el],
  .monsterwin-2amf7e span,
  .monsterwin-2amf7e a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .monsterwin-2amf7e [data-ref-el],
  .monsterwin-2amf7e span,
  .monsterwin-2amf7e a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.monsterwin-nyyd78 {
  height: 0;
  overflow: hidden;
  transition: height 0.monsterwin-vpnt3e ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.monsterwin-nyyd78::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.monsterwin-nyyd78::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.monsterwin-nyyd78::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .monsterwin-nyyd78 {
    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;
  }

  .monsterwin-nyyd78:has(> .monsterwin-2amf7e.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .monsterwin-nyyd78 .monsterwin-nyyd78 {
    padding: 0;
  }

  .monsterwin-nyyd78 .monsterwin-2amf7e {
    font-weight: 400;
  }

  .monsterwin-nyyd78 .monsterwin-2amf7e:hover > .monsterwin-emlbu5 {
    background: var(--Neutral-300);
  }

  .monsterwin-nyyd78 .monsterwin-wkesx7 {
    rotate: -90deg;
  }
}

.monsterwin-emlbu5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .monsterwin-emlbu5 {
    padding: 8px;
  }

  .monsterwin-2amf7e.monsterwin-dk15n2 > .monsterwin-emlbu5 {
    background: var(--Neutral-300);
  }
}

.monsterwin-wkesx7 {
  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.monsterwin-5z4cd9.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.monsterwin-vfxkmw 0.monsterwin-62aioe.monsterwin-ib4fya -0.monsterwin-axz8o3 0.monsterwin-gm9n1t -0.monsterwin-axz8o3 1.monsterwin-6m67cy 0.monsterwin-i30ks1.monsterwin-epvu6l 4.monsterwin-a4t517.monsterwin-vfxkmw 0.monsterwin-v0yviq.monsterwin-2be5lo -0.monsterwin-axz8o3 9.monsterwin-h0crmx -0.monsterwin-axz8o3 10.monsterwin-s7p1lg 0.monsterwin-maubkn.monsterwin-9qhlux 0.monsterwin-ib4fya 10.monsterwin-9qhlux 0.monsterwin-gm9n1t 10.monsterwin-s7p1lg 1.monsterwin-8nsmfz.monsterwin-zokprv 5.monsterwin-ww6uzw.monsterwin-xq5e5j 6.monsterwin-sggbfk 5.monsterwin-e3zzlx 6.monsterwin-sggbfk 4.monsterwin-jrobpb 5.monsterwin-nvp3hs.monsterwin-vfxkmw 1.monsterwin-wz4qmj.monsterwin-axz8o3 0.monsterwin-gm9n1t -0.monsterwin-axz8o3 0.monsterwin-ib4fya 0.monsterwin-vfxkmw 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.monsterwin-vpnt3e ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .monsterwin-wkesx7 {
    cursor: default;
  }
}

.monsterwin-le2o4l {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.monsterwin-kmakg1 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .monsterwin-kmakg1 {
    padding: 40px 4px;
  }
}

.monsterwin-1wp7hz {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .monsterwin-1wp7hz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.monsterwin-k82fne {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .monsterwin-k82fne {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.monsterwin-k82fne ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.monsterwin-k82fne [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.monsterwin-k82fne [data-ref-el],
.monsterwin-k82fne span,
.monsterwin-k82fne a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.monsterwin-xq5lp7 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .monsterwin-xq5lp7 {
    margin-bottom: 12px;
  }
}

.monsterwin-xib12r {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.monsterwin-xib12r img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .monsterwin-xib12r:last-child {
    margin-right: 0;
  }
}

.monsterwin-ar5sdu {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.monsterwin-xq5lp7:hover .monsterwin-gz09wb {
  visibility: visible;
  opacity: 1;
}

.monsterwin-gz09wb {
  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);
}

.monsterwin-h5xrbh {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.monsterwin-1l2a7v {
  display: flex;
  margin: 6px;
}

.monsterwin-1l2a7v img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.monsterwin-gz09wb::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);
}

.monsterwin-gz09wb::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);
}

.monsterwin-5uf1ia {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .monsterwin-5uf1ia {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.monsterwin-rqiynh {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .monsterwin-rqiynh {
    margin-right: 32px;
  }
}

.monsterwin-qlvqmk {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .monsterwin-qlvqmk {
    margin-top: 0;
    width: 340px;
  }
}

.monsterwin-qlvqmk a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.monsterwin-t6nwxn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.monsterwin-qyyb2l {
  position: relative;
}

@media (min-width: 768px) {
  .monsterwin-qyyb2l {
    margin-top: 40px;
  }
}

.monsterwin-qyyb2l + .monsterwin-ji6duq,
.monsterwin-qyyb2l + .monsterwin-qyyb2l {
  margin-top: 24px;
}

.monsterwin-csbp7s {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .monsterwin-csbp7s {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .monsterwin-csbp7s {
    padding: 80px;
  }
}

.monsterwin-siw438 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .monsterwin-siw438 {
    padding: 0 16px;
}


}

.monsterwin-efimmd {
  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) {
  .monsterwin-efimmd {
    font-size: 48px;
    line-height: 56px;
  }
}

.monsterwin-srk7c1 {
  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) {
  .monsterwin-srk7c1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.monsterwin-uow8qt {
  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;
}

.monsterwin-uow8qt:hover {
  background: var(--button-bg-hover);
}

.monsterwin-c16hf5 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.monsterwin-c16hf5 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .monsterwin-c16hf5 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .monsterwin-c16hf5 img {
  min-height: 100%;
  }
}

.monsterwin-csbp7s::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.monsterwin-hkpwve {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.monsterwin-hkpwve h1,
.monsterwin-hkpwve h2,
.monsterwin-hkpwve h3,
.monsterwin-hkpwve h4 {
  margin-bottom: 6px;
}

.monsterwin-hkpwve h1:not(:first-child),
.monsterwin-hkpwve h2:not(:first-child),
.monsterwin-hkpwve h3:not(:first-child),
.monsterwin-hkpwve h4:not(:first-child) {
  margin-top: 16px;
}

.monsterwin-hkpwve h1,
.monsterwin-hkpwve h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .monsterwin-hkpwve h1,
  .monsterwin-hkpwve h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.monsterwin-hkpwve h2,
.monsterwin-hkpwve h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .monsterwin-hkpwve h2,
  .monsterwin-hkpwve h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.monsterwin-hkpwve h3,
.monsterwin-hkpwve h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .monsterwin-hkpwve h3,
  .monsterwin-hkpwve h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.monsterwin-hkpwve h4,
.monsterwin-hkpwve h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.monsterwin-hkpwve ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.monsterwin-hkpwve ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.monsterwin-hkpwve 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);
}

.monsterwin-hkpwve ul ul {
  margin-bottom: 8px;
}

.monsterwin-hkpwve ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.monsterwin-hkpwve ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.monsterwin-hkpwve ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.monsterwin-hkpwve ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.monsterwin-hkpwve ol li::marker {
  font-weight: 700;
}

.monsterwin-hkpwve ol ol {
  margin-bottom: 8px;
}

.monsterwin-hkpwve ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.monsterwin-hkpwve ol ul li {
  padding-left: 16px;
}

.monsterwin-hkpwve 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) {
  .monsterwin-hkpwve table {
    padding: 24px;
  }
}

.monsterwin-hkpwve table.monsterwin-apn3ko {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.monsterwin-vpnt3e,
    mask-image 0.3s;
}

.monsterwin-hkpwve table.monsterwin-apn3ko.monsterwin-d3rcv4 {
  -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) {
  .monsterwin-hkpwve table {
    display: table;
  }
}

.monsterwin-hkpwve 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);
}

.monsterwin-hkpwve table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.monsterwin-hkpwve table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.monsterwin-hkpwve 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) {
  .monsterwin-hkpwve table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.monsterwin-hkpwve table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.monsterwin-hkpwve table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.monsterwin-hkpwve table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.monsterwin-hkpwve img {
  max-width: 100%;
  height: auto;
}

.monsterwin-whny6v {
  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) {
  .monsterwin-whny6v {
    padding: 24px;
  }
}

.monsterwin-t5gg2i {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .monsterwin-t5gg2i {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.monsterwin-t5gg2i > * {
  margin: 0 !important;
}

.monsterwin-t5gg2i img,
.monsterwin-2zca07 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .monsterwin-t5gg2i img,
  .monsterwin-2zca07 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.monsterwin-82hx3r {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .monsterwin-82hx3r {
    width: 32px;
    height: 32px;
  }
}

.monsterwin-36p5ud {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.monsterwin-36p5ud .monsterwin-adl4j1 {
  flex-shrink: 0;
}

.monsterwin-36p5ud .monsterwin-j8her2 svg {
  display: none;
}

.monsterwin-579kp0 {
  display: grid;
  transition: max-height 0.monsterwin-vpnt3e ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .monsterwin-579kp0 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .monsterwin-579kp0 {
    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));
  }
}

.monsterwin-579kp0.monsterwin-9b95fv + .monsterwin-adl4j1 svg {
  transform: rotate(180deg);
}

.monsterwin-hgv2rq {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.monsterwin-hgv2rq > div:nth-child(3n) {
  grid-column: span 2;
}

.monsterwin-hgv2rq
  > div:nth-child(3n)
  .monsterwin-fr4scy
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .monsterwin-hgv2rq {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .monsterwin-hgv2rq > div:nth-child(3n) {
    grid-column: unset;
  }

  .monsterwin-hgv2rq
    > div:nth-child(3n)
    .monsterwin-fr4scy
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .monsterwin-hgv2rq {
    max-width: 270px;
  }
}

.monsterwin-hgv2rq .monsterwin-fr4scy button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .monsterwin-hgv2rq .monsterwin-fr4scy button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .monsterwin-hgv2rq .monsterwin-fr4scy button {
    max-width: 104px;
  }
}

.monsterwin-2nu2jy {
  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) {
  .monsterwin-2nu2jy {
    margin-bottom: 0;
  }
}

.monsterwin-z0c3f9 {
  display: none;
  opacity: 0;
}

.monsterwin-24ymbz {
  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;
  }
}

.monsterwin-24ymbz img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.monsterwin-fr4scy {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.monsterwin-fr4scy button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .monsterwin-fr4scy
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .monsterwin-fr4scy
    button {
    max-width: 145px;
  }
}

.monsterwin-80pek2:first-child
  .monsterwin-fr4scy
  button {
  max-width: 270px;
}

.monsterwin-78seny {
  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%;
}

.monsterwin-2nu2jy picture {
  width: 100%;
  max-width: 100%;
}

.monsterwin-ob3d9f {
  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;
}

.monsterwin-ob3d9f svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.monsterwin-2nu2jy:hover .monsterwin-ob3d9f {
  display: flex;
}

.monsterwin-r9amdx {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.monsterwin-ewb0ui {
  display: flex;
}

.monsterwin-ewb0ui:hover .monsterwin-q78vdu,
.monsterwin-ewb0ui .monsterwin-dk15n2 .monsterwin-q78vdu {
  display: flex;
}

.monsterwin-ewb0ui svg {
  flex-shrink: 0;
}

.monsterwin-q78vdu {
  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) {
  .monsterwin-q78vdu {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.monsterwin-q78vdu:hover {
  display: flex;
}

.monsterwin-q78vdu svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.monsterwin-604ybu {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .monsterwin-604ybu {
    font-size: 12px;
  }
}

.monsterwin-7jnzty,
.monsterwin-z9usrh {
  width: 50%;
  flex-shrink: 0;
}

.monsterwin-7jnzty {
  font-weight: 700;
}

.monsterwin-oqwry0 .monsterwin-579kp0 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .monsterwin-oqwry0 .monsterwin-579kp0 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .monsterwin-oqwry0 .monsterwin-579kp0 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.monsterwin-oqwry0
  .monsterwin-78seny:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.monsterwin-oqwry0 .monsterwin-24ymbz {
  height: 100% !important;
  border-radius: 16px;
}

.monsterwin-oqwry0 .monsterwin-fr4scy {
  gap: 4px;
  align-items: center;
}

.monsterwin-oqwry0 .monsterwin-fr4scy button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.monsterwin-oqwry0 .monsterwin-fr4scy svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.monsterwin-oqwry0 .monsterwin-d6qpcm,
.monsterwin-oqwry0 .monsterwin-4wnol7 {
  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.monsterwin-5z4cd9.org/2000/svg'%3E%3Cpath d='M9.monsterwin-vaghp9 4.monsterwin-595jgl.monsterwin-a2af46 5.monsterwin-wcvm1e.monsterwin-fn2uc4 5.monsterwin-46xudp.monsterwin-wvkow5 5.monsterwin-bspfjb.monsterwin-ovdy7n 8.monsterwin-3wjofo.monsterwin-m58qe7 9.monsterwin-itvsvt.monsterwin-dzwzvv 9.monsterwin-zpfntc.monsterwin-2tbwlh 13.monsterwin-7p2rdv.monsterwin-fmj5q9 11.monsterwin-rkni41.monsterwin-vwdnh5 11.monsterwin-9lyerq.monsterwin-p7omlr 11.monsterwin-o1z2ov.monsterwin-az44f1 13.monsterwin-9pna0h.monsterwin-xqbtlh 9.monsterwin-9itphz.monsterwin-q3bnni 9.monsterwin-m747z1.monsterwin-z7bg8x 8.monsterwin-8ebyss.monsterwin-1u2pqs 5.monsterwin-kymgs7.monsterwin-23g276 5.monsterwin-z5f1rv.monsterwin-t8dpjf 5.monsterwin-uqc9cr.monsterwin-xyou7w 4.monsterwin-6s2dza.monsterwin-vwdnh5 1.monsterwin-a9spum.monsterwin-vaghp9 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.monsterwin-oqwry0 .monsterwin-d6qpcm {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.monsterwin-oqwry0 .monsterwin-4wnol7 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.monsterwin-ea67sw {
  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) {
  .monsterwin-ea67sw {
    padding: 24px;
  }
}

.monsterwin-ea67sw .monsterwin-adl4j1 {
  display: flex;
}

@media (min-width: 768px) {
  .monsterwin-ea67sw .monsterwin-adl4j1 {
    display: none;
  }
}

.monsterwin-ea67sw .monsterwin-j8her2 svg {
  display: none;
}

.monsterwin-z2djtg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.monsterwin-z2djtg .monsterwin-yn7mh4 {
  display: none;
}

@media (min-width: 768px) {
  .monsterwin-z2djtg .monsterwin-yn7mh4 {
    display: flex;
  }
}

.monsterwin-e6coe1 {
  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) {
  .monsterwin-e6coe1 {
    font-size: 40px;
    line-height: 48px;
  }
}

.monsterwin-e6coe1 > * {
  margin: 0 !important;
}

.monsterwin-e6coe1 img,
.monsterwin-b4836m {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .monsterwin-e6coe1 img,
  .monsterwin-b4836m {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.monsterwin-wqxqmz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .monsterwin-wqxqmz {
    width: 32px;
    height: 32px;
  }
}

.monsterwin-1t4iq9 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .monsterwin-1t4iq9 {
    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;
  }

  .monsterwin-1t4iq9::-webkit-scrollbar {
    display: none;
  }
}

.monsterwin-at8ca6 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .monsterwin-at8ca6 {
    padding: 7px 15px;
  }
}

.monsterwin-at8ca6:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.monsterwin-mvin4w {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .monsterwin-mvin4w {
    display: flex;
    opacity: 1;
  }
}

.monsterwin-at8ca6 picture {
  height: 100%;
  display: block;
}

.monsterwin-at8ca6 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .monsterwin-at8ca6 img {
    width: 88px;
    height: 44px;
  }
}

.monsterwin-at8ca6 p {
  text-align: center;
  width: 100%;
}

.monsterwin-psfj8o {
  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) {
  .monsterwin-psfj8o {
    font-size: 40px;
    line-height: 48px;
  }
}

.monsterwin-psfj8o img,
.monsterwin-0n3h57 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .monsterwin-psfj8o img,
  .monsterwin-0n3h57 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.monsterwin-j8sf3u {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .monsterwin-j8sf3u {
    width: 32px;
    height: 32px;
  }
}

.monsterwin-hmq66q {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.monsterwin-dpuhct {
  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;
}

.monsterwin-4lu88k {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.monsterwin-4lu88k.monsterwin-dk15n2 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.monsterwin-wt7ye2 {
  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) {
  .monsterwin-wt7ye2 {
    font-size: 20px;
    line-height: 28px;
  }
}

.monsterwin-qb5jcc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.monsterwin-gz9zr6 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.monsterwin-vpnt3e ease;
  opacity: 0;
  color: var(--text-color);
}

.monsterwin-ze7tlq {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.monsterwin-ze7tlq ol,
.monsterwin-ze7tlq ul {
  padding-left: 1.3em;
}

.monsterwin-4lu88k.monsterwin-dk15n2 .monsterwin-gz9zr6 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.monsterwin-4lu88k.monsterwin-dk15n2 .monsterwin-qb5jcc {
  transform: rotate(180deg);
  color: var(--text-color);
}

.monsterwin-pr2edd {
  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) {
  .monsterwin-pr2edd {
    padding: 24px;
  }
}

.monsterwin-pr2edd .monsterwin-adl4j1 {
  display: flex;
}

@media (min-width: 768px) {
  .monsterwin-pr2edd .monsterwin-adl4j1 {
    display: none;
  }
}

.monsterwin-pr2edd .monsterwin-j8her2 svg {
  display: none;
}

.monsterwin-mbyouc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.monsterwin-mbyouc .monsterwin-yn7mh4 {
  display: none;
}

@media (min-width: 768px) {
  .monsterwin-mbyouc .monsterwin-yn7mh4 {
    display: flex;
  }
}

.monsterwin-n0t9en {
  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) {
  .monsterwin-n0t9en {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.monsterwin-n0t9en > * {
  margin: 0 !important;
}

.monsterwin-n0t9en img,
.monsterwin-8nnrk9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .monsterwin-n0t9en img,
  .monsterwin-8nnrk9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.monsterwin-sn9z43 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .monsterwin-sn9z43 {
    width: 32px;
    height: 32px;
  }
}

.monsterwin-vj3o10 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .monsterwin-vj3o10 {
    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;
  }

  .monsterwin-vj3o10::-webkit-scrollbar {
    display: none;
  }
}

.monsterwin-ca7jvz {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.monsterwin-ca7jvz:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.monsterwin-40rucq {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .monsterwin-40rucq {
    display: flex;
    opacity: 1;
  }
}

.monsterwin-ca7jvz picture {
  width: auto;
  height: 100%;
  display: block;
}

.monsterwin-ca7jvz picture img {
  display: block;
  width: auto;
  height: 100%;
}

.monsterwin-pa1e81 {
  margin: -24px 0;
}

.monsterwin-pa1e81:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .monsterwin-pa1e81 {
    margin: -16px 0;
  }
}

.monsterwin-sp00ud {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .monsterwin-sp00ud {
    flex-direction: row;
  }
}

.monsterwin-q43ibl {
  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) {
  .monsterwin-q43ibl {
    flex: 1;
  }
}

.monsterwin-q43ibl::placeholder {
  color: var(--Text-400);
}

.monsterwin-l3bnwf {
  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;
}

.monsterwin-wcwf4j {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.monsterwin-wcwf4j::-webkit-scrollbar {
  display: none;
}

.monsterwin-lyq67r {
  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;
}

.monsterwin-lyq67r img,
.monsterwin-lyq67r svg {
  margin-right: 8px;
}

.monsterwin-ak1iyg {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.monsterwin-pa1e81 + .monsterwin-opt5r6 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .monsterwin-pa1e81 + .monsterwin-opt5r6 {
    margin-top: -16px;
  }
}

.monsterwin-e555bu {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.monsterwin-e555bu > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.monsterwin-e555bu > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.monsterwin-veb7ql {
  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;
}

.monsterwin-sb3y2r {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.monsterwin-iocmwq {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.monsterwin-6trqjp {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.monsterwin-77u1nx {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.monsterwin-veb7ql 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;
}

.monsterwin-veb7ql 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) {
  .monsterwin-veb7ql {
    padding: 39px 179px 39px 39px;
  }

  .monsterwin-sb3y2r {
    font-size: 40px;
    line-height: 48px;
  }

  .monsterwin-77u1nx {
    height: 348px;
  }

  .monsterwin-veb7ql button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .monsterwin-veb7ql button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .monsterwin-veb7ql {
    padding: 63px;
  }
}

.monsterwin-s0al28 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .monsterwin-s0al28 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.monsterwin-qvmlmq {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .monsterwin-qvmlmq {
    width: auto;
  }
}

.monsterwin-xfs84e {
  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;
}

.monsterwin-xfs84e::-webkit-scrollbar {
  display: none;
}

.monsterwin-xfs84e 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);
}

.monsterwin-xfs84e a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .monsterwin-xfs84e {
    margin-left: 16px;
    margin-top: 0;
  }
}

.monsterwin-s0al28 .monsterwin-966l94 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.monsterwin-vpnt3e,
    mask-image 0.3s;
}

.monsterwin-s0al28 .monsterwin-966l94.monsterwin-d3rcv4 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.monsterwin-m84ymg {
  margin: 40px -16px;
}

.monsterwin-uiattn + .monsterwin-ji6duq,
.monsterwin-uiattn + .monsterwin-qyyb2l {
  margin-top: 24px;
}

.monsterwin-m0l1ii {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.monsterwin-m0l1ii picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.monsterwin-6mkpte {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .monsterwin-6mkpte {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .monsterwin-6mkpte {
    margin-top: 0;
  }
}

.monsterwin-ypr3ni {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .monsterwin-ypr3ni {
    font-size: 24px;
    line-height: 32px;
  }
}

.monsterwin-uaxiut {
  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) {
  .monsterwin-uaxiut {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.monsterwin-qly66a {
  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) {
  .monsterwin-qly66a {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.monsterwin-lo1hpc {
  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) {
  .monsterwin-lo1hpc {
    font-size: 20px;
    line-height: 28px;
  }
}

.monsterwin-p1qkm2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .monsterwin-p1qkm2 {
    font-size: 32px;
    line-height: 40px;
  }
}

.monsterwin-vzhaws {
  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;
}

.monsterwin-rghb7d {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.monsterwin-rghb7d img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.monsterwin-opt5r6 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.monsterwin-r44ilt {
  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) {
  .monsterwin-r44ilt {
    padding: 15px 48px;
  }
}

main > .monsterwin-opt5r6 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .monsterwin-579kp0.monsterwin-fjemwi > div:nth-child(n+5) {
    display: none;
  }
}

.monsterwin-hkpwve p a img {
  display: block;
  margin: 0 auto;
}


.monsterwin-0tkg3e {
  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 */
.monsterwin-00pu5r {
  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;
}

.monsterwin-00pu5r label {
  font-size: 14px;
}

.monsterwin-00pu5r h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.monsterwin-00pu5r input,
.monsterwin-00pu5r textarea,
.monsterwin-00pu5r 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;
}
.monsterwin-00pu5r button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.monsterwin-v6hvk4 ease;
}
.monsterwin-00pu5r button:hover {
  background-color: var(--button-bg-hover);
}
.monsterwin-ohhvgd {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.monsterwin-u6u37u ease-in;
}

.monsterwin-ohhvgd 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;
}
.monsterwin-nfafe9, .monsterwin-jfa5yf, [class*="review-card"],
thead, thead th, table th, .monsterwin-wzrkcf,
.monsterwin-yxbo6o, [class*="collapsible-header"],
.monsterwin-gl6asd, [class*="updated-block"] {
  color: #ece7dc !important;
}

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