@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-hero-kj9qp6 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegas-hero-v670if {
  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-hero-atwm1l,
ul.vegas-hero-atwm1l {
  padding-left: 20px;
}

ul.vegas-hero-atwm1l {
  list-style: disc;
}

ol.vegas-hero-atwm1l {
  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-hero-zf6al0 > .vegas-hero-vjfakj,
.vegas-hero-zf6al0 > .vegas-hero-p4l12x,
.vegas-hero-zf6al0 > blockquote,
.vegas-hero-zf6al0 > h1,
.vegas-hero-zf6al0 > h2,
.vegas-hero-zf6al0 > h3,
.vegas-hero-zf6al0 > h4,
.vegas-hero-zf6al0 > h5,
.vegas-hero-zf6al0 > h6,
.vegas-hero-zf6al0 > ol,
.vegas-hero-zf6al0 > p,
.vegas-hero-zf6al0 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegas-hero-zf6al0 > ol,
.vegas-hero-zf6al0 > ul {
  padding-left: 50px;
}

.vegas-hero-zf6al0 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-hero-zf6al0:not(:last-child) {
  margin-bottom: 2rem;
}

.vegas-hero-zf6al0 > :not(:first-child) {
  margin-top: 2rem;
}

.vegas-hero-zf6al0 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vegas-hero-zf6al0:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .vegas-hero-zf6al0:first-child {
    margin-top: 20px;
  }
}

.vegas-hero-zf6al0 > p:last-of-type {
  margin-bottom: 32px;
}

.vegas-hero-zf6al0 > .vegas-hero-7n8vym:not(:first-child) {
  margin: 64px auto 16px auto;
}

.vegas-hero-xc25oy > .vegas-hero-7n8vym {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vegas-hero-p4l12x {
  overflow: auto;
}

.vegas-hero-p4l12x::-webkit-scrollbar {
  height: 5px;
}

.vegas-hero-p4l12x table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.vegas-hero-p4l12x table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.vegas-hero-p4l12x table thead,
table thead {
  border-bottom: none;
}

.vegas-hero-p4l12x table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.vegas-hero-p4l12x table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.vegas-hero-p4l12x table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.vegas-hero-p4l12x .vegas-hero-ssul46 {
  table-layout: auto;
}

.vegas-hero-p4l12x .vegas-hero-ssul46 th {
  word-break: normal;
}

.vegas-hero-p4l12x .vegas-hero-ssul46 td {
  word-break: normal;
}

.vegas-hero-kj9qp6 .vegas-hero-kj9qp6 {
  padding-right: 0;
  padding-left: 0;
}

.vegas-hero-guqxpi {
  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-hero-9tyz7j {
  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-hero-obr117 {
  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-hero-vjfakj {
  margin-top: 24px;
}

.vegas-hero-vjfakj.vegas-hero-mcxo39 {
  text-align: left;
}

.vegas-hero-vjfakj.vegas-hero-9fwbbr {
  text-align: right;
}

.vegas-hero-vjfakj.vegas-hero-hoezcs {
  text-align: center;
}

.vegas-hero-1m9gj5 {
  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-hero-e2dp84 ease-in-out;
  cursor: pointer;
}

.vegas-hero-1m9gj5:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.vegas-hero-1m9gj5 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .vegas-hero-1m9gj5 {
    min-width: unset;
  }
}

.vegas-hero-cksd19 {
  background-color: var(--fh-bg-color);
}

.vegas-hero-z6b036 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.vegas-hero-d8h7a1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.vegas-hero-d8h7a1 img {
  max-height: 80px;
  object-fit: contain;
}

.vegas-hero-zdb3bs {
  flex: 1 1;
}

.vegas-hero-k17zv6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.vegas-hero-mwh5lo {
  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-hero-mwh5lo 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-hero-mwh5lo.vegas-hero-8yqce1 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.vegas-hero-mwh5lo.vegas-hero-8yqce1 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.vegas-hero-mwh5lo.vegas-hero-8yqce1 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.vegas-hero-zdb3bs + .vegas-hero-k17zv6 {
  margin-left: 20px;
}

.vegas-hero-xvztjl {
  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-hero-xvztjl > svg {
  max-width: 24px;
  max-height: 24px;
}

.vegas-hero-xvztjl + .vegas-hero-xvztjl {
  margin-left: 5px;
}

.vegas-hero-o89zea {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.vegas-hero-o89zea:hover {
  background-color: var(--button-bg-hover);
}

.vegas-hero-15nenw {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.vegas-hero-e2dp84 ease-in-out;
  border: 1px solid var(--border-color);
}

.vegas-hero-15nenw:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.vegas-hero-1r37mz {
  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-hero-zdb3bs {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .vegas-hero-1r37mz {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .vegas-hero-zdb3bs {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .vegas-hero-xvztjl {
    min-width: unset;
    flex: 1 1;
  }
}

.vegas-hero-db0dbw {
  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-hero-db0dbw:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.vegas-hero-db0dbw:hover .vegas-hero-10wff5 {
  opacity: 1;
  pointer-events: auto;
}

.vegas-hero-a59fpn {
  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-hero-2id6zb ease-in-out;
  gap: 4px;
}

.vegas-hero-a59fpn > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vegas-hero-a59fpn .vegas-hero-guqxpi img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vegas-hero-e1ir0x,
.vegas-hero-a59fpn:hover {
  color: var(--button-bg-hover);
}

.vegas-hero-x3mjdm {
  position: relative;
}

.vegas-hero-x3mjdm .vegas-hero-a59fpn {
  margin-right: 0;
  padding-right: 4px;
}

.vegas-hero-m9p6kf svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vegas-hero-x3mjdm.vegas-hero-8yqce1 .vegas-hero-m9p6kf svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.vegas-hero-x3mjdm.vegas-hero-8yqce1 .vegas-hero-10wff5 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.vegas-hero-x3mjdm.vegas-hero-8yqce1 .vegas-hero-10wff5::before {
  display: none;
}

.vegas-hero-m9p6kf svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.vegas-hero-10wff5 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.vegas-hero-3jm27v 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.vegas-hero-10wff5::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.vegas-hero-10wff5:hover {
  color: var(--fh-bg-color);
}

.vegas-hero-k37oj5 {
  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-hero-3jm27v 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.vegas-hero-2id6zb ease-in-out;
  -o-transition: 0.vegas-hero-2id6zb ease-in-out;
  transition: 0.vegas-hero-2id6zb ease-in-out;
}

.vegas-hero-k37oj5 .vegas-hero-guqxpi img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vegas-hero-3xa07w,
.vegas-hero-k37oj5:hover {
  color: var(--button-bg-hover);
}

.vegas-hero-bq3c7m {
  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-hero-bq3c7m.vegas-hero-ughdze {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.vegas-hero-bq3c7m.vegas-hero-ughdze:after,
.vegas-hero-bq3c7m.vegas-hero-ughdze:before {
  content: "";
  position: absolute;
  margin: auto;
}

.vegas-hero-bq3c7m.vegas-hero-ughdze: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-hero-bq3c7m.vegas-hero-ughdze:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.vegas-hero-bq3c7m.vegas-hero-ughdze > * {
  z-index: 1;
}

.vegas-hero-bq3c7m b,
.vegas-hero-bq3c7m strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.vegas-hero-bq3c7m .vegas-hero-hoxx47 {
  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-hero-bq3c7m .vegas-hero-hrthe3 {
  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-hero-bq3c7m .vegas-hero-guqxpi {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.vegas-hero-bq3c7m .vegas-hero-zec0m6 {
  margin-top: 12px;
}

.vegas-hero-zec0m6 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.vegas-hero-z360fd {
  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-hero-zec0m6 .vegas-hero-nw39r4 {
  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-hero-e2dp84 ease-in-out;
}

.vegas-hero-zec0m6 .vegas-hero-nw39r4:hover {
  background: rgba(255, 255, 255, 0.3);
}

.vegas-hero-dswet5 {
  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-hero-bq3c7m.vegas-hero-8ige1f {
  gap: 12px;
  padding: 16px;
}

.vegas-hero-bq3c7m.vegas-hero-8ige1f .vegas-hero-dswet5 {
  min-width: 240px;
}

.vegas-hero-bq3c7m.vegas-hero-8ige1f .vegas-hero-dswet5.vegas-hero-hwsam3 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .vegas-hero-bq3c7m .vegas-hero-hoxx47 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .vegas-hero-bq3c7m .vegas-hero-hrthe3 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .vegas-hero-bq3c7m .vegas-hero-guqxpi {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .vegas-hero-bq3c7m.vegas-hero-8ige1f .vegas-hero-guqxpi {
    max-width: 126px;
  }
  .vegas-hero-bq3c7m .vegas-hero-zec0m6 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .vegas-hero-bq3c7m .vegas-hero-z360fd {
    max-width: unset;
  }
  .vegas-hero-dswet5 {
    min-width: unset;
    width: 100%;
  }
  .vegas-hero-bq3c7m .vegas-hero-dswet5 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .vegas-hero-bq3c7m.vegas-hero-8ige1f {
    grid-template-rows: auto 1fr auto;
  }
  .vegas-hero-bq3c7m.vegas-hero-8ige1f .vegas-hero-dswet5 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .vegas-hero-bq3c7m {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .vegas-hero-bq3c7m .vegas-hero-hoxx47 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .vegas-hero-bq3c7m .vegas-hero-guqxpi {
    max-width: 78px;
  }
  .vegas-hero-bq3c7m .vegas-hero-zec0m6 {
    margin-top: -12px;
  }
  .vegas-hero-bq3c7m.vegas-hero-8ige1f {
    gap: 8px;
  }
  .vegas-hero-bq3c7m.vegas-hero-8ige1f .vegas-hero-hoxx47 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .vegas-hero-bq3c7m.vegas-hero-8ige1f .vegas-hero-hrthe3 {
    grid-column: 1/3;
  }
  .vegas-hero-bq3c7m.vegas-hero-8ige1f .vegas-hero-guqxpi {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .vegas-hero-bq3c7m.vegas-hero-8ige1f .vegas-hero-guqxpi img {
    max-width: 114px;
  }
}

.vegas-hero-dswet5.vegas-hero-palz3f,
.vegas-hero-dswet5.vegas-hero-kkn9c1,
.vegas-hero-dswet5.vegas-hero-l6zjp7 {
  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-hero-e2dp84 ease-in-out;
}

.vegas-hero-dswet5.vegas-hero-palz3f,
.vegas-hero-dswet5.vegas-hero-l6zjp7 {
  padding: 10px;
}

.vegas-hero-dswet5.vegas-hero-palz3f:hover,
.vegas-hero-dswet5.vegas-hero-kkn9c1:hover,
.vegas-hero-dswet5.vegas-hero-l6zjp7:hover {
  background: var(--button-bg-hover);
}

.vegas-hero-dswet5.vegas-hero-palz3f:hover svg path,
.vegas-hero-dswet5.vegas-hero-l6zjp7:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.vegas-hero-dswet5.vegas-hero-hwsam3 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.vegas-hero-e2dp84 ease-in-out;
  background: var(--button-bg-color);
}

.vegas-hero-dswet5.vegas-hero-hwsam3:hover {
  background-color: var(--button-bg-hover);
}

.vegas-hero-dswet5.vegas-hero-kkn9c1: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-hero-dswet5.vegas-hero-kkn9c1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vegas-hero-dswet5.vegas-hero-hwsam3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vegas-hero-at2u0c {
  max-width: 650px;
}

.vegas-hero-aoh6ij {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.vegas-hero-uqrmyt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vegas-hero-n594tz {
  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-hero-2id6zb ease-in-out;
  cursor: pointer;
}

.vegas-hero-n594tz:hover {
  opacity: 0.5;
}

.vegas-hero-n594tz:focus {
  outline: 0;
}

.vegas-hero-n594tz:focus .vegas-hero-8oddgd,
.vegas-hero-n594tz:hover .vegas-hero-8oddgd {
  fill: red;
  fill-opacity: 1;
}

.vegas-hero-n594tz:hover {
  cursor: pointer;
}

.vegas-hero-32bm66 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.vegas-hero-at2u0c.vegas-hero-hoezcs {
  margin: 0 auto;
}

.vegas-hero-at2u0c.vegas-hero-9fwbbr {
  margin-left: auto;
}

.vegas-hero-tyxpi0 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.vegas-hero-1h3bms {
  padding-bottom: 50px;
}

.vegas-hero-t0o3kj {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.vegas-hero-u0hqy1 {
  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-hero-b58cpd {
  margin-top: 24px;
}

.vegas-hero-8oyj52 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vegas-hero-39fg62 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.vegas-hero-1khek2 {
  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-hero-8qu3q9 {
  width: 468px;
}

.vegas-hero-1khek2 .vegas-hero-10wff5 {
  margin: 0.vegas-hero-3u0chh 0;
}

.vegas-hero-vno8ir {
  display: flex;
  min-width: 224px;
}

.vegas-hero-7hznts {
  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-hero-2id6zb ease-in-out;
}

.vegas-hero-8pcvfm,
.vegas-hero-7hznts:hover {
  color: var(--text-color);
}

.vegas-hero-v7khn4 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.vegas-hero-ueimg7 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .vegas-hero-tyxpi0 {
    padding: 16px;
  }
  .vegas-hero-v7khn4 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .vegas-hero-ueimg7 {
    align-items: center;
  }
  .vegas-hero-8qu3q9 {
    width: unset;
  }
  .vegas-hero-vno8ir {
    min-width: unset;
  }
  .vegas-hero-1khek2 {
    max-height: unset;
  }
  .vegas-hero-t0o3kj {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .vegas-hero-tyxpi0 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.vegas-hero-r2ewqc {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vegas-hero-r2ewqc:not(:last-child) {
  margin-bottom: 16px;
}

.vegas-hero-3rsv6w {
  outline: 0;
}

.vegas-hero-3rsv6w .vegas-hero-z77qbi {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.vegas-hero-3oqzsl {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .vegas-hero-3oqzsl {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.vegas-hero-3oqzsl::-webkit-details-marker {
  display: none;
}

.vegas-hero-3oqzsl: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-hero-3oqzsl: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-hero-3oqzsl:after {
  transform: unset;
}

.vegas-hero-z77qbi {
  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-hero-z77qbi 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-hero-2id6zb ease-in-out;
  -o-transition: 0.vegas-hero-2id6zb ease-in-out;
  transition: 0.vegas-hero-2id6zb ease-in-out;
}

.vegas-hero-dc0zm9 {
  padding: 16px 0 0 0;
}

.vegas-hero-dc0zm9 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .vegas-hero-dc0zm9 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegas-hero-3oqzsl {
    flex-wrap: wrap;
    gap: 12px;
  }
  .vegas-hero-3oqzsl::after {
    margin-left: auto;
  }
  .vegas-hero-z77qbi {
    order: 3;
    flex: 1 1 100%;
  }
  .vegas-hero-3oqzsl {
    font-size: 14px;
    line-height: 130%;
  }
  .vegas-hero-z77qbi svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.vegas-hero-483ts5 {
  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-hero-6fmddm {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.vegas-hero-483ts5.vegas-hero-8yqce1 .vegas-hero-6fmddm {
  margin-bottom: 12px;
}

.vegas-hero-6fmddm::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-hero-483ts5.vegas-hero-8yqce1 .vegas-hero-6fmddm::after {
  transform: unset;
}

.vegas-hero-tknblo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.vegas-hero-b04erf {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.vegas-hero-2id6zb ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.vegas-hero-b04erf: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-hero-483ts5.vegas-hero-8yqce1 .vegas-hero-tknblo {
  max-height: 100%;
}

.vegas-hero-belq5g {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.vegas-hero-sr3de2 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.vegas-hero-638r7s {
  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-hero-z5pgcc {
  margin-right: 4px;
}

.vegas-hero-pdadnp {
  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-hero-2id6zb ease-in-out;
}

.vegas-hero-pdadnp svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.vegas-hero-ig17w6,
.vegas-hero-pdadnp:hover {
  color: var(--text-color);
}

.vegas-hero-jycv7s {
  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-hero-jycv7s img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.vegas-hero-jycv7s .vegas-hero-m64a5c {
  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-hero-jycv7s .vegas-hero-e4s1zk {
  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-hero-x22mkt {
  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-hero-bp2l9j {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vegas-hero-ukasey .vegas-hero-kj9qp6 {
  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-hero-ukasey {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.vegas-hero-usckro {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.vegas-hero-bw796k {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.vegas-hero-3dnoqy {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.vegas-hero-bq0e38 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-hero-3dnoqy:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.vegas-hero-rtro3v {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.vegas-hero-91xb8n {
  -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-hero-2id6zb ease-in-out;
  transition: transform 0.vegas-hero-2id6zb ease-in-out;
  -o-transition: transform 0.vegas-hero-2id6zb ease-in-out;
  transition:
    transform 0.vegas-hero-2id6zb ease-in-out,
    -webkit-transform 0.vegas-hero-2id6zb ease-in-out;
  cursor: pointer;
}

.vegas-hero-91xb8n svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.vegas-hero-91xb8n: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-hero-wuf33p {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .vegas-hero-wuf33p {
    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-hero-ddf533 {
  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-hero-8ti77o {
  position: relative;
  width: 100%;
}

.vegas-hero-ddf533.vegas-hero-y4eei2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vegas-hero-ddf533.vegas-hero-hoezcs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vegas-hero-ddf533.vegas-hero-9fwbbr {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vegas-hero-kyp111 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.vegas-hero-gp0rqr {
  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-hero-2id6zb ease-in-out;
  cursor: pointer;
}

.vegas-hero-gp0rqr:hover {
  opacity: 0.5;
}

.vegas-hero-ddf533.vegas-hero-g9z1na .vegas-hero-gp0rqr {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vegas-hero-ddf533.vegas-hero-g9z1na .vegas-hero-kyp111 {
  cursor: pointer;
}

.vegas-hero-amvi4c {
  fill: #0009;
}

.vegas-hero-aemchd {
  fill: #fff;
}

.vegas-hero-gp0rqr:hover .vegas-hero-amvi4c {
  fill: red;
}

.vegas-hero-gp0rqr svg path {
  -webkit-transition: 0.vegas-hero-2id6zb ease-in-out;
  -o-transition: 0.vegas-hero-2id6zb ease-in-out;
  transition: 0.vegas-hero-2id6zb ease-in-out;
}

.vegas-hero-hnwl0q {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.vegas-hero-hnwl0q > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.vegas-hero-hnwl0q.vegas-hero-4ucr9x > :not(.get-image) {
  grid-column: 1/3;
}

.vegas-hero-opblrc:not(._h1-block) .vegas-hero-hnwl0q > .vegas-hero-7n8vym {
  grid-row: 1/2;
  grid-column: 1/3;
}

.vegas-hero-hnwl0q.vegas-hero-4ucr9x .vegas-hero-g1j98g {
  grid-column: 2/3;
}

.vegas-hero-hnwl0q.vegas-hero-4ucr9x > .vegas-hero-guqxpi {
  grid-column: 1/2;
}

.vegas-hero-hnwl0q.vegas-hero-4ucr9x > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.vegas-hero-hnwl0q > p:first-of-type {
  margin-top: 0;
}

.vegas-hero-hnwl0q .vegas-hero-guqxpi {
  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-hero-opblrc:not(._h1-block) .vegas-hero-7n8vym ~ .vegas-hero-guqxpi {
  grid-row: 2/10;
}

.vegas-hero-opblrc.vegas-hero-9toilo .vegas-hero-7n8vym ~ .vegas-hero-guqxpi {
  grid-row: 1/10;
}

.vegas-hero-opblrc.vegas-hero-9toilo > .vegas-hero-7n8vym {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.vegas-hero-opblrc.vegas-hero-9toilo .vegas-hero-guqxpi {
  grid-row: 1/10;
}

.vegas-hero-hnwl0q.vegas-hero-b6p1ix .vegas-hero-guqxpi {
  align-items: flex-start;
}

.vegas-hero-hnwl0q.vegas-hero-hoezcs .vegas-hero-g1j98g {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.vegas-hero-hnwl0q.vegas-hero-hoezcs .vegas-hero-guqxpi {
  align-items: center;
}

.vegas-hero-hnwl0q.vegas-hero-jto8i2 .vegas-hero-guqxpi {
  align-items: flex-end;
}

.vegas-hero-g1j98g > :first-child {
  margin-top: 0;
}

.vegas-hero-g1j98g > :last-child {
  margin-bottom: 0;
}

* + .vegas-hero-k82pb3,
.vegas-hero-opblrc + .vegas-hero-opblrc {
  margin-top: 2rem;
}

.vegas-hero-tktm1m td::before,
.vegas-hero-tktm1m th::after {
  display: none !important;
}

.vegas-hero-tktm1m #link-selector {
  color: #000;
}

.vegas-hero-tktm1m .vegas-hero-udfp7q {
  color: #135e96;
}

.vegas-hero-tktm1m .vegas-hero-8isaa5 *,
.vegas-hero-tktm1m .vegas-hero-q6yaej p,
.vegas-hero-tktm1m .vegas-hero-2lsceo * {
  color: #000;
}

.vegas-hero-tktm1m .vegas-hero-qa5n1d {
  background: 0 0 !important;
}

.vegas-hero-tktm1m .vegas-hero-fqetp2 {
  color: #000;
}

.vegas-hero-tktm1m .vegas-hero-ljptqx.vegas-hero-j9u1ap {
  color: #fff;
}

.vegas-hero-tktm1m .vegas-hero-ltyn67 {
  color: #000;
}

.vegas-hero-tktm1m
  .vegas-hero-sp7c1b
  .vegas-hero-lpvruy.vegas-hero-j9u1ap.vegas-hero-x304vd {
  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-hero-indeyf,
body .vegas-hero-qoe8sv {
  color: #000;
  background: var(--color-body) !important;
}

.vegas-hero-indeyf .vegas-hero-dl6gim .vegas-hero-k38b15,
body .vegas-hero-qoe8sv .vegas-hero-dl6gim .vegas-hero-k38b15 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vegas-hero-b04erf:focus,
  .vegas-hero-b04erf:hover {
    color: #f9cb16;
  }
  .vegas-hero-uvo77d:focus,
  .vegas-hero-uvo77d:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vegas-hero-90ywu1:focus img,
  .vegas-hero-90ywu1:focus svg,
  .vegas-hero-90ywu1:hover img,
  .vegas-hero-90ywu1:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .vegas-hero-jycv7s {
    display: none;
  }
}

@media (min-width: 1024px) {
  .vegas-hero-x3mjdm:hover .vegas-hero-m9p6kf svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .vegas-hero-m9p6kf {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .vegas-hero-6aoh35 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .vegas-hero-pc6air {
    grid-template-columns: repeat(4, 1fr);
  }
  .vegas-hero-3fok38 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .vegas-hero-6idmwe .vegas-hero-yrfmt2 {
    grid-template-columns: 1fr;
  }
  .vegas-hero-6idmwe .vegas-hero-q6c1wy {
    -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-hero-6idmwe .vegas-hero-j3jeyc {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vegas-hero-6idmwe .vegas-hero-jnze0r {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vegas-hero-6idmwe .vegas-hero-d1hzxz {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .vegas-hero-6idmwe .vegas-hero-j3jeyc:not(:first-child) {
    border: none;
  }
  .vegas-hero-6idmwe .vegas-hero-j3jeyc:first-child .vegas-hero-jnze0r {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .vegas-hero-6idmwe .vegas-hero-j3jeyc:last-child .vegas-hero-jnze0r {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .vegas-hero-z6b036 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .vegas-hero-d8h7a1 {
    max-width: 100px;
  }
  .vegas-hero-zdb3bs {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .vegas-hero-k17zv6 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .vegas-hero-k17zv6 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .vegas-hero-mwh5lo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .vegas-hero-zdb3bs + .vegas-hero-k17zv6 {
    margin-left: auto;
  }
  .vegas-hero-xozclc {
    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-hero-xozclc.vegas-hero-8yqce1 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .vegas-hero-1r37mz {
    -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-hero-db0dbw {
    width: 100%;
  }
  .vegas-hero-db0dbw:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .vegas-hero-a59fpn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .vegas-hero-a59fpn svg {
    margin-right: 4px;
  }
  .vegas-hero-x3mjdm {
    -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-hero-m9p6kf svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .vegas-hero-m9p6kf {
    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-hero-10wff5 {
    display: none;
    width: 100%;
  }
  .vegas-hero-x3mjdm.vegas-hero-8yqce1 .vegas-hero-10wff5 {
    padding: 0 0 0 48px;
  }
  .vegas-hero-k37oj5 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .vegas-hero-u0hqy1 .vegas-hero-guqxpi {
    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-hero-vzcqt5 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vegas-hero-vzcqt5 + .vegas-hero-vzcqt5 {
    margin-right: 0;
  }
  .vegas-hero-vzcqt5 + .vegas-hero-guqxpi {
    margin: 0;
  }
  .vegas-hero-6aoh35 {
    grid-template-columns: repeat(4, 1fr);
  }
  .vegas-hero-pc6air {
    grid-template-columns: repeat(3, 1fr);
  }
  .vegas-hero-nnq033,
  .vegas-hero-t09svz {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegas-hero-hnwl0q {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vegas-hero-hnwl0q.vegas-hero-4ucr9x .vegas-hero-g1j98g {
    grid-column: auto;
    grid-row: auto;
  }
  .vegas-hero-hnwl0q > .vegas-hero-7n8vym {
    grid-column: 1/2;
  }
  .vegas-hero-hnwl0q.vegas-hero-4ucr9x > :not(.get-image) {
    grid-column: 1/2;
  }
  .vegas-hero-hnwl0q .vegas-hero-guqxpi,
  .vegas-hero-hnwl0q.vegas-hero-4ucr9x > .vegas-hero-guqxpi {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vegas-hero-hnwl0q.vegas-hero-4ucr9x > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .vegas-hero-opblrc.vegas-hero-9toilo .vegas-hero-hnwl0q > .vegas-hero-guqxpi {
    grid-row: 1/2;
  }
  .vegas-hero-hnwl0q .vegas-hero-7n8vym ~ .vegas-hero-guqxpi,
  .vegas-hero-hnwl0q.vegas-hero-4ucr9x .vegas-hero-7n8vym ~ .vegas-hero-guqxpi {
    grid-row: 2/3;
  }
  .vegas-hero-opblrc.vegas-hero-9toilo .vegas-hero-7n8vym ~ .vegas-hero-guqxpi {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .vegas-hero-zf6al0:first-child .vegas-hero-wou4xd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vegas-hero-zf6al0:first-child .vegas-hero-wou4xd h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .vegas-hero-zf6al0 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .vegas-hero-zf6al0 {
    padding: 0;
  }
  .vegas-hero-vjfakj {
    margin-top: 1rem;
  }
  .vegas-hero-3rsv6w {
    border-radius: 5px;
  }
  .vegas-hero-wfshy0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vegas-hero-6fmddm::after {
    display: inline-block;
  }
  .vegas-hero-6fmddm {
    margin: 0;
    width: 100%;
  }
  .vegas-hero-tknblo {
    width: 100%;
  }
  .vegas-hero-tknblo.vegas-hero-53bdzp {
    -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-hero-tknblo.vegas-hero-53bdzp .vegas-hero-aytq1f {
    width: 100%;
  }
  .vegas-hero-tknblo.vegas-hero-53bdzp .vegas-hero-aytq1f:not(:last-child) {
    margin-right: 0;
  }
  .vegas-hero-b04erf {
    width: 100%;
    text-align: center;
  }
  .vegas-hero-483ts5.vegas-hero-8yqce1 .vegas-hero-tknblo {
    margin-top: 1rem;
  }
  .vegas-hero-6aoh35 {
    grid-template-columns: repeat(3, 1fr);
  }
  .vegas-hero-3fok38,
  .vegas-hero-pc6air {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegas-hero-nnq033,
  .vegas-hero-t09svz,
  .vegas-hero-5j19zw {
    grid-template-columns: 1fr;
  }
  .vegas-hero-5orwdl {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .vegas-hero-pg421y {
    min-width: 300px;
    max-width: 325px;
  }
  .vegas-hero-jnze0r {
    cursor: auto;
  }
  .vegas-hero-38xms0 .vegas-hero-jnze0r {
    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-hero-wuf33p {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .vegas-hero-10wff5 {
    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-hero-wuf33p {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.vegas-hero-vzcqt5 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .vegas-hero-k17zv6 {
    margin: 0 -0.2rem;
  }
  .vegas-hero-vzcqt5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .vegas-hero-h4asp0 {
    -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-hero-gt9gy7 {
    max-width: 100%;
  }
  .vegas-hero-6aoh35 {
    grid-template-columns: repeat(2, 1fr);
  }
  .vegas-hero-3fok38,
  .vegas-hero-pc6air {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .vegas-hero-z6b036 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vegas-hero-k17zv6 {
    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-hero-cksd19 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vegas-hero-xvztjl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vegas-hero-zczgjs,
  .vegas-hero-e5axg0 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .vegas-hero-1m9gj5 {
    width: 100%;
  }
  .vegas-hero-6aoh35 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .vegas-hero-wuf33p {
    top: 127px !important;
  }
}

.vegas-hero-3zzebf {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .vegas-hero-3zzebf {
  }
}

@media (max-width: 767px) {
  .vegas-hero-3zzebf {
    margin-bottom: 12px;
  }
}

.vegas-hero-3zzebf img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.vegas-hero-qi58xv {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.vegas-hero-qi58xv > .vegas-hero-kv00rv {
  flex: 1 1;
}

@media (max-width: 767px) {
  .vegas-hero-qi58xv {
    flex-direction: column;
    gap: 12px;
  }
}

.vegas-hero-s4agxe {
  display: flex;
}

.vegas-hero-s4agxe .vegas-hero-6ck3t2 {
  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-hero-s4agxe .vegas-hero-oc2ftu {
  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-hero-s4agxe .vegas-hero-w26ql3 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.vegas-hero-s4agxe .vegas-hero-47p4t1 {
  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-hero-s4agxe .vegas-hero-47p4t1:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.vegas-hero-s4agxe .vegas-hero-qone28 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.vegas-hero-sf32ee {
  border: unset;
  background-color: unset;
}

.vegas-hero-sf32ee tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vegas-hero-sf32ee .vegas-hero-dho8tn,
.vegas-hero-sf32ee .vegas-hero-vpf34v {
  flex: 0 1 330px;
}

.vegas-hero-sf32ee .vegas-hero-tkwuhx {
  flex: 1 1;
}

.vegas-hero-sf32ee 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-hero-sf32ee tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.vegas-hero-sf32ee tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.vegas-hero-sf32ee tr td p {
  color: #fff;
  margin: 0;
}

.vegas-hero-sf32ee tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.vegas-hero-sf32ee tr.vegas-hero-dho8tn td p {
  padding: 16px 0;
}

.vegas-hero-sf32ee tr.vegas-hero-dho8tn td p:not(:last-child),
.vegas-hero-sf32ee tr.vegas-hero-vpf34v td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.vegas-hero-sf32ee tr.vegas-hero-dho8tn td p:first-child,
.vegas-hero-sf32ee tr.vegas-hero-vpf34v td p:first-child {
  padding-top: 0;
}

.vegas-hero-sf32ee tr.vegas-hero-vpf34v td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vegas-hero-sf32ee tr.vegas-hero-vpf34v td p:last-child {
  padding-bottom: 0;
}

.vegas-hero-sf32ee .vegas-hero-vpf34v img {
  max-width: 32px;
}

.vegas-hero-sf32ee .vegas-hero-tkwuhx {
  min-width: 718px;
}

.vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.vegas-hero-sf32ee .vegas-hero-tkwuhx td {
  display: flex;
}

.vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-xd5iq2,
.vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-jar33y,
.vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-iho4ke {
  flex: 1 1 50%;
}

.vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-qndtex {
  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-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-hcgh0q,
.vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-i7i1nq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-xd5iq2,
.vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-jar33y {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-xd5iq2 span,
.vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-jar33y span {
  font-weight: 800;
}

.vegas-hero-sf32ee .vegas-hero-tkwuhx img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .vegas-hero-sf32ee .vegas-hero-tkwuhx td .vegas-hero-iho4ke:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .vegas-hero-sf32ee tr.vegas-hero-dho8tn td p:last-child {
    padding-bottom: 0;
  }
  .vegas-hero-sf32ee .vegas-hero-vpf34v > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .vegas-hero-sf32ee .vegas-hero-vpf34v > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .vegas-hero-sf32ee tr.vegas-hero-dho8tn td p:not(:last-child),
  .vegas-hero-sf32ee tr.vegas-hero-vpf34v td p:not(:last-child) {
    border-bottom: unset;
  }
  .vegas-hero-sf32ee tr.vegas-hero-vpf34v td p:last-child {
    padding-bottom: 12px;
  }
  .vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-xd5iq2,
  .vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-jar33y,
  .vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-iho4ke {
    flex: 1 1 50%;
    padding: 0;
  }
  .vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-xd5iq2,
  .vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-jar33y {
    margin-top: 16px;
  }
  .vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-iho4ke {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-xd5iq2 {
    border-right: 1px solid var(--border-color);
  }
  .vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-iho4ke:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .vegas-hero-sf32ee .vegas-hero-tkwuhx td:last-child .vegas-hero-iho4ke:last-child {
    padding-bottom: 0;
  }
}

.vegas-hero-iho4ke {
  display: flex;
  flex-direction: column;
}

.vegas-hero-sf32ee .vegas-hero-tkwuhx td .vegas-hero-iho4ke {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.vegas-hero-sf32ee .vegas-hero-tkwuhx td .vegas-hero-iho4ke:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.vegas-hero-sf32ee .vegas-hero-tkwuhx td .vegas-hero-iho4ke:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .vegas-hero-sf32ee .vegas-hero-tkwuhx td .vegas-hero-iho4ke:not(:first-child) {
    padding-left: 0;
  }
  .vegas-hero-sf32ee .vegas-hero-tkwuhx td .vegas-hero-iho4ke:not(:last-of-type) {
    border-right: unset;
  }
}

.vegas-hero-sf32ee .vegas-hero-ueley3 {
  flex: 0 1 485px;
}

.vegas-hero-sf32ee .vegas-hero-hapr9u {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.vegas-hero-sf32ee .vegas-hero-hapr9u li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegas-hero-sf32ee .vegas-hero-hapr9u li.vegas-hero-tcimfj {
  padding: 6px 12px;
}

.vegas-hero-sf32ee .vegas-hero-hapr9u li a,
.vegas-hero-sf32ee .vegas-hero-hapr9u 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-hero-sf32ee .vegas-hero-2sst34,
.vegas-hero-sf32ee .vegas-hero-og6bay {
  flex: 1 1;
}

.vegas-hero-sf32ee .vegas-hero-3xvgk0,
.vegas-hero-sf32ee .vegas-hero-8e7zvh {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vegas-hero-sf32ee .vegas-hero-3xvgk0 li,
.vegas-hero-sf32ee .vegas-hero-8e7zvh li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vegas-hero-sf32ee .vegas-hero-og6bay img {
  max-width: 32px;
}

.vegas-hero-sf32ee .vegas-hero-2sst34 img {
  max-width: 32px;
}

.vegas-hero-sf32ee .vegas-hero-0xc18u {
  min-width: 280px;
}

.vegas-hero-sf32ee .vegas-hero-0xc18u img {
  max-width: 146px;
}

.vegas-hero-sf32ee .vegas-hero-0xc18u td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .vegas-hero-sf32ee .vegas-hero-dho8tn,
  .vegas-hero-sf32ee .vegas-hero-vpf34v {
    flex: 0 1 auto;
  }
  .vegas-hero-sf32ee .vegas-hero-tkwuhx {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .vegas-hero-sf32ee .vegas-hero-dho8tn,
  .vegas-hero-sf32ee .vegas-hero-ueley3,
  .vegas-hero-sf32ee .vegas-hero-vpf34v,
  .vegas-hero-sf32ee .vegas-hero-tkwuhx {
    flex: 1 1 calc(50% - 20px);
  }
  .vegas-hero-sf32ee .vegas-hero-2sst34,
  .vegas-hero-sf32ee .vegas-hero-0xc18u,
  .vegas-hero-sf32ee .vegas-hero-og6bay {
    flex: 1 1 30%;
  }
  .vegas-hero-sf32ee .vegas-hero-0xc18u {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .vegas-hero-sf32ee .vegas-hero-dho8tn,
  .vegas-hero-sf32ee .vegas-hero-ueley3,
  .vegas-hero-sf32ee .vegas-hero-2sst34,
  .vegas-hero-sf32ee .vegas-hero-vpf34v,
  .vegas-hero-sf32ee .vegas-hero-tkwuhx,
  .vegas-hero-sf32ee .vegas-hero-0xc18u,
  .vegas-hero-sf32ee .vegas-hero-og6bay {
    flex: 1 1 100%;
  }
}

.vegas-hero-3eo6eo .vegas-hero-q5mucb {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vegas-hero-3eo6eo .vegas-hero-xx0nnt {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.vegas-hero-3eo6eo .vegas-hero-qyxq8j {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.vegas-hero-3eo6eo .vegas-hero-zn9oqb {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.vegas-hero-3eo6eo .vegas-hero-zn9oqb > :nth-child(3) {
  margin-top: 0;
}

.vegas-hero-3eo6eo .vegas-hero-guqxpi {
  grid-column: 2/3;
  grid-row: 1/10;
}

.vegas-hero-3eo6eo .vegas-hero-3udv5g {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.vegas-hero-3eo6eo .vegas-hero-vjfakj {
  grid-column: 1/2;
}

.vegas-hero-3eo6eo > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.vegas-hero-3eo6eo .vegas-hero-xx0nnt: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-hero-3eo6eo .vegas-hero-xx0nnt:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.vegas-hero-3eo6eo .vegas-hero-1m9gj5 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .vegas-hero-3eo6eo .vegas-hero-xx0nnt:not(:last-child):before {
    bottom: 8px;
  }
  .vegas-hero-3eo6eo .vegas-hero-xx0nnt:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .vegas-hero-3eo6eo .vegas-hero-zn9oqb {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .vegas-hero-3eo6eo .vegas-hero-guqxpi {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .vegas-hero-3eo6eo .vegas-hero-guqxpi img {
    width: 100%;
    height: auto;
  }
  .vegas-hero-3eo6eo .vegas-hero-1m9gj5 {
    width: 100%;
    min-width: unset;
  }
}

.vegas-hero-rqh4iz .vegas-hero-jta0vt {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.vegas-hero-rqh4iz .vegas-hero-qufz2k {
  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-hero-rqh4iz .vegas-hero-guqxpi {
  height: 100%;
}

.vegas-hero-rqh4iz .vegas-hero-guqxpi img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.vegas-hero-rqh4iz .vegas-hero-kanhcb {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.vegas-hero-rqh4iz .vegas-hero-y0dm2z {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.vegas-hero-rqh4iz .vegas-hero-5m6a6g {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .vegas-hero-rqh4iz .vegas-hero-qufz2k {
    flex: 1 1 100%;
  }
  .vegas-hero-rqh4iz .vegas-hero-dswet5 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .vegas-hero-rqh4iz .vegas-hero-qufz2k {
    flex-direction: column;
  }
  .vegas-hero-rqh4iz .vegas-hero-guqxpi {
    width: 100%;
    height: auto;
  }
  .vegas-hero-rqh4iz .vegas-hero-guqxpi img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .vegas-hero-rqh4iz .vegas-hero-kanhcb {
    padding: 0 16px 16px 16px;
  }
  .vegas-hero-rqh4iz .vegas-hero-dswet5 {
    min-width: unset;
    width: 100%;
  }
}

.vegas-hero-8j1qlr .vegas-hero-2253zq {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.vegas-hero-8j1qlr .vegas-hero-1rvptq {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.vegas-hero-8j1qlr 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-hero-8j1qlr .vegas-hero-rgx0a1 {
  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-hero-8j1qlr .vegas-hero-1rvptq:hover .vegas-hero-rgx0a1 {
  display: flex;
}

.vegas-hero-8j1qlr .vegas-hero-piclh2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vegas-hero-8j1qlr .vegas-hero-fdro2w {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.vegas-hero-251adg {
  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-hero-251adg.vegas-hero-2y0hnl {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.vegas-hero-e2dp84 ease-in-out;
}

.vegas-hero-251adg.vegas-hero-2y0hnl:hover {
  color: #f9cb16;
  background-color: transparent;
}

.vegas-hero-8j1qlr .vegas-hero-a30q3x {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.vegas-hero-e2dp84 ease-in-out;
}

.vegas-hero-8j1qlr .vegas-hero-a30q3x:hover {
  color: #196948;
  background-color: #f9cb16;
}

.vegas-hero-8j1qlr .vegas-hero-a30q3x:after,
.vegas-hero-251adg.vegas-hero-2y0hnl:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.vegas-hero-251adg.vegas-hero-2y0hnl:after {
  background-image: url(../images/Cash.svg);
}

.vegas-hero-8j1qlr .vegas-hero-a30q3x:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .vegas-hero-8j1qlr .vegas-hero-2253zq {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .vegas-hero-8j1qlr .vegas-hero-2253zq {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .vegas-hero-8j1qlr .vegas-hero-2253zq {
    grid-template-columns: 1fr;
  }
  .vegas-hero-8j1qlr .vegas-hero-1rvptq {
    height: auto;
  }
  .vegas-hero-8j1qlr .vegas-hero-1rvptq .vegas-hero-rgx0a1 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .vegas-hero-8j1qlr .vegas-hero-piclh2,
  .vegas-hero-8j1qlr .vegas-hero-fdro2w {
    text-align: left;
  }
  .vegas-hero-8j1qlr .vegas-hero-fdro2w {
    margin-bottom: 8px;
  }
  .vegas-hero-8j1qlr img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.vegas-hero-zl4adu {
  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-hero-zl4adu.vegas-hero-g9z1na {
  display: block;
}

.vegas-hero-zl4adu .vegas-hero-gqb5km {
  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-hero-zl4adu .vegas-hero-4j2x44 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.vegas-hero-zl4adu .vegas-hero-ldexfc {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.vegas-hero-zl4adu .vegas-hero-7xz4bw {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.vegas-hero-zl4adu .vegas-hero-251adg {
  min-width: 296px;
  margin-bottom: 0;
}

.vegas-hero-zl4adu .vegas-hero-x94xcb {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.vegas-hero-zl4adu .vegas-hero-xavc2f {
  position: relative;
  flex: 1 1;
}

.vegas-hero-zl4adu .vegas-hero-xavc2f iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .vegas-hero-zl4adu .vegas-hero-4j2x44 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .vegas-hero-zl4adu .vegas-hero-ldexfc {
    order: 1;
  }
  .vegas-hero-zl4adu .vegas-hero-7xz4bw {
    order: 3;
    flex: 1 1 100%;
  }
  .vegas-hero-zl4adu .vegas-hero-251adg {
    width: 100%;
    min-width: unset;
  }
  .vegas-hero-zl4adu .vegas-hero-x94xcb {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .vegas-hero-hnwl0q > .vegas-hero-7n8vym {
    margin-bottom: 0;
  }
  .vegas-hero-hnwl0q > .vegas-hero-vjfakj,
  .vegas-hero-hnwl0q > p {
    margin-top: 0;
  }
}

.vegas-hero-cb9ut5 img,
.vegas-hero-vzcqt5 img {
  width: auto;
  object-fit: contain;
}

.vegas-hero-cb9ut5 {
  align-items: center;
}

.vegas-hero-cb9ut5 img {
  max-height: 76px;
}

.vegas-hero-vzcqt5 img {
  max-height: 64px;
}

.vegas-hero-nwt4eh {
  overflow: auto;
}

.vegas-hero-y5ehe5 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.vegas-hero-l2rj2g:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.vegas-hero-xxwd02 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.vegas-hero-kyjdx3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vegas-hero-xxwd02 .vegas-hero-guqxpi {
  margin-right: 20px;
  flex-shrink: 0;
}

.vegas-hero-xxwd02 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.vegas-hero-c4t9qo {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.vegas-hero-c4t9qo > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegas-hero-xxwd02 {
    padding: 15px 10px;
  }
  .vegas-hero-c4t9qo {
    padding: 15px 10px;
  }
  .vegas-hero-xxwd02 .vegas-hero-guqxpi {
    margin-right: 10px;
  }
}

.vegas-hero-yppwsj {
  overflow-x: auto;
}

.vegas-hero-s40rzc {
  border-collapse: collapse;
  width: 100%;
}

.vegas-hero-yppwsj th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.vegas-hero-yppwsj td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.vegas-hero-yppwsj td.vegas-hero-x6y5go {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.vegas-hero-yppwsj td.vegas-hero-e1h2is {
  border-right: none;
}

.vegas-hero-yppwsj td.vegas-hero-e1h2is .vegas-hero-guqxpi {
  justify-content: flex-start;
}

.vegas-hero-yppwsj td.vegas-hero-e1h2is .vegas-hero-guqxpi img {
  height: auto;
  width: 90px;
}

.vegas-hero-yppwsj td.vegas-hero-2etqfu,
.vegas-hero-yppwsj td.vegas-hero-knpook {
  font-weight: 600;
  text-align: right;
}

.vegas-hero-yppwsj td.vegas-hero-uqge7g,
.vegas-hero-yppwsj td.vegas-hero-2etqfu {
  padding-bottom: 10px;
  border-bottom: none;
}

.vegas-hero-yppwsj td.vegas-hero-2etqfu,
.vegas-hero-yppwsj td.vegas-hero-knpook {
  border-left: none;
}

.vegas-hero-yppwsj td.vegas-hero-uqge7g,
.vegas-hero-yppwsj td.vegas-hero-9kb8p8 {
  border-right: none;
}

.vegas-hero-yppwsj td.vegas-hero-9kb8p8,
.vegas-hero-yppwsj td.vegas-hero-knpook {
  border-top: none;
  padding-top: 10px;
}

.vegas-hero-v6831f {
  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-hero-v6831f .vegas-hero-dswet5 {
  min-width: unset;
  width: 100%;
}

.vegas-hero-v6831f .vegas-hero-dswet5.vegas-hero-palz3f {
  grid-column: 1/2;
  grid-row: 1/2;
}

.vegas-hero-v6831f .vegas-hero-dswet5.vegas-hero-l6zjp7 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.vegas-hero-v6831f .vegas-hero-rxsooc {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .vegas-hero-v6831f {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .vegas-hero-v6831f .vegas-hero-dswet5.vegas-hero-palz3f {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vegas-hero-v6831f .vegas-hero-dswet5.vegas-hero-l6zjp7 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .vegas-hero-v6831f .vegas-hero-rxsooc {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.vegas-hero-2ws6pw {
  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-hero-sfepr2 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.vegas-hero-xc25oy p a img {
  margin: 0 auto;
  display: block;
}

.vegas-hero-xc25oy table {
  margin-bottom: 17px;
}

/* contanct form */
.vegas-hero-thh89e {
  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-thh89e label {
  font-size: 14px;
}

.vegas-hero-thh89e h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vegas-hero-thh89e input,
.vegas-hero-thh89e textarea,
.vegas-hero-thh89e 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-thh89e button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vegas-hero-e2dp84 ease;
}
.vegas-hero-thh89e button:hover {
  background-color: #691204;
}
.vegas-hero-erf0dy {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vegas-hero-obk3rt ease-in;
}

.vegas-hero-erf0dy 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-hero-vcz0zr, .vegas-hero-y3kvw1, [class*="review-card"],
thead, thead th, table th, .vegas-hero-x3suuf,
.vegas-hero-h0ifeh, [class*="collapsible-header"],
.vegas-hero-crq75k, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
