* {
  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-gallery-h57d1o {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-h57d1o {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .slots-gallery-h57d1o {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.slots-gallery-kty3gz {
  overflow: hidden;
}

.slots-gallery-89el7v img {
  background: var(--Neutral-300);
}

.slots-gallery-vrae6q {
  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-gallery-01di3i {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.slots-gallery-01di3i:hover {
  background: var(--button-bg-hover);
}

.slots-gallery-c90uai {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.slots-gallery-c90uai:hover {
  background: var(--button-bg-hover);
}

.slots-gallery-7oilcb {
  font-size: 12px;
  line-height: 18px;
}

.slots-gallery-zu01w7 {
  font-size: 18px;
  line-height: 26px;
}

.slots-gallery-i04p8s {
  width: 100%;
}

.slots-gallery-ejozx8 {
  padding: 6px 16px;
}

.slots-gallery-ogpqxj {
  padding: 10px 16px;
}

.slots-gallery-s0e9l2 {
  padding: 15px 26px;
}

.slots-gallery-1gyrao {
  flex-shrink: 0;
}

.slots-gallery-34eqy1 {
  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-gallery-8kavqm {
  display: none;
}

.slots-gallery-ych58j {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.slots-gallery-b0endk {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.slots-gallery-aam2bp {
  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-gallery-uidewa {
  cursor: grab;
}

.slots-gallery-aam2bp::-webkit-scrollbar {
  display: none;
}

.slots-gallery-xnm0jn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.slots-gallery-flygap {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.slots-gallery-ycb78p {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.slots-gallery-f7vf18 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.slots-gallery-dobi8d {
  visibility: visible;
}

.slots-gallery-vad5el {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.slots-gallery-51eu3i ease;
}

.slots-gallery-9lpmhc {
  background-color: var(--Primary-200);
  width: 16px;
}

.slots-gallery-a3xveo {
  -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-gallery-51eu3i,
    mask-image 0.3s;
}

.slots-gallery-a3xveo.slots-gallery-bow7ao {
  -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-gallery-7mlmth: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-gallery-8mgnvq {
  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-gallery-nydflf.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-gallery-nydflf.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-gallery-am9ufi {
  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-gallery-am9ufi::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-gallery-h9acd2 {
  position: relative;
  z-index: 1;
}

.slots-gallery-3dl0jy {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.slots-gallery-w8nwhc {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.slots-gallery-vhqmg2 {
  font-size: 40px;
  line-height: 48px;
}

.slots-gallery-ej46q6 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.slots-gallery-onit4v {
  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-gallery-onit4v:hover {
  background: var(--Primary-400);
}

.slots-gallery-onit4v svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.slots-gallery-7mlmth 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-gallery-am9ufi {
    max-width: 600px;
    padding: 64px;
  }

  .slots-gallery-3dl0jy {
    font-size: 24px;
    line-height: 32px;
  }

  .slots-gallery-w8nwhc {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .slots-gallery-vhqmg2 {
    font-size: 50px;
    line-height: 56px;
  }

  .slots-gallery-ej46q6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .slots-gallery-8mgnvq {
    top: 25px;
    right: 25px;
  }
}

.slots-gallery-i5gjuy,
.slots-gallery-01s913 {
  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-gallery-nhngxy.slots-gallery-g80fmr::before,
.slots-gallery-01s913::before,
.slots-gallery-9dbbs3::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-gallery-nydflf.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.slots-gallery-lokjil 14.slots-gallery-c4ikku.slots-gallery-duiqmy 14.slots-gallery-39v8bf 15.slots-gallery-v9mrpa 14.slots-gallery-gzi1l5 15.slots-gallery-15uib0 14.slots-gallery-e56rid.slots-gallery-9saj6s 14.slots-gallery-o3jaer 19.slots-gallery-wpauwe 12.slots-gallery-c57mwh 19.slots-gallery-wpauwe 10.slots-gallery-blfccj.slots-gallery-wpauwe 8.slots-gallery-9j44zw 17.slots-gallery-49ce7n 7.slots-gallery-eup4vl 15.slots-gallery-phkdk1 7.slots-gallery-udvp5r.slots-gallery-bqvpzi 7.slots-gallery-eup4vl 11.slots-gallery-qxrzsi 8.slots-gallery-9j44zw 11.slots-gallery-qxrzsi 10.slots-gallery-684yku.slots-gallery-qxrzsi 12.slots-gallery-mck4nn 13.slots-gallery-xyxk1p 14.slots-gallery-rsc05d 15.slots-gallery-5m4r2s 14.slots-gallery-ekqgbo.slots-gallery-bk8gfq 14.slots-gallery-dxi6bx 15.slots-gallery-613303 14.slots-gallery-f436do 15.slots-gallery-glyqre 14.slots-gallery-t08v63.slots-gallery-lokjil 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.slots-gallery-25fapt 15.slots-gallery-p2b6tn.slots-gallery-jpnwrw 15.slots-gallery-0bnfvl 15.slots-gallery-xna9g1 15.slots-gallery-3f2izc 15.slots-gallery-27l8ik 15.slots-gallery-0fenar.slots-gallery-k94dwf 15.slots-gallery-3f2izc 15.slots-gallery-rx4jhk 15.slots-gallery-6c8b3v 15.slots-gallery-oymvmq 15.slots-gallery-94za92.slots-gallery-4t94tc 15.slots-gallery-bw8r7w 7.slots-gallery-uvc00f 18.slots-gallery-rxa0aj 7.slots-gallery-zgqpmj 23.slots-gallery-pzpn24.slots-gallery-nze88h.slots-gallery-60dg4g 18.slots-gallery-5ijtk2 19.slots-gallery-bn3127 15.slots-gallery-xka1hw 15.slots-gallery-25fapt 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.slots-gallery-wwp5rx [type="submit"] *,
.slots-gallery-bejiyv button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .slots-gallery-ijssmo {
    display: none;
  }
}

.slots-gallery-r3qnri {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .slots-gallery-r3qnri {
  display: none;
}

@media (min-width: 768px) {
  .slots-gallery-r3qnri {
    bottom: 22px;
  }
}

.slots-gallery-r3qnri input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .slots-gallery-r3qnri {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.slots-gallery-en3p2q.static) .slots-gallery-r3qnri {
    bottom: 8px;
  }
}

.slots-gallery-gh9md9 {
  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-gallery-nydflf.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.slots-gallery-lw5ed6 3.slots-gallery-12ypxr.slots-gallery-iqs5wg.slots-gallery-uiw8pl 3.slots-gallery-fegv4d 3.slots-gallery-8l8879 5.slots-gallery-61747h 3.slots-gallery-8l8879 8.slots-gallery-c9dz7a.slots-gallery-gc2mlz.slots-gallery-8l8879 26.slots-gallery-upnicx 5.slots-gallery-vbbv4y 28.slots-gallery-luqbwu 8.slots-gallery-uv06wu 28.slots-gallery-ll3qa8.slots-gallery-u3zh0b 28.slots-gallery-ke9won.slots-gallery-iz30fm 34.slots-gallery-shfsop.slots-gallery-sg2v8b 36.slots-gallery-sucljo 11.slots-gallery-rbjtmy 37.slots-gallery-dac4v1 12.slots-gallery-dp088m 36.slots-gallery-wavxlg.slots-gallery-zo8tb8 28.slots-gallery-x2ek1d.slots-gallery-ozw6xj.slots-gallery-i22fzr 28.slots-gallery-gxvlj7 36.slots-gallery-vf3gzi 26.slots-gallery-5gbuoj 36.slots-gallery-vf3gzi 23.slots-gallery-ue7f23.slots-gallery-ybd7z9.slots-gallery-vf3gzi 5.slots-gallery-2050h3 34.slots-gallery-a0nsxp 3.slots-gallery-fegv4d 31.slots-gallery-lw5ed6 3.slots-gallery-bi536j.slots-gallery-7kvyij 18.slots-gallery-mxfh3y.slots-gallery-nbrvrf 18.slots-gallery-14jovo 8.slots-gallery-rnstve 17.slots-gallery-uft56x 8.slots-gallery-rnstve 15.slots-gallery-bgymwc.slots-gallery-rnstve 14.slots-gallery-ho8sen 9.slots-gallery-nbrvrf 13.slots-gallery-gmq68w 11.slots-gallery-7kvyij 13.slots-gallery-553i76.slots-gallery-3jdc1g 13.slots-gallery-gmq68w 13.slots-gallery-zh7qoy 14.slots-gallery-ho8sen 13.slots-gallery-zh7qoy 15.slots-gallery-hn0dj4.slots-gallery-zh7qoy 17.slots-gallery-uft56x 12.slots-gallery-3jdc1g 18.slots-gallery-14jovo 11.slots-gallery-7kvyij 18.slots-gallery-ks2rp7.slots-gallery-zjgt8w 18.slots-gallery-t5pqx9.slots-gallery-n0a91g 18.slots-gallery-14jovo 17.slots-gallery-gm7911 17.slots-gallery-uft56x 17.slots-gallery-gm7911 15.slots-gallery-30kogg.slots-gallery-gm7911 14.slots-gallery-ho8sen 18.slots-gallery-n0a91g 13.slots-gallery-gmq68w 20.slots-gallery-zjgt8w 13.slots-gallery-sn5czp.slots-gallery-ihpjk5 13.slots-gallery-gmq68w 22.slots-gallery-f3qp8a 14.slots-gallery-ho8sen 22.slots-gallery-f3qp8a 15.slots-gallery-oot798.slots-gallery-d85vxx 17.slots-gallery-uft56x 21.slots-gallery-ihpjk5 18.slots-gallery-14jovo 20.slots-gallery-zjgt8w 18.slots-gallery-i0t6h1.slots-gallery-rwtcdw 18.slots-gallery-7vjz6f.slots-gallery-95a0gq 18.slots-gallery-14jovo 26.slots-gallery-mez9kc 17.slots-gallery-uft56x 26.slots-gallery-mez9kc 15.slots-gallery-hu5kzc.slots-gallery-mez9kc 14.slots-gallery-ho8sen 27.slots-gallery-95a0gq 13.slots-gallery-gmq68w 28.slots-gallery-rwtcdw 13.slots-gallery-lqotrx.slots-gallery-tz6ysw 13.slots-gallery-gmq68w 31.slots-gallery-o7qwkm 14.slots-gallery-ho8sen 31.slots-gallery-o7qwkm 15.slots-gallery-dk4odd.slots-gallery-mez9kc 17.slots-gallery-uft56x 30.slots-gallery-tz6ysw 18.slots-gallery-14jovo 28.slots-gallery-rwtcdw 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-gallery-gh9md9 {
    display: none;
  }
}

.slots-gallery-50dlnf {
  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-gallery-50dlnf {
    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-gallery-bejiyv {
  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-gallery-bejiyv {
    padding: 14px 16px;
  }
}

.slots-gallery-bejiyv button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.slots-gallery-bejiyv button:first-child {
  align-content: end;
}

.slots-gallery-bejiyv button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .slots-gallery-bejiyv
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .slots-gallery-bejiyv
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.slots-gallery-bejiyv button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.slots-gallery-bejiyv button:last-child svg {
  width: 38px;
  height: 38px;
}

.slots-gallery-9dbbs3 {
  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-gallery-9dbbs3::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .slots-gallery-9dbbs3,
.pc61d126-chatbot[data-active-screen="3"]
  .slots-gallery-9dbbs3 {
  opacity: 1;
  visibility: visible;
}

.slots-gallery-rvwvr3 {
  flex: 1 1;
}

.slots-gallery-rksjmb {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-rksjmb {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .slots-gallery-rvgpy1 {
  display: block;
}

.slots-gallery-cw9n3q {
  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-gallery-cw9n3q {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.slots-gallery-01s913 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.slots-gallery-01s913::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.slots-gallery-w4te8u span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.slots-gallery-w4te8u p {
  color: var(--Text-100);
}

.slots-gallery-01s913 .slots-gallery-61n9gf {
  grid-area: button;
}

.slots-gallery-01s913 .slots-gallery-61n9gf::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-gallery-nydflf.org/2000/svg'%3E%3Cpath d='M4.slots-gallery-dknj0k 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.slots-gallery-mr3trx 15L16.slots-gallery-mr3trx 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.slots-gallery-mr3trx 5L16.slots-gallery-mr3trx 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .slots-gallery-uyip8p {
  display: block;
}

.slots-gallery-0k3xqs {
  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-gallery-0k3xqs {
    margin-top: 40px;
  }
}

.slots-gallery-i5gjuy label,
.slots-gallery-i5gjuy input {
  display: block;
  width: 100%;
}

.slots-gallery-i5gjuy label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.slots-gallery-i5gjuy label.slots-gallery-0tdawf input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.slots-gallery-i5gjuy label.slots-gallery-0tdawf::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-gallery-i5gjuy 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-gallery-i5gjuy input::placeholder {
  color: var(--Text-400);
}

.slots-gallery-0rwmzt {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .slots-gallery-0rwmzt {
  display: flex;
}

.slots-gallery-0rwmzt ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .slots-gallery-0rwmzt ol {
    height: 420px;
    padding: 24px;
  }
}

.slots-gallery-0rwmzt ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.slots-gallery-wwp5rx {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-wwp5rx {
    padding: 0 24px 24px;
  }
}

.slots-gallery-wwp5rx 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-gallery-wwp5rx input::placeholder {
  color: var(--Text-400);
}

.slots-gallery-wwp5rx [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.slots-gallery-wwp5rx [type="submit"]:disabled {
  opacity: 0.5;
}

.slots-gallery-wwp5rx [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .slots-gallery-wwp5rx [type="submit"] {
    right: 40px;
  }
}

.slots-gallery-nhngxy {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.slots-gallery-nhngxy.slots-gallery-g80fmr {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.slots-gallery-nhngxy.slots-gallery-g80fmr::before {
  content: "";
  width: 31px;
}

.slots-gallery-nhngxy.slots-gallery-g80fmr p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.slots-gallery-nhngxy.slots-gallery-dkjedx p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.slots-gallery-nhngxy p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.slots-gallery-r3qnri .slots-gallery-61n9gf {
  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-gallery-ijssmo {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .slots-gallery-ijssmo {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .slots-gallery-ijssmo {
    padding: 15px 0;
  }
}

.slots-gallery-ijssmo .slots-gallery-h57d1o {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .slots-gallery-ijssmo .slots-gallery-h57d1o {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.slots-gallery-3uip1x {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .slots-gallery-3uip1x {
    max-width: 180px;
    height: 47px;
  }
}

.slots-gallery-3uip1x picture,
.slots-gallery-3uip1x img {
  display: block;
  width: 100%;
  height: 100%;
}

.slots-gallery-3uip1x img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .slots-gallery-m4xzs0 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.slots-gallery-51eu3i ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .slots-gallery-ijssmo.slots-gallery-unbxai .slots-gallery-m4xzs0 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .slots-gallery-m4xzs0 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .slots-gallery-m4xzs0 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.slots-gallery-gq9io8,
.slots-gallery-luc2jb {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .slots-gallery-gq9io8,
  .slots-gallery-luc2jb {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .slots-gallery-luc2jb {
    display: none;
  }
}

.slots-gallery-sc4a1b {
  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-gallery-unbxai .slots-gallery-sc4a1b {
  background: var(--fh-bg-color);
}

.slots-gallery-sc4a1b button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .slots-gallery-sc4a1b {
    display: none;
  }
}

.slots-gallery-hx7tln {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .slots-gallery-hx7tln {
    display: none;
  }
}

.slots-gallery-7ose8w {
  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-gallery-ijssmo.slots-gallery-unbxai .slots-gallery-7ose8w:first-child {
  display: none;
}

.slots-gallery-ijssmo.slots-gallery-unbxai .slots-gallery-7ose8w:last-child {
  display: block;
}

.slots-gallery-7ose8w:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .slots-gallery-7ose8w {
    display: none;
  }
}

.slots-gallery-sery5o {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .slots-gallery-sery5o {
    display: flex;
  }
}

.slots-gallery-sery5o ul {
  max-height: 350px;
  overflow-y: auto;
}

.slots-gallery-sery5o:hover ul {
  visibility: visible;
  opacity: 1;
}

.slots-gallery-sery5o:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.slots-gallery-sery5o:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.slots-gallery-sery5o:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.slots-gallery-sery5o:hover .slots-gallery-cl0nkv svg {
  transform: rotate(180deg);
}

.slots-gallery-j4qgyr {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.slots-gallery-3eiwge {
  padding: 0 8px;
}

.slots-gallery-4ukrq1 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.slots-gallery-4ukrq1:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .slots-gallery-4ukrq1 {
    padding: 4px 8px;
  }
}

.slots-gallery-bb9q79 {
  display: flex;
}

.slots-gallery-bb9q79 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.slots-gallery-cl0nkv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.slots-gallery-cl0nkv svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.slots-gallery-15auo0 {
  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-gallery-15auo0 {
    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-gallery-hfyu59 {
  width: 100%;
}

@media (min-width: 1200px) {
  .slots-gallery-hfyu59 {
    display: none;
  }
}

.slots-gallery-a4f7xe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.slots-gallery-q5rtbf {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.slots-gallery-phgqca {
  display: flex;
}

.slots-gallery-k99u4g {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.slots-gallery-u2vowc {
  list-style: none;
}

@media (max-width: 1199px) {
  .slots-gallery-u2vowc {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .slots-gallery-u2vowc {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .slots-gallery-u2vowc .slots-gallery-b067en [data-ref-el],
  .slots-gallery-u2vowc .slots-gallery-b067en span,
  .slots-gallery-u2vowc .slots-gallery-b067en a {
    white-space: nowrap;
  }
}

.slots-gallery-cntm3p {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .slots-gallery-cntm3p.slots-gallery-nddar7 > .slots-gallery-b067en {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .slots-gallery-cntm3p.slots-gallery-lizzuv:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .slots-gallery-cntm3p.slots-gallery-nddar7 > .slots-gallery-dovb3y {
    height: auto;
  }

  .slots-gallery-cntm3p.slots-gallery-nddar7 > div > .slots-gallery-p5u56h {
    transform: rotate(180deg);
  }
}

.slots-gallery-cntm3p [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.slots-gallery-cntm3p [data-ref-el],
.slots-gallery-cntm3p span {
  cursor: pointer;
}

.slots-gallery-cntm3p [data-ref-el],
.slots-gallery-cntm3p span,
.slots-gallery-cntm3p 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-gallery-cntm3p [data-ref-el],
  .slots-gallery-cntm3p span,
  .slots-gallery-cntm3p a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .slots-gallery-cntm3p [data-ref-el],
  .slots-gallery-cntm3p span,
  .slots-gallery-cntm3p a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.slots-gallery-dovb3y {
  height: 0;
  overflow: hidden;
  transition: height 0.slots-gallery-51eu3i ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.slots-gallery-dovb3y::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.slots-gallery-dovb3y::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.slots-gallery-dovb3y::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .slots-gallery-dovb3y {
    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-gallery-dovb3y:has(> .slots-gallery-cntm3p.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .slots-gallery-dovb3y .slots-gallery-dovb3y {
    padding: 0;
  }

  .slots-gallery-dovb3y .slots-gallery-cntm3p {
    font-weight: 400;
  }

  .slots-gallery-dovb3y .slots-gallery-cntm3p:hover > .slots-gallery-b067en {
    background: var(--Neutral-300);
  }

  .slots-gallery-dovb3y .slots-gallery-p5u56h {
    rotate: -90deg;
  }
}

.slots-gallery-b067en {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .slots-gallery-b067en {
    padding: 8px;
  }

  .slots-gallery-cntm3p.slots-gallery-214x7l > .slots-gallery-b067en {
    background: var(--Neutral-300);
  }
}

.slots-gallery-p5u56h {
  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-gallery-nydflf.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.slots-gallery-gye4ym 0.slots-gallery-dcuwst.slots-gallery-wq8bm5 -0.slots-gallery-v7jal6 0.slots-gallery-80rsbd -0.slots-gallery-v7jal6 1.slots-gallery-xt2zgl 0.slots-gallery-y59ypr.slots-gallery-yq0hvh 4.slots-gallery-974821.slots-gallery-gye4ym 0.slots-gallery-f32vsz.slots-gallery-m8mvg9 -0.slots-gallery-v7jal6 9.slots-gallery-r5xjb7 -0.slots-gallery-v7jal6 10.slots-gallery-cus8gv 0.slots-gallery-7peyua.slots-gallery-ovvyka 0.slots-gallery-wq8bm5 10.slots-gallery-ovvyka 0.slots-gallery-80rsbd 10.slots-gallery-cus8gv 1.slots-gallery-au5wjf.slots-gallery-6ydgfq 5.slots-gallery-id18g9.slots-gallery-zat48f 6.slots-gallery-284271 5.slots-gallery-zyn810 6.slots-gallery-284271 4.slots-gallery-s1phrf 5.slots-gallery-zfje8r.slots-gallery-gye4ym 1.slots-gallery-uw5cn1.slots-gallery-v7jal6 0.slots-gallery-80rsbd -0.slots-gallery-v7jal6 0.slots-gallery-wq8bm5 0.slots-gallery-gye4ym 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.slots-gallery-51eu3i ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .slots-gallery-p5u56h {
    cursor: default;
  }
}

.slots-gallery-tf1itj {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.slots-gallery-w0u1zo {
  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-gallery-w0u1zo {
    padding: 40px 4px;
  }
}

.slots-gallery-nammup {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .slots-gallery-nammup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.slots-gallery-sje42t {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .slots-gallery-sje42t {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.slots-gallery-sje42t ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.slots-gallery-sje42t [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.slots-gallery-sje42t [data-ref-el],
.slots-gallery-sje42t span,
.slots-gallery-sje42t a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.slots-gallery-3vmmif {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .slots-gallery-3vmmif {
    margin-bottom: 12px;
  }
}

.slots-gallery-xwufsh {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.slots-gallery-xwufsh img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .slots-gallery-xwufsh:last-child {
    margin-right: 0;
  }
}

.slots-gallery-4mhuj2 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.slots-gallery-3vmmif:hover .slots-gallery-7n82om {
  visibility: visible;
  opacity: 1;
}

.slots-gallery-7n82om {
  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-gallery-p62v65 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.slots-gallery-3wyeka {
  display: flex;
  margin: 6px;
}

.slots-gallery-3wyeka img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.slots-gallery-7n82om::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-gallery-7n82om::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-gallery-0z2jcg {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .slots-gallery-0z2jcg {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.slots-gallery-z9vsgt {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .slots-gallery-z9vsgt {
    margin-right: 32px;
  }
}

.slots-gallery-r86n7m {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .slots-gallery-r86n7m {
    margin-top: 0;
    width: 340px;
  }
}

.slots-gallery-r86n7m a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.slots-gallery-jarbrv {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.slots-gallery-wl1rgo {
  position: relative;
}

@media (min-width: 768px) {
  .slots-gallery-wl1rgo {
    margin-top: 40px;
  }
}

.slots-gallery-wl1rgo + .slots-gallery-71ke65,
.slots-gallery-wl1rgo + .slots-gallery-wl1rgo {
  margin-top: 24px;
}

.slots-gallery-bzz00x {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-bzz00x {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .slots-gallery-bzz00x {
    padding: 80px;
  }
}

.slots-gallery-rfm6mr {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .slots-gallery-rfm6mr {
    padding: 0 16px;
}


}

.slots-gallery-5htdob {
  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-gallery-5htdob {
    font-size: 48px;
    line-height: 56px;
  }
}

.slots-gallery-0tnvde {
  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-gallery-0tnvde {
    font-size: 24px;
    line-height: 32px;
  }
}

.slots-gallery-9gjov2 {
  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-gallery-9gjov2:hover {
  background: var(--button-bg-hover);
}

.slots-gallery-689u7o {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.slots-gallery-689u7o img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .slots-gallery-689u7o img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .slots-gallery-689u7o img {
  min-height: 100%;
  }
}

.slots-gallery-bzz00x::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.slots-gallery-xu3sc2 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.slots-gallery-xu3sc2 h1,
.slots-gallery-xu3sc2 h2,
.slots-gallery-xu3sc2 h3,
.slots-gallery-xu3sc2 h4 {
  margin-bottom: 6px;
}

.slots-gallery-xu3sc2 h1:not(:first-child),
.slots-gallery-xu3sc2 h2:not(:first-child),
.slots-gallery-xu3sc2 h3:not(:first-child),
.slots-gallery-xu3sc2 h4:not(:first-child) {
  margin-top: 16px;
}

.slots-gallery-xu3sc2 h1,
.slots-gallery-xu3sc2 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .slots-gallery-xu3sc2 h1,
  .slots-gallery-xu3sc2 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.slots-gallery-xu3sc2 h2,
.slots-gallery-xu3sc2 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .slots-gallery-xu3sc2 h2,
  .slots-gallery-xu3sc2 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.slots-gallery-xu3sc2 h3,
.slots-gallery-xu3sc2 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .slots-gallery-xu3sc2 h3,
  .slots-gallery-xu3sc2 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.slots-gallery-xu3sc2 h4,
.slots-gallery-xu3sc2 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.slots-gallery-xu3sc2 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.slots-gallery-xu3sc2 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.slots-gallery-xu3sc2 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-gallery-xu3sc2 ul ul {
  margin-bottom: 8px;
}

.slots-gallery-xu3sc2 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.slots-gallery-xu3sc2 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.slots-gallery-xu3sc2 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.slots-gallery-xu3sc2 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.slots-gallery-xu3sc2 ol li::marker {
  font-weight: 700;
}

.slots-gallery-xu3sc2 ol ol {
  margin-bottom: 8px;
}

.slots-gallery-xu3sc2 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.slots-gallery-xu3sc2 ol ul li {
  padding-left: 16px;
}

.slots-gallery-xu3sc2 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-gallery-xu3sc2 table {
    padding: 24px;
  }
}

.slots-gallery-xu3sc2 table.slots-gallery-v7akph {
  -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-gallery-51eu3i,
    mask-image 0.3s;
}

.slots-gallery-xu3sc2 table.slots-gallery-v7akph.slots-gallery-bow7ao {
  -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-gallery-xu3sc2 table {
    display: table;
  }
}

.slots-gallery-xu3sc2 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-gallery-xu3sc2 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.slots-gallery-xu3sc2 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.slots-gallery-xu3sc2 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-gallery-xu3sc2 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.slots-gallery-xu3sc2 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.slots-gallery-xu3sc2 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.slots-gallery-xu3sc2 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.slots-gallery-xu3sc2 img {
  max-width: 100%;
  height: auto;
}

.slots-gallery-7xnslo {
  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-gallery-7xnslo {
    padding: 24px;
  }
}

.slots-gallery-kpkm10 {
  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-gallery-kpkm10 {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.slots-gallery-kpkm10 > * {
  margin: 0 !important;
}

.slots-gallery-kpkm10 img,
.slots-gallery-advp19 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-kpkm10 img,
  .slots-gallery-advp19 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slots-gallery-382ld8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slots-gallery-382ld8 {
    width: 32px;
    height: 32px;
  }
}

.slots-gallery-oqh9uf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.slots-gallery-oqh9uf .slots-gallery-1d4oq3 {
  flex-shrink: 0;
}

.slots-gallery-oqh9uf .slots-gallery-79mxq6 svg {
  display: none;
}

.slots-gallery-zl21xn {
  display: grid;
  transition: max-height 0.slots-gallery-51eu3i ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .slots-gallery-zl21xn {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .slots-gallery-zl21xn {
    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-gallery-zl21xn.slots-gallery-t2heux + .slots-gallery-1d4oq3 svg {
  transform: rotate(180deg);
}

.slots-gallery-d4g6pu {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.slots-gallery-d4g6pu > div:nth-child(3n) {
  grid-column: span 2;
}

.slots-gallery-d4g6pu
  > div:nth-child(3n)
  .slots-gallery-wt5w2o
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .slots-gallery-d4g6pu {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .slots-gallery-d4g6pu > div:nth-child(3n) {
    grid-column: unset;
  }

  .slots-gallery-d4g6pu
    > div:nth-child(3n)
    .slots-gallery-wt5w2o
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .slots-gallery-d4g6pu {
    max-width: 270px;
  }
}

.slots-gallery-d4g6pu .slots-gallery-wt5w2o button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .slots-gallery-d4g6pu .slots-gallery-wt5w2o button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .slots-gallery-d4g6pu .slots-gallery-wt5w2o button {
    max-width: 104px;
  }
}

.slots-gallery-try0ov {
  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-gallery-try0ov {
    margin-bottom: 0;
  }
}

.slots-gallery-vhtut5 {
  display: none;
  opacity: 0;
}

.slots-gallery-jj5xu0 {
  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-gallery-jj5xu0 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.slots-gallery-wt5w2o {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.slots-gallery-wt5w2o 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-gallery-wt5w2o
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .slots-gallery-wt5w2o
    button {
    max-width: 145px;
  }
}

.slots-gallery-1sdo0l:first-child
  .slots-gallery-wt5w2o
  button {
  max-width: 270px;
}

.slots-gallery-n8cqga {
  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-gallery-try0ov picture {
  width: 100%;
  max-width: 100%;
}

.slots-gallery-s9icwj {
  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-gallery-s9icwj svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.slots-gallery-try0ov:hover .slots-gallery-s9icwj {
  display: flex;
}

.slots-gallery-q9hbbh {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.slots-gallery-v27fea {
  display: flex;
}

.slots-gallery-v27fea:hover .slots-gallery-46qe0z,
.slots-gallery-v27fea .slots-gallery-214x7l .slots-gallery-46qe0z {
  display: flex;
}

.slots-gallery-v27fea svg {
  flex-shrink: 0;
}

.slots-gallery-46qe0z {
  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-gallery-46qe0z {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.slots-gallery-46qe0z:hover {
  display: flex;
}

.slots-gallery-46qe0z svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.slots-gallery-qfr6az {
  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-gallery-qfr6az {
    font-size: 12px;
  }
}

.slots-gallery-tft3n1,
.slots-gallery-yc4pen {
  width: 50%;
  flex-shrink: 0;
}

.slots-gallery-tft3n1 {
  font-weight: 700;
}

.slots-gallery-9bx9id .slots-gallery-zl21xn {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .slots-gallery-9bx9id .slots-gallery-zl21xn {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .slots-gallery-9bx9id .slots-gallery-zl21xn {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.slots-gallery-9bx9id
  .slots-gallery-n8cqga:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.slots-gallery-9bx9id .slots-gallery-jj5xu0 {
  height: 100% !important;
  border-radius: 16px;
}

.slots-gallery-9bx9id .slots-gallery-wt5w2o {
  gap: 4px;
  align-items: center;
}

.slots-gallery-9bx9id .slots-gallery-wt5w2o button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slots-gallery-9bx9id .slots-gallery-wt5w2o svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.slots-gallery-9bx9id .slots-gallery-mtl3ju,
.slots-gallery-9bx9id .slots-gallery-y80fok {
  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-gallery-nydflf.org/2000/svg'%3E%3Cpath d='M9.slots-gallery-d9pqwg 4.slots-gallery-upclex.slots-gallery-ezmwsd 5.slots-gallery-2lh5ri.slots-gallery-6k1tgm 5.slots-gallery-9hrutr.slots-gallery-a75jct 5.slots-gallery-ch6jse.slots-gallery-ilq5ol 8.slots-gallery-z68a44.slots-gallery-sgzjld 9.slots-gallery-koxtmk.slots-gallery-mc0n0e 9.slots-gallery-sa5g7q.slots-gallery-rsa1um 13.slots-gallery-qeuotx.slots-gallery-hx6hh8 11.slots-gallery-yl3a0u.slots-gallery-zucl8c 11.slots-gallery-54mib4.slots-gallery-xo10wc 11.slots-gallery-g1ures.slots-gallery-qkju8s 13.slots-gallery-cwhroh.slots-gallery-dqj9dp 9.slots-gallery-e2en3p.slots-gallery-rt5zds 9.slots-gallery-y3sxkw.slots-gallery-zshve0 8.slots-gallery-60zhsz.slots-gallery-fctem2 5.slots-gallery-8lgfmx.slots-gallery-xkcbm7 5.slots-gallery-914xz7.slots-gallery-vkpimc 5.slots-gallery-zv35ak.slots-gallery-mncuku 4.slots-gallery-6qwz5z.slots-gallery-zucl8c 1.slots-gallery-cd3ks8.slots-gallery-d9pqwg 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.slots-gallery-9bx9id .slots-gallery-mtl3ju {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.slots-gallery-9bx9id .slots-gallery-y80fok {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.slots-gallery-6c6ceb {
  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-gallery-6c6ceb {
    padding: 24px;
  }
}

.slots-gallery-6c6ceb .slots-gallery-1d4oq3 {
  display: flex;
}

@media (min-width: 768px) {
  .slots-gallery-6c6ceb .slots-gallery-1d4oq3 {
    display: none;
  }
}

.slots-gallery-6c6ceb .slots-gallery-79mxq6 svg {
  display: none;
}

.slots-gallery-o5emss {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.slots-gallery-o5emss .slots-gallery-vrae6q {
  display: none;
}

@media (min-width: 768px) {
  .slots-gallery-o5emss .slots-gallery-vrae6q {
    display: flex;
  }
}

.slots-gallery-zlms3f {
  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-gallery-zlms3f {
    font-size: 40px;
    line-height: 48px;
  }
}

.slots-gallery-zlms3f > * {
  margin: 0 !important;
}

.slots-gallery-zlms3f img,
.slots-gallery-9ca9z2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-zlms3f img,
  .slots-gallery-9ca9z2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slots-gallery-rovnv3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slots-gallery-rovnv3 {
    width: 32px;
    height: 32px;
  }
}

.slots-gallery-pkqrim {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .slots-gallery-pkqrim {
    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-gallery-pkqrim::-webkit-scrollbar {
    display: none;
  }
}

.slots-gallery-hl38m5 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .slots-gallery-hl38m5 {
    padding: 7px 15px;
  }
}

.slots-gallery-hl38m5:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.slots-gallery-dmap0g {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .slots-gallery-dmap0g {
    display: flex;
    opacity: 1;
  }
}

.slots-gallery-hl38m5 picture {
  height: 100%;
  display: block;
}

.slots-gallery-hl38m5 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .slots-gallery-hl38m5 img {
    width: 88px;
    height: 44px;
  }
}

.slots-gallery-hl38m5 p {
  text-align: center;
  width: 100%;
}

.slots-gallery-otv8ti {
  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-gallery-otv8ti {
    font-size: 40px;
    line-height: 48px;
  }
}

.slots-gallery-otv8ti img,
.slots-gallery-pxp7y2 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-otv8ti img,
  .slots-gallery-pxp7y2 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slots-gallery-iwxtme {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slots-gallery-iwxtme {
    width: 32px;
    height: 32px;
  }
}

.slots-gallery-yal9nr {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.slots-gallery-zkpy1j {
  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-gallery-sf4yfr {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.slots-gallery-sf4yfr.slots-gallery-214x7l {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.slots-gallery-rhrmzc {
  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-gallery-rhrmzc {
    font-size: 20px;
    line-height: 28px;
  }
}

.slots-gallery-4au23g {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.slots-gallery-xhfyvc {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.slots-gallery-51eu3i ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.slots-gallery-979acj {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.slots-gallery-979acj ol,
.slots-gallery-979acj ul {
  padding-left: 1.3em;
}

.slots-gallery-sf4yfr.slots-gallery-214x7l .slots-gallery-xhfyvc {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.slots-gallery-sf4yfr.slots-gallery-214x7l .slots-gallery-4au23g {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.slots-gallery-ijgnpf {
  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-gallery-ijgnpf {
    padding: 24px;
  }
}

.slots-gallery-ijgnpf .slots-gallery-1d4oq3 {
  display: flex;
}

@media (min-width: 768px) {
  .slots-gallery-ijgnpf .slots-gallery-1d4oq3 {
    display: none;
  }
}

.slots-gallery-ijgnpf .slots-gallery-79mxq6 svg {
  display: none;
}

.slots-gallery-nldwc9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slots-gallery-nldwc9 .slots-gallery-vrae6q {
  display: none;
}

@media (min-width: 768px) {
  .slots-gallery-nldwc9 .slots-gallery-vrae6q {
    display: flex;
  }
}

.slots-gallery-spwva4 {
  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-gallery-spwva4 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.slots-gallery-spwva4 > * {
  margin: 0 !important;
}

.slots-gallery-spwva4 img,
.slots-gallery-ynqve0 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .slots-gallery-spwva4 img,
  .slots-gallery-ynqve0 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.slots-gallery-cxfg09 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .slots-gallery-cxfg09 {
    width: 32px;
    height: 32px;
  }
}

.slots-gallery-zvrvac {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .slots-gallery-zvrvac {
    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-gallery-zvrvac::-webkit-scrollbar {
    display: none;
  }
}

.slots-gallery-eu8f2c {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.slots-gallery-eu8f2c:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.slots-gallery-inwkyg {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .slots-gallery-inwkyg {
    display: flex;
    opacity: 1;
  }
}

.slots-gallery-eu8f2c picture {
  width: auto;
  height: 100%;
  display: block;
}

.slots-gallery-eu8f2c picture img {
  display: block;
  width: auto;
  height: 100%;
}

.slots-gallery-vf8ses {
  margin: -24px 0;
}

.slots-gallery-vf8ses:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .slots-gallery-vf8ses {
    margin: -16px 0;
  }
}

.slots-gallery-e7vvoq {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .slots-gallery-e7vvoq {
    flex-direction: row;
  }
}

.slots-gallery-ax0ooi {
  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-gallery-ax0ooi {
    flex: 1;
  }
}

.slots-gallery-ax0ooi::placeholder {
  color: var(--Text-400);
}

.slots-gallery-rth39p {
  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-gallery-vwve7z {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slots-gallery-vwve7z::-webkit-scrollbar {
  display: none;
}

.slots-gallery-0rjga7 {
  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-gallery-0rjga7 img,
.slots-gallery-0rjga7 svg {
  margin-right: 8px;
}

.slots-gallery-uyi9jx {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.slots-gallery-vf8ses + .slots-gallery-dgymdy {
  margin-top: 0;
}

@media (min-width: 768px) {
  .slots-gallery-vf8ses + .slots-gallery-dgymdy {
    margin-top: -16px;
  }
}

.slots-gallery-3w1ntt {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.slots-gallery-3w1ntt > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.slots-gallery-3w1ntt > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.slots-gallery-nho8of {
  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-gallery-eb5q2k {
  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-gallery-1ps4o3 {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.slots-gallery-1nz6ch {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.slots-gallery-yf00nc {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.slots-gallery-nho8of 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-gallery-nho8of 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-gallery-nho8of {
    padding: 39px 179px 39px 39px;
  }

  .slots-gallery-eb5q2k {
    font-size: 40px;
    line-height: 48px;
  }

  .slots-gallery-yf00nc {
    height: 348px;
  }

  .slots-gallery-nho8of button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .slots-gallery-nho8of button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .slots-gallery-nho8of {
    padding: 63px;
  }
}

.slots-gallery-ghsqer {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .slots-gallery-ghsqer {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.slots-gallery-alfbki {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .slots-gallery-alfbki {
    width: auto;
  }
}

.slots-gallery-db3n6w {
  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-gallery-db3n6w::-webkit-scrollbar {
  display: none;
}

.slots-gallery-db3n6w 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-gallery-db3n6w a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .slots-gallery-db3n6w {
    margin-left: 16px;
    margin-top: 0;
  }
}

.slots-gallery-ghsqer .slots-gallery-bhppzp {
  -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-gallery-51eu3i,
    mask-image 0.3s;
}

.slots-gallery-ghsqer .slots-gallery-bhppzp.slots-gallery-bow7ao {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.slots-gallery-o59858 {
  margin: 40px -16px;
}

.slots-gallery-f7jc2f + .slots-gallery-71ke65,
.slots-gallery-f7jc2f + .slots-gallery-wl1rgo {
  margin-top: 24px;
}

.slots-gallery-me5z2c {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.slots-gallery-me5z2c picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.slots-gallery-mt50cg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .slots-gallery-mt50cg {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .slots-gallery-mt50cg {
    margin-top: 0;
  }
}

.slots-gallery-ikr3h9 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .slots-gallery-ikr3h9 {
    font-size: 24px;
    line-height: 32px;
  }
}

.slots-gallery-rerdcr {
  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-gallery-rerdcr {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.slots-gallery-re79v2 {
  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-gallery-re79v2 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.slots-gallery-a11v0j {
  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-gallery-a11v0j {
    font-size: 20px;
    line-height: 28px;
  }
}

.slots-gallery-htnb3z {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .slots-gallery-htnb3z {
    font-size: 32px;
    line-height: 40px;
  }
}

.slots-gallery-px50p4 {
  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-gallery-vd1kz4 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.slots-gallery-vd1kz4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slots-gallery-dgymdy {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.slots-gallery-0eakkm {
  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-gallery-0eakkm {
    padding: 15px 48px;
  }
}

main > .slots-gallery-dgymdy {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .slots-gallery-zl21xn.slots-gallery-t9rwd0 > div:nth-child(n+5) {
    display: none;
  }
}

.slots-gallery-xu3sc2 p a img {
  display: block;
  margin: 0 auto;
}


.slots-gallery-zg7s4e {
  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-gallery-l17wpe {
  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-gallery-l17wpe label {
  font-size: 14px;
}

.slots-gallery-l17wpe h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.slots-gallery-l17wpe input,
.slots-gallery-l17wpe textarea,
.slots-gallery-l17wpe 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-gallery-l17wpe button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.slots-gallery-wkvx4o ease;
}
.slots-gallery-l17wpe button:hover {
  background-color: var(--button-bg-hover);
}
.slots-gallery-f6lxtb {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.slots-gallery-wymdlj ease-in;
}

.slots-gallery-f6lxtb 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-gallery-5ckmtj, .slots-gallery-9idf62, [class*="review-card"],
thead, thead th, table th, .slots-gallery-bwucou,
.slots-gallery-70nqjs, [class*="collapsible-header"],
.slots-gallery-w1ctzy, [class*="updated-block"] {
  color: #ece7dc !important;
}

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