@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-66cqv1 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stonevegas-55gzon {
  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-nrd2zr,
ul.stonevegas-nrd2zr {
  padding-left: 20px;
}

ul.stonevegas-nrd2zr {
  list-style: disc;
}

ol.stonevegas-nrd2zr {
  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-q5qov7 > .stonevegas-4f2gmo,
.stonevegas-q5qov7 > .stonevegas-5jmsx8,
.stonevegas-q5qov7 > blockquote,
.stonevegas-q5qov7 > h1,
.stonevegas-q5qov7 > h2,
.stonevegas-q5qov7 > h3,
.stonevegas-q5qov7 > h4,
.stonevegas-q5qov7 > h5,
.stonevegas-q5qov7 > h6,
.stonevegas-q5qov7 > ol,
.stonevegas-q5qov7 > p,
.stonevegas-q5qov7 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stonevegas-q5qov7 > ol,
.stonevegas-q5qov7 > ul {
  padding-left: 50px;
}

.stonevegas-q5qov7 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-q5qov7:not(:last-child) {
  margin-bottom: 2rem;
}

.stonevegas-q5qov7 > :not(:first-child) {
  margin-top: 2rem;
}

.stonevegas-q5qov7 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stonevegas-q5qov7:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .stonevegas-q5qov7:first-child {
    margin-top: 20px;
  }
}

.stonevegas-q5qov7 > p:last-of-type {
  margin-bottom: 32px;
}

.stonevegas-q5qov7 > .stonevegas-1z3znn:not(:first-child) {
  margin: 64px auto 16px auto;
}

.stonevegas-52ol6d > .stonevegas-1z3znn {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stonevegas-5jmsx8 {
  overflow: auto;
}

.stonevegas-5jmsx8::-webkit-scrollbar {
  height: 5px;
}

.stonevegas-5jmsx8 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.stonevegas-5jmsx8 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.stonevegas-5jmsx8 table thead,
table thead {
  border-bottom: none;
}

.stonevegas-5jmsx8 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.stonevegas-5jmsx8 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.stonevegas-5jmsx8 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.stonevegas-5jmsx8 .stonevegas-mwhp3q {
  table-layout: auto;
}

.stonevegas-5jmsx8 .stonevegas-mwhp3q th {
  word-break: normal;
}

.stonevegas-5jmsx8 .stonevegas-mwhp3q td {
  word-break: normal;
}

.stonevegas-66cqv1 .stonevegas-66cqv1 {
  padding-right: 0;
  padding-left: 0;
}

.stonevegas-oszwk7 {
  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-0komg9 {
  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-3us0sj {
  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-4f2gmo {
  margin-top: 24px;
}

.stonevegas-4f2gmo.stonevegas-67lja2 {
  text-align: left;
}

.stonevegas-4f2gmo.stonevegas-pyfee4 {
  text-align: right;
}

.stonevegas-4f2gmo.stonevegas-nsgasy {
  text-align: center;
}

.stonevegas-dgux39 {
  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-qa32zr ease-in-out;
  cursor: pointer;
}

.stonevegas-dgux39:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.stonevegas-dgux39 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .stonevegas-dgux39 {
    min-width: unset;
  }
}

.stonevegas-cbkd0y {
  background-color: var(--fh-bg-color);
}

.stonevegas-mbj8w1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.stonevegas-utl7by {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.stonevegas-utl7by img {
  max-height: 44px;
  object-fit: contain;
}

.stonevegas-y8qcrn {
  flex: 1 1;
}

.stonevegas-brc8bp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.stonevegas-uxc3p8 {
  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-uxc3p8 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-uxc3p8.stonevegas-k38kje span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.stonevegas-uxc3p8.stonevegas-k38kje span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.stonevegas-uxc3p8.stonevegas-k38kje span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.stonevegas-y8qcrn + .stonevegas-brc8bp {
  margin-left: 20px;
}

.stonevegas-p1vdaf {
  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-p1vdaf > svg {
  max-width: 24px;
  max-height: 24px;
}

.stonevegas-p1vdaf + .stonevegas-p1vdaf {
  margin-left: 5px;
}

.stonevegas-3dh6rc {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.stonevegas-3dh6rc:hover {
  background-color: var(--button-bg-hover);
}

.stonevegas-w9adlh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.stonevegas-qa32zr ease-in-out;
  border: 1px solid var(--border-color);
}

.stonevegas-w9adlh:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.stonevegas-rcalxt {
  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-y8qcrn {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .stonevegas-rcalxt {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .stonevegas-y8qcrn {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .stonevegas-p1vdaf {
    min-width: unset;
    flex: 1 1;
  }
}

.stonevegas-qiol09 {
  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-qiol09:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.stonevegas-qiol09:hover .stonevegas-amuyu7 {
  opacity: 1;
  pointer-events: auto;
}

.stonevegas-9ij02k {
  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-otjssl ease-in-out;
  gap: 4px;
}

.stonevegas-9ij02k > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stonevegas-9ij02k .stonevegas-oszwk7 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stonevegas-eywqm4,
.stonevegas-9ij02k:hover {
  color: var(--button-bg-hover);
}

.stonevegas-22yvve {
  position: relative;
}

.stonevegas-22yvve .stonevegas-9ij02k {
  margin-right: 0;
  padding-right: 4px;
}

.stonevegas-1giblx svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stonevegas-22yvve.stonevegas-k38kje .stonevegas-1giblx svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.stonevegas-22yvve.stonevegas-k38kje .stonevegas-amuyu7 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.stonevegas-22yvve.stonevegas-k38kje .stonevegas-amuyu7::before {
  display: none;
}

.stonevegas-1giblx svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.stonevegas-amuyu7 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.stonevegas-ecwy4x 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.stonevegas-amuyu7::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.stonevegas-amuyu7:hover {
  color: var(--fh-bg-color);
}

.stonevegas-4gkh7w {
  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-ecwy4x 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.stonevegas-otjssl ease-in-out;
  -o-transition: 0.stonevegas-otjssl ease-in-out;
  transition: 0.stonevegas-otjssl ease-in-out;
}

.stonevegas-4gkh7w .stonevegas-oszwk7 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stonevegas-jpmakj,
.stonevegas-4gkh7w:hover {
  color: var(--button-bg-hover);
}

.stonevegas-u0a53k {
  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-u0a53k.stonevegas-9ifpd0 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.stonevegas-u0a53k.stonevegas-9ifpd0:after,
.stonevegas-u0a53k.stonevegas-9ifpd0:before {
  content: "";
  position: absolute;
  margin: auto;
}

.stonevegas-u0a53k.stonevegas-9ifpd0: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-u0a53k.stonevegas-9ifpd0:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.stonevegas-u0a53k.stonevegas-9ifpd0 > * {
  z-index: 1;
}

.stonevegas-u0a53k b,
.stonevegas-u0a53k strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.stonevegas-u0a53k .stonevegas-44tn6n {
  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-u0a53k .stonevegas-gfj4o4 {
  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-u0a53k .stonevegas-oszwk7 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.stonevegas-u0a53k .stonevegas-6mqzqo {
  margin-top: 12px;
}

.stonevegas-6mqzqo {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.stonevegas-6yl5ls {
  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-6mqzqo .stonevegas-iwy1h6 {
  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-qa32zr ease-in-out;
}

.stonevegas-6mqzqo .stonevegas-iwy1h6:hover {
  background: rgba(255, 255, 255, 0.3);
}

.stonevegas-7ooa3h {
  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-u0a53k.stonevegas-ou9ush {
  gap: 12px;
  padding: 16px;
}

.stonevegas-u0a53k.stonevegas-ou9ush .stonevegas-7ooa3h {
  min-width: 240px;
}

.stonevegas-u0a53k.stonevegas-ou9ush .stonevegas-7ooa3h.stonevegas-8an27j {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .stonevegas-u0a53k .stonevegas-44tn6n {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .stonevegas-u0a53k .stonevegas-gfj4o4 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .stonevegas-u0a53k .stonevegas-oszwk7 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .stonevegas-u0a53k.stonevegas-ou9ush .stonevegas-oszwk7 {
    max-width: 126px;
  }
  .stonevegas-u0a53k .stonevegas-6mqzqo {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .stonevegas-u0a53k .stonevegas-6yl5ls {
    max-width: unset;
  }
  .stonevegas-7ooa3h {
    min-width: unset;
    width: 100%;
  }
  .stonevegas-u0a53k .stonevegas-7ooa3h {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .stonevegas-u0a53k.stonevegas-ou9ush {
    grid-template-rows: auto 1fr auto;
  }
  .stonevegas-u0a53k.stonevegas-ou9ush .stonevegas-7ooa3h {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .stonevegas-u0a53k {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .stonevegas-u0a53k .stonevegas-44tn6n {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .stonevegas-u0a53k .stonevegas-oszwk7 {
    max-width: 78px;
  }
  .stonevegas-u0a53k .stonevegas-6mqzqo {
    margin-top: -12px;
  }
  .stonevegas-u0a53k.stonevegas-ou9ush {
    gap: 8px;
  }
  .stonevegas-u0a53k.stonevegas-ou9ush .stonevegas-44tn6n {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .stonevegas-u0a53k.stonevegas-ou9ush .stonevegas-gfj4o4 {
    grid-column: 1/3;
  }
  .stonevegas-u0a53k.stonevegas-ou9ush .stonevegas-oszwk7 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .stonevegas-u0a53k.stonevegas-ou9ush .stonevegas-oszwk7 img {
    max-width: 114px;
  }
}

.stonevegas-7ooa3h.stonevegas-eoekgh,
.stonevegas-7ooa3h.stonevegas-fp63yk,
.stonevegas-7ooa3h.stonevegas-c36htq {
  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-qa32zr ease-in-out;
}

.stonevegas-7ooa3h.stonevegas-eoekgh,
.stonevegas-7ooa3h.stonevegas-c36htq {
  padding: 10px;
}

.stonevegas-7ooa3h.stonevegas-eoekgh:hover,
.stonevegas-7ooa3h.stonevegas-fp63yk:hover,
.stonevegas-7ooa3h.stonevegas-c36htq:hover {
  background: var(--button-bg-hover);
}

.stonevegas-7ooa3h.stonevegas-eoekgh:hover svg path,
.stonevegas-7ooa3h.stonevegas-c36htq:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.stonevegas-7ooa3h.stonevegas-8an27j {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.stonevegas-qa32zr ease-in-out;
  background: var(--button-bg-color);
}

.stonevegas-7ooa3h.stonevegas-8an27j:hover {
  background-color: var(--button-bg-hover);
}

.stonevegas-7ooa3h.stonevegas-fp63yk: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-7ooa3h.stonevegas-fp63yk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stonevegas-7ooa3h.stonevegas-8an27j:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stonevegas-p50asd {
  max-width: 650px;
}

.stonevegas-8bxlzr {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.stonevegas-2bk2gh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.stonevegas-89xuir {
  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-otjssl ease-in-out;
  cursor: pointer;
}

.stonevegas-89xuir:hover {
  opacity: 0.5;
}

.stonevegas-89xuir:focus {
  outline: 0;
}

.stonevegas-89xuir:focus .stonevegas-8o2jkx,
.stonevegas-89xuir:hover .stonevegas-8o2jkx {
  fill: red;
  fill-opacity: 1;
}

.stonevegas-89xuir:hover {
  cursor: pointer;
}

.stonevegas-wnz1jg {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.stonevegas-p50asd.stonevegas-nsgasy {
  margin: 0 auto;
}

.stonevegas-p50asd.stonevegas-pyfee4 {
  margin-left: auto;
}

.stonevegas-rigcm5 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.stonevegas-zeatbf {
  padding-bottom: 50px;
}

.stonevegas-8k1m8l {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.stonevegas-trzb3f {
  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-i89efu {
  margin-top: 24px;
}

.stonevegas-fumvp1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stonevegas-37t2oq {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.stonevegas-ajdlya {
  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-ogqmsu {
  width: 468px;
}

.stonevegas-ajdlya .stonevegas-amuyu7 {
  margin: 0.stonevegas-3tjdol 0;
}

.stonevegas-1eqo2d {
  display: flex;
  min-width: 224px;
}

.stonevegas-1n8amy {
  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-otjssl ease-in-out;
}

.stonevegas-31bwzg,
.stonevegas-1n8amy:hover {
  color: var(--text-color);
}

.stonevegas-j0v22i {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.stonevegas-ckngod {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .stonevegas-rigcm5 {
    padding: 16px;
  }
  .stonevegas-j0v22i {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .stonevegas-ckngod {
    align-items: center;
  }
  .stonevegas-ogqmsu {
    width: unset;
  }
  .stonevegas-1eqo2d {
    min-width: unset;
  }
  .stonevegas-ajdlya {
    max-height: unset;
  }
  .stonevegas-8k1m8l {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .stonevegas-rigcm5 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.stonevegas-ig8bh3 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.stonevegas-ig8bh3:not(:last-child) {
  margin-bottom: 16px;
}

.stonevegas-5njefj {
  outline: 0;
}

.stonevegas-5njefj .stonevegas-78orzx {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.stonevegas-of28cs {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .stonevegas-of28cs {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.stonevegas-of28cs::-webkit-details-marker {
  display: none;
}

.stonevegas-of28cs: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-of28cs: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-of28cs:after {
  transform: unset;
}

.stonevegas-78orzx {
  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-78orzx 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-otjssl ease-in-out;
  -o-transition: 0.stonevegas-otjssl ease-in-out;
  transition: 0.stonevegas-otjssl ease-in-out;
}

.stonevegas-cr1ud0 {
  padding: 16px 0 0 0;
}

.stonevegas-cr1ud0 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .stonevegas-cr1ud0 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stonevegas-of28cs {
    flex-wrap: wrap;
    gap: 12px;
  }
  .stonevegas-of28cs::after {
    margin-left: auto;
  }
  .stonevegas-78orzx {
    order: 3;
    flex: 1 1 100%;
  }
  .stonevegas-of28cs {
    font-size: 14px;
    line-height: 130%;
  }
  .stonevegas-78orzx svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.stonevegas-n823mh {
  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-6r0fbf {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.stonevegas-n823mh.stonevegas-k38kje .stonevegas-6r0fbf {
  margin-bottom: 12px;
}

.stonevegas-6r0fbf::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-n823mh.stonevegas-k38kje .stonevegas-6r0fbf::after {
  transform: unset;
}

.stonevegas-cwptg9 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.stonevegas-4bnnf4 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.stonevegas-otjssl ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.stonevegas-4bnnf4: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-n823mh.stonevegas-k38kje .stonevegas-cwptg9 {
  max-height: 100%;
}

.stonevegas-gxfko7 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.stonevegas-3uqtpe {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.stonevegas-2s9o1x {
  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-3uz3k4 {
  margin-right: 4px;
}

.stonevegas-i84fs4 {
  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-otjssl ease-in-out;
}

.stonevegas-i84fs4 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.stonevegas-1fftax,
.stonevegas-i84fs4:hover {
  color: var(--text-color);
}

.stonevegas-unf8da {
  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-unf8da img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.stonevegas-unf8da .stonevegas-ytgcu6 {
  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-unf8da .stonevegas-hkkm43 {
  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-jalxxk {
  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-wvdge5 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stonevegas-xnvbqj .stonevegas-66cqv1 {
  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-xnvbqj {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.stonevegas-ifj8et {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.stonevegas-h2zzku {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.stonevegas-w5ykg3 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.stonevegas-sr8chp 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-w5ykg3:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.stonevegas-bkugpp {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.stonevegas-pgzdtv {
  -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-otjssl ease-in-out;
  transition: transform 0.stonevegas-otjssl ease-in-out;
  -o-transition: transform 0.stonevegas-otjssl ease-in-out;
  transition:
    transform 0.stonevegas-otjssl ease-in-out,
    -webkit-transform 0.stonevegas-otjssl ease-in-out;
  cursor: pointer;
}

.stonevegas-pgzdtv svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.stonevegas-pgzdtv: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-ovh199 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .stonevegas-ovh199 {
    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-fig6ne {
  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-4pyq7z {
  position: relative;
  width: 100%;
}

.stonevegas-fig6ne.stonevegas-3dom4x {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stonevegas-fig6ne.stonevegas-nsgasy {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stonevegas-fig6ne.stonevegas-pyfee4 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stonevegas-jy7ydu {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.stonevegas-op9iib {
  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-otjssl ease-in-out;
  cursor: pointer;
}

.stonevegas-op9iib:hover {
  opacity: 0.5;
}

.stonevegas-fig6ne.stonevegas-rc2807 .stonevegas-op9iib {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stonevegas-fig6ne.stonevegas-rc2807 .stonevegas-jy7ydu {
  cursor: pointer;
}

.stonevegas-fdj5wx {
  fill: #0009;
}

.stonevegas-eb68sv {
  fill: #fff;
}

.stonevegas-op9iib:hover .stonevegas-fdj5wx {
  fill: red;
}

.stonevegas-op9iib svg path {
  -webkit-transition: 0.stonevegas-otjssl ease-in-out;
  -o-transition: 0.stonevegas-otjssl ease-in-out;
  transition: 0.stonevegas-otjssl ease-in-out;
}

.stonevegas-i28xsk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.stonevegas-i28xsk > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.stonevegas-i28xsk.stonevegas-vxyrjj > :not(.get-image) {
  grid-column: 1/3;
}

.stonevegas-eyc7v4:not(._h1-block) .stonevegas-i28xsk > .stonevegas-1z3znn {
  grid-row: 1/2;
  grid-column: 1/3;
}

.stonevegas-i28xsk.stonevegas-vxyrjj .stonevegas-8yhqgw {
  grid-column: 2/3;
}

.stonevegas-i28xsk.stonevegas-vxyrjj > .stonevegas-oszwk7 {
  grid-column: 1/2;
}

.stonevegas-i28xsk.stonevegas-vxyrjj > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.stonevegas-i28xsk > p:first-of-type {
  margin-top: 0;
}

.stonevegas-i28xsk .stonevegas-oszwk7 {
  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-eyc7v4:not(._h1-block) .stonevegas-1z3znn ~ .stonevegas-oszwk7 {
  grid-row: 2/10;
}

.stonevegas-eyc7v4.stonevegas-rc0izi .stonevegas-1z3znn ~ .stonevegas-oszwk7 {
  grid-row: 1/10;
}

.stonevegas-eyc7v4.stonevegas-rc0izi > .stonevegas-1z3znn {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.stonevegas-eyc7v4.stonevegas-rc0izi .stonevegas-oszwk7 {
  grid-row: 1/10;
}

.stonevegas-i28xsk.stonevegas-3flz2b .stonevegas-oszwk7 {
  align-items: flex-start;
}

.stonevegas-i28xsk.stonevegas-nsgasy .stonevegas-8yhqgw {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.stonevegas-i28xsk.stonevegas-nsgasy .stonevegas-oszwk7 {
  align-items: center;
}

.stonevegas-i28xsk.stonevegas-7ddq3n .stonevegas-oszwk7 {
  align-items: flex-end;
}

.stonevegas-8yhqgw > :first-child {
  margin-top: 0;
}

.stonevegas-8yhqgw > :last-child {
  margin-bottom: 0;
}

* + .stonevegas-dkdzr1,
.stonevegas-eyc7v4 + .stonevegas-eyc7v4 {
  margin-top: 2rem;
}

.stonevegas-7gxk6j td::before,
.stonevegas-7gxk6j th::after {
  display: none !important;
}

.stonevegas-7gxk6j #link-selector {
  color: #000;
}

.stonevegas-7gxk6j .stonevegas-b42pme {
  color: #135e96;
}

.stonevegas-7gxk6j .stonevegas-kus10q *,
.stonevegas-7gxk6j .stonevegas-750k2h p,
.stonevegas-7gxk6j .stonevegas-itif5y * {
  color: #000;
}

.stonevegas-7gxk6j .stonevegas-vr1mae {
  background: 0 0 !important;
}

.stonevegas-7gxk6j .stonevegas-ccu42j {
  color: #000;
}

.stonevegas-7gxk6j .stonevegas-vxp4m2.stonevegas-rfcgq4 {
  color: #fff;
}

.stonevegas-7gxk6j .stonevegas-a3z4ij {
  color: #000;
}

.stonevegas-7gxk6j
  .stonevegas-x8ma7p
  .stonevegas-dnoign.stonevegas-rfcgq4.stonevegas-re3yhj {
  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-bhm7s9,
body .stonevegas-hsh0s7 {
  color: #000;
  background: var(--color-body) !important;
}

.stonevegas-bhm7s9 .stonevegas-6accgd .stonevegas-z3zcxk,
body .stonevegas-hsh0s7 .stonevegas-6accgd .stonevegas-z3zcxk {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stonevegas-4bnnf4:focus,
  .stonevegas-4bnnf4:hover {
    color: #f9cb16;
  }
  .stonevegas-qal0c2:focus,
  .stonevegas-qal0c2:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stonevegas-c29ned:focus img,
  .stonevegas-c29ned:focus svg,
  .stonevegas-c29ned:hover img,
  .stonevegas-c29ned:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .stonevegas-unf8da {
    display: none;
  }
}

@media (min-width: 1024px) {
  .stonevegas-22yvve:hover .stonevegas-1giblx svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .stonevegas-1giblx {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .stonevegas-ds379b {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .stonevegas-5bk30p {
    grid-template-columns: repeat(4, 1fr);
  }
  .stonevegas-vqdusa {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .stonevegas-4uxvwa .stonevegas-40lw5h {
    grid-template-columns: 1fr;
  }
  .stonevegas-4uxvwa .stonevegas-mv6jsg {
    -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-4uxvwa .stonevegas-7bzs71 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stonevegas-4uxvwa .stonevegas-cn1eaz {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stonevegas-4uxvwa .stonevegas-5oiqt3 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .stonevegas-4uxvwa .stonevegas-7bzs71:not(:first-child) {
    border: none;
  }
  .stonevegas-4uxvwa .stonevegas-7bzs71:first-child .stonevegas-cn1eaz {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .stonevegas-4uxvwa .stonevegas-7bzs71:last-child .stonevegas-cn1eaz {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .stonevegas-mbj8w1 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .stonevegas-utl7by {
    max-width: 100px;
  }
  .stonevegas-y8qcrn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .stonevegas-brc8bp {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .stonevegas-brc8bp svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .stonevegas-uxc3p8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .stonevegas-y8qcrn + .stonevegas-brc8bp {
    margin-left: auto;
  }
  .stonevegas-wijarn {
    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-wijarn.stonevegas-k38kje {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .stonevegas-rcalxt {
    -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-qiol09 {
    width: 100%;
  }
  .stonevegas-qiol09:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .stonevegas-9ij02k {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .stonevegas-9ij02k svg {
    margin-right: 4px;
  }
  .stonevegas-22yvve {
    -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-1giblx svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .stonevegas-1giblx {
    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-amuyu7 {
    display: none;
    width: 100%;
  }
  .stonevegas-22yvve.stonevegas-k38kje .stonevegas-amuyu7 {
    padding: 0 0 0 48px;
  }
  .stonevegas-4gkh7w {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .stonevegas-trzb3f .stonevegas-oszwk7 {
    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-0ep8ho {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stonevegas-0ep8ho + .stonevegas-0ep8ho {
    margin-right: 0;
  }
  .stonevegas-0ep8ho + .stonevegas-oszwk7 {
    margin: 0;
  }
  .stonevegas-ds379b {
    grid-template-columns: repeat(4, 1fr);
  }
  .stonevegas-5bk30p {
    grid-template-columns: repeat(3, 1fr);
  }
  .stonevegas-rt3qok,
  .stonevegas-2hbbjt {
    grid-template-columns: repeat(2, 1fr);
  }
  .stonevegas-i28xsk {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .stonevegas-i28xsk.stonevegas-vxyrjj .stonevegas-8yhqgw {
    grid-column: auto;
    grid-row: auto;
  }
  .stonevegas-i28xsk > .stonevegas-1z3znn {
    grid-column: 1/2;
  }
  .stonevegas-i28xsk.stonevegas-vxyrjj > :not(.get-image) {
    grid-column: 1/2;
  }
  .stonevegas-i28xsk .stonevegas-oszwk7,
  .stonevegas-i28xsk.stonevegas-vxyrjj > .stonevegas-oszwk7 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stonevegas-i28xsk.stonevegas-vxyrjj > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .stonevegas-eyc7v4.stonevegas-rc0izi .stonevegas-i28xsk > .stonevegas-oszwk7 {
    grid-row: 1/2;
  }
  .stonevegas-i28xsk .stonevegas-1z3znn ~ .stonevegas-oszwk7,
  .stonevegas-i28xsk.stonevegas-vxyrjj .stonevegas-1z3znn ~ .stonevegas-oszwk7 {
    grid-row: 2/3;
  }
  .stonevegas-eyc7v4.stonevegas-rc0izi .stonevegas-1z3znn ~ .stonevegas-oszwk7 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .stonevegas-q5qov7:first-child .stonevegas-lfo9fq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stonevegas-q5qov7:first-child .stonevegas-lfo9fq h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .stonevegas-q5qov7 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .stonevegas-q5qov7 {
    padding: 0;
  }
  .stonevegas-4f2gmo {
    margin-top: 1rem;
  }
  .stonevegas-5njefj {
    border-radius: 5px;
  }
  .stonevegas-k30vgx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stonevegas-6r0fbf::after {
    display: inline-block;
  }
  .stonevegas-6r0fbf {
    margin: 0;
    width: 100%;
  }
  .stonevegas-cwptg9 {
    width: 100%;
  }
  .stonevegas-cwptg9.stonevegas-har7dv {
    -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-cwptg9.stonevegas-har7dv .stonevegas-ut0gb7 {
    width: 100%;
  }
  .stonevegas-cwptg9.stonevegas-har7dv .stonevegas-ut0gb7:not(:last-child) {
    margin-right: 0;
  }
  .stonevegas-4bnnf4 {
    width: 100%;
    text-align: center;
  }
  .stonevegas-n823mh.stonevegas-k38kje .stonevegas-cwptg9 {
    margin-top: 1rem;
  }
  .stonevegas-ds379b {
    grid-template-columns: repeat(3, 1fr);
  }
  .stonevegas-vqdusa,
  .stonevegas-5bk30p {
    grid-template-columns: repeat(2, 1fr);
  }
  .stonevegas-rt3qok,
  .stonevegas-2hbbjt,
  .stonevegas-f8rvio {
    grid-template-columns: 1fr;
  }
  .stonevegas-cscaoh {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .stonevegas-sq1koq {
    min-width: 300px;
    max-width: 325px;
  }
  .stonevegas-cn1eaz {
    cursor: auto;
  }
  .stonevegas-fgqcsc .stonevegas-cn1eaz {
    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-ovh199 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .stonevegas-amuyu7 {
    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-ovh199 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.stonevegas-0ep8ho p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .stonevegas-brc8bp {
    margin: 0 -0.2rem;
  }
  .stonevegas-0ep8ho {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .stonevegas-5ilu7p {
    -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-q6cu22 {
    max-width: 100%;
  }
  .stonevegas-ds379b {
    grid-template-columns: repeat(2, 1fr);
  }
  .stonevegas-vqdusa,
  .stonevegas-5bk30p {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .stonevegas-mbj8w1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stonevegas-brc8bp {
    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-cbkd0y {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stonevegas-p1vdaf {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stonevegas-1hvfv7,
  .stonevegas-r255mc {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .stonevegas-dgux39 {
    width: 100%;
  }
  .stonevegas-ds379b {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .stonevegas-ovh199 {
    top: 127px !important;
  }
}

.stonevegas-xkvmf1 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .stonevegas-xkvmf1 {
  }
}

@media (max-width: 767px) {
  .stonevegas-xkvmf1 {
    margin-bottom: 12px;
  }
}

.stonevegas-xkvmf1 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.stonevegas-1a9hl1 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.stonevegas-1a9hl1 > .stonevegas-k6fuhz {
  flex: 1 1;
}

@media (max-width: 767px) {
  .stonevegas-1a9hl1 {
    flex-direction: column;
    gap: 12px;
  }
}

.stonevegas-ai5kpu {
  display: flex;
}

.stonevegas-ai5kpu .stonevegas-ekjin6 {
  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-ai5kpu .stonevegas-wzzd9h {
  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-ai5kpu .stonevegas-1qlazr {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.stonevegas-ai5kpu .stonevegas-vk0fy2 {
  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-ai5kpu .stonevegas-vk0fy2:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.stonevegas-ai5kpu .stonevegas-92pu3v {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.stonevegas-cjllkp {
  border: unset;
  background-color: unset;
}

.stonevegas-cjllkp tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stonevegas-cjllkp .stonevegas-pn9bma,
.stonevegas-cjllkp .stonevegas-dollcw {
  flex: 0 1 330px;
}

.stonevegas-cjllkp .stonevegas-3f87hk {
  flex: 1 1;
}

.stonevegas-cjllkp 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-cjllkp tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.stonevegas-cjllkp tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.stonevegas-cjllkp tr td p {
  color: #fff;
  margin: 0;
}

.stonevegas-cjllkp tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.stonevegas-cjllkp tr.stonevegas-pn9bma td p {
  padding: 16px 0;
}

.stonevegas-cjllkp tr.stonevegas-pn9bma td p:not(:last-child),
.stonevegas-cjllkp tr.stonevegas-dollcw td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.stonevegas-cjllkp tr.stonevegas-pn9bma td p:first-child,
.stonevegas-cjllkp tr.stonevegas-dollcw td p:first-child {
  padding-top: 0;
}

.stonevegas-cjllkp tr.stonevegas-dollcw td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stonevegas-cjllkp tr.stonevegas-dollcw td p:last-child {
  padding-bottom: 0;
}

.stonevegas-cjllkp .stonevegas-dollcw img {
  max-width: 32px;
}

.stonevegas-cjllkp .stonevegas-3f87hk {
  min-width: 718px;
}

.stonevegas-cjllkp .stonevegas-3f87hk td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.stonevegas-cjllkp .stonevegas-3f87hk td {
  display: flex;
}

.stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-30tat9,
.stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-pmfpdi,
.stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-tdg71c {
  flex: 1 1 50%;
}

.stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-qni661 {
  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-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-yg29a5,
.stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-dltb11 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-30tat9,
.stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-pmfpdi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-30tat9 span,
.stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-pmfpdi span {
  font-weight: 800;
}

.stonevegas-cjllkp .stonevegas-3f87hk img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .stonevegas-cjllkp .stonevegas-3f87hk td .stonevegas-tdg71c:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .stonevegas-cjllkp tr.stonevegas-pn9bma td p:last-child {
    padding-bottom: 0;
  }
  .stonevegas-cjllkp .stonevegas-dollcw > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .stonevegas-cjllkp .stonevegas-dollcw > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .stonevegas-cjllkp tr.stonevegas-pn9bma td p:not(:last-child),
  .stonevegas-cjllkp tr.stonevegas-dollcw td p:not(:last-child) {
    border-bottom: unset;
  }
  .stonevegas-cjllkp tr.stonevegas-dollcw td p:last-child {
    padding-bottom: 12px;
  }
  .stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-30tat9,
  .stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-pmfpdi,
  .stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-tdg71c {
    flex: 1 1 50%;
    padding: 0;
  }
  .stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-30tat9,
  .stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-pmfpdi {
    margin-top: 16px;
  }
  .stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-tdg71c {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-30tat9 {
    border-right: 1px solid var(--border-color);
  }
  .stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-tdg71c:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .stonevegas-cjllkp .stonevegas-3f87hk td:last-child .stonevegas-tdg71c:last-child {
    padding-bottom: 0;
  }
}

.stonevegas-tdg71c {
  display: flex;
  flex-direction: column;
}

.stonevegas-cjllkp .stonevegas-3f87hk td .stonevegas-tdg71c {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.stonevegas-cjllkp .stonevegas-3f87hk td .stonevegas-tdg71c:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.stonevegas-cjllkp .stonevegas-3f87hk td .stonevegas-tdg71c:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .stonevegas-cjllkp .stonevegas-3f87hk td .stonevegas-tdg71c:not(:first-child) {
    padding-left: 0;
  }
  .stonevegas-cjllkp .stonevegas-3f87hk td .stonevegas-tdg71c:not(:last-of-type) {
    border-right: unset;
  }
}

.stonevegas-cjllkp .stonevegas-iwol03 {
  flex: 0 1 485px;
}

.stonevegas-cjllkp .stonevegas-e79jea {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.stonevegas-cjllkp .stonevegas-e79jea li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stonevegas-cjllkp .stonevegas-e79jea li.stonevegas-8o7nce {
  padding: 6px 12px;
}

.stonevegas-cjllkp .stonevegas-e79jea li a,
.stonevegas-cjllkp .stonevegas-e79jea 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-cjllkp .stonevegas-cx8lgd,
.stonevegas-cjllkp .stonevegas-4kfpgt {
  flex: 1 1;
}

.stonevegas-cjllkp .stonevegas-zka2qq,
.stonevegas-cjllkp .stonevegas-d8860l {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stonevegas-cjllkp .stonevegas-zka2qq li,
.stonevegas-cjllkp .stonevegas-d8860l li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stonevegas-cjllkp .stonevegas-4kfpgt img {
  max-width: 32px;
}

.stonevegas-cjllkp .stonevegas-cx8lgd img {
  max-width: 32px;
}

.stonevegas-cjllkp .stonevegas-d289gq {
  min-width: 280px;
}

.stonevegas-cjllkp .stonevegas-d289gq img {
  max-width: 146px;
}

.stonevegas-cjllkp .stonevegas-d289gq td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .stonevegas-cjllkp .stonevegas-pn9bma,
  .stonevegas-cjllkp .stonevegas-dollcw {
    flex: 0 1 auto;
  }
  .stonevegas-cjllkp .stonevegas-3f87hk {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .stonevegas-cjllkp .stonevegas-pn9bma,
  .stonevegas-cjllkp .stonevegas-iwol03,
  .stonevegas-cjllkp .stonevegas-dollcw,
  .stonevegas-cjllkp .stonevegas-3f87hk {
    flex: 1 1 calc(50% - 20px);
  }
  .stonevegas-cjllkp .stonevegas-cx8lgd,
  .stonevegas-cjllkp .stonevegas-d289gq,
  .stonevegas-cjllkp .stonevegas-4kfpgt {
    flex: 1 1 30%;
  }
  .stonevegas-cjllkp .stonevegas-d289gq {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .stonevegas-cjllkp .stonevegas-pn9bma,
  .stonevegas-cjllkp .stonevegas-iwol03,
  .stonevegas-cjllkp .stonevegas-cx8lgd,
  .stonevegas-cjllkp .stonevegas-dollcw,
  .stonevegas-cjllkp .stonevegas-3f87hk,
  .stonevegas-cjllkp .stonevegas-d289gq,
  .stonevegas-cjllkp .stonevegas-4kfpgt {
    flex: 1 1 100%;
  }
}

.stonevegas-bf8i2q .stonevegas-leldwz {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stonevegas-bf8i2q .stonevegas-bonn7f {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.stonevegas-bf8i2q .stonevegas-yyjghg {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.stonevegas-bf8i2q .stonevegas-unz8lt {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.stonevegas-bf8i2q .stonevegas-unz8lt > :nth-child(3) {
  margin-top: 0;
}

.stonevegas-bf8i2q .stonevegas-oszwk7 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.stonevegas-bf8i2q .stonevegas-l8o9ac {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.stonevegas-bf8i2q .stonevegas-4f2gmo {
  grid-column: 1/2;
}

.stonevegas-bf8i2q > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.stonevegas-bf8i2q .stonevegas-bonn7f: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-bf8i2q .stonevegas-bonn7f:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.stonevegas-bf8i2q .stonevegas-dgux39 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .stonevegas-bf8i2q .stonevegas-bonn7f:not(:last-child):before {
    bottom: 8px;
  }
  .stonevegas-bf8i2q .stonevegas-bonn7f:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .stonevegas-bf8i2q .stonevegas-unz8lt {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .stonevegas-bf8i2q .stonevegas-oszwk7 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .stonevegas-bf8i2q .stonevegas-oszwk7 img {
    width: 100%;
    height: auto;
  }
  .stonevegas-bf8i2q .stonevegas-dgux39 {
    width: 100%;
    min-width: unset;
  }
}

.stonevegas-hb6x6b .stonevegas-qyh5j2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.stonevegas-hb6x6b .stonevegas-9h09d6 {
  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-hb6x6b .stonevegas-oszwk7 {
  height: 100%;
}

.stonevegas-hb6x6b .stonevegas-oszwk7 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.stonevegas-hb6x6b .stonevegas-zmh1fg {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.stonevegas-hb6x6b .stonevegas-rydmjo {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.stonevegas-hb6x6b .stonevegas-hpf3se {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .stonevegas-hb6x6b .stonevegas-9h09d6 {
    flex: 1 1 100%;
  }
  .stonevegas-hb6x6b .stonevegas-7ooa3h {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .stonevegas-hb6x6b .stonevegas-9h09d6 {
    flex-direction: column;
  }
  .stonevegas-hb6x6b .stonevegas-oszwk7 {
    width: 100%;
    height: auto;
  }
  .stonevegas-hb6x6b .stonevegas-oszwk7 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .stonevegas-hb6x6b .stonevegas-zmh1fg {
    padding: 0 16px 16px 16px;
  }
  .stonevegas-hb6x6b .stonevegas-7ooa3h {
    min-width: unset;
    width: 100%;
  }
}

.stonevegas-0vmql1 .stonevegas-uir204 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.stonevegas-0vmql1 .stonevegas-bt99x4 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.stonevegas-0vmql1 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-0vmql1 .stonevegas-g6oa3y {
  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-0vmql1 .stonevegas-bt99x4:hover .stonevegas-g6oa3y {
  display: flex;
}

.stonevegas-0vmql1 .stonevegas-whioo3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stonevegas-0vmql1 .stonevegas-uz4qoc {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.stonevegas-foomhb {
  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-foomhb.stonevegas-ooznon {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.stonevegas-qa32zr ease-in-out;
}

.stonevegas-foomhb.stonevegas-ooznon:hover {
  color: #f9cb16;
  background-color: transparent;
}

.stonevegas-0vmql1 .stonevegas-0uin5w {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.stonevegas-qa32zr ease-in-out;
}

.stonevegas-0vmql1 .stonevegas-0uin5w:hover {
  color: #196948;
  background-color: #f9cb16;
}

.stonevegas-0vmql1 .stonevegas-0uin5w:after,
.stonevegas-foomhb.stonevegas-ooznon:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.stonevegas-foomhb.stonevegas-ooznon:after {
  background-image: url(../images/Cash.svg);
}

.stonevegas-0vmql1 .stonevegas-0uin5w:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .stonevegas-0vmql1 .stonevegas-uir204 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .stonevegas-0vmql1 .stonevegas-uir204 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .stonevegas-0vmql1 .stonevegas-uir204 {
    grid-template-columns: 1fr;
  }
  .stonevegas-0vmql1 .stonevegas-bt99x4 {
    height: auto;
  }
  .stonevegas-0vmql1 .stonevegas-bt99x4 .stonevegas-g6oa3y {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .stonevegas-0vmql1 .stonevegas-whioo3,
  .stonevegas-0vmql1 .stonevegas-uz4qoc {
    text-align: left;
  }
  .stonevegas-0vmql1 .stonevegas-uz4qoc {
    margin-bottom: 8px;
  }
  .stonevegas-0vmql1 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.stonevegas-m4a7zp {
  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-m4a7zp.stonevegas-rc2807 {
  display: block;
}

.stonevegas-m4a7zp .stonevegas-p1ldpu {
  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-m4a7zp .stonevegas-66oep5 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.stonevegas-m4a7zp .stonevegas-bpeiqh {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.stonevegas-m4a7zp .stonevegas-dmp3hg {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.stonevegas-m4a7zp .stonevegas-foomhb {
  min-width: 296px;
  margin-bottom: 0;
}

.stonevegas-m4a7zp .stonevegas-q2uh8w {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.stonevegas-m4a7zp .stonevegas-wnaizw {
  position: relative;
  flex: 1 1;
}

.stonevegas-m4a7zp .stonevegas-wnaizw iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .stonevegas-m4a7zp .stonevegas-66oep5 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .stonevegas-m4a7zp .stonevegas-bpeiqh {
    order: 1;
  }
  .stonevegas-m4a7zp .stonevegas-dmp3hg {
    order: 3;
    flex: 1 1 100%;
  }
  .stonevegas-m4a7zp .stonevegas-foomhb {
    width: 100%;
    min-width: unset;
  }
  .stonevegas-m4a7zp .stonevegas-q2uh8w {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .stonevegas-i28xsk > .stonevegas-1z3znn {
    margin-bottom: 0;
  }
  .stonevegas-i28xsk > .stonevegas-4f2gmo,
  .stonevegas-i28xsk > p {
    margin-top: 0;
  }
}

.stonevegas-9t8yob img,
.stonevegas-0ep8ho img {
  width: auto;
  object-fit: contain;
}

.stonevegas-9t8yob {
  align-items: center;
}

.stonevegas-9t8yob img {
  max-height: 76px;
}

.stonevegas-0ep8ho img {
  max-height: 64px;
}

.stonevegas-so0du8 {
  overflow: auto;
}

.stonevegas-qmf29r {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.stonevegas-ggss44:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.stonevegas-bbuoos {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.stonevegas-fvgksb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.stonevegas-bbuoos .stonevegas-oszwk7 {
  margin-right: 20px;
  flex-shrink: 0;
}

.stonevegas-bbuoos img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.stonevegas-ctsxj0 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.stonevegas-ctsxj0 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stonevegas-bbuoos {
    padding: 15px 10px;
  }
  .stonevegas-ctsxj0 {
    padding: 15px 10px;
  }
  .stonevegas-bbuoos .stonevegas-oszwk7 {
    margin-right: 10px;
  }
}

.stonevegas-87ie64 {
  overflow-x: auto;
}

.stonevegas-r9mwlz {
  border-collapse: collapse;
  width: 100%;
}

.stonevegas-87ie64 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.stonevegas-87ie64 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.stonevegas-87ie64 td.stonevegas-ppopd1 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.stonevegas-87ie64 td.stonevegas-xcozlx {
  border-right: none;
}

.stonevegas-87ie64 td.stonevegas-xcozlx .stonevegas-oszwk7 {
  justify-content: flex-start;
}

.stonevegas-87ie64 td.stonevegas-xcozlx .stonevegas-oszwk7 img {
  height: auto;
  width: 90px;
}

.stonevegas-87ie64 td.stonevegas-9tnid9,
.stonevegas-87ie64 td.stonevegas-5jbbge {
  font-weight: 600;
  text-align: right;
}

.stonevegas-87ie64 td.stonevegas-tfsoob,
.stonevegas-87ie64 td.stonevegas-9tnid9 {
  padding-bottom: 10px;
  border-bottom: none;
}

.stonevegas-87ie64 td.stonevegas-9tnid9,
.stonevegas-87ie64 td.stonevegas-5jbbge {
  border-left: none;
}

.stonevegas-87ie64 td.stonevegas-tfsoob,
.stonevegas-87ie64 td.stonevegas-ust7te {
  border-right: none;
}

.stonevegas-87ie64 td.stonevegas-ust7te,
.stonevegas-87ie64 td.stonevegas-5jbbge {
  border-top: none;
  padding-top: 10px;
}

.stonevegas-035dm1 {
  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-035dm1 .stonevegas-7ooa3h {
  min-width: unset;
  width: 100%;
}

.stonevegas-035dm1 .stonevegas-7ooa3h.stonevegas-eoekgh {
  grid-column: 1/2;
  grid-row: 1/2;
}

.stonevegas-035dm1 .stonevegas-7ooa3h.stonevegas-c36htq {
  grid-column: 2/3;
  grid-row: 1/2;
}

.stonevegas-035dm1 .stonevegas-sl2q8q {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .stonevegas-035dm1 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .stonevegas-035dm1 .stonevegas-7ooa3h.stonevegas-eoekgh {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stonevegas-035dm1 .stonevegas-7ooa3h.stonevegas-c36htq {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .stonevegas-035dm1 .stonevegas-sl2q8q {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.stonevegas-qcx65q {
  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-2esdzn {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.stonevegas-52ol6d p a img {
  margin: 0 auto;
  display: block;
}

.stonevegas-52ol6d table {
  margin-bottom: 17px;
}

/* contanct form */
.stonevegas-uzthmc {
  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-uzthmc label {
  font-size: 14px;
}

.stonevegas-uzthmc h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stonevegas-uzthmc input,
.stonevegas-uzthmc textarea,
.stonevegas-uzthmc 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-uzthmc button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stonevegas-qa32zr ease;
}
.stonevegas-uzthmc button:hover {
  background-color: #691204;
}
.stonevegas-91pr4i {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stonevegas-z4qzyk ease-in;
}

.stonevegas-91pr4i h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}