* {
  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-5osvgh {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .vegasino-5osvgh {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .vegasino-5osvgh {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.vegasino-7zlcua {
  overflow: hidden;
}

.vegasino-uv0rw5 img {
  background: var(--Neutral-300);
}

.vegasino-do2jqf {
  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-g35kjz {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.vegasino-g35kjz:hover {
  background: var(--button-bg-hover);
}

.vegasino-j7qiyf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.vegasino-j7qiyf:hover {
  background: var(--button-bg-hover);
}

.vegasino-ocla07 {
  font-size: 12px;
  line-height: 18px;
}

.vegasino-moaj1s {
  font-size: 18px;
  line-height: 26px;
}

.vegasino-ajkroc {
  width: 100%;
}

.vegasino-6e140g {
  padding: 6px 16px;
}

.vegasino-gnll6a {
  padding: 10px 16px;
}

.vegasino-l9jy5z {
  padding: 15px 26px;
}

.vegasino-div8rp {
  flex-shrink: 0;
}

.vegasino-xgpql8 {
  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-nwcktv {
  display: none;
}

.vegasino-g9mtjh {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.vegasino-nrjtbu {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.vegasino-j03etz {
  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-15zg78 {
  cursor: grab;
}

.vegasino-j03etz::-webkit-scrollbar {
  display: none;
}

.vegasino-y6pxvj {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.vegasino-nfmtmx {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.vegasino-dqq977 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.vegasino-o9sojc {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.vegasino-ta7xem {
  visibility: visible;
}

.vegasino-y4a6xd {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.vegasino-m8n22d ease;
}

.vegasino-o2xpzc {
  background-color: var(--Primary-200);
  width: 16px;
}

.vegasino-yhg1lu {
  -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-m8n22d,
    mask-image 0.3s;
}

.vegasino-yhg1lu.vegasino-3s9sna {
  -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-lfshfx: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-kusbgp {
  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-cvzsc6.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-cvzsc6.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-qw5aia {
  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-qw5aia::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-15b7ta {
  position: relative;
  z-index: 1;
}

.vegasino-u09vqt {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.vegasino-iyvzgv {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.vegasino-13wdl6 {
  font-size: 40px;
  line-height: 48px;
}

.vegasino-ltgfjl {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.vegasino-4yg7lg {
  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-4yg7lg:hover {
  background: var(--Primary-400);
}

.vegasino-4yg7lg svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.vegasino-lfshfx 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-qw5aia {
    max-width: 600px;
    padding: 64px;
  }

  .vegasino-u09vqt {
    font-size: 24px;
    line-height: 32px;
  }

  .vegasino-iyvzgv {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .vegasino-13wdl6 {
    font-size: 50px;
    line-height: 56px;
  }

  .vegasino-ltgfjl {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .vegasino-kusbgp {
    top: 25px;
    right: 25px;
  }
}

.vegasino-u46sh4,
.vegasino-j29c0i {
  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-dsa52h.vegasino-exkl3g::before,
.vegasino-j29c0i::before,
.vegasino-iluzv4::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-cvzsc6.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.vegasino-qyw41l 14.vegasino-kptqq6.vegasino-zbbs3q 14.vegasino-8tzhod 15.vegasino-a5ogfn 14.vegasino-ol1y2s 15.vegasino-dt31pf 14.vegasino-18hfkr.vegasino-ta1jgt 14.vegasino-sgbatn 19.vegasino-lenhsb 12.vegasino-r6bu5z 19.vegasino-lenhsb 10.vegasino-95rqur.vegasino-lenhsb 8.vegasino-wdbxh7 17.vegasino-1mdqir 7.vegasino-xycalk 15.vegasino-qw3zna 7.vegasino-8myv8p.vegasino-nd99pv 7.vegasino-xycalk 11.vegasino-khv5ke 8.vegasino-wdbxh7 11.vegasino-khv5ke 10.vegasino-3r58s5.vegasino-khv5ke 12.vegasino-j1iffw 13.vegasino-eaiyhp 14.vegasino-1638pg 15.vegasino-prj96a 14.vegasino-btn9k9.vegasino-tgj4uj 14.vegasino-5eda8p 15.vegasino-avu9k3 14.vegasino-x6forh 15.vegasino-bbqcbd 14.vegasino-lbmhak.vegasino-qyw41l 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.vegasino-g4e549 15.vegasino-we4trv.vegasino-36r41f 15.vegasino-fpy5sd 15.vegasino-p8wwcd 15.vegasino-8d3f9y 15.vegasino-60wig2 15.vegasino-uuyx6r.vegasino-7tdw9j 15.vegasino-8d3f9y 15.vegasino-7yystz 15.vegasino-mhd1kx 15.vegasino-ra513m 15.vegasino-1zdt7i.vegasino-3xh1yq 15.vegasino-i89rcd 7.vegasino-tj8lx8 18.vegasino-tf4ari 7.vegasino-7khfxv 23.vegasino-h9kbhc.vegasino-go0w49.vegasino-y2wde3 18.vegasino-q4nd0r 19.vegasino-u6zqes 15.vegasino-q3ck1g 15.vegasino-g4e549 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.vegasino-50tus6 [type="submit"] *,
.vegasino-n2ayj0 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .vegasino-l6i1te {
    display: none;
  }
}

.vegasino-v17bpw {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .vegasino-v17bpw {
  display: none;
}

@media (min-width: 768px) {
  .vegasino-v17bpw {
    bottom: 22px;
  }
}

.vegasino-v17bpw input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .vegasino-v17bpw {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.vegasino-ke0xxf.static) .vegasino-v17bpw {
    bottom: 8px;
  }
}

.vegasino-c7z8cl {
  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-cvzsc6.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.vegasino-259yij 3.vegasino-psgujy.vegasino-pnf0lg.vegasino-3hs82y 3.vegasino-gdg5s9 3.vegasino-m0bl7q 5.vegasino-9cvm26 3.vegasino-m0bl7q 8.vegasino-7qghmq.vegasino-za2671.vegasino-m0bl7q 26.vegasino-br2vcn 5.vegasino-oy6nir 28.vegasino-908ovo 8.vegasino-cbf1hi 28.vegasino-hve053.vegasino-5u8nij 28.vegasino-eu3gco.vegasino-a6wawf 34.vegasino-nuu73b.vegasino-gj3adl 36.vegasino-wwtc4b 11.vegasino-c04vtn 37.vegasino-zvb6lf 12.vegasino-13ypr3 36.vegasino-bypbwo.vegasino-jvudxz 28.vegasino-oqt9f4.vegasino-ocxq5l.vegasino-ycm56r 28.vegasino-2v5sgb 36.vegasino-me8tlz 26.vegasino-hgm7gk 36.vegasino-me8tlz 23.vegasino-bb539p.vegasino-xez46a.vegasino-me8tlz 5.vegasino-4xqebl 34.vegasino-4k71e9 3.vegasino-gdg5s9 31.vegasino-259yij 3.vegasino-53a9xz.vegasino-hx6ckh 18.vegasino-6cfj73.vegasino-jgsc4n 18.vegasino-r8r3oa 8.vegasino-cxatk0 17.vegasino-1ta6jk 8.vegasino-cxatk0 15.vegasino-d6hpzj.vegasino-cxatk0 14.vegasino-zh393e 9.vegasino-jgsc4n 13.vegasino-moedjy 11.vegasino-hx6ckh 13.vegasino-sm9lac.vegasino-mlkdyy 13.vegasino-moedjy 13.vegasino-c1xwr5 14.vegasino-zh393e 13.vegasino-c1xwr5 15.vegasino-5nmnf8.vegasino-c1xwr5 17.vegasino-1ta6jk 12.vegasino-mlkdyy 18.vegasino-r8r3oa 11.vegasino-hx6ckh 18.vegasino-ztkl3t.vegasino-1pz05o 18.vegasino-q9dgc3.vegasino-e5xlci 18.vegasino-r8r3oa 17.vegasino-oakuhi 17.vegasino-1ta6jk 17.vegasino-oakuhi 15.vegasino-3kfpi3.vegasino-oakuhi 14.vegasino-zh393e 18.vegasino-e5xlci 13.vegasino-moedjy 20.vegasino-1pz05o 13.vegasino-pmk3xl.vegasino-wtu1di 13.vegasino-moedjy 22.vegasino-tx5ymr 14.vegasino-zh393e 22.vegasino-tx5ymr 15.vegasino-9h7sgq.vegasino-jcekdl 17.vegasino-1ta6jk 21.vegasino-wtu1di 18.vegasino-r8r3oa 20.vegasino-1pz05o 18.vegasino-nwyuks.vegasino-jcrcem 18.vegasino-vbgkfs.vegasino-z61or2 18.vegasino-r8r3oa 26.vegasino-5stdfx 17.vegasino-1ta6jk 26.vegasino-5stdfx 15.vegasino-3dz8gi.vegasino-5stdfx 14.vegasino-zh393e 27.vegasino-z61or2 13.vegasino-moedjy 28.vegasino-jcrcem 13.vegasino-7j2l8j.vegasino-t5rdvz 13.vegasino-moedjy 31.vegasino-hmy86s 14.vegasino-zh393e 31.vegasino-hmy86s 15.vegasino-tkps8v.vegasino-5stdfx 17.vegasino-1ta6jk 30.vegasino-t5rdvz 18.vegasino-r8r3oa 28.vegasino-jcrcem 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-c7z8cl {
    display: none;
  }
}

.vegasino-0wd08h {
  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-0wd08h {
    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-n2ayj0 {
  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-n2ayj0 {
    padding: 14px 16px;
  }
}

.vegasino-n2ayj0 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.vegasino-n2ayj0 button:first-child {
  align-content: end;
}

.vegasino-n2ayj0 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .vegasino-n2ayj0
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .vegasino-n2ayj0
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.vegasino-n2ayj0 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.vegasino-n2ayj0 button:last-child svg {
  width: 38px;
  height: 38px;
}

.vegasino-iluzv4 {
  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-iluzv4::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .vegasino-iluzv4,
.pc61d126-chatbot[data-active-screen="3"]
  .vegasino-iluzv4 {
  opacity: 1;
  visibility: visible;
}

.vegasino-8z31n9 {
  flex: 1 1;
}

.vegasino-4xrsvi {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .vegasino-4xrsvi {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .vegasino-ld2a2j {
  display: block;
}

.vegasino-cppzng {
  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-cppzng {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.vegasino-j29c0i {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.vegasino-j29c0i::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.vegasino-rvvd72 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.vegasino-rvvd72 p {
  color: var(--Text-100);
}

.vegasino-j29c0i .vegasino-w4xr0t {
  grid-area: button;
}

.vegasino-j29c0i .vegasino-w4xr0t::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-cvzsc6.org/2000/svg'%3E%3Cpath d='M4.vegasino-510fzp 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vegasino-pom8t4 15L16.vegasino-pom8t4 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vegasino-pom8t4 5L16.vegasino-pom8t4 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .vegasino-i833vi {
  display: block;
}

.vegasino-q2xl33 {
  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-q2xl33 {
    margin-top: 40px;
  }
}

.vegasino-u46sh4 label,
.vegasino-u46sh4 input {
  display: block;
  width: 100%;
}

.vegasino-u46sh4 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.vegasino-u46sh4 label.vegasino-vfhib1 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.vegasino-u46sh4 label.vegasino-vfhib1::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-u46sh4 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-u46sh4 input::placeholder {
  color: var(--Text-400);
}

.vegasino-2kocop {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .vegasino-2kocop {
  display: flex;
}

.vegasino-2kocop ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .vegasino-2kocop ol {
    height: 420px;
    padding: 24px;
  }
}

.vegasino-2kocop ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.vegasino-50tus6 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .vegasino-50tus6 {
    padding: 0 24px 24px;
  }
}

.vegasino-50tus6 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-50tus6 input::placeholder {
  color: var(--Text-400);
}

.vegasino-50tus6 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.vegasino-50tus6 [type="submit"]:disabled {
  opacity: 0.5;
}

.vegasino-50tus6 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .vegasino-50tus6 [type="submit"] {
    right: 40px;
  }
}

.vegasino-dsa52h {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.vegasino-dsa52h.vegasino-exkl3g {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.vegasino-dsa52h.vegasino-exkl3g::before {
  content: "";
  width: 31px;
}

.vegasino-dsa52h.vegasino-exkl3g p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vegasino-dsa52h.vegasino-ok7gpm p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.vegasino-dsa52h p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vegasino-v17bpw .vegasino-w4xr0t {
  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-l6i1te {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .vegasino-l6i1te {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .vegasino-l6i1te {
    padding: 18px 0;
  }
}

.vegasino-l6i1te .vegasino-5osvgh {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .vegasino-l6i1te .vegasino-5osvgh {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.vegasino-vbx9zs {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .vegasino-vbx9zs {
    max-width: 160px;
    height: 40px;
  }
}

.vegasino-vbx9zs picture,
.vegasino-vbx9zs img {
  display: block;
  width: 100%;
  height: 100%;
}

.vegasino-vbx9zs img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .vegasino-5uq6v9 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.vegasino-m8n22d ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .vegasino-l6i1te.vegasino-7406be .vegasino-5uq6v9 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vegasino-5uq6v9 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .vegasino-5uq6v9 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.vegasino-w7d2oy,
.vegasino-sdam0j {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .vegasino-w7d2oy,
  .vegasino-sdam0j {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .vegasino-sdam0j {
    display: none;
  }
}

.vegasino-rmlduk {
  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-7406be .vegasino-rmlduk {
  background: var(--fh-bg-color);
}

.vegasino-rmlduk button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .vegasino-rmlduk {
    display: none;
  }
}

.vegasino-cq79ld {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vegasino-cq79ld {
    display: none;
  }
}

.vegasino-ijz44r {
  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-l6i1te.vegasino-7406be .vegasino-ijz44r:first-child {
  display: none;
}

.vegasino-l6i1te.vegasino-7406be .vegasino-ijz44r:last-child {
  display: block;
}

.vegasino-ijz44r:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .vegasino-ijz44r {
    display: none;
  }
}

.vegasino-fep4s5 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vegasino-fep4s5 {
    display: flex;
  }
}

.vegasino-fep4s5 ul {
  max-height: 350px;
  overflow-y: auto;
}

.vegasino-fep4s5:hover ul {
  visibility: visible;
  opacity: 1;
}

.vegasino-fep4s5:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.vegasino-fep4s5:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.vegasino-fep4s5:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.vegasino-fep4s5:hover .vegasino-d1hjdy svg {
  transform: rotate(180deg);
}

.vegasino-ds7fs8 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.vegasino-21zkl6 {
  padding: 0 8px;
}

.vegasino-swj3wd {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.vegasino-swj3wd:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .vegasino-swj3wd {
    padding: 4px 8px;
  }
}

.vegasino-11maxy {
  display: flex;
}

.vegasino-11maxy img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.vegasino-d1hjdy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.vegasino-d1hjdy svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.vegasino-3ciexe {
  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-3ciexe {
    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-hwfmoa {
  width: 100%;
}

@media (min-width: 1200px) {
  .vegasino-hwfmoa {
    display: none;
  }
}

.vegasino-cay7x8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.vegasino-74nad9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.vegasino-974rur {
  display: flex;
}

.vegasino-9pepl0 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.vegasino-ht17up {
  list-style: none;
}

@media (max-width: 1199px) {
  .vegasino-ht17up {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .vegasino-ht17up {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .vegasino-ht17up .vegasino-wj521i [data-ref-el],
  .vegasino-ht17up .vegasino-wj521i span,
  .vegasino-ht17up .vegasino-wj521i a {
    white-space: nowrap;
  }
}

.vegasino-8xdmnd {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .vegasino-8xdmnd.vegasino-511tk2 > .vegasino-wj521i {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .vegasino-8xdmnd.vegasino-3ukh0q:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .vegasino-8xdmnd.vegasino-511tk2 > .vegasino-uxmk5k {
    height: auto;
  }

  .vegasino-8xdmnd.vegasino-511tk2 > div > .vegasino-gj57i4 {
    transform: rotate(180deg);
  }
}

.vegasino-8xdmnd [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.vegasino-8xdmnd [data-ref-el],
.vegasino-8xdmnd span {
  cursor: pointer;
}

.vegasino-8xdmnd [data-ref-el],
.vegasino-8xdmnd span,
.vegasino-8xdmnd 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-8xdmnd [data-ref-el],
  .vegasino-8xdmnd span,
  .vegasino-8xdmnd a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .vegasino-8xdmnd [data-ref-el],
  .vegasino-8xdmnd span,
  .vegasino-8xdmnd a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.vegasino-uxmk5k {
  height: 0;
  overflow: hidden;
  transition: height 0.vegasino-m8n22d ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.vegasino-uxmk5k::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.vegasino-uxmk5k::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.vegasino-uxmk5k::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .vegasino-uxmk5k {
    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-uxmk5k:has(> .vegasino-8xdmnd.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .vegasino-uxmk5k .vegasino-uxmk5k {
    padding: 0;
  }

  .vegasino-uxmk5k .vegasino-8xdmnd {
    font-weight: 400;
  }

  .vegasino-uxmk5k .vegasino-8xdmnd:hover > .vegasino-wj521i {
    background: var(--Neutral-300);
  }

  .vegasino-uxmk5k .vegasino-gj57i4 {
    rotate: -90deg;
  }
}

.vegasino-wj521i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vegasino-wj521i {
    padding: 8px;
  }

  .vegasino-8xdmnd.vegasino-qw4p32 > .vegasino-wj521i {
    background: var(--Neutral-300);
  }
}

.vegasino-gj57i4 {
  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-cvzsc6.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.vegasino-6rf293 0.vegasino-9pg216.vegasino-fvek1j -0.vegasino-pa7yef 0.vegasino-d84lhp -0.vegasino-pa7yef 1.vegasino-qz4wln 0.vegasino-5w4pu1.vegasino-2ii42h 4.vegasino-hk2www.vegasino-6rf293 0.vegasino-52z65f.vegasino-4hbogu -0.vegasino-pa7yef 9.vegasino-js78l5 -0.vegasino-pa7yef 10.vegasino-af47ot 0.vegasino-6s9ffq.vegasino-5pqfsg 0.vegasino-fvek1j 10.vegasino-5pqfsg 0.vegasino-d84lhp 10.vegasino-af47ot 1.vegasino-yenaod.vegasino-wdqdm0 5.vegasino-08i91s.vegasino-fyqg0u 6.vegasino-2fdflb 5.vegasino-erjgrv 6.vegasino-2fdflb 4.vegasino-wasdsw 5.vegasino-enieuv.vegasino-6rf293 1.vegasino-qayy21.vegasino-pa7yef 0.vegasino-d84lhp -0.vegasino-pa7yef 0.vegasino-fvek1j 0.vegasino-6rf293 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.vegasino-m8n22d ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vegasino-gj57i4 {
    cursor: default;
  }
}

.vegasino-ie7996 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.vegasino-bnv2rh {
  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-bnv2rh {
    padding: 40px 4px;
  }
}

.vegasino-enoxls {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .vegasino-enoxls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.vegasino-bd2wuj {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .vegasino-bd2wuj {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.vegasino-bd2wuj ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.vegasino-bd2wuj [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.vegasino-bd2wuj [data-ref-el],
.vegasino-bd2wuj span,
.vegasino-bd2wuj a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.vegasino-3d4r7r {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vegasino-3d4r7r {
    margin-bottom: 12px;
  }
}

.vegasino-t41lfm {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.vegasino-t41lfm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .vegasino-t41lfm:last-child {
    margin-right: 0;
  }
}

.vegasino-eki389 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.vegasino-3d4r7r:hover .vegasino-zp2hhl {
  visibility: visible;
  opacity: 1;
}

.vegasino-zp2hhl {
  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-7ts80z {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.vegasino-5kucd3 {
  display: flex;
  margin: 6px;
}

.vegasino-5kucd3 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.vegasino-zp2hhl::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-zp2hhl::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-0s34i4 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .vegasino-0s34i4 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.vegasino-qwklde {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .vegasino-qwklde {
    margin-right: 32px;
  }
}

.vegasino-q2s5ui {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vegasino-q2s5ui {
    margin-top: 0;
    width: 340px;
  }
}

.vegasino-q2s5ui a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.vegasino-b87ix2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.vegasino-kc1ss7 {
  position: relative;
}

@media (min-width: 768px) {
  .vegasino-kc1ss7 {
    margin-top: 40px;
  }
}

.vegasino-kc1ss7 + .vegasino-xilmts,
.vegasino-kc1ss7 + .vegasino-kc1ss7 {
  margin-top: 24px;
}

.vegasino-pb6o9p {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .vegasino-pb6o9p {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .vegasino-pb6o9p {
    padding: 80px;
  }
}

.vegasino-jbwh06 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .vegasino-jbwh06 {
    padding: 0 16px;
}


}

.vegasino-ot56y4 {
  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-ot56y4 {
    font-size: 48px;
    line-height: 56px;
  }
}

.vegasino-wg8ne7 {
  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-wg8ne7 {
    font-size: 24px;
    line-height: 32px;
  }
}

.vegasino-m5f4db {
  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-m5f4db:hover {
  background: var(--button-bg-hover);
}

.vegasino-otfycs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.vegasino-otfycs img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .vegasino-otfycs img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .vegasino-otfycs img {
  min-height: 100%;
  }
}

.vegasino-pb6o9p::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.vegasino-rdmovr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vegasino-rdmovr h1,
.vegasino-rdmovr h2,
.vegasino-rdmovr h3,
.vegasino-rdmovr h4 {
  margin-bottom: 6px;
}

.vegasino-rdmovr h1:not(:first-child),
.vegasino-rdmovr h2:not(:first-child),
.vegasino-rdmovr h3:not(:first-child),
.vegasino-rdmovr h4:not(:first-child) {
  margin-top: 16px;
}

.vegasino-rdmovr h1,
.vegasino-rdmovr h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .vegasino-rdmovr h1,
  .vegasino-rdmovr h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.vegasino-rdmovr h2,
.vegasino-rdmovr h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .vegasino-rdmovr h2,
  .vegasino-rdmovr h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-rdmovr h3,
.vegasino-rdmovr h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .vegasino-rdmovr h3,
  .vegasino-rdmovr h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.vegasino-rdmovr h4,
.vegasino-rdmovr h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.vegasino-rdmovr ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.vegasino-rdmovr ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.vegasino-rdmovr 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-rdmovr ul ul {
  margin-bottom: 8px;
}

.vegasino-rdmovr ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.vegasino-rdmovr ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.vegasino-rdmovr ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.vegasino-rdmovr ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.vegasino-rdmovr ol li::marker {
  font-weight: 700;
}

.vegasino-rdmovr ol ol {
  margin-bottom: 8px;
}

.vegasino-rdmovr ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.vegasino-rdmovr ol ul li {
  padding-left: 16px;
}

.vegasino-rdmovr 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-rdmovr table {
    padding: 24px;
  }
}

.vegasino-rdmovr table.vegasino-03pyc3 {
  -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-m8n22d,
    mask-image 0.3s;
}

.vegasino-rdmovr table.vegasino-03pyc3.vegasino-3s9sna {
  -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-rdmovr table {
    display: table;
  }
}

.vegasino-rdmovr 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-rdmovr table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vegasino-rdmovr table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vegasino-rdmovr 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-rdmovr table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.vegasino-rdmovr table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vegasino-rdmovr table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vegasino-rdmovr table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.vegasino-rdmovr img {
  max-width: 100%;
  height: auto;
}

.vegasino-zkv8x5 {
  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-zkv8x5 {
    padding: 24px;
  }
}

.vegasino-8gerkr {
  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-8gerkr {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.vegasino-8gerkr > * {
  margin: 0 !important;
}

.vegasino-8gerkr img,
.vegasino-84xnbi {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-8gerkr img,
  .vegasino-84xnbi {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-9y2532 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-9y2532 {
    width: 32px;
    height: 32px;
  }
}

.vegasino-t8eng2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.vegasino-t8eng2 .vegasino-ffhrq7 {
  flex-shrink: 0;
}

.vegasino-t8eng2 .vegasino-bnz1q0 svg {
  display: none;
}

.vegasino-zdsm1e {
  display: grid;
  transition: max-height 0.vegasino-m8n22d ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .vegasino-zdsm1e {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .vegasino-zdsm1e {
    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-zdsm1e.vegasino-kbqaht + .vegasino-ffhrq7 svg {
  transform: rotate(180deg);
}

.vegasino-88v8xn {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.vegasino-88v8xn > div:nth-child(3n) {
  grid-column: span 2;
}

.vegasino-88v8xn
  > div:nth-child(3n)
  .vegasino-4wdmfb
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .vegasino-88v8xn {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .vegasino-88v8xn > div:nth-child(3n) {
    grid-column: unset;
  }

  .vegasino-88v8xn
    > div:nth-child(3n)
    .vegasino-4wdmfb
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .vegasino-88v8xn {
    max-width: 270px;
  }
}

.vegasino-88v8xn .vegasino-4wdmfb button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .vegasino-88v8xn .vegasino-4wdmfb button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .vegasino-88v8xn .vegasino-4wdmfb button {
    max-width: 104px;
  }
}

.vegasino-linw4t {
  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-linw4t {
    margin-bottom: 0;
  }
}

.vegasino-vg5y7k {
  display: none;
  opacity: 0;
}

.vegasino-nchn1v {
  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-nchn1v img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.vegasino-4wdmfb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.vegasino-4wdmfb 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-4wdmfb
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .vegasino-4wdmfb
    button {
    max-width: 145px;
  }
}

.vegasino-9vczkg:first-child
  .vegasino-4wdmfb
  button {
  max-width: 270px;
}

.vegasino-bw6ycp {
  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-linw4t picture {
  width: 100%;
  max-width: 100%;
}

.vegasino-k2raru {
  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-k2raru svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.vegasino-linw4t:hover .vegasino-k2raru {
  display: flex;
}

.vegasino-y96vvg {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.vegasino-bw7pib {
  display: flex;
}

.vegasino-bw7pib:hover .vegasino-3l2575,
.vegasino-bw7pib .vegasino-qw4p32 .vegasino-3l2575 {
  display: flex;
}

.vegasino-bw7pib svg {
  flex-shrink: 0;
}

.vegasino-3l2575 {
  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-3l2575 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.vegasino-3l2575:hover {
  display: flex;
}

.vegasino-3l2575 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.vegasino-8g6pbr {
  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-8g6pbr {
    font-size: 12px;
  }
}

.vegasino-gccjva,
.vegasino-ifs712 {
  width: 50%;
  flex-shrink: 0;
}

.vegasino-gccjva {
  font-weight: 700;
}

.vegasino-hrdpia .vegasino-zdsm1e {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .vegasino-hrdpia .vegasino-zdsm1e {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .vegasino-hrdpia .vegasino-zdsm1e {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.vegasino-hrdpia
  .vegasino-bw6ycp:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.vegasino-hrdpia .vegasino-nchn1v {
  height: 100% !important;
  border-radius: 16px;
}

.vegasino-hrdpia .vegasino-4wdmfb {
  gap: 4px;
  align-items: center;
}

.vegasino-hrdpia .vegasino-4wdmfb button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vegasino-hrdpia .vegasino-4wdmfb svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.vegasino-hrdpia .vegasino-thi3nw,
.vegasino-hrdpia .vegasino-dsb6ty {
  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-cvzsc6.org/2000/svg'%3E%3Cpath d='M9.vegasino-tu1io3 4.vegasino-vmmqaf.vegasino-ahnhiv 5.vegasino-kyhnb4.vegasino-ee1g4c 5.vegasino-dfrq1g.vegasino-ecadgl 5.vegasino-5z7r5t.vegasino-r4v0nc 8.vegasino-5ipnf9.vegasino-7jfyjg 9.vegasino-fw8wci.vegasino-q29ghe 9.vegasino-vlo3sn.vegasino-ptdrho 13.vegasino-yj6zc7.vegasino-x12ftq 11.vegasino-boncj7.vegasino-45rdfq 11.vegasino-ezhm0j.vegasino-2cv0ix 11.vegasino-xkucbd.vegasino-p1m5ry 13.vegasino-lhiv19.vegasino-d4nlzk 9.vegasino-hldkyw.vegasino-1cuj8h 9.vegasino-jpg7f1.vegasino-jit2xc 8.vegasino-da64f9.vegasino-mg5krf 5.vegasino-te8igt.vegasino-wiaozl 5.vegasino-43h7em.vegasino-8cix1c 5.vegasino-2ofmlo.vegasino-bf9v2d 4.vegasino-w2qy23.vegasino-45rdfq 1.vegasino-6mak8n.vegasino-tu1io3 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.vegasino-hrdpia .vegasino-thi3nw {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.vegasino-hrdpia .vegasino-dsb6ty {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.vegasino-afqlbu {
  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-afqlbu {
    padding: 24px;
  }
}

.vegasino-afqlbu .vegasino-ffhrq7 {
  display: flex;
}

@media (min-width: 768px) {
  .vegasino-afqlbu .vegasino-ffhrq7 {
    display: none;
  }
}

.vegasino-afqlbu .vegasino-bnz1q0 svg {
  display: none;
}

.vegasino-b16i05 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.vegasino-b16i05 .vegasino-do2jqf {
  display: none;
}

@media (min-width: 768px) {
  .vegasino-b16i05 .vegasino-do2jqf {
    display: flex;
  }
}

.vegasino-zj1ced {
  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-zj1ced {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-zj1ced > * {
  margin: 0 !important;
}

.vegasino-zj1ced img,
.vegasino-evq9v1 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-zj1ced img,
  .vegasino-evq9v1 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-b1k7aq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-b1k7aq {
    width: 32px;
    height: 32px;
  }
}

.vegasino-pfvkh8 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .vegasino-pfvkh8 {
    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-pfvkh8::-webkit-scrollbar {
    display: none;
  }
}

.vegasino-3ty0tb {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .vegasino-3ty0tb {
    padding: 7px 15px;
  }
}

.vegasino-3ty0tb:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vegasino-8l6t2c {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vegasino-8l6t2c {
    display: flex;
    opacity: 1;
  }
}

.vegasino-3ty0tb picture {
  height: 100%;
  display: block;
}

.vegasino-3ty0tb img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .vegasino-3ty0tb img {
    width: 88px;
    height: 44px;
  }
}

.vegasino-3ty0tb p {
  text-align: center;
  width: 100%;
}

.vegasino-b7t9we {
  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-b7t9we {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-b7t9we img,
.vegasino-m2ftst {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-b7t9we img,
  .vegasino-m2ftst {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-vid2zd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-vid2zd {
    width: 32px;
    height: 32px;
  }
}

.vegasino-tafqu3 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.vegasino-3f5rgf {
  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-os0eap {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.vegasino-os0eap.vegasino-qw4p32 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.vegasino-q5k9na {
  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-q5k9na {
    font-size: 20px;
    line-height: 28px;
  }
}

.vegasino-ewlyuz {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.vegasino-18eh9u {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.vegasino-m8n22d ease;
  opacity: 0;
  color: var(--text-color);
}

.vegasino-gj5n69 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.vegasino-gj5n69 ol,
.vegasino-gj5n69 ul {
  padding-left: 1.3em;
}

.vegasino-os0eap.vegasino-qw4p32 .vegasino-18eh9u {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.vegasino-os0eap.vegasino-qw4p32 .vegasino-ewlyuz {
  transform: rotate(180deg);
  color: var(--text-color);
}

.vegasino-689m8m {
  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-689m8m {
    padding: 24px;
  }
}

.vegasino-689m8m .vegasino-ffhrq7 {
  display: flex;
}

@media (min-width: 768px) {
  .vegasino-689m8m .vegasino-ffhrq7 {
    display: none;
  }
}

.vegasino-689m8m .vegasino-bnz1q0 svg {
  display: none;
}

.vegasino-b20lqc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vegasino-b20lqc .vegasino-do2jqf {
  display: none;
}

@media (min-width: 768px) {
  .vegasino-b20lqc .vegasino-do2jqf {
    display: flex;
  }
}

.vegasino-k2dewa {
  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-k2dewa {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.vegasino-k2dewa > * {
  margin: 0 !important;
}

.vegasino-k2dewa img,
.vegasino-jxee3r {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegasino-k2dewa img,
  .vegasino-jxee3r {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegasino-n9lxab {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegasino-n9lxab {
    width: 32px;
    height: 32px;
  }
}

.vegasino-wtel8t {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .vegasino-wtel8t {
    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-wtel8t::-webkit-scrollbar {
    display: none;
  }
}

.vegasino-8rjvxw {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.vegasino-8rjvxw:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vegasino-2dcxq7 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vegasino-2dcxq7 {
    display: flex;
    opacity: 1;
  }
}

.vegasino-8rjvxw picture {
  width: auto;
  height: 100%;
  display: block;
}

.vegasino-8rjvxw picture img {
  display: block;
  width: auto;
  height: 100%;
}

.vegasino-yr2np7 {
  margin: -24px 0;
}

.vegasino-yr2np7:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .vegasino-yr2np7 {
    margin: -16px 0;
  }
}

.vegasino-cpd3af {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .vegasino-cpd3af {
    flex-direction: row;
  }
}

.vegasino-1u3icb {
  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-1u3icb {
    flex: 1;
  }
}

.vegasino-1u3icb::placeholder {
  color: var(--Text-400);
}

.vegasino-dgvrkm {
  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-iz1hl4 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.vegasino-iz1hl4::-webkit-scrollbar {
  display: none;
}

.vegasino-yh7njs {
  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-yh7njs img,
.vegasino-yh7njs svg {
  margin-right: 8px;
}

.vegasino-jghbb3 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.vegasino-yr2np7 + .vegasino-k4ufbb {
  margin-top: 0;
}

@media (min-width: 768px) {
  .vegasino-yr2np7 + .vegasino-k4ufbb {
    margin-top: -16px;
  }
}

.vegasino-l2ys1t {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.vegasino-l2ys1t > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.vegasino-l2ys1t > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.vegasino-1r7gye {
  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-6vqid1 {
  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-nqou8n {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.vegasino-ljgci5 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.vegasino-zc74vk {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.vegasino-1r7gye 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-1r7gye 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-1r7gye {
    padding: 39px 179px 39px 39px;
  }

  .vegasino-6vqid1 {
    font-size: 40px;
    line-height: 48px;
  }

  .vegasino-zc74vk {
    height: 348px;
  }

  .vegasino-1r7gye button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .vegasino-1r7gye button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .vegasino-1r7gye {
    padding: 63px;
  }
}

.vegasino-scfkug {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .vegasino-scfkug {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.vegasino-jpejbg {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vegasino-jpejbg {
    width: auto;
  }
}

.vegasino-qqzbta {
  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-qqzbta::-webkit-scrollbar {
  display: none;
}

.vegasino-qqzbta 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-qqzbta a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vegasino-qqzbta {
    margin-left: 16px;
    margin-top: 0;
  }
}

.vegasino-scfkug .vegasino-9iwj4c {
  -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-m8n22d,
    mask-image 0.3s;
}

.vegasino-scfkug .vegasino-9iwj4c.vegasino-3s9sna {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.vegasino-8lrbqf {
  margin: 40px -16px;
}

.vegasino-po8rqz + .vegasino-xilmts,
.vegasino-po8rqz + .vegasino-kc1ss7 {
  margin-top: 24px;
}

.vegasino-1wawqu {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.vegasino-1wawqu picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.vegasino-mzxmu1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .vegasino-mzxmu1 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .vegasino-mzxmu1 {
    margin-top: 0;
  }
}

.vegasino-vm6o6f {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vegasino-vm6o6f {
    font-size: 24px;
    line-height: 32px;
  }
}

.vegasino-9iahxr {
  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-9iahxr {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.vegasino-125qwo {
  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-125qwo {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.vegasino-c97mjo {
  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-c97mjo {
    font-size: 20px;
    line-height: 28px;
  }
}

.vegasino-ertu18 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vegasino-ertu18 {
    font-size: 32px;
    line-height: 40px;
  }
}

.vegasino-mqbcog {
  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-1yzlir {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.vegasino-1yzlir img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vegasino-k4ufbb {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.vegasino-awo0jr {
  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-awo0jr {
    padding: 15px 48px;
  }
}

main > .vegasino-k4ufbb {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .vegasino-zdsm1e.vegasino-jrtzq6 > div:nth-child(n+5) {
    display: none;
  }
}

.vegasino-rdmovr p a img {
  display: block;
  margin: 0 auto;
}


.vegasino-evaxzd {
  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-h3um6b {
  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-h3um6b label {
  font-size: 14px;
}

.vegasino-h3um6b h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegasino-h3um6b input,
.vegasino-h3um6b textarea,
.vegasino-h3um6b 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-h3um6b button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegasino-1mehmh ease;
}
.vegasino-h3um6b button:hover {
  background-color: var(--button-bg-hover);
}
.vegasino-9a1ufr {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegasino-bxpkqg ease-in;
}

.vegasino-9a1ufr 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-3fojg0, .vegasino-mkwv8q, [class*="review-card"],
thead, thead th, table th, .vegasino-nj83my,
.vegasino-2fw3ah, [class*="collapsible-header"],
.vegasino-r1yzrw, [class*="updated-block"] {
  color: #ece7dc !important;
}
