* {
  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;
  }
}

.slots-palace-ethjt0 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .slots-palace-ethjt0 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .slots-palace-ethjt0 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.slots-palace-eonicg {
  overflow: hidden;
}

.slots-palace-8cldhq img {
  background: var(--Neutral-300);
}

.slots-palace-xez6zv {
  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;
}

.slots-palace-t2knem {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.slots-palace-t2knem:hover {
  background: var(--button-bg-hover);
}

.slots-palace-7abusp {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.slots-palace-7abusp:hover {
  background: var(--button-bg-hover);
}

.slots-palace-2igfqn {
  font-size: 12px;
  line-height: 18px;
}

.slots-palace-89n2yb {
  font-size: 18px;
  line-height: 26px;
}

.slots-palace-wg07or {
  width: 100%;
}

.slots-palace-7x3izd {
  padding: 6px 16px;
}

.slots-palace-2d6dny {
  padding: 10px 16px;
}

.slots-palace-zo5spc {
  padding: 15px 26px;
}

.slots-palace-9oh3pi {
  flex-shrink: 0;
}

.slots-palace-nwp7li {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.slots-palace-1cfa7i {
  display: none;
}

.slots-palace-un6cmb {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.slots-palace-zkmdzx {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.slots-palace-le0lwi {
  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;
}

.slots-palace-j78d6f {
  cursor: grab;
}

.slots-palace-le0lwi::-webkit-scrollbar {
  display: none;
}

.slots-palace-5tg072 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.slots-palace-yamc56 {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.slots-palace-lcmq6v {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.slots-palace-0md7ki {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.slots-palace-xwvq9v {
  visibility: visible;
}

.slots-palace-xov8i5 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.slots-palace-ckdob9 ease;
}

.slots-palace-mfuxpb {
  background-color: var(--Primary-200);
  width: 16px;
}

.slots-palace-luqpvk {
  -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.slots-palace-ckdob9,
    mask-image 0.3s;
}

.slots-palace-luqpvk.slots-palace-sz2zv2 {
  -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;
  }
}

.slots-palace-jnhr4x: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;
}

.slots-palace-bz7z54 {
  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.slots-palace-okzy2a.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.slots-palace-okzy2a.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;
}

.slots-palace-o1gp5w {
  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);
}

.slots-palace-o1gp5w::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%
  );
}

.slots-palace-vn9fpr {
  position: relative;
  z-index: 1;
}

.slots-palace-i8woku {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.slots-palace-rr5mto {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.slots-palace-rxw11e {
  font-size: 40px;
  line-height: 48px;
}

.slots-palace-w9uah5 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.slots-palace-n57z1r {
  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;
}

.slots-palace-n57z1r:hover {
  background: var(--Primary-400);
}

.slots-palace-n57z1r svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.slots-palace-jnhr4x 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) {
  .slots-palace-o1gp5w {
    max-width: 600px;
    padding: 64px;
  }

  .slots-palace-i8woku {
    font-size: 24px;
    line-height: 32px;
  }

  .slots-palace-rr5mto {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .slots-palace-rxw11e {
    font-size: 50px;
    line-height: 56px;
  }

  .slots-palace-w9uah5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .slots-palace-bz7z54 {
    top: 25px;
    right: 25px;
  }
}

.slots-palace-ma6cql,
.slots-palace-xq115a {
  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;
}

.slots-palace-m44cap.slots-palace-9qe1m9::before,
.slots-palace-xq115a::before,
.slots-palace-dqv4aw::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.slots-palace-okzy2a.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.slots-palace-o04jtu 14.slots-palace-80xvcb.slots-palace-rnjt3b 14.slots-palace-wpdf7r 15.slots-palace-o0ruyx 14.slots-palace-818w3h 15.slots-palace-h8mcym 14.slots-palace-nzcgrc.slots-palace-eorg77 14.slots-palace-4b58nx 19.slots-palace-t1173k 12.slots-palace-xnmaia 19.slots-palace-t1173k 10.slots-palace-plo6r2.slots-palace-t1173k 8.slots-palace-8v86pb 17.slots-palace-97xwbd 7.slots-palace-r0llj8 15.slots-palace-szpf1x 7.slots-palace-il7m42.slots-palace-grmz03 7.slots-palace-r0llj8 11.slots-palace-6b94cv 8.slots-palace-8v86pb 11.slots-palace-6b94cv 10.slots-palace-9f0ike.slots-palace-6b94cv 12.slots-palace-j0raig 13.slots-palace-vs7tys 14.slots-palace-rwebvu 15.slots-palace-ryr9ds 14.slots-palace-979q2t.slots-palace-b0mzxp 14.slots-palace-ympbjb 15.slots-palace-73dh03 14.slots-palace-581le4 15.slots-palace-5g860s 14.slots-palace-hmj90l.slots-palace-o04jtu 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.slots-palace-ibao2y 15.slots-palace-emnxk4.slots-palace-yuuu2z 15.slots-palace-v8nv7b 15.slots-palace-397cki 15.slots-palace-wczptm 15.slots-palace-xxa00q 15.slots-palace-ovoy4l.slots-palace-qw741h 15.slots-palace-wczptm 15.slots-palace-t9aqes 15.slots-palace-03bzk4 15.slots-palace-ij0p9l 15.slots-palace-zk54x5.slots-palace-wqdvsq 15.slots-palace-80vn9i 7.slots-palace-5jji46 18.slots-palace-canhk1 7.slots-palace-4tjfxk 23.slots-palace-y7scn6.slots-palace-upbypc.slots-palace-xph1q2 18.slots-palace-q2f4tq 19.slots-palace-1x3421 15.slots-palace-8h63zc 15.slots-palace-ibao2y 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.slots-palace-sogirp [type="submit"] *,
.slots-palace-myuui8 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .slots-palace-hlj4k3 {
    display: none;
  }
}

.slots-palace-4vxm84 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .slots-palace-4vxm84 {
  display: none;
}

@media (min-width: 768px) {
  .slots-palace-4vxm84 {
    bottom: 22px;
  }
}

.slots-palace-4vxm84 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .slots-palace-4vxm84 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.slots-palace-mm61in.static) .slots-palace-4vxm84 {
    bottom: 8px;
  }
}

.slots-palace-7ismrt {
  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.slots-palace-okzy2a.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.slots-palace-he2341 3.slots-palace-y5gfh7.slots-palace-mt97ab.slots-palace-nyy4sh 3.slots-palace-uw6w35 3.slots-palace-tktbtv 5.slots-palace-appu29 3.slots-palace-tktbtv 8.slots-palace-yleoq2.slots-palace-hjvwsu.slots-palace-tktbtv 26.slots-palace-g3goeu 5.slots-palace-u8rjnd 28.slots-palace-x2vqt1 8.slots-palace-yc75xy 28.slots-palace-y0z0ka.slots-palace-94ldyw 28.slots-palace-2n3s58.slots-palace-tro7xm 34.slots-palace-cjpya9.slots-palace-0wsnuk 36.slots-palace-43qb6z 11.slots-palace-1v0ad5 37.slots-palace-ogxl8e 12.slots-palace-9pjdpk 36.slots-palace-00pimb.slots-palace-d5kk92 28.slots-palace-dyx0rz.slots-palace-kvwaeh.slots-palace-64q50h 28.slots-palace-y70v2y 36.slots-palace-ctum7a 26.slots-palace-h9ilni 36.slots-palace-ctum7a 23.slots-palace-wtciys.slots-palace-61p8yp.slots-palace-ctum7a 5.slots-palace-chqf3x 34.slots-palace-7lvued 3.slots-palace-uw6w35 31.slots-palace-he2341 3.slots-palace-73uj1v.slots-palace-ain2bx 18.slots-palace-r6arco.slots-palace-kvx2xb 18.slots-palace-xws4dn 8.slots-palace-yed0gm 17.slots-palace-artpco 8.slots-palace-yed0gm 15.slots-palace-86sqm7.slots-palace-yed0gm 14.slots-palace-0l0j09 9.slots-palace-kvx2xb 13.slots-palace-g1ttvy 11.slots-palace-ain2bx 13.slots-palace-stagze.slots-palace-kmpgo5 13.slots-palace-g1ttvy 13.slots-palace-f1i1d9 14.slots-palace-0l0j09 13.slots-palace-f1i1d9 15.slots-palace-toxr4o.slots-palace-f1i1d9 17.slots-palace-artpco 12.slots-palace-kmpgo5 18.slots-palace-xws4dn 11.slots-palace-ain2bx 18.slots-palace-hizlhl.slots-palace-ah0hgy 18.slots-palace-9rtjct.slots-palace-o2zsu7 18.slots-palace-xws4dn 17.slots-palace-nvmfzp 17.slots-palace-artpco 17.slots-palace-nvmfzp 15.slots-palace-cliy7b.slots-palace-nvmfzp 14.slots-palace-0l0j09 18.slots-palace-o2zsu7 13.slots-palace-g1ttvy 20.slots-palace-ah0hgy 13.slots-palace-indguv.slots-palace-4rr2ga 13.slots-palace-g1ttvy 22.slots-palace-khaxs1 14.slots-palace-0l0j09 22.slots-palace-khaxs1 15.slots-palace-y9djba.slots-palace-bfkin6 17.slots-palace-artpco 21.slots-palace-4rr2ga 18.slots-palace-xws4dn 20.slots-palace-ah0hgy 18.slots-palace-vwr3ex.slots-palace-w9h513 18.slots-palace-ullh7i.slots-palace-2tfcou 18.slots-palace-xws4dn 26.slots-palace-6f26q1 17.slots-palace-artpco 26.slots-palace-6f26q1 15.slots-palace-vqfspc.slots-palace-6f26q1 14.slots-palace-0l0j09 27.slots-palace-2tfcou 13.slots-palace-g1ttvy 28.slots-palace-w9h513 13.slots-palace-pot5x0.slots-palace-19yx6r 13.slots-palace-g1ttvy 31.slots-palace-4m6yf8 14.slots-palace-0l0j09 31.slots-palace-4m6yf8 15.slots-palace-7gm361.slots-palace-6f26q1 17.slots-palace-artpco 30.slots-palace-19yx6r 18.slots-palace-xws4dn 28.slots-palace-w9h513 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"])
    .slots-palace-7ismrt {
    display: none;
  }
}

.slots-palace-4rj3dd {
  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) {
  .slots-palace-4rj3dd {
    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;
}

.slots-palace-myuui8 {
  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) {
  .slots-palace-myuui8 {
    padding: 14px 16px;
  }
}

.slots-palace-myuui8 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.slots-palace-myuui8 button:first-child {
  align-content: end;
}

.slots-palace-myuui8 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .slots-palace-myuui8
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .slots-palace-myuui8
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.slots-palace-myuui8 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.slots-palace-myuui8 button:last-child svg {
  width: 38px;
  height: 38px;
}

.slots-palace-dqv4aw {
  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;
}

.slots-palace-dqv4aw::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .slots-palace-dqv4aw,
.pc61d126-chatbot[data-active-screen="3"]
  .slots-palace-dqv4aw {
  opacity: 1;
  visibility: visible;
}

.slots-palace-t8g0rc {
  flex: 1 1;
}

.slots-palace-30zybm {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .slots-palace-30zybm {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .slots-palace-1l7nsj {
  display: block;
}

.slots-palace-55nn84 {
  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) {
  .slots-palace-55nn84 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.slots-palace-xq115a {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.slots-palace-xq115a::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.slots-palace-gtltat span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.slots-palace-gtltat p {
  color: var(--Text-100);
}

.slots-palace-xq115a .slots-palace-ezhv8p {
  grid-area: button;
}

.slots-palace-xq115a .slots-palace-ezhv8p::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.slots-palace-okzy2a.org/2000/svg'%3E%3Cpath d='M4.slots-palace-xtzl5j 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.slots-palace-9avp4w 15L16.slots-palace-9avp4w 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.slots-palace-9avp4w 5L16.slots-palace-9avp4w 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .slots-palace-lukmk1 {
  display: block;
}

.slots-palace-0k46oo {
  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) {
  .slots-palace-0k46oo {
    margin-top: 40px;
  }
}

.slots-palace-ma6cql label,
.slots-palace-ma6cql input {
  display: block;
  width: 100%;
}

.slots-palace-ma6cql label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.slots-palace-ma6cql label.slots-palace-43ruib input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.slots-palace-ma6cql label.slots-palace-43ruib::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;
}

.slots-palace-ma6cql 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;
}

.slots-palace-ma6cql input::placeholder {
  color: var(--Text-400);
}

.slots-palace-i0wdhm {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .slots-palace-i0wdhm {
  display: flex;
}

.slots-palace-i0wdhm ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .slots-palace-i0wdhm ol {
    height: 420px;
    padding: 24px;
  }
}

.slots-palace-i0wdhm ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.slots-palace-sogirp {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .slots-palace-sogirp {
    padding: 0 24px 24px;
  }
}

.slots-palace-sogirp 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;
}

.slots-palace-sogirp input::placeholder {
  color: var(--Text-400);
}

.slots-palace-sogirp [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.slots-palace-sogirp [type="submit"]:disabled {
  opacity: 0.5;
}

.slots-palace-sogirp [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .slots-palace-sogirp [type="submit"] {
    right: 40px;
  }
}

.slots-palace-m44cap {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.slots-palace-m44cap.slots-palace-9qe1m9 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.slots-palace-m44cap.slots-palace-9qe1m9::before {
  content: "";
  width: 31px;
}

.slots-palace-m44cap.slots-palace-9qe1m9 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.slots-palace-m44cap.slots-palace-6cnbml p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.slots-palace-m44cap p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.slots-palace-4vxm84 .slots-palace-ezhv8p {
  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;
  }
}

.slots-palace-hlj4k3 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .slots-palace-hlj4k3 {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .slots-palace-hlj4k3 {
    padding: 15px 0;
  }
}

.slots-palace-hlj4k3 .slots-palace-ethjt0 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .slots-palace-hlj4k3 .slots-palace-ethjt0 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.slots-palace-abku0p {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .slots-palace-abku0p {
    max-width: 180px;
    height: 47px;
  }
}

.slots-palace-abku0p picture,
.slots-palace-abku0p img {
  display: block;
  width: 100%;
  height: 100%;
}

.slots-palace-abku0p img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .slots-palace-32t8j4 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.slots-palace-ckdob9 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .slots-palace-hlj4k3.slots-palace-da9t1h .slots-palace-32t8j4 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .slots-palace-32t8j4 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .slots-palace-32t8j4 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.slots-palace-d3rfp2,
.slots-palace-ervvg3 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .slots-palace-d3rfp2,
  .slots-palace-ervvg3 {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .slots-palace-ervvg3 {
    display: none;
  }
}

.slots-palace-14pgkw {
  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;
}

.slots-palace-da9t1h .slots-palace-14pgkw {
  background: var(--fh-bg-color);
}

.slots-palace-14pgkw button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .slots-palace-14pgkw {
    display: none;
  }
}

.slots-palace-e32mqg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .slots-palace-e32mqg {
    display: none;
  }
}

.slots-palace-248nkl {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.slots-palace-hlj4k3.slots-palace-da9t1h .slots-palace-248nkl:first-child {
  display: none;
}

.slots-palace-hlj4k3.slots-palace-da9t1h .slots-palace-248nkl:last-child {
  display: block;
}

.slots-palace-248nkl:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .slots-palace-248nkl {
    display: none;
  }
}

.slots-palace-kyuuu8 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .slots-palace-kyuuu8 {
    display: flex;
  }
}

.slots-palace-kyuuu8 ul {
  max-height: 350px;
  overflow-y: auto;
}

.slots-palace-kyuuu8:hover ul {
  visibility: visible;
  opacity: 1;
}

.slots-palace-kyuuu8:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.slots-palace-kyuuu8:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.slots-palace-kyuuu8:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.slots-palace-kyuuu8:hover .slots-palace-f67o6i svg {
  transform: rotate(180deg);
}

.slots-palace-7g6rdi {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.slots-palace-yunpau {
  padding: 0 8px;
}

.slots-palace-9s8fkq {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.slots-palace-9s8fkq:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .slots-palace-9s8fkq {
    padding: 4px 8px;
  }
}

.slots-palace-fa1rlh {
  display: flex;
}

.slots-palace-fa1rlh img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.slots-palace-f67o6i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.slots-palace-f67o6i svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.slots-palace-grmsf5 {
  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) {
  .slots-palace-grmsf5 {
    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;
  }
}

.slots-palace-8ux3sw {
  width: 100%;
}

@media (min-width: 1200px) {
  .slots-palace-8ux3sw {
    display: none;
  }
}

.slots-palace-tj842g {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.slots-palace-031mfo {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.slots-palace-hds0ne {
  display: flex;
}

.slots-palace-l4mx89 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.slots-palace-29fwp6 {
  list-style: none;
}

@media (max-width: 1199px) {
  .slots-palace-29fwp6 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .slots-palace-29fwp6 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .slots-palace-29fwp6 .slots-palace-twamg3 [data-ref-el],
  .slots-palace-29fwp6 .slots-palace-twamg3 span,
  .slots-palace-29fwp6 .slots-palace-twamg3 a {
    white-space: nowrap;
  }
}

.slots-palace-69391x {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .slots-palace-69391x.slots-palace-p4jkvs > .slots-palace-twamg3 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .slots-palace-69391x.slots-palace-0jr0x4:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .slots-palace-69391x.slots-palace-p4jkvs > .slots-palace-s4rhhm {
    height: auto;
  }

  .slots-palace-69391x.slots-palace-p4jkvs > div > .slots-palace-391zw7 {
    transform: rotate(180deg);
  }
}

.slots-palace-69391x [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.slots-palace-69391x [data-ref-el],
.slots-palace-69391x span {
  cursor: pointer;
}

.slots-palace-69391x [data-ref-el],
.slots-palace-69391x span,
.slots-palace-69391x a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .slots-palace-69391x [data-ref-el],
  .slots-palace-69391x span,
  .slots-palace-69391x a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .slots-palace-69391x [data-ref-el],
  .slots-palace-69391x span,
  .slots-palace-69391x a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.slots-palace-s4rhhm {
  height: 0;
  overflow: hidden;
  transition: height 0.slots-palace-ckdob9 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.slots-palace-s4rhhm::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.slots-palace-s4rhhm::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.slots-palace-s4rhhm::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .slots-palace-s4rhhm {
    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;
  }

  .slots-palace-s4rhhm:has(> .slots-palace-69391x.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .slots-palace-s4rhhm .slots-palace-s4rhhm {
    padding: 0;
  }

  .slots-palace-s4rhhm .slots-palace-69391x {
    font-weight: 400;
  }

  .slots-palace-s4rhhm .slots-palace-69391x:hover > .slots-palace-twamg3 {
    background: var(--Neutral-300);
  }

  .slots-palace-s4rhhm .slots-palace-391zw7 {
    rotate: -90deg;
  }
}

.slots-palace-twamg3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .slots-palace-twamg3 {
    padding: 8px;
  }

  .slots-palace-69391x.slots-palace-ka96p4 > .slots-palace-twamg3 {
    background: var(--Neutral-300);
  }
}

.slots-palace-391zw7 {
  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.slots-palace-okzy2a.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.slots-palace-kgmcfp 0.slots-palace-n102i5.slots-palace-rfd6ne -0.slots-palace-68rv7v 0.slots-palace-bq7oia -0.slots-palace-68rv7v 1.slots-palace-1x6v0z 0.slots-palace-l4039v.slots-palace-1si6l6 4.slots-palace-whvlc9.slots-palace-kgmcfp 0.slots-palace-mopacy.slots-palace-sfq1pr -0.slots-palace-68rv7v 9.slots-palace-pqqzff -0.slots-palace-68rv7v 10.slots-palace-tnep75 0.slots-palace-1e90jb.slots-palace-xj54cs 0.slots-palace-rfd6ne 10.slots-palace-xj54cs 0.slots-palace-bq7oia 10.slots-palace-tnep75 1.slots-palace-16t654.slots-palace-b7ica5 5.slots-palace-9j02dm.slots-palace-bu5wls 6.slots-palace-1sqo1y 5.slots-palace-piqt52 6.slots-palace-1sqo1y 4.slots-palace-zdym1c 5.slots-palace-78o0bl.slots-palace-kgmcfp 1.slots-palace-idtf1z.slots-palace-68rv7v 0.slots-palace-bq7oia -0.slots-palace-68rv7v 0.slots-palace-rfd6ne 0.slots-palace-kgmcfp 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.slots-palace-ckdob9 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .slots-palace-391zw7 {
    cursor: default;
  }
}

.slots-palace-no9bxp {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.slots-palace-yd4a1w {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .slots-palace-yd4a1w {
    padding: 40px 4px;
  }
}

.slots-palace-3nauzh {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .slots-palace-3nauzh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.slots-palace-ucz2h6 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .slots-palace-ucz2h6 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.slots-palace-ucz2h6 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.slots-palace-ucz2h6 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.slots-palace-ucz2h6 [data-ref-el],
.slots-palace-ucz2h6 span,
.slots-palace-ucz2h6 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.slots-palace-1tj9qq {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .slots-palace-1tj9qq {
    margin-bottom: 12px;
  }
}

.slots-palace-xwyi0b {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.slots-palace-xwyi0b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .slots-palace-xwyi0b:last-child {
    margin-right: 0;
  }
}

.slots-palace-pytmb7 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.slots-palace-1tj9qq:hover .slots-palace-k4llx9 {
  visibility: visible;
  opacity: 1;
}

.slots-palace-k4llx9 {
  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);
}

.slots-palace-24vw13 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.slots-palace-w1jv22 {
  display: flex;
  margin: 6px;
}

.slots-palace-w1jv22 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.slots-palace-k4llx9::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);
}

.slots-palace-k4llx9::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);
}

.slots-palace-v9b8po {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .slots-palace-v9b8po {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.slots-palace-ei828h {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .slots-palace-ei828h {
    margin-right: 32px;
  }
}

.slots-palace-euylj4 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .slots-palace-euylj4 {
    margin-top: 0;
    width: 340px;
  }
}

.slots-palace-euylj4 a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.slots-palace-qkmt78 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.slots-palace-eww2p6 {
  position: relative;
}

@media (min-width: 768px) {
  .slots-palace-eww2p6 {
    margin-top: 40px;
  }
}

.slots-palace-eww2p6 + .slots-palace-zcjbmq,
.slots-palace-eww2p6 + .slots-palace-eww2p6 {
  margin-top: 24px;
}

.slots-palace-gcdtb4 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .slots-palace-gcdtb4 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .slots-palace-gcdtb4 {
    padding: 80px;
  }
}

.slots-palace-gdcr2b {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .slots-palace-gdcr2b {
    padding: 0 16px;
}


}

.slots-palace-dleh7b {
  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) {
  .slots-palace-dleh7b {
    font-size: 48px;
    line-height: 56px;
  }
}

.slots-palace-w9ekcu {
  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) {
  .slots-palace-w9ekcu {
    font-size: 24px;
    line-height: 32px;
  }
}

.slots-palace-4qujgn {
  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;
}

.slots-palace-4qujgn:hover {
  background: var(--button-bg-hover);
}

.slots-palace-lr6hbw {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.slots-palace-lr6hbw img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .slots-palace-lr6hbw img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .slots-palace-lr6hbw img {
  min-height: 100%;
  }
}

.slots-palace-gcdtb4::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.slots-palace-pbctwu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.slots-palace-pbctwu h1,
.slots-palace-pbctwu h2,
.slots-palace-pbctwu h3,
.slots-palace-pbctwu h4 {
  margin-bottom: 6px;
}

.slots-palace-pbctwu h1:not(:first-child),
.slots-palace-pbctwu h2:not(:first-child),
.slots-palace-pbctwu h3:not(:first-child),
.slots-palace-pbctwu h4:not(:first-child) {
  margin-top: 16px;
}

.slots-palace-pbctwu h1,
.slots-palace-pbctwu h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .slots-palace-pbctwu h1,
  .slots-palace-pbctwu h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.slots-palace-pbctwu h2,
.slots-palace-pbctwu h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .slots-palace-pbctwu h2,
  .slots-palace-pbctwu h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.slots-palace-pbctwu h3,
.slots-palace-pbctwu h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .slots-palace-pbctwu h3,
  .slots-palace-pbctwu h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.slots-palace-pbctwu h4,
.slots-palace-pbctwu h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.slots-palace-pbctwu ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.slots-palace-pbctwu ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.slots-palace-pbctwu 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);
}

