@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-2n086o {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stonevegas-cit91x {
  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-aawoye,
ul.stonevegas-aawoye {
  padding-left: 20px;
}

ul.stonevegas-aawoye {
  list-style: disc;
}

ol.stonevegas-aawoye {
  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-5ghnpn > .stonevegas-kj2ctb,
.stonevegas-5ghnpn > .stonevegas-4ez74z,
.stonevegas-5ghnpn > blockquote,
.stonevegas-5ghnpn > h1,
.stonevegas-5ghnpn > h2,
.stonevegas-5ghnpn > h3,
.stonevegas-5ghnpn > h4,
.stonevegas-5ghnpn > h5,
.stonevegas-5ghnpn > h6,
.stonevegas-5ghnpn > ol,
.stonevegas-5ghnpn > p,
.stonevegas-5ghnpn > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stonevegas-5ghnpn > ol,
.stonevegas-5ghnpn > ul {
  padding-left: 50px;
}

.stonevegas-5ghnpn 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-5ghnpn:not(:last-child) {
  margin-bottom: 2rem;
}

.stonevegas-5ghnpn > :not(:first-child) {
  margin-top: 2rem;
}

.stonevegas-5ghnpn {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stonevegas-5ghnpn:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .stonevegas-5ghnpn:first-child {
    margin-top: 20px;
  }
}

.stonevegas-5ghnpn > p:last-of-type {
  margin-bottom: 32px;
}

.stonevegas-5ghnpn > .stonevegas-6v5uwb:not(:first-child) {
  margin: 64px auto 16px auto;
}

.stonevegas-bbgjsl > .stonevegas-6v5uwb {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.stonevegas-4ez74z {
  overflow: auto;
}

.stonevegas-4ez74z::-webkit-scrollbar {
  height: 5px;
}

.stonevegas-4ez74z table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.stonevegas-4ez74z table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.stonevegas-4ez74z table thead,
table thead {
  border-bottom: none;
}

.stonevegas-4ez74z table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.stonevegas-4ez74z table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.stonevegas-4ez74z table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.stonevegas-4ez74z .stonevegas-m5hnxg {
  table-layout: auto;
}

.stonevegas-4ez74z .stonevegas-m5hnxg th {
  word-break: normal;
}

.stonevegas-4ez74z .stonevegas-m5hnxg td {
  word-break: normal;
}

.stonevegas-2n086o .stonevegas-2n086o {
  padding-right: 0;
  padding-left: 0;
}

.stonevegas-pxq5p7 {
  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-jhmbpq {
  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-n3vrax {
  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-kj2ctb {
  margin-top: 24px;
}

.stonevegas-kj2ctb.stonevegas-fjy9qx {
  text-align: left;
}

.stonevegas-kj2ctb.stonevegas-0ram25 {
  text-align: right;
}

.stonevegas-kj2ctb.stonevegas-o0s59c {
  text-align: center;
}

.stonevegas-l7vp6l {
  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-a271ea ease-in-out;
  cursor: pointer;
}

.stonevegas-l7vp6l:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.stonevegas-l7vp6l {
  min-width: 328px;
}

@media (max-width: 768px) {
  .stonevegas-l7vp6l {
    min-width: unset;
  }
}

.stonevegas-6ajn82 {
  background-color: var(--fh-bg-color);
}

.stonevegas-mciadu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.stonevegas-587c7y {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.stonevegas-587c7y img {
  max-height: 80px;
  object-fit: contain;
}

.stonevegas-qosor9 {
  flex: 1 1;
}

.stonevegas-l6jhqj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.stonevegas-jhtpbr {
  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-jhtpbr 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-jhtpbr.stonevegas-vp0tni span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.stonevegas-jhtpbr.stonevegas-vp0tni span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.stonevegas-jhtpbr.stonevegas-vp0tni span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.stonevegas-qosor9 + .stonevegas-l6jhqj {
  margin-left: 20px;
}

.stonevegas-sl7rji {
  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-sl7rji > svg {
  max-width: 24px;
  max-height: 24px;
}

.stonevegas-sl7rji + .stonevegas-sl7rji {
  margin-left: 5px;
}

.stonevegas-q11doa {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.stonevegas-q11doa:hover {
  background-color: var(--button-bg-hover);
}

.stonevegas-1i1b06 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.stonevegas-a271ea ease-in-out;
  border: 1px solid var(--border-color);
}

.stonevegas-1i1b06:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.stonevegas-gr4z8i {
  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-qosor9 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .stonevegas-gr4z8i {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .stonevegas-qosor9 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .stonevegas-sl7rji {
    min-width: unset;
    flex: 1 1;
  }
}

.stonevegas-8zmayd {
  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-8zmayd:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.stonevegas-8zmayd:hover .stonevegas-qjmkco {
  opacity: 1;
  pointer-events: auto;
}

.stonevegas-ubfczw {
  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-c7rnr9 ease-in-out;
  gap: 4px;
}

.stonevegas-ubfczw > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stonevegas-ubfczw .stonevegas-pxq5p7 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stonevegas-wshyrr,
.stonevegas-ubfczw:hover {
  color: var(--button-bg-hover);
}

.stonevegas-so7g3w {
  position: relative;
}

.stonevegas-so7g3w .stonevegas-ubfczw {
  margin-right: 0;
  padding-right: 4px;
}

.stonevegas-s9bl5t svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.stonevegas-so7g3w.stonevegas-vp0tni .stonevegas-s9bl5t svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.stonevegas-so7g3w.stonevegas-vp0tni .stonevegas-qjmkco {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.stonevegas-so7g3w.stonevegas-vp0tni .stonevegas-qjmkco::before {
  display: none;
}

.stonevegas-s9bl5t svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.stonevegas-qjmkco {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.stonevegas-d64v8e 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.stonevegas-qjmkco::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.stonevegas-qjmkco:hover {
  color: var(--fh-bg-color);
}

.stonevegas-11o7en {
  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-d64v8e 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.stonevegas-c7rnr9 ease-in-out;
  -o-transition: 0.stonevegas-c7rnr9 ease-in-out;
  transition: 0.stonevegas-c7rnr9 ease-in-out;
}

.stonevegas-11o7en .stonevegas-pxq5p7 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.stonevegas-lyo63o,
.stonevegas-11o7en:hover {
  color: var(--button-bg-hover);
}

.stonevegas-5y78ed {
  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-5y78ed.stonevegas-fsm9p6 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.stonevegas-5y78ed.stonevegas-fsm9p6:after,
.stonevegas-5y78ed.stonevegas-fsm9p6:before {
  content: "";
  position: absolute;
  margin: auto;
}

.stonevegas-5y78ed.stonevegas-fsm9p6: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-5y78ed.stonevegas-fsm9p6:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.stonevegas-5y78ed.stonevegas-fsm9p6 > * {
  z-index: 1;
}

.stonevegas-5y78ed b,
.stonevegas-5y78ed strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.stonevegas-5y78ed .stonevegas-gdnkmr {
  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-5y78ed .stonevegas-ck4p8p {
  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-5y78ed .stonevegas-pxq5p7 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.stonevegas-5y78ed .stonevegas-calhbd {
  margin-top: 12px;
}

.stonevegas-calhbd {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.stonevegas-jaz1pp {
  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-calhbd .stonevegas-wysb00 {
  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-a271ea ease-in-out;
}

.stonevegas-calhbd .stonevegas-wysb00:hover {
  background: rgba(255, 255, 255, 0.3);
}

.stonevegas-3ctgne {
  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-5y78ed.stonevegas-pora40 {
  gap: 12px;
  padding: 16px;
}

.stonevegas-5y78ed.stonevegas-pora40 .stonevegas-3ctgne {
  min-width: 240px;
}

.stonevegas-5y78ed.stonevegas-pora40 .stonevegas-3ctgne.stonevegas-v6hmyb {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .stonevegas-5y78ed .stonevegas-gdnkmr {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .stonevegas-5y78ed .stonevegas-ck4p8p {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .stonevegas-5y78ed .stonevegas-pxq5p7 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .stonevegas-5y78ed.stonevegas-pora40 .stonevegas-pxq5p7 {
    max-width: 126px;
  }
  .stonevegas-5y78ed .stonevegas-calhbd {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .stonevegas-5y78ed .stonevegas-jaz1pp {
    max-width: unset;
  }
  .stonevegas-3ctgne {
    min-width: unset;
    width: 100%;
  }
  .stonevegas-5y78ed .stonevegas-3ctgne {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .stonevegas-5y78ed.stonevegas-pora40 {
    grid-template-rows: auto 1fr auto;
  }
  .stonevegas-5y78ed.stonevegas-pora40 .stonevegas-3ctgne {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .stonevegas-5y78ed {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .stonevegas-5y78ed .stonevegas-gdnkmr {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .stonevegas-5y78ed .stonevegas-pxq5p7 {
    max-width: 78px;
  }
  .stonevegas-5y78ed .stonevegas-calhbd {
    margin-top: -12px;
  }
  .stonevegas-5y78ed.stonevegas-pora40 {
    gap: 8px;
  }
  .stonevegas-5y78ed.stonevegas-pora40 .stonevegas-gdnkmr {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .stonevegas-5y78ed.stonevegas-pora40 .stonevegas-ck4p8p {
    grid-column: 1/3;
  }
  .stonevegas-5y78ed.stonevegas-pora40 .stonevegas-pxq5p7 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .stonevegas-5y78ed.stonevegas-pora40 .stonevegas-pxq5p7 img {
    max-width: 114px;
  }
}

.stonevegas-3ctgne.stonevegas-la6zxd,
.stonevegas-3ctgne.stonevegas-5s4435,
.stonevegas-3ctgne.stonevegas-ba5ze6 {
  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-a271ea ease-in-out;
}

.stonevegas-3ctgne.stonevegas-la6zxd,
.stonevegas-3ctgne.stonevegas-ba5ze6 {
  padding: 10px;
}

.stonevegas-3ctgne.stonevegas-la6zxd:hover,
.stonevegas-3ctgne.stonevegas-5s4435:hover,
.stonevegas-3ctgne.stonevegas-ba5ze6:hover {
  background: var(--button-bg-hover);
}

.stonevegas-3ctgne.stonevegas-la6zxd:hover svg path,
.stonevegas-3ctgne.stonevegas-ba5ze6:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.stonevegas-3ctgne.stonevegas-v6hmyb {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.stonevegas-a271ea ease-in-out;
  background: var(--button-bg-color);
}

.stonevegas-3ctgne.stonevegas-v6hmyb:hover {
  background-color: var(--button-bg-hover);
}

.stonevegas-3ctgne.stonevegas-5s4435: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-3ctgne.stonevegas-5s4435:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stonevegas-3ctgne.stonevegas-v6hmyb:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.stonevegas-46hfjd {
  max-width: 650px;
}

.stonevegas-kpwh2w {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.stonevegas-tdzecv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.stonevegas-d64vvp {
  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-c7rnr9 ease-in-out;
  cursor: pointer;
}

.stonevegas-d64vvp:hover {
  opacity: 0.5;
}

.stonevegas-d64vvp:focus {
  outline: 0;
}

.stonevegas-d64vvp:focus .stonevegas-4frjg4,
.stonevegas-d64vvp:hover .stonevegas-4frjg4 {
  fill: red;
  fill-opacity: 1;
}

.stonevegas-d64vvp:hover {
  cursor: pointer;
}

.stonevegas-pasqbt {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.stonevegas-46hfjd.stonevegas-o0s59c {
  margin: 0 auto;
}

.stonevegas-46hfjd.stonevegas-0ram25 {
  margin-left: auto;
}

.stonevegas-9z1350 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.stonevegas-s1yg5z {
  padding-bottom: 50px;
}

.stonevegas-79pud0 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.stonevegas-ninly2 {
  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-3g84m3 {
  margin-top: 24px;
}

.stonevegas-5xsjwf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stonevegas-rrl5js {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.stonevegas-kw4kwz {
  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-6a8f5h {
  width: 468px;
}

.stonevegas-kw4kwz .stonevegas-qjmkco {
  margin: 0.stonevegas-tpwj6e 0;
}

.stonevegas-zo83ux {
  display: flex;
  min-width: 224px;
}

.stonevegas-0frzjm {
  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-c7rnr9 ease-in-out;
}

.stonevegas-o28lo7,
.stonevegas-0frzjm:hover {
  color: var(--text-color);
}

.stonevegas-if9xut {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.stonevegas-51a6rl {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .stonevegas-9z1350 {
    padding: 16px;
  }
  .stonevegas-if9xut {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .stonevegas-51a6rl {
    align-items: center;
  }
  .stonevegas-6a8f5h {
    width: unset;
  }
  .stonevegas-zo83ux {
    min-width: unset;
  }
  .stonevegas-kw4kwz {
    max-height: unset;
  }
  .stonevegas-79pud0 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .stonevegas-9z1350 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.stonevegas-4sf82e {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.stonevegas-4sf82e:not(:last-child) {
  margin-bottom: 16px;
}

.stonevegas-5pzawj {
  outline: 0;
}

.stonevegas-5pzawj .stonevegas-8193xq {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.stonevegas-p2ckqe {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .stonevegas-p2ckqe {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.stonevegas-p2ckqe::-webkit-details-marker {
  display: none;
}

.stonevegas-p2ckqe: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-p2ckqe: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-p2ckqe:after {
  transform: unset;
}

.stonevegas-8193xq {
  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-8193xq 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-c7rnr9 ease-in-out;
  -o-transition: 0.stonevegas-c7rnr9 ease-in-out;
  transition: 0.stonevegas-c7rnr9 ease-in-out;
}

.stonevegas-j9n3x1 {
  padding: 16px 0 0 0;
}

.stonevegas-j9n3x1 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .stonevegas-j9n3x1 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stonevegas-p2ckqe {
    flex-wrap: wrap;
    gap: 12px;
  }
  .stonevegas-p2ckqe::after {
    margin-left: auto;
  }
  .stonevegas-8193xq {
    order: 3;
    flex: 1 1 100%;
  }
  .stonevegas-p2ckqe {
    font-size: 14px;
    line-height: 130%;
  }
  .stonevegas-8193xq svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.stonevegas-cqenak {
  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-k1fa84 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.stonevegas-cqenak.stonevegas-vp0tni .stonevegas-k1fa84 {
  margin-bottom: 12px;
}

.stonevegas-k1fa84::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-cqenak.stonevegas-vp0tni .stonevegas-k1fa84::after {
  transform: unset;
}

.stonevegas-ugptig {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.stonevegas-mgbw47 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.stonevegas-c7rnr9 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.stonevegas-mgbw47: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-cqenak.stonevegas-vp0tni .stonevegas-ugptig {
  max-height: 100%;
}

.stonevegas-0kkxxq {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.stonevegas-uybiot {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.stonevegas-kcwc5k {
  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-fdn050 {
  margin-right: 4px;
}

.stonevegas-hd2wjs {
  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-c7rnr9 ease-in-out;
}

.stonevegas-hd2wjs svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.stonevegas-jbg22s,
.stonevegas-hd2wjs:hover {
  color: var(--text-color);
}

.stonevegas-q4cpss {
  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-q4cpss img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.stonevegas-q4cpss .stonevegas-71rn53 {
  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-q4cpss .stonevegas-s3itfi {
  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-xvz4od {
  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-0vevcs {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.stonevegas-uj10bf .stonevegas-2n086o {
  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-uj10bf {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.stonevegas-y8chla {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.stonevegas-2ear6w {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.stonevegas-8i6qqi {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.stonevegas-7tylyz 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-8i6qqi:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.stonevegas-cqwnti {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.stonevegas-6gz1mu {
  -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-c7rnr9 ease-in-out;
  transition: transform 0.stonevegas-c7rnr9 ease-in-out;
  -o-transition: transform 0.stonevegas-c7rnr9 ease-in-out;
  transition:
    transform 0.stonevegas-c7rnr9 ease-in-out,
    -webkit-transform 0.stonevegas-c7rnr9 ease-in-out;
  cursor: pointer;
}

.stonevegas-6gz1mu svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.stonevegas-6gz1mu: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-ye1c9u {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .stonevegas-ye1c9u {
    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-oay988 {
  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-ygtrhj {
  position: relative;
  width: 100%;
}

.stonevegas-oay988.stonevegas-dprke8 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.stonevegas-oay988.stonevegas-o0s59c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stonevegas-oay988.stonevegas-0ram25 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stonevegas-rqzwiy {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.stonevegas-56rgp3 {
  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-c7rnr9 ease-in-out;
  cursor: pointer;
}

.stonevegas-56rgp3:hover {
  opacity: 0.5;
}

.stonevegas-oay988.stonevegas-febb60 .stonevegas-56rgp3 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.stonevegas-oay988.stonevegas-febb60 .stonevegas-rqzwiy {
  cursor: pointer;
}

.stonevegas-76l9hg {
  fill: #0009;
}

.stonevegas-l8l1rt {
  fill: #fff;
}

.stonevegas-56rgp3:hover .stonevegas-76l9hg {
  fill: red;
}

.stonevegas-56rgp3 svg path {
  -webkit-transition: 0.stonevegas-c7rnr9 ease-in-out;
  -o-transition: 0.stonevegas-c7rnr9 ease-in-out;
  transition: 0.stonevegas-c7rnr9 ease-in-out;
}

.stonevegas-tmadbd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.stonevegas-tmadbd > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.stonevegas-tmadbd.stonevegas-8u3mo8 > :not(.get-image) {
  grid-column: 1/3;
}

.stonevegas-xjqwtv:not(._h1-block) .stonevegas-tmadbd > .stonevegas-6v5uwb {
  grid-row: 1/2;
  grid-column: 1/3;
}

.stonevegas-tmadbd.stonevegas-8u3mo8 .stonevegas-pk0ohk {
  grid-column: 2/3;
}

.stonevegas-tmadbd.stonevegas-8u3mo8 > .stonevegas-pxq5p7 {
  grid-column: 1/2;
}

.stonevegas-tmadbd.stonevegas-8u3mo8 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.stonevegas-tmadbd > p:first-of-type {
  margin-top: 0;
}

.stonevegas-tmadbd .stonevegas-pxq5p7 {
  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-xjqwtv:not(._h1-block) .stonevegas-6v5uwb ~ .stonevegas-pxq5p7 {
  grid-row: 2/10;
}

.stonevegas-xjqwtv.stonevegas-qlblzk .stonevegas-6v5uwb ~ .stonevegas-pxq5p7 {
  grid-row: 1/10;
}

.stonevegas-xjqwtv.stonevegas-qlblzk > .stonevegas-6v5uwb {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.stonevegas-xjqwtv.stonevegas-qlblzk .stonevegas-pxq5p7 {
  grid-row: 1/10;
}

.stonevegas-tmadbd.stonevegas-9qgp56 .stonevegas-pxq5p7 {
  align-items: flex-start;
}

.stonevegas-tmadbd.stonevegas-o0s59c .stonevegas-pk0ohk {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.stonevegas-tmadbd.stonevegas-o0s59c .stonevegas-pxq5p7 {
  align-items: center;
}

.stonevegas-tmadbd.stonevegas-53d7sz .stonevegas-pxq5p7 {
  align-items: flex-end;
}

.stonevegas-pk0ohk > :first-child {
  margin-top: 0;
}

.stonevegas-pk0ohk > :last-child {
  margin-bottom: 0;
}

* + .stonevegas-pb89qg,
.stonevegas-xjqwtv + .stonevegas-xjqwtv {
  margin-top: 2rem;
}

.stonevegas-22eh2p td::before,
.stonevegas-22eh2p th::after {
  display: none !important;
}

.stonevegas-22eh2p #link-selector {
  color: #000;
}

.stonevegas-22eh2p .stonevegas-7xori2 {
  color: #135e96;
}

.stonevegas-22eh2p .stonevegas-dcqkl8 *,
.stonevegas-22eh2p .stonevegas-tflx05 p,
.stonevegas-22eh2p .stonevegas-av4zhn * {
  color: #000;
}

.stonevegas-22eh2p .stonevegas-tsl4hq {
  background: 0 0 !important;
}

.stonevegas-22eh2p .stonevegas-3n7iwb {
  color: #000;
}

.stonevegas-22eh2p .stonevegas-tp87jg.stonevegas-347xlw {
  color: #fff;
}

.stonevegas-22eh2p .stonevegas-5fv22q {
  color: #000;
}

.stonevegas-22eh2p
  .stonevegas-6xaz0m
  .stonevegas-o9onu4.stonevegas-347xlw.stonevegas-62ofla {
  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-0u187b,
body .stonevegas-cobtbh {
  color: #000;
  background: var(--color-body) !important;
}

.stonevegas-0u187b .stonevegas-i8eo29 .stonevegas-yzoyk2,
body .stonevegas-cobtbh .stonevegas-i8eo29 .stonevegas-yzoyk2 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stonevegas-mgbw47:focus,
  .stonevegas-mgbw47:hover {
    color: #f9cb16;
  }
  .stonevegas-y4h0eh:focus,
  .stonevegas-y4h0eh:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .stonevegas-hi0mt1:focus img,
  .stonevegas-hi0mt1:focus svg,
  .stonevegas-hi0mt1:hover img,
  .stonevegas-hi0mt1:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .stonevegas-q4cpss {
    display: none;
  }
}

@media (min-width: 1024px) {
  .stonevegas-so7g3w:hover .stonevegas-s9bl5t svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .stonevegas-s9bl5t {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .stonevegas-4tjit1 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .stonevegas-x5cca9 {
    grid-template-columns: repeat(4, 1fr);
  }
  .stonevegas-4wpbvj {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .stonevegas-k2jntl .stonevegas-82a9fm {
    grid-template-columns: 1fr;
  }
  .stonevegas-k2jntl .stonevegas-r78va9 {
    -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-k2jntl .stonevegas-zp4ipi {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stonevegas-k2jntl .stonevegas-0sqgg3 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stonevegas-k2jntl .stonevegas-73y2ok {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .stonevegas-k2jntl .stonevegas-zp4ipi:not(:first-child) {
    border: none;
  }
  .stonevegas-k2jntl .stonevegas-zp4ipi:first-child .stonevegas-0sqgg3 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .stonevegas-k2jntl .stonevegas-zp4ipi:last-child .stonevegas-0sqgg3 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .stonevegas-mciadu {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .stonevegas-587c7y {
    max-width: 100px;
  }
  .stonevegas-qosor9 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .stonevegas-l6jhqj {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .stonevegas-l6jhqj svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .stonevegas-jhtpbr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .stonevegas-qosor9 + .stonevegas-l6jhqj {
    margin-left: auto;
  }
  .stonevegas-rr599p {
    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-rr599p.stonevegas-vp0tni {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .stonevegas-gr4z8i {
    -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-8zmayd {
    width: 100%;
  }
  .stonevegas-8zmayd:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .stonevegas-ubfczw {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .stonevegas-ubfczw svg {
    margin-right: 4px;
  }
  .stonevegas-so7g3w {
    -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-s9bl5t svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .stonevegas-s9bl5t {
    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-qjmkco {
    display: none;
    width: 100%;
  }
  .stonevegas-so7g3w.stonevegas-vp0tni .stonevegas-qjmkco {
    padding: 0 0 0 48px;
  }
  .stonevegas-11o7en {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .stonevegas-ninly2 .stonevegas-pxq5p7 {
    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-k3egia {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stonevegas-k3egia + .stonevegas-k3egia {
    margin-right: 0;
  }
  .stonevegas-k3egia + .stonevegas-pxq5p7 {
    margin: 0;
  }
  .stonevegas-4tjit1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .stonevegas-x5cca9 {
    grid-template-columns: repeat(3, 1fr);
  }
  .stonevegas-36tl2b,
  .stonevegas-kgaolv {
    grid-template-columns: repeat(2, 1fr);
  }
  .stonevegas-tmadbd {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .stonevegas-tmadbd.stonevegas-8u3mo8 .stonevegas-pk0ohk {
    grid-column: auto;
    grid-row: auto;
  }
  .stonevegas-tmadbd > .stonevegas-6v5uwb {
    grid-column: 1/2;
  }
  .stonevegas-tmadbd.stonevegas-8u3mo8 > :not(.get-image) {
    grid-column: 1/2;
  }
  .stonevegas-tmadbd .stonevegas-pxq5p7,
  .stonevegas-tmadbd.stonevegas-8u3mo8 > .stonevegas-pxq5p7 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stonevegas-tmadbd.stonevegas-8u3mo8 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .stonevegas-xjqwtv.stonevegas-qlblzk .stonevegas-tmadbd > .stonevegas-pxq5p7 {
    grid-row: 1/2;
  }
  .stonevegas-tmadbd .stonevegas-6v5uwb ~ .stonevegas-pxq5p7,
  .stonevegas-tmadbd.stonevegas-8u3mo8 .stonevegas-6v5uwb ~ .stonevegas-pxq5p7 {
    grid-row: 2/3;
  }
  .stonevegas-xjqwtv.stonevegas-qlblzk .stonevegas-6v5uwb ~ .stonevegas-pxq5p7 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .stonevegas-5ghnpn:first-child .stonevegas-cvlpu1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stonevegas-5ghnpn:first-child .stonevegas-cvlpu1 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .stonevegas-5ghnpn {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .stonevegas-5ghnpn {
    padding: 0;
  }
  .stonevegas-kj2ctb {
    margin-top: 1rem;
  }
  .stonevegas-5pzawj {
    border-radius: 5px;
  }
  .stonevegas-c9gi7r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stonevegas-k1fa84::after {
    display: inline-block;
  }
  .stonevegas-k1fa84 {
    margin: 0;
    width: 100%;
  }
  .stonevegas-ugptig {
    width: 100%;
  }
  .stonevegas-ugptig.stonevegas-9s60fg {
    -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-ugptig.stonevegas-9s60fg .stonevegas-nuzrre {
    width: 100%;
  }
  .stonevegas-ugptig.stonevegas-9s60fg .stonevegas-nuzrre:not(:last-child) {
    margin-right: 0;
  }
  .stonevegas-mgbw47 {
    width: 100%;
    text-align: center;
  }
  .stonevegas-cqenak.stonevegas-vp0tni .stonevegas-ugptig {
    margin-top: 1rem;
  }
  .stonevegas-4tjit1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .stonevegas-4wpbvj,
  .stonevegas-x5cca9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .stonevegas-36tl2b,
  .stonevegas-kgaolv,
  .stonevegas-xkwsau {
    grid-template-columns: 1fr;
  }
  .stonevegas-qxq9xk {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .stonevegas-p18vqf {
    min-width: 300px;
    max-width: 325px;
  }
  .stonevegas-0sqgg3 {
    cursor: auto;
  }
  .stonevegas-p6ednp .stonevegas-0sqgg3 {
    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-ye1c9u {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .stonevegas-qjmkco {
    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-ye1c9u {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.stonevegas-k3egia p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .stonevegas-l6jhqj {
    margin: 0 -0.2rem;
  }
  .stonevegas-k3egia {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .stonevegas-uqw0cc {
    -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-cposgg {
    max-width: 100%;
  }
  .stonevegas-4tjit1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .stonevegas-4wpbvj,
  .stonevegas-x5cca9 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .stonevegas-mciadu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stonevegas-l6jhqj {
    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-6ajn82 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .stonevegas-sl7rji {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .stonevegas-8txma4,
  .stonevegas-o1ev5r {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .stonevegas-l7vp6l {
    width: 100%;
  }
  .stonevegas-4tjit1 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .stonevegas-ye1c9u {
    top: 127px !important;
  }
}

.stonevegas-thvfuu {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .stonevegas-thvfuu {
  }
}

@media (max-width: 767px) {
  .stonevegas-thvfuu {
    margin-bottom: 12px;
  }
}

.stonevegas-thvfuu img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.stonevegas-us9z0q {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.stonevegas-us9z0q > .stonevegas-l1gpc4 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .stonevegas-us9z0q {
    flex-direction: column;
    gap: 12px;
  }
}

.stonevegas-ni4p2t {
  display: flex;
}

.stonevegas-ni4p2t .stonevegas-l4i9u9 {
  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-ni4p2t .stonevegas-bhalll {
  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-ni4p2t .stonevegas-091zzp {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.stonevegas-ni4p2t .stonevegas-el8hsn {
  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-ni4p2t .stonevegas-el8hsn:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.stonevegas-ni4p2t .stonevegas-oi138t {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.stonevegas-1av11g {
  border: unset;
  background-color: unset;
}

.stonevegas-1av11g tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stonevegas-1av11g .stonevegas-bnps65,
.stonevegas-1av11g .stonevegas-nrqmg5 {
  flex: 0 1 330px;
}

.stonevegas-1av11g .stonevegas-iuv60k {
  flex: 1 1;
}

.stonevegas-1av11g 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-1av11g tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.stonevegas-1av11g tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.stonevegas-1av11g tr td p {
  color: #fff;
  margin: 0;
}

.stonevegas-1av11g tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.stonevegas-1av11g tr.stonevegas-bnps65 td p {
  padding: 16px 0;
}

.stonevegas-1av11g tr.stonevegas-bnps65 td p:not(:last-child),
.stonevegas-1av11g tr.stonevegas-nrqmg5 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.stonevegas-1av11g tr.stonevegas-bnps65 td p:first-child,
.stonevegas-1av11g tr.stonevegas-nrqmg5 td p:first-child {
  padding-top: 0;
}

.stonevegas-1av11g tr.stonevegas-nrqmg5 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stonevegas-1av11g tr.stonevegas-nrqmg5 td p:last-child {
  padding-bottom: 0;
}

.stonevegas-1av11g .stonevegas-nrqmg5 img {
  max-width: 32px;
}

.stonevegas-1av11g .stonevegas-iuv60k {
  min-width: 718px;
}

.stonevegas-1av11g .stonevegas-iuv60k td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.stonevegas-1av11g .stonevegas-iuv60k td {
  display: flex;
}

.stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-3h6dhk,
.stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-6lburo,
.stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-cqbh12 {
  flex: 1 1 50%;
}

.stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-hfu73l {
  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-1av11g .stonevegas-iuv60k td:last-child .stonevegas-bf9sof,
.stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-yftv3d {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-3h6dhk,
.stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-6lburo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-3h6dhk span,
.stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-6lburo span {
  font-weight: 800;
}

.stonevegas-1av11g .stonevegas-iuv60k img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .stonevegas-1av11g .stonevegas-iuv60k td .stonevegas-cqbh12:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .stonevegas-1av11g tr.stonevegas-bnps65 td p:last-child {
    padding-bottom: 0;
  }
  .stonevegas-1av11g .stonevegas-nrqmg5 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .stonevegas-1av11g .stonevegas-nrqmg5 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .stonevegas-1av11g tr.stonevegas-bnps65 td p:not(:last-child),
  .stonevegas-1av11g tr.stonevegas-nrqmg5 td p:not(:last-child) {
    border-bottom: unset;
  }
  .stonevegas-1av11g tr.stonevegas-nrqmg5 td p:last-child {
    padding-bottom: 12px;
  }
  .stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-3h6dhk,
  .stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-6lburo,
  .stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-cqbh12 {
    flex: 1 1 50%;
    padding: 0;
  }
  .stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-3h6dhk,
  .stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-6lburo {
    margin-top: 16px;
  }
  .stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-cqbh12 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-3h6dhk {
    border-right: 1px solid var(--border-color);
  }
  .stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-cqbh12:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .stonevegas-1av11g .stonevegas-iuv60k td:last-child .stonevegas-cqbh12:last-child {
    padding-bottom: 0;
  }
}

.stonevegas-cqbh12 {
  display: flex;
  flex-direction: column;
}

.stonevegas-1av11g .stonevegas-iuv60k td .stonevegas-cqbh12 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.stonevegas-1av11g .stonevegas-iuv60k td .stonevegas-cqbh12:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.stonevegas-1av11g .stonevegas-iuv60k td .stonevegas-cqbh12:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .stonevegas-1av11g .stonevegas-iuv60k td .stonevegas-cqbh12:not(:first-child) {
    padding-left: 0;
  }
  .stonevegas-1av11g .stonevegas-iuv60k td .stonevegas-cqbh12:not(:last-of-type) {
    border-right: unset;
  }
}

.stonevegas-1av11g .stonevegas-9fmg4n {
  flex: 0 1 485px;
}

.stonevegas-1av11g .stonevegas-c5xulg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.stonevegas-1av11g .stonevegas-c5xulg li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stonevegas-1av11g .stonevegas-c5xulg li.stonevegas-qx04yc {
  padding: 6px 12px;
}

.stonevegas-1av11g .stonevegas-c5xulg li a,
.stonevegas-1av11g .stonevegas-c5xulg 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-1av11g .stonevegas-7y39cl,
.stonevegas-1av11g .stonevegas-es3iom {
  flex: 1 1;
}

.stonevegas-1av11g .stonevegas-tai5gt,
.stonevegas-1av11g .stonevegas-h0vqm7 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stonevegas-1av11g .stonevegas-tai5gt li,
.stonevegas-1av11g .stonevegas-h0vqm7 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.stonevegas-1av11g .stonevegas-es3iom img {
  max-width: 32px;
}

.stonevegas-1av11g .stonevegas-7y39cl img {
  max-width: 32px;
}

.stonevegas-1av11g .stonevegas-kc1mnk {
  min-width: 280px;
}

.stonevegas-1av11g .stonevegas-kc1mnk img {
  max-width: 146px;
}

.stonevegas-1av11g .stonevegas-kc1mnk td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .stonevegas-1av11g .stonevegas-bnps65,
  .stonevegas-1av11g .stonevegas-nrqmg5 {
    flex: 0 1 auto;
  }
  .stonevegas-1av11g .stonevegas-iuv60k {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .stonevegas-1av11g .stonevegas-bnps65,
  .stonevegas-1av11g .stonevegas-9fmg4n,
  .stonevegas-1av11g .stonevegas-nrqmg5,
  .stonevegas-1av11g .stonevegas-iuv60k {
    flex: 1 1 calc(50% - 20px);
  }
  .stonevegas-1av11g .stonevegas-7y39cl,
  .stonevegas-1av11g .stonevegas-kc1mnk,
  .stonevegas-1av11g .stonevegas-es3iom {
    flex: 1 1 30%;
  }
  .stonevegas-1av11g .stonevegas-kc1mnk {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .stonevegas-1av11g .stonevegas-bnps65,
  .stonevegas-1av11g .stonevegas-9fmg4n,
  .stonevegas-1av11g .stonevegas-7y39cl,
  .stonevegas-1av11g .stonevegas-nrqmg5,
  .stonevegas-1av11g .stonevegas-iuv60k,
  .stonevegas-1av11g .stonevegas-kc1mnk,
  .stonevegas-1av11g .stonevegas-es3iom {
    flex: 1 1 100%;
  }
}

.stonevegas-423fky .stonevegas-6t70r7 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stonevegas-423fky .stonevegas-y3gml8 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.stonevegas-423fky .stonevegas-rc42i8 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.stonevegas-423fky .stonevegas-fvz2ir {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.stonevegas-423fky .stonevegas-fvz2ir > :nth-child(3) {
  margin-top: 0;
}

.stonevegas-423fky .stonevegas-pxq5p7 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.stonevegas-423fky .stonevegas-zirm9r {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.stonevegas-423fky .stonevegas-kj2ctb {
  grid-column: 1/2;
}

.stonevegas-423fky > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.stonevegas-423fky .stonevegas-y3gml8: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-423fky .stonevegas-y3gml8:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.stonevegas-423fky .stonevegas-l7vp6l {
  min-width: 240px;
}

@media (max-width: 768px) {
  .stonevegas-423fky .stonevegas-y3gml8:not(:last-child):before {
    bottom: 8px;
  }
  .stonevegas-423fky .stonevegas-y3gml8:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .stonevegas-423fky .stonevegas-fvz2ir {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .stonevegas-423fky .stonevegas-pxq5p7 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .stonevegas-423fky .stonevegas-pxq5p7 img {
    width: 100%;
    height: auto;
  }
  .stonevegas-423fky .stonevegas-l7vp6l {
    width: 100%;
    min-width: unset;
  }
}

.stonevegas-vz13kw .stonevegas-6zhsnh {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.stonevegas-vz13kw .stonevegas-v4ddho {
  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-vz13kw .stonevegas-pxq5p7 {
  height: 100%;
}

.stonevegas-vz13kw .stonevegas-pxq5p7 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.stonevegas-vz13kw .stonevegas-7cnyfs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.stonevegas-vz13kw .stonevegas-lh6x33 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.stonevegas-vz13kw .stonevegas-18yffx {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .stonevegas-vz13kw .stonevegas-v4ddho {
    flex: 1 1 100%;
  }
  .stonevegas-vz13kw .stonevegas-3ctgne {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .stonevegas-vz13kw .stonevegas-v4ddho {
    flex-direction: column;
  }
  .stonevegas-vz13kw .stonevegas-pxq5p7 {
    width: 100%;
    height: auto;
  }
  .stonevegas-vz13kw .stonevegas-pxq5p7 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .stonevegas-vz13kw .stonevegas-7cnyfs {
    padding: 0 16px 16px 16px;
  }
  .stonevegas-vz13kw .stonevegas-3ctgne {
    min-width: unset;
    width: 100%;
  }
}

.stonevegas-komrup .stonevegas-5exn37 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.stonevegas-komrup .stonevegas-a5fkym {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.stonevegas-komrup 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-komrup .stonevegas-fzgvlp {
  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-komrup .stonevegas-a5fkym:hover .stonevegas-fzgvlp {
  display: flex;
}

.stonevegas-komrup .stonevegas-hmr9ao {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.stonevegas-komrup .stonevegas-rnimj6 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.stonevegas-u6h80u {
  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-u6h80u.stonevegas-1qekn4 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.stonevegas-a271ea ease-in-out;
}

.stonevegas-u6h80u.stonevegas-1qekn4:hover {
  color: #f9cb16;
  background-color: transparent;
}

.stonevegas-komrup .stonevegas-i5x9xj {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.stonevegas-a271ea ease-in-out;
}

.stonevegas-komrup .stonevegas-i5x9xj:hover {
  color: #196948;
  background-color: #f9cb16;
}

.stonevegas-komrup .stonevegas-i5x9xj:after,
.stonevegas-u6h80u.stonevegas-1qekn4:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.stonevegas-u6h80u.stonevegas-1qekn4:after {
  background-image: url(../images/Cash.svg);
}

.stonevegas-komrup .stonevegas-i5x9xj:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .stonevegas-komrup .stonevegas-5exn37 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .stonevegas-komrup .stonevegas-5exn37 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .stonevegas-komrup .stonevegas-5exn37 {
    grid-template-columns: 1fr;
  }
  .stonevegas-komrup .stonevegas-a5fkym {
    height: auto;
  }
  .stonevegas-komrup .stonevegas-a5fkym .stonevegas-fzgvlp {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .stonevegas-komrup .stonevegas-hmr9ao,
  .stonevegas-komrup .stonevegas-rnimj6 {
    text-align: left;
  }
  .stonevegas-komrup .stonevegas-rnimj6 {
    margin-bottom: 8px;
  }
  .stonevegas-komrup img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.stonevegas-l35upi {
  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-l35upi.stonevegas-febb60 {
  display: block;
}

.stonevegas-l35upi .stonevegas-9a8lfm {
  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-l35upi .stonevegas-t7i0ts {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.stonevegas-l35upi .stonevegas-133xh3 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.stonevegas-l35upi .stonevegas-jjqf4b {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.stonevegas-l35upi .stonevegas-u6h80u {
  min-width: 296px;
  margin-bottom: 0;
}

.stonevegas-l35upi .stonevegas-778nos {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.stonevegas-l35upi .stonevegas-wu0rgg {
  position: relative;
  flex: 1 1;
}

.stonevegas-l35upi .stonevegas-wu0rgg iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .stonevegas-l35upi .stonevegas-t7i0ts {
    flex-wrap: wrap;
    gap: 8px;
  }
  .stonevegas-l35upi .stonevegas-133xh3 {
    order: 1;
  }
  .stonevegas-l35upi .stonevegas-jjqf4b {
    order: 3;
    flex: 1 1 100%;
  }
  .stonevegas-l35upi .stonevegas-u6h80u {
    width: 100%;
    min-width: unset;
  }
  .stonevegas-l35upi .stonevegas-778nos {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .stonevegas-tmadbd > .stonevegas-6v5uwb {
    margin-bottom: 0;
  }
  .stonevegas-tmadbd > .stonevegas-kj2ctb,
  .stonevegas-tmadbd > p {
    margin-top: 0;
  }
}

.stonevegas-ywruj3 img,
.stonevegas-k3egia img {
  width: auto;
  object-fit: contain;
}

.stonevegas-ywruj3 {
  align-items: center;
}

.stonevegas-ywruj3 img {
  max-height: 76px;
}

.stonevegas-k3egia img {
  max-height: 64px;
}

.stonevegas-gd1bjp {
  overflow: auto;
}

.stonevegas-sci8yx {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.stonevegas-b30oui:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.stonevegas-9xukfg {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.stonevegas-9c8ly4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.stonevegas-9xukfg .stonevegas-pxq5p7 {
  margin-right: 20px;
  flex-shrink: 0;
}

.stonevegas-9xukfg img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.stonevegas-c73wbk {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.stonevegas-c73wbk > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stonevegas-9xukfg {
    padding: 15px 10px;
  }
  .stonevegas-c73wbk {
    padding: 15px 10px;
  }
  .stonevegas-9xukfg .stonevegas-pxq5p7 {
    margin-right: 10px;
  }
}

.stonevegas-z8qpxx {
  overflow-x: auto;
}

.stonevegas-yzal0f {
  border-collapse: collapse;
  width: 100%;
}

.stonevegas-z8qpxx th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.stonevegas-z8qpxx td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.stonevegas-z8qpxx td.stonevegas-w307on {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.stonevegas-z8qpxx td.stonevegas-5afksz {
  border-right: none;
}

.stonevegas-z8qpxx td.stonevegas-5afksz .stonevegas-pxq5p7 {
  justify-content: flex-start;
}

.stonevegas-z8qpxx td.stonevegas-5afksz .stonevegas-pxq5p7 img {
  height: auto;
  width: 90px;
}

.stonevegas-z8qpxx td.stonevegas-uy5nf1,
.stonevegas-z8qpxx td.stonevegas-nfm8tb {
  font-weight: 600;
  text-align: right;
}

.stonevegas-z8qpxx td.stonevegas-06pwx3,
.stonevegas-z8qpxx td.stonevegas-uy5nf1 {
  padding-bottom: 10px;
  border-bottom: none;
}

.stonevegas-z8qpxx td.stonevegas-uy5nf1,
.stonevegas-z8qpxx td.stonevegas-nfm8tb {
  border-left: none;
}

.stonevegas-z8qpxx td.stonevegas-06pwx3,
.stonevegas-z8qpxx td.stonevegas-6ddmsp {
  border-right: none;
}

.stonevegas-z8qpxx td.stonevegas-6ddmsp,
.stonevegas-z8qpxx td.stonevegas-nfm8tb {
  border-top: none;
  padding-top: 10px;
}

.stonevegas-t1tqw2 {
  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-t1tqw2 .stonevegas-3ctgne {
  min-width: unset;
  width: 100%;
}

.stonevegas-t1tqw2 .stonevegas-3ctgne.stonevegas-la6zxd {
  grid-column: 1/2;
  grid-row: 1/2;
}

.stonevegas-t1tqw2 .stonevegas-3ctgne.stonevegas-ba5ze6 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.stonevegas-t1tqw2 .stonevegas-57it9g {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .stonevegas-t1tqw2 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .stonevegas-t1tqw2 .stonevegas-3ctgne.stonevegas-la6zxd {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .stonevegas-t1tqw2 .stonevegas-3ctgne.stonevegas-ba5ze6 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .stonevegas-t1tqw2 .stonevegas-57it9g {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.stonevegas-394d2b {
  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-ogngxf {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.stonevegas-bbgjsl p a img {
  margin: 0 auto;
  display: block;
}

.stonevegas-bbgjsl table {
  margin-bottom: 17px;
}

/* contanct form */
.stonevegas-a3b5lf {
  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-a3b5lf label {
  font-size: 14px;
}

.stonevegas-a3b5lf h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.stonevegas-a3b5lf input,
.stonevegas-a3b5lf textarea,
.stonevegas-a3b5lf 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-a3b5lf button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.stonevegas-a271ea ease;
}
.stonevegas-a3b5lf button:hover {
  background-color: #691204;
}
.stonevegas-j0zb8g {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.stonevegas-t739mc ease-in;
}

.stonevegas-j0zb8g 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-9e67iv, .stonevegas-r7n8mv, [class*="review-card"],
thead, thead th, table th, .stonevegas-elwii8,
.stonevegas-x45t9y, [class*="collapsible-header"],
.stonevegas-be6cqm, [class*="updated-block"] {
  color: #ece7dc !important;
}
