@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.vegas-now-zg5o0e {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegas-now-pk1nhe {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.vegas-now-lz3u2n,
ul.vegas-now-lz3u2n {
  padding-left: 20px;
}

ul.vegas-now-lz3u2n {
  list-style: disc;
}

ol.vegas-now-lz3u2n {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.vegas-now-8zupwx > .vegas-now-z6v96k,
.vegas-now-8zupwx > .vegas-now-8pdk55,
.vegas-now-8zupwx > blockquote,
.vegas-now-8zupwx > h1,
.vegas-now-8zupwx > h2,
.vegas-now-8zupwx > h3,
.vegas-now-8zupwx > h4,
.vegas-now-8zupwx > h5,
.vegas-now-8zupwx > h6,
.vegas-now-8zupwx > ol,
.vegas-now-8zupwx > p,
.vegas-now-8zupwx > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegas-now-8zupwx > ol,
.vegas-now-8zupwx > ul {
  padding-left: 50px;
}

.vegas-now-8zupwx blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.vegas-now-8zupwx:not(:last-child) {
  margin-bottom: 2rem;
}

.vegas-now-8zupwx > :not(:first-child) {
  margin-top: 2rem;
}

.vegas-now-8zupwx {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vegas-now-8zupwx:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .vegas-now-8zupwx:first-child {
    margin-top: 20px;
  }
}

.vegas-now-8zupwx > p:last-of-type {
  margin-bottom: 32px;
}

.vegas-now-8zupwx > .vegas-now-bkz9kh:not(:first-child) {
  margin: 64px auto 16px auto;
}

.vegas-now-5i1bp3 > .vegas-now-bkz9kh {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegas-now-8pdk55 {
  overflow: auto;
}

.vegas-now-8pdk55::-webkit-scrollbar {
  height: 5px;
}

.vegas-now-8pdk55 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.vegas-now-8pdk55 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.vegas-now-8pdk55 table thead,
table thead {
  border-bottom: none;
}

.vegas-now-8pdk55 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.vegas-now-8pdk55 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.vegas-now-8pdk55 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.vegas-now-8pdk55 .vegas-now-m4bbv7 {
  table-layout: auto;
}

.vegas-now-8pdk55 .vegas-now-m4bbv7 th {
  word-break: normal;
}

.vegas-now-8pdk55 .vegas-now-m4bbv7 td {
  word-break: normal;
}

.vegas-now-zg5o0e .vegas-now-zg5o0e {
  padding-right: 0;
  padding-left: 0;
}

.vegas-now-tsjiut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.vegas-now-a16pri {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.vegas-now-we0boe {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.vegas-now-z6v96k {
  margin-top: 24px;
}

.vegas-now-z6v96k.vegas-now-erb66t {
  text-align: left;
}

.vegas-now-z6v96k.vegas-now-7gl4y4 {
  text-align: right;
}

.vegas-now-z6v96k.vegas-now-h9mkuj {
  text-align: center;
}

.vegas-now-z8ex0a {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.vegas-now-3o3hnn ease-in-out;
  cursor: pointer;
}

.vegas-now-z8ex0a:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.vegas-now-z8ex0a {
  min-width: 328px;
}

@media (max-width: 768px) {
  .vegas-now-z8ex0a {
    min-width: unset;
  }
}

.vegas-now-t28ckc {
  background-color: var(--fh-bg-color);
}

.vegas-now-lnp8to {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.vegas-now-ir3q6j {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.vegas-now-ir3q6j img {
  max-height: 80px;
  object-fit: contain;
}

.vegas-now-ezdqvi {
  flex: 1 1;
}

.vegas-now-pi91xs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.vegas-now-e55zts {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.vegas-now-e55zts span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.vegas-now-e55zts.vegas-now-d2a0pt span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.vegas-now-e55zts.vegas-now-d2a0pt span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.vegas-now-e55zts.vegas-now-d2a0pt span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.vegas-now-ezdqvi + .vegas-now-pi91xs {
  margin-left: 20px;
}

.vegas-now-1zynig {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.vegas-now-1zynig > svg {
  max-width: 24px;
  max-height: 24px;
}

.vegas-now-1zynig + .vegas-now-1zynig {
  margin-left: 5px;
}

.vegas-now-1sgvgy {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.vegas-now-1sgvgy:hover {
  background-color: var(--button-bg-hover);
}

.vegas-now-qntgty {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.vegas-now-3o3hnn ease-in-out;
  border: 1px solid var(--border-color);
}

.vegas-now-qntgty:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.vegas-now-ccko3u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .vegas-now-ezdqvi {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .vegas-now-ccko3u {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .vegas-now-ezdqvi {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .vegas-now-1zynig {
    min-width: unset;
    flex: 1 1;
  }
}

.vegas-now-di4f18 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.vegas-now-di4f18:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.vegas-now-di4f18:hover .vegas-now-7ewlpj {
  opacity: 1;
  pointer-events: auto;
}

.vegas-now-98zde5 {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.vegas-now-pcknut ease-in-out;
  gap: 4px;
}

.vegas-now-98zde5 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vegas-now-98zde5 .vegas-now-tsjiut img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vegas-now-u92yt7,
.vegas-now-98zde5:hover {
  color: var(--button-bg-hover);
}

.vegas-now-fws1pa {
  position: relative;
}

.vegas-now-fws1pa .vegas-now-98zde5 {
  margin-right: 0;
  padding-right: 4px;
}

.vegas-now-ifyi0c svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vegas-now-fws1pa.vegas-now-d2a0pt .vegas-now-ifyi0c svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.vegas-now-fws1pa.vegas-now-d2a0pt .vegas-now-7ewlpj {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.vegas-now-fws1pa.vegas-now-d2a0pt .vegas-now-7ewlpj::before {
  display: none;
}

.vegas-now-ifyi0c svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.vegas-now-7ewlpj {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.vegas-now-fvs076 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.vegas-now-7ewlpj::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.vegas-now-7ewlpj:hover {
  color: var(--fh-bg-color);
}

.vegas-now-go0x8k {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.vegas-now-fvs076 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.vegas-now-pcknut ease-in-out;
  -o-transition: 0.vegas-now-pcknut ease-in-out;
  transition: 0.vegas-now-pcknut ease-in-out;
}

.vegas-now-go0x8k .vegas-now-tsjiut img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vegas-now-rbrp5n,
.vegas-now-go0x8k:hover {
  color: var(--button-bg-hover);
}

.vegas-now-bbtku9 {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.vegas-now-bbtku9.vegas-now-0xxdvh {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.vegas-now-bbtku9.vegas-now-0xxdvh:after,
.vegas-now-bbtku9.vegas-now-0xxdvh:before {
  content: "";
  position: absolute;
  margin: auto;
}

.vegas-now-bbtku9.vegas-now-0xxdvh:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.vegas-now-bbtku9.vegas-now-0xxdvh:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.vegas-now-bbtku9.vegas-now-0xxdvh > * {
  z-index: 1;
}

.vegas-now-bbtku9 b,
.vegas-now-bbtku9 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.vegas-now-bbtku9 .vegas-now-pbyavn {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.vegas-now-bbtku9 .vegas-now-7gd3ka {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.vegas-now-bbtku9 .vegas-now-tsjiut {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.vegas-now-bbtku9 .vegas-now-3bajwg {
  margin-top: 12px;
}

.vegas-now-3bajwg {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.vegas-now-x8bgjc {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.vegas-now-3bajwg .vegas-now-zufdno {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.vegas-now-3o3hnn ease-in-out;
}

.vegas-now-3bajwg .vegas-now-zufdno:hover {
  background: rgba(255, 255, 255, 0.3);
}

.vegas-now-ld9poj {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.vegas-now-bbtku9.vegas-now-onwk0u {
  gap: 12px;
  padding: 16px;
}

.vegas-now-bbtku9.vegas-now-onwk0u .vegas-now-ld9poj {
  min-width: 240px;
}

.vegas-now-bbtku9.vegas-now-onwk0u .vegas-now-ld9poj.vegas-now-x1k91g {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .vegas-now-bbtku9 .vegas-now-pbyavn {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .vegas-now-bbtku9 .vegas-now-7gd3ka {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .vegas-now-bbtku9 .vegas-now-tsjiut {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .vegas-now-bbtku9.vegas-now-onwk0u .vegas-now-tsjiut {
    max-width: 126px;
  }
  .vegas-now-bbtku9 .vegas-now-3bajwg {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .vegas-now-bbtku9 .vegas-now-x8bgjc {
    max-width: unset;
  }
  .vegas-now-ld9poj {
    min-width: unset;
    width: 100%;
  }
  .vegas-now-bbtku9 .vegas-now-ld9poj {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .vegas-now-bbtku9.vegas-now-onwk0u {
    grid-template-rows: auto 1fr auto;
  }
  .vegas-now-bbtku9.vegas-now-onwk0u .vegas-now-ld9poj {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .vegas-now-bbtku9 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .vegas-now-bbtku9 .vegas-now-pbyavn {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .vegas-now-bbtku9 .vegas-now-tsjiut {
    max-width: 78px;
  }
  .vegas-now-bbtku9 .vegas-now-3bajwg {
    margin-top: -12px;
  }
  .vegas-now-bbtku9.vegas-now-onwk0u {
    gap: 8px;
  }
  .vegas-now-bbtku9.vegas-now-onwk0u .vegas-now-pbyavn {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .vegas-now-bbtku9.vegas-now-onwk0u .vegas-now-7gd3ka {
    grid-column: 1/3;
  }
  .vegas-now-bbtku9.vegas-now-onwk0u .vegas-now-tsjiut {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .vegas-now-bbtku9.vegas-now-onwk0u .vegas-now-tsjiut img {
    max-width: 114px;
  }
}

.vegas-now-ld9poj.vegas-now-lnylum,
.vegas-now-ld9poj.vegas-now-dxabp2,
.vegas-now-ld9poj.vegas-now-a1ahec {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.vegas-now-3o3hnn ease-in-out;
}

.vegas-now-ld9poj.vegas-now-lnylum,
.vegas-now-ld9poj.vegas-now-a1ahec {
  padding: 10px;
}

.vegas-now-ld9poj.vegas-now-lnylum:hover,
.vegas-now-ld9poj.vegas-now-dxabp2:hover,
.vegas-now-ld9poj.vegas-now-a1ahec:hover {
  background: var(--button-bg-hover);
}

.vegas-now-ld9poj.vegas-now-lnylum:hover svg path,
.vegas-now-ld9poj.vegas-now-a1ahec:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.vegas-now-ld9poj.vegas-now-x1k91g {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.vegas-now-3o3hnn ease-in-out;
  background: var(--button-bg-color);
}

.vegas-now-ld9poj.vegas-now-x1k91g:hover {
  background-color: var(--button-bg-hover);
}

.vegas-now-ld9poj.vegas-now-dxabp2:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.vegas-now-ld9poj.vegas-now-dxabp2:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vegas-now-ld9poj.vegas-now-x1k91g:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vegas-now-5349gp {
  max-width: 650px;
}

.vegas-now-f4flf4 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.vegas-now-ot7k8a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vegas-now-ggmxt7 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.vegas-now-pcknut ease-in-out;
  cursor: pointer;
}

.vegas-now-ggmxt7:hover {
  opacity: 0.5;
}

.vegas-now-ggmxt7:focus {
  outline: 0;
}

.vegas-now-ggmxt7:focus .vegas-now-c51igs,
.vegas-now-ggmxt7:hover .vegas-now-c51igs {
  fill: red;
  fill-opacity: 1;
}

.vegas-now-ggmxt7:hover {
  cursor: pointer;
}

.vegas-now-zvqg15 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.vegas-now-5349gp.vegas-now-h9mkuj {
  margin: 0 auto;
}

.vegas-now-5349gp.vegas-now-7gl4y4 {
  margin-left: auto;
}

.vegas-now-rgque4 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.vegas-now-rwvtcq {
  padding-bottom: 50px;
}

.vegas-now-r7lby1 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.vegas-now-t7qx5u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.vegas-now-w02aoq {
  margin-top: 24px;
}

.vegas-now-4bh2qi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vegas-now-bnhfgf {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.vegas-now-o6ia4x {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.vegas-now-u15vrw {
  width: 468px;
}

.vegas-now-o6ia4x .vegas-now-7ewlpj {
  margin: 0.vegas-now-3m22pz 0;
}

.vegas-now-mkahwp {
  display: flex;
  min-width: 224px;
}

.vegas-now-4pyk2g {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.vegas-now-pcknut ease-in-out;
}

.vegas-now-dexzu9,
.vegas-now-4pyk2g:hover {
  color: var(--text-color);
}

.vegas-now-at6469 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.vegas-now-d0zspg {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .vegas-now-rgque4 {
    padding: 16px;
  }
  .vegas-now-at6469 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .vegas-now-d0zspg {
    align-items: center;
  }
  .vegas-now-u15vrw {
    width: unset;
  }
  .vegas-now-mkahwp {
    min-width: unset;
  }
  .vegas-now-o6ia4x {
    max-height: unset;
  }
  .vegas-now-r7lby1 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .vegas-now-rgque4 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.vegas-now-8lijl2 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vegas-now-8lijl2:not(:last-child) {
  margin-bottom: 16px;
}

.vegas-now-ct2c8e {
  outline: 0;
}

.vegas-now-ct2c8e .vegas-now-1edl2b {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.vegas-now-fuuuut {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .vegas-now-fuuuut {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.vegas-now-fuuuut::-webkit-details-marker {
  display: none;
}

.vegas-now-fuuuut:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.vegas-now-fuuuut:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .vegas-now-fuuuut:after {
  transform: unset;
}

.vegas-now-1edl2b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.vegas-now-1edl2b svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.vegas-now-pcknut ease-in-out;
  -o-transition: 0.vegas-now-pcknut ease-in-out;
  transition: 0.vegas-now-pcknut ease-in-out;
}

.vegas-now-b3rcl0 {
  padding: 16px 0 0 0;
}

.vegas-now-b3rcl0 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .vegas-now-b3rcl0 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegas-now-fuuuut {
    flex-wrap: wrap;
    gap: 12px;
  }
  .vegas-now-fuuuut::after {
    margin-left: auto;
  }
  .vegas-now-1edl2b {
    order: 3;
    flex: 1 1 100%;
  }
  .vegas-now-fuuuut {
    font-size: 14px;
    line-height: 130%;
  }
  .vegas-now-1edl2b svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.vegas-now-8ivpo7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.vegas-now-erpoff {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.vegas-now-8ivpo7.vegas-now-d2a0pt .vegas-now-erpoff {
  margin-bottom: 12px;
}

.vegas-now-erpoff::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.vegas-now-8ivpo7.vegas-now-d2a0pt .vegas-now-erpoff::after {
  transform: unset;
}

.vegas-now-wyoud9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.vegas-now-f28arw {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.vegas-now-pcknut ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.vegas-now-f28arw:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.vegas-now-8ivpo7.vegas-now-d2a0pt .vegas-now-wyoud9 {
  max-height: 100%;
}

.vegas-now-eu4yjo {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.vegas-now-pzq6xa {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.vegas-now-cl4aue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.vegas-now-xv9dua {
  margin-right: 4px;
}

.vegas-now-ernzi2 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.vegas-now-pcknut ease-in-out;
}

.vegas-now-ernzi2 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.vegas-now-q79ito,
.vegas-now-ernzi2:hover {
  color: var(--text-color);
}

.vegas-now-p4to30 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.vegas-now-p4to30 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.vegas-now-p4to30 .vegas-now-tenq8q {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.vegas-now-p4to30 .vegas-now-qe50m4 {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.vegas-now-imz3yw {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.vegas-now-7s3m1c {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vegas-now-ixoh2m .vegas-now-zg5o0e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.vegas-now-ixoh2m {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.vegas-now-i8j1wl {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.vegas-now-pbhevq {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.vegas-now-wa36f4 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.vegas-now-99ael9 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.vegas-now-wa36f4:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.vegas-now-rbl4gm {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.vegas-now-jesyn1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.vegas-now-pcknut ease-in-out;
  transition: transform 0.vegas-now-pcknut ease-in-out;
  -o-transition: transform 0.vegas-now-pcknut ease-in-out;
  transition:
    transform 0.vegas-now-pcknut ease-in-out,
    -webkit-transform 0.vegas-now-pcknut ease-in-out;
  cursor: pointer;
}

.vegas-now-jesyn1 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.vegas-now-jesyn1:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.vegas-now-g069rz {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .vegas-now-g069rz {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.vegas-now-3ly1dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.vegas-now-sqe5qa {
  position: relative;
  width: 100%;
}

.vegas-now-3ly1dl.vegas-now-j744p0 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vegas-now-3ly1dl.vegas-now-h9mkuj {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vegas-now-3ly1dl.vegas-now-7gl4y4 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vegas-now-i71q98 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.vegas-now-2rozjn {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.vegas-now-pcknut ease-in-out;
  cursor: pointer;
}

.vegas-now-2rozjn:hover {
  opacity: 0.5;
}

.vegas-now-3ly1dl.vegas-now-3in50y .vegas-now-2rozjn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vegas-now-3ly1dl.vegas-now-3in50y .vegas-now-i71q98 {
  cursor: pointer;
}

.vegas-now-6s8u9l {
  fill: #0009;
}

.vegas-now-j8povv {
  fill: #fff;
}

.vegas-now-2rozjn:hover .vegas-now-6s8u9l {
  fill: red;
}

.vegas-now-2rozjn svg path {
  -webkit-transition: 0.vegas-now-pcknut ease-in-out;
  -o-transition: 0.vegas-now-pcknut ease-in-out;
  transition: 0.vegas-now-pcknut ease-in-out;
}

.vegas-now-9syo4t {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.vegas-now-9syo4t > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.vegas-now-9syo4t.vegas-now-kutvs1 > :not(.get-image) {
  grid-column: 1/3;
}

.vegas-now-c2u5vm:not(._h1-block) .vegas-now-9syo4t > .vegas-now-bkz9kh {
  grid-row: 1/2;
  grid-column: 1/3;
}

.vegas-now-9syo4t.vegas-now-kutvs1 .vegas-now-n8c7zq {
  grid-column: 2/3;
}

.vegas-now-9syo4t.vegas-now-kutvs1 > .vegas-now-tsjiut {
  grid-column: 1/2;
}

.vegas-now-9syo4t.vegas-now-kutvs1 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.vegas-now-9syo4t > p:first-of-type {
  margin-top: 0;
}

.vegas-now-9syo4t .vegas-now-tsjiut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.vegas-now-c2u5vm:not(._h1-block) .vegas-now-bkz9kh ~ .vegas-now-tsjiut {
  grid-row: 2/10;
}

.vegas-now-c2u5vm.vegas-now-r5s6n2 .vegas-now-bkz9kh ~ .vegas-now-tsjiut {
  grid-row: 1/10;
}

.vegas-now-c2u5vm.vegas-now-r5s6n2 > .vegas-now-bkz9kh {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.vegas-now-c2u5vm.vegas-now-r5s6n2 .vegas-now-tsjiut {
  grid-row: 1/10;
}

.vegas-now-9syo4t.vegas-now-dgo3au .vegas-now-tsjiut {
  align-items: flex-start;
}

.vegas-now-9syo4t.vegas-now-h9mkuj .vegas-now-n8c7zq {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.vegas-now-9syo4t.vegas-now-h9mkuj .vegas-now-tsjiut {
  align-items: center;
}

.vegas-now-9syo4t.vegas-now-0hke00 .vegas-now-tsjiut {
  align-items: flex-end;
}

.vegas-now-n8c7zq > :first-child {
  margin-top: 0;
}

.vegas-now-n8c7zq > :last-child {
  margin-bottom: 0;
}

* + .vegas-now-w9j0l0,
.vegas-now-c2u5vm + .vegas-now-c2u5vm {
  margin-top: 2rem;
}

.vegas-now-ifq9gy td::before,
.vegas-now-ifq9gy th::after {
  display: none !important;
}

.vegas-now-ifq9gy #link-selector {
  color: #000;
}

.vegas-now-ifq9gy .vegas-now-scx5uh {
  color: #135e96;
}

.vegas-now-ifq9gy .vegas-now-poptok *,
.vegas-now-ifq9gy .vegas-now-y3oxnw p,
.vegas-now-ifq9gy .vegas-now-ndum4t * {
  color: #000;
}

.vegas-now-ifq9gy .vegas-now-bmwtxv {
  background: 0 0 !important;
}

.vegas-now-ifq9gy .vegas-now-5tv5je {
  color: #000;
}

.vegas-now-ifq9gy .vegas-now-5jsqq1.vegas-now-3tu23d {
  color: #fff;
}

.vegas-now-ifq9gy .vegas-now-19fqno {
  color: #000;
}

.vegas-now-ifq9gy
  .vegas-now-0z3g47
  .vegas-now-mj9gs5.vegas-now-3tu23d.vegas-now-gcrcdc {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.vegas-now-kmt28k,
body .vegas-now-l1q1oc {
  color: #000;
  background: var(--color-body) !important;
}

.vegas-now-kmt28k .vegas-now-wd60j7 .vegas-now-ejzaj6,
body .vegas-now-l1q1oc .vegas-now-wd60j7 .vegas-now-ejzaj6 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vegas-now-f28arw:focus,
  .vegas-now-f28arw:hover {
    color: #f9cb16;
  }
  .vegas-now-yvdfwn:focus,
  .vegas-now-yvdfwn:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vegas-now-d0pbod:focus img,
  .vegas-now-d0pbod:focus svg,
  .vegas-now-d0pbod:hover img,
  .vegas-now-d0pbod:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .vegas-now-p4to30 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .vegas-now-fws1pa:hover .vegas-now-ifyi0c svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .vegas-now-ifyi0c {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .vegas-now-kiu27z {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .vegas-now-qiftmb {
    grid-template-columns: repeat(4, 1fr);
  }
  .vegas-now-2it86t {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .vegas-now-jjz6fw .vegas-now-88422h {
    grid-template-columns: 1fr;
  }
  .vegas-now-jjz6fw .vegas-now-a2o3il {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .vegas-now-jjz6fw .vegas-now-ppqlxr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vegas-now-jjz6fw .vegas-now-qnognf {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vegas-now-jjz6fw .vegas-now-diqykt {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .vegas-now-jjz6fw .vegas-now-ppqlxr:not(:first-child) {
    border: none;
  }
  .vegas-now-jjz6fw .vegas-now-ppqlxr:first-child .vegas-now-qnognf {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .vegas-now-jjz6fw .vegas-now-ppqlxr:last-child .vegas-now-qnognf {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .vegas-now-lnp8to {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .vegas-now-ir3q6j {
    max-width: 100px;
  }
  .vegas-now-ezdqvi {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .vegas-now-pi91xs {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .vegas-now-pi91xs svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .vegas-now-e55zts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .vegas-now-ezdqvi + .vegas-now-pi91xs {
    margin-left: auto;
  }
  .vegas-now-g10ixs {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .vegas-now-g10ixs.vegas-now-d2a0pt {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .vegas-now-ccko3u {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .vegas-now-di4f18 {
    width: 100%;
  }
  .vegas-now-di4f18:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .vegas-now-98zde5 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .vegas-now-98zde5 svg {
    margin-right: 4px;
  }
  .vegas-now-fws1pa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .vegas-now-ifyi0c svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .vegas-now-ifyi0c {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .vegas-now-7ewlpj {
    display: none;
    width: 100%;
  }
  .vegas-now-fws1pa.vegas-now-d2a0pt .vegas-now-7ewlpj {
    padding: 0 0 0 48px;
  }
  .vegas-now-go0x8k {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .vegas-now-t7qx5u .vegas-now-tsjiut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .vegas-now-5ug0ce {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vegas-now-5ug0ce + .vegas-now-5ug0ce {
    margin-right: 0;
  }
  .vegas-now-5ug0ce + .vegas-now-tsjiut {
    margin: 0;
  }
  .vegas-now-kiu27z {
    grid-template-columns: repeat(4, 1fr);
  }
  .vegas-now-qiftmb {
    grid-template-columns: repeat(3, 1fr);
  }
  .vegas-now-tjlhi2,
  .vegas-now-eizzum {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegas-now-9syo4t {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vegas-now-9syo4t.vegas-now-kutvs1 .vegas-now-n8c7zq {
    grid-column: auto;
    grid-row: auto;
  }
  .vegas-now-9syo4t > .vegas-now-bkz9kh {
    grid-column: 1/2;
  }
  .vegas-now-9syo4t.vegas-now-kutvs1 > :not(.get-image) {
    grid-column: 1/2;
  }
  .vegas-now-9syo4t .vegas-now-tsjiut,
  .vegas-now-9syo4t.vegas-now-kutvs1 > .vegas-now-tsjiut {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vegas-now-9syo4t.vegas-now-kutvs1 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .vegas-now-c2u5vm.vegas-now-r5s6n2 .vegas-now-9syo4t > .vegas-now-tsjiut {
    grid-row: 1/2;
  }
  .vegas-now-9syo4t .vegas-now-bkz9kh ~ .vegas-now-tsjiut,
  .vegas-now-9syo4t.vegas-now-kutvs1 .vegas-now-bkz9kh ~ .vegas-now-tsjiut {
    grid-row: 2/3;
  }
  .vegas-now-c2u5vm.vegas-now-r5s6n2 .vegas-now-bkz9kh ~ .vegas-now-tsjiut {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .vegas-now-8zupwx:first-child .vegas-now-9khhj6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vegas-now-8zupwx:first-child .vegas-now-9khhj6 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .vegas-now-8zupwx {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .vegas-now-8zupwx {
    padding: 0;
  }
  .vegas-now-z6v96k {
    margin-top: 1rem;
  }
  .vegas-now-ct2c8e {
    border-radius: 5px;
  }
  .vegas-now-bmp1ia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vegas-now-erpoff::after {
    display: inline-block;
  }
  .vegas-now-erpoff {
    margin: 0;
    width: 100%;
  }
  .vegas-now-wyoud9 {
    width: 100%;
  }
  .vegas-now-wyoud9.vegas-now-f1xsny {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .vegas-now-wyoud9.vegas-now-f1xsny .vegas-now-10lbxq {
    width: 100%;
  }
  .vegas-now-wyoud9.vegas-now-f1xsny .vegas-now-10lbxq:not(:last-child) {
    margin-right: 0;
  }
  .vegas-now-f28arw {
    width: 100%;
    text-align: center;
  }
  .vegas-now-8ivpo7.vegas-now-d2a0pt .vegas-now-wyoud9 {
    margin-top: 1rem;
  }
  .vegas-now-kiu27z {
    grid-template-columns: repeat(3, 1fr);
  }
  .vegas-now-2it86t,
  .vegas-now-qiftmb {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegas-now-tjlhi2,
  .vegas-now-eizzum,
  .vegas-now-7tmlqg {
    grid-template-columns: 1fr;
  }
  .vegas-now-6uf8lq {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .vegas-now-mmtmdp {
    min-width: 300px;
    max-width: 325px;
  }
  .vegas-now-qnognf {
    cursor: auto;
  }
  .vegas-now-9b50g3 .vegas-now-qnognf {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .vegas-now-g069rz {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .vegas-now-7ewlpj {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .vegas-now-g069rz {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.vegas-now-5ug0ce p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .vegas-now-pi91xs {
    margin: 0 -0.2rem;
  }
  .vegas-now-5ug0ce {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .vegas-now-idqykl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .vegas-now-99rlz7 {
    max-width: 100%;
  }
  .vegas-now-kiu27z {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegas-now-2it86t,
  .vegas-now-qiftmb {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .vegas-now-lnp8to {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vegas-now-pi91xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .vegas-now-t28ckc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vegas-now-1zynig {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vegas-now-wlwyko,
  .vegas-now-34vdiw {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .vegas-now-z8ex0a {
    width: 100%;
  }
  .vegas-now-kiu27z {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .vegas-now-g069rz {
    top: 127px !important;
  }
}

.vegas-now-nxoibs {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .vegas-now-nxoibs {
  }
}

@media (max-width: 767px) {
  .vegas-now-nxoibs {
    margin-bottom: 12px;
  }
}

.vegas-now-nxoibs img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.vegas-now-e1rvch {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.vegas-now-e1rvch > .vegas-now-5nype1 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .vegas-now-e1rvch {
    flex-direction: column;
    gap: 12px;
  }
}

.vegas-now-91b22g {
  display: flex;
}

.vegas-now-91b22g .vegas-now-m9ey3c {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.vegas-now-91b22g .vegas-now-zn9a7a {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.vegas-now-91b22g .vegas-now-9si3aj {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.vegas-now-91b22g .vegas-now-tzsau8 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.vegas-now-91b22g .vegas-now-tzsau8:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.vegas-now-91b22g .vegas-now-te3mwo {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.vegas-now-df109i {
  border: unset;
  background-color: unset;
}

.vegas-now-df109i tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vegas-now-df109i .vegas-now-jcaksc,
.vegas-now-df109i .vegas-now-kl485z {
  flex: 0 1 330px;
}

.vegas-now-df109i .vegas-now-lxzkur {
  flex: 1 1;
}

.vegas-now-df109i tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vegas-now-df109i tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.vegas-now-df109i tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.vegas-now-df109i tr td p {
  color: #fff;
  margin: 0;
}

.vegas-now-df109i tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.vegas-now-df109i tr.vegas-now-jcaksc td p {
  padding: 16px 0;
}

.vegas-now-df109i tr.vegas-now-jcaksc td p:not(:last-child),
.vegas-now-df109i tr.vegas-now-kl485z td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.vegas-now-df109i tr.vegas-now-jcaksc td p:first-child,
.vegas-now-df109i tr.vegas-now-kl485z td p:first-child {
  padding-top: 0;
}

.vegas-now-df109i tr.vegas-now-kl485z td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vegas-now-df109i tr.vegas-now-kl485z td p:last-child {
  padding-bottom: 0;
}

.vegas-now-df109i .vegas-now-kl485z img {
  max-width: 32px;
}

.vegas-now-df109i .vegas-now-lxzkur {
  min-width: 718px;
}

.vegas-now-df109i .vegas-now-lxzkur td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.vegas-now-df109i .vegas-now-lxzkur td {
  display: flex;
}

.vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-msej44,
.vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-uso7az,
.vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-xatz57 {
  flex: 1 1 50%;
}

.vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-uopgu6 {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-f9usk7,
.vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-xx4s1w {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-msej44,
.vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-uso7az {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-msej44 span,
.vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-uso7az span {
  font-weight: 800;
}

.vegas-now-df109i .vegas-now-lxzkur img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .vegas-now-df109i .vegas-now-lxzkur td .vegas-now-xatz57:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .vegas-now-df109i tr.vegas-now-jcaksc td p:last-child {
    padding-bottom: 0;
  }
  .vegas-now-df109i .vegas-now-kl485z > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .vegas-now-df109i .vegas-now-kl485z > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .vegas-now-df109i tr.vegas-now-jcaksc td p:not(:last-child),
  .vegas-now-df109i tr.vegas-now-kl485z td p:not(:last-child) {
    border-bottom: unset;
  }
  .vegas-now-df109i tr.vegas-now-kl485z td p:last-child {
    padding-bottom: 12px;
  }
  .vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-msej44,
  .vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-uso7az,
  .vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-xatz57 {
    flex: 1 1 50%;
    padding: 0;
  }
  .vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-msej44,
  .vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-uso7az {
    margin-top: 16px;
  }
  .vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-xatz57 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-msej44 {
    border-right: 1px solid var(--border-color);
  }
  .vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-xatz57:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .vegas-now-df109i .vegas-now-lxzkur td:last-child .vegas-now-xatz57:last-child {
    padding-bottom: 0;
  }
}

.vegas-now-xatz57 {
  display: flex;
  flex-direction: column;
}

.vegas-now-df109i .vegas-now-lxzkur td .vegas-now-xatz57 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.vegas-now-df109i .vegas-now-lxzkur td .vegas-now-xatz57:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.vegas-now-df109i .vegas-now-lxzkur td .vegas-now-xatz57:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .vegas-now-df109i .vegas-now-lxzkur td .vegas-now-xatz57:not(:first-child) {
    padding-left: 0;
  }
  .vegas-now-df109i .vegas-now-lxzkur td .vegas-now-xatz57:not(:last-of-type) {
    border-right: unset;
  }
}

.vegas-now-df109i .vegas-now-wejswi {
  flex: 0 1 485px;
}

.vegas-now-df109i .vegas-now-102t6l {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.vegas-now-df109i .vegas-now-102t6l li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegas-now-df109i .vegas-now-102t6l li.vegas-now-bfxe2a {
  padding: 6px 12px;
}

.vegas-now-df109i .vegas-now-102t6l li a,
.vegas-now-df109i .vegas-now-102t6l li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.vegas-now-df109i .vegas-now-9u2d5v,
.vegas-now-df109i .vegas-now-faa06h {
  flex: 1 1;
}

.vegas-now-df109i .vegas-now-7c7zug,
.vegas-now-df109i .vegas-now-zeab6r {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vegas-now-df109i .vegas-now-7c7zug li,
.vegas-now-df109i .vegas-now-zeab6r li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vegas-now-df109i .vegas-now-faa06h img {
  max-width: 32px;
}

.vegas-now-df109i .vegas-now-9u2d5v img {
  max-width: 32px;
}

.vegas-now-df109i .vegas-now-d4ln5e {
  min-width: 280px;
}

.vegas-now-df109i .vegas-now-d4ln5e img {
  max-width: 146px;
}

.vegas-now-df109i .vegas-now-d4ln5e td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .vegas-now-df109i .vegas-now-jcaksc,
  .vegas-now-df109i .vegas-now-kl485z {
    flex: 0 1 auto;
  }
  .vegas-now-df109i .vegas-now-lxzkur {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .vegas-now-df109i .vegas-now-jcaksc,
  .vegas-now-df109i .vegas-now-wejswi,
  .vegas-now-df109i .vegas-now-kl485z,
  .vegas-now-df109i .vegas-now-lxzkur {
    flex: 1 1 calc(50% - 20px);
  }
  .vegas-now-df109i .vegas-now-9u2d5v,
  .vegas-now-df109i .vegas-now-d4ln5e,
  .vegas-now-df109i .vegas-now-faa06h {
    flex: 1 1 30%;
  }
  .vegas-now-df109i .vegas-now-d4ln5e {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .vegas-now-df109i .vegas-now-jcaksc,
  .vegas-now-df109i .vegas-now-wejswi,
  .vegas-now-df109i .vegas-now-9u2d5v,
  .vegas-now-df109i .vegas-now-kl485z,
  .vegas-now-df109i .vegas-now-lxzkur,
  .vegas-now-df109i .vegas-now-d4ln5e,
  .vegas-now-df109i .vegas-now-faa06h {
    flex: 1 1 100%;
  }
}

.vegas-now-onrp20 .vegas-now-ewvuaq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vegas-now-onrp20 .vegas-now-8kf0tf {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.vegas-now-onrp20 .vegas-now-pljimb {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.vegas-now-onrp20 .vegas-now-9kkwuf {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.vegas-now-onrp20 .vegas-now-9kkwuf > :nth-child(3) {
  margin-top: 0;
}

.vegas-now-onrp20 .vegas-now-tsjiut {
  grid-column: 2/3;
  grid-row: 1/10;
}

.vegas-now-onrp20 .vegas-now-i7e8wf {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.vegas-now-onrp20 .vegas-now-z6v96k {
  grid-column: 1/2;
}

.vegas-now-onrp20 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.vegas-now-onrp20 .vegas-now-8kf0tf:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.vegas-now-onrp20 .vegas-now-8kf0tf:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.vegas-now-onrp20 .vegas-now-z8ex0a {
  min-width: 240px;
}

@media (max-width: 768px) {
  .vegas-now-onrp20 .vegas-now-8kf0tf:not(:last-child):before {
    bottom: 8px;
  }
  .vegas-now-onrp20 .vegas-now-8kf0tf:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .vegas-now-onrp20 .vegas-now-9kkwuf {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .vegas-now-onrp20 .vegas-now-tsjiut {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .vegas-now-onrp20 .vegas-now-tsjiut img {
    width: 100%;
    height: auto;
  }
  .vegas-now-onrp20 .vegas-now-z8ex0a {
    width: 100%;
    min-width: unset;
  }
}

.vegas-now-f5lg8z .vegas-now-0spn5m {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.vegas-now-f5lg8z .vegas-now-e5649y {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.vegas-now-f5lg8z .vegas-now-tsjiut {
  height: 100%;
}

.vegas-now-f5lg8z .vegas-now-tsjiut img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.vegas-now-f5lg8z .vegas-now-vcizjt {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.vegas-now-f5lg8z .vegas-now-9aex0m {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.vegas-now-f5lg8z .vegas-now-ix0a9o {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .vegas-now-f5lg8z .vegas-now-e5649y {
    flex: 1 1 100%;
  }
  .vegas-now-f5lg8z .vegas-now-ld9poj {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .vegas-now-f5lg8z .vegas-now-e5649y {
    flex-direction: column;
  }
  .vegas-now-f5lg8z .vegas-now-tsjiut {
    width: 100%;
    height: auto;
  }
  .vegas-now-f5lg8z .vegas-now-tsjiut img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .vegas-now-f5lg8z .vegas-now-vcizjt {
    padding: 0 16px 16px 16px;
  }
  .vegas-now-f5lg8z .vegas-now-ld9poj {
    min-width: unset;
    width: 100%;
  }
}

.vegas-now-zh8w8d .vegas-now-ldglj0 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.vegas-now-zh8w8d .vegas-now-69tzyn {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.vegas-now-zh8w8d img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.vegas-now-zh8w8d .vegas-now-tt0249 {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.vegas-now-zh8w8d .vegas-now-69tzyn:hover .vegas-now-tt0249 {
  display: flex;
}

.vegas-now-zh8w8d .vegas-now-kfy3ua {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegas-now-zh8w8d .vegas-now-jyjkvl {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.vegas-now-cte8hn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.vegas-now-cte8hn.vegas-now-netno1 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.vegas-now-3o3hnn ease-in-out;
}

.vegas-now-cte8hn.vegas-now-netno1:hover {
  color: #f9cb16;
  background-color: transparent;
}

.vegas-now-zh8w8d .vegas-now-4oppsb {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.vegas-now-3o3hnn ease-in-out;
}

.vegas-now-zh8w8d .vegas-now-4oppsb:hover {
  color: #196948;
  background-color: #f9cb16;
}

.vegas-now-zh8w8d .vegas-now-4oppsb:after,
.vegas-now-cte8hn.vegas-now-netno1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.vegas-now-cte8hn.vegas-now-netno1:after {
  background-image: url(../images/Cash.svg);
}

.vegas-now-zh8w8d .vegas-now-4oppsb:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .vegas-now-zh8w8d .vegas-now-ldglj0 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .vegas-now-zh8w8d .vegas-now-ldglj0 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .vegas-now-zh8w8d .vegas-now-ldglj0 {
    grid-template-columns: 1fr;
  }
  .vegas-now-zh8w8d .vegas-now-69tzyn {
    height: auto;
  }
  .vegas-now-zh8w8d .vegas-now-69tzyn .vegas-now-tt0249 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .vegas-now-zh8w8d .vegas-now-kfy3ua,
  .vegas-now-zh8w8d .vegas-now-jyjkvl {
    text-align: left;
  }
  .vegas-now-zh8w8d .vegas-now-jyjkvl {
    margin-bottom: 8px;
  }
  .vegas-now-zh8w8d img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.vegas-now-tq0sci {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.vegas-now-tq0sci.vegas-now-3in50y {
  display: block;
}

.vegas-now-tq0sci .vegas-now-4lffdj {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.vegas-now-tq0sci .vegas-now-66xl8q {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.vegas-now-tq0sci .vegas-now-510yuk {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.vegas-now-tq0sci .vegas-now-aqh3rv {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.vegas-now-tq0sci .vegas-now-cte8hn {
  min-width: 296px;
  margin-bottom: 0;
}

.vegas-now-tq0sci .vegas-now-dt6ir5 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.vegas-now-tq0sci .vegas-now-12cnhp {
  position: relative;
  flex: 1 1;
}

.vegas-now-tq0sci .vegas-now-12cnhp iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .vegas-now-tq0sci .vegas-now-66xl8q {
    flex-wrap: wrap;
    gap: 8px;
  }
  .vegas-now-tq0sci .vegas-now-510yuk {
    order: 1;
  }
  .vegas-now-tq0sci .vegas-now-aqh3rv {
    order: 3;
    flex: 1 1 100%;
  }
  .vegas-now-tq0sci .vegas-now-cte8hn {
    width: 100%;
    min-width: unset;
  }
  .vegas-now-tq0sci .vegas-now-dt6ir5 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .vegas-now-9syo4t > .vegas-now-bkz9kh {
    margin-bottom: 0;
  }
  .vegas-now-9syo4t > .vegas-now-z6v96k,
  .vegas-now-9syo4t > p {
    margin-top: 0;
  }
}

.vegas-now-ealpau img,
.vegas-now-5ug0ce img {
  width: auto;
  object-fit: contain;
}

.vegas-now-ealpau {
  align-items: center;
}

.vegas-now-ealpau img {
  max-height: 76px;
}

.vegas-now-5ug0ce img {
  max-height: 64px;
}

.vegas-now-qfqoyl {
  overflow: auto;
}

.vegas-now-r3l9jn {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.vegas-now-6lvqsa:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.vegas-now-mipdow {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.vegas-now-j8iy38 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vegas-now-mipdow .vegas-now-tsjiut {
  margin-right: 20px;
  flex-shrink: 0;
}

.vegas-now-mipdow img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.vegas-now-hspw0w {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.vegas-now-hspw0w > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegas-now-mipdow {
    padding: 15px 10px;
  }
  .vegas-now-hspw0w {
    padding: 15px 10px;
  }
  .vegas-now-mipdow .vegas-now-tsjiut {
    margin-right: 10px;
  }
}

.vegas-now-74x0hv {
  overflow-x: auto;
}

.vegas-now-rd4qi8 {
  border-collapse: collapse;
  width: 100%;
}

.vegas-now-74x0hv th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.vegas-now-74x0hv td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.vegas-now-74x0hv td.vegas-now-v3d8g3 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.vegas-now-74x0hv td.vegas-now-b3dk8s {
  border-right: none;
}

.vegas-now-74x0hv td.vegas-now-b3dk8s .vegas-now-tsjiut {
  justify-content: flex-start;
}

.vegas-now-74x0hv td.vegas-now-b3dk8s .vegas-now-tsjiut img {
  height: auto;
  width: 90px;
}

.vegas-now-74x0hv td.vegas-now-p4yc0t,
.vegas-now-74x0hv td.vegas-now-bgz4ld {
  font-weight: 600;
  text-align: right;
}

.vegas-now-74x0hv td.vegas-now-a51sc5,
.vegas-now-74x0hv td.vegas-now-p4yc0t {
  padding-bottom: 10px;
  border-bottom: none;
}

.vegas-now-74x0hv td.vegas-now-p4yc0t,
.vegas-now-74x0hv td.vegas-now-bgz4ld {
  border-left: none;
}

.vegas-now-74x0hv td.vegas-now-a51sc5,
.vegas-now-74x0hv td.vegas-now-jth4mh {
  border-right: none;
}

.vegas-now-74x0hv td.vegas-now-jth4mh,
.vegas-now-74x0hv td.vegas-now-bgz4ld {
  border-top: none;
  padding-top: 10px;
}

.vegas-now-zkherg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.vegas-now-zkherg .vegas-now-ld9poj {
  min-width: unset;
  width: 100%;
}

.vegas-now-zkherg .vegas-now-ld9poj.vegas-now-lnylum {
  grid-column: 1/2;
  grid-row: 1/2;
}

.vegas-now-zkherg .vegas-now-ld9poj.vegas-now-a1ahec {
  grid-column: 2/3;
  grid-row: 1/2;
}

.vegas-now-zkherg .vegas-now-7xwapv {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegas-now-zkherg {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .vegas-now-zkherg .vegas-now-ld9poj.vegas-now-lnylum {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vegas-now-zkherg .vegas-now-ld9poj.vegas-now-a1ahec {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .vegas-now-zkherg .vegas-now-7xwapv {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.vegas-now-6neycz {
  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;
}

.vegas-now-qoh7x5 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.vegas-now-5i1bp3 p a img {
  margin: 0 auto;
  display: block;
}

.vegas-now-5i1bp3 table {
  margin-bottom: 17px;
}

/* contanct form */
.vegas-now-24sawu {
  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-now-24sawu label {
  font-size: 14px;
}

.vegas-now-24sawu h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegas-now-24sawu input,
.vegas-now-24sawu textarea,
.vegas-now-24sawu 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-now-24sawu button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegas-now-3o3hnn ease;
}
.vegas-now-24sawu button:hover {
  background-color: #691204;
}
.vegas-now-dszgua {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegas-now-a49w97 ease-in;
}

.vegas-now-dszgua h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.vegas-now-nhpokl, .vegas-now-drxi7t, [class*="review-card"],
thead, thead th, table th, .vegas-now-gz9ono,
.vegas-now-cqtbwy, [class*="collapsible-header"],
.vegas-now-oe8hnj, [class*="updated-block"] {
  color: #ece7dc !important;
}