.slots-palace-pbctwu ul ul {
  margin-bottom: 8px;
}

.slots-palace-pbctwu ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.slots-palace-pbctwu ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.slots-palace-pbctwu ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.slots-palace-pbctwu ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.slots-palace-pbctwu ol li::marker {
  font-weight: 700;
}

.slots-palace-pbctwu ol ol {
  margin-bottom: 8px;
}

.slots-palace-pbctwu ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.slots-palace-pbctwu ol ul li {
  padding-left: 16px;
}

.slots-palace-pbctwu 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) {
  .slots-palace-pbctwu table {
    padding: 24px;
  }
}

.slots-palace-pbctwu table.slots-palace-hraeeu {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.slots-palace-ckdob9,
    mask-image 0.3s;
}

.slots-palace-pbctwu table.slots-palace-hraeeu.slots-palace-sz2zv2 {
  -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) {
  .slots-palace-pbctwu table {
    display: table;
  }
}

.slots-palace-pbctwu table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.slots-palace-pbctwu table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.slots-palace-pbctwu table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.slots-palace-pbctwu 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) {
  .slots-palace-pbctwu table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.slots-palace-pbctwu table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.slots-palace-pbctwu table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.slots-palace-pbctwu table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.slots-palace-pbctwu img {
  max-width: 100%;
  height: auto;
}

.slots-palace-ht2ixa {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
}

@media (min-width: 768px) {
  .slots-palace-ht2ixa {
    padding: 24px;
  }
}

.slots-palace-rvhvkg {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .slots-palace-rvhvkg {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.slots-palace-rvhvkg > * {
  margin: 0 !important;
}

.slots-palace-rvhvkg img,
.slots-palace-as2whe {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slots-palace-rvhvkg img,
  .slots-palace-as2whe {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slots-palace-mx7djf {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slots-palace-mx7djf {
    width: 32px;
    height: 32px;
  }
}

.slots-palace-3yrfbt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.slots-palace-3yrfbt .slots-palace-jcs5vw {
  flex-shrink: 0;
}

.slots-palace-3yrfbt .slots-palace-t512tl svg {
  display: none;
}

.slots-palace-6xjnds {
  display: grid;
  transition: max-height 0.slots-palace-ckdob9 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .slots-palace-6xjnds {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .slots-palace-6xjnds {
    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));
  }
}

.slots-palace-6xjnds.slots-palace-mk32lv + .slots-palace-jcs5vw svg {
  transform: rotate(180deg);
}

.slots-palace-lfrf3k {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.slots-palace-lfrf3k > div:nth-child(3n) {
  grid-column: span 2;
}

.slots-palace-lfrf3k
  > div:nth-child(3n)
  .slots-palace-px7l67
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .slots-palace-lfrf3k {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .slots-palace-lfrf3k > div:nth-child(3n) {
    grid-column: unset;
  }

  .slots-palace-lfrf3k
    > div:nth-child(3n)
    .slots-palace-px7l67
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .slots-palace-lfrf3k {
    max-width: 270px;
  }
}

.slots-palace-lfrf3k .slots-palace-px7l67 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .slots-palace-lfrf3k .slots-palace-px7l67 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .slots-palace-lfrf3k .slots-palace-px7l67 button {
    max-width: 104px;
  }
}

.slots-palace-6zzlwd {
  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) {
  .slots-palace-6zzlwd {
    margin-bottom: 0;
  }
}

.slots-palace-tytzqv {
  display: none;
  opacity: 0;
}

.slots-palace-h4gjo6 {
  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;
  }
}

.slots-palace-h4gjo6 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.slots-palace-px7l67 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.slots-palace-px7l67 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .slots-palace-px7l67
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .slots-palace-px7l67
    button {
    max-width: 145px;
  }
}

.slots-palace-kbrc7g:first-child
  .slots-palace-px7l67
  button {
  max-width: 270px;
}

.slots-palace-nnr2hs {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.slots-palace-6zzlwd picture {
  width: 100%;
  max-width: 100%;
}

.slots-palace-m5zq3v {
  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;
}

.slots-palace-m5zq3v svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.slots-palace-6zzlwd:hover .slots-palace-m5zq3v {
  display: flex;
}

.slots-palace-hvaokj {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.slots-palace-032g9r {
  display: flex;
}

.slots-palace-032g9r:hover .slots-palace-hza4y7,
.slots-palace-032g9r .slots-palace-ka96p4 .slots-palace-hza4y7 {
  display: flex;
}

.slots-palace-032g9r svg {
  flex-shrink: 0;
}

.slots-palace-hza4y7 {
  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) {
  .slots-palace-hza4y7 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.slots-palace-hza4y7:hover {
  display: flex;
}

.slots-palace-hza4y7 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.slots-palace-gvxa0x {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .slots-palace-gvxa0x {
    font-size: 12px;
  }
}

.slots-palace-frv15j,
.slots-palace-xocvin {
  width: 50%;
  flex-shrink: 0;
}

.slots-palace-frv15j {
  font-weight: 700;
}

.slots-palace-j7xkfp .slots-palace-6xjnds {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .slots-palace-j7xkfp .slots-palace-6xjnds {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .slots-palace-j7xkfp .slots-palace-6xjnds {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.slots-palace-j7xkfp
  .slots-palace-nnr2hs:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.slots-palace-j7xkfp .slots-palace-h4gjo6 {
  height: 100% !important;
  border-radius: 16px;
}

.slots-palace-j7xkfp .slots-palace-px7l67 {
  gap: 4px;
  align-items: center;
}

.slots-palace-j7xkfp .slots-palace-px7l67 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slots-palace-j7xkfp .slots-palace-px7l67 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.slots-palace-j7xkfp .slots-palace-mb4hy1,
.slots-palace-j7xkfp .slots-palace-hzcixg {
  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.slots-palace-okzy2a.org/2000/svg'%3E%3Cpath d='M9.slots-palace-dgiqz7 4.slots-palace-918lei.slots-palace-9dxtuk 5.slots-palace-upnfqb.slots-palace-fq2mta 5.slots-palace-wqu9tz.slots-palace-33zy0y 5.slots-palace-n65l0x.slots-palace-60tflw 8.slots-palace-na4jqw.slots-palace-piub55 9.slots-palace-lz9cx0.slots-palace-1xqfd0 9.slots-palace-44fk9z.slots-palace-491ix1 13.slots-palace-v26gul.slots-palace-nigvsc 11.slots-palace-6oi80q.slots-palace-j13xge 11.slots-palace-sfnxzw.slots-palace-yjcekr 11.slots-palace-cgyj4x.slots-palace-drgkse 13.slots-palace-hbtjwp.slots-palace-rnwq4e 9.slots-palace-vfz4bd.slots-palace-zzs626 9.slots-palace-sbr7zl.slots-palace-5mc3z2 8.slots-palace-exf9ve.slots-palace-pmzbcd 5.slots-palace-taq1bt.slots-palace-6983h4 5.slots-palace-tbqq1k.slots-palace-gle3bz 5.slots-palace-twvtsu.slots-palace-y97jhb 4.slots-palace-2yln27.slots-palace-j13xge 1.slots-palace-gohzvo.slots-palace-dgiqz7 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.slots-palace-j7xkfp .slots-palace-mb4hy1 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.slots-palace-j7xkfp .slots-palace-hzcixg {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.slots-palace-v6hfbc {
  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) {
  .slots-palace-v6hfbc {
    padding: 24px;
  }
}

.slots-palace-v6hfbc .slots-palace-jcs5vw {
  display: flex;
}

@media (min-width: 768px) {
  .slots-palace-v6hfbc .slots-palace-jcs5vw {
    display: none;
  }
}

.slots-palace-v6hfbc .slots-palace-t512tl svg {
  display: none;
}

.slots-palace-gwx3u8 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.slots-palace-gwx3u8 .slots-palace-xez6zv {
  display: none;
}

@media (min-width: 768px) {
  .slots-palace-gwx3u8 .slots-palace-xez6zv {
    display: flex;
  }
}

.slots-palace-j9k7fl {
  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) {
  .slots-palace-j9k7fl {
    font-size: 40px;
    line-height: 48px;
  }
}

.slots-palace-j9k7fl > * {
  margin: 0 !important;
}

.slots-palace-j9k7fl img,
.slots-palace-frtuig {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slots-palace-j9k7fl img,
  .slots-palace-frtuig {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slots-palace-asgzzc {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slots-palace-asgzzc {
    width: 32px;
    height: 32px;
  }
}

.slots-palace-u41555 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .slots-palace-u41555 {
    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;
  }

  .slots-palace-u41555::-webkit-scrollbar {
    display: none;
  }
}

.slots-palace-5h4oap {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .slots-palace-5h4oap {
    padding: 7px 15px;
  }
}

.slots-palace-5h4oap:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.slots-palace-qt508d {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .slots-palace-qt508d {
    display: flex;
    opacity: 1;
  }
}

.slots-palace-5h4oap picture {
  height: 100%;
  display: block;
}

.slots-palace-5h4oap img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .slots-palace-5h4oap img {
    width: 88px;
    height: 44px;
  }
}

.slots-palace-5h4oap p {
  text-align: center;
  width: 100%;
}

.slots-palace-6ogcpb {
  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) {
  .slots-palace-6ogcpb {
    font-size: 40px;
    line-height: 48px;
  }
}

.slots-palace-6ogcpb img,
.slots-palace-u53js3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slots-palace-6ogcpb img,
  .slots-palace-u53js3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slots-palace-vg5amu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slots-palace-vg5amu {
    width: 32px;
    height: 32px;
  }
}

.slots-palace-kc29lh {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.slots-palace-t72iue {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
  padding: 24px;
  padding-top: 30px;
}

.slots-palace-2lgezz {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.slots-palace-2lgezz.slots-palace-ka96p4 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.slots-palace-g57iip {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .slots-palace-g57iip {
    font-size: 20px;
    line-height: 28px;
  }
}

.slots-palace-mr1bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.slots-palace-schwpl {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.slots-palace-ckdob9 ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.slots-palace-njvyqr {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.slots-palace-njvyqr ol,
.slots-palace-njvyqr ul {
  padding-left: 1.3em;
}

.slots-palace-2lgezz.slots-palace-ka96p4 .slots-palace-schwpl {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.slots-palace-2lgezz.slots-palace-ka96p4 .slots-palace-mr1bar {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.slots-palace-lpgb8l {
  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) {
  .slots-palace-lpgb8l {
    padding: 24px;
  }
}

.slots-palace-lpgb8l .slots-palace-jcs5vw {
  display: flex;
}

@media (min-width: 768px) {
  .slots-palace-lpgb8l .slots-palace-jcs5vw {
    display: none;
  }
}

.slots-palace-lpgb8l .slots-palace-t512tl svg {
  display: none;
}

.slots-palace-edeksg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slots-palace-edeksg .slots-palace-xez6zv {
  display: none;
}

@media (min-width: 768px) {
  .slots-palace-edeksg .slots-palace-xez6zv {
    display: flex;
  }
}

.slots-palace-fil1ta {
  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) {
  .slots-palace-fil1ta {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.slots-palace-fil1ta > * {
  margin: 0 !important;
}

.slots-palace-fil1ta img,
.slots-palace-wrw524 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slots-palace-fil1ta img,
  .slots-palace-wrw524 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slots-palace-r4ejoy {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slots-palace-r4ejoy {
    width: 32px;
    height: 32px;
  }
}

.slots-palace-0hv1qr {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .slots-palace-0hv1qr {
    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;
  }

  .slots-palace-0hv1qr::-webkit-scrollbar {
    display: none;
  }
}

.slots-palace-ts73h2 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.slots-palace-ts73h2:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.slots-palace-hf1hp5 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .slots-palace-hf1hp5 {
    display: flex;
    opacity: 1;
  }
}

.slots-palace-ts73h2 picture {
  width: auto;
  height: 100%;
  display: block;
}

.slots-palace-ts73h2 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.slots-palace-wxvuw5 {
  margin: -24px 0;
}

.slots-palace-wxvuw5:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .slots-palace-wxvuw5 {
    margin: -16px 0;
  }
}

.slots-palace-40dzd7 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .slots-palace-40dzd7 {
    flex-direction: row;
  }
}

.slots-palace-agdwis {
  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) {
  .slots-palace-agdwis {
    flex: 1;
  }
}

.slots-palace-agdwis::placeholder {
  color: var(--Text-400);
}

.slots-palace-0uuxrr {
  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;
}

.slots-palace-gro28u {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slots-palace-gro28u::-webkit-scrollbar {
  display: none;
}

.slots-palace-ko5tjg {
  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;
}

.slots-palace-ko5tjg img,
.slots-palace-ko5tjg svg {
  margin-right: 8px;
}

.slots-palace-z7ki9m {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.slots-palace-wxvuw5 + .slots-palace-nam7l9 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .slots-palace-wxvuw5 + .slots-palace-nam7l9 {
    margin-top: -16px;
  }
}

.slots-palace-j0rw3q {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.slots-palace-j0rw3q > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.slots-palace-j0rw3q > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.slots-palace-kf0xxx {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.slots-palace-m9t4ee {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.slots-palace-704nld {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.slots-palace-a1er9j {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.slots-palace-60kako {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.slots-palace-kf0xxx 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;
}

.slots-palace-kf0xxx 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) {
  .slots-palace-kf0xxx {
    padding: 39px 179px 39px 39px;
  }

  .slots-palace-m9t4ee {
    font-size: 40px;
    line-height: 48px;
  }

  .slots-palace-60kako {
    height: 348px;
  }

  .slots-palace-kf0xxx button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .slots-palace-kf0xxx button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .slots-palace-kf0xxx {
    padding: 63px;
  }
}

.slots-palace-kfzaci {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .slots-palace-kfzaci {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.slots-palace-782js5 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .slots-palace-782js5 {
    width: auto;
  }
}

.slots-palace-djyb08 {
  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;
}

.slots-palace-djyb08::-webkit-scrollbar {
  display: none;
}

.slots-palace-djyb08 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);
}

.slots-palace-djyb08 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .slots-palace-djyb08 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.slots-palace-kfzaci .slots-palace-35r04j {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.slots-palace-ckdob9,
    mask-image 0.3s;
}

.slots-palace-kfzaci .slots-palace-35r04j.slots-palace-sz2zv2 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.slots-palace-oyfhez {
  margin: 40px -16px;
}

.slots-palace-795cfz + .slots-palace-zcjbmq,
.slots-palace-795cfz + .slots-palace-eww2p6 {
  margin-top: 24px;
}

.slots-palace-mekclo {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.slots-palace-mekclo picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.slots-palace-zh80td {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .slots-palace-zh80td {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .slots-palace-zh80td {
    margin-top: 0;
  }
}

.slots-palace-h6f6l1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .slots-palace-h6f6l1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.slots-palace-2ttaql {
  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) {
  .slots-palace-2ttaql {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.slots-palace-nb2dg1 {
  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) {
  .slots-palace-nb2dg1 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.slots-palace-k81415 {
  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) {
  .slots-palace-k81415 {
    font-size: 20px;
    line-height: 28px;
  }
}

.slots-palace-bxioje {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .slots-palace-bxioje {
    font-size: 32px;
    line-height: 40px;
  }
}

.slots-palace-n9rsoz {
  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;
}

.slots-palace-tolm13 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.slots-palace-tolm13 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slots-palace-nam7l9 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.slots-palace-59izpa {
  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) {
  .slots-palace-59izpa {
    padding: 15px 48px;
  }
}

main > .slots-palace-nam7l9 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .slots-palace-6xjnds.slots-palace-sltvtl > div:nth-child(n+5) {
    display: none;
  }
}

.slots-palace-pbctwu p a img {
  display: block;
  margin: 0 auto;
}


.slots-palace-tn3qmv {
  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 */
.slots-palace-r401ti {
  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;
}

.slots-palace-r401ti label {
  font-size: 14px;
}

.slots-palace-r401ti h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.slots-palace-r401ti input,
.slots-palace-r401ti textarea,
.slots-palace-r401ti 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;
}
.slots-palace-r401ti button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.slots-palace-woyeta ease;
}
.slots-palace-r401ti button:hover {
  background-color: var(--button-bg-hover);
}
.slots-palace-ftijw9 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.slots-palace-egeem8 ease-in;
}

.slots-palace-ftijw9 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;
}
.slots-palace-cvu9di, .slots-palace-c9gfrt, [class*="review-card"],
thead, thead th, table th, .slots-palace-70v5o2,
.slots-palace-8m73hu, [class*="collapsible-header"],
.slots-palace-04bdx2, [class*="updated-block"] {
  color: #ece7dc !important;
}

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