* {
  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;
  }
}

.vegas-hero-wbzg5g {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-wbzg5g {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .vegas-hero-wbzg5g {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.vegas-hero-2krcca {
  overflow: hidden;
}

.vegas-hero-hlrts8 img {
  background: var(--Neutral-300);
}

.vegas-hero-qb6dbe {
  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;
}

.vegas-hero-89pbm5 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.vegas-hero-89pbm5:hover {
  background: var(--button-bg-hover);
}

.vegas-hero-cy6fwp {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.vegas-hero-cy6fwp:hover {
  background: var(--button-bg-hover);
}

.vegas-hero-qz1jmr {
  font-size: 12px;
  line-height: 18px;
}

.vegas-hero-bdlrkw {
  font-size: 18px;
  line-height: 26px;
}

.vegas-hero-x5wi46 {
  width: 100%;
}

.vegas-hero-j3x07g {
  padding: 6px 16px;
}

.vegas-hero-9ju6zr {
  padding: 10px 16px;
}

.vegas-hero-bmi54u {
  padding: 15px 26px;
}

.vegas-hero-m3hppb {
  flex-shrink: 0;
}

.vegas-hero-mcpw4v {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.vegas-hero-gynigj {
  display: none;
}

.vegas-hero-bvd0lw {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.vegas-hero-xxv3vk {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.vegas-hero-ynp0nm {
  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;
}

.vegas-hero-w47uur {
  cursor: grab;
}

.vegas-hero-ynp0nm::-webkit-scrollbar {
  display: none;
}

.vegas-hero-ycqoyk {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.vegas-hero-a1lv8n {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.vegas-hero-ykbcwn {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.vegas-hero-29m0f5 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.vegas-hero-2prbty {
  visibility: visible;
}

.vegas-hero-juuyt4 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.vegas-hero-n8gpbu ease;
}

.vegas-hero-dqwyhm {
  background-color: var(--Primary-200);
  width: 16px;
}

.vegas-hero-pkblck {
  -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.vegas-hero-n8gpbu,
    mask-image 0.3s;
}

.vegas-hero-pkblck.vegas-hero-ucw3pp {
  -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;
  }
}

.vegas-hero-smvs7b: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;
}

.vegas-hero-96atvs {
  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.vegas-hero-g0xrac.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.vegas-hero-g0xrac.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;
}

.vegas-hero-b4rcct {
  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);
}

.vegas-hero-b4rcct::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%
  );
}

.vegas-hero-ck4wkg {
  position: relative;
  z-index: 1;
}

.vegas-hero-kcw8ss {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.vegas-hero-30cvrf {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.vegas-hero-kc1s9v {
  font-size: 40px;
  line-height: 48px;
}

.vegas-hero-8b8vys {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.vegas-hero-0bgp38 {
  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;
}

.vegas-hero-0bgp38:hover {
  background: var(--Primary-400);
}

.vegas-hero-0bgp38 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.vegas-hero-smvs7b 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) {
  .vegas-hero-b4rcct {
    max-width: 600px;
    padding: 64px;
  }

  .vegas-hero-kcw8ss {
    font-size: 24px;
    line-height: 32px;
  }

  .vegas-hero-30cvrf {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .vegas-hero-kc1s9v {
    font-size: 50px;
    line-height: 56px;
  }

  .vegas-hero-8b8vys {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .vegas-hero-96atvs {
    top: 25px;
    right: 25px;
  }
}

.vegas-hero-l92v9w,
.vegas-hero-5p68nm {
  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;
}

.vegas-hero-hde0wi.vegas-hero-965pm7::before,
.vegas-hero-5p68nm::before,
.vegas-hero-9m3uev::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.vegas-hero-g0xrac.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.vegas-hero-dmegih 14.vegas-hero-xjvpy9.vegas-hero-r0mldm 14.vegas-hero-4i0x8y 15.vegas-hero-w1w09x 14.vegas-hero-u7ovxb 15.vegas-hero-ytmgeq 14.vegas-hero-tqi2rt.vegas-hero-madum4 14.vegas-hero-ea51d4 19.vegas-hero-1b03al 12.vegas-hero-m75axa 19.vegas-hero-1b03al 10.vegas-hero-5qjf92.vegas-hero-1b03al 8.vegas-hero-3endtd 17.vegas-hero-1b89l8 7.vegas-hero-udkpox 15.vegas-hero-56snmg 7.vegas-hero-wz1tk9.vegas-hero-ndvg9t 7.vegas-hero-udkpox 11.vegas-hero-2v7j4s 8.vegas-hero-3endtd 11.vegas-hero-2v7j4s 10.vegas-hero-7gtmg9.vegas-hero-2v7j4s 12.vegas-hero-jn5ae1 13.vegas-hero-lwhml4 14.vegas-hero-l7ner5 15.vegas-hero-mb21rl 14.vegas-hero-8h01gw.vegas-hero-ahrldf 14.vegas-hero-6174k1 15.vegas-hero-32fsfa 14.vegas-hero-6z8ear 15.vegas-hero-wn2jmh 14.vegas-hero-b1h8xa.vegas-hero-dmegih 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.vegas-hero-fqql6b 15.vegas-hero-xojxdv.vegas-hero-5zihyf 15.vegas-hero-x56lcg 15.vegas-hero-ku6wn5 15.vegas-hero-zuw8g5 15.vegas-hero-sjzsl7 15.vegas-hero-ufvjz9.vegas-hero-xvzhv6 15.vegas-hero-zuw8g5 15.vegas-hero-8jii48 15.vegas-hero-8ydwfj 15.vegas-hero-b091gz 15.vegas-hero-t6ahsf.vegas-hero-1ywlk1 15.vegas-hero-f35tfu 7.vegas-hero-72dutx 18.vegas-hero-wgb780 7.vegas-hero-hana5f 23.vegas-hero-8dzby1.vegas-hero-d2x7ze.vegas-hero-1whozz 18.vegas-hero-i5ldc8 19.vegas-hero-7ox84q 15.vegas-hero-tgbn6o 15.vegas-hero-fqql6b 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.vegas-hero-wusf4m [type="submit"] *,
.vegas-hero-7fruf6 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .vegas-hero-go4ini {
    display: none;
  }
}

.vegas-hero-bihpdu {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .vegas-hero-bihpdu {
  display: none;
}

@media (min-width: 768px) {
  .vegas-hero-bihpdu {
    bottom: 22px;
  }
}

.vegas-hero-bihpdu input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .vegas-hero-bihpdu {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.vegas-hero-l593xo.static) .vegas-hero-bihpdu {
    bottom: 8px;
  }
}

.vegas-hero-i72tsv {
  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.vegas-hero-g0xrac.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.vegas-hero-g9kqfj 3.vegas-hero-s8eey2.vegas-hero-aancdk.vegas-hero-1yhdja 3.vegas-hero-kptm5p 3.vegas-hero-igkz6x 5.vegas-hero-qtdexr 3.vegas-hero-igkz6x 8.vegas-hero-8ejc1l.vegas-hero-gbheqa.vegas-hero-igkz6x 26.vegas-hero-co1gf9 5.vegas-hero-vu7xtm 28.vegas-hero-0bgspf 8.vegas-hero-1fg2ds 28.vegas-hero-78z8q6.vegas-hero-a785vg 28.vegas-hero-tiqwkx.vegas-hero-q3zatl 34.vegas-hero-pe752y.vegas-hero-0ooywi 36.vegas-hero-zucolt 11.vegas-hero-jyzd8x 37.vegas-hero-070e4x 12.vegas-hero-vylky5 36.vegas-hero-zpwro8.vegas-hero-4f2cb7 28.vegas-hero-pia4qr.vegas-hero-wxnjjy.vegas-hero-qo6mi7 28.vegas-hero-v40995 36.vegas-hero-v6rmq8 26.vegas-hero-hlxbxb 36.vegas-hero-v6rmq8 23.vegas-hero-5q7jbt.vegas-hero-yxipvz.vegas-hero-v6rmq8 5.vegas-hero-qaqvkj 34.vegas-hero-roluh3 3.vegas-hero-kptm5p 31.vegas-hero-g9kqfj 3.vegas-hero-bqw5l8.vegas-hero-axzn9z 18.vegas-hero-k1ix6r.vegas-hero-7zow4f 18.vegas-hero-pmsvop 8.vegas-hero-e3ktxb 17.vegas-hero-7nd8w3 8.vegas-hero-e3ktxb 15.vegas-hero-x84nyr.vegas-hero-e3ktxb 14.vegas-hero-f1on4t 9.vegas-hero-7zow4f 13.vegas-hero-mkfre6 11.vegas-hero-axzn9z 13.vegas-hero-p2rjah.vegas-hero-9awv0i 13.vegas-hero-mkfre6 13.vegas-hero-458nj8 14.vegas-hero-f1on4t 13.vegas-hero-458nj8 15.vegas-hero-bgn8zk.vegas-hero-458nj8 17.vegas-hero-7nd8w3 12.vegas-hero-9awv0i 18.vegas-hero-pmsvop 11.vegas-hero-axzn9z 18.vegas-hero-xwuhal.vegas-hero-9adtye 18.vegas-hero-zp2ral.vegas-hero-vxzvhp 18.vegas-hero-pmsvop 17.vegas-hero-krypd9 17.vegas-hero-7nd8w3 17.vegas-hero-krypd9 15.vegas-hero-gd73um.vegas-hero-krypd9 14.vegas-hero-f1on4t 18.vegas-hero-vxzvhp 13.vegas-hero-mkfre6 20.vegas-hero-9adtye 13.vegas-hero-w9jl2a.vegas-hero-lt0f2x 13.vegas-hero-mkfre6 22.vegas-hero-tf2umf 14.vegas-hero-f1on4t 22.vegas-hero-tf2umf 15.vegas-hero-hyrb86.vegas-hero-hmhmm7 17.vegas-hero-7nd8w3 21.vegas-hero-lt0f2x 18.vegas-hero-pmsvop 20.vegas-hero-9adtye 18.vegas-hero-epk7yh.vegas-hero-x9r1kx 18.vegas-hero-ah56fy.vegas-hero-p6diah 18.vegas-hero-pmsvop 26.vegas-hero-92sr8i 17.vegas-hero-7nd8w3 26.vegas-hero-92sr8i 15.vegas-hero-77kqs3.vegas-hero-92sr8i 14.vegas-hero-f1on4t 27.vegas-hero-p6diah 13.vegas-hero-mkfre6 28.vegas-hero-x9r1kx 13.vegas-hero-ncmbq4.vegas-hero-bwpgro 13.vegas-hero-mkfre6 31.vegas-hero-kgc1xa 14.vegas-hero-f1on4t 31.vegas-hero-kgc1xa 15.vegas-hero-q41z0l.vegas-hero-92sr8i 17.vegas-hero-7nd8w3 30.vegas-hero-bwpgro 18.vegas-hero-pmsvop 28.vegas-hero-x9r1kx 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"])
    .vegas-hero-i72tsv {
    display: none;
  }
}

.vegas-hero-j43zkg {
  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) {
  .vegas-hero-j43zkg {
    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;
}

.vegas-hero-7fruf6 {
  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) {
  .vegas-hero-7fruf6 {
    padding: 14px 16px;
  }
}

.vegas-hero-7fruf6 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.vegas-hero-7fruf6 button:first-child {
  align-content: end;
}

.vegas-hero-7fruf6 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .vegas-hero-7fruf6
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .vegas-hero-7fruf6
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.vegas-hero-7fruf6 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.vegas-hero-7fruf6 button:last-child svg {
  width: 38px;
  height: 38px;
}

.vegas-hero-9m3uev {
  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;
}

.vegas-hero-9m3uev::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .vegas-hero-9m3uev,
.pc61d126-chatbot[data-active-screen="3"]
  .vegas-hero-9m3uev {
  opacity: 1;
  visibility: visible;
}

.vegas-hero-l9snx1 {
  flex: 1 1;
}

.vegas-hero-t5szpd {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-t5szpd {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .vegas-hero-jmpssj {
  display: block;
}

.vegas-hero-vdhe4a {
  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) {
  .vegas-hero-vdhe4a {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.vegas-hero-5p68nm {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.vegas-hero-5p68nm::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.vegas-hero-mgrhcn span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.vegas-hero-mgrhcn p {
  color: var(--Text-100);
}

.vegas-hero-5p68nm .vegas-hero-7qe1f8 {
  grid-area: button;
}

.vegas-hero-5p68nm .vegas-hero-7qe1f8::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.vegas-hero-g0xrac.org/2000/svg'%3E%3Cpath d='M4.vegas-hero-axiy7g 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vegas-hero-hel421 15L16.vegas-hero-hel421 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.vegas-hero-hel421 5L16.vegas-hero-hel421 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .vegas-hero-d7cpgt {
  display: block;
}

.vegas-hero-kzw1ly {
  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) {
  .vegas-hero-kzw1ly {
    margin-top: 40px;
  }
}

.vegas-hero-l92v9w label,
.vegas-hero-l92v9w input {
  display: block;
  width: 100%;
}

.vegas-hero-l92v9w label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.vegas-hero-l92v9w label.vegas-hero-y0e367 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.vegas-hero-l92v9w label.vegas-hero-y0e367::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;
}

.vegas-hero-l92v9w 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;
}

.vegas-hero-l92v9w input::placeholder {
  color: var(--Text-400);
}

.vegas-hero-qa81w9 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .vegas-hero-qa81w9 {
  display: flex;
}

.vegas-hero-qa81w9 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .vegas-hero-qa81w9 ol {
    height: 420px;
    padding: 24px;
  }
}

.vegas-hero-qa81w9 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.vegas-hero-wusf4m {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-wusf4m {
    padding: 0 24px 24px;
  }
}

.vegas-hero-wusf4m 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;
}

.vegas-hero-wusf4m input::placeholder {
  color: var(--Text-400);
}

.vegas-hero-wusf4m [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.vegas-hero-wusf4m [type="submit"]:disabled {
  opacity: 0.5;
}

.vegas-hero-wusf4m [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .vegas-hero-wusf4m [type="submit"] {
    right: 40px;
  }
}

.vegas-hero-hde0wi {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.vegas-hero-hde0wi.vegas-hero-965pm7 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.vegas-hero-hde0wi.vegas-hero-965pm7::before {
  content: "";
  width: 31px;
}

.vegas-hero-hde0wi.vegas-hero-965pm7 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vegas-hero-hde0wi.vegas-hero-10awbo p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.vegas-hero-hde0wi p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.vegas-hero-bihpdu .vegas-hero-7qe1f8 {
  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;
  }
}

.vegas-hero-go4ini {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .vegas-hero-go4ini {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .vegas-hero-go4ini {
    padding: 18px 0;
  }
}

.vegas-hero-go4ini .vegas-hero-wbzg5g {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .vegas-hero-go4ini .vegas-hero-wbzg5g {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.vegas-hero-0dk3xl {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .vegas-hero-0dk3xl {
    max-width: 160px;
    height: 40px;
  }
}

.vegas-hero-0dk3xl picture,
.vegas-hero-0dk3xl img {
  display: block;
  width: 100%;
  height: 100%;
}

.vegas-hero-0dk3xl img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .vegas-hero-6i49q5 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.vegas-hero-n8gpbu ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .vegas-hero-go4ini.vegas-hero-6cdedl .vegas-hero-6i49q5 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vegas-hero-6i49q5 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .vegas-hero-6i49q5 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.vegas-hero-7h1u9q,
.vegas-hero-k704gk {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .vegas-hero-7h1u9q,
  .vegas-hero-k704gk {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .vegas-hero-k704gk {
    display: none;
  }
}

.vegas-hero-a9hvbf {
  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;
}

.vegas-hero-6cdedl .vegas-hero-a9hvbf {
  background: var(--fh-bg-color);
}

.vegas-hero-a9hvbf button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .vegas-hero-a9hvbf {
    display: none;
  }
}

.vegas-hero-0x7d9v {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vegas-hero-0x7d9v {
    display: none;
  }
}

.vegas-hero-d026fv {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.vegas-hero-go4ini.vegas-hero-6cdedl .vegas-hero-d026fv:first-child {
  display: none;
}

.vegas-hero-go4ini.vegas-hero-6cdedl .vegas-hero-d026fv:last-child {
  display: block;
}

.vegas-hero-d026fv:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .vegas-hero-d026fv {
    display: none;
  }
}

.vegas-hero-xkkhgq {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vegas-hero-xkkhgq {
    display: flex;
  }
}

.vegas-hero-xkkhgq ul {
  max-height: 350px;
  overflow-y: auto;
}

.vegas-hero-xkkhgq:hover ul {
  visibility: visible;
  opacity: 1;
}

.vegas-hero-xkkhgq:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.vegas-hero-xkkhgq:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.vegas-hero-xkkhgq:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.vegas-hero-xkkhgq:hover .vegas-hero-8tnuay svg {
  transform: rotate(180deg);
}

.vegas-hero-uqm56f {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.vegas-hero-elxh9p {
  padding: 0 8px;
}

.vegas-hero-dhknyc {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.vegas-hero-dhknyc:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .vegas-hero-dhknyc {
    padding: 4px 8px;
  }
}

.vegas-hero-a4at0a {
  display: flex;
}

.vegas-hero-a4at0a img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.vegas-hero-8tnuay {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.vegas-hero-8tnuay svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.vegas-hero-gnjsny {
  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) {
  .vegas-hero-gnjsny {
    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;
  }
}

.vegas-hero-db86dx {
  width: 100%;
}

@media (min-width: 1200px) {
  .vegas-hero-db86dx {
    display: none;
  }
}

.vegas-hero-7tq78f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.vegas-hero-3m8v9t {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.vegas-hero-te6xl7 {
  display: flex;
}

.vegas-hero-pfq2u5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.vegas-hero-v9th0j {
  list-style: none;
}

@media (max-width: 1199px) {
  .vegas-hero-v9th0j {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .vegas-hero-v9th0j {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .vegas-hero-v9th0j .vegas-hero-dfoihp [data-ref-el],
  .vegas-hero-v9th0j .vegas-hero-dfoihp span,
  .vegas-hero-v9th0j .vegas-hero-dfoihp a {
    white-space: nowrap;
  }
}

.vegas-hero-ntt9rc {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .vegas-hero-ntt9rc.vegas-hero-6hc01w > .vegas-hero-dfoihp {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .vegas-hero-ntt9rc.vegas-hero-mb3nhy:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .vegas-hero-ntt9rc.vegas-hero-6hc01w > .vegas-hero-325vz6 {
    height: auto;
  }

  .vegas-hero-ntt9rc.vegas-hero-6hc01w > div > .vegas-hero-tip96d {
    transform: rotate(180deg);
  }
}

.vegas-hero-ntt9rc [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.vegas-hero-ntt9rc [data-ref-el],
.vegas-hero-ntt9rc span {
  cursor: pointer;
}

.vegas-hero-ntt9rc [data-ref-el],
.vegas-hero-ntt9rc span,
.vegas-hero-ntt9rc a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .vegas-hero-ntt9rc [data-ref-el],
  .vegas-hero-ntt9rc span,
  .vegas-hero-ntt9rc a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .vegas-hero-ntt9rc [data-ref-el],
  .vegas-hero-ntt9rc span,
  .vegas-hero-ntt9rc a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.vegas-hero-325vz6 {
  height: 0;
  overflow: hidden;
  transition: height 0.vegas-hero-n8gpbu ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.vegas-hero-325vz6::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.vegas-hero-325vz6::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.vegas-hero-325vz6::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .vegas-hero-325vz6 {
    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;
  }

  .vegas-hero-325vz6:has(> .vegas-hero-ntt9rc.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .vegas-hero-325vz6 .vegas-hero-325vz6 {
    padding: 0;
  }

  .vegas-hero-325vz6 .vegas-hero-ntt9rc {
    font-weight: 400;
  }

  .vegas-hero-325vz6 .vegas-hero-ntt9rc:hover > .vegas-hero-dfoihp {
    background: var(--Neutral-300);
  }

  .vegas-hero-325vz6 .vegas-hero-tip96d {
    rotate: -90deg;
  }
}

.vegas-hero-dfoihp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .vegas-hero-dfoihp {
    padding: 8px;
  }

  .vegas-hero-ntt9rc.vegas-hero-3v6imj > .vegas-hero-dfoihp {
    background: var(--Neutral-300);
  }
}

.vegas-hero-tip96d {
  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.vegas-hero-g0xrac.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.vegas-hero-asj6yn 0.vegas-hero-ne5p2v.vegas-hero-mdbhul -0.vegas-hero-kv5zjb 0.vegas-hero-ohepib -0.vegas-hero-kv5zjb 1.vegas-hero-q3hns6 0.vegas-hero-wao4wb.vegas-hero-g95lfz 4.vegas-hero-92x7al.vegas-hero-asj6yn 0.vegas-hero-78bemo.vegas-hero-750ty5 -0.vegas-hero-kv5zjb 9.vegas-hero-yzgcrw -0.vegas-hero-kv5zjb 10.vegas-hero-827zm5 0.vegas-hero-n1qwji.vegas-hero-yei1eh 0.vegas-hero-mdbhul 10.vegas-hero-yei1eh 0.vegas-hero-ohepib 10.vegas-hero-827zm5 1.vegas-hero-578dty.vegas-hero-esei7q 5.vegas-hero-p92978.vegas-hero-d598vn 6.vegas-hero-ay6d3u 5.vegas-hero-eab79w 6.vegas-hero-ay6d3u 4.vegas-hero-sekavx 5.vegas-hero-4lpeq6.vegas-hero-asj6yn 1.vegas-hero-kgqg00.vegas-hero-kv5zjb 0.vegas-hero-ohepib -0.vegas-hero-kv5zjb 0.vegas-hero-mdbhul 0.vegas-hero-asj6yn 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.vegas-hero-n8gpbu ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .vegas-hero-tip96d {
    cursor: default;
  }
}

.vegas-hero-rka68w {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.vegas-hero-himtc9 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .vegas-hero-himtc9 {
    padding: 40px 4px;
  }
}

.vegas-hero-msj01d {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .vegas-hero-msj01d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.vegas-hero-9jc5zm {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .vegas-hero-9jc5zm {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.vegas-hero-9jc5zm ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.vegas-hero-9jc5zm [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.vegas-hero-9jc5zm [data-ref-el],
.vegas-hero-9jc5zm span,
.vegas-hero-9jc5zm a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.vegas-hero-qoxjeu {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vegas-hero-qoxjeu {
    margin-bottom: 12px;
  }
}

.vegas-hero-llb2ka {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.vegas-hero-llb2ka img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .vegas-hero-llb2ka:last-child {
    margin-right: 0;
  }
}

.vegas-hero-jvw7z5 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.vegas-hero-qoxjeu:hover .vegas-hero-dcsmul {
  visibility: visible;
  opacity: 1;
}

.vegas-hero-dcsmul {
  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);
}

.vegas-hero-eext37 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.vegas-hero-kewfcv {
  display: flex;
  margin: 6px;
}

.vegas-hero-kewfcv img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.vegas-hero-dcsmul::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);
}

.vegas-hero-dcsmul::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);
}

.vegas-hero-j5bmvw {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .vegas-hero-j5bmvw {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.vegas-hero-7hhqxa {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .vegas-hero-7hhqxa {
    margin-right: 32px;
  }
}

.vegas-hero-efeczp {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .vegas-hero-efeczp {
    margin-top: 0;
    width: 340px;
  }
}

.vegas-hero-efeczp a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.vegas-hero-z4uz3d {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.vegas-hero-zjxy5j {
  position: relative;
}

@media (min-width: 768px) {
  .vegas-hero-zjxy5j {
    margin-top: 40px;
  }
}

.vegas-hero-zjxy5j + .vegas-hero-30gc87,
.vegas-hero-zjxy5j + .vegas-hero-zjxy5j {
  margin-top: 24px;
}

.vegas-hero-wi9xo8 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-wi9xo8 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .vegas-hero-wi9xo8 {
    padding: 80px;
  }
}

.vegas-hero-kk578s {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .vegas-hero-kk578s {
    padding: 0 16px;
}


}

.vegas-hero-5xbv6n {
  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) {
  .vegas-hero-5xbv6n {
    font-size: 48px;
    line-height: 56px;
  }
}

.vegas-hero-9u5mz5 {
  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) {
  .vegas-hero-9u5mz5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.vegas-hero-qtdkok {
  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;
}

.vegas-hero-qtdkok:hover {
  background: var(--button-bg-hover);
}

.vegas-hero-3dxwse {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.vegas-hero-3dxwse img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .vegas-hero-3dxwse img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .vegas-hero-3dxwse img {
  min-height: 100%;
  }
}

.vegas-hero-wi9xo8::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.vegas-hero-gwx9ms {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vegas-hero-gwx9ms h1,
.vegas-hero-gwx9ms h2,
.vegas-hero-gwx9ms h3,
.vegas-hero-gwx9ms h4 {
  margin-bottom: 6px;
}

.vegas-hero-gwx9ms h1:not(:first-child),
.vegas-hero-gwx9ms h2:not(:first-child),
.vegas-hero-gwx9ms h3:not(:first-child),
.vegas-hero-gwx9ms h4:not(:first-child) {
  margin-top: 16px;
}

.vegas-hero-gwx9ms h1,
.vegas-hero-gwx9ms h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .vegas-hero-gwx9ms h1,
  .vegas-hero-gwx9ms h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.vegas-hero-gwx9ms h2,
.vegas-hero-gwx9ms h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .vegas-hero-gwx9ms h2,
  .vegas-hero-gwx9ms h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegas-hero-gwx9ms h3,
.vegas-hero-gwx9ms h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .vegas-hero-gwx9ms h3,
  .vegas-hero-gwx9ms h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.vegas-hero-gwx9ms h4,
.vegas-hero-gwx9ms h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.vegas-hero-gwx9ms ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.vegas-hero-gwx9ms ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.vegas-hero-gwx9ms 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);
}

.vegas-hero-gwx9ms ul ul {
  margin-bottom: 8px;
}

.vegas-hero-gwx9ms ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.vegas-hero-gwx9ms ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.vegas-hero-gwx9ms ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.vegas-hero-gwx9ms ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.vegas-hero-gwx9ms ol li::marker {
  font-weight: 700;
}

.vegas-hero-gwx9ms ol ol {
  margin-bottom: 8px;
}

.vegas-hero-gwx9ms ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.vegas-hero-gwx9ms ol ul li {
  padding-left: 16px;
}

.vegas-hero-gwx9ms 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) {
  .vegas-hero-gwx9ms table {
    padding: 24px;
  }
}

.vegas-hero-gwx9ms table.vegas-hero-6rjqyl {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.vegas-hero-n8gpbu,
    mask-image 0.3s;
}

.vegas-hero-gwx9ms table.vegas-hero-6rjqyl.vegas-hero-ucw3pp {
  -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) {
  .vegas-hero-gwx9ms table {
    display: table;
  }
}

.vegas-hero-gwx9ms 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);
}

.vegas-hero-gwx9ms table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vegas-hero-gwx9ms table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vegas-hero-gwx9ms 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) {
  .vegas-hero-gwx9ms table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.vegas-hero-gwx9ms table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.vegas-hero-gwx9ms table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.vegas-hero-gwx9ms table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.vegas-hero-gwx9ms img {
  max-width: 100%;
  height: auto;
}

.vegas-hero-2on062 {
  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) {
  .vegas-hero-2on062 {
    padding: 24px;
  }
}

.vegas-hero-1t34an {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .vegas-hero-1t34an {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.vegas-hero-1t34an > * {
  margin: 0 !important;
}

.vegas-hero-1t34an img,
.vegas-hero-grpqgn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-1t34an img,
  .vegas-hero-grpqgn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegas-hero-lyom4w {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegas-hero-lyom4w {
    width: 32px;
    height: 32px;
  }
}

.vegas-hero-u9ua0w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.vegas-hero-u9ua0w .vegas-hero-q1izn6 {
  flex-shrink: 0;
}

.vegas-hero-u9ua0w .vegas-hero-qz94rw svg {
  display: none;
}

.vegas-hero-yt6zlb {
  display: grid;
  transition: max-height 0.vegas-hero-n8gpbu ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .vegas-hero-yt6zlb {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .vegas-hero-yt6zlb {
    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));
  }
}

.vegas-hero-yt6zlb.vegas-hero-qc2dqf + .vegas-hero-q1izn6 svg {
  transform: rotate(180deg);
}

.vegas-hero-x9ngmf {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.vegas-hero-x9ngmf > div:nth-child(3n) {
  grid-column: span 2;
}

.vegas-hero-x9ngmf
  > div:nth-child(3n)
  .vegas-hero-tvhu6m
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .vegas-hero-x9ngmf {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .vegas-hero-x9ngmf > div:nth-child(3n) {
    grid-column: unset;
  }

  .vegas-hero-x9ngmf
    > div:nth-child(3n)
    .vegas-hero-tvhu6m
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .vegas-hero-x9ngmf {
    max-width: 270px;
  }
}

.vegas-hero-x9ngmf .vegas-hero-tvhu6m button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .vegas-hero-x9ngmf .vegas-hero-tvhu6m button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .vegas-hero-x9ngmf .vegas-hero-tvhu6m button {
    max-width: 104px;
  }
}

.vegas-hero-2j9den {
  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) {
  .vegas-hero-2j9den {
    margin-bottom: 0;
  }
}

.vegas-hero-mx6o6s {
  display: none;
  opacity: 0;
}

.vegas-hero-um7cml {
  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;
  }
}

.vegas-hero-um7cml img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.vegas-hero-tvhu6m {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.vegas-hero-tvhu6m button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .vegas-hero-tvhu6m
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .vegas-hero-tvhu6m
    button {
    max-width: 145px;
  }
}

.vegas-hero-2n9app:first-child
  .vegas-hero-tvhu6m
  button {
  max-width: 270px;
}

.vegas-hero-b3cgh6 {
  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%;
}

.vegas-hero-2j9den picture {
  width: 100%;
  max-width: 100%;
}

.vegas-hero-k60ink {
  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;
}

.vegas-hero-k60ink svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.vegas-hero-2j9den:hover .vegas-hero-k60ink {
  display: flex;
}

.vegas-hero-i3qbw4 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.vegas-hero-zir5h7 {
  display: flex;
}

.vegas-hero-zir5h7:hover .vegas-hero-alqw1x,
.vegas-hero-zir5h7 .vegas-hero-3v6imj .vegas-hero-alqw1x {
  display: flex;
}

.vegas-hero-zir5h7 svg {
  flex-shrink: 0;
}

.vegas-hero-alqw1x {
  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) {
  .vegas-hero-alqw1x {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.vegas-hero-alqw1x:hover {
  display: flex;
}

.vegas-hero-alqw1x svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.vegas-hero-el5h6x {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .vegas-hero-el5h6x {
    font-size: 12px;
  }
}

.vegas-hero-a72v8y,
.vegas-hero-fko1zu {
  width: 50%;
  flex-shrink: 0;
}

.vegas-hero-a72v8y {
  font-weight: 700;
}

.vegas-hero-uwit7c .vegas-hero-yt6zlb {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .vegas-hero-uwit7c .vegas-hero-yt6zlb {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .vegas-hero-uwit7c .vegas-hero-yt6zlb {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.vegas-hero-uwit7c
  .vegas-hero-b3cgh6:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.vegas-hero-uwit7c .vegas-hero-um7cml {
  height: 100% !important;
  border-radius: 16px;
}

.vegas-hero-uwit7c .vegas-hero-tvhu6m {
  gap: 4px;
  align-items: center;
}

.vegas-hero-uwit7c .vegas-hero-tvhu6m button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vegas-hero-uwit7c .vegas-hero-tvhu6m svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.vegas-hero-uwit7c .vegas-hero-v22meg,
.vegas-hero-uwit7c .vegas-hero-b4616x {
  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.vegas-hero-g0xrac.org/2000/svg'%3E%3Cpath d='M9.vegas-hero-ydx46l 4.vegas-hero-9s9jwx.vegas-hero-paqwo1 5.vegas-hero-indrgv.vegas-hero-756sjx 5.vegas-hero-pz561d.vegas-hero-3ecre6 5.vegas-hero-xxhog5.vegas-hero-jtclvm 8.vegas-hero-as1i90.vegas-hero-ei2zh2 9.vegas-hero-mwkz0t.vegas-hero-5xizpf 9.vegas-hero-jaqx4t.vegas-hero-rcicd0 13.vegas-hero-n2h548.vegas-hero-2u04zo 11.vegas-hero-sukded.vegas-hero-5azrs0 11.vegas-hero-tquyco.vegas-hero-2pfu7j 11.vegas-hero-v8ww54.vegas-hero-zrnluc 13.vegas-hero-vakfj9.vegas-hero-97g8rn 9.vegas-hero-v9tgah.vegas-hero-p4abgg 9.vegas-hero-m8wdoq.vegas-hero-kmdtwu 8.vegas-hero-q8ukus.vegas-hero-tt0tv5 5.vegas-hero-jdgant.vegas-hero-6rfcwm 5.vegas-hero-cf51ru.vegas-hero-b19nj0 5.vegas-hero-lt6nmy.vegas-hero-58cc3d 4.vegas-hero-ay0xy7.vegas-hero-5azrs0 1.vegas-hero-vsetp1.vegas-hero-ydx46l 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.vegas-hero-uwit7c .vegas-hero-v22meg {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.vegas-hero-uwit7c .vegas-hero-b4616x {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.vegas-hero-fc4wwc {
  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) {
  .vegas-hero-fc4wwc {
    padding: 24px;
  }
}

.vegas-hero-fc4wwc .vegas-hero-q1izn6 {
  display: flex;
}

@media (min-width: 768px) {
  .vegas-hero-fc4wwc .vegas-hero-q1izn6 {
    display: none;
  }
}

.vegas-hero-fc4wwc .vegas-hero-qz94rw svg {
  display: none;
}

.vegas-hero-dywca9 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.vegas-hero-dywca9 .vegas-hero-qb6dbe {
  display: none;
}

@media (min-width: 768px) {
  .vegas-hero-dywca9 .vegas-hero-qb6dbe {
    display: flex;
  }
}

.vegas-hero-pfvupy {
  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) {
  .vegas-hero-pfvupy {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegas-hero-pfvupy > * {
  margin: 0 !important;
}

.vegas-hero-pfvupy img,
.vegas-hero-u2vho5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-pfvupy img,
  .vegas-hero-u2vho5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegas-hero-wfg802 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegas-hero-wfg802 {
    width: 32px;
    height: 32px;
  }
}

.vegas-hero-ct9uxs {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .vegas-hero-ct9uxs {
    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;
  }

  .vegas-hero-ct9uxs::-webkit-scrollbar {
    display: none;
  }
}

.vegas-hero-dgkghf {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .vegas-hero-dgkghf {
    padding: 7px 15px;
  }
}

.vegas-hero-dgkghf:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vegas-hero-ovxrcw {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vegas-hero-ovxrcw {
    display: flex;
    opacity: 1;
  }
}

.vegas-hero-dgkghf picture {
  height: 100%;
  display: block;
}

.vegas-hero-dgkghf img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .vegas-hero-dgkghf img {
    width: 88px;
    height: 44px;
  }
}

.vegas-hero-dgkghf p {
  text-align: center;
  width: 100%;
}

.vegas-hero-39eeax {
  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) {
  .vegas-hero-39eeax {
    font-size: 40px;
    line-height: 48px;
  }
}

.vegas-hero-39eeax img,
.vegas-hero-wqid9n {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-39eeax img,
  .vegas-hero-wqid9n {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegas-hero-c994sz {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegas-hero-c994sz {
    width: 32px;
    height: 32px;
  }
}

.vegas-hero-qqwiwk {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.vegas-hero-kpeybj {
  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;
}

.vegas-hero-t6zz2j {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.vegas-hero-t6zz2j.vegas-hero-3v6imj {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.vegas-hero-edti2i {
  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) {
  .vegas-hero-edti2i {
    font-size: 20px;
    line-height: 28px;
  }
}

.vegas-hero-s8cz03 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.vegas-hero-8ontca {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.vegas-hero-n8gpbu ease;
  opacity: 0;
  color: var(--text-color);
}

.vegas-hero-vr8zqj {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.vegas-hero-vr8zqj ol,
.vegas-hero-vr8zqj ul {
  padding-left: 1.3em;
}

.vegas-hero-t6zz2j.vegas-hero-3v6imj .vegas-hero-8ontca {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.vegas-hero-t6zz2j.vegas-hero-3v6imj .vegas-hero-s8cz03 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.vegas-hero-bdh5os {
  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) {
  .vegas-hero-bdh5os {
    padding: 24px;
  }
}

.vegas-hero-bdh5os .vegas-hero-q1izn6 {
  display: flex;
}

@media (min-width: 768px) {
  .vegas-hero-bdh5os .vegas-hero-q1izn6 {
    display: none;
  }
}

.vegas-hero-bdh5os .vegas-hero-qz94rw svg {
  display: none;
}

.vegas-hero-xcnl19 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vegas-hero-xcnl19 .vegas-hero-qb6dbe {
  display: none;
}

@media (min-width: 768px) {
  .vegas-hero-xcnl19 .vegas-hero-qb6dbe {
    display: flex;
  }
}

.vegas-hero-6592bs {
  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) {
  .vegas-hero-6592bs {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.vegas-hero-6592bs > * {
  margin: 0 !important;
}

.vegas-hero-6592bs img,
.vegas-hero-ph5cpn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .vegas-hero-6592bs img,
  .vegas-hero-ph5cpn {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.vegas-hero-hfkk48 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .vegas-hero-hfkk48 {
    width: 32px;
    height: 32px;
  }
}

.vegas-hero-jtss16 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .vegas-hero-jtss16 {
    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;
  }

  .vegas-hero-jtss16::-webkit-scrollbar {
    display: none;
  }
}

.vegas-hero-48c397 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.vegas-hero-48c397:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.vegas-hero-3881e1 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .vegas-hero-3881e1 {
    display: flex;
    opacity: 1;
  }
}

.vegas-hero-48c397 picture {
  width: auto;
  height: 100%;
  display: block;
}

.vegas-hero-48c397 picture img {
  display: block;
  width: auto;
  height: 100%;
}

.vegas-hero-7graas {
  margin: -24px 0;
}

.vegas-hero-7graas:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .vegas-hero-7graas {
    margin: -16px 0;
  }
}

.vegas-hero-36nju2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .vegas-hero-36nju2 {
    flex-direction: row;
  }
}

.vegas-hero-c4az91 {
  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) {
  .vegas-hero-c4az91 {
    flex: 1;
  }
}

.vegas-hero-c4az91::placeholder {
  color: var(--Text-400);
}

.vegas-hero-k8mc09 {
  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;
}

.vegas-hero-2wo9yr {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.vegas-hero-2wo9yr::-webkit-scrollbar {
  display: none;
}

.vegas-hero-dafxb2 {
  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;
}

.vegas-hero-dafxb2 img,
.vegas-hero-dafxb2 svg {
  margin-right: 8px;
}

.vegas-hero-x2hti7 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.vegas-hero-7graas + .vegas-hero-79avgg {
  margin-top: 0;
}

@media (min-width: 768px) {
  .vegas-hero-7graas + .vegas-hero-79avgg {
    margin-top: -16px;
  }
}

.vegas-hero-kusjpr {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.vegas-hero-kusjpr > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.vegas-hero-kusjpr > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.vegas-hero-7d4i4d {
  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;
}

.vegas-hero-dq61qk {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.vegas-hero-rh03rr {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.vegas-hero-t2ey9c {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.vegas-hero-gyrygw {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.vegas-hero-7d4i4d 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;
}

.vegas-hero-7d4i4d 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) {
  .vegas-hero-7d4i4d {
    padding: 39px 179px 39px 39px;
  }

  .vegas-hero-dq61qk {
    font-size: 40px;
    line-height: 48px;
  }

  .vegas-hero-gyrygw {
    height: 348px;
  }

  .vegas-hero-7d4i4d button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .vegas-hero-7d4i4d button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .vegas-hero-7d4i4d {
    padding: 63px;
  }
}

.vegas-hero-2xstsi {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .vegas-hero-2xstsi {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.vegas-hero-oqmuaw {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vegas-hero-oqmuaw {
    width: auto;
  }
}

.vegas-hero-1ub19i {
  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;
}

.vegas-hero-1ub19i::-webkit-scrollbar {
  display: none;
}

.vegas-hero-1ub19i 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);
}

.vegas-hero-1ub19i a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .vegas-hero-1ub19i {
    margin-left: 16px;
    margin-top: 0;
  }
}

.vegas-hero-2xstsi .vegas-hero-cv51do {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.vegas-hero-n8gpbu,
    mask-image 0.3s;
}

.vegas-hero-2xstsi .vegas-hero-cv51do.vegas-hero-ucw3pp {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.vegas-hero-wa8dt4 {
  margin: 40px -16px;
}

.vegas-hero-he8zk7 + .vegas-hero-30gc87,
.vegas-hero-he8zk7 + .vegas-hero-zjxy5j {
  margin-top: 24px;
}

.vegas-hero-876ytk {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.vegas-hero-876ytk picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.vegas-hero-3pdamd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .vegas-hero-3pdamd {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .vegas-hero-3pdamd {
    margin-top: 0;
  }
}

.vegas-hero-tjhh46 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vegas-hero-tjhh46 {
    font-size: 24px;
    line-height: 32px;
  }
}

.vegas-hero-vlfxnw {
  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) {
  .vegas-hero-vlfxnw {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.vegas-hero-re4g8d {
  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) {
  .vegas-hero-re4g8d {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.vegas-hero-53h26z {
  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) {
  .vegas-hero-53h26z {
    font-size: 20px;
    line-height: 28px;
  }
}

.vegas-hero-zw6jfs {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .vegas-hero-zw6jfs {
    font-size: 32px;
    line-height: 40px;
  }
}

.vegas-hero-lpqhxq {
  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;
}

.vegas-hero-48v6y1 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.vegas-hero-48v6y1 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vegas-hero-79avgg {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.vegas-hero-li6hgo {
  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) {
  .vegas-hero-li6hgo {
    padding: 15px 48px;
  }
}

main > .vegas-hero-79avgg {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .vegas-hero-yt6zlb.vegas-hero-wuhr7q > div:nth-child(n+5) {
    display: none;
  }
}

.vegas-hero-gwx9ms p a img {
  display: block;
  margin: 0 auto;
}


.vegas-hero-o3djal {
  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 */
.vegas-hero-yi7f6x {
  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;
}

.vegas-hero-yi7f6x label {
  font-size: 14px;
}

.vegas-hero-yi7f6x h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegas-hero-yi7f6x input,
.vegas-hero-yi7f6x textarea,
.vegas-hero-yi7f6x 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;
}
.vegas-hero-yi7f6x button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegas-hero-fpnt84 ease;
}
.vegas-hero-yi7f6x button:hover {
  background-color: var(--button-bg-hover);
}
.vegas-hero-4ccekj {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegas-hero-8sswmy ease-in;
}

.vegas-hero-4ccekj 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;
}
.vegas-hero-bea3x3, .vegas-hero-dq7874, [class*="review-card"],
thead, thead th, table th, .vegas-hero-ommoqj,
.vegas-hero-svmx9p, [class*="collapsible-header"],
.vegas-hero-dk1p6z, [class*="updated-block"] {
  color: #ece7dc !important;
}
