@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);
}

.stonevegas-4ugpfe {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stonevegas-99pwmj {
  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.stonevegas-p6jn1z,
ul.stonevegas-p6jn1z {
  padding-left: 20px;
}

ul.stonevegas-p6jn1z {
  list-style: disc;
}

ol.stonevegas-p6jn1z {
  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;
  }
}

.stonevegas-kokxrp > .stonevegas-glv37u,
.stonevegas-kokxrp > .stonevegas-r3u10b,
.stonevegas-kokxrp > blockquote,
.stonevegas-kokxrp > h1,
.stonevegas-kokxrp > h2,
.stonevegas-kokxrp > h3,
.stonevegas-kokxrp > h4,
.stonevegas-kokxrp > h5,
.stonevegas-kokxrp > h6,
.stonevegas-kokxrp > ol,
.stonevegas-kokxrp > p,
.stonevegas-kokxrp > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stonevegas-kokxrp > ol,
.stonevegas-kokxrp > ul {
  padding-left: 50px;
}

.stonevegas-kokxrp 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;
}

.stonevegas-kokxrp:not(:last-child) {
  margin-bottom: 2rem;
}

.stonevegas-kokxrp > :not(:first-child) {
  margin-top: 2rem;
}

.stonevegas-kokxrp {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stonevegas-kokxrp:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .stonevegas-kokxrp:first-child {
    margin-top: 20px;
  }
}

.stonevegas-kokxrp > p:last-of-type {
  margin-bottom: 32px;
}

.stonevegas-kokxrp > .stonevegas-jkmpa2:not(:first-child) {
  margin: 64px auto 16px auto;
}

.stonevegas-lj3n18 > .stonevegas-jkmpa2 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stonevegas-r3u10b {
  overflow: auto;
}

.stonevegas-r3u10b::-webkit-scrollbar {
  height: 5px;
}

.stonevegas-r3u10b table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.stonevegas-r3u10b table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.stonevegas-r3u10b table thead,
table thead {
  border-bottom: none;
}

.stonevegas-r3u10b table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.stonevegas-r3u10b table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.stonevegas-r3u10b table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.stonevegas-r3u10b .stonevegas-kqkz4p {
  table-layout: auto;
}

.stonevegas-r3u10b .stonevegas-kqkz4p th {
  word-break: normal;
}

.stonevegas-r3u10b .stonevegas-kqkz4p td {
  word-break: normal;
}

.stonevegas-4ugpfe .stonevegas-4ugpfe {
  padding-right: 0;
  padding-left: 0;
}

.stonevegas-18vsh7 {
  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;
}

.stonevegas-g89mf6 {
  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;
}

.stonevegas-c0nu9r {
  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;
}

.stonevegas-glv37u {
  margin-top: 24px;
}

.stonevegas-glv37u.stonevegas-m9yd6m {
  text-align: left;
}

.stonevegas-glv37u.stonevegas-7b9p0z {
  text-align: right;
}

.stonevegas-glv37u.stonevegas-whzeo3 {
  text-align: center;
}

.stonevegas-9d72ve {
  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.stonevegas-qmqp5v ease-in-out;
  cursor: pointer;
}

.stonevegas-9d72ve:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.stonevegas-9d72ve {
  min-width: 328px;
}

@media (max-width: 768px) {
  .stonevegas-9d72ve {
    min-width: unset;
  }
}

.stonevegas-0h0g8o {
  background-color: var(--fh-bg-color);
}

