* {
  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;
  }
}

.vegasino-nt006q {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .vegasino-nt006q {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .vegasino-nt006q {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.vegasino-4fdp18 {
  overflow: hidden;
}

.vegasino-pbx3my img {
  background: var(--Neutral-300);
}

.vegasino-hkgh27 {
  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;
}

.vegasino-kd50el {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.vegasino-kd50el:hover {
  background: var(--button-bg-hover);
}

.vegasino-04u1tf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.vegasino-04u1tf:hover {
  background: var(--button-bg-hover);
}

.vegasino-db8opu {
  font-size: 12px;
  line-height: 18px;
}

.vegasino-orwlce {
  font-size: 18px;
  line-height: 26px;
}

.vegasino-8ra8i7 {
  width: 100%;
}

.vegasino-dqpsh9 {
  padding: 6px 16px;
}

.vegasino-usit0w {
  padding: 10px 16px;
}

.vegasino-61ps05 {
  padding: 15px 26px;
}

.vegasino-jtm4ep {
  flex-shrink: 0;
}

.vegasino-5mifxw {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.vegasino-mz2t32 {
  display: none;
}

.vegasino-pxdfyo {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.vegasino-nysop5 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.vegasino-j07og7 {
  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;
}

.vegasino-yxad6h {
  cursor: grab;
}

.vegasino-j07og7::-webkit-scrollbar {
  display: none;
}

.vegasino-dr69mt {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.vegasino-4mcl3p {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.vegasino-oqvf00 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.vegasino-dd9c16 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.vegasino-4xewp3 {
  visibility: visible;
}

.vegasino-zozplz {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.vegasino-1bn70e ease;
}

.vegasino-16y76f {
  background-color: var(--Primary-200);
  width: 16px;
}

.vegasino-atkhay {
  -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.vegasino-1bn70e,
    mask-image 0.3s;
}

.vegasino-atkhay.vegasino-802iz6 {
  -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;
  }
}

.vegasino-r7zzu2: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;
}

.vegasino-smot86 {
  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.vegasino-yhxu28.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.vegasino-yhxu28.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;
}

.vegasino-89e65a {
  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);
}

.vegasino-89e65a::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%
  );
}

.vegasino-uesdij {
  position: relative;
  z-index: 1;
}

.vegasino-3lqtg4 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.vegasino-sye9wr {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.vegasino-w2upx3 {
  font-size: 40px;
  line-height: 48px;
}

.vegasino-ln9jet {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.vegasino-xlhto2 {
  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;
}

.vegasino-xlhto2:hover {
  background: var(--Primary-400);
}

.vegasino-xlhto2 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.vegasino-r7zzu2 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) {
  .vegasino-89e65a {
    max-width: 600px;
    padding: 64px;
  }

  .vegasino-3lqtg4 {
    font-size: 24px;
    line-height: 32px;
  }

  .vegasino-sye9wr {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .vegasino-w2upx3 {
    font-size: 50px;
    line-height: 56px;
  }

  .vegasino-ln9jet {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .vegasino-smot86 {
    top: 25px;
    right: 25px;
  }
}

.vegasino-z21dgu,
.vegasino-oggrch {
  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;
}

.vegasino-q73gjb.vegasino-vav2iw::before,
.vegasino-oggrch::before,
.vegasino-1smmzk::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.vegasino-yhxu28.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.vegasino-9vzioh 14.vegasino-hq0o1t.vegasino-fcafyq 14.vegasino-b2w1cb 15.vegasino-ssz6ys 14.vegasino-0tszvg 15.vegasino-30qdic 14.vegasino-yfbycf.vegasino-kpauim 14.vegasino-v41bc2 19.vegasino-29tqa3 12.vegasino-gpe982 19.vegasino-29tqa3 10.vegasino-l591qb.vegasino-29tqa3 8.vegasino-24oloe 17.vegasino-a1wcgu 7.vegasino-mff98l 15.vegasino-3vn2fc 7.vegasino-9kv0n7.vegasino-dtzmdg 7.vegasino-mff98l 11.vegasino-h1eqb8 8.vegasino-24oloe 11.vegasino-h1eqb8 10.vegasino-6e0r2j.vegasino-h1eqb8 12.vegasino-7k4nnl 13.vegasino-grs7nl 14.vegasino-pi1qqb 15.vegasino-ewq3oe 14.vegasino-tplhvb.vegasino-9q8ejk 14.vegasino-v7bz9l 15.vegasino-hxs1l9 14.vegasino-rzu220 15.vegasino-xg75lr 14.vegasino-qdjwp9.vegasino-9vzioh 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.vegasino-iwubyw 15.vegasino-dze6hy.vegasino-sk5dpl 15.vegasino-golmhl 15.vegasino-gswera 15.vegasino-u7ka36 15.vegasino-9g3rsj 15.vegasino-rzatzm.vegasino-8motor 15.vegasino-u7ka36 15.vegasino-xx6fu8 15.vegasino-kamkg7 15.vegasino-zek5dp 15.vegasino-o0wklu.vegasino-k4opo2 15.vegasino-9jp34v 7.vegasino-zekqno 18.vegasino-uori01 7.vegasino-d2ysit 23.vegasino-hqx3x6.vegasino-dmyk3p.vegasino-oh2g0q 18.vegasino-pqdl07 19.vegasino-yhlf26 15.vegasino-kmrow1 15.vegasino-iwubyw 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.vegasino-9sg0ls [type="submit"] *,
.vegasino-c5bcqj button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .vegasino-nj4fra {
    display: none;
  }
}

.vegasino-a5l69f {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .vegasino-a5l69f {
  display: none;
}

@media (min-width: 768px) {
  .vegasino-a5l69f {
    bottom: 22px;
  }
}

.vegasino-a5l69f input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .vegasino-a5l69f {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.vegasino-8tslyd.static) .vegasino-a5l69f {
    bottom: 8px;
  }
}

.vegasino-jdwuyh {
  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.vegasino-yhxu28.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.vegasino-4p0pz8 3.vegasino-bldzpd.vegasino-8mi1bu.vegasino-tkoxu8 3.vegasino-djydda 3.vegasino-1pha1s 5.vegasino-o1jit2 3.vegasino-1pha1s 8.vegasino-jp1abm.vegasino-xjth0n.vegasino-1pha1s 26.vegasino-ct5uje 5.vegasino-uug424 28.vegasino-y01xit 8.vegasino-ggtkm9 28.vegasino-ngag5d.vegasino-u451q1 28.vegasino-iq1pgs.vegasino-lv1nlq 34.vegasino-2vgdfi.vegasino-iw7p3f 36.vegasino-n00e5z 11.vegasino-q66bj2 37.vegasino-rfkfxc 12.vegasino-unyc7h 36.vegasino-3x0hq4.vegasino-ri0yya 28.vegasino-6opmnd.vegasino-o4ugvf.vegasino-u6r707 28.vegasino-uqq023 36.vegasino-zbmhk9 26.vegasino-0vl97g 36.vegasino-zbmhk9 23.vegasino-6qrwfo.vegasino-nupg3h.vegasino-zbmhk9 5.vegasino-bmfn7c 34.vegasino-x5bqj4 3.vegasino-djydda 31.vegasino-4p0pz8 3.vegasino-1tuk6z.vegasino-3x1fcy 18.vegasino-btu23u.vegasino-chhq1x 18.vegasino-cu37im 8.vegasino-rjx59o 17.vegasino-jxqejq 8.vegasino-rjx59o 15.vegasino-0p2638.vegasino-rjx59o 14.vegasino-dfirjl 9.vegasino-chhq1x 13.vegasino-c6h5qt 11.vegasino-3x1fcy 13.vegasino-3lh5o7.vegasino-zsqbih 13.vegasino-c6h5qt 13.vegasino-4ps7j6 14.vegasino-dfirjl 13.vegasino-4ps7j6 15.vegasino-go47jg.vegasino-4ps7j6 17.vegasino-jxqejq 12.vegasino-zsqbih 18.vegasino-cu37im 11.vegasino-3x1fcy 18.vegasino-e2jtvn.vegasino-2qho62 18.vegasino-1zrr7d.vegasino-pvc7p5 18.vegasino-cu37im 17.vegasino-051uxf 17.vegasino-jxqejq 17.vegasino-051uxf 15.vegasino-pf25rs.vegasino-051uxf 14.vegasino-dfirjl 18.vegasino-pvc7p5 13.vegasino-c6h5qt 20.vegasino-2qho62 13.vegasino-jgr4rd.vegasino-7izsj1 13.vegasino-c6h5qt 22.vegasino-kn8h1k 14.vegasino-dfirjl 22.vegasino-kn8h1k 15.vegasino-3gjrem.vegasino-ry83or 17.vegasino-jxqejq 21.vegasino-7izsj1 18.vegasino-cu37im 20.vegasino-2qho62 18.vegasino-tqvaxi.vegasino-q2rm5n 18.vegasino-8n2ws8.vegasino-3de5yj 18.vegasino-cu37im 26.vegasino-jsv558 17.vegasino-jxqejq 26.vegasino-jsv558 15.vegasino-1z2ae4.vegasino-jsv558 14.vegasino-dfirjl 27.vegasino-3de5yj 13.vegasino-c6h5qt 28.vegasino-q2rm5n 13.vegasino-4bht0g.vegasino-w0vz0n 13.vegasino-c6h5qt 31.vegasino-jl19ah 14.vegasino-dfirjl 31.vegasino-jl19ah 15.vegasino-w25qrc.vegasino-jsv558 17.vegasino-jxqejq 30.vegasino-w0vz0n 18.vegasino-cu37im 28.vegasino-q2rm5n 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"])
    .vegasino-jdwuyh {
    display: none;
  }
}

.vegasino-az3ey9 {
  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) {
  .vegasino-az3ey9 {
    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;
}

.vegasino-c5bcqj {
  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) {
  .vegasino-c5bcqj {
    padding: 14px 16px;
  }
}

.vegasino-c5bcqj button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.vegasino-c5bcqj button:first-child {
  align-content: end;
}

.vegasino-c5bcqj button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .vegasino-c5bcqj
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .vegasino-c5bcqj
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.vegasino-c5bcqj button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.vegasino-c5bcqj button:last-child svg {
  width: 38px;
  height: 38px;
}

.vegasino-1smmzk {
  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;
}

.vegasino-1smmzk::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .vegasino-1smmzk,
.pc61d126-chatbot[data-active-screen="3"]
  .vegasino-1smmzk {
  opacity: 1;
  visibility: visible;
}

.vegasino-u1gm3h {
  flex: 1 1;
}

.vegasino-n7mnlk {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .vegasino-n7mnlk {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .vegasino-pwrxjo {
  display: block;
}

.vegasino-o05gaq {
  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) {
  .vegasino-o05gaq {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.vegasino-oggrch {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.vegasino-oggrch::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.vegasino-squ40u span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.vegasino-squ40u p {
  color: var(--Text-100);
}

.vegasino-oggrch .vegasino-mt5auj {
  grid-area: button;
}

.vegasino-oggrch .vegasino-mt5auj::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.vegasino-yhxu28.org/2000/svg'%3E%3Cpath d='M4.vegasino-espuw8 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vegasino-krrkix 15L16.vegasino-krrkix 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vegasino-krrkix 5L16.vegasino-krrkix 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .vegasino-an0k5y {
  display: block;
}

.vegasino-55mbqb {
  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) {
  .vegasino-55mbqb {
    margin-top: 40px;
  }
}

.vegasino-z21dgu label,
.vegasino-z21dgu input {
  display: block;
  width: 100%;
}

.vegasino-z21dgu label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.vegasino-z21dgu label.vegasino-xmimqx input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.vegasino-z21dgu label.vegasino-xmimqx::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;
}

.vegasino-z21dgu 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;
}

.vegasino-z21dgu input::placeholder {
  color: var(--Text-400);
}

.vegasino-j3lgql {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .vegasino-j3lgql {
  display: flex;
}

.vegasino-j3lgql ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .vegasino-j3lgql ol {
    height: 420px;
    padding: 24px;
  }
}

.vegasino-j3lgql ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.vegasino-9sg0ls {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .vegasino-9sg0ls {
    padding: 0 24px 24px;
  }
}

.vegasino-9sg0ls 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;
}

.vegasino-9sg0ls input::placeholder {
  color: var(--Text-400);
}

.vegasino-9sg0ls [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.vegasino-9sg0ls [type="submit"]:disabled {
  opacity: 0.5;
}

.vegasino-9sg0ls [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .vegasino-9sg0ls [type="submit"] {
    right: 40px;
  }
}

.vegasino-q73gjb {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.vegasino-q73gjb.vegasino-vav2iw {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.vegasino-q73gjb.vegasino-vav2iw::before {
  content: "";
  width: 31px;
}

.vegasino-q73gjb.vegasino-vav2iw p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vegasino-q73gjb.vegasino-e39bon p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.vegasino-q73gjb p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vegasino-a5l69f .vegasino-mt5auj {
  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;
  }
}

.vegasino-nj4fra {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .vegasino-nj4fra {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .vegasino-nj4fra {
    padding: 18px 0;
  }
}

.vegasino-nj4fra .vegasino-nt006q {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .vegasino-nj4fra .vegasino-nt006q {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.vegasino-2ndc87 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .vegasino-2ndc87 {
    max-width: 160px;
    height: 40px;
  }
}

.vegasino-2ndc87 picture,
.vegasino-2ndc87 img {
  display: block;
  width: 100%;
  height: 100%;
}

.vegasino-2ndc87 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .vegasino-t0bi4f {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.vegasino-1bn70e ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .vegasino-nj4fra.vegasino-nwk67s .vegasino-t0bi4f {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vegasino-t0bi4f {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .vegasino-t0bi4f {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.vegasino-5cod7b,
.vegasino-qkgseu {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .vegasino-5cod7b,
  .vegasino-qkgseu {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .vegasino-qkgseu {
    display: none;
  }
}

.vegasino-0snne9 {
  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;
}

.vegasino-nwk67s .vegasino-0snne9 {
  background: var(--fh-bg-color);
}

.vegasino-0snne9 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .vegasino-0snne9 {
    display: none;
  }
}

.vegasino-8tl9mj {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vegasino-8tl9mj {
    display: none;
  }
}

.vegasino-p1s0dk {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.vegasino-nj4fra.vegasino-nwk67s .vegasino-p1s0dk:first-child {
  display: none;
}

.vegasino-nj4fra.vegasino-nwk67s .vegasino-p1s0dk:last-child {
  display: block;
}

.vegasino-p1s0dk:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .vegasino-p1s0dk {
    display: none;
  }
}

.vegasino-zdicy0 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vegasino-zdicy0 {
    display: flex;
  }
}

.vegasino-zdicy0 ul {
  max-height: 350px;
  overflow-y: auto;
}

.vegasino-zdicy0:hover ul {
  visibility: visible;
  opacity: 1;
}

.vegasino-zdicy0:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.vegasino-zdicy0:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.vegasino-zdicy0:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.vegasino-zdicy0:hover .vegasino-or30k5 svg {
  transform: rotate(180deg);
}

.vegasino-yj6bxm {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.vegasino-5hhm5h {
  padding: 0 8px;
}

.vegasino-k4ph75 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.vegasino-k4ph75:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .vegasino-k4ph75 {
    padding: 4px 8px;
  }
}

.vegasino-zydkw9 {
  display: flex;
}

.vegasino-zydkw9 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.vegasino-or30k5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.vegasino-or30k5 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.vegasino-v7aqw5 {
  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) {
  .vegasino-v7aqw5 {
    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;
  }
}

.vegasino-jnqan4 {
  width: 100%;
}

@media (min-width: 1200px) {
  .vegasino-jnqan4 {
    display: none;
  }
}

.vegasino-2ccfce {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.vegasino-6yc59a {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.vegasino-dvu3h6 {
  display: flex;
}

.vegasino-atz326 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.vegasino-9sdffz {
  list-style: none;
}

@media (max-width: 1199px) {
  .vegasino-9sdffz {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .vegasino-9sdffz {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .vegasino-9sdffz .vegasino-1xb9ls [data-ref-el],
  .vegasino-9sdffz .vegasino-1xb9ls span,
  .vegasino-9sdffz .vegasino-1xb9ls a {
    white-space: nowrap;
  }
}

.vegasino-lf6yhn {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .vegasino-lf6yhn.vegasino-0ft40o > .vegasino-1xb9ls {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .vegasino-lf6yhn.vegasino-w2e822:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .vegasino-lf6yhn.vegasino-0ft40o > .vegasino-a7e1ny {
    height: auto;
  }

  .vegasino-lf6yhn.vegasino-0ft40o > div > .vegasino-rtvvsm {
    transform: rotate(180deg);
  }
}

.vegasino-lf6yhn [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.vegasino-lf6yhn [data-ref-el],
.vegasino-lf6yhn span {
  cursor: pointer;
}

.vegasino-lf6yhn [data-ref-el],
.vegasino-lf6yhn span,
.vegasino-lf6yhn a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .vegasino-lf6yhn [data-ref-el],
  .vegasino-lf6yhn span,
  .vegasino-lf6yhn a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .vegasino-lf6yhn [data-ref-el],
  .vegasino-lf6yhn span,
  .vegasino-lf6yhn a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.vegasino-a7e1ny {
  height: 0;
  overflow: hidden;
  transition: height 0.vegasino-1bn70e ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.vegasino-a7e1ny::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.vegasino-a7e1ny::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.vegasino-a7e1ny::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .vegasino-a7e1ny {
    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;
  }

  .vegasino-a7e1ny:has(> .vegasino-lf6yhn.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .vegasino-a7e1ny .vegasino-a7e1ny {
    padding: 0;
  }

  .vegasino-a7e1ny .vegasino-lf6yhn {
    font-weight: 400;
  }

  .vegasino-a7e1ny .vegasino-lf6yhn:hover > .vegasino-1xb9ls {
    background: var(--Neutral-300);
  }

  .vegasino-a7e1ny .vegasino-rtvvsm {
    rotate: -90deg;
  }
}

.vegasino-1xb9ls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vegasino-1xb9ls {
    padding: 8px;
  }

  .vegasino-lf6yhn.vegasino-2v2wss > .vegasino-1xb9ls {
    background: var(--Neutral-300);
  }
}

.vegasino-rtvvsm {
  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.vegasino-yhxu28.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.vegasino-crk51j 0.vegasino-unm1cb.vegasino-e2gdoh -0.vegasino-ui4nn9 0.vegasino-eo718s -0.vegasino-ui4nn9 1.vegasino-0xe6cs 0.vegasino-uttzez.vegasino-80wekn 4.vegasino-e9affn.vegasino-crk51j 0.vegasino-xvgt6v.vegasino-3k1wos -0.vegasino-ui4nn9 9.vegasino-kuc7w2 -0.vegasino-ui4nn9 10.vegasino-pwbgfr 0.vegasino-7xze1m.vegasino-g04tu5 0.vegasino-e2gdoh 10.vegasino-g04tu5 0.vegasino-eo718s 10.vegasino-pwbgfr 1.vegasino-ox1uvu.vegasino-tugcms 5.vegasino-fgk5y3.vegasino-314q1y 6.vegasino-j26e7e 5.vegasino-zdfupf 6.vegasino-j26e7e 4.vegasino-246m1s 5.vegasino-3sdgj0.vegasino-crk51j 1.vegasino-o2u285.vegasino-ui4nn9 0.vegasino-eo718s -0.vegasino-ui4nn9 0.vegasino-e2gdoh 0.vegasino-crk51j 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.vegasino-1bn70e ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vegasino-rtvvsm {
    cursor: default;
  }
}

.vegasino-ln1k43 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.vegasino-9h0i54 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .vegasino-9h0i54 {
    padding: 40px 4px;
  }
}

.vegasino-c65xpb {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .vegasino-c65xpb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.vegasino-6jnqx0 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .vegasino-6jnqx0 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.vegasino-6jnqx0 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.vegasino-6jnqx0 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.vegasino-6jnqx0 [data-ref-el],
.vegasino-6jnqx0 span,
.vegasino-6jnqx0 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.vegasino-nni8ah {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vegasino-nni8ah {
    margin-bottom: 12px;
  }
}

.vegasino-97h3z8 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.vegasino-97h3z8 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .vegasino-97h3z8:last-child {
    margin-right: 0;
  }
}

.vegasino-qgl0oo {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.vegasino-nni8ah:hover .vegasino-9t4dwu {
  visibility: visible;
  opacity: 1;
}

.vegasino-9t4dwu {
  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);
}

.vegasino-7bqwac {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.vegasino-kato8q {
  display: flex;
  margin: 6px;
}

.vegasino-kato8q img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.vegasino-9t4dwu::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);
}

.vegasino-9t4dwu::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);
}

.vegasino-yr7u93 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .vegasino-yr7u93 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.vegasino-zf0q5r {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .vegasino-zf0q5r {
    margin-right: 32px;
  }
}

.vegasino-8fqvfr {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vegasino-8fqvfr {
    margin-top: 0;
    width: 340px;
  }
}

.vegasino-8fqvfr a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.vegasino-1iifm9 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.vegasino-eb3261 {
  position: relative;
}

@media (min-width: 768px) {
  .vegasino-eb3261 {
    margin-top: 40px;
  }
}

.vegasino-eb3261 + .vegasino-z7o9gy,
.vegasino-eb3261 + .vegasino-eb3261 {
  margin-top: 24px;
}

.vegasino-vlxkpm {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .vegasino-vlxkpm {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .vegasino-vlxkpm {
    padding: 80px;
  }
}

.vegasino-eotmfe {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .vegasino-eotmfe {
    padding: 0 16px;
}


}

.vegasino-pmvz2f {
  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) {
  .vegasino-pmvz2f {
    font-size: 48px;
    line-height: 56px;
  }
}

.vegasino-jt32vz {
  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) {
  .vegasino-jt32vz {
    font-size: 24px;
    line-height: 32px;
  }
}

.vegasino-20svuw {
  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;
}

.vegasino-20svuw:hover {
  background: var(--button-bg-hover);
}

.vegasino-cvscib {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.vegasino-cvscib img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .vegasino-cvscib img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .vegasino-cvscib img {
  min-height: 100%;
  }
}

.vegasino-vlxkpm::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.vegasino-98m7bg {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vegasino-98m7bg h1,
.vegasino-98m7bg h2,
.vegasino-98m7bg h3,
.vegasino-98m7bg h4 {
  margin-bottom: 6px;
}

.vegasino-98m7bg h1:not(:first-child),
.vegasino-98m7bg h2:not(:first-child),
.vegasino-98m7bg h3:not(:first-child),
.vegasino-98m7bg h4:not(:first-child) {
  margin-top: 16px;
}

.vegasino-98m7bg h1,
.vegasino-98m7bg h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .vegasino-98m7bg h1,
  .vegasino-98m7bg h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.vegasino-98m7bg h2,
.vegasino-98m7bg h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .vegasino-98m7bg h2,
  .vegasino-98m7bg h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-98m7bg h3,
.vegasino-98m7bg h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .vegasino-98m7bg h3,
  .vegasino-98m7bg h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.vegasino-98m7bg h4,
.vegasino-98m7bg h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.vegasino-98m7bg ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.vegasino-98m7bg ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.vegasino-98m7bg 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);
}

.vegasino-98m7bg ul ul {
  margin-bottom: 8px;
}

.vegasino-98m7bg ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.vegasino-98m7bg ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.vegasino-98m7bg ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.vegasino-98m7bg ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.vegasino-98m7bg ol li::marker {
  font-weight: 700;
}

.vegasino-98m7bg ol ol {
  margin-bottom: 8px;
}

.vegasino-98m7bg ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.vegasino-98m7bg ol ul li {
  padding-left: 16px;
}

.vegasino-98m7bg 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) {
  .vegasino-98m7bg table {
    padding: 24px;
  }
}

.vegasino-98m7bg table.vegasino-ke6es8 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.vegasino-1bn70e,
    mask-image 0.3s;
}

.vegasino-98m7bg table.vegasino-ke6es8.vegasino-802iz6 {
  -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) {
  .vegasino-98m7bg table {
    display: table;
  }
}

.vegasino-98m7bg table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.vegasino-98m7bg table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vegasino-98m7bg table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vegasino-98m7bg 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) {
  .vegasino-98m7bg table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.vegasino-98m7bg table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vegasino-98m7bg table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vegasino-98m7bg table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.vegasino-98m7bg img {
  max-width: 100%;
  height: auto;
}

.vegasino-g548su {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .vegasino-g548su {
    padding: 24px;
  }
}

.vegasino-i5mcyw {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vegasino-i5mcyw {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.vegasino-i5mcyw > * {
  margin: 0 !important;
}

.vegasino-i5mcyw img,
.vegasino-o3j9ca {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-i5mcyw img,
  .vegasino-o3j9ca {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-z2rtzf {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-z2rtzf {
    width: 32px;
    height: 32px;
  }
}

.vegasino-7uf16w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.vegasino-7uf16w .vegasino-teijr7 {
  flex-shrink: 0;
}

.vegasino-7uf16w .vegasino-6xfo31 svg {
  display: none;
}

.vegasino-2ftkco {
  display: grid;
  transition: max-height 0.vegasino-1bn70e ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .vegasino-2ftkco {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .vegasino-2ftkco {
    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));
  }
}

.vegasino-2ftkco.vegasino-mcf1pi + .vegasino-teijr7 svg {
  transform: rotate(180deg);
}

.vegasino-nkwd9l {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.vegasino-nkwd9l > div:nth-child(3n) {
  grid-column: span 2;
}

.vegasino-nkwd9l
  > div:nth-child(3n)
  .vegasino-gfql2j
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .vegasino-nkwd9l {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .vegasino-nkwd9l > div:nth-child(3n) {
    grid-column: unset;
  }

  .vegasino-nkwd9l
    > div:nth-child(3n)
    .vegasino-gfql2j
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .vegasino-nkwd9l {
    max-width: 270px;
  }
}

.vegasino-nkwd9l .vegasino-gfql2j button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .vegasino-nkwd9l .vegasino-gfql2j button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .vegasino-nkwd9l .vegasino-gfql2j button {
    max-width: 104px;
  }
}

.vegasino-10ur1t {
  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) {
  .vegasino-10ur1t {
    margin-bottom: 0;
  }
}

.vegasino-zcvqcw {
  display: none;
  opacity: 0;
}

.vegasino-s1odjr {
  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;
  }
}

.vegasino-s1odjr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.vegasino-gfql2j {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.vegasino-gfql2j button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .vegasino-gfql2j
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .vegasino-gfql2j
    button {
    max-width: 145px;
  }
}

.vegasino-y0znc6:first-child
  .vegasino-gfql2j
  button {
  max-width: 270px;
}

.vegasino-mjaer3 {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.vegasino-10ur1t picture {
  width: 100%;
  max-width: 100%;
}

.vegasino-8ys7ho {
  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;
}

.vegasino-8ys7ho svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.vegasino-10ur1t:hover .vegasino-8ys7ho {
  display: flex;
}

.vegasino-4duhpm {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.vegasino-6m5v96 {
  display: flex;
}

.vegasino-6m5v96:hover .vegasino-tx3ute,
.vegasino-6m5v96 .vegasino-2v2wss .vegasino-tx3ute {
  display: flex;
}

.vegasino-6m5v96 svg {
  flex-shrink: 0;
}

.vegasino-tx3ute {
  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) {
  .vegasino-tx3ute {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.vegasino-tx3ute:hover {
  display: flex;
}

.vegasino-tx3ute svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.vegasino-qmi1bn {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .vegasino-qmi1bn {
    font-size: 12px;
  }
}

.vegasino-smy4w5,
.vegasino-yoz3k8 {
  width: 50%;
  flex-shrink: 0;
}

.vegasino-smy4w5 {
  font-weight: 700;
}

.vegasino-95mwqh .vegasino-2ftkco {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .vegasino-95mwqh .vegasino-2ftkco {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .vegasino-95mwqh .vegasino-2ftkco {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.vegasino-95mwqh
  .vegasino-mjaer3:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.vegasino-95mwqh .vegasino-s1odjr {
  height: 100% !important;
  border-radius: 16px;
}

.vegasino-95mwqh .vegasino-gfql2j {
  gap: 4px;
  align-items: center;
}

.vegasino-95mwqh .vegasino-gfql2j button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vegasino-95mwqh .vegasino-gfql2j svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.vegasino-95mwqh .vegasino-jssqri,
.vegasino-95mwqh .vegasino-wnjdqw {
  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.vegasino-yhxu28.org/2000/svg'%3E%3Cpath d='M9.vegasino-8urntm 4.vegasino-do1gdf.vegasino-gkd35k 5.vegasino-bmuavy.vegasino-gqx10j 5.vegasino-keo4tx.vegasino-8yqjkh 5.vegasino-5n2y18.vegasino-zm2khr 8.vegasino-8dxpc2.vegasino-6x4djh 9.vegasino-csgycg.vegasino-rnyzz7 9.vegasino-2o0wh0.vegasino-4kri8e 13.vegasino-f4w7rb.vegasino-tlo88s 11.vegasino-bo7uml.vegasino-s3ovo7 11.vegasino-yblhze.vegasino-rlq25b 11.vegasino-aelb1o.vegasino-3r4ftx 13.vegasino-35e87g.vegasino-7azqo8 9.vegasino-60lttx.vegasino-440qkh 9.vegasino-p0u9ot.vegasino-u5bb4o 8.vegasino-ikpen6.vegasino-ztbdd4 5.vegasino-ng9lv0.vegasino-wvy2jo 5.vegasino-ag8lrh.vegasino-sgwm0l 5.vegasino-9agx20.vegasino-eezk7e 4.vegasino-di7mrh.vegasino-s3ovo7 1.vegasino-x49i5g.vegasino-8urntm 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.vegasino-95mwqh .vegasino-jssqri {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.vegasino-95mwqh .vegasino-wnjdqw {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.vegasino-cpsgbu {
  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) {
  .vegasino-cpsgbu {
    padding: 24px;
  }
}

.vegasino-cpsgbu .vegasino-teijr7 {
  display: flex;
}

@media (min-width: 768px) {
  .vegasino-cpsgbu .vegasino-teijr7 {
    display: none;
  }
}

.vegasino-cpsgbu .vegasino-6xfo31 svg {
  display: none;
}

.vegasino-gtbc5s {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.vegasino-gtbc5s .vegasino-hkgh27 {
  display: none;
}

@media (min-width: 768px) {
  .vegasino-gtbc5s .vegasino-hkgh27 {
    display: flex;
  }
}

.vegasino-sh85s7 {
  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) {
  .vegasino-sh85s7 {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-sh85s7 > * {
  margin: 0 !important;
}

.vegasino-sh85s7 img,
.vegasino-11f08l {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-sh85s7 img,
  .vegasino-11f08l {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-vg489g {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-vg489g {
    width: 32px;
    height: 32px;
  }
}

.vegasino-y3oerj {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .vegasino-y3oerj {
    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;
  }

  .vegasino-y3oerj::-webkit-scrollbar {
    display: none;
  }
}

.vegasino-xs4ltk {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .vegasino-xs4ltk {
    padding: 7px 15px;
  }
}

.vegasino-xs4ltk:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vegasino-2l8tif {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vegasino-2l8tif {
    display: flex;
    opacity: 1;
  }
}

.vegasino-xs4ltk picture {
  height: 100%;
  display: block;
}

.vegasino-xs4ltk img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .vegasino-xs4ltk img {
    width: 88px;
    height: 44px;
  }
}

.vegasino-xs4ltk p {
  text-align: center;
  width: 100%;
}

.vegasino-ddze4v {
  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) {
  .vegasino-ddze4v {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-ddze4v img,
.vegasino-uq7vmw {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-ddze4v img,
  .vegasino-uq7vmw {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-09hftj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-09hftj {
    width: 32px;
    height: 32px;
  }
}

.vegasino-d6ezdf {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.vegasino-0bp1hj {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.vegasino-ipjbwi {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.vegasino-ipjbwi.vegasino-2v2wss {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.vegasino-goj53l {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .vegasino-goj53l {
    font-size: 20px;
    line-height: 28px;
  }
}

.vegasino-uu4pcl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.vegasino-5yb25x {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.vegasino-1bn70e ease;
  opacity: 0;
  color: var(--text-color);
}

.vegasino-7jetom {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.vegasino-7jetom ol,
.vegasino-7jetom ul {
  padding-left: 1.3em;
}

.vegasino-ipjbwi.vegasino-2v2wss .vegasino-5yb25x {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.vegasino-ipjbwi.vegasino-2v2wss .vegasino-uu4pcl {
  transform: rotate(180deg);
  color: var(--text-color);
}

.vegasino-bdd8sl {
  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) {
  .vegasino-bdd8sl {
    padding: 24px;
  }
}

.vegasino-bdd8sl .vegasino-teijr7 {
  display: flex;
}

@media (min-width: 768px) {
  .vegasino-bdd8sl .vegasino-teijr7 {
    display: none;
  }
}

.vegasino-bdd8sl .vegasino-6xfo31 svg {
  display: none;
}

.vegasino-lfncgg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vegasino-lfncgg .vegasino-hkgh27 {
  display: none;
}

@media (min-width: 768px) {
  .vegasino-lfncgg .vegasino-hkgh27 {
    display: flex;
  }
}

.vegasino-jqjdv9 {
  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) {
  .vegasino-jqjdv9 {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-jqjdv9 > * {
  margin: 0 !important;
}

.vegasino-jqjdv9 img,
.vegasino-19awfx {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-jqjdv9 img,
  .vegasino-19awfx {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-wb3uf7 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-wb3uf7 {
    width: 32px;
    height: 32px;
  }
}

.vegasino-hq2q7i {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .vegasino-hq2q7i {
    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;
  }

  .vegasino-hq2q7i::-webkit-scrollbar {
    display: none;
  }
}

.vegasino-ghqxvv {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.vegasino-ghqxvv:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vegasino-mcibr2 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vegasino-mcibr2 {
    display: flex;
    opacity: 1;
  }
}

.vegasino-ghqxvv picture {
  width: auto;
  height: 100%;
  display: block;
}

.vegasino-ghqxvv picture img {
  display: block;
  width: auto;
  height: 100%;
}

.vegasino-y1ugj4 {
  margin: -24px 0;
}

.vegasino-y1ugj4:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .vegasino-y1ugj4 {
    margin: -16px 0;
  }
}

.vegasino-p5pvvz {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .vegasino-p5pvvz {
    flex-direction: row;
  }
}

.vegasino-2pw9k9 {
  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) {
  .vegasino-2pw9k9 {
    flex: 1;
  }
}

.vegasino-2pw9k9::placeholder {
  color: var(--Text-400);
}

.vegasino-edpahv {
  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;
}

.vegasino-4o2gqi {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.vegasino-4o2gqi::-webkit-scrollbar {
  display: none;
}

.vegasino-o1n1il {
  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;
}

.vegasino-o1n1il img,
.vegasino-o1n1il svg {
  margin-right: 8px;
}

.vegasino-o4y0dw {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.vegasino-y1ugj4 + .vegasino-ip8meb {
  margin-top: 0;
}

@media (min-width: 768px) {
  .vegasino-y1ugj4 + .vegasino-ip8meb {
    margin-top: -16px;
  }
}

.vegasino-2jqkqs {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.vegasino-2jqkqs > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.vegasino-2jqkqs > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.vegasino-fmjyik {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.vegasino-7meddk {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.vegasino-1bkr08 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.vegasino-sty5dz {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.vegasino-liev1p {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.vegasino-fmjyik 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;
}

.vegasino-fmjyik 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) {
  .vegasino-fmjyik {
    padding: 39px 179px 39px 39px;
  }

  .vegasino-7meddk {
    font-size: 40px;
    line-height: 48px;
  }

  .vegasino-liev1p {
    height: 348px;
  }

  .vegasino-fmjyik button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .vegasino-fmjyik button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .vegasino-fmjyik {
    padding: 63px;
  }
}

.vegasino-hr5jg8 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .vegasino-hr5jg8 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.vegasino-uq7j4b {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vegasino-uq7j4b {
    width: auto;
  }
}

.vegasino-yy9lbd {
  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;
}

.vegasino-yy9lbd::-webkit-scrollbar {
  display: none;
}

.vegasino-yy9lbd 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);
}

.vegasino-yy9lbd a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vegasino-yy9lbd {
    margin-left: 16px;
    margin-top: 0;
  }
}

.vegasino-hr5jg8 .vegasino-pwvwy3 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.vegasino-1bn70e,
    mask-image 0.3s;
}

.vegasino-hr5jg8 .vegasino-pwvwy3.vegasino-802iz6 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.vegasino-64a9vq {
  margin: 40px -16px;
}

.vegasino-bt8k4r + .vegasino-z7o9gy,
.vegasino-bt8k4r + .vegasino-eb3261 {
  margin-top: 24px;
}

.vegasino-2cnltp {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.vegasino-2cnltp picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.vegasino-58bryo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .vegasino-58bryo {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .vegasino-58bryo {
    margin-top: 0;
  }
}

.vegasino-9zr7jz {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vegasino-9zr7jz {
    font-size: 24px;
    line-height: 32px;
  }
}

.vegasino-ahjt3v {
  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) {
  .vegasino-ahjt3v {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.vegasino-qhq88b {
  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) {
  .vegasino-qhq88b {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.vegasino-vvidyq {
  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) {
  .vegasino-vvidyq {
    font-size: 20px;
    line-height: 28px;
  }
}

.vegasino-3lqfox {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vegasino-3lqfox {
    font-size: 32px;
    line-height: 40px;
  }
}

.vegasino-yvok2g {
  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;
}

.vegasino-58xrxh {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.vegasino-58xrxh img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vegasino-ip8meb {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.vegasino-3580nq {
  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) {
  .vegasino-3580nq {
    padding: 15px 48px;
  }
}

main > .vegasino-ip8meb {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .vegasino-2ftkco.vegasino-xs3jud > div:nth-child(n+5) {
    display: none;
  }
}

.vegasino-98m7bg p a img {
  display: block;
  margin: 0 auto;
}


.vegasino-8xagew {
  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 */
.vegasino-uji9w3 {
  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;
}

.vegasino-uji9w3 label {
  font-size: 14px;
}

.vegasino-uji9w3 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegasino-uji9w3 input,
.vegasino-uji9w3 textarea,
.vegasino-uji9w3 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;
}
.vegasino-uji9w3 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegasino-34ycqj ease;
}
.vegasino-uji9w3 button:hover {
  background-color: var(--button-bg-hover);
}
.vegasino-q62rli {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegasino-kfr16j ease-in;
}

.vegasino-q62rli 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;
}
.vegasino-9k2da8, .vegasino-auu4f6, [class*="review-card"],
thead, thead th, table th, .vegasino-fv01qw,
.vegasino-av9aef, [class*="collapsible-header"],
.vegasino-ce7eie, [class*="updated-block"] {
  color: #ece7dc !important;
}
