* {
  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;
  }
}

.dragonslots-0n6bts {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .dragonslots-0n6bts {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .dragonslots-0n6bts {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.dragonslots-e3jefl {
  overflow: hidden;
}

.dragonslots-aukcqs img {
  background: var(--Neutral-300);
}

.dragonslots-t5ycts {
  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;
}

.dragonslots-17yids {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.dragonslots-17yids:hover {
  background: var(--button-bg-hover);
}

.dragonslots-k83q9p {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.dragonslots-k83q9p:hover {
  background: var(--button-bg-hover);
}

.dragonslots-ypzxed {
  font-size: 12px;
  line-height: 18px;
}

.dragonslots-rjan6s {
  font-size: 18px;
  line-height: 26px;
}

.dragonslots-ihr9ke {
  width: 100%;
}

.dragonslots-1lg9l1 {
  padding: 6px 16px;
}

.dragonslots-ondupa {
  padding: 10px 16px;
}

.dragonslots-25l28h {
  padding: 15px 26px;
}

.dragonslots-honizk {
  flex-shrink: 0;
}

.dragonslots-0vvk7v {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.dragonslots-eil9lt {
  display: none;
}

.dragonslots-116dfn {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.dragonslots-aysmq5 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.dragonslots-6z4z6x {
  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;
}

.dragonslots-mcmcpp {
  cursor: grab;
}

.dragonslots-6z4z6x::-webkit-scrollbar {
  display: none;
}

.dragonslots-tx5w0m {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.dragonslots-z5vppm {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.dragonslots-fhjmtw {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.dragonslots-0bjd6k {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.dragonslots-24w72q {
  visibility: visible;
}

.dragonslots-0j88x3 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.dragonslots-xy6bab ease;
}

.dragonslots-xg2w9h {
  background-color: var(--Primary-200);
  width: 16px;
}

.dragonslots-405wxg {
  -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.dragonslots-xy6bab,
    mask-image 0.3s;
}

.dragonslots-405wxg.dragonslots-pxjp1s {
  -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;
  }
}

.dragonslots-0wl1ct: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;
}

.dragonslots-v7n854 {
  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.dragonslots-zmv6bk.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.dragonslots-zmv6bk.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;
}

.dragonslots-6fy4fq {
  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);
}

.dragonslots-6fy4fq::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%
  );
}

.dragonslots-56hvz2 {
  position: relative;
  z-index: 1;
}

.dragonslots-0ugyr3 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.dragonslots-e7oie7 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.dragonslots-u4gfx7 {
  font-size: 40px;
  line-height: 48px;
}

.dragonslots-ygn9cb {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.dragonslots-pmpmvd {
  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;
}

.dragonslots-pmpmvd:hover {
  background: var(--Primary-400);
}

.dragonslots-pmpmvd svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.dragonslots-0wl1ct 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) {
  .dragonslots-6fy4fq {
    max-width: 600px;
    padding: 64px;
  }

  .dragonslots-0ugyr3 {
    font-size: 24px;
    line-height: 32px;
  }

  .dragonslots-e7oie7 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .dragonslots-u4gfx7 {
    font-size: 50px;
    line-height: 56px;
  }

  .dragonslots-ygn9cb {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .dragonslots-v7n854 {
    top: 25px;
    right: 25px;
  }
}

.dragonslots-0x9dve,
.dragonslots-9xa01a {
  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;
}

.dragonslots-fwmmya.dragonslots-4swkdj::before,
.dragonslots-9xa01a::before,
.dragonslots-zx5pdp::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.dragonslots-zmv6bk.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.dragonslots-8kljv3 14.dragonslots-nkj5eg.dragonslots-cig3l1 14.dragonslots-71jcd2 15.dragonslots-pbalu7 14.dragonslots-vw8bhb 15.dragonslots-mogtna 14.dragonslots-wqaf9t.dragonslots-of8g6i 14.dragonslots-26gq5h 19.dragonslots-9ht6t6 12.dragonslots-e8jhmn 19.dragonslots-9ht6t6 10.dragonslots-vyhk1z.dragonslots-9ht6t6 8.dragonslots-vtj44s 17.dragonslots-a5oklo 7.dragonslots-v7hutg 15.dragonslots-dilfy1 7.dragonslots-fdlwl6.dragonslots-2bmgux 7.dragonslots-v7hutg 11.dragonslots-6sxch5 8.dragonslots-vtj44s 11.dragonslots-6sxch5 10.dragonslots-8ltgoz.dragonslots-6sxch5 12.dragonslots-mwba24 13.dragonslots-8jvcr1 14.dragonslots-iomgew 15.dragonslots-6wp2u0 14.dragonslots-dgwk6j.dragonslots-oxhhnl 14.dragonslots-w8dqkl 15.dragonslots-5rao7k 14.dragonslots-7spqlt 15.dragonslots-hn4txi 14.dragonslots-3v9a0q.dragonslots-8kljv3 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.dragonslots-twuzm8 15.dragonslots-a7jeci.dragonslots-kme5l6 15.dragonslots-2e6ujm 15.dragonslots-r1j3w2 15.dragonslots-vtcv7v 15.dragonslots-nrd70b 15.dragonslots-pp8aeq.dragonslots-gb9hpb 15.dragonslots-vtcv7v 15.dragonslots-v4w1v1 15.dragonslots-xl81m1 15.dragonslots-wy4pkk 15.dragonslots-a0sq8p.dragonslots-3qk91c 15.dragonslots-n98dxf 7.dragonslots-64idth 18.dragonslots-iuv6ns 7.dragonslots-obs4r7 23.dragonslots-s0yrma.dragonslots-gr3y7d.dragonslots-homkqi 18.dragonslots-nr9taw 19.dragonslots-t4l5yy 15.dragonslots-yx4kaw 15.dragonslots-twuzm8 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.dragonslots-5uhdai [type="submit"] *,
.dragonslots-805wss button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .dragonslots-ya01kz {
    display: none;
  }
}

.dragonslots-yi8k6x {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .dragonslots-yi8k6x {
  display: none;
}

@media (min-width: 768px) {
  .dragonslots-yi8k6x {
    bottom: 22px;
  }
}

.dragonslots-yi8k6x input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .dragonslots-yi8k6x {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.dragonslots-49qghf.static) .dragonslots-yi8k6x {
    bottom: 8px;
  }
}

.dragonslots-tehfnt {
  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.dragonslots-zmv6bk.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.dragonslots-k3czt3 3.dragonslots-1tee9f.dragonslots-srlh0s.dragonslots-iutd3k 3.dragonslots-sxyd3m 3.dragonslots-cwuti6 5.dragonslots-fng94m 3.dragonslots-cwuti6 8.dragonslots-k86amn.dragonslots-gld6wj.dragonslots-cwuti6 26.dragonslots-ujziib 5.dragonslots-8f1ka9 28.dragonslots-6wr2km 8.dragonslots-nnlx5b 28.dragonslots-mj5fq6.dragonslots-d9fa4r 28.dragonslots-12ak63.dragonslots-xrsaoj 34.dragonslots-69d0zl.dragonslots-cstowm 36.dragonslots-mmydt7 11.dragonslots-2rwpf5 37.dragonslots-stbxso 12.dragonslots-j9xzfa 36.dragonslots-adtr8q.dragonslots-gzegg3 28.dragonslots-1ma71f.dragonslots-iagsac.dragonslots-jnqaie 28.dragonslots-sxivz9 36.dragonslots-1ujsc3 26.dragonslots-310ab1 36.dragonslots-1ujsc3 23.dragonslots-xes5qd.dragonslots-rman8j.dragonslots-1ujsc3 5.dragonslots-i2ajhf 34.dragonslots-w78fm0 3.dragonslots-sxyd3m 31.dragonslots-k3czt3 3.dragonslots-9h0fp4.dragonslots-di8dan 18.dragonslots-ttsulk.dragonslots-gci6s9 18.dragonslots-46zb8o 8.dragonslots-uh15p9 17.dragonslots-jatpi7 8.dragonslots-uh15p9 15.dragonslots-4hul8p.dragonslots-uh15p9 14.dragonslots-j3fe8u 9.dragonslots-gci6s9 13.dragonslots-5k98gx 11.dragonslots-di8dan 13.dragonslots-futyd4.dragonslots-podiyn 13.dragonslots-5k98gx 13.dragonslots-2ntqfr 14.dragonslots-j3fe8u 13.dragonslots-2ntqfr 15.dragonslots-nqyqjb.dragonslots-2ntqfr 17.dragonslots-jatpi7 12.dragonslots-podiyn 18.dragonslots-46zb8o 11.dragonslots-di8dan 18.dragonslots-qaptn7.dragonslots-0czv7l 18.dragonslots-c5q4tn.dragonslots-iq4m5m 18.dragonslots-46zb8o 17.dragonslots-26yfdv 17.dragonslots-jatpi7 17.dragonslots-26yfdv 15.dragonslots-ajyrcv.dragonslots-26yfdv 14.dragonslots-j3fe8u 18.dragonslots-iq4m5m 13.dragonslots-5k98gx 20.dragonslots-0czv7l 13.dragonslots-njiq80.dragonslots-pk7ecz 13.dragonslots-5k98gx 22.dragonslots-lxggog 14.dragonslots-j3fe8u 22.dragonslots-lxggog 15.dragonslots-3495xg.dragonslots-5h7mlq 17.dragonslots-jatpi7 21.dragonslots-pk7ecz 18.dragonslots-46zb8o 20.dragonslots-0czv7l 18.dragonslots-jchqml.dragonslots-26cm92 18.dragonslots-urq92k.dragonslots-yovkqv 18.dragonslots-46zb8o 26.dragonslots-2xdsvw 17.dragonslots-jatpi7 26.dragonslots-2xdsvw 15.dragonslots-i67ocy.dragonslots-2xdsvw 14.dragonslots-j3fe8u 27.dragonslots-yovkqv 13.dragonslots-5k98gx 28.dragonslots-26cm92 13.dragonslots-b57hfe.dragonslots-kbkyjh 13.dragonslots-5k98gx 31.dragonslots-km5iwd 14.dragonslots-j3fe8u 31.dragonslots-km5iwd 15.dragonslots-hi16go.dragonslots-2xdsvw 17.dragonslots-jatpi7 30.dragonslots-kbkyjh 18.dragonslots-46zb8o 28.dragonslots-26cm92 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"])
    .dragonslots-tehfnt {
    display: none;
  }
}

.dragonslots-izwrbu {
  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) {
  .dragonslots-izwrbu {
    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;
}

.dragonslots-805wss {
  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) {
  .dragonslots-805wss {
    padding: 14px 16px;
  }
}

.dragonslots-805wss button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.dragonslots-805wss button:first-child {
  align-content: end;
}

.dragonslots-805wss button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .dragonslots-805wss
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .dragonslots-805wss
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.dragonslots-805wss button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.dragonslots-805wss button:last-child svg {
  width: 38px;
  height: 38px;
}

.dragonslots-zx5pdp {
  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;
}

.dragonslots-zx5pdp::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .dragonslots-zx5pdp,
.pc61d126-chatbot[data-active-screen="3"]
  .dragonslots-zx5pdp {
  opacity: 1;
  visibility: visible;
}

.dragonslots-2zavez {
  flex: 1 1;
}

.dragonslots-e3tbvo {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .dragonslots-e3tbvo {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .dragonslots-9xqrd7 {
  display: block;
}

.dragonslots-rr6tiv {
  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) {
  .dragonslots-rr6tiv {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.dragonslots-9xa01a {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.dragonslots-9xa01a::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.dragonslots-j84rx2 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.dragonslots-j84rx2 p {
  color: var(--Text-100);
}

.dragonslots-9xa01a .dragonslots-oipi22 {
  grid-area: button;
}

.dragonslots-9xa01a .dragonslots-oipi22::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.dragonslots-zmv6bk.org/2000/svg'%3E%3Cpath d='M4.dragonslots-lmt2cr 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.dragonslots-8xqq8c 15L16.dragonslots-8xqq8c 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.dragonslots-8xqq8c 5L16.dragonslots-8xqq8c 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .dragonslots-8o0pp2 {
  display: block;
}

.dragonslots-oxuxuc {
  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) {
  .dragonslots-oxuxuc {
    margin-top: 40px;
  }
}

.dragonslots-0x9dve label,
.dragonslots-0x9dve input {
  display: block;
  width: 100%;
}

.dragonslots-0x9dve label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.dragonslots-0x9dve label.dragonslots-iq1fvd input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.dragonslots-0x9dve label.dragonslots-iq1fvd::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;
}

.dragonslots-0x9dve 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;
}

.dragonslots-0x9dve input::placeholder {
  color: var(--Text-400);
}

.dragonslots-ytwg0k {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .dragonslots-ytwg0k {
  display: flex;
}

.dragonslots-ytwg0k ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .dragonslots-ytwg0k ol {
    height: 420px;
    padding: 24px;
  }
}

.dragonslots-ytwg0k ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.dragonslots-5uhdai {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .dragonslots-5uhdai {
    padding: 0 24px 24px;
  }
}

.dragonslots-5uhdai 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;
}

.dragonslots-5uhdai input::placeholder {
  color: var(--Text-400);
}

.dragonslots-5uhdai [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.dragonslots-5uhdai [type="submit"]:disabled {
  opacity: 0.5;
}

.dragonslots-5uhdai [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .dragonslots-5uhdai [type="submit"] {
    right: 40px;
  }
}

.dragonslots-fwmmya {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.dragonslots-fwmmya.dragonslots-4swkdj {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.dragonslots-fwmmya.dragonslots-4swkdj::before {
  content: "";
  width: 31px;
}

.dragonslots-fwmmya.dragonslots-4swkdj p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.dragonslots-fwmmya.dragonslots-2fg33n p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.dragonslots-fwmmya p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.dragonslots-yi8k6x .dragonslots-oipi22 {
  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;
  }
}

.dragonslots-ya01kz {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .dragonslots-ya01kz {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .dragonslots-ya01kz {
    padding: 18px 0;
  }
}

.dragonslots-ya01kz .dragonslots-0n6bts {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .dragonslots-ya01kz .dragonslots-0n6bts {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.dragonslots-rk03oh {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .dragonslots-rk03oh {
    max-width: 160px;
    height: 40px;
  }
}

.dragonslots-rk03oh picture,
.dragonslots-rk03oh img {
  display: block;
  width: 100%;
  height: 100%;
}

.dragonslots-rk03oh img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .dragonslots-2tdw76 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.dragonslots-xy6bab ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .dragonslots-ya01kz.dragonslots-vz8gu1 .dragonslots-2tdw76 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .dragonslots-2tdw76 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .dragonslots-2tdw76 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.dragonslots-25x8u4,
.dragonslots-ncxmb1 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .dragonslots-25x8u4,
  .dragonslots-ncxmb1 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .dragonslots-ncxmb1 {
    display: none;
  }
}

.dragonslots-p9zxqh {
  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;
}

.dragonslots-vz8gu1 .dragonslots-p9zxqh {
  background: var(--fh-bg-color);
}

.dragonslots-p9zxqh button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .dragonslots-p9zxqh {
    display: none;
  }
}

.dragonslots-d7ghh8 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .dragonslots-d7ghh8 {
    display: none;
  }
}

.dragonslots-8ngzyw {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.dragonslots-ya01kz.dragonslots-vz8gu1 .dragonslots-8ngzyw:first-child {
  display: none;
}

.dragonslots-ya01kz.dragonslots-vz8gu1 .dragonslots-8ngzyw:last-child {
  display: block;
}

.dragonslots-8ngzyw:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .dragonslots-8ngzyw {
    display: none;
  }
}

.dragonslots-6occo9 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .dragonslots-6occo9 {
    display: flex;
  }
}

.dragonslots-6occo9 ul {
  max-height: 350px;
  overflow-y: auto;
}

.dragonslots-6occo9:hover ul {
  visibility: visible;
  opacity: 1;
}

.dragonslots-6occo9:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.dragonslots-6occo9:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.dragonslots-6occo9:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.dragonslots-6occo9:hover .dragonslots-kuj9et svg {
  transform: rotate(180deg);
}

.dragonslots-4z2voo {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.dragonslots-pipc3i {
  padding: 0 8px;
}

.dragonslots-v45umr {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.dragonslots-v45umr:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .dragonslots-v45umr {
    padding: 4px 8px;
  }
}

.dragonslots-n0zuq5 {
  display: flex;
}

.dragonslots-n0zuq5 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.dragonslots-kuj9et {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.dragonslots-kuj9et svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.dragonslots-qmyui4 {
  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) {
  .dragonslots-qmyui4 {
    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;
  }
}

.dragonslots-3nq7r5 {
  width: 100%;
}

@media (min-width: 1200px) {
  .dragonslots-3nq7r5 {
    display: none;
  }
}

.dragonslots-wfgoys {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.dragonslots-kauw78 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.dragonslots-1e8vy2 {
  display: flex;
}

.dragonslots-o1u0gb {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.dragonslots-7nspok {
  list-style: none;
}

@media (max-width: 1199px) {
  .dragonslots-7nspok {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .dragonslots-7nspok {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .dragonslots-7nspok .dragonslots-uspfkj [data-ref-el],
  .dragonslots-7nspok .dragonslots-uspfkj span,
  .dragonslots-7nspok .dragonslots-uspfkj a {
    white-space: nowrap;
  }
}

.dragonslots-2pl3a6 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .dragonslots-2pl3a6.dragonslots-1jr2vr > .dragonslots-uspfkj {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .dragonslots-2pl3a6.dragonslots-hviqq0:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .dragonslots-2pl3a6.dragonslots-1jr2vr > .dragonslots-ku6vdo {
    height: auto;
  }

  .dragonslots-2pl3a6.dragonslots-1jr2vr > div > .dragonslots-fvfp2x {
    transform: rotate(180deg);
  }
}

.dragonslots-2pl3a6 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.dragonslots-2pl3a6 [data-ref-el],
.dragonslots-2pl3a6 span {
  cursor: pointer;
}

.dragonslots-2pl3a6 [data-ref-el],
.dragonslots-2pl3a6 span,
.dragonslots-2pl3a6 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .dragonslots-2pl3a6 [data-ref-el],
  .dragonslots-2pl3a6 span,
  .dragonslots-2pl3a6 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .dragonslots-2pl3a6 [data-ref-el],
  .dragonslots-2pl3a6 span,
  .dragonslots-2pl3a6 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.dragonslots-ku6vdo {
  height: 0;
  overflow: hidden;
  transition: height 0.dragonslots-xy6bab ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.dragonslots-ku6vdo::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.dragonslots-ku6vdo::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.dragonslots-ku6vdo::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .dragonslots-ku6vdo {
    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;
  }

  .dragonslots-ku6vdo:has(> .dragonslots-2pl3a6.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .dragonslots-ku6vdo .dragonslots-ku6vdo {
    padding: 0;
  }

  .dragonslots-ku6vdo .dragonslots-2pl3a6 {
    font-weight: 400;
  }

  .dragonslots-ku6vdo .dragonslots-2pl3a6:hover > .dragonslots-uspfkj {
    background: var(--Neutral-300);
  }

  .dragonslots-ku6vdo .dragonslots-fvfp2x {
    rotate: -90deg;
  }
}

.dragonslots-uspfkj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .dragonslots-uspfkj {
    padding: 8px;
  }

  .dragonslots-2pl3a6.dragonslots-6avhre > .dragonslots-uspfkj {
    background: var(--Neutral-300);
  }
}

.dragonslots-fvfp2x {
  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.dragonslots-zmv6bk.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.dragonslots-81u3ze 0.dragonslots-tkg96t.dragonslots-xcg7xq -0.dragonslots-b9q257 0.dragonslots-ad9mlu -0.dragonslots-b9q257 1.dragonslots-14ehoi 0.dragonslots-nb61ti.dragonslots-zivoqu 4.dragonslots-0w1qdg.dragonslots-81u3ze 0.dragonslots-axwayg.dragonslots-v2pacv -0.dragonslots-b9q257 9.dragonslots-ulxcz2 -0.dragonslots-b9q257 10.dragonslots-3z02ne 0.dragonslots-tbd9vn.dragonslots-i8wdks 0.dragonslots-xcg7xq 10.dragonslots-i8wdks 0.dragonslots-ad9mlu 10.dragonslots-3z02ne 1.dragonslots-syw1f9.dragonslots-dz0tdo 5.dragonslots-nrswcr.dragonslots-iaqe58 6.dragonslots-2n4wia 5.dragonslots-33yjcx 6.dragonslots-2n4wia 4.dragonslots-8gft92 5.dragonslots-bgv1e0.dragonslots-81u3ze 1.dragonslots-7ql4ot.dragonslots-b9q257 0.dragonslots-ad9mlu -0.dragonslots-b9q257 0.dragonslots-xcg7xq 0.dragonslots-81u3ze 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.dragonslots-xy6bab ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .dragonslots-fvfp2x {
    cursor: default;
  }
}

.dragonslots-x24rjh {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.dragonslots-20e1lc {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .dragonslots-20e1lc {
    padding: 40px 4px;
  }
}

.dragonslots-ls1opm {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .dragonslots-ls1opm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.dragonslots-fnjt5j {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .dragonslots-fnjt5j {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.dragonslots-fnjt5j ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.dragonslots-fnjt5j [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.dragonslots-fnjt5j [data-ref-el],
.dragonslots-fnjt5j span,
.dragonslots-fnjt5j a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.dragonslots-do1atu {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .dragonslots-do1atu {
    margin-bottom: 12px;
  }
}

.dragonslots-kvj6w0 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.dragonslots-kvj6w0 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .dragonslots-kvj6w0:last-child {
    margin-right: 0;
  }
}

.dragonslots-5uotqr {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.dragonslots-do1atu:hover .dragonslots-q1eitz {
  visibility: visible;
  opacity: 1;
}

.dragonslots-q1eitz {
  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);
}

.dragonslots-o8u5hy {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dragonslots-i6cg6w {
  display: flex;
  margin: 6px;
}

.dragonslots-i6cg6w img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.dragonslots-q1eitz::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);
}

.dragonslots-q1eitz::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);
}

.dragonslots-oxciby {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .dragonslots-oxciby {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.dragonslots-z66zgk {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .dragonslots-z66zgk {
    margin-right: 32px;
  }
}

.dragonslots-9fiea2 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .dragonslots-9fiea2 {
    margin-top: 0;
    width: 340px;
  }
}

.dragonslots-9fiea2 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.dragonslots-2eh0uh {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.dragonslots-utldpz {
  position: relative;
}

@media (min-width: 768px) {
  .dragonslots-utldpz {
    margin-top: 40px;
  }
}

.dragonslots-utldpz + .dragonslots-t3p5xb,
.dragonslots-utldpz + .dragonslots-utldpz {
  margin-top: 24px;
}

.dragonslots-vr40nk {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .dragonslots-vr40nk {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .dragonslots-vr40nk {
    padding: 80px;
  }
}

.dragonslots-bp7mio {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .dragonslots-bp7mio {
    padding: 0 16px;
}


}

.dragonslots-v53k56 {
  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) {
  .dragonslots-v53k56 {
    font-size: 48px;
    line-height: 56px;
  }
}

.dragonslots-txbwpy {
  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) {
  .dragonslots-txbwpy {
    font-size: 24px;
    line-height: 32px;
  }
}

.dragonslots-xe209a {
  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;
}

.dragonslots-xe209a:hover {
  background: var(--button-bg-hover);
}

.dragonslots-mtzd6u {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.dragonslots-mtzd6u img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .dragonslots-mtzd6u img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .dragonslots-mtzd6u img {
  min-height: 100%;
  }
}

.dragonslots-vr40nk::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.dragonslots-oaxloy {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.dragonslots-oaxloy h1,
.dragonslots-oaxloy h2,
.dragonslots-oaxloy h3,
.dragonslots-oaxloy h4 {
  margin-bottom: 6px;
}

.dragonslots-oaxloy h1:not(:first-child),
.dragonslots-oaxloy h2:not(:first-child),
.dragonslots-oaxloy h3:not(:first-child),
.dragonslots-oaxloy h4:not(:first-child) {
  margin-top: 16px;
}

.dragonslots-oaxloy h1,
.dragonslots-oaxloy h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .dragonslots-oaxloy h1,
  .dragonslots-oaxloy h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.dragonslots-oaxloy h2,
.dragonslots-oaxloy h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .dragonslots-oaxloy h2,
  .dragonslots-oaxloy h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.dragonslots-oaxloy h3,
.dragonslots-oaxloy h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .dragonslots-oaxloy h3,
  .dragonslots-oaxloy h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.dragonslots-oaxloy h4,
.dragonslots-oaxloy h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.dragonslots-oaxloy ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.dragonslots-oaxloy ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.dragonslots-oaxloy 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);
}

.dragonslots-oaxloy ul ul {
  margin-bottom: 8px;
}

.dragonslots-oaxloy ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.dragonslots-oaxloy ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.dragonslots-oaxloy ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.dragonslots-oaxloy ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.dragonslots-oaxloy ol li::marker {
  font-weight: 700;
}

.dragonslots-oaxloy ol ol {
  margin-bottom: 8px;
}

.dragonslots-oaxloy ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.dragonslots-oaxloy ol ul li {
  padding-left: 16px;
}

.dragonslots-oaxloy 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) {
  .dragonslots-oaxloy table {
    padding: 24px;
  }
}

.dragonslots-oaxloy table.dragonslots-uk5wx0 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.dragonslots-xy6bab,
    mask-image 0.3s;
}

.dragonslots-oaxloy table.dragonslots-uk5wx0.dragonslots-pxjp1s {
  -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) {
  .dragonslots-oaxloy table {
    display: table;
  }
}

.dragonslots-oaxloy 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);
}

.dragonslots-oaxloy table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.dragonslots-oaxloy table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.dragonslots-oaxloy 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) {
  .dragonslots-oaxloy table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.dragonslots-oaxloy table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.dragonslots-oaxloy table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.dragonslots-oaxloy table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.dragonslots-oaxloy img {
  max-width: 100%;
  height: auto;
}

.dragonslots-gq7lxe {
  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) {
  .dragonslots-gq7lxe {
    padding: 24px;
  }
}

.dragonslots-s9gt5a {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .dragonslots-s9gt5a {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.dragonslots-s9gt5a > * {
  margin: 0 !important;
}

.dragonslots-s9gt5a img,
.dragonslots-vjscz9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .dragonslots-s9gt5a img,
  .dragonslots-vjscz9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.dragonslots-tu8m8c {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .dragonslots-tu8m8c {
    width: 32px;
    height: 32px;
  }
}

.dragonslots-tcmt8y {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.dragonslots-tcmt8y .dragonslots-tlp9zl {
  flex-shrink: 0;
}

.dragonslots-tcmt8y .dragonslots-9eubdy svg {
  display: none;
}

.dragonslots-axhjah {
  display: grid;
  transition: max-height 0.dragonslots-xy6bab ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .dragonslots-axhjah {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .dragonslots-axhjah {
    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));
  }
}

.dragonslots-axhjah.dragonslots-r0tp2n + .dragonslots-tlp9zl svg {
  transform: rotate(180deg);
}

.dragonslots-7ocohq {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.dragonslots-7ocohq > div:nth-child(3n) {
  grid-column: span 2;
}

.dragonslots-7ocohq
  > div:nth-child(3n)
  .dragonslots-rsp3ll
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .dragonslots-7ocohq {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .dragonslots-7ocohq > div:nth-child(3n) {
    grid-column: unset;
  }

  .dragonslots-7ocohq
    > div:nth-child(3n)
    .dragonslots-rsp3ll
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .dragonslots-7ocohq {
    max-width: 270px;
  }
}

.dragonslots-7ocohq .dragonslots-rsp3ll button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .dragonslots-7ocohq .dragonslots-rsp3ll button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .dragonslots-7ocohq .dragonslots-rsp3ll button {
    max-width: 104px;
  }
}

.dragonslots-snnixy {
  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) {
  .dragonslots-snnixy {
    margin-bottom: 0;
  }
}

.dragonslots-suluds {
  display: none;
  opacity: 0;
}

.dragonslots-bpc1dg {
  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;
  }
}

.dragonslots-bpc1dg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.dragonslots-rsp3ll {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.dragonslots-rsp3ll button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .dragonslots-rsp3ll
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .dragonslots-rsp3ll
    button {
    max-width: 145px;
  }
}

.dragonslots-eyuwhc:first-child
  .dragonslots-rsp3ll
  button {
  max-width: 270px;
}

.dragonslots-4hd899 {
  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%;
}

.dragonslots-snnixy picture {
  width: 100%;
  max-width: 100%;
}

.dragonslots-u23kf1 {
  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;
}

.dragonslots-u23kf1 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.dragonslots-snnixy:hover .dragonslots-u23kf1 {
  display: flex;
}

.dragonslots-qqkuuk {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.dragonslots-vymcc5 {
  display: flex;
}

.dragonslots-vymcc5:hover .dragonslots-hranay,
.dragonslots-vymcc5 .dragonslots-6avhre .dragonslots-hranay {
  display: flex;
}

.dragonslots-vymcc5 svg {
  flex-shrink: 0;
}

.dragonslots-hranay {
  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) {
  .dragonslots-hranay {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.dragonslots-hranay:hover {
  display: flex;
}

.dragonslots-hranay svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.dragonslots-6unxw5 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .dragonslots-6unxw5 {
    font-size: 12px;
  }
}

.dragonslots-cwq44a,
.dragonslots-h9ak6c {
  width: 50%;
  flex-shrink: 0;
}

.dragonslots-cwq44a {
  font-weight: 700;
}

.dragonslots-lguzgh .dragonslots-axhjah {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .dragonslots-lguzgh .dragonslots-axhjah {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .dragonslots-lguzgh .dragonslots-axhjah {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.dragonslots-lguzgh
  .dragonslots-4hd899:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.dragonslots-lguzgh .dragonslots-bpc1dg {
  height: 100% !important;
  border-radius: 16px;
}

.dragonslots-lguzgh .dragonslots-rsp3ll {
  gap: 4px;
  align-items: center;
}

.dragonslots-lguzgh .dragonslots-rsp3ll button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dragonslots-lguzgh .dragonslots-rsp3ll svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.dragonslots-lguzgh .dragonslots-ltx5p4,
.dragonslots-lguzgh .dragonslots-26q3om {
  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.dragonslots-zmv6bk.org/2000/svg'%3E%3Cpath d='M9.dragonslots-syiz5t 4.dragonslots-prgz7b.dragonslots-vwyfkx 5.dragonslots-7wk9n1.dragonslots-jo3cdw 5.dragonslots-rtdz6j.dragonslots-tp3fxj 5.dragonslots-tgdpf8.dragonslots-1hhvmc 8.dragonslots-wmwomx.dragonslots-zmxpj2 9.dragonslots-hnrqt0.dragonslots-wf6xlj 9.dragonslots-xjb4g6.dragonslots-2tnwfe 13.dragonslots-ddmwcl.dragonslots-kf85o6 11.dragonslots-sbm67g.dragonslots-emgm6y 11.dragonslots-aneztv.dragonslots-qipgu3 11.dragonslots-nl17ip.dragonslots-1r63cr 13.dragonslots-vi559n.dragonslots-3q5fvu 9.dragonslots-hmwsde.dragonslots-kun1tl 9.dragonslots-iub76w.dragonslots-tokvix 8.dragonslots-pmhvex.dragonslots-29ggyk 5.dragonslots-gpb1id.dragonslots-hd621r 5.dragonslots-hgwt6p.dragonslots-bmoxoj 5.dragonslots-glq9zk.dragonslots-n73e6i 4.dragonslots-wzbbkp.dragonslots-emgm6y 1.dragonslots-0czgfu.dragonslots-syiz5t 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.dragonslots-lguzgh .dragonslots-ltx5p4 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.dragonslots-lguzgh .dragonslots-26q3om {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.dragonslots-y5hxev {
  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) {
  .dragonslots-y5hxev {
    padding: 24px;
  }
}

.dragonslots-y5hxev .dragonslots-tlp9zl {
  display: flex;
}

@media (min-width: 768px) {
  .dragonslots-y5hxev .dragonslots-tlp9zl {
    display: none;
  }
}

.dragonslots-y5hxev .dragonslots-9eubdy svg {
  display: none;
}

.dragonslots-c4vzqq {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.dragonslots-c4vzqq .dragonslots-t5ycts {
  display: none;
}

@media (min-width: 768px) {
  .dragonslots-c4vzqq .dragonslots-t5ycts {
    display: flex;
  }
}

.dragonslots-joo2pu {
  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) {
  .dragonslots-joo2pu {
    font-size: 40px;
    line-height: 48px;
  }
}

.dragonslots-joo2pu > * {
  margin: 0 !important;
}

.dragonslots-joo2pu img,
.dragonslots-cg16t1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .dragonslots-joo2pu img,
  .dragonslots-cg16t1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.dragonslots-zcm41p {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .dragonslots-zcm41p {
    width: 32px;
    height: 32px;
  }
}

.dragonslots-nsuj35 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .dragonslots-nsuj35 {
    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;
  }

  .dragonslots-nsuj35::-webkit-scrollbar {
    display: none;
  }
}

.dragonslots-8asetw {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .dragonslots-8asetw {
    padding: 7px 15px;
  }
}

.dragonslots-8asetw:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.dragonslots-rfmxiq {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .dragonslots-rfmxiq {
    display: flex;
    opacity: 1;
  }
}

.dragonslots-8asetw picture {
  height: 100%;
  display: block;
}

.dragonslots-8asetw img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .dragonslots-8asetw img {
    width: 88px;
    height: 44px;
  }
}

.dragonslots-8asetw p {
  text-align: center;
  width: 100%;
}

.dragonslots-d0qchc {
  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) {
  .dragonslots-d0qchc {
    font-size: 40px;
    line-height: 48px;
  }
}

.dragonslots-d0qchc img,
.dragonslots-8y54u9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .dragonslots-d0qchc img,
  .dragonslots-8y54u9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.dragonslots-7rodkk {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .dragonslots-7rodkk {
    width: 32px;
    height: 32px;
  }
}

.dragonslots-7dntde {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.dragonslots-td8nmo {
  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;
}

.dragonslots-5i0rth {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.dragonslots-5i0rth.dragonslots-6avhre {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.dragonslots-tht7be {
  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) {
  .dragonslots-tht7be {
    font-size: 20px;
    line-height: 28px;
  }
}

.dragonslots-t62hon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.dragonslots-9hfpk6 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.dragonslots-xy6bab ease;
  opacity: 0;
  color: var(--text-color);
}

.dragonslots-ntp2cj {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.dragonslots-ntp2cj ol,
.dragonslots-ntp2cj ul {
  padding-left: 1.3em;
}

.dragonslots-5i0rth.dragonslots-6avhre .dragonslots-9hfpk6 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.dragonslots-5i0rth.dragonslots-6avhre .dragonslots-t62hon {
  transform: rotate(180deg);
  color: var(--text-color);
}

.dragonslots-fov45v {
  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) {
  .dragonslots-fov45v {
    padding: 24px;
  }
}

.dragonslots-fov45v .dragonslots-tlp9zl {
  display: flex;
}

@media (min-width: 768px) {
  .dragonslots-fov45v .dragonslots-tlp9zl {
    display: none;
  }
}

.dragonslots-fov45v .dragonslots-9eubdy svg {
  display: none;
}

.dragonslots-09mljk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dragonslots-09mljk .dragonslots-t5ycts {
  display: none;
}

@media (min-width: 768px) {
  .dragonslots-09mljk .dragonslots-t5ycts {
    display: flex;
  }
}

.dragonslots-a8erjn {
  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) {
  .dragonslots-a8erjn {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.dragonslots-a8erjn > * {
  margin: 0 !important;
}

.dragonslots-a8erjn img,
.dragonslots-zo9h6n {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .dragonslots-a8erjn img,
  .dragonslots-zo9h6n {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.dragonslots-amjbyp {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .dragonslots-amjbyp {
    width: 32px;
    height: 32px;
  }
}

.dragonslots-r5jiqf {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .dragonslots-r5jiqf {
    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;
  }

  .dragonslots-r5jiqf::-webkit-scrollbar {
    display: none;
  }
}

.dragonslots-iziniw {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.dragonslots-iziniw:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.dragonslots-8gfhw1 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .dragonslots-8gfhw1 {
    display: flex;
    opacity: 1;
  }
}

.dragonslots-iziniw picture {
  width: auto;
  height: 100%;
  display: block;
}

.dragonslots-iziniw picture img {
  display: block;
  width: auto;
  height: 100%;
}

.dragonslots-5n4kty {
  margin: -24px 0;
}

.dragonslots-5n4kty:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .dragonslots-5n4kty {
    margin: -16px 0;
  }
}

.dragonslots-q1n4ba {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .dragonslots-q1n4ba {
    flex-direction: row;
  }
}

.dragonslots-txbk7e {
  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) {
  .dragonslots-txbk7e {
    flex: 1;
  }
}

.dragonslots-txbk7e::placeholder {
  color: var(--Text-400);
}

.dragonslots-anfa3b {
  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;
}

.dragonslots-ie7l71 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.dragonslots-ie7l71::-webkit-scrollbar {
  display: none;
}

.dragonslots-pd3st5 {
  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;
}

.dragonslots-pd3st5 img,
.dragonslots-pd3st5 svg {
  margin-right: 8px;
}

.dragonslots-q12uo1 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.dragonslots-5n4kty + .dragonslots-vr1qes {
  margin-top: 0;
}

@media (min-width: 768px) {
  .dragonslots-5n4kty + .dragonslots-vr1qes {
    margin-top: -16px;
  }
}

.dragonslots-d1rl2n {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.dragonslots-d1rl2n > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.dragonslots-d1rl2n > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.dragonslots-akygmo {
  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;
}

.dragonslots-efbbpo {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.dragonslots-1no9gg {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.dragonslots-75qp81 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.dragonslots-kdjvmd {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.dragonslots-akygmo 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;
}

.dragonslots-akygmo 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) {
  .dragonslots-akygmo {
    padding: 39px 179px 39px 39px;
  }

  .dragonslots-efbbpo {
    font-size: 40px;
    line-height: 48px;
  }

  .dragonslots-kdjvmd {
    height: 348px;
  }

  .dragonslots-akygmo button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .dragonslots-akygmo button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .dragonslots-akygmo {
    padding: 63px;
  }
}

.dragonslots-edhm77 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .dragonslots-edhm77 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.dragonslots-7ifd3p {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .dragonslots-7ifd3p {
    width: auto;
  }
}

.dragonslots-9ux6m6 {
  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;
}

.dragonslots-9ux6m6::-webkit-scrollbar {
  display: none;
}

.dragonslots-9ux6m6 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);
}

.dragonslots-9ux6m6 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .dragonslots-9ux6m6 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.dragonslots-edhm77 .dragonslots-8xd9eu {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.dragonslots-xy6bab,
    mask-image 0.3s;
}

.dragonslots-edhm77 .dragonslots-8xd9eu.dragonslots-pxjp1s {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.dragonslots-lw1zp7 {
  margin: 40px -16px;
}

.dragonslots-yhd276 + .dragonslots-t3p5xb,
.dragonslots-yhd276 + .dragonslots-utldpz {
  margin-top: 24px;
}

.dragonslots-0yo1k1 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.dragonslots-0yo1k1 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.dragonslots-dgzgun {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .dragonslots-dgzgun {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .dragonslots-dgzgun {
    margin-top: 0;
  }
}

.dragonslots-kvxrhm {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .dragonslots-kvxrhm {
    font-size: 24px;
    line-height: 32px;
  }
}

.dragonslots-i3pywd {
  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) {
  .dragonslots-i3pywd {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.dragonslots-wrjorv {
  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) {
  .dragonslots-wrjorv {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.dragonslots-q8m3c0 {
  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) {
  .dragonslots-q8m3c0 {
    font-size: 20px;
    line-height: 28px;
  }
}

.dragonslots-7d0vvg {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .dragonslots-7d0vvg {
    font-size: 32px;
    line-height: 40px;
  }
}

.dragonslots-lgduu1 {
  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;
}

.dragonslots-bk16bq {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.dragonslots-bk16bq img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dragonslots-vr1qes {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.dragonslots-3kmrsh {
  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) {
  .dragonslots-3kmrsh {
    padding: 15px 48px;
  }
}

main > .dragonslots-vr1qes {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .dragonslots-axhjah.dragonslots-8j00vn > div:nth-child(n+5) {
    display: none;
  }
}

.dragonslots-oaxloy p a img {
  display: block;
  margin: 0 auto;
}


.dragonslots-82xw08 {
  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 */
.dragonslots-36ej7f {
  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;
}

.dragonslots-36ej7f label {
  font-size: 14px;
}

.dragonslots-36ej7f h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.dragonslots-36ej7f input,
.dragonslots-36ej7f textarea,
.dragonslots-36ej7f 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;
}
.dragonslots-36ej7f button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.dragonslots-jyxk8k ease;
}
.dragonslots-36ej7f button:hover {
  background-color: var(--button-bg-hover);
}
.dragonslots-1jnlct {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.dragonslots-rejrj7 ease-in;
}

.dragonslots-1jnlct 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;
}
.dragonslots-u7qqwl, .dragonslots-2fwhhr, [class*="review-card"],
thead, thead th, table th, .dragonslots-o09wmc,
.dragonslots-mwtgvo, [class*="collapsible-header"],
.dragonslots-7dxwky, [class*="updated-block"] {
  color: #ece7dc !important;
}