.stonevegas-04w68n {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.stonevegas-wjimma {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.stonevegas-wjimma img {
  max-height: 80px;
  object-fit: contain;
}

.stonevegas-ikjflh {
  flex: 1 1;
}

.stonevegas-94izr0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.stonevegas-s5q1mc {
  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;
}

.stonevegas-s5q1mc 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;
}

.stonevegas-s5q1mc.stonevegas-75od1v span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.stonevegas-s5q1mc.stonevegas-75od1v span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.stonevegas-s5q1mc.stonevegas-75od1v span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.stonevegas-ikjflh + .stonevegas-94izr0 {
  margin-left: 20px;
}

.stonevegas-9p6056 {
  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;
}

.stonevegas-9p6056 > svg {
  max-width: 24px;
  max-height: 24px;
}

.stonevegas-9p6056 + .stonevegas-9p6056 {
  margin-left: 5px;
}

.stonevegas-gf14m5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.stonevegas-gf14m5:hover {
  background-color: var(--button-bg-hover);
}

.stonevegas-zo9r7v {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.stonevegas-qmqp5v ease-in-out;
  border: 1px solid var(--border-color);
}

.stonevegas-zo9r7v:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.stonevegas-x5x8yl {
  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) {
  .stonevegas-ikjflh {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .stonevegas-x5x8yl {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .stonevegas-ikjflh {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .stonevegas-9p6056 {
    min-width: unset;
    flex: 1 1;
  }
}

.stonevegas-ycs58b {
  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;
}

.stonevegas-ycs58b:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.stonevegas-ycs58b:hover .stonevegas-5z9s52 {
  opacity: 1;
  pointer-events: auto;
}

.stonevegas-su85ml {
  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.stonevegas-1lvxzk ease-in-out;
  gap: 4px;
}

.stonevegas-su85ml > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stonevegas-su85ml .stonevegas-18vsh7 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stonevegas-wkwve4,
.stonevegas-su85ml:hover {
  color: var(--button-bg-hover);
}

.stonevegas-57frff {
  position: relative;
}

.stonevegas-57frff .stonevegas-su85ml {
  margin-right: 0;
  padding-right: 4px;
}

.stonevegas-ynmlyz svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stonevegas-57frff.stonevegas-75od1v .stonevegas-ynmlyz svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.stonevegas-57frff.stonevegas-75od1v .stonevegas-5z9s52 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.stonevegas-57frff.stonevegas-75od1v .stonevegas-5z9s52::before {
  display: none;
}

.stonevegas-ynmlyz svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.stonevegas-5z9s52 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.stonevegas-yd2ubg 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.stonevegas-5z9s52::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.stonevegas-5z9s52:hover {
  color: var(--fh-bg-color);
}

.stonevegas-6cclfn {
  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.stonevegas-yd2ubg 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.stonevegas-1lvxzk ease-in-out;
  -o-transition: 0.stonevegas-1lvxzk ease-in-out;
  transition: 0.stonevegas-1lvxzk ease-in-out;
}

.stonevegas-6cclfn .stonevegas-18vsh7 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stonevegas-ei7sor,
.stonevegas-6cclfn:hover {
  color: var(--button-bg-hover);
}

.stonevegas-ylheum {
  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%;
}

.stonevegas-ylheum.stonevegas-80maw4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.stonevegas-ylheum.stonevegas-80maw4:after,
.stonevegas-ylheum.stonevegas-80maw4:before {
  content: "";
  position: absolute;
  margin: auto;
}

.stonevegas-ylheum.stonevegas-80maw4: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);
  }
}

.stonevegas-ylheum.stonevegas-80maw4:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.stonevegas-ylheum.stonevegas-80maw4 > * {
  z-index: 1;
}

.stonevegas-ylheum b,
.stonevegas-ylheum strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.stonevegas-ylheum .stonevegas-qkgac6 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.stonevegas-ylheum .stonevegas-p3q7kp {
  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;
}

.stonevegas-ylheum .stonevegas-18vsh7 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.stonevegas-ylheum .stonevegas-9n8usg {
  margin-top: 12px;
}

.stonevegas-9n8usg {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.stonevegas-k5lsz1 {
  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;
}

.stonevegas-9n8usg .stonevegas-3rss2c {
  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.stonevegas-qmqp5v ease-in-out;
}

.stonevegas-9n8usg .stonevegas-3rss2c:hover {
  background: rgba(255, 255, 255, 0.3);
}

.stonevegas-4w3ugd {
  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;
}

.stonevegas-ylheum.stonevegas-99oyqg {
  gap: 12px;
  padding: 16px;
}

.stonevegas-ylheum.stonevegas-99oyqg .stonevegas-4w3ugd {
  min-width: 240px;
}

.stonevegas-ylheum.stonevegas-99oyqg .stonevegas-4w3ugd.stonevegas-qikrw9 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .stonevegas-ylheum .stonevegas-qkgac6 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .stonevegas-ylheum .stonevegas-p3q7kp {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .stonevegas-ylheum .stonevegas-18vsh7 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .stonevegas-ylheum.stonevegas-99oyqg .stonevegas-18vsh7 {
    max-width: 126px;
  }
  .stonevegas-ylheum .stonevegas-9n8usg {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .stonevegas-ylheum .stonevegas-k5lsz1 {
    max-width: unset;
  }
  .stonevegas-4w3ugd {
    min-width: unset;
    width: 100%;
  }
  .stonevegas-ylheum .stonevegas-4w3ugd {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .stonevegas-ylheum.stonevegas-99oyqg {
    grid-template-rows: auto 1fr auto;
  }
  .stonevegas-ylheum.stonevegas-99oyqg .stonevegas-4w3ugd {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .stonevegas-ylheum {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .stonevegas-ylheum .stonevegas-qkgac6 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .stonevegas-ylheum .stonevegas-18vsh7 {
    max-width: 78px;
  }
  .stonevegas-ylheum .stonevegas-9n8usg {
    margin-top: -12px;
  }
  .stonevegas-ylheum.stonevegas-99oyqg {
    gap: 8px;
  }
  .stonevegas-ylheum.stonevegas-99oyqg .stonevegas-qkgac6 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .stonevegas-ylheum.stonevegas-99oyqg .stonevegas-p3q7kp {
    grid-column: 1/3;
  }
  .stonevegas-ylheum.stonevegas-99oyqg .stonevegas-18vsh7 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .stonevegas-ylheum.stonevegas-99oyqg .stonevegas-18vsh7 img {
    max-width: 114px;
  }
}

.stonevegas-4w3ugd.stonevegas-uqsjj5,
.stonevegas-4w3ugd.stonevegas-aq5wu7,
.stonevegas-4w3ugd.stonevegas-ks19tx {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.stonevegas-qmqp5v ease-in-out;
}

.stonevegas-4w3ugd.stonevegas-uqsjj5,
.stonevegas-4w3ugd.stonevegas-ks19tx {
  padding: 10px;
}

.stonevegas-4w3ugd.stonevegas-uqsjj5:hover,
.stonevegas-4w3ugd.stonevegas-aq5wu7:hover,
.stonevegas-4w3ugd.stonevegas-ks19tx:hover {
  background: var(--button-bg-hover);
}

.stonevegas-4w3ugd.stonevegas-uqsjj5:hover svg path,
.stonevegas-4w3ugd.stonevegas-ks19tx:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.stonevegas-4w3ugd.stonevegas-qikrw9 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.stonevegas-qmqp5v ease-in-out;
  background: var(--button-bg-color);
}

.stonevegas-4w3ugd.stonevegas-qikrw9:hover {
  background-color: var(--button-bg-hover);
}

.stonevegas-4w3ugd.stonevegas-aq5wu7: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);
  }
}

.stonevegas-4w3ugd.stonevegas-aq5wu7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stonevegas-4w3ugd.stonevegas-qikrw9:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stonevegas-xqnrms {
  max-width: 650px;
}

.stonevegas-3dngas {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.stonevegas-04x0zb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.stonevegas-0grobz {
  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.stonevegas-1lvxzk ease-in-out;
  cursor: pointer;
}

.stonevegas-0grobz:hover {
  opacity: 0.5;
}

.stonevegas-0grobz:focus {
  outline: 0;
}

.stonevegas-0grobz:focus .stonevegas-d6ef49,
.stonevegas-0grobz:hover .stonevegas-d6ef49 {
  fill: red;
  fill-opacity: 1;
}

.stonevegas-0grobz:hover {
  cursor: pointer;
}

.stonevegas-ee9s7s {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.stonevegas-xqnrms.stonevegas-whzeo3 {
  margin: 0 auto;
}

.stonevegas-xqnrms.stonevegas-7b9p0z {
  margin-left: auto;
}

.stonevegas-t9pvhq {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.stonevegas-noryfy {
  padding-bottom: 50px;
}

.stonevegas-5ze5rq {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.stonevegas-j2kq1l {
  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;
}

.stonevegas-xpcq9z {
  margin-top: 24px;
}

.stonevegas-cw1ufe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stonevegas-842rf6 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.stonevegas-3nhb2k {
  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;
}

.stonevegas-lnvng1 {
  width: 468px;
}

.stonevegas-3nhb2k .stonevegas-5z9s52 {
  margin: 0.stonevegas-0pbgn4 0;
}

.stonevegas-hhqcrb {
  display: flex;
  min-width: 224px;
}

.stonevegas-14xqxa {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.stonevegas-1lvxzk ease-in-out;
}

.stonevegas-xsbvmt,
.stonevegas-14xqxa:hover {
  color: var(--text-color);
}

.stonevegas-kjfra8 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.stonevegas-wml6gm {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .stonevegas-t9pvhq {
    padding: 16px;
  }
  .stonevegas-kjfra8 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .stonevegas-wml6gm {
    align-items: center;
  }
  .stonevegas-lnvng1 {
    width: unset;
  }
  .stonevegas-hhqcrb {
    min-width: unset;
  }
  .stonevegas-3nhb2k {
    max-height: unset;
  }
  .stonevegas-5ze5rq {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .stonevegas-t9pvhq {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.stonevegas-ha6ru0 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.stonevegas-ha6ru0:not(:last-child) {
  margin-bottom: 16px;
}

.stonevegas-4l7rs1 {
  outline: 0;
}

.stonevegas-4l7rs1 .stonevegas-l6d4gv {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.stonevegas-s6y9wc {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .stonevegas-s6y9wc {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.stonevegas-s6y9wc::-webkit-details-marker {
  display: none;
}

.stonevegas-s6y9wc: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;
}

.stonevegas-s6y9wc: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] .stonevegas-s6y9wc:after {
  transform: unset;
}

.stonevegas-l6d4gv {
  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);
}

.stonevegas-l6d4gv 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.stonevegas-1lvxzk ease-in-out;
  -o-transition: 0.stonevegas-1lvxzk ease-in-out;
  transition: 0.stonevegas-1lvxzk ease-in-out;
}

.stonevegas-nd08pu {
  padding: 16px 0 0 0;
}

.stonevegas-nd08pu * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .stonevegas-nd08pu :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stonevegas-s6y9wc {
    flex-wrap: wrap;
    gap: 12px;
  }
  .stonevegas-s6y9wc::after {
    margin-left: auto;
  }
  .stonevegas-l6d4gv {
    order: 3;
    flex: 1 1 100%;
  }
  .stonevegas-s6y9wc {
    font-size: 14px;
    line-height: 130%;
  }
  .stonevegas-l6d4gv svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.stonevegas-8zbpy4 {
  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;
}

.stonevegas-iq4lro {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.stonevegas-8zbpy4.stonevegas-75od1v .stonevegas-iq4lro {
  margin-bottom: 12px;
}

.stonevegas-iq4lro::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;
}

.stonevegas-8zbpy4.stonevegas-75od1v .stonevegas-iq4lro::after {
  transform: unset;
}

.stonevegas-us0doo {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.stonevegas-cr00jd {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.stonevegas-1lvxzk ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.stonevegas-cr00jd: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;
}

.stonevegas-8zbpy4.stonevegas-75od1v .stonevegas-us0doo {
  max-height: 100%;
}

.stonevegas-xc005r {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.stonevegas-r8ll9g {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.stonevegas-grldk7 {
  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;
}

.stonevegas-gacxuo {
  margin-right: 4px;
}

.stonevegas-9lxowx {
  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.stonevegas-1lvxzk ease-in-out;
}

.stonevegas-9lxowx svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.stonevegas-v16o06,
.stonevegas-9lxowx:hover {
  color: var(--text-color);
}

.stonevegas-ocoh3y {
  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;
}

.stonevegas-ocoh3y img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.stonevegas-ocoh3y .stonevegas-krqq68 {
  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;
}

.stonevegas-ocoh3y .stonevegas-gnc5ix {
  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;
}

.stonevegas-pre82b {
  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;
}

.stonevegas-ype242 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stonevegas-2q2dlz .stonevegas-4ugpfe {
  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;
}

.stonevegas-2q2dlz {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.stonevegas-pwpv1y {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.stonevegas-llvow0 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.stonevegas-9b4ur5 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.stonevegas-vqw4n6 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;
}

.stonevegas-9b4ur5:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.stonevegas-3ud8hg {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.stonevegas-tbrmvh {
  -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.stonevegas-1lvxzk ease-in-out;
  transition: transform 0.stonevegas-1lvxzk ease-in-out;
  -o-transition: transform 0.stonevegas-1lvxzk ease-in-out;
  transition:
    transform 0.stonevegas-1lvxzk ease-in-out,
    -webkit-transform 0.stonevegas-1lvxzk ease-in-out;
  cursor: pointer;
}

.stonevegas-tbrmvh svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.stonevegas-tbrmvh: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;
}

.stonevegas-hm125i {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .stonevegas-hm125i {
    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);
}

.stonevegas-8bhrpj {
  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;
}

.stonevegas-bwgv4a {
  position: relative;
  width: 100%;
}

.stonevegas-8bhrpj.stonevegas-yd2brv {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stonevegas-8bhrpj.stonevegas-whzeo3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stonevegas-8bhrpj.stonevegas-7b9p0z {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stonevegas-hd6wfj {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.stonevegas-88k717 {
  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.stonevegas-1lvxzk ease-in-out;
  cursor: pointer;
}

.stonevegas-88k717:hover {
  opacity: 0.5;
}

.stonevegas-8bhrpj.stonevegas-koki4f .stonevegas-88k717 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stonevegas-8bhrpj.stonevegas-koki4f .stonevegas-hd6wfj {
  cursor: pointer;
}

.stonevegas-enzbps {
  fill: #0009;
}

.stonevegas-aszvy8 {
  fill: #fff;
}

.stonevegas-88k717:hover .stonevegas-enzbps {
  fill: red;
}

.stonevegas-88k717 svg path {
  -webkit-transition: 0.stonevegas-1lvxzk ease-in-out;
  -o-transition: 0.stonevegas-1lvxzk ease-in-out;
  transition: 0.stonevegas-1lvxzk ease-in-out;
}

.stonevegas-ygtbap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.stonevegas-ygtbap > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.stonevegas-ygtbap.stonevegas-envozb > :not(.get-image) {
  grid-column: 1/3;
}

.stonevegas-pskzbd:not(._h1-block) .stonevegas-ygtbap > .stonevegas-jkmpa2 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.stonevegas-ygtbap.stonevegas-envozb .stonevegas-relvfd {
  grid-column: 2/3;
}

.stonevegas-ygtbap.stonevegas-envozb > .stonevegas-18vsh7 {
  grid-column: 1/2;
}

.stonevegas-ygtbap.stonevegas-envozb > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.stonevegas-ygtbap > p:first-of-type {
  margin-top: 0;
}

.stonevegas-ygtbap .stonevegas-18vsh7 {
  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;
}

.stonevegas-pskzbd:not(._h1-block) .stonevegas-jkmpa2 ~ .stonevegas-18vsh7 {
  grid-row: 2/10;
}

.stonevegas-pskzbd.stonevegas-er1ke5 .stonevegas-jkmpa2 ~ .stonevegas-18vsh7 {
  grid-row: 1/10;
}

.stonevegas-pskzbd.stonevegas-er1ke5 > .stonevegas-jkmpa2 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.stonevegas-pskzbd.stonevegas-er1ke5 .stonevegas-18vsh7 {
  grid-row: 1/10;
}

.stonevegas-ygtbap.stonevegas-2bmwed .stonevegas-18vsh7 {
  align-items: flex-start;
}

.stonevegas-ygtbap.stonevegas-whzeo3 .stonevegas-relvfd {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.stonevegas-ygtbap.stonevegas-whzeo3 .stonevegas-18vsh7 {
  align-items: center;
}

.stonevegas-ygtbap.stonevegas-54t4m2 .stonevegas-18vsh7 {
  align-items: flex-end;
}

.stonevegas-relvfd > :first-child {
  margin-top: 0;
}

.stonevegas-relvfd > :last-child {
  margin-bottom: 0;
}

* + .stonevegas-7pczmm,
.stonevegas-pskzbd + .stonevegas-pskzbd {
  margin-top: 2rem;
}

.stonevegas-bv2wj3 td::before,
.stonevegas-bv2wj3 th::after {
  display: none !important;
}

.stonevegas-bv2wj3 #link-selector {
  color: #000;
}

.stonevegas-bv2wj3 .stonevegas-1jcuec {
  color: #135e96;
}

.stonevegas-bv2wj3 .stonevegas-arfnje *,
.stonevegas-bv2wj3 .stonevegas-ieyq0z p,
.stonevegas-bv2wj3 .stonevegas-8h3fk0 * {
  color: #000;
}

.stonevegas-bv2wj3 .stonevegas-ma5b5a {
  background: 0 0 !important;
}

.stonevegas-bv2wj3 .stonevegas-h84yn4 {
  color: #000;
}

.stonevegas-bv2wj3 .stonevegas-1ki3dm.stonevegas-0hs9hi {
  color: #fff;
}

.stonevegas-bv2wj3 .stonevegas-v6na66 {
  color: #000;
}

.stonevegas-bv2wj3
  .stonevegas-lbwnj1
  .stonevegas-0uqb6h.stonevegas-0hs9hi.stonevegas-l5363y {
  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;
}

.stonevegas-shqtty,
body .stonevegas-g2i5ga {
  color: #000;
  background: var(--color-body) !important;
}

.stonevegas-shqtty .stonevegas-dcljvu .stonevegas-itt9pl,
body .stonevegas-g2i5ga .stonevegas-dcljvu .stonevegas-itt9pl {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stonevegas-cr00jd:focus,
  .stonevegas-cr00jd:hover {
    color: #f9cb16;
  }
  .stonevegas-ur7kn4:focus,
  .stonevegas-ur7kn4:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stonevegas-icly7d:focus img,
  .stonevegas-icly7d:focus svg,
  .stonevegas-icly7d:hover img,
  .stonevegas-icly7d:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .stonevegas-ocoh3y {
    display: none;
  }
}

@media (min-width: 1024px) {
  .stonevegas-57frff:hover .stonevegas-ynmlyz svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .stonevegas-ynmlyz {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .stonevegas-dmf9id {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .stonevegas-u3j92o {
    grid-template-columns: repeat(4, 1fr);
  }
  .stonevegas-03p2qu {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .stonevegas-tsjcrg .stonevegas-gc7jj7 {
    grid-template-columns: 1fr;
  }
  .stonevegas-tsjcrg .stonevegas-rrkf68 {
    -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;
  }
  .stonevegas-tsjcrg .stonevegas-wegn4a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stonevegas-tsjcrg .stonevegas-203qfj {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stonevegas-tsjcrg .stonevegas-7de9ib {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .stonevegas-tsjcrg .stonevegas-wegn4a:not(:first-child) {
    border: none;
  }
  .stonevegas-tsjcrg .stonevegas-wegn4a:first-child .stonevegas-203qfj {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .stonevegas-tsjcrg .stonevegas-wegn4a:last-child .stonevegas-203qfj {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .stonevegas-04w68n {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .stonevegas-wjimma {
    max-width: 100px;
  }
  .stonevegas-ikjflh {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .stonevegas-94izr0 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .stonevegas-94izr0 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .stonevegas-s5q1mc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .stonevegas-ikjflh + .stonevegas-94izr0 {
    margin-left: auto;
  }
  .stonevegas-wuroi6 {
    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;
  }
  .stonevegas-wuroi6.stonevegas-75od1v {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .stonevegas-x5x8yl {
    -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;
  }
  .stonevegas-ycs58b {
    width: 100%;
  }
  .stonevegas-ycs58b:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .stonevegas-su85ml {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .stonevegas-su85ml svg {
    margin-right: 4px;
  }
  .stonevegas-57frff {
    -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;
  }
  .stonevegas-ynmlyz svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .stonevegas-ynmlyz {
    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;
  }
  .stonevegas-5z9s52 {
    display: none;
    width: 100%;
  }
  .stonevegas-57frff.stonevegas-75od1v .stonevegas-5z9s52 {
    padding: 0 0 0 48px;
  }
  .stonevegas-6cclfn {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .stonevegas-j2kq1l .stonevegas-18vsh7 {
    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;
  }
  .stonevegas-55rklo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stonevegas-55rklo + .stonevegas-55rklo {
    margin-right: 0;
  }
  .stonevegas-55rklo + .stonevegas-18vsh7 {
    margin: 0;
  }
  .stonevegas-dmf9id {
    grid-template-columns: repeat(4, 1fr);
  }
  .stonevegas-u3j92o {
    grid-template-columns: repeat(3, 1fr);
  }
  .stonevegas-rvjjr0,
  .stonevegas-80tdmj {
    grid-template-columns: repeat(2, 1fr);
  }
  .stonevegas-ygtbap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .stonevegas-ygtbap.stonevegas-envozb .stonevegas-relvfd {
    grid-column: auto;
    grid-row: auto;
  }
  .stonevegas-ygtbap > .stonevegas-jkmpa2 {
    grid-column: 1/2;
  }
  .stonevegas-ygtbap.stonevegas-envozb > :not(.get-image) {
    grid-column: 1/2;
  }
  .stonevegas-ygtbap .stonevegas-18vsh7,
  .stonevegas-ygtbap.stonevegas-envozb > .stonevegas-18vsh7 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stonevegas-ygtbap.stonevegas-envozb > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .stonevegas-pskzbd.stonevegas-er1ke5 .stonevegas-ygtbap > .stonevegas-18vsh7 {
    grid-row: 1/2;
  }
  .stonevegas-ygtbap .stonevegas-jkmpa2 ~ .stonevegas-18vsh7,
  .stonevegas-ygtbap.stonevegas-envozb .stonevegas-jkmpa2 ~ .stonevegas-18vsh7 {
    grid-row: 2/3;
  }
  .stonevegas-pskzbd.stonevegas-er1ke5 .stonevegas-jkmpa2 ~ .stonevegas-18vsh7 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .stonevegas-kokxrp:first-child .stonevegas-pmc7nz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stonevegas-kokxrp:first-child .stonevegas-pmc7nz h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .stonevegas-kokxrp {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .stonevegas-kokxrp {
    padding: 0;
  }
  .stonevegas-glv37u {
    margin-top: 1rem;
  }
  .stonevegas-4l7rs1 {
    border-radius: 5px;
  }
  .stonevegas-fe62tk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stonevegas-iq4lro::after {
    display: inline-block;
  }
  .stonevegas-iq4lro {
    margin: 0;
    width: 100%;
  }
  .stonevegas-us0doo {
    width: 100%;
  }
  .stonevegas-us0doo.stonevegas-u4mlfw {
    -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%;
  }
  .stonevegas-us0doo.stonevegas-u4mlfw .stonevegas-ogmrgo {
    width: 100%;
  }
  .stonevegas-us0doo.stonevegas-u4mlfw .stonevegas-ogmrgo:not(:last-child) {
    margin-right: 0;
  }
  .stonevegas-cr00jd {
    width: 100%;
    text-align: center;
  }
  .stonevegas-8zbpy4.stonevegas-75od1v .stonevegas-us0doo {
    margin-top: 1rem;
  }
  .stonevegas-dmf9id {
    grid-template-columns: repeat(3, 1fr);
  }
  .stonevegas-03p2qu,
  .stonevegas-u3j92o {
    grid-template-columns: repeat(2, 1fr);
  }
  .stonevegas-rvjjr0,
  .stonevegas-80tdmj,
  .stonevegas-8p7k2z {
    grid-template-columns: 1fr;
  }
  .stonevegas-ovv6c6 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .stonevegas-r71k5k {
    min-width: 300px;
    max-width: 325px;
  }
  .stonevegas-203qfj {
    cursor: auto;
  }
  .stonevegas-stsrj0 .stonevegas-203qfj {
    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;
  }
  .stonevegas-hm125i {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .stonevegas-5z9s52 {
    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) {
  .stonevegas-hm125i {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.stonevegas-55rklo p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .stonevegas-94izr0 {
    margin: 0 -0.2rem;
  }
  .stonevegas-55rklo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .stonevegas-ud5zol {
    -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;
  }
  .stonevegas-8q3w64 {
    max-width: 100%;
  }
  .stonevegas-dmf9id {
    grid-template-columns: repeat(2, 1fr);
  }
  .stonevegas-03p2qu,
  .stonevegas-u3j92o {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .stonevegas-04w68n {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stonevegas-94izr0 {
    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;
  }
  .stonevegas-0h0g8o {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stonevegas-9p6056 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stonevegas-eekwxp,
  .stonevegas-gkgub5 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .stonevegas-9d72ve {
    width: 100%;
  }
  .stonevegas-dmf9id {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .stonevegas-hm125i {
    top: 127px !important;
  }
}

.stonevegas-0t13je {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .stonevegas-0t13je {
  }
}

@media (max-width: 767px) {
  .stonevegas-0t13je {
    margin-bottom: 12px;
  }
}

.stonevegas-0t13je img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.stonevegas-0qhyrf {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.stonevegas-0qhyrf > .stonevegas-9m1adu {
  flex: 1 1;
}

@media (max-width: 767px) {
  .stonevegas-0qhyrf {
    flex-direction: column;
    gap: 12px;
  }
}

.stonevegas-r8mp95 {
  display: flex;
}

.stonevegas-r8mp95 .stonevegas-rmavy0 {
  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;
}

.stonevegas-r8mp95 .stonevegas-fzw3or {
  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;
}

.stonevegas-r8mp95 .stonevegas-2t1otz {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.stonevegas-r8mp95 .stonevegas-cpvaiv {
  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));
  }
}

.stonevegas-r8mp95 .stonevegas-cpvaiv:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.stonevegas-r8mp95 .stonevegas-1krhfa {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.stonevegas-tdg75i {
  border: unset;
  background-color: unset;
}

.stonevegas-tdg75i tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stonevegas-tdg75i .stonevegas-3zhmp4,
.stonevegas-tdg75i .stonevegas-mn9bz1 {
  flex: 0 1 330px;
}

.stonevegas-tdg75i .stonevegas-x9sopt {
  flex: 1 1;
}

.stonevegas-tdg75i tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.stonevegas-tdg75i tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.stonevegas-tdg75i tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.stonevegas-tdg75i tr td p {
  color: #fff;
  margin: 0;
}

.stonevegas-tdg75i tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.stonevegas-tdg75i tr.stonevegas-3zhmp4 td p {
  padding: 16px 0;
}

.stonevegas-tdg75i tr.stonevegas-3zhmp4 td p:not(:last-child),
.stonevegas-tdg75i tr.stonevegas-mn9bz1 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.stonevegas-tdg75i tr.stonevegas-3zhmp4 td p:first-child,
.stonevegas-tdg75i tr.stonevegas-mn9bz1 td p:first-child {
  padding-top: 0;
}

.stonevegas-tdg75i tr.stonevegas-mn9bz1 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stonevegas-tdg75i tr.stonevegas-mn9bz1 td p:last-child {
  padding-bottom: 0;
}

.stonevegas-tdg75i .stonevegas-mn9bz1 img {
  max-width: 32px;
}

.stonevegas-tdg75i .stonevegas-x9sopt {
  min-width: 718px;
}

.stonevegas-tdg75i .stonevegas-x9sopt td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.stonevegas-tdg75i .stonevegas-x9sopt td {
  display: flex;
}

.stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-u6itta,
.stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-m1uktg,
.stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-e9736p {
  flex: 1 1 50%;
}

.stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-f66hzm {
  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;
}

.stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-rskj0r,
.stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-p59zom {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-u6itta,
.stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-m1uktg {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-u6itta span,
.stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-m1uktg span {
  font-weight: 800;
}

.stonevegas-tdg75i .stonevegas-x9sopt img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .stonevegas-tdg75i .stonevegas-x9sopt td .stonevegas-e9736p:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .stonevegas-tdg75i tr.stonevegas-3zhmp4 td p:last-child {
    padding-bottom: 0;
  }
  .stonevegas-tdg75i .stonevegas-mn9bz1 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .stonevegas-tdg75i .stonevegas-mn9bz1 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .stonevegas-tdg75i tr.stonevegas-3zhmp4 td p:not(:last-child),
  .stonevegas-tdg75i tr.stonevegas-mn9bz1 td p:not(:last-child) {
    border-bottom: unset;
  }
  .stonevegas-tdg75i tr.stonevegas-mn9bz1 td p:last-child {
    padding-bottom: 12px;
  }
  .stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-u6itta,
  .stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-m1uktg,
  .stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-e9736p {
    flex: 1 1 50%;
    padding: 0;
  }
  .stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-u6itta,
  .stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-m1uktg {
    margin-top: 16px;
  }
  .stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-e9736p {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-u6itta {
    border-right: 1px solid var(--border-color);
  }
  .stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-e9736p:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .stonevegas-tdg75i .stonevegas-x9sopt td:last-child .stonevegas-e9736p:last-child {
    padding-bottom: 0;
  }
}

.stonevegas-e9736p {
  display: flex;
  flex-direction: column;
}

.stonevegas-tdg75i .stonevegas-x9sopt td .stonevegas-e9736p {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.stonevegas-tdg75i .stonevegas-x9sopt td .stonevegas-e9736p:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.stonevegas-tdg75i .stonevegas-x9sopt td .stonevegas-e9736p:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .stonevegas-tdg75i .stonevegas-x9sopt td .stonevegas-e9736p:not(:first-child) {
    padding-left: 0;
  }
  .stonevegas-tdg75i .stonevegas-x9sopt td .stonevegas-e9736p:not(:last-of-type) {
    border-right: unset;
  }
}

.stonevegas-tdg75i .stonevegas-gc8chf {
  flex: 0 1 485px;
}

.stonevegas-tdg75i .stonevegas-zo96g5 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.stonevegas-tdg75i .stonevegas-zo96g5 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stonevegas-tdg75i .stonevegas-zo96g5 li.stonevegas-wydfu0 {
  padding: 6px 12px;
}

.stonevegas-tdg75i .stonevegas-zo96g5 li a,
.stonevegas-tdg75i .stonevegas-zo96g5 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;
}

.stonevegas-tdg75i .stonevegas-l6o4x1,
.stonevegas-tdg75i .stonevegas-xutq2c {
  flex: 1 1;
}

.stonevegas-tdg75i .stonevegas-8ci3pj,
.stonevegas-tdg75i .stonevegas-ilc4nf {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stonevegas-tdg75i .stonevegas-8ci3pj li,
.stonevegas-tdg75i .stonevegas-ilc4nf li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stonevegas-tdg75i .stonevegas-xutq2c img {
  max-width: 32px;
}

.stonevegas-tdg75i .stonevegas-l6o4x1 img {
  max-width: 32px;
}

.stonevegas-tdg75i .stonevegas-7460vf {
  min-width: 280px;
}

.stonevegas-tdg75i .stonevegas-7460vf img {
  max-width: 146px;
}

.stonevegas-tdg75i .stonevegas-7460vf td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .stonevegas-tdg75i .stonevegas-3zhmp4,
  .stonevegas-tdg75i .stonevegas-mn9bz1 {
    flex: 0 1 auto;
  }
  .stonevegas-tdg75i .stonevegas-x9sopt {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .stonevegas-tdg75i .stonevegas-3zhmp4,
  .stonevegas-tdg75i .stonevegas-gc8chf,
  .stonevegas-tdg75i .stonevegas-mn9bz1,
  .stonevegas-tdg75i .stonevegas-x9sopt {
    flex: 1 1 calc(50% - 20px);
  }
  .stonevegas-tdg75i .stonevegas-l6o4x1,
  .stonevegas-tdg75i .stonevegas-7460vf,
  .stonevegas-tdg75i .stonevegas-xutq2c {
    flex: 1 1 30%;
  }
  .stonevegas-tdg75i .stonevegas-7460vf {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .stonevegas-tdg75i .stonevegas-3zhmp4,
  .stonevegas-tdg75i .stonevegas-gc8chf,
  .stonevegas-tdg75i .stonevegas-l6o4x1,
  .stonevegas-tdg75i .stonevegas-mn9bz1,
  .stonevegas-tdg75i .stonevegas-x9sopt,
  .stonevegas-tdg75i .stonevegas-7460vf,
  .stonevegas-tdg75i .stonevegas-xutq2c {
    flex: 1 1 100%;
  }
}

.stonevegas-wfg0ev .stonevegas-rzds4u {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stonevegas-wfg0ev .stonevegas-88p0ia {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.stonevegas-wfg0ev .stonevegas-qiryh3 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.stonevegas-wfg0ev .stonevegas-8tymx2 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.stonevegas-wfg0ev .stonevegas-8tymx2 > :nth-child(3) {
  margin-top: 0;
}

.stonevegas-wfg0ev .stonevegas-18vsh7 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.stonevegas-wfg0ev .stonevegas-ler5gc {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.stonevegas-wfg0ev .stonevegas-glv37u {
  grid-column: 1/2;
}

.stonevegas-wfg0ev > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.stonevegas-wfg0ev .stonevegas-88p0ia: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;
}

.stonevegas-wfg0ev .stonevegas-88p0ia:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.stonevegas-wfg0ev .stonevegas-9d72ve {
  min-width: 240px;
}

@media (max-width: 768px) {
  .stonevegas-wfg0ev .stonevegas-88p0ia:not(:last-child):before {
    bottom: 8px;
  }
  .stonevegas-wfg0ev .stonevegas-88p0ia:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .stonevegas-wfg0ev .stonevegas-8tymx2 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .stonevegas-wfg0ev .stonevegas-18vsh7 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .stonevegas-wfg0ev .stonevegas-18vsh7 img {
    width: 100%;
    height: auto;
  }
  .stonevegas-wfg0ev .stonevegas-9d72ve {
    width: 100%;
    min-width: unset;
  }
}

.stonevegas-3y19k9 .stonevegas-jhhhlc {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.stonevegas-3y19k9 .stonevegas-j7ju2z {
  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;
}

.stonevegas-3y19k9 .stonevegas-18vsh7 {
  height: 100%;
}

.stonevegas-3y19k9 .stonevegas-18vsh7 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.stonevegas-3y19k9 .stonevegas-hgf1oa {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.stonevegas-3y19k9 .stonevegas-fhcsmf {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.stonevegas-3y19k9 .stonevegas-5xvt30 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .stonevegas-3y19k9 .stonevegas-j7ju2z {
    flex: 1 1 100%;
  }
  .stonevegas-3y19k9 .stonevegas-4w3ugd {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .stonevegas-3y19k9 .stonevegas-j7ju2z {
    flex-direction: column;
  }
  .stonevegas-3y19k9 .stonevegas-18vsh7 {
    width: 100%;
    height: auto;
  }
  .stonevegas-3y19k9 .stonevegas-18vsh7 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .stonevegas-3y19k9 .stonevegas-hgf1oa {
    padding: 0 16px 16px 16px;
  }
  .stonevegas-3y19k9 .stonevegas-4w3ugd {
    min-width: unset;
    width: 100%;
  }
}

.stonevegas-oeztu1 .stonevegas-d6mny7 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.stonevegas-oeztu1 .stonevegas-7jasx6 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.stonevegas-oeztu1 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;
}

.stonevegas-oeztu1 .stonevegas-e5anv2 {
  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;
}

.stonevegas-oeztu1 .stonevegas-7jasx6:hover .stonevegas-e5anv2 {
  display: flex;
}

.stonevegas-oeztu1 .stonevegas-6082yh {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stonevegas-oeztu1 .stonevegas-b6yim8 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.stonevegas-s620ly {
  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;
}

.stonevegas-s620ly.stonevegas-ah815o {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.stonevegas-qmqp5v ease-in-out;
}

.stonevegas-s620ly.stonevegas-ah815o:hover {
  color: #f9cb16;
  background-color: transparent;
}

.stonevegas-oeztu1 .stonevegas-ui2cjk {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.stonevegas-qmqp5v ease-in-out;
}

.stonevegas-oeztu1 .stonevegas-ui2cjk:hover {
  color: #196948;
  background-color: #f9cb16;
}

.stonevegas-oeztu1 .stonevegas-ui2cjk:after,
.stonevegas-s620ly.stonevegas-ah815o:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.stonevegas-s620ly.stonevegas-ah815o:after {
  background-image: url(../images/Cash.svg);
}

.stonevegas-oeztu1 .stonevegas-ui2cjk:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .stonevegas-oeztu1 .stonevegas-d6mny7 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .stonevegas-oeztu1 .stonevegas-d6mny7 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .stonevegas-oeztu1 .stonevegas-d6mny7 {
    grid-template-columns: 1fr;
  }
  .stonevegas-oeztu1 .stonevegas-7jasx6 {
    height: auto;
  }
  .stonevegas-oeztu1 .stonevegas-7jasx6 .stonevegas-e5anv2 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .stonevegas-oeztu1 .stonevegas-6082yh,
  .stonevegas-oeztu1 .stonevegas-b6yim8 {
    text-align: left;
  }
  .stonevegas-oeztu1 .stonevegas-b6yim8 {
    margin-bottom: 8px;
  }
  .stonevegas-oeztu1 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.stonevegas-eeydd1 {
  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;
}

.stonevegas-eeydd1.stonevegas-koki4f {
  display: block;
}

.stonevegas-eeydd1 .stonevegas-2kn9yi {
  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;
}

.stonevegas-eeydd1 .stonevegas-7e9g1x {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.stonevegas-eeydd1 .stonevegas-hxcxt6 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.stonevegas-eeydd1 .stonevegas-n2nakf {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.stonevegas-eeydd1 .stonevegas-s620ly {
  min-width: 296px;
  margin-bottom: 0;
}

.stonevegas-eeydd1 .stonevegas-t02c5m {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.stonevegas-eeydd1 .stonevegas-yf8nr9 {
  position: relative;
  flex: 1 1;
}

.stonevegas-eeydd1 .stonevegas-yf8nr9 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .stonevegas-eeydd1 .stonevegas-7e9g1x {
    flex-wrap: wrap;
    gap: 8px;
  }
  .stonevegas-eeydd1 .stonevegas-hxcxt6 {
    order: 1;
  }
  .stonevegas-eeydd1 .stonevegas-n2nakf {
    order: 3;
    flex: 1 1 100%;
  }
  .stonevegas-eeydd1 .stonevegas-s620ly {
    width: 100%;
    min-width: unset;
  }
  .stonevegas-eeydd1 .stonevegas-t02c5m {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .stonevegas-ygtbap > .stonevegas-jkmpa2 {
    margin-bottom: 0;
  }
  .stonevegas-ygtbap > .stonevegas-glv37u,
  .stonevegas-ygtbap > p {
    margin-top: 0;
  }
}

.stonevegas-qm42nn img,
.stonevegas-55rklo img {
  width: auto;
  object-fit: contain;
}

.stonevegas-qm42nn {
  align-items: center;
}

.stonevegas-qm42nn img {
  max-height: 76px;
}

.stonevegas-55rklo img {
  max-height: 64px;
}

.stonevegas-6qgy1j {
  overflow: auto;
}

.stonevegas-v0xv2i {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.stonevegas-ucf3uk:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.stonevegas-ar1h05 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.stonevegas-w7u229 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.stonevegas-ar1h05 .stonevegas-18vsh7 {
  margin-right: 20px;
  flex-shrink: 0;
}

.stonevegas-ar1h05 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.stonevegas-zwna5y {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.stonevegas-zwna5y > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stonevegas-ar1h05 {
    padding: 15px 10px;
  }
  .stonevegas-zwna5y {
    padding: 15px 10px;
  }
  .stonevegas-ar1h05 .stonevegas-18vsh7 {
    margin-right: 10px;
  }
}

.stonevegas-lozz3x {
  overflow-x: auto;
}

.stonevegas-gbvx56 {
  border-collapse: collapse;
  width: 100%;
}

.stonevegas-lozz3x th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.stonevegas-lozz3x td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.stonevegas-lozz3x td.stonevegas-rccha5 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.stonevegas-lozz3x td.stonevegas-drgp79 {
  border-right: none;
}

.stonevegas-lozz3x td.stonevegas-drgp79 .stonevegas-18vsh7 {
  justify-content: flex-start;
}

.stonevegas-lozz3x td.stonevegas-drgp79 .stonevegas-18vsh7 img {
  height: auto;
  width: 90px;
}

.stonevegas-lozz3x td.stonevegas-wqncbm,
.stonevegas-lozz3x td.stonevegas-ldxmnb {
  font-weight: 600;
  text-align: right;
}

.stonevegas-lozz3x td.stonevegas-ubm5dj,
.stonevegas-lozz3x td.stonevegas-wqncbm {
  padding-bottom: 10px;
  border-bottom: none;
}

.stonevegas-lozz3x td.stonevegas-wqncbm,
.stonevegas-lozz3x td.stonevegas-ldxmnb {
  border-left: none;
}

.stonevegas-lozz3x td.stonevegas-ubm5dj,
.stonevegas-lozz3x td.stonevegas-ds89dz {
  border-right: none;
}

.stonevegas-lozz3x td.stonevegas-ds89dz,
.stonevegas-lozz3x td.stonevegas-ldxmnb {
  border-top: none;
  padding-top: 10px;
}

.stonevegas-krz0yo {
  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;
}

.stonevegas-krz0yo .stonevegas-4w3ugd {
  min-width: unset;
  width: 100%;
}

.stonevegas-krz0yo .stonevegas-4w3ugd.stonevegas-uqsjj5 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.stonevegas-krz0yo .stonevegas-4w3ugd.stonevegas-ks19tx {
  grid-column: 2/3;
  grid-row: 1/2;
}

.stonevegas-krz0yo .stonevegas-7hhdv4 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .stonevegas-krz0yo {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .stonevegas-krz0yo .stonevegas-4w3ugd.stonevegas-uqsjj5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stonevegas-krz0yo .stonevegas-4w3ugd.stonevegas-ks19tx {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .stonevegas-krz0yo .stonevegas-7hhdv4 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.stonevegas-1fqvb5 {
  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;
}

.stonevegas-mwmm4m {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.stonevegas-lj3n18 p a img {
  margin: 0 auto;
  display: block;
}

.stonevegas-lj3n18 table {
  margin-bottom: 17px;
}

/* contanct form */
.stonevegas-it0q8g {
  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;
}

.stonevegas-it0q8g label {
  font-size: 14px;
}

.stonevegas-it0q8g h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stonevegas-it0q8g input,
.stonevegas-it0q8g textarea,
.stonevegas-it0q8g 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;
}
.stonevegas-it0q8g button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stonevegas-qmqp5v ease;
}
.stonevegas-it0q8g button:hover {
  background-color: #691204;
}
.stonevegas-oktqt0 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stonevegas-6n6wc9 ease-in;
}

.stonevegas-oktqt0 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;
}
.stonevegas-fijbpx, .stonevegas-no8liu, [class*="review-card"],
thead, thead th, table th, .stonevegas-sp5a6r,
.stonevegas-cgg95t, [class*="collapsible-header"],
.stonevegas-hyt7dj, [class*="updated-block"] {
  color: #ece7dc !important;
}
